/* tamilsei.css 1.01 Oct 2017 by Shan K */
/* last upd: 27Dec17 */
/* for fixed header & footer, and, scrollable content (body) */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
header {
    width: 100%;
    height: 100px;
    background: #DCDCDC;
    position: fixed;
    top: 0;
}
#content {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0;
}
footer {
    width: 100%;
    height: 60px;
    background: #666666;
    position: fixed;
    bottom: 0;
}
/* end for fixed header & footer, and, scrollable content (body) */

/* some fancy button styles */
.button {
/*  background: rgba(255, 255, 255, 0.5); */
/*  background-color: #4CAF50;  Green */
   background-color: Transparent;
   background-repeat:no-repeat;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    width: 350px;
}

.button8 {
/*  background: rgba(255, 255, 255, 0.5);
//  background-color: #4CAF50;  Green */
   background-color: Transparent;
   background-repeat:no-repeat;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    width: 175px;
}
.buttonBlue {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.buttonBlue:hover {
    background-color: #008CBA;
    color: white;
}

.buttonGreen {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.buttonGreen:hover {
    background-color: #4CAF50;
    color: white;
}

.buttonRed {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.buttonRed:hover {
    background-color: #f44336;
    color: white;
}

.buttonBlue {border-radius: 6px;}
.buttonGreen {border-radius: 6px;}
.buttonRed {border-radius: 8px;}

.rightroundGray {
height: 50px;
width: 200px;
background-color: gray;  
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}

.leftRound50x200 {
height: 50px;
width: 200px;
/*background-color: #cae2f9; */ 
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

.rightRound50x200 {
height: 50px;
width: 200px;
/*background-color: #cae2f9; */ 
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}

.leftroundLBlue {
height: 50px;
width: 200px;
background-color: #cae2f9;  
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

.rightroundLBlue {
height: 50px;
width: 200px;
background-color: #cae2f9;  
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}

        .searchButton {
          -moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
          -webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
          box-shadow:inset 0px 1px 3px 0px #91b8b3;
          background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
          background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
          background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
          background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
          background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
          background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
          background-color:#768d87;
          -moz-border-radius:5px;
          -webkit-border-radius:5px;
          border-radius:5px;
          border:1px solid #566963;
          display:inline-block;
          cursor:pointer;
          color:#ffffff;
          font-family:Arial;
          font-size:15px;
          padding:11px 23px;
          width:10%;
          text-decoration:none;
          text-shadow:0px -1px 0px #2b665e;
        }
        .searchButton:hover {
          background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
          background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
          background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
          background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
          background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
          background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
          background-color:#6c7c7c;
        }
        .searchButton:active {
          position:relative;
          top:1px;
        }



/* end some fancy button styles */
         

/* some table fomrats */
tr:hover {
    background-color:#f5f5f5
}
th, td {
    padding: 8px;
}
/* end some table fomrats */

/* table row - disable text selection by user */
#td_disable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* end table row - disable text selection by user */

table {
  border-style: solid;
  border-width: thin;
}

/* textarea formats used in Asai Pirithal pages */
#textarea {
  height:100%;
  width:100%;
  padding-bottom:10px;
  padding-top:1px;
  padding-left:10px;
  padding-right:5px;  
}
#textarea50 {
  background-color: #ffffff;
  font-family: consolas,"courier new",monospace;
  font-size:15px;
  height:50%;
  width:75%;
  padding:8px;
  resize: none;
  border:none;
  outline:true;
  line-height:normal;    
}
#textareaCode {
  background-color: #ffffff;
  font-family: consolas,"courier new",monospace;
  font-size:15px;
  height:100%;
  width:100%;
  padding:8px;
  resize: none;
  border:none;
  outline:true;
  line-height:normal;    
}
/* end textarea formats used in Asai Pirithal pages */


img {
    float: right;
}
p.justify {
    text-align: justify;
}


div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100;
  padding: 5px;
  background-color: #e8e8e8;
  border: 2px solid #b8b8b8;
}


.cursive2 {
  font-family: Brush Script MT, Brush Script Std, cursive;
 }


/* some tab indents */
    tab1 { padding-left: 1em; }
    tab2 { padding-left: 2em; }
    tab4 { padding-left: 4em; }
    tab8 { padding-left: 8em; }
    tab12 { padding-left: 12em; }
    tab16 { padding-left: 16em; }
    tab20 { padding-left: 20em; }
    tab24 { padding-left: 24em; }


div.div5 {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


table#t01 {
    width:100%;
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table#t01 th {
    background-color: black;
    color: white;
}

input#textSerWord[type=text], select {
    width: 10%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input#textTamilAlpha[type=text], select {
    width: 10%;
/*    padding: 12px 20px;
*/    margin: 1px 0;
/*    display: inline-block;
*/    border: 0px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


.bg {
    /* The image used */
    background-image: url("arasa_vinayagar.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

input#textSerWord[type=text], select {
    width: 10%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input#textSearch[type=text], select {
    width: 20%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


/*   
        input[type=text] {
//          width: 100%;
            padding: 12px 20px;
            margin: 8px 0;
            box-sizing: border-box;
            border: 1px solid #555;
            outline: none;
            border-radius: 6px;
            font-size:16px;
            background-color: #eaeaea;
        }

        input[type=text]:focus {
            background-color: #c2c2c2;
        }
*/

#rcorners1 {
    border-radius: 25px;
    background: #73AD21;
    padding: 20px; 
    width: 105px;
    height: 90px;    
}

#rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px;    
}

#rcorners3 {
    border-radius: 25px;
    background: url('https://www.w3schools.com/css/paper.gif');
    background-position: left top;
    background-repeat: repeat;
    padding: 20px; 
    width: 200px;
    height: 150px;     
}

#thirumCorner {
    border-radius: 25px;
    background: url('Thirumoolar.jpg');
    background-position: center top;
    background-repeat: repeat;
    padding: 20px; 
    width: 200px;
    height: 150px;     
}

img.img1 {
    position: absolute;
    left: 40px;
    top: 360px;
    opacity:0.8;
    z-index: -1;
}
img.img2 {
    position: absolute;
    left: 200px;
    top: 430px;
    opacity:0.8;
    z-index: -1;
}
img.img3 {
    position: absolute;
    left: 400px;
    top: 440px;
    opacity:0.8;
    z-index: -1;
}
img.img4 {
    position: absolute;
    left: 560px;
    top: 200px;
    opacity:0.8;
    z-index: -1;
}
img.img5 {
    position: absolute;
    left: 260px;
    top: 40px;
    z-index: -1;
}
div.relative {
    position: relative;
    width: 400px;
    height: 120px;
    border: 3px solid #73AD21;
}
div.absolute {
    position: absolute;
    top: 80px;
    left: 100;
    width: 240px;
    height: 260px;
    border: 3px solid #73AD21;
}

h1.darkblue {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
div.polaroid {
  width: 700px;
  height: 520px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
div.polaroid2 {
  width: 470px;
  height: 620px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}
img.opacity {
    opacity:0.6;
}

.container {
    position: relative;
}

.image {
  opacity: .6;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.container:hover .image {
  opacity: 1;
}


/* below is available in w3.css */

/* .w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
 */

.classname a {
    color: #FFFFFF;
    text-decoration: none;
}

/* unvisited link */
a:link {
  color: #5A7791;
}

/* visited link */
a:visited {
  color: #AD7893;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}


/* select tags width in the Thirumurailgal rendering 'seconds'... still below is not working ... believe its browser dependent */
select#dispSeconds {
    max-width: 50px;
    min-width: 50px;
    width: 50px !important;
}

