body {
    font-family: 'Open Sans', arial, sans-serif;background-color:transparent;
}

    .attendance-btn {
      padding: 5px 10px;
      border: none;
      cursor: pointer;
      border-radius: 5px;
      margin: 0 3px;
      transition: background 0.3s;
    }

    .yes {
      background-color: #eee;
      color: green;
    }

    .no {
      background-color: #eee;
      color: red;
    }

    .active-yes {
      background-color: green;
      color: white;
    }

    .active-no {
      background-color: red;
      color: white;
    }





    .pagination {
      display: flex;
      justify-content: center;
      margin-top: 10px;
    }
    .pagination button {
      margin: 0 5px;
      padding: 5px 10px;
      cursor: pointer;
    }
    .pagination button.disabled {
      cursor: not-allowed;
      opacity: 0.5;
    }

.extra-info {
    display: none;
}

.expanded {
    display: table-row;
}

.error { color:Red }

.hidden_info { display:none; }

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding:3px;
}

.ajax_loading_container {       
    display:none;
    position: fixed;
    z-index: 10;
    width: 95%;
    top: 10px;
    background-color:transparent;
}

.loading_spinner {
    width: 130px;
    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}

.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#tblSelections tr>td {
    cursor:pointer;
}

#tblCurrent thead>tr {
    background-color:lightGray;
}

#tblCurrent thead>tr>td {
    font-weight:bold;
}

.dropdown-menu {
	left:-85px;
}

.ui-datepicker-trigger {
    position: relative;
    left: -20px;
    top: 15px;
    cursor:pointer;
}

.ui-spinner-input {
    margin: 0.03em 0;
    width:200px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

input[type=text], input[type=textbox] {
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Login */


.ams-login-wrapper {    
margin-top: 200px;
margin-bottom: 20px;
padding: 0px 70px;
}

.ams-form-signin {
  max-width: 550px;
  padding: 50px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px; /* Combine border-radius into one line */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* A modern, soft shadow */
  }

.ams-form-signin-heading {
  text-align:center;
  margin-bottom: 10px;
  font-size:30px;
  color: #282844;
}

.ams-form-signin-paragraph {
  text-align:left;
  margin-bottom: 20px; 
  font-size: 13px; 
  color: #666; 
  line-height:1.5;
}


.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

.ams-login-wrapper input {
  margin-bottom: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
 
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  margin-bottom: 0px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}


.btn-sm{
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 1px;
}

@media only screen and (max-width: 992px) {
.login-wrapper {    
margin-top: 0px;
margin-bottom: 20px;
padding: 0px 20px;

}

.form-signin {
  max-width: 600px;
  padding: 60px 0px;
  margin: 0 auto;
  background-color: white;
  border: 1px dotted rgba(0,0,0,0.0);  
  }

}

@media only screen and (max-width: 992px) {

.login{
margin-bottom:10px;
}

}

.login-wrapper p { padding: 0 0 10px 0; font-family: "Raleway", Arial, Helvetica, sans-serif; font-size: 12px; color: #666; }
.login-wrapper p a { text-decoration: underline; color: #666; }
.login-wrapper p a:hover { text-decoration: none; }

.login-wrapper h1 { margin: 0 0 20px 0; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: normal; font-size: 24px; color: #333; }

.login-wrapper h2 { margin: 0 0 10px 0; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: normal; font-size: 18px; color: #00a4e4; }

.login-wrapper h3 { margin: 0 0 20px 0; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: normal; font-size: 22px; color: #00a4e4; }

.login-wrapper h4 { margin: 0 0 20px 0; font-family: "Raleway", Arial, Helvetica, sans-serif; font-weight: normal; font-size: 18px; color: #00a4e4; }


/* Online Header navigation */

.header1-login-btn{
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 1px;
}

.header-nav a {color:black; text-decoration:none;}
.header-nav a:hover {color: #00a4e4;}



.header-nav:hover {
color:#337ab7;
text-decoration:none;
}

.panel-ams-section {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #428bca;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/* New scroll to the top */

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

.ams-member-profile-section-50 {width:50%;}

@media (max-width: 1024px) {
.ams-member-profile-section-50 {
    width: 100%;
  }
}

.ams-member-profile-section-60 {width:60%;}

@media (max-width: 1024px) {
.ams-member-profile-section-60 {
    width: 100%;
  }
}

.ams-member-profile-section-75 {width:75%;}

@media (max-width: 1024px) {
.ams-member-profile-section-75 {
    width: 100%;
  }
}

.ams-member-profile-section-90 {width:90%;}

@media (max-width: 1024px) {
.ams-member-profile-section-90 {
    width: 100%;
  }
}




