﻿body {
  margin: 0px;
  background-color: #FFFFFF;
  line-height: 150%;
}


.dropdown-corner i {
  margin-right: 5px;
  width: 18px;
}



.admin-login {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  width: 500px;
  box-shadow: 3px 3px 5px #CCCCCC;
}

  .admin-login th {
    font-family: Arial, Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    height: 30px;
    background-color: #ADD8E6;
  }

  .admin-login td {
    font-family: Arial, Verdana;
    font-size: 9pt;
    color: #000000;
    height: 25px;
    padding: 2px 3px 2px 3px;
    vertical-align: top;
  }

  .admin-login a {
    color: #367aeb;
    text-decoration: none;
  }

.admin-message {
  font-family: Arial, Verdana;
  font-size: 9pt;
  font-weight: bold;
  color: Green;
}

.admin-powered-by {
  color: #777777;
  font-family: Arial, Verdana;
  font-size: 9pt;
}

  .admin-powered-by a {
    color: #777777;
    text-decoration: none;
  }

.admin-top-div {
  width: 100%;
  height: 35px;
  position: fixed;
  background-color: #000000;
  top: 0px;
  z-index: 20;
}

.admin-top-div-sub {
  width: 1000px; /*1270px;*/ /*UPDATE-2015-03-05*/
  margin: 0px auto;
  text-align: right;
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #FFFFFF;
  padding: 3px 10px 0px 0px;
  position: relative;
}

  .admin-top-div-sub a {
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 5px;
  }

.admin-top-div-sub-date {
  position: absolute;
  color: #FFFF00;
  left: 315px;
}

.admin-top-div-sub-title {
  position: absolute;
  left: 15px;
  color: #FFFFFF;
  font-family: Arial, Verdana;
  font-size: 12pt;
  font-weight: bold;
}

.admin-top-div-sub-welcome {
  position: absolute;
  right: 160px;
  color: #FFFF00;
}

.admin-main-div {
  width: 1000px; /*1270px;*/ /*UPDATE-2015-03-05*/
  margin: 35px auto 0px auto;
}

.admin-display-menu {
  position: absolute;
  padding-top: 7px;
}

.admin-left-div {
  position: fixed;
  width: 0px;
  height: 650px;
  background-color: #f3f3f3;
  padding-top: 10px;
  z-index: 10;
}

.admin-left-div-child {
  position: fixed;
  width: 0px;
  height: 600px;
  background-color: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  transition: width .5s;
}

.menu-close {
  position: absolute;
  top: 0px;
  right: 5px;
  background-color: #000000;
  color: #FFFFFF;
  width: 26px;
  height: 26px;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
}

.admin-right-div {
  width: 970px;
  float: right;
}

/* LEFT MENU - START */
.admin-menu-left ul {
  list-style: none;
  margin: 0px;
  padding: 14px 10px;
  font-family: Sans-Serif;
  font-size: 13px;
  width: 270px;
  margin-left: 8px;
  box-sizing: border-box;
}

  .admin-menu-left ul li {
    padding: 0px;
  }

    .admin-menu-left ul li a:hover {
      background-color: #99283c;
      color: #FFFFFF;
    }

  .admin-menu-left ul a {
    color: #323a45;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0px 5px 3px;
  }

  .admin-menu-left ul ul {
    background-color: #FFFFFF;
    margin: 0px;
    display: none;
    font-weight: normal;
  }

    .admin-menu-left ul ul a {
      color: #323a45;
      text-decoration: none;
      text-transform: none;
      background-color: #FFFFFF;
    }

      .admin-menu-left ul ul a:hover {
        background-color: #DFDFDF;
        color: #323a45;
      }
/* LEFT MENU - END */


.admin-outer-table {
  width: 970px;
  background-color: #FFFFFF;
}

.admin-inner-table {
  width: 960px;
  background-color: #FFFFFF;
  margin: 0px auto;
}

  .admin-inner-table td {
    vertical-align: top;
    font-family: Arial, Verdana;
    font-size: 9pt;
  }

    .admin-inner-table td a {
      color: #367aeb;
      text-decoration: none;
    }

.admin-separator {
  height: 10px;
}

.admin-menu {
  border: 1px solid #CCCCCC;
  width: 180px;
}

  .admin-menu th {
    font-family: Arial, Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    height: 30px;
    padding: 5px 3px 1px 3px;
    text-align: left;
    vertical-align: top;
    background-image: url(Images/bg-menu-link.gif);
    background-repeat: repeat-x;
    background-position: top;
  }

  .admin-menu td {
    font-family: Arial, Verdana;
    font-size: 9pt;
    color: #000000;
    height: 30px;
    padding: 5px 3px 1px 13px;
    vertical-align: top;
    text-align: left;
    background-image: url(Images/bg-menu-link.gif);
    background-repeat: repeat-x;
    background-position: top;
  }

  .admin-menu a {
    color: #000000 !important;
    text-decoration: none;
  }

  .admin-menu img {
    padding-right: 3px;
    border: 0px;
  }

.admin-heading {
  border: 1px solid #99283c;
  background-color: #99283c;
  padding: 2px 0px 2px 10px;
}

  .admin-heading h1 {
    font-family: Arial, Verdana;
    font-size: 13pt;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0px;
  }

.top-logo-name-div {
  width: 960px;
  height: 125px;
  position: relative;
}

.top-logo-name-div-logo {
  width: 100px;
  height: 100px;
  position: absolute;
}

.top-logo-name-div-school-name {
  position: absolute;
  top: 40px;
  left: 120px;
}

  .top-logo-name-div-school-name h1 {
    font-family: Arial, Verdana;
    font-size: 20pt;
    font-weight: bold;
    color: #000000;
    margin: 0px;
  }

.top-logo-name-div-branch-name {
  font-family: Arial, Verdana;
  font-size: 13pt;
  position: absolute;
  bottom: 23px;
  left: 120px;
}

.dash-board-container {
  width: 190px;
  height: 120px;
  position: absolute;
  right: 0px;
  text-align: left;
  border: 1px solid #DDD;
  border-radius: 5px;
}

.dash-board-container-left {
  width: 190px;
  height: 100px;
  position: absolute;
  right: 200px;
  text-align: left;
  border: 1px solid #DDD;
  border-radius: 5px;
}

.dash-board-sms-label {
  position: absolute;
  left: 3px;
  font-weight: bold;
}

.dash-board-sms-value {
  position: absolute;
  right: 3px;
  width: 100px;
  font-weight: bold;
  text-align: right;
}

.admin-message {
  font-family: Arial, Verdana !important;
  font-size: 9pt !important;
  color: Green !important;
  font-weight: bold;
  height: 30px !important;
  padding: 7px 3px 3px 3px;
  border-bottom: 1px dotted #CCCCCC;
}

.admin-form-list {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  width: 960px;
}

  .admin-form-list th {
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    height: 25px;
    background-color: #ADD8E6;
    border-color: #ADD8E6;
    vertical-align: top;
    text-align: left;
    padding: 5px 3px 2px 2px;
  }

  .admin-form-list td {
    font-family: Arial, Verdana;
    font-size: 9pt;
    color: #000000;
    height: 25px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    vertical-align: top;
    text-align: left;
    padding: 5px 3px 2px 2px;
  }

  .admin-form-list a {
    color: #000000;
    text-decoration: none;
  }

  .admin-form-list h3 {
    font-size: 11pt;
    color: #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }

.admin-footer {
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #CCCCCC;
  background-color: #333333;
  text-align: center;
  height: 30px;
  padding-top: 5px;
}

  .admin-footer a {
    color: #CCCCCC !important;
  }

/* PAGE ERROR - START */
.page-error-table {
  width: 600px;
}

  .page-error-table th {
    background-color: #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    font-family: Sans-Serif;
    font-size: 15px;
    padding: 10px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }

  .page-error-table td {
    background-color: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }

  .page-error-table a {
    text-decoration: none;
    color: Blue;
  }
/* PAGE ERROR - END */

/* PAGING - START */
.paging {
  margin-top: 10px;
}

  .paging span {
    font-family: Sans-Serif, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color: #EEEEEE;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px;
    border: solid 1px #DDDDDD;
    border-radius: 3px;
    display: inline-block;
    line-height: 100%;
  }

    .paging span a {
      color: #000000;
      text-decoration: none;
    }

.paging-info {
  font-family: Sans-Serif;
  font-size: 12px;
  color: #000000;
  margin-top: 10px;
}

  .paging-info span {
    margin-right: 10px;
  }

.selected-page {
  /*color: #FFFFFF !important;*/ /*background-color: #323a45 !important;*/ /*border: none !important;*/
  font-weight: bold !important;
}
/* PAGING - END */

.search-bar {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  margin-bottom: 5px;
  width: 958px;
  height: 30px;
}

.search-box-on-off {
  margin-top: 3px;
  margin-right: 3px;
  border: 1px solid #009E3B;
  width: 20px;
  height: 20px;
  text-align: center;
  float: right;
  cursor: pointer;
  background-color: #009E3B;
  color: #FFFFFF;
}

.admin-bg-container {
  background-image: url(images/bg-black-60.png);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 30;
  display: none;
}

.admin-popup {
  background-color: #FFFFFF;
  width: 500px;
  height: 270px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  padding: 20px;
  box-sizing: border-box;
  color: #000000;
  border-radius: 10px;
}

  .admin-popup h1 {
    font-size: 15px;
  }

.admin-close-popup {
  font-weight: bold;
  display: block;
  background-color: #f44336;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 15px;
  position: absolute;
  top: -15px;
  right: -15px;
  color: #FFFFFF !important;
  text-decoration: none;
}

/* ADMIN CONTROLS */
.admin-text-box {
  border: 1px solid #CCCCCC;
  font-family: Arial, Verdana;
  font-size: 9pt;
  padding: 5px;
  border-radius: 5px;
  width: 350px;
  color: #000000;
}

.admin-text-box-login {
  border: 1px solid #CCCCCC;
  font-family: Arial, Verdana;
  font-size: 9pt;
  padding: 5px;
  border-radius: 5px;
  width: 150px;
  color: #000000;
}

.admin-text-box-big {
  border: 1px solid #CCCCCC;
  font-family: Arial, Verdana;
  font-size: 9pt;
  padding: 5px;
  border-radius: 5px;
  width: 450px;
  color: #000000;
}

.admin-text-box-multi-line {
  border: 1px solid #CCCCCC;
  font-family: Arial, Verdana;
  font-size: 9pt;
  padding: 5px;
  border-radius: 5px;
  width: 450px;
  height: 100px;
  color: #000000;
}

.admin-button {
  font-family: Arial, Verdana;
  font-size: 10pt;
  text-transform: uppercase;
  background-color: #2764B1;
  color: #FFFFFF;
  border-radius: 5px;
  border-color: transparent;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 10px;
}

.admin-drop-down {
  font-family: Arial, Verdana;
  font-size: 9pt;
  border: 1px solid #CCCCCC;
  color: #000000;
  padding: 5px;
  border-radius: 5px;
}

.validator {
  font-family: Arial, Verdana;
  font-size: 9pt;
  color: #FF0000;
}
