/*
Author: Mohammad Zahoor Ali
Website: http://www.sofexindia.com/
*/

//body {
 //background-color: #D5EAFF;
//background-image: linear-gradient(red, yellow, green);
//background-image: linear-gradient(to right, rgba(0,255,255,0), rgba(0,255,255,0.5));
//background-image: linear-gradient(red, yellow, green)
//background-image: linear-gradient(to top, #ffccff 0%, #99ccff 100%);
//bgcolo:"#D5EAFF";
//}
   html {
    // background: #cbccc8;
   }
   body {
    // background-repeat: no-repeat;
   // background: #cbccc8;
   background: -webkit-gradient(linear, left top, left bottom, from(#ccccff), to(#ffccff));
 //background: -webkit-gradient(linear,  left top, left bottom, from(#cce0ff), to(#ffddcc));
//background: -moz-linear-gradient(top, ##cce0ff 0%, ##ffddcc 100%);
   // background: -moz-linear-gradient(top, #ffff, #ffddcc);
    // filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#006600');
   }

body {
//    height: 100%;
//    margin: 0;
//    background-repeat: no-repeat;
    //background-attachment: fixed;
//background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbccc8)) fixed;
}
//

body {font-family:Arial, Sans-Serif;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
a {color:#0067ab; text-decoration:none;}
a:hover {text-decoration:underline;}
.form{width: 100%; margin: 0 auto;}
input[type='text'], 
input[type='email'],
input[type='password']
 {width: 200px; border-radius: 2px;border: 1px solid #0033CC; padding: 10px; color: #000000; font-size: 14px; margin-top: 10px;}
input[type='submit']
{padding: 10px 25px 8px; color: #fff; background-color: #0067ab; text-shadow: rgba(0,0,0,0.24) 0 1px 0; font-size: 16px; box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0; border: 1px solid #0164a5; border-radius: 2px; margin-top: 10px; cursor:pointer;}
input[type='submit']:hover {background-color: #024978;}

input[type='text1'] {width: 1300px; border-radius: 2px;border: 1px solid #CCC; padding: 10px; color: #333; font-size: 14px; margin-top: 10px;}
input[type='alpha'] {width: 400px; border-radius: 2px;border: 1px solid #CCC; padding: 20px; color: #333; font-size: 14px; margin-top: 10px;}
input[type='balpha'] {width: 600px; border-radius: 2px;border: 1px solid #CCC; padding: 10px; color: #333; font-size: 14px; margin-top: 10px;}

input[type='memno'] {Height: 100px; width: 500px; border-radius: 5px; border: 2px solid #006600; padding: 10px; color: #ff0066; font-size: 14px; margin-top: 10px;}
div { word-wrap: break-word;}

.blinking{
    animation:blinkingText 4s infinite;
}

/* The animation code 
@keyframes blinkingText{
  0%   {background-color:red; left:0px; top:0px;}
  25%  {background-color:yellow; left:200px; top:0px;}
  50%  {background-color:blue; left:200px; top:200px;}
  75%  {background-color:green; left:0px; top:200px;}
  100% {background-color:red; left:0px; top:0px;}
}


@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: transparent; }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}
*/

/* The animation code */
@keyframes blinkingText{
  0%   {background-color: red;}
  25%  {background-color: yellow;}
  50%  {background-color: lightblue;}
  100% {background-color: lightgreen;}
}



/* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: green;
}

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

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


p.dotted {border-style: dotted;}
p.dashed {border-style: dashed;}
p.solid {border-style: solid;}
p.double {border-style: double;}
p.groove {border-style: groove;}
p.ridge {border-style: ridge;}
p.inset {border-style: inset;}
p.outset {border-style: outset;}
p.none {border-style: none;}
p.hidden {border-style: hidden;}
p.mix {border-style: dotted dashed solid double;}


p.dotted {outline-style: dotted;}
p.dashed {outline-style: dashed;}
p.solid {outline-style: solid;}
p.double {outline-style: double;}
p.groove {outline-style: groove;}
p.ridge {outline-style: ridge;}
p.inset {outline-style: inset;}
p.outset {outline-style: outset;}


div {
// background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
//background: linear-gradient(to top, #ffccff 0%, #99ccff 100%);
}




td{
//background: linear-gradient(to right, tomato 50%, lightgray 51%);
//background: linear-gradient(to right, #ffccff 0%, #99ccff 100%);
}

td.halfnhalf {
  position: relative;
  background: green;
}
td.halfnhalf > span{
   position:relative;
}

td.halfnhalf:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background: red;
}


h1 {
  color: navy;
  margin-left: 20px;
}

#grad1 {
  background-image: linear-gradient(red, yellow, green);
}

#grad2 {
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
}

#grad {
  background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); 
}


table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}