@charset "utf-8";
/* ///////////////////////////////////////////////////CSS Document */

.buttonstyle{
	text-align:center;
	text-decoration:none;
	font-size: 14px;    
    border: none;
    outline: none;
    padding: 10px 12px;
    background-color: inherit;
	
}
.mouseover{
	onMouseOver="this.style.color='#0F0'"
   onMouseOut="this.style.color='#00F'"
}


.leftsidebutton {
	 width: 210px;
	-moz-box-shadow: 0px 0px 5px -50px #54a3f7;
	-webkit-box-shadow: 0px 0px 5px -50px #54a3f7;
	box-shadow: 0px 0px 5px -50px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:31px;
	-webkit-border-radius:31px;
	border-radius:31px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	text-align:left;
}
.leftsidebutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.leftsidebutton:active {
	position:relative;
	top:1px;
}
.menubarbutton {
	 width: 210px;
	-moz-box-shadow: 0px 0px 5px -50px #54a3f7;
	-webkit-box-shadow: 0px 0px 5px -50px #54a3f7;
	box-shadow: 0px 0px 5px -50px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:31px;
	-webkit-border-radius:31px;
	border-radius:31px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	text-align:left;
}
.menubarbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.menubarbutton:active {
	position:relative;
	top:1px;
}


/* ///////////////////////////////////////////////////BTNSTART */


.butn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 54;
  -moz-border-radius: 54;
  border-radius: 54px;
  text-shadow: 0px 0px 0px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 1px 9px 1px 9px;
  text-decoration: none;
}

.butn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* ///////////////////////////////////////////////////DROP DOWN START */
.dropbtn {
     background: rgb(234,140,58);
    color: white;
    padding: 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/* ///////////////////////////////////////////////////DROP DOWN END */

/* ///////////////////////////////////////////////////UL and LI*/
.btn {
    background: rgb(234,140,58);
    background: -moz-linear-gradient(top, rgba(234,140,58,1) 0%, rgba(240,177,85,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,140,58,1)), color-stop(100%,rgba(240,177,85,1)));
    background: -webkit-linear-gradient(top, rgba(234,140,58,1) 0%,rgba(240,177,85,1) 100%);
    background: -o-linear-gradient(top, rgba(234,140,58,1) 0%,rgba(240,177,85,1) 100%);
    background: -ms-linear-gradient(top, rgba(234,140,58,1) 0%,rgba(240,177,85,1) 100%);
    background: linear-gradient(to bottom, rgba(234,140,58,1) 0%,rgba(240,177,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8c3a', endColorstr='#f0b155',GradientType=0 );
}

    .btn:hover {
        color: #1c1c1c;
        background: rgb(188,180,156);
        background: -moz-linear-gradient(top, rgba(188,180,156,1) 0%, rgba(226,223,214,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,180,156,1)), color-stop(100%,rgba(226,223,214,1)));
        background: -webkit-linear-gradient(top, rgba(188,180,156,1) 0%,rgba(226,223,214,1) 100%);
        background: -o-linear-gradient(top, rgba(188,180,156,1) 0%,rgba(226,223,214,1) 100%);
        background: -ms-linear-gradient(top, rgba(188,180,156,1) 0%,rgba(226,223,214,1) 100%);
        background: linear-gradient(to bottom, rgba(188,180,156,1) 0%,rgba(226,223,214,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcb49c', endColorstr='#e2dfd6',GradientType=0 );
    }
/* ///////////////////////////////////////////////////UL and LI*/

/* ///////////////////////////////////////////////////TABLE*/



/////////////////////////////////////////////////////////
.myButton {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:2px 19px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}

/*/////////////////////////////admin table///////////////////////////////////////*/


/*/////////////////////////////table bottam///////////////////////////////////////*/


/*/////////////////////////////animated text///////////////////////////////////////*/
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/*/////////////////////////////new table///////////////////////////////////////*/
table.outputtable {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #1C6EA4;
  background-color: #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.outputtable td, table.outputtable th {
  border: 1px solid #3F3F3F;
  padding: 3px 1px;
}
table.outputtable tbody td {
  font-size: 14px;
  color: #333333;
}
table.outputtable thead {
  background: #DEF2F4;
  /*background: -moz-linear-gradient(top, #45698a 0%, #1f4b72 66%, #073763 100%);
  background: -webkit-linear-gradient(top, #45698a 0%, #1f4b72 66%, #073763 100%);
  background: linear-gradient(to bottom, #45698a 0%, #1f4b72 66%, #073763 100%);*/
  border-bottom: 1px solid black;
}
table.outputtable thead th {
  font-size: 12px;
  font-weight:bold;
  color: black;
  text-align: center;
  border-left: 1px solid black;
}
table.outputtable thead th:first-child {
  border-left: none;
}

table.outputtable tfoot td {
  font-size: 14px;
}
table.outputtable tfoot .links {
  text-align: right;
}
table.outputtable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
/*/////////////////pdf button//////////////////////////*/

.leftsidebuttonpdf {
	 width: 175px;
	-moz-box-shadow: 0px 0px 5px -50px #54a3f7;
	-webkit-box-shadow: 0px 0px 5px -50px #54a3f7;
	box-shadow: 0px 0px 5px -50px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:31px;
	-webkit-border-radius:31px;
	border-radius:31px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	text-align:left;
}
.leftsidebuttonpdf:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.leftsidebuttonpdf:active {
	position:relative;
	top:1px;
}