/** Developer Styles **/
/** Custom Css Changes **/
.body {
  color: #4a4a4a;
}

.logo {
  margin-bottom: 10px;
}

.logo img {
  display: block;
  margin: auto;
}

.login_form .login_content, .login_form .submit {
  border: 1px solid #036a25 !important;
  color: #3c2a98;
}

.login_form hr {
  border-top: 1px solid #036a25 !important;
}

.login_form {
  color: #00055a;
}

.login_content form input {
  border: 1px solid #737373 !important;
}

.login_content form {
  margin: 10px 0 !important;
}

footer {
  padding: 8px 20px;
}

.divider {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.nav-md .container.body .right_col {
  padding-bottom: 30px;
}

.toggle {
  width: 220px;
}

.top_nav .navbar-right {
  width: 40%;
}

.btn-warning {
  background-color: #e4972b;
  border-color: #ad6a0c;
}

.btn-info {
  background-color: #2cb5de;
  border-color: #2599bd;
}

.btn-success {
  background: #16a961;
  border: 1px solid #0e7543;
}

.site_title i {
  padding: 5px 5px;
}

.main_container .top_nav {
  min-height: 58px;
}

.page-title {
  height: 45px;
  padding: 0px 0;
}

.site_title {
  font-size: 18px;
}

.login_wrapper {
  margin-top: 4%;
}

.login_wrapper .alert-danger {
  animation-name: flash;
  animation-delay: .1s;
}

.registration_form, .login_form {
  top: 25px;
}

td span {
  line-height: 22px !important;
}

button, .buttons, .btn, .modal-footer .btn + .btn {
  margin-bottom: 2px;
  margin-right: 2px;
}

.page-title .title_left {
  width: 60%;
}

.page-title .title_right {
  width: 40%;
}

.sidebar-footer a {
  width: 50%;
}

h3, .h3 {
  font-size: 20px;
}

/** /Custom Css Changes **/

.alert-danger, .alert-warning, .alert-success {
  animation-name: flash !important;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

.ui-pnotify .alert-danger,
.ui-pnotify .alert-warning,
.ui-pnotify .alert-success {
  animation-name: none !important;
}

.alert {
  display: block;
  overflow: visible;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}

.ts-widget span.utc,
.ts-widget span.epoch {
  display:none;
}

input[type="file"] {
  padding: 8px 5px;
}

img.flag {
  vertical-align: bottom;
}

.login {
  background-image: url(/static/img/login_bg.jpg);
  background-repeat: repeat;
  color: #000;
}

.login_wrapper {
  max-width: 400px;
}

.login_content {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  padding: 10px;
}

.login_form {
  top: 60px;
}

.nav.side-menu > li > a, .nav.child_menu > li > a {
  color: #FFFFFF;
}

.input-group {
  margin-bottom: 0px;
}

.active_season {
  background-color: #E6FFEA !important;
}

.active_device {
  background-color: #E6FFEA !important;
}

.season-info {
  font-size: 16px;
  color: #c04040;
  font-weight: bold;
}

#students-count {
  font-weight: bold;
  text-align: center;
}

.circle {
	border-radius: 50%;
	width: 10px;
	height: 10px;
  background-color: red;
}

.circle.active {
  background-color: green;
}

.tile_count .tile_stats_count {
  white-space: normal;
}

.tile_count .tile_stats_count span {
  font-size: 14px;
}

#branch-stats {
  display: none;
}

.more-detail-btn {
  cursor: pointer;
}

.more-detail-btn:hover {
  background-color: #fbfbfb;
  color: #32516f;
}

.stats {
  background-color: white;
  padding: 10px;
  border: 1px solid #DAD7D7;
  border-radius: 5px;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #34495E;
}

.stats .stats-helper {
  font-size: 12px;
  margin-top: 5px;
}

.stats .stats-count {
  font-size: 40px;
  line-height: 47px;
  font-weight: 500;
}

.green {
  color: #1fbb8b;
}

#loaderContainer {
  position: relative;
  width: 100%;
  margin-top: 3px;
}

#loaderImage {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  height: 50px;
  width: 90px;
  color: black;
  margin: -25px 0px 0px 0px;
}

.employee-image {
  border: 1px solid #ccc;
  padding: 4px;
  background-color: #fff;
  border-radius: 3px;
}

.timetable th {
    background: #ffffa5;
}

.timetable tr td:first-child {
  background: #9ffdff;
}

/* OTP */
.otp-widget span.utc,
.otp-widget span.epoch,
.otp-widget span.disc,
.ts-widget span.utc,
.ts-widget span.epoch {
    display:none;
}

.otp-widget span.pwd {
    display:block;
    font-size: 2em;
    color: #fff;
    font-weight: 500;
    background-color: #f00;
    line-height: 1.2;
    font-family: ‘Lucida Console’, Monaco, monospace;
    text-shadow: 3px 1px 5px rgba(255, 255, 255, 0.8);
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.otp-widget {
    display:inline-block;
    background-color: #000;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 6px;
}

/* remove href link from print */
@media print {
  a[href]:after {
     content:"" !important;
  }

  .x_panel {
    display: block;
    border: none;
    background: none;
  }
}

.print-table tr { page-break-inside:avoid; }
.print-table thead { display: table-header-group; }

/** /Developer Styles **/
