body {
     background-color: #f0f0f3;
     font-family: 'Muli', sans-serif !important;
}
 .bg1 {
     background-image: url('../images/login.png');
     background-repeat: no-repeat;
     background-size: cover;
     height: 100vh;
}
 .login-block {
     background-color: #fff 
}
 .navbar {
     height: 70px;
     background-color: #fff;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
}
 .navbar>.container .navbar-brand {
     margin-top: 10px;
}
 .m0 {
     margin: 0px !important;
}
 #wrapper {
     padding-left: 0;
     -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
     margin-top: 20px;
}
 .option-input {
     top:5px !important;
}
 label {
     font-weight: normal !important;
}
 .student-select {
     display: block !important;
     float: none;
}
 .color-box {
     width: 70px;
     height: 70px;
     border-radius: 50% 
}
 #wrapper.toggled {
     padding-left: 250px;
}
 #sidebar-wrapper {
     position: fixed;
     left: 250px;
     z-index: 1000;
     overflow-y: auto;
     margin-left: -250px;
     width: 0;
     height: 100%;
     background: #fff;
     -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
}
 #wrapper.toggled #sidebar-wrapper {
     width: 250px;
}
 #page-content-wrapper {
     padding: 15px;
     width: 100%;
     margin-bottom: 30px;
}
 #wrapper.toggled #page-content-wrapper {
     position: absolute;
     margin-right: -250px;
}
/* Sidebar Styles */
 .sidebar-nav {
     position: absolute;
     top: 65px;
     margin: 0;
     padding: 0;
     width: 250px;
     list-style: none;
}
 .sidebar-nav li {
     text-indent: 20px;
     line-height: 40px;
     border-bottom: 1px solid #eceff2;
     padding: 5px 0px;
     transition: all 0.3s linear;
}
 .sidebar-nav li a {
     display: block;
     color: #666666;
     text-decoration: none;
     letter-spacing: 0.35px;
     font-size: 14px;
     font-weight: 500 
}
 .sidebar-nav li a:hover {
     background: rgba(255, 255, 255, 0.2);
     color: #111111;
     text-decoration: none;
     font-weight: 600;
     transition: all 0.3s linear;
}
 .sidebar-nav li a:active, .sidebar-nav li a:focus {
     text-decoration: none;
}
 .sidebar-nav > .sidebar-brand {
     height: 65px;
     font-size: 18px;
     line-height: 60px;
}
 .sidebar-nav > .sidebar-brand a {
     color: #999999;
}
 .sidebar-nav > .sidebar-brand a:hover {
     background: none;
     color: #fff;
}
 .search-head {
     height: 40px;
     background-color: #f1f1f1 !important;
     border-radius: 20px !important;
     width: 250px !important;
     background: url(../images/nb-icon-search.png) no-repeat 96% white;
     padding-left: 20px;
     padding-right: 50px;
     color: #000 !important;
     border: none;
}
 .user-img {
     border: 1px solid #ccc;
     border-radius: 50%;
     padding-right: 0px;
}
 .user-img img {
     width: 50px;
}
 .user-name {
     float: right;
}
 .media-width {
     width: 0px;
}
 .event-head {
     margin-top: 50px;
     margin-bottom: 30px;
}
 .user {
     padding:5px 30px 0px 15px;
}
 .down-arrow:after {
     content: url(../images/down-arrow.png);
     position: absolute;
     right: 10px;
     top: 35px;
}
 .media-content {
     padding-right: 20px;
     padding-left: 10px;
}
 .logo-image {
}
 #menu-toggle {
}
 .search-head-form {
     margin-top: 5px;
}
.batch-1 {
    width: 19px;
    height: 19px;
    background-color: #ff8a33;
    position: absolute;
    border-radius: 50%;
    right: 6px;
    top: 15px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 2;
}
.batch-2  {
    width: 19px;
    height: 19px;
    background-color: #ff8a33;
    position: absolute;
    border-radius: 50%;
    right: 12px;
    top: 15px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 2;
}
 .sidemenu-list a img {
     margin-top: -5px;
     margin-right: 5px;
}
 .sub-menu-list {
     background-color: #f3f3f8 
}
 .sub-menu-list li {
     border-bottom:none;
     line-height: 20px
}
 .sub-menu-list li a:hover {
     background-color: #e5e4eb 
}
 .alert-imp {
     color: #ffffff;
     font-size: 16px;
     /*font-weight: 600;*/
}
 .alert-text {
     color: #ffffff;
     font-size: 16px;
     font-weight: 500;
}
 .check-res {
     float: right;
     padding: 5px 20px;
     border: 1px solid #ffffff;
     background-color: rgba(255,255,255,0.2);
     border-radius: 15px;
     color: #fff;
     font-weight: 600;
     font-size: 12px;
     letter-spacing: 0.6px;
     transition: all 0.5s 
}

  .check-restoddle {
     float: right;
     padding: 5px 20px;
     border: 1px solid #ffffff;
     background-color: rgba(255,255,255,0.2);
     border-radius: 15px;
     color: #fff;
     font-weight: 600;
     font-size: 12px;
     letter-spacing: 0.6px;
     transition: all 0.5s 
}

 .close {
     opacity: 1;
}
 .close:focus {
     opacity: 1;
}
 .head h4 {
     color: #222222;
     font-weight: 600;
     text-transform: uppercase;
}
 .card-read {
     position: absolute;
     bottom: 20px;
     left: 20px;
}
 .view-link a {
     font-weight: 600;
}
 .head {
     height: 28px;
}
 .head h4 {
     margin-left: 10px;
     margin-top: 10px;
     padding-top: 5px;
     text-transform: uppercase;
}
 .circular-card {
     margin-top: 2rem;
     margin-bottom: 2rem;
     border-right: 1px solid #e7e7ea;
     padding-right: 55px;
}
 .circular-card1 {
     margin-top: 2rem;
     margin-bottom: 2rem;
     border-right: 1px solid #e7e7ea;
     padding: 30px 0px;
     border-top: 5px solid #bdc6d2;
     height: 110px;
}
 .timetable-lang {
     text-transform: capitalize;
     text-align: center;
}
 .break-table-head {
     background-color: #ccacff;
     padding: 25px 15px;
     color: #fff;
     font-size: 16px;
     font-weight: 600;
}
 .table-head-img {
     float: right;
     margin-top: -10px;
}
 .table-head-color {
     background-color: #ffb0b2 
}
 .table-head-color1 {
     background-color: #8fd9fe 
}
 .table-head-color2 {
     background-color: #88efe3 
}
 .table-active {
     border-top: 5px solid #41b656;
}
 .break-table {
     height: 230px;
}
 .lunch-list {
     list-style-image: url('../images/vector.png');
     padding-left: 15px;
}
 .read-more-btn2 {
     border: 1px solid #ff5252;
     background-color: #fff;
     color: #ff5252;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     margin: 0px 0px 20px 20px;
     transition: all 0.8s;
}
 .lunch-list li {
     color: #000;
     font-size: 14px;
     font-weight: 500;
     line-height: 30px;
}
 .read-more-btn {
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     margin: 0px 0px 15px 20px;
     transition: all 0.8s;
}
 .read-more-btn1 {
     border: 1px solid #ff5252;
     background-color: #fff;
     color: #ff5252;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     transition: all 0.8s;
}
 .read-more-btn1:hover {
     background-color: #ff5252;
     color: #fff;
     transition: all 0.8s;
}
 a.navbar-brand1 {
     float: left;
}
 .read-more-btn-color2 {
     border: 1px solid #7dc131;
     background-color: #fff;
     color: #8bb337;
     transition: all 0.8s;
}
 .read-more-btn-color2:hover {
     background-color: #8bb337;
     color: #fff;
     transition: all 0.8s;
}
 .table-head p {
     color: #545353;
     font-size: 14px;
     font-weight: 600;
}
 .time {
     color: #545353;
     font-weight: 500;
}
 .table-count h4 {
     color: #4c4c4c;
     font-size: 30px;
     font-weight: 500;
     letter-spacing: 0.3px;
}
 .table-count {
     padding:30px 0px 10px 0px !important;
}
 .time-book span {
     color: #acbccd;
     font-size: 14px;
     font-weight: 300;
     letter-spacing: 0.65px;
}
 .time-date span {
     color: #4c4c4c;
     ;
     font-size: 14px;
     font-weight: 500;
     letter-spacing: 0.14px;
}
 .tick-image {
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
     background-color: #7bc769;
     border-radius: 50%;
     padding: 0px 5px 3px 5px;
}
 .table-day {
     color: #4d4d4d;
     font-size: 14px;
     font-weight: 500;
     letter-spacing: 0.14px;
}
 .bus-track-head {
     background-color: #fff;
     padding: 25px 15px;
     color: #fff;
     font-size: 16px;
     font-weight: 600;
     border-bottom: 1px solid #e8e9f2 
}
 .bus-num {
     color: #5c6166;
     font-weight: 300;
}
 .display-inline {
     display: inline;
}
 .bus-list {
     margin-right: 25px;
}
 .read-color {
     border: 1px solid #1da7fc;
     color: #1da7fc;
}
 .read-color:hover {
     background-color: #1da7fc;
     color: #fff;
     transition: all 0.8s;
}
 .track-button {
     position: absolute;
     right: 20px;
}
 .mt10 {
     margin-top: 10px;
}
 .color9 {
     color: #d200ff 
}
 .color8 {
     color: #fff;
}
 .color7 {
     color: #ff6200;
}
 .color6 {
     color: #909ba6;
}
 .color5 {
     color: #1da7fc 
}
 .color4 {
     color: #000 
}
 .color1 {
     color: #bbbbbb;
}
 .color2 {
     color: #ff5252;
}
 .color3 {
     color: #7dc131;
}
 .border-color1 {
     border-left: 1px solid #e8e9f2 
}
 .fs12 {
     font-size: 12px;
}
 .fs14 {
     font-size: 14px;
} 
 .fs16 {
     font-size: 16px;
}
 .fs18 {
     font-size: 18px;
}
 .fs20 {
     font-size: 20px;
}
 .fs30 {
     font-size: 30px;
}
 .font-bold {
     font-weight: bold;
}
 .mb0 {
     margin-bottom: 0px;
}
 .p0 {
     padding: 0px !important;
}
 .pl0 {
     padding-left: 0px !important;
}
 .pr0 {
     padding-right: 0px !important;
}
 .plr0 {
     padding: 0px 0px;
}
 .plr15 {
     padding: 0px 15px;
}
 .plr10 {
     padding: 0px 10px;
}
 .pl10 {
     padding-left: 10px;
}
 .pr10 {
     padding-right: 10px;
}
 .mt10 {
     margin-top: 10px;
}
 .mb10 {
     margin-bottom: 10px;
}
 .mt5 {
     margin-top: 5px;
}
 .mt25 {
     margin-top: 28px !important;
}
 .mb35 {
     margin-bottom: 35px !important;
}
 .mb5 {
     margin-bottom: 5px;
}
 .mb15 {
     margin-bottom: 15px;
}
 .mt-5 {
     margin-top: -5px;
}
 .mr15 {
     margin-right: 15px;
}
 .ml15 {
     margin-left: 15px;
}
 .ml10 {
     margin-left: 10px;
}
 .mlr15 {
     margin:0px 15px;
}
 .mlr0 {
     margin:0px 0px;
}
 .fl {
     float: left !important;
}
 .fr {
     float: right;
}
 .fw5 {
     font-weight: 600 
}
 .head-color1 {
     border-left:6px solid #fe3740;
}
 .head-color2 {
     border-left:6px solid #7dc131;
}
 .head-color3 {
     border-left:6px solid #ff5b62;
}
 .head-color4 {
     border-left:6px solid #ef1496;
}
 .head-color5 {
     border-left:6px solid #1da7fc;
}
 .head-color6 {
     border-left:6px solid #ff7000;
}
 .head-color7 {
     border-left:6px solid #d200ff;
}
 .p-color {
     color: #8a9499 
}
 .block-center {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .align-center {
     text-align:center;
}
 ul {
     list-style-type: none;
}
 .dis-block {
     display: block !important;
}
 .dis-none {
     display: none !important;
}
 .notice-section {
     box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
     border-color: rgba(255, 0, 0, 0);
     border-style: solid;
     border-bottom: 1px solid #ccc;
     border-width: 1px 1px 1px 3px;
     border-radius: 5px;
     background-color: #fff;
}
 .notice-sub-section {
     padding: 15px 0px 0px 15px;
     box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
     margin-top: 20px;
     margin-right: 40px;
     margin-bottom: 20px;
     border-color: rgba(255, 0, 0, 0);
     border-style: solid;
     border-bottom: 1px solid #ccc;
     border-width: 1px 1px 1px 3px;
    /* margin-left: -40px;
     */
     border-radius: 5px;
}
 .notice-button {
     float: right;
     margin-top: -50px;
     margin-right: 10px;
}
 .notice-sub-ul {
     padding: 0px 0px 0px 10px;
     margin-right: -25px;
}
 li.user-icon {
     float: left;
     border-left: 1px solid #ccc;
    /*border-right: 1px solid #ccc;
     */
     padding-right: 0px;
     padding-left: 0px;
}
 a.user-detail {
     margin: -15px 0px;
     text-align: left;
}
 .user-detail {
     display: inline-flex !important;
}
 .header-avatar {
     width: 50px;
     height: 50px;
}
/*.user {
     margin-left: 10px !important;
}
 */
 .parent-portal-name {
     color: #333333;
     font-size: 14px;
     font-weight: 700;
}
 span.name {
     font-weight: 500;
     letter-spacing: 0.7px;
     font-size: 14px;
     color: #333333;
}
 .dropdown-shadow {
     box-shadow: -2px 3px 12px rgba(0, 0, 0, 0.6);
}
 .dropdown-menu {
     position: absolute;
     top: 74px;
     right: 5px !important;
     z-index: 1000;
     float: left;
     padding: 0px 0;
     margin: 2px 0 0;
     font-size: 14px;
     text-align: left;
     list-style: none;
     background-color: #fff;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     border: none;
     border-radius: 4px;
     min-width:300px;
     -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
     box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
 .dropdown-menu1 {
     min-width: 200px ;
}
 .dropdown-menu1 li {
     border-bottom: 1px solid #f3f3f3 
}
 a.my-account {
     color: #444444;
     font-size: 16px;
     font-weight: 500;
     line-height: 40px;
     padding: 10px !important;
     background-color: #fff !important;
}
 .nav>li>.drop-hover:hover {
     background-color: transparent;
}
 .nav .open>.drop-hover , .nav>li>.drop-hover:focus {
     background-color: transparent;
}
 .user-icon>.drop-hover {
     line-height: 22px;
}
 .drop-down-block {
     display: inline;
     float: left;
     padding: 5px 10px;
}
 .drop-down-name {
     padding: 10px 30px 0px 15px;
}
 .dropdown-list {
     padding:5px 10px 15px 5px;
     border-bottom: 1px solid #f3f3f3 
}
 @keyframes click-wave {
     0% {
         height: 20px;
         width: 20px;
         opacity: 0.35;
         position: relative;
    }
     100% {
         height: 100px;
         width: 100px;
         margin-left: -40px;
         margin-top: -40px;
         opacity: 0;
    }
}
 .option-input {
     -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     -o-appearance: none;
     appearance: none;
     position: relative;
     top: -35px;
     right: 0;
     bottom: 0;
     left: 0;
     height: 20px;
     width: 20px;
     transition: all 0.15s ease-out 0s;
     background: #cbd1d8;
     border: none;
     color: #fff;
     cursor: pointer;
     display: inline-block;
     margin-right: 0.5rem;
     outline: none;
     position: relative;
     z-index: 1000;
}
 .option-input:hover {
     background: #9faab7;
}
 .option-input:checked {
     background: #40e0d0;
}
 .option-input:checked::before {
     height: 20px;
     width: 20px;
     position: absolute;
    /*content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
     */
     content: url(../images/student-select-tick.png);
     display: inline-block;
     font-size: 28.66667px;
     text-align: center;
     line-height: 8px;
}
 .option-input:checked::after {
     -webkit-animation: click-wave 0.65s;
     -moz-animation: click-wave 0.65s;
     animation: click-wave 0.65s;
     background: #40e0d0;
     content: '';
     display: block;
     position: relative;
     z-index: 100;
}
 .option-input.radio {
     border-radius: 50%;
}
 .option-input.radio::after {
     border-radius: 50%;
}
 input[type=radio]:focus {
     outline: 0px auto -webkit-focus-ring-color;
     outline-offset: 0px;
}
 .student-select {
     display: inline;
     float: right;
     margin-bottom: -15px;
}
 .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
     outline: 0px auto -webkit-focus-ring-color;
     outline-offset: 0px;
}
 :focus {
     outline: -webkit-focus-ring-color auto 0px !important;
}
 .cal-card {
     margin-top: 3rem;
     margin-bottom: 1rem;
     border-right: 1px solid #e7e7ea;
     border-radius: 5px !important;
}
 .special-buttons {
     text-align: right !important;
     border-top: none !important;
     padding-top: 10px !important;
     margin-right: 15px;
}
 .today-button {
     margin: 0 auto !important;
     background: #fff !important;
     border: 1px solid #ff6200 !important;
     padding: 4px 25px !important;
     border-radius: 15px !important;
     color: #ff6200 
}
 .today-button:hover {
     background-color: #ff6200 !important;
     color: #fff;
     transition: all 0.8s;
}
 .contact-btn button {
     box-shadow: 1px 8px 17px rgba(0, 0, 1, 0.19);
     background-color: #02b8ec;
     padding: 8px 25px;
     border-radius: 20px;
     border: none;
     font-size: 16px;
     color: #fff;
     font-weight: 600;
     float: right;
     margin-top: 20px;
     margin-right: 10px 
}
 .main1 {
     box-shadow: 1px 5px 20px rgba(0, 0, 1, 0.21);
     background-color: #ffffff;
     position: absolute;
     width: 898px;
     bottom: 0px;
     left: 140px;
}
 .head-contact {
     background-color: #00b8ec;
     padding: 20px 20px 
}
 .name {
     color: #333333 !important;
     font-size: 16px;
     font-weight: 600;
}
 .body-message {
     height: 400px;
     overflow-y: scroll;
}
 .body-message span {
     color: #cccccc;
     font-size: 14px;
     font-weight: 300;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 20%;
     line-height: 20px;
}
 .footer-contact {
     box-shadow: 1px -8px 30px rgba(0, 0, 1, 0.08);
     border: 1px solid #eeeeee;
     background-color: #ffffff;
     background-color: #edf1f2;
}
 .send-block {
     height: 68px;
     border: none;
     border-radius: 0px;
}
 .p0 {
     padding: 0px;
}
 .send-btn1 {
     height: 68px !important;
     padding: 0px 26px !important;
     background-color: #fff !important;
     margin-top: 1px !important;
     border: none !important;
     border-radius: 0px !important;
     margin-right: 0px !important;
     box-shadow: none !important;
}
 .send-block {
     color: #999999;
     font-size: 14px;
     font-weight: 300;
}
 .select-arrow {
     background: url(../images/down-arrow.png) no-repeat 95% white;
}
 .send-block option {
     color: #000;
     font-size: 14px;
     font-weight: 300;
}
 .send-block .select-tech {
     color: #999999;
     font-size: 14px;
     font-weight: 300;
}
 select {
     -moz-appearance: none;
     -webkit-appearance: none;
}
 .contact-btn {
     position: fixed;
     bottom: 60px;
     right: 0px;
}
 .cal-prev {
     position: absolute !important;
     right: 50px !important;
     top: 20px;
}
 .cal-next {
     position: absolute !important;
     right: 20px !important;
     top: 20px;
}
 .label-container {
     margin-top: 20px;
     margin-left: 10px;
     text-align:left !important;
     color: #333333 !important;
     font-size: 18px !important;
     font-weight: 500 !important;
     letter-spacing: 0.45px;
}
/*End common css*/
 .year-dropdown {
     width:100px;
     padding:5px 25px !important;
     margin-top:0px;
     border-radius:5px;
     color:#ff6200;
     font-size:20px;
     text-align: center;
     border:1px solid #ff6200 !important;
     background-color: #fff 
}
 .year-dropdown:hover {
     background-color: #ff6200;
     color: #fff;
     transition: all 0.8s 
}
 .year-dropdown option {
     background-color: #fff !important;
     color: #000;
     max-width: 200px 
}
 .footer {
     left: 0;
     bottom: 0;
     width: 100%;
     color: white;
     padding: 20px;
     height: 57px;
     background-color: #1c2d3d;
     z-index: 1000;
     position: relative;
}
 .view-link a:hover{
     text-decoration: none;
}
 .event:after {
     position: absolute;
     width: 10px;
     height: 10px;
     background-color: #f26161;
     opacity: 1;
}
 .serach-input-color {
     color: #59c7fa;
}
 .inputbox {
     height: 20px;
     width: 300px;
     position: absolute;
     top: 46%;
     left: 46%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 .inputbox input {
     width: 100%;
     min-width: 0;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     font-size: 16px;
     padding: 1.5px 0;
     border: 0;
     background: none;
     width: 20px;
     position: absolute;
     top: 0;
     left: 50%;
     height: 20px;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     border-radius: 100%;
     -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
     transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
     -webkit-transition-delay: 0s, 0.4s, 0s;
     transition-delay: 0s, 0.4s, 0s;
     -webkit-box-shadow: 0 0 0 1px currentColor;
     box-shadow: 0 0 0 1px currentColor;
     color: inherit;
     cursor: pointer;
     padding: -15.5px 0;
     padding-right: 20px;
     font-weight: lighter;
     font-family: 'Roboto';
}
 .click-show {
     float: none;
}
 .inputbox input:focus, .inputbox input:valid {
     width: 100%;
     -webkit-transition-delay: 0.4s, 0s, 0.4s;
     transition-delay: 0.4s, 0s, 0.4s;
     outline: 0;
     border-radius: 0;
     cursor: text;
     padding-left: 1.5px;
}
 .inputbox input:focus + .del, .inputbox input:valid + .del {
     pointer-events: all;
     left: calc(100% - 10px);
     -webkit-transition-delay: 0.4s;
     transition-delay: 0.4s;
}
 .inputbox input:focus + .del:focus, .inputbox input:valid + .del:focus {
     -webkit-box-shadow: 0 0 0 1px currentColor;
     box-shadow: 0 0 0 1px currentColor;
     height: 15px;
     width: 15px;
}
 .inputbox input:focus + .del:before, .inputbox input:valid + .del:before {
     -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleY(0.7);
     transform: translate(-50%, -50%) rotate(-45deg) scaleY(0.7);
     -webkit-transition-delay: 0s;
     transition-delay: 0s;
}
 .inputbox input:focus + .del:after, .inputbox input:valid + .del:after {
     -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleY(0.7);
     transform: translate(-50%, -50%) rotate(45deg) scaleY(0.7);
     -webkit-transition-delay: 0.2s;
     transition-delay: 0.2s;
}
 .inputbox .del {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     height: 20px;
     width: 20px;
     padding: 0;
     background: none;
     border-radius: 100%;
     border: 0;
     pointer-events: none;
     -webkit-transition: left 0.4s ease-in-out;
     transition: left 0.4s ease-in-out;
     -webkit-transition-delay: 0s;
     transition-delay: 0s;
     color: inherit;
     cursor: pointer;
}
 .inputbox .del:focus {
     outline: none;
}
 .inputbox .del:before {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     background: currentColor;
     width: 1px;
     height: 15px;
     -webkit-transform: translate(13.5px, 13.5px) translate(-50%, -50%) rotate(-45deg) scaleY(1);
     transform: translate(13.5px, 13.5px) translate(-50%, -50%) rotate(-45deg) scaleY(1);
     -webkit-transition: -webkit-transform 0.2s ease-in-out;
     transition: -webkit-transform 0.2s ease-in-out;
     transition: transform 0.2s ease-in-out;
     transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
     -webkit-transition-delay: 0.6s;
     transition-delay: 0.6s;
}
 .inputbox .del:after {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     background: currentColor;
     width: 1px;
     height: 15px;
     -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleY(0);
     transform: translate(-50%, -50%) rotate(45deg) scaleY(0);
     -webkit-transition: -webkit-transform 0.2s ease-in-out;
     transition: -webkit-transform 0.2s ease-in-out;
     transition: transform 0.2s ease-in-out;
     transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
     -webkit-transition-delay: 0.4s;
     transition-delay: 0.4s;
}
 .card-content {
     height: 250px;
}
 .sidebar-hover:hover {
     border-left: 4px solid #1bbcec;
}
 .active-side {
     border-left: 4px solid #1bbcec;
}
 a.drop1[aria-expanded="true"]::after {
     content: "\276e" !important;
}
 a.drop1[aria-expanded="false"]::after,a.drop1[aria-expanded="true"]::after {
     position: absolute;
     right: 20px;
     top: -10px;
     font-size: 12px;
     color: #d1cdd7;
     content: "\276f";
     transform: rotate(90deg);
}
 a.drop1 {
     position: relative;
     width: 100%;
     display:block;
}
 .week .day:last-child {
     color: #000 !important;
}
 .search-tab {
     width: 200px !important;
     margin-right: 10px;
}
 .search-btn-tab {
     background-color: #02b8ec;
     color: #fff;
}
 .search-btn-tab:hover {
     background-color: #fff;
     color: #02b8ec;
     transition: all 0.6s;
     border: 1px solid #02b8ec;
}
 .tab-view-search {
     display: none;
}
 .table-day , .tick-image {
     position: relative;
     top: 5px;
}
 .active-menu {
     border-left: 4px solid #1bbcec;
}
 .view-link a:hover {
     text-decoration: underline;
     transition: all 0.6s;
}
 .view-link a {
     transition: all 0.6s;
}
/*Login Page Design*/
 .page-logo {
     margin-bottom: 30px;
}
 .login-block {
     padding: 35px;
    /*position: relative;
     */
     margin-top: 25%;
     margin-bottom: 25%;
}
 .login-input label {
     color: #999999;
     font-size: 14px;
     font-weight: 500;
}
 .login-input p a {
     color: #1bbcec;
     font-size: 14px;
     font-weight: 300;
     transition: all 0.4s;
}
 .login-input p a:hover {
     text-decoration: none;
     color: #1bbcec;
     font-size: 14px;
     font-weight: 300;
     letter-spacing: 1px;
     transition: all 0.4s;
}
 .login-button {
     background-color: #1bbcec;
     font-size: 16px;
     font-weight: 600;
     letter-spacing: 0.8px;
     color: #fff;
     transition: all 0.4s;
     margin-top: 20px;
     margin-bottom: 20px;
}
 .login-button:hover , .login-button:focus {
     color: #1bbcec;
     background-color: #fff;
     border: 1px solid #1bbcec;
     transition: all 0.4s;
}
 .close img {
     max-width: 20px 
}
 .check-res:hover {
     background-color: #fff;
     color: #00bfa5;
     transition: all 0.5s;
     border: 1px solid #00bfa5 
}

  .check-restoddle:hover {
     background-color: #fff;
     color: #c7bdfd;
     transition: all 0.5s;
     border: 1px solid #c7bdfd
}

 .attendance-day {
     display: inline;
}
 .search-head:focus {
     border: none !important;
     box-shadow:none;
}
 .close-img {
     margin-left: 5px;
     margin-top: 3px;
}
/*End Login Page Design*/
/*student page style*/
 .student-detail {
     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
     background-color: #ffffff;
     padding: 20px;
     margin-top: 30px;
}
 .student-img {
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    /* border: 1px solid #d0d6d9;*/
     background-color: #fefefe;
     border-radius: 50%;
     width: 105px;
     height: 105px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 11px 0px 0px 5px;
}
 .admission-block span {
     color: #2e3133;
     font-size: 16px;
     font-weight: 600;
}
 .admission-block {
     margin-top: 45px;
     padding-bottom: 20px;
     border-bottom: 1px dashed #dfe4e9;
}
 .border-bottom {
     border-bottom: 1px dashed #dfe4e9;
}
 .border-left {
     border-left: 2px solid #dfe4e9;
}
 .student-block1 {
     padding: 20px 0px;
}
 .student-content {
     padding:20px 0px 10px 0px;
}
 .student-content1 {
     padding:10px 0px 0px 0px;
}
 .student-content2 {
     padding:10px 0px 10px 0px;
}
 .parent-detail-tab {
     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
     background-color: #ffffff;
     margin-top: 30px;
}
 .parent-tab-head {
     background: #dfe4e9;
     padding: 10px 20px 0px 20px;
}
 .parent-detail-content {
     padding:20px;
}
 .parent-img {
     width: 124px;
     height: 156px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
     border: 1px solid #d0d6d9;
     background-color: #fafaf9;
}
 .pt0 {
     padding-top: 0px;
}
 .pb20 {
     padding-bottom: 20px;
}
 .pt20 {
     padding-top: 20px;
}
 .pt35 {
     padding-top: 35px;
}
 .student-block2 {
     padding-top: 35px !important;
     padding-bottom: 89px !important;
}
 .student-block3 {
     padding-bottom: 158px;
     padding-top: 35px;
}
 [name="checkbox"]:not(:checked), [name="checkbox"]:checked {
     position: absolute;
     left: -9999px;
     display: none 
}
 [name="checkbox"]:not(:checked) + label, [name="checkbox"]:checked + label {
     position: relative;
     padding-left: 1.95em;
     cursor: pointer;
}
/* checkbox aspect */
 [name="checkbox"]:not(:checked) + label:before, [name="checkbox"]:checked + label:before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     width: 1.25em;
     height: 1.25em;
     border: 2px solid #ccc;
     background: #fff;
     border-radius: 4px;
     box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}
/* checked mark aspect */
 [name="checkbox"]:not(:checked) + label:after, [name="checkbox"]:checked + label:after {
     content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
     position: absolute;
     top: 1px;
     left: 1px;
     font-size: 1.3em;
     line-height: 0.9;
     color: #fff;
     background-color: #F27360;
     border-color: transparent;
     transition: all .2s;
}
/* checked mark aspect changes */
 [name="checkbox"]:not(:checked) + label:after {
     opacity: 0;
     transform: scale(0);
}
 [name="checkbox"]:checked + label:after {
     opacity: 1;
     transform: scale(1);
}
/* accessibility */
 [name="checkbox"]:checked:focus + label:before, [name="checkbox"]:not(:checked):focus + label:before {
     border: 1px solid #ff2637;
}
 .md-checkbox {
     position: relative;
     top: 17px;
     margin-bottom: 15px;
}
 .md-checkbox label {
     cursor: pointer;
     font-size: 14px;
     font-weight: 600;
}
 .md-checkbox label:before, .md-checkbox label:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
}
 .md-checkbox label:before {
     width: 20px;
     height: 20px;
     background: #fff;
     border: 1px solid rgba(0, 0, 0, 0.54);
     border-radius: 2px;
     cursor: pointer;
     transition: background .3s;
}
 .md-checkbox input[type="checkbox"] {
     outline: 0;
     margin-right: 10px;
     margin-top: 0px !important 
}
 .md-checkbox input[type="checkbox"]:checked + label:before {
     background: #ff2637;
     border: none;
}
 .md-checkbox input[type="checkbox"]:checked + label:after {
     transform: rotate(-45deg);
     top: 5px;
     left: 4px;
     width: 12px;
     height: 6px;
     border: 2px solid #fff;
     border-top-style: none;
     border-right-style: none;
}
/* hover style just for information */
 label:hover:before {
     border: 2px solid #ff2637!important;
}
 .input-field {
     margin-bottom: 5px 
}
 .view-sign-button {
     position: relative;
     bottom: -15px;
     left: 8px;
     border: 1px solid #c132fa;
     background-color: #fff;
     color: #c132fa;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     transition: all 0.8s;
}
 .view-sign-button:hover {
     border: 1px solid #c132fa;
     background-color: #c132fa;
     color: #fff;
}
 .student-edit-btn {
     position: relative;
     bottom: 40px;
     left: 8px;
     border: 1px solid #c132fa;
     background-color: transparent;
     color: #c132fa;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     transition: all 0.8s;
}
 .student-edit-btn:hover {
     border: 1px solid #c132fa;
     background-color: #c132fa;
     color: #fff;
}
 .search-btn-tab {
     height: 40px 
}
 .w-full {
     width: 100%;
}
 .d-block {
     display: block;
}
 .d-inline-block {
     display: inline-block;
}
 .p-relative {
     position: relative;
}
 .p-absolute {
     position: absolute 
}
 .bg-white {
     background-color: #fff;
}
 .styled-link {
     text-decoration: none;
     outline: none;
     -webkit-transition: all 0.25s ease-in;
     transition: all 0.25s ease-in;
}
 .styled-link:hover, .styled-link:focus, .styled-link:active {
     color: #536dfe;
}
 .shadow-1 {
     -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
     box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
 .blue-hover {
     -webkit-transition: all 0.25s ease-in;
     transition: all 0.25s ease-in;
     border-bottom: 5px solid transparent;
}
 .blue-hover:hover {
     -webkit-transform: translateY(-5px);
     transform: translateY(-5px);
     box-shadow: 0 1px 1px 0 rgba(45, 47, 51, 0.1), 0 10px 20px 0 rgba(45, 47, 51, 0.2);
}
 .clearfix::before, .clearfix::after {
     content: "";
     display: table;
     clear: both;
}
 .float-left {
     float: left;
}
 .float-right{
     float: right;
}
/**Margin and padding utilities*/
 .mx-auto {
     margin-left: auto;
     margin-right: auto;
}
 .ml-auto {
     margin-left: auto;
}
 .mr-auto {
     margin-right: auto;
}
 .mx-0 {
     margin-left: 0;
     margin-right: 0;
}
 .mx-1 {
     margin-left: 1rem;
     margin-right: 1rem;
}
 .mx-2 {
     margin-left: 2rem;
     margin-right: 2rem;
}
 .mx-3 {
     margin-left: 3rem;
     margin-right: 3rem;
}
 .my-0 {
     margin-top: 0;
     margin-bottom: 0;
}
 .my-1 {
     margin-top: 1rem;
     margin-bottom: 1rem;
}
 .my-2 {
     margin-top: 2rem;
     margin-bottom: 2rem;
    /*height: 450px;
     */
}
 .my-3 {
     margin-top: 3rem;
     margin-bottom: 3rem;
}
 .mt-0 {
     margin-top: 0;
}
 .mt-1 {
     margin-top: 1rem;
}
 .mt-2 {
     margin-top: 2rem;
}
 .mt-3 {
     margin-top: 3rem;
}
 .mb-0 {
     margin-bottom: 0;
}
 .mb-1 {
     margin-bottom: 1rem;
}
 .mb-2 {
     margin-bottom: 2rem;
}
 .mb-3 {
     margin-bottom: 3rem;
}
 .ml-0 {
     margin-left: 0;
}
 .ml-1 {
     margin-left: 1rem;
}
 .ml-2 {
     margin-left: 2rem;
}
 .ml-3 {
     margin-left: 3rem;
}
 .px-0 {
     padding-left: 0;
     padding-right: 0;
}
 .px-1 {
     padding-left: 1rem;
     padding-right: 1rem;
}
 .px-2 {
     padding-left: 2rem;
     padding-right: 2rem;
}
 .px-3 {
     padding-left: 3rem;
     padding-right: 3rem;
}
 .py-0 {
     padding-top: 0;
     padding-bottom: 0;
}
 .py-1 {
     padding-top: 1rem;
     padding-bottom: 1rem;
}
 .py-2 {
     padding-top: 2rem;
     padding-bottom: 2rem;
}
 .swipeleft {
     background-color: #7ACEF4;
}
 .tabs_wrapper {
     width: 85%;
     text-align: center;
     margin: 0 auto;
     background: transparent;
}
 ul.tabs {
     display: inline-block;
     vertical-align: top;
     position: relative;
     z-index: 10;
     margin: 25px 0 0;
     padding: 0;
     width: 23%;
     min-width: 175px;
     list-style: none;
     -ms-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
 ul.tabs li {
     margin: 0;
     cursor: pointer;
     padding: 10px 15px;
     line-height: 31px;
     color: #000;
     text-align: left;
    /* font-weight: bold;
    */
     background-color: #666;
     background: #600026;
    /* Old browsers */
     background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c60943));
    /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, #fff 0%, #fff 100%);
    /* Opera 11.10+ */
     background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
    /* IE10+ */
     background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );
    /* IE6-9 */
     -ms-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
     border-top: 1px solid #ccc;
}
 ul.tabs li:hover {
     background: #3700b3;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0046', endColorstr='#fb0f56',GradientType=0 );
     color: white;
     -ms-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
}
 ul.tabs li.active {
     background: #3700b3;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c001e', endColorstr='#9f0735',GradientType=0 );
     color: #dddddd;
     -ms-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
}
 .tab_container {
     display: inline-block;
     vertical-align: top;
     position: relative;
     z-index: 20;
     left: 4%;
     width: 70%;
     min-width: 10px;
     text-align: left;
     background: white;
     border-radius: 12px;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    /*min-height: 450px !important*/
}
 .tab_content {
     padding: 20px;
     height: 100%;
     display: none;
}
 .tab_drawer_heading {
     display: none;
}
 .w-full {
     width: 100%;
}
 .d-block {
     display: block;
}
 .d-inline-block {
     display: inline-block;
}
 .p-relative {
     position: relative;
}
 .p-absolute {
     position: absolute 
}
 .bg-white {
     background-color: #fff;
}
 .styled-link {
     text-decoration: none;
     outline: none;
     -webkit-transition: all 0.25s ease-in;
     transition: all 0.25s ease-in;
}
 .styled-link:hover, .styled-link:focus, .styled-link:active {
     color: #536dfe;
}
 .shadow-1 {
     -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
     box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
 .blue-hover {
     -webkit-transition: all 0.25s ease-in;
     transition: all 0.25s ease-in;
     border-bottom: 5px solid transparent;
}
 .blue-hover:hover {
     -webkit-transform: translateY(-5px);
     transform: translateY(-5px);
     box-shadow: 0 1px 1px 0 rgba(45, 47, 51, 0.1), 0 10px 20px 0 rgba(45, 47, 51, 0.2);
}
 .clearfix::before, .clearfix::after {
     content: "";
     display: table;
     clear: both;
}
 .float-left {
     float: left;
}
 .float-right{
     float: right;
}
/**Margin and padding utilities*/
 .mx-auto {
     margin-left: auto;
     margin-right: auto;
}
 .ml-auto {
     margin-left: auto;
}
 .mr-auto {
     margin-right: auto;
}
 .mx-0 {
     margin-left: 0;
     margin-right: 0;
}
 .mx-1 {
     margin-left: 1rem;
     margin-right: 1rem;
}
 .mx-2 {
     margin-left: 2rem;
     margin-right: 2rem;
}
 .mx-3 {
     margin-left: 3rem;
     margin-right: 3rem;
}
 .my-0 {
     margin-top: 0;
     margin-bottom: 0;
}
 .my-1 {
     margin-top: 1rem;
     margin-bottom: 1rem;
}
 .my-2 {
     margin-top: 2rem;
     margin-bottom: 2rem;
    /*height: 450px;
     */
}
 .my-3 {
     margin-top: 3rem;
     margin-bottom: 3rem;
}
 .mt-0 {
     margin-top: 0;
}
 .mt-1 {
     margin-top: 1rem;
}
 .mt-2 {
     margin-top: 2rem;
}
 .mt-3 {
     margin-top: 3rem;
}
 .mb-0 {
     margin-bottom: 0;
}
 .mb-1 {
     margin-bottom: 1rem;
}
 .mb-2 {
     margin-bottom: 2rem;
}
 .mb-3 {
     margin-bottom: 3rem;
}
 .ml-0 {
     margin-left: 0;
}
 .ml-1 {
     margin-left: 1rem;
}
 .ml-2 {
     margin-left: 2rem;
}
 .ml-3 {
     margin-left: 3rem;
}
 .px-0 {
     padding-left: 0;
     padding-right: 0;
}
 .px-1 {
     padding-left: 1rem;
     padding-right: 1rem;
}
 .px-2 {
     padding-left: 2rem;
     padding-right: 2rem;
}
 .px-3 {
     padding-left: 3rem;
     padding-right: 3rem;
}
 .py-0 {
     padding-top: 0;
     padding-bottom: 0;
}
 .py-1 {
     padding-top: 1rem;
     padding-bottom: 1rem;
}
 .py-2 {
     padding-top: 2rem;
     padding-bottom: 2rem;
}
 .swipeleft {
     background-color: #7ACEF4;
}
 .student-tab {
     border-bottom: none;
}
 .student-tab>li.active>a, .student-tab>li.active>a:focus, .student-tab>li.active>a:hover {
     border:none;
     border-bottom: 4px solid #c132fa;
     color: #c132fa;
     background-color:transparent;
}
 .student-tab>li>a:focus, .student-tab>li>a:hover {
     border: 1px solid transparent;
     background-color: transparent;
}
 .parent-tab li a {
     color: #737c80 ;
}
 @media screen and (max-width: 781px) {
     ul.tabs {
         display: none;
    }
     .tab_container {
         display: block;
         margin: 0 auto;
         width: 95%;
         border-top: none;
         border-radius: 0;
         box-shadow: 0px 0px 10px black;
    }
     .tab_drawer_heading {
         background-color: #ccc;
         background: #fff;
        /* Old browsers */
         background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
        /* FF3.6+ */
         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c60943));
        /* Chrome,Safari4+ */
         background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
        /* Chrome10+,Safari5.1+ */
         background: -o-linear-gradient(top, #fff 0%, #fff 100%);
        /* Opera 11.10+ */
         background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
        /* IE10+ */
         background: linear-gradient(to bottom, #fff 0%, #fff 100%);
        /* W3C */
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );
        /* IE6-9 */
         color: #000;
         margin: 0;
         padding: 10px 20px;
         display: block;
         cursor: pointer;
         -webkit-touch-callout: none;
         -webkit-user-select: none;
         -khtml-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         text-align: center;
         border:1px solid #ccc;
    }
     .tab_drawer_heading:hover {
         background: #ccc;
         background: #ae0046;
         background: -moz-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae0046), color-stop(100%, #fb0f56));
         background: -webkit-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
         background: -o-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
         background: -ms-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
         background: linear-gradient(to bottom, #ae0046 0%, #fb0f56 100%);
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0046', endColorstr='#fb0f56',GradientType=0 );
         color: white;
    }
     .d_active {
         background: #fff;
         background: #4c001e;
         background: -moz-linear-gradient(top, #4c001e 0%, #9f0735 100%);
         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c001e), color-stop(100%, #9f0735));
         background: -webkit-linear-gradient(top, #4c001e 0%, #9f0735 100%);
         background: -o-linear-gradient(top, #4c001e 0%, #9f0735 100%);
         background: -ms-linear-gradient(top, #4c001e 0%, #9f0735 100%);
         background: linear-gradient(to bottom, #4c001e 0%, #9f0735 100%);
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c001e', endColorstr='#9f0735',GradientType=0 );
         color: #dddddd;
    }
}
/*end student page style*/
/*Principal Dashboard Style*/
 .principal-logo {
     position: relative;
     top: 12px;
}
 .principal-name {
     display: block;
     position: relative;
     top: 8px;
     color: #222222;
     font-size: 14px;
     font-weight: 600;
}
 .principal-head {
     margin-top: 50px;
}
 .principal-head h4 {
     color: #17181a;
     font-size: 20px;
     font-weight: 600;
}
 .principal-section1 {
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
     background-color: #ffffff;
     margin-top: 35px;
     margin-bottom: 20px;
     border-radius: 5px 
}
 .principal-dashboard-detail {
     padding: 30px 30px 
}
 .principal-table {
     margin-bottom: 0px;
}
 .principal-table>tbody>tr>td {
     border-top:none;
     border-right: 1px solid #e5ebf2 
}
 .principal-table>tbody>tr>td:last-child {
     border: none;
}
 .principal-td-block p {
     color: #4c4c4c;
     font-size: 30px;
     font-weight: 300;
     text-align: center;
}
 .principal-td-block span {
     color: #818d99;
     font-size: 14px;
     font-weight: 300;
     letter-spacing: 0.7px;
     display: block;
     text-align: center;
}
 .principal-card1 {
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
     background-color: #ffffff;
     border-radius: 5px;
}
 .principal-card1-head {
     padding: 25px 25px;
}
 .principal-card1-head h4 {
     color: #2e3a56;
     font-size: 14px;
     font-weight: 600;
}
 .principal-card1-body-row {
     padding: 0px 25px 10px 25px;
}
 .principal-card1-date {
     color: #1bbcec;
     font-size: 22px;
     font-weight: 600;
     margin-bottom: 0px;
     text-transform: uppercase;
     text-align: center;
}
 .principal-card1-month {
     color: #3d3e3e;
     font-size: 13px;
     font-weight: 500;
     text-transform: uppercase;
     text-align: center;
     margin-bottom: 0px;
     letter-spacing: 0.65px;
}
 .principal-card1-text {
     color: #333333;
     font-size: 14px;
     font-weight: 600;
     line-height: 20px;
     margin-bottom: 0px;
     margin-top: 6px;
}
 .principal-card1-body-content {
     border-bottom: 1px solid #e5ebf2;
     padding:15px 0px;
}
 .principal-card1-fotter {
     box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.14);
     background-color: #ffffff;
}
 .principal-card1-bottom-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 15px 0px;
}
 .principal-card1-bottom-btn button {
     background-color: #fff;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     transition: all 0.8s;
}
 .principal-card1-body {
     overflow-y: scroll;
     height: 270px;
     overflow-x: hidden;
}
 .principal-card1-body::-webkit-scrollbar {
     width: 5px;
}
 .principal-card1-body::-webkit-scrollbar-thumb {
     border-radius: 5px;
     background-color:#e1e4f0;
     -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}
 .principal-card1-body-img {
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
     border: 1px solid #d0d6d9;
     background-color: #fefefe;
     border-radius: 50%;
     display: flex;
     width: 50px;
     height: 50px;
     align-items: center;
     justify-content: center;
     /*padding: 8px 0px 0px 2px;*/
}
 .principal-card1-body-img img {
     width: 50px;
     height: 50px;
     border-radius: 50%;
}
 .principal-card1-student-name {
     color: #333333;
     font-size: 14px;
     font-weight: 600;
     line-height: 20px;
     margin-bottom: 0px;
}
 .principal-card1-student-section {
     color: #999999;
     font-size: 14px;
     font-weight: 500;
}
 .principal-card1-student-block {
     margin-top: 10px;
}
 .principal-section2 {
     margin-bottom: 20px 
}
 .principal-student-class {
     padding: 20px 
}
 .principal-student-class-head h4 {
     color: #2e3a56;
     font-size: 14px;
     font-weight: 600;
}
 .principal-card1-class-count {
     padding: 20px;
}
 .principal-card1-border {
     border-right: 1px solid #e5ebf2;
}
 .principal-card1-class-fotter {
     border-top: 1px solid #e5ebf2;
}
 .principal-card1-class-fotter h4 {
     padding: 15px 0px;
     margin:0px 0px;
}
 .principal-card1-class-fotter a {
     font-size: 16px;
     font-weight: 500;
     color: #1bbcec;
     text-align:center;
     display: block;
     text-decoration: none;
}
/*End Principal Dashboard Style*/
/*Search Book Style*/
 .search-book-section1 {
     box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
     background-color: #ffffff;
     margin-top: 50px;
     padding: 30px;
     border-radius: 5px 
}
 .search-book-btn {
     background-color: #ff5252;
     color: #fff;
     border-radius: 5px;
     font-size: 16px;
     font-weight: 600;
     height: 40px;
     letter-spacing: 0.8px;
     width: 100%;
}
 .search-book-btn1 {
     background-color: #ff5252;
     color: #fff;
     border-radius: 5px;
     font-size: 16px;
     font-weight: 600;
     height: 40px;
     letter-spacing: 0.8px;
     padding: 8px 40px 
}
 .search-book-clear {
     color: #ff5252;
     font-size: 14px;
     font-weight: 500;
     line-height: 32px;
     letter-spacing: 0.7px;
}
 .search-book-clear:hover {
     text-decoration:none;
     color:#ff5252;
}
 .search-book-btn:hover , .search-book-btn:focus , .search-book-btn1:hover , .search-book-btn1:focus {
     color: #fff 
}
 .search-book-input {
     height: 40px 
}
 .search-book-input:focus , .search-book-select:focus {
     -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
     box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
     border:1px solid #ccc;
}
 .serach-book-more p {
     opacity: 0.7;
     color: #999999;
     font-size: 16px;
     font-weight: 500;
     line-height: 20px;
     text-decoration: underline;
     margin: 25px 0px 0px 0px;
     cursor: pointer;
}
 .serach-book-more p:after {
     content: url(../images/down-arrow.png);
     position: relative;
     left: 2px;
     top: 3px;
}
 .search-book-arrow p:after {
     content: url(../images/up-arrow.png);
     position: relative;
     left: 2px;
     top: 3px;
     transform: rotate(100deg);
}
 .search-book-label {
     color: #999999;
     font-size: 14px;
     font-weight: 500;
     line-height: 20px;
}
 .search-book-select {
     background: url(../images/down-arrow.png) no-repeat 95% white;
     height: 40px;
}
 .search-book-fields-btn {
     margin-top: 18px;
}
 .search-footer {
     top:217px !important;
}
 .serach-book-table{
     width:100% !important;
     table-layout: fixed !important;
}
 .tbl-header tr th{
     box-shadow: 0 3px 5px rgba(1, 1, 1, 0.12);
     background-color: #ffffff;
     position: relative !important;
     border-bottom: none !important;
     height: 50px;
     color: #2e3a56;
     font-size: 14px;
     font-weight: 600;
     padding: 8px 15px !important;
}.tbl-content {
    margin-top: 0px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
}
 .tbl-content tr{
     height: 50px 
}
 .tbl-content tr td{
     color: #666666;
     font-size: 14px;
     font-weight: 500;
     border-bottom: 1px solid #e6e9eb !important;
     border-top: none !important;
     padding: 8px 15px !important;
}
 .search-book-table {
     margin-bottom: 0px !important 
}
 .error-msg {
     color: red;
     font-size: 12px;
}
 .table2 > tr:hover span{
     display:inline-block;
}
 .table2 > tr span {
     display: none;
}
 .table2 > tr > td:last-child {
     width: 155px;
}
 .view-book-icon {
     cursor: pointer;
     float: right;
}
 .slider-wrap {
     width: 300px;
     height: 400px;
     margin: 20px auto;
}
 .slider {
     overflow-x: hidden;
}
 .holder {
     width: 300%;
}
 .slide {
     float: left;
     width: 300px;
     height: 400px;
     position: relative;
     background-position: -100px 0;
}
 .temp {
     position: absolute;
     color: white;
     font-size: 100px;
     bottom: 15px;
     left: 15px;
     font-weight: 100;
}
 #slide-0 {
     background-image: url(http://farm8.staticflickr.com/7347/8731666710_34d07e709e_z.jpg);
}
 #slide-1 {
     background-image: url(http://farm8.staticflickr.com/7384/8730654121_05bca33388_z.jpg);
}
 #slide-2 {
     background-image: url(http://farm8.staticflickr.com/7382/8732044638_9337082fc6_z.jpg);
}
 .slide:before {
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 40%;
     background: linear-gradient(transparent, black);
}
 .slider-nav {
     text-align: center;
     margin: 10px 0 0 0;
}
 .slider-nav a {
     width: 17px;
     height: 17px;
     display: inline-block;
     background-color: #ffd3d3;
     overflow: hidden;
     text-indent: -9999px;
     border-radius: 50%;
}
 .slider-nav a.active {
     background-color: #ff5252;
}
/* follow me template */
/* for custom scrollbar for webkit browser*/
 #parent {
     min-height: 450px;
     box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
     background-color: #ffffff;
}
 #parent::-webkit-scrollbar {
     width: 6px;
}
 #parent::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 #parent::-webkit-scrollbar-thumb {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 .search-book-table-section {
     margin-top: 20px;
}
 .search-book-view-content p {
     color: #999999;
     font-size: 14px;
     font-weight: 300;
     line-height: 20px;
}
 .search-book-view-content span {
     color: #333333;
     font-size: 14px;
     font-weight: 600;
     line-height: 20px;
}
 .search-book-view-content {
     margin: 20px 0px;
}
 .search-book-view-req-btn span {
     color: #666666;
     f font-size: 14px;
     font-weight: 300;
     margin-top: 5px;
}
 .reserve-number {
     color: #ff5252 !important;
     font-size: 14px;
     font-weight: 600 !important;
}
 .search-book-modal-header {
     padding: 30px 35px 
}
 .lib-transaction-head h4 {
     color: #333333;
     font-size: 18px;
     font-weight: 600;
     letter-spacing: 0.45px;
}
 .lib-transaction-slider .item {
     border: 1px solid #e6e6e6;
     background-color: #fafafa;
     padding: 15px 
}
 .transactions-book-details p {
     color: #333333;
     font-size: 16px;
     font-weight: 600;
     letter-spacing: 0.4px;
     margin-bottom: 0px;
}
 .transactions-book-details span {
     color: #4d4d4d;
     font-size: 14px;
     font-weight: 300;
     letter-spacing: 0.35px;
}
 .transactions-due-date p {
     color: #ff5252 !important;
     font-weight: 500 !important;
     font-size: 14px;
     letter-spacing: 0.35px;
     position: relative;
     top: 10px;
}
 .transactions-book-details {
     margin-bottom: 25px;
}
 .transactions-book-img img {
     height: 95px;
}
 .owl-dots {
     display: none 
}
 .owl-next {
     border-radius: 50% !important;
     width: 40px;
     position: absolute;
     right: -26px;
     top: 40px;
     box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
     background-color: #ffffff !important;
     height: 40px;
}
 .owl-prev {
     border-radius: 50% !important;
     width: 40px;
     position: absolute;
     left: -26px;
     top: 40px;
     box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
     background-color: #ffffff !important;
     height: 40px;
}
 .owl-next span , .owl-prev span {
     color: #b0acbf;
     font-size: 30px !important 
}
 .lib-transaction-slider {
     margin:20px 0px 0px 0px;
}
/* End Search Book Style*/
/*attendance page start*/
 
 .white-bg {
     background-color: #ffffff;
         overflow: hidden;
}

.green-border-btn {
     background-color: #fff;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     transition: all 0.8s;
     border: 1px solid #00b41f;
     color: #00b41f;
}
 .green-border-btn:hover {
     background-color: #00b41f;
     color: #fff;
     transition: all 0.8s;
}

 .blue-border-btn {
     background-color: #fff;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     transition: all 0.8s;
     border: 1px solid #1da7fc;
     color: #1da7fc;
}
 .blue-border-btn:hover {
     background-color: #1da7fc;
     color: #fff;
     transition: all 0.8s;
}
 .red-border-btn {
     background-color: #fff;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     transition: all 0.8s;
     border: 1px solid #f00;
     color: #f00;
}
 .red-border-btn:hover {
     background-color: #f00;
     color: #fff;
     transition: all 0.8s;
}
 .grey-border-btn {
     background-color: #fff;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     transition: all 0.8s;
     border: 1px solid #999999;
     color: #999999;
}
 .grey-border-btn:hover {
     background-color: #999999;
     color: #fff;
     transition: all 0.8s;
}

 .orange-border-btn {
     background-color: #fff;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     transition: all 0.8s;
     border: 1px solid #db7800;
     color: #db7800;
}
 .orange-border-btn:hover {
     background-color: #db7800;
     color: #fff;
     transition: all 1s;
}


 .pink-border-btn {
     background-color: #fff;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: 0.6px;
     padding: 5px 20px;
     transition: all 0.8s;
     border: 1px solid #ff5acd;
     color: #ff5acd;
}
 .pink-border-btn:hover {
     background-color: #ff5acd;
     color: #fff;
     transition: all 1s;
}

 .box-header.with-border {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 24px 18px;
     border-bottom: 1px solid #e4e9ec;
}
 .br5 {
     border-radius: 5px;
}
 .mt66 {
     margin-top: 66px;
}
 table.table.table-striped.attendance-table>tbody>tr>td:first-child {
     padding-left: 20px;
}
 table.table.table-striped.attendance-table>thead>tr>th:first-child {
     padding-left: 20px;
}
 .right-position {
     width: 100%;
     text-align: right;
     padding: 10px 18px 18px 0px;
     border-top: 1px solid #ddd;
}
 .table-responsive.absent-table {
     height: 300px;
}
 #scroll::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     background-color: #F5F5F5;
}
 #scroll::-webkit-scrollbar {
     width: 2px;
     background-color: #F5F5F5;
}
 #scroll::-webkit-scrollbar-thumb {
     background-color: #ccc;
     border: 2px solid #eee;
}
 body::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     background-color: #F5F5F5;
}
 body::-webkit-scrollbar {
     width: 15px;
     background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
     background-color: #ccc;
     border: 2px solid #eee;
}
/* the scrollbar area itself */
 ::-webkit-scrollbar {
     width: 5px;
}
/* the up/down/left/right buttons */
 ::-webkit-scrollbar-button {
     width: 5px;
}
/* the zone where the scroll will happen */
 ::-webkit-scrollbar-track {
     width: 15px;
}
/* not sure what this is */
 ::-webkit-scrollbar-track-piece {
     width: 15px;
}
/* the famous "elevator" */
 ::-webkit-scrollbar-thumb {
     width: 15px;
}
/* what stands in the corner, between the horizontal and the vertical scrollbars */
 ::-webkit-scrollbar-corner {
     width: 15px;
}
/* the resizer thingy into that corner */
 ::-webkit-resizer {
     width: 15px;
}
 ::-webkit-scrollbar {
     width: 10px;
}
 ::-webkit-scrollbar-track {
     border-radius: 15px;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 15px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
 table#absent-table {
     margin-bottom: 0px;
}
 table#Attendance-table {
     margin-bottom: 0px;
}
 .table-responsive.absent-detailes-table {
     height: 600px;
}
 .images-details {
     width: 200px;
     display: flex;
     justify-content: space-evenly;
     margin-top: 20px;
}
 .circle-select {
     border-radius: 20px;
     background: url(../images/down-arrow.png) no-repeat 92% white;
     padding: 6px 30px 6px 12px;
     opacity: 0.7;
     color: #2e3a56;
     font-size: 12px;
     font-weight: 500;
     letter-spacing: 0.6px;
}
 .form-control:focus {
     border-color: #ccc;
     outline: 0;
     -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
     box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
}
 .select-items {
     display: flex;
}
 .mlr15 {
     margin:0px 15px;
}
 .act-label {
     color: #999999;
    
     font-size: 14px;
     font-weight: 300;
     line-height: 20px;
}
 .act-value {
     color: #333333;
     
     font-size: 14px;
     font-weight: 600;
     line-height: 20px;
}
 .Activity-row-1 {
     display: flex;
     flex-direction: row;
     padding: 20px 0px;
}
 .red-title {
     color: #ff5252;
     
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
    /* Text style for "A, pplicat" */
     letter-spacing: 0.6px;
}
 button.bg-white.accordian-button {
     border: none;
     background: #fff;
}
 .hide-show {
     width: 140px;
     margin: 0 auto;
     text-align: center;
     border-bottom: 1px solid #999999;
     opacity: 0.7;
     color: #999999;
     
     font-size: 16px;
     font-weight: 500;
     line-height: 20px;
     margin-bottom: 40px;
     cursor:pointer;
     display: flex;
    flex-direction: row;
    justify-content:space-around;
}
 .accordian-container {
     display: none;
}
 @media (min-width: 320px) and (max-width: 767px) {
     .Activity-row-1 {
         display: flex;
         flex-direction: column;
    }
     .Activity-col-1 {
         padding: 10px;
    }
}
 .display-flex {
     display: flex;
}
 .student-menu-option {
     top:-35px !important;
}
 .principal-menu-block {
     min-width: 385px !important;
     padding:20px 18px;
}
 .principal-menu-section {
     display: flex;
     justify-content: space-around;
}
 .principal-menu-items img {
     display: flex;
     align-items: center;
     margin:0 auto;
}
 .principal-menu-items p {
     text-align:center;
     color: #000020;
     font-size: 13px;
     font-weight: 300;
     margin:10px 0px;
}
 .principal-menu-section li {
     width: 100px;
     border-bottom: 0px solid #f3f3f3;
     padding: 21px 5px 0px 5px;
     position: relative;
     cursor: pointer;
}
 .principal-active-menu {
     border: 1px solid #e5e5e5 !important;
}
 .principal-active-menu:before {
     content: url(../images/present.png);
     position: absolute;
     top: -10px;
     right: -10px 
}
 .principal-mega-menu {
     position: fixed;
     width: 81%;
     left: 250px;
     top: 70px;
     height: 100%;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17);
     background-color: #ffffff;
}
 .principal-megamenu-section {
     padding: 20px 25px 
}
 .megamenu-head {
     border-bottom: 1px solid #e0e2e5;
}
 .megamenu-head h4 {
     color: #333333;
     font-size: 16px;
     font-weight: 600;
     line-height: 45px;
     letter-spacing: 0.4px;
}
 .megamenu-sub-title h4 {
     color: #17b2e6;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.9px;
}
 .megamenu-list {
     padding: 0px 18px 
}
 .principal-megamenu-links a {
     color: #90a4ae !important;
     font-size: 14px !important;
     font-weight: 500 !important;
     line-height: 20px;
     letter-spacing: 0px !important;
}
 .principal-megamenu-links {
     text-indent: 0px !important 
}
 .megamenu-sub-title {
     margin-top: 20px !important;
}
 .principal-megamenu-links a:hover {
     background-color: transparent !important;
}
 .megamenu-close {
     position: absolute;
     right: 20px;
     cursor: pointer;
}
 .principal-donut {
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 25px 0px;
}
 .breadcrumb {
     background-color: transparent;
     padding: 10px 0px;
}
 .breadcrumb>li+li:before {
     padding: 0 5px;
     color: #c1c3c4;
     content: url(../images/bread.png);
}
 .breadcrumb-item a {
     color: #666666;
     font-size: 13px;
     font-weight: 500;
     text-decoration:none;
}
 .breadcrumb>.active {
     color: #666666;
     font-size: 13px;
     font-weight: 500;
}
 .highcharts-credits {
     display: none;
}
 .highcharts-xaxis > .highcharts-tick {
     stroke: transparent !important;
}
 .highcharts-yaxis-labels > text {
     color: #666666 !important;
     font-size: 14px !important;
     font-weight: 500 !important;
}
 .highcharts-xaxis-labels > text {
     color: #666666 !important;
     font-size: 13px !important;
     font-weight: 500;
     line-height: 32px;
     text-transform: uppercase;
}
 .principal-student-class-head h4 {
     color: #2e3a56;
     font-size: 14px;
     font-weight: 600;
     margin-bottom: 40px;
}
 #enquire > .highcharts-container > .highcharts-root > .highcharts-yaxis-grid > .highcharts-grid-line {
     stroke: transparent !important;
}
 #enquire > .highcharts-container > .highcharts-root > .highcharts-xaxis > .highcharts-axis-line {
     stroke: transparent !important;
}
 #enquire > .highcharts-container > .highcharts-root > .highcharts-data-labels > .highcharts-data-label > text {
     color: #666666 !important;
     font-size: 14px !important;
     font-weight: 500 !important;
     line-height: 40px;
}
 #enquire > .highcharts-container > .highcharts-root > .highcharts-series-group > .highcharts-bar-series > rect {
     fill: #1bb7f1 !important 
}
 #example > .highcharts-container > .highcharts-root > .highcharts-series-group > .highcharts-column-series > rect {
     fill: #1bb7f1 !important 
}
 #students > .highcharts-container > .highcharts-root > rect.highcharts-background {
     fill: transparent !important;
}
 #enquire > .highcharts-container > .highcharts-root > rect.highcharts-background {
     fill: transparent !important;
}
 #example > .highcharts-container > .highcharts-root > rect.highcharts-background {
     fill: transparent !important;
}
 #syllabus > .highcharts-container > .highcharts-root > rect.highcharts-background {
     fill: transparent !important;
}
 .students-chart-height {
     height: 300px !important 
}
 #students > .highcharts-container > .highcharts-root > .highcharts-legend > g > g > g.highcharts-pie-series > rect.highcharts-point {
     rx: 0 !important;
     ry: 0 !important;
}
 .principal-chart-section {
     border-top: 1px solid #eef2f3 
}
 .principal-chart-section-right-border {
     border-right: 1px solid #eef2f3 
}
 #enquire {
     margin-top: 45px;
}
 .principal-chart-head {
     padding: 5px 25px 0px 25px 
}
 .principal-chart-btn {
     position: absolute;
     right: 15px;
     top: 15px 
}
 #syllabus > .highcharts-container > .highcharts-root > .highcharts-data-labels > .highcharts-data-label > text {
     color: #666666 !important;
     font-size: 14px !important;
     font-weight: 500 !important;
     line-height: 40px;
}
 #principal-syllabus-table {
     height: 200px 
}
 .principal-table-head > tr >th {
     border-top: 1px solid #eee !important 
}
 .principal-menu-items p a {
     text-align:center;
     color: #000020;
     font-size: 13px;
     font-weight: 300;
     margin:10px 0px;
     text-decoration: none;
}
 .head-blue-border {
     border-left: 5px solid #1bbcec;
     padding-left: 5px;
}
 .principal-donut > svg > g > text {
     font-size:50px;
     font-weight: 600;
     fill: #1bb7f1;
}
 path.color0 {
     fill: #1bb7f1;
}
 path.color1 {
     fill: #f1f1f1;
}
 .bar {
     fill: #5f89ad;
}
 .axis {
     font-size: 13px;
}
 .axis path, .axis line {
     fill: none;
     display: none;
}
 .label {
     font-size: 13px;
}
 .bar {
     fill: steelblue;
}
 .chart-select {
     float: right;
     margin-top: 5px 
}
 .principal-stu-select {
     padding: 6px 45px 6px 12px;
}
 .image-preview-input {
     position: relative;
     overflow: hidden;
     margin: 0px;
     color: #333;
     background-color: #fff;
     border-color: #ccc;
}
 .image-preview-input input[type=file] {
     position: absolute;
     top: 0;
     right: 0;
     margin: 0;
     padding: 0;
     font-size: 20px;
     cursor: pointer;
     opacity: 0;
     filter: alpha(opacity=0);
}
 .image-preview-input-title {
     margin-left:2px;
}
 .btn.btn-default.image-preview-input {
     padding: 9px;
}
 .fc-event.info>div>span>button {
     width: 13px;
     height: 14px;
     background-color: #8073ff;
     border: none;
     border-radius: 50%;
     color: #8073ff;
     padding: 0px;
     line-height: 1.2;
}
 .fc-event.important>div>span>button {
     width: 14px;
     height: 14px;
     background-color: #ff73c5;
     border: none;
     border-radius: 50%;
     opacity: 1;
     color: #ff73c5;
     padding: 0px;
     line-height: 1.2;
}
 .birthday>div>span>button {
     background-color: #eca01b;
     width: 14px;
     height: 14px;
     border: none;
     border-radius: 50%;
     color: #eca01b;
     padding: 0px;
     line-height: 1.2;
}
 .multipleday>div>button {
     width: 100%;
     height: 14px;
     border: none;
     color: #45d232;
     background-color: #45d232;
}
 .custom-tooltip {
     position: absolute;
     background: #fff;
     top: 123%;
     width: 278px;
     height: 155px;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
     border: 1px solid #e5e8eb;
     background-color: #ffffff;
     z-index: 999;
}
 .info>div>button {
     width: 14px !important;
     height: 14px;
     border-radius: 50%;
     line-height: 0;
     color: #f88932;
     background-color: #f88932;
     padding: 0px;
}
 .popover.top {
     margin-top: -6px;
     width: 278px;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
     border: 1px solid #e5e8eb;
     background-color: #ffffff;
     margin-left: -54px;
}
 .popover.popover-home.top {
     margin-top: -6px;
     width: 278px;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
     border: 1px solid #e5e8eb;
     background-color: #ffffff;
     margin-left: -0px;
}
 h3.popover-title {
     background: #fff;
     border: none;
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
     color: #333333;
     letter-spacing: 0.9px;
}
 .popover-content {
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
    /* Text style for "Board Meet" */
     color: #333333;
     letter-spacing: 0.9px;
}
 div.popover>div.time {
     font-size: 20px;
}
 .popover>div.Time {
     opacity: 0.4;
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
    /* Text style for "02:00 Pm -" */
     color: #333333;
     letter-spacing: 0.12px;
     display: flex;
     padding: 0px 14px;
}
 .popover>div.Time>p {
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
     color: #333333;
     letter-spacing: 0.12px;
     display: flex;
     margin-left: 20px;
}
 .Description>p {
     color: #333333;
     font-size: 14px;
     font-weight: 300;
     line-height: 20px;
    /* Text style for "L, orem Ip" */
     letter-spacing: 0.35px;
     padding: 0px 15px;
}
 .popover.subject.fade.bottom.in {
     border-bottom: 6px solid #69bf55;
}
 button.btn.Subjects {
     border-radius: 6%;
     line-height: 0;
     color: #222222;
     background-color: #dff2e2;
     width: auto !important;
     padding: 15px 10px;
     border-left: 5px solid #69bf56;
}
 .sub-popover {
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
     border-top: 1px solid #dff2e3;
}
 .sub-popover>.Subject {
     width: 40% !important;
     display: flex;
     margin-bottom: 12px;
     text-align: center;
     align-items: center;
     line-height: 2;
     border-radius: 28px;
}
 .Subject>p {
     margin-bottom: 0px !important;
}
 .custom-nav-item {
     display: flex;
     padding: 10px 20px;
}
 .sub-popover {
     padding: 15px;
}
 .custom-nav-name {
     margin-left: 23px;
}
 .careerCouncelling>div>span>button {
     background-color: #00bfa5;
     padding: 0px;
     width: 14px;
     height: 14px;
     border-radius: 50%;
}
 .custom-nav-item>img {
     height: 23px;
     width: 22px;
}
 p {
}
 .Homeworks>p {
     color: #69bf56;
     font-size: 12px;
     font-weight: 500;
     text-transform: uppercase;
    /* Text style for "H, omework" */
     letter-spacing: 0.3px;
     padding-left: 20px;
}
 .Homeworks {
     border-top: 1px dashed #e5e5e5;
     padding-top: 20px;
}
 .fc-event {
     color: #000 !important;
}
/* for vertical events */
 .fc-event-bg {
     display: none !important;
}
 .fc-event .ui-resizable-handle {
     display: none !important;
}
/*! * FullCalendar v1.6.4 Stylesheet * Docs & License: http://arshaw.com/fullcalendar/ * (c) 2013 Adam Shaw */
 .fc {
     direction: ltr;
     text-align: left;
}
 .fc table {
     border-collapse: collapse;
     border-spacing: 0;
}
 html .fc, .fc table {
     font-size: 1em;
}
 .fc td, .fc th {
     padding: 0;
     vertical-align: top;
}
/* Header ------------------------------------------------------------------------*/
 .fc-header td {
     white-space: nowrap;
     padding: 15px 10px 0px;
}
 .fc-header-left {
     width: 25%;
     text-align: left;
}
 .fc-header-center {
     text-align: center;
}
 .fc-header-right {
     width: 25%;
     text-align: right;
}
 td.fc-header-title{
    line-height: 2;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
}
.fc-widget-content {
        border: 1px solid #e5e5e5 !important;
}
 .fc-header-title {
     display: inline-block;
     vertical-align: top;
     margin-top: -5px;
}
 .fc-header-title h2 {
     margin-top: 0;
     white-space: nowrap;
     font-size: 32px;
     font-weight: 100;
     margin-bottom: 10px;
}
 .fc .fc-header-space {
     padding-left: 10px;
}
 .fc-header .fc-button {
     margin-bottom: 1em;
     vertical-align: top;
}
/* buttons edges butting together */
 .fc-header .fc-button {
     margin-right: -1px;
}
 .fc-header .fc-corner-right, 
/* non-theme */
 .fc-header .ui-corner-right {
    /* theme */
     margin-right: 0;
    /* back to normal */
}
/* button layering (for border precedence) */
 .fc-header .fc-state-hover, .fc-header .ui-state-hover {
     z-index: 2;
}
 .fc-header .fc-state-down {
     z-index: 3;
}
 .fc-header .fc-state-active, .fc-header .ui-state-active {
     z-index: 4;
}
/* Content ------------------------------------------------------------------------*/
 .fc-content {
     clear: both;
     zoom: 1;
    /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
}
 .fc-view {
     width: 100%;
     overflow: hidden;
}
/* Cell Styles ------------------------------------------------------------------------*/
/* <th>, usually */
 .fc-widget-content {
    /* <td>, usually */
     border: 1px solid #e5e5e5;
}
 .fc-widget-header{
     border-bottom: 1px solid #EEE;
}
 .fc-state-highlight {
    /* <td> today cell */
    /* TODO: add .fc-today to <th> */
    /* background: #fcf8e3;
     */
}
 .fc-state-highlight > div > div.fc-day-number{
     background-color: #f88932;
     color: #FFFFFF;
     border-radius: 50%;
     margin: 4px;
}
 .fc-cell-overlay {
    /* semi-transparent rectangle while dragging */
     background: #bce8f1;
     opacity: .3;
     filter: alpha(opacity=30);
    /* for IE */
}
/* Buttons ------------------------------------------------------------------------*/
 .fc-button {
     position: relative;
     display: inline-block;
     overflow: hidden;
     height: 1.9em;
     line-height: 1.9em;
     white-space: nowrap;
     cursor: pointer;
}
 .fc-state-default {
    /* non-theme */
}
 .fc-state-default.fc-corner-left {
    /* non-theme */
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
}
 .fc-state-default.fc-corner-right {
    /* non-theme */
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
}
/* Our default prev/next buttons use HTML entities like &lsaquo;
 &rsaquo;
 &laquo;
 &raquo;
 and we'll try to make them look good cross-browser. */
 .fc-text-arrow {
     margin: 0 .4em;
     font-size: 2em;
     line-height: 23px;
     vertical-align: baseline;
    /* for IE7 */
}
 .fc-button-prev .fc-text-arrow, .fc-button-next .fc-text-arrow {
    /* for &lsaquo;
     &rsaquo;
     */
     font-weight: bold;
}
/* icon (for jquery ui) */
 .fc-button .fc-icon-wrap {
     position: relative;
     float: left;
     top: 50%;
}
 .fc-button .ui-icon {
     position: relative;
     float: left;
     margin-top: -50%;
     *margin-top: 0;
     *top: -50%;
}
 .fc-state-default {
     color: #aeaeae;
}
 .fc-button-month.fc-state-default, .fc-button-agendaWeek.fc-state-default, .fc-button-agendaDay.fc-state-default{
     min-width: 67px;
     text-align: center;
     transition: all 0.2s;
     -webkit-transition: all 0.2s;
}
 .fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
     color: #333333;
}
 .fc-state-hover {
     color: #aeaeae;
    ;
     text-decoration: none;
     background-position: 0 -15px;
     -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
     -o-transition: background-position 0.1s linear;
     transition: background-position 0.1s linear;
}
 .fc-state-down, .fc-state-active {
     background-color: #aeaeae;
    ;
     background-image: none;
     outline: 0;
     color: #FFFFFF;
}
 .fc-state-disabled {
     cursor: default;
     background-image: none;
     filter: alpha(opacity=65);
     box-shadow: none;
     border:1px solid #FFE3E3;
     color: #aeaeae;
}
/* Global Event Styles ------------------------------------------------------------------------*/
 .fc-event-container > * {
     z-index: 8;
}
 .fc-event-container > .ui-draggable-dragging, .fc-event-container > .ui-resizable-resizing {
     z-index: 9;
}
 .fc-event {
     border: 1px solid #FFF;
    /* default BORDER color */
     background-color: #FFF;
    /* default BACKGROUND color */
     color: #919191;
    /* default TEXT color */
     font-size: 12px;
     cursor: default;
}
 .fc-event:hover{
     opacity: 0.7;
}
 a.fc-event {
     text-decoration: none;
}
 a.fc-event, .fc-event-draggable {
     cursor: pointer;
}
 .fc-rtl .fc-event {
     text-align: right;
}
 .fc-event-inner {
     width: 100%;
     height: 100%;
     overflow: hidden;
     line-height: 15px;
}
 .fc-event-time, .fc-event-title {
     padding: 0 1px;
}
 .fc .ui-resizable-handle {
     display: block;
     position: absolute;
     z-index: 99999;
     overflow: hidden;
    /* hacky spaces (IE6/7) */
     font-size: 300%;
    /* */
     line-height: 50%;
    /* */
}
/* Horizontal Events ------------------------------------------------------------------------*/
 .fc-event-hori {
     border-width: 1px 0;
     margin-bottom: 1px;
}
 .fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end {
     border-left-width: 1px;
    /* border-top-left-radius: 3px;
     border-bottom-left-radius: 3px;
     */
}
 .fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
     border-right-width: 1px;
    /* border-top-right-radius: 3px;
     border-bottom-right-radius: 3px;
     */
}
/* resizable */
 .fc-event-hori .ui-resizable-e {
     top: 0 !important;
    /* importants override pre jquery ui 1.7 styles */
     right: -3px !important;
     width: 7px !important;
     height: 100% !important;
     cursor: e-resize;
}
 .fc-event-hori .ui-resizable-w {
     top: 0 !important;
     left: -3px !important;
     width: 7px !important;
     height: 100% !important;
     cursor: w-resize;
}
 .fc-event-hori .ui-resizable-handle {
     _padding-bottom: 14px;
    /* IE6 had 0 height */
}
/* Reusable Separate-border Table ------------------------------------------------------------*/
 table.fc-border-separate {
     border-collapse: separate;
}
 .fc-border-separate th, .fc-border-separate td {
     border-width: 1px 0 0 1px;
}
 .fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
     border-right-width: 1px;
}
 .fc-border-separate tr.fc-last td {
}
 .fc-border-separate .fc-week .fc-first{
     border-left: 0;
}
 .fc-border-separate .fc-week .fc-last{
     border-right: 0;
}
 .fc-border-separate tr.fc-last th{
     border-bottom-width: 1px;
     font-size: 16px;
     font-weight: 300;
     line-height: 30px;
}
 .fc-border-separate th.fc-last {
     border-bottom-width: 1px;
     font-size: 16px;
     font-weight: 300;
     line-height: 30px;
     padding-left:5%;
}
 .fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
     border-top-width: 0;
}
/* Month View, Basic Week View, Basic Day View ------------------------------------------------------------------------*/
 .fc-grid th {
     text-align: left;
}
 .fc .fc-week-number {
     width: 22px;
     text-align: center;
}
 .fc .fc-week-number div {
     padding: 0 2px;
}
 .fc-grid .fc-day-number {
     float: left;
    /* padding: 0 2px;
     */
}
 .fc-grid .fc-other-month .fc-day-number {
     opacity: 0.3;
     filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded might want to set the 'color' property instead making day-numbers bold also fixes the problem */
}
 .fc-grid .fc-day-content {
     clear: both;
     padding: 2px 2px 1px;
    /* distance between events and day edges */
}
/* event styles */
 .fc-grid .fc-event-time {
     font-weight: bold;
}
/* right-to-left */
 .fc-rtl .fc-grid .fc-day-number {
     float: left;
}
 .fc-rtl .fc-grid .fc-event-time {
     float: right;
}
/* Agenda Week View, Agenda Day View ------------------------------------------------------------------------*/
 .fc-agenda table {
     border-collapse: separate;
}
 .fc-agenda-days th {
     text-align: center;
}
 .fc-agenda .fc-agenda-axis {
     width: 50px;
     padding: 0 4px;
     vertical-align: middle;
     text-align: right;
     white-space: nowrap;
     font-weight: normal;
}
 .fc-agenda .fc-week-number {
     font-weight: bold;
}
 .fc-agenda .fc-day-content {
     padding: 2px 2px 1px;
}
/* make axis border take precedence */
 .fc-agenda-days .fc-agenda-axis {
     border-right-width: 1px;
}
 .fc-agenda-days .fc-col0 {
     border-left-width: 0;
}
/* all-day area */
 .fc-agenda-allday th {
     border-width: 0 1px;
}
 .fc-agenda-allday .fc-day-content {
     min-height: 34px;
    /* TODO: doesnt work well in quirksmode */
     _height: 34px;
}
/* divider (between all-day and slots) */
 .fc-agenda-divider-inner {
     height: 2px;
     overflow: hidden;
}
 .fc-widget-header .fc-agenda-divider-inner {
     background: #eee;
}
/* slot rows */
 .fc-agenda-slots th {
     border-width: 1px 1px 0;
}
 .fc-agenda-slots td {
     border-width: 1px 0 0;
     background: none;
}
 .fc-agenda-slots td div {
     height: 20px;
}
 .fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
     border-top-width: 0;
}
 .fc-agenda-slots tr.fc-minor th.ui-widget-header {
     *border-top-style: solid;
    /* doesn't work with background in IE6/7 */
}
/* Vertical Events ------------------------------------------------------------------------*/
 .fc-event-vert {
     border-width: 0 1px;
}
 .fc-event-vert.fc-event-start {
     border-top-width: 1px;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
}
 .fc-event-vert.fc-event-end {
     border-bottom-width: 1px;
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
}
 .fc-event-vert .fc-event-time {
     white-space: nowrap;
     font-size: 10px;
}
 .fc-event-vert .fc-event-inner {
     position: relative;
     z-index: 2;
}
 .fc-event-vert .fc-event-bg {
    /* makes the event lighter w/ a semi-transparent overlay */
     position: absolute;
     z-index: 1;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #fff;
     opacity: .25;
     filter: alpha(opacity=25);
}
 .fc .ui-draggable-dragging .fc-event-bg, 
/* TODO: something nicer like .fc-opacity */
 .fc-select-helper .fc-event-bg {
     display: none\9;
    /* for IE6/7/8. nested opacity filters while dragging don't work */
}
/* resizable */
 .fc-event-vert .ui-resizable-s {
     bottom: 0 !important;
    /* importants override pre jquery ui 1.7 styles */
     width: 100% !important;
     height: 8px !important;
     overflow: hidden !important;
     line-height: 8px !important;
     font-size: 11px !important;
     font-family: monospace;
     text-align: center;
     cursor: s-resize;
}
 .fc-agenda .ui-resizable-resizing {
    /* TODO: better selector */
     _overflow: hidden;
}
 thead tr.fc-first{
}
 table.fc-header{
     background-color: #FFFFFF;
     border-radius: 6px 6px 0 0;
}
 .fc-week .fc-day > div .fc-day-number{
     font-size: 15px;
     margin: 2px;
     text-align: center;
     width: 27px;
     height: 27px;
     line-height: 1.7;
}
 .fc-sun, .fc-sat{
     color: #b8b8b8;
}
 .tippy-tooltip.honeybee-theme .tippy-backdrop {
    /* Your styling here. Example: */
     background-color: yellow;
}
 .fc-week .fc-day:hover .fc-day-number{
     background-color: #B8B8B8;
     border-radius: 50%;
     color: #FFFFFF;
     transition: background-color 0.2s;
     width: 27px;
     height: 27px;
     line-height: 1.7;
}
 .fc-week .fc-day.fc-state-highlight:hover .fc-day-number{
     background-color: #aeaeae;
    ;
}
 .fc-button-today{
     border: 1px solid rgba(255,255,255,.0);
}
 .fc-view-agendaDay thead tr.fc-first .fc-widget-header{
     text-align: right;
     padding-right: 10px;
}

/*Ui-colorkit style*/

.ui-colorkit-list > a > span
{
     color: #000;

}
.ui-colorkit-list > a
{
 text-decoration: none;
      
}
.ul.tabs li.active > .ui-colorkit-list > a > span
{
     color: #fff !important
}

.fill-pink-button {
    color: #ffffff;
    width: 165px;
    height: 38px;
    background-color: #c132fa;
}
.fill-pink-button:hover , .fill-pink-button:focus{
    border: 1px solid #c132fa;
    background-color: transparent !important;
    color: #c132fa !important;
}
.fill-yellow-button{
    color: #ffffff;
    width: 165px;
    height: 38px;
    background-color: #ffaf00;
}
.fill-yellow-button:hover , .fill-yellow-button:focus{
    border: 1px solid #ffaf00;
    background-color: transparent !important;
    color: #ffaf00 !important;
}
.fill-blue-button{
    color: #ffffff;
    width: 165px;
    height: 38px;
    background-color: #406bff;
}
.fill-blue-button:hover , .fill-blue-button:focus{
    border: 1px solid #406bff;
    background-color: transparent !important;
    color: #406bff !important;
}
.fill-green-button{
    color: #ffffff;
   min-width: 165px;
    height: 38px;
    background-color: #6ed871;
}
.fill-green-button:hover , .fill-green-button:focus{
    border: 1px solid #6ed871;
    background-color: transparent !important;
    color: #6ed871 !important;
}

.fill-red-button{
    color: #ffffff;
    width: 165px;
    height: 38px;
    background-color: #ff2637;
}
.fill-red-button:hover , .fill-red-button:focus{
    border: 1px solid #ff2637;
    background-color: transparent !important;
    color: #ff2637 !important;
}

.fill-lightgreen-button{
    color: #ffffff;
    width: 165px;
    height: 38px;
    background-color: #00c8a7;
}
.fill-lightgreen-button:hover , .fill-lightgreen-button:focus{
    border: 1px solid #00c8a7;
    background-color: transparent !important;
    color: #00c8a7 !important;
}
.fill-violet-button{
    color: #ffffff;
    width: 165px;
    height: 38px;
    background-color: #8810ff;
}
.fill-violet-button:hover , .fill-violet-button:focus{
    border: 1px solid #8810ff;
    background-color: transparent !important;
    color: #8810ff !important;
}
.fill-orange-button{
    color: #ffffff;
    width: 165px;
    height: 38px;
    background-color: #ff6000;
}
.fill-orange-button:hover , .fill-orange-button:focus{
    border: 1px solid #ff6000;
    background-color: transparent !important;
    color: #ff6000 !important;
}
.fill-brown-button{
    color: #ffffff;
    width: 165px;
    height: 38px;
    background-color: #a23720;
}
.fill-brown-button:hover , .fill-brown-button:focus{
    border: 1px solid #ff6000;
    background-color: transparent !important;
    color: #ff6000 !important;
}
.pink-button
{
     
    border: 1px solid #c132fa;
    background-color: transparent;
    color: #c132fa;
     border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;
   
}
.yellow-button
{
      
    border: 1px solid #ffaf00;
    background-color: transparent;
    color: #ffaf00;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

    
}
.blue-button
{
      
    border: 1px solid #406bff;
    background-color: transparent;
    color: #406bff;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

    
}
.green-button
{
      
    border: 1px solid #6ed871;
    background-color: transparent;
    color: #6ed871;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

    
}
.red-button
{
      
    border: 1px solid #ff2637;
    background-color: transparent;
    color: #ff2637;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

    
}
.lightgreen-button
{
      
    border: 1px solid #00c8a7;
    background-color: transparent;
    color: #00c8a7;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

    
}
.violet-button
{
      
    border: 1px solid #8810ff;
    background-color: transparent;
    color: #8810ff;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

    
}
.orange-button
{
      
    border: 1px solid #ff6000;
    background-color: transparent;
    color: #ff6000;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

    
}
.brown-button
{
      
    border: 1px solid #a23720;
    background-color: transparent;
    color: #a23720;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

    
}
.dark-green-button
{
      
    border: 1px solid #69bf56;
    background-color: transparent;
    color: #69bf56;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

    
}
.skyblue-button
{
      
    border: 1px solid #1bbcec;
    background-color: transparent;
    color: #1bbcec;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

     
}
.white-button
{
      
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 20px;
    transition: all 0.8s;
    position: relative;

    
}
.skyblue-button:hover , .skyblue-button:focus
{
    border: 1px solid #1bbcec;
    background-color: #1bbcec;
    color: #fff;
}


.dark-green-button:hover , .dark-green-button:focus
{
         border: 1px solid #69bf56;
    background-color: #69bf56;
    color: #fff;
}

.pink-button:hover , .pink-button:focus
{
         border: 1px solid #c132fa;
    background-color: #c132fa;
    color: #fff;
}
.yellow-button:hover , .yellow-button:focus
{
         border: 1px solid #ffaf00;
    background-color: #ffaf00;
    color: #fff;
}
.blue-button:hover , .blue-button:focus
{
         border: 1px solid #406bff;
    background-color: #406bff;
    color: #fff;
}
.green-button:hover , .green-button:focus
{
         border: 1px solid #6ed871;
    background-color: #6ed871;
    color: #fff;
}
.red-button:hover , .red-button:focus
{
         border: 1px solid #ff2637;
    background-color: #ff2637;
    color: #fff;
}
.lightgreen-button:hover , .lightgreen-button:focus
{
         border: 1px solid #00c8a7;
    background-color: #00c8a7;
    color: #fff;
}
.violet-button:hover , .violet-button:focus
{
         border: 1px solid #8810ff;
    background-color: #8810ff;
    color: #fff;
}
.orange-button:hover , .orange-button:focus
{
         border: 1px solid #ff6000;
    background-color: #ff6000;
    color: #fff;
}
.brown-button:hover , .brown-button:focus
{
         border: 1px solid #a23720;
    background-color: #a23720;
    color: #fff;
}
.white-button:hover , .white-button:focus
{
         border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}
.pink-header
{
     border-left: 6px solid #c132fa;
     height: 28px
}
.pink-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.yellow-header
{
     border-left: 6px solid #ffaf00; 
     height: 28px   
}
.yellow-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.dark-pink-header
{
     border-left: 6px solid #e7579e; 
     height: 28px   
}
.dark-pink-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.blue-header
{
     border-left: 6px solid #406bff; 
     height: 28px   
}
.blue-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.green-header
{
     border-left: 6px solid #6ed871; 
     height: 28px   
}
.green-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.red-header
{
     border-left: 6px solid #ff2637;
     height: 28px    
}
.red-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.sky-blue-header
{
     border-left: 6px solid #1da7fc;
     height: 28px    
}
.sky-blue-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.lightgreen-header
{
     border-left: 6px solid #00c8a7; 
     height: 28px   
}
.lightgreen-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.violet-header
{
     border-left: 6px solid #8810ff; 
     height: 28px   
}
.violet-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.orange-header
{
     border-left: 6px solid #ff6000;
     height: 28px    
}
.orange-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.brown-header
{
     border-left: 6px solid #a23720; 
     height: 28px   
}
.brown-header > h4
{
         margin-left: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}
.pink-tab>li.active>a, .pink-tab>li.active>a:focus, .pink-tab>li.active>a:hover
{
         border: none !important;
    border-bottom: 4px solid #c132fa !important;
    color: #c132fa;
    background-color: transparent !important;
}
.yellow-tab>li.active>a, .yellow-tab>li.active>a:focus, .yellow-tab>li.active>a:hover
{
         border: none !important;
    border-bottom: 4px solid #ffaf00 !important;
    color: #ffaf00;
    background-color: transparent !important;
}
.blue-tab>li.active>a, .blue-tab>li.active>a:focus, .blue-tab>li.active>a:hover
{
         border: none !important;
    border-bottom: 4px solid #406bff !important;
    color: #406bff;
    background-color: transparent !important;
}
.green-tab>li.active>a, .green-tab>li.active>a:focus, .green-tab>li.active>a:hover
{
         border: none !important;
    border-bottom: 4px solid #6ed871 !important;
    color: #6ed871;
    background-color: transparent !important;
}
.skyblue-tab>li.active>a, .skyblue-tab>li.active>a:focus, .skyblue-tab>li.active>a:hover		
	{		
	 border: none !important;		
	border-bottom: 4px solid #1bbcec !important;		
    color: #1bbcec;		
    background-color: transparent !important;		
	}
.red-tab>li.active>a, .red-tab>li.active>a:focus, .red-tab>li.active>a:hover
{
         border: none !important;
    border-bottom: 4px solid #ff2637 !important;
    color: #ff2637;
    background-color: transparent !important;
}
.lightgreen-tab>li.active>a, .lightgreen-tab>li.active>a:focus, .lightgreen-tab>li.active>a:hover
{
         border: none !important;
    border-bottom: 4px solid #00c8a7 !important;
    color: #00c8a7;
    background-color: transparent !important;
}
.violet-tab>li.active>a, .violet-tab>li.active>a:focus, .violet-tab>li.active>a:hover
{
         border: none !important;
    border-bottom: 4px solid #8810ff !important;
    color: #8810ff;
    background-color: transparent !important;
}
.orange-tab>li.active>a, .orange-tab>li.active>a:focus, .orange-tab>li.active>a:hover
{
         border: none !important;
    border-bottom: 4px solid #ff6000 !important;
    color: #ff6000;
    background-color: transparent !important;
}
.brown-tab>li.active>a, .brown-tab>li.active>a:focus, .brown-tab>li.active>a:hover
{
         border: none !important;
    border-bottom: 4px solid #a23720 !important;
    color: #a23720;
    background-color: transparent !important;

}
.pink-tab li a , .yellow-tab li a , .blue-tab li a , .green-tab li a , .red-tab li a , .lightgreen-tab li a , .violet-tab li a , .orange-tab li a , .brown-tab li a {
    color: #737c80;
    font-size: 12px;
    border-bottom: 4px solid transparent;
     border: none !important;
}
.pink-tab , .yellow-tab , .blue-tab , .green-tab , .red-tab , .lightgreen-tab , .violet-tab , .orange-tab , .brown-tab
{
         border-bottom: none !important;
}
.nav>li>a:focus, .nav>li>a:hover
{
     background-color: transparent;
     border-color: transparent;
}
.p20
{
     padding: 20px
}
.ui-kit-btn-block {
    margin: 15px 0px;
}    
.skyblue-tab>li>a {		
    border: none !important;		
  border-bottom: 4px solid transparent !important;		
     background-color: transparent !important;		
color: #212629;	
	font-size: 14px;		
font-weight: 500;		
line-height: 26px;		
}   		
ul.nav.nav-tabs.skyblue-tab>li>a {		
    text-align: left;		
	    padding: 10px 0px;		
    margin-right: 20px;		
}		

.tab-content.skyblue-tab-content {		
   padding: 20px 0px;		
	}		
.student-names-header {		
    color: #000000;		
    font-size: 16px;		
   font-weight: 500;		
    line-height: 22px; /* Text style for "Performanc" */		
    letter-spacing: 0.64px;		
	    margin: 20px 0px 0px 0px;		
}
/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
 
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #2766ea;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #2766ea;
  background-image: #2766ea;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #2766ea;
}

div.bhoechie-tab-content{
  background-color: transparent;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.test {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}
.ui-kit-section
{
  margin-top: 50px;
}
.ui-kit-list > a
{
  padding: 15px 
}
.ui-kit-bg
{
  background-color: #fff
}
.box-shadow {
 box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
 background-color: #ffffff;
 border-radius: 5px;
}
.lunch-date {
     color: #7e7e7e;
color: #ff5252;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
/* Text style for "2, 8 May 2" */
color: #7e7e7e;
letter-spacing: 0.35px;
}
.box-heading {
    display:  flex;
    justify-content:  space-between;
    align-items:  center;
    border-bottom: 1px solid #f0f0f3;
}

.box-heading>h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    padding: 27px 0px 24px 20px;
    margin: 0px;
}

.box-heading>p {
    padding: 30px 24px 24px 0px;
    margin: 0px;
}

ul.lunch-details {
       list-style-image: url(../images/leaf.png);
       min-height:500px;
}

li.lunch-detail {
    color: #444444;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
     
}
.box-details {
         height: 219px;
         margin-bottom:15px;
}
.box-details-holiday {
    height: 219px;
    display: flex;
    align-items: center;
    justify-items: center;
}
.box-container {
    display:  flex;
    flex-direction: column;
    align-items:  center;
    text-align:  center;
    padding: 0px 26px;
}

.box-container>img {
    margin: 30px 18px;
}

.box-container>button {
    margin: 20px 0px 23px 0px;
}
.noticboard-container {
    padding: 20px;
}

.noticboard-container>h4 {
    margin-bottom: 15px;
}

.noticboard-container>div.notice-date>img {
    margin-right: 10px;
}

p.noticboard {
    padding: 28px 0px 20px 0px;
}

span.notice-date {
    font-size: 12px;
    font-weight: 500; /* Text style for "2, 1 Jul 2" */
    color: #999999;
}



.edit-inputs
          {
             
            margin-top: 5px

          }
          .edit-inputs[disabled]
          {
            background-color: transparent;
            border:none;
          }
          .student-block2 {
    padding-top: 35px !important;
    padding-bottom: 30px !important;
}
.student-information-important
{
   margin-top: 30px;
    
}
.student-information-btns
{
   float: right
}
.student-information-save
{
     word-wrap: break-word;
     padding: 20px 50px 60px 20px;
}
 .student-information-btns > button.btn
{
   padding: 10px 25px !important;
   font-size: 16px;
   color: #fff;
   margin:0px 5px;
}
.purple-bg
{
   background-color: #c132fa;

}
.cancel-bg
{
   background-color: #b3b3b3;
}
.student-information-condition-txt
{
   margin-bottom: 35px;
}
.edit-inputs
{
   width: 100%
}
.student-information-save-checkbox
{
   color: #666666;
font-size: 14px;
font-weight: 300;
line-height: 18px;
}
.student-block2
{
   padding-top: 35px !important;
    padding-bottom: 0px !important;
}
li.Student-details {
    display: flex;
    align-items:  center;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.StudentNmae {
}

.stu-details>div.StudentNmae {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 500;
}

.StudentClass {
    color: #999999;
    font-size: 12px;
    font-weight: 500;
 
}

 

li.user-details {
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.username {
    
    
    
     /* Text style for "Welcome" */
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 500; /* Text style for "Vishal Sha" */
}

.usernames {
    color: #333333;
    font-size: 14px;
     /* Text style for "Welcome" */
    
    
    
     /* Text style for "Vishal Sha" */
    font-weight: 600;
    width: 100%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #ffffff !important;
}
ul.dropdown-menu>li>a.my-account {
    color: #4d4d4d;
    font-size: 13px;
    padding: 16px !important;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
}

div#navbar {
    display:  flex;
    align-items:  center;
    height: 70px;
}
 
a.dropdown-toggle.student {
    display: flex;
    align-items: center;
}
/*.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}*/
.Login-user.dropdown {
    border-left: 1px solid #ddd;
    height: 70px;
    align-items: center;
    display: flex;
    padding: 0px 20px 0px 20px;
}
.Student-details.dropdown{
    border-left: 1px solid #ddd;
    height: 70px;
    align-items: center;
    display: flex;
    padding: 0px 20px 0px 20px;
}
a.dropdown-toggle.student {
    display: flex;
    align-items: center;
    text-decoration: none;
     padding: 20px 0px;
}
.stu-details {
    padding-left: 10px;
}
.Student-details.dropdown>a>img {
    margin-left: 10px;
}
.Login-user.dropdown>a>img {
    margin-left: 10px;
}
.Login-user.dropdown>a>.avatar {
    display: none;
}
.Homework.dropdown {
    padding: 0px 23px;
    height: 70px;
    align-items: center;
    display: flex;
}

.nodifications.dropdown {
    padding: 0px 23px;
    height: 70px;
    align-items: center;
    display: flex;
}
.login-details>.StudentNmae {
    font-weight: 500; /* Text style for "Welcome" */
    color: #4d4d4d;
    font-size: 12px;
     /* Text style for "Vishal Sha" */
}

.login-details>.StudentClass {
    color: #333333;
    font-size: 14px;
     /* Text style for "Welcome" */
    
    
     /* Text style for "Vishal Sha" */
    font-weight: 600;
}
div#navbar>div:hover {background: #f5f5f5;}
li.student {
    display:  flex;
    align-items: center;
    padding: 10px 0px 10px 10px;
    border-top: 1px solid #ddd;
}
.selected-student {
    right: 15px;
    position: absolute;
}
ul.dropdown-menu.notifications-drop {
   width: 340px;
     overflow: scroll;		     
  max-height: 329px; 
}

a.nodifications-title {font-size: 16px;text-transform:  uppercase;border-bottom: 1px solid #ddd;padding: 10px 10px !important;}

li.nodifications-list {
    display: flex;
    align-items: center;
     border-top: 1px solid #ddd;
}
.nodifications-details {
    padding: 10px 20px 0px 10px;
   /* border-top: 1px solid #ddd;*/
}

.Descriptions {
    color: #333;
  
    font-size: 12px;
    font-weight: 500;
    text-transform: CAPITALIZE;
}

.nodifications-details>div:last-child {
    color: #1bbcec;
 
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
}

img.student-downarrow.right-arrow {
    transform: rotate(-90deg);
}


/*My style*/
a.nodification-link
{
     text-decoration: none !important;
}
.dropdown-menu li:hover
{
     background: #f5f5f5;
}
a.my-account:hover , a.my-account:focus
{
     background: #f5f5f5 !important;
     color: #1bbcec !important;    
}
.full-width
{
     width: 100%
}
.event-card-content 
{
     padding: 20px  50px 20px 20px;
}
.circular-card-content
{
     /* padding: 20px 35px 20px 20px; */
}
.event-card-content span
{
     color: #ff5252;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.event-card-content h4
{
     color: #333333;
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
    height: 40px;
}
.event-card-content p
{
     color: #444444;
     font-size: 14px;
     font-weight: 300;
     line-height: 20px;
     margin-bottom: 25px;
     height: 100px;

}
.event-card-hover:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 1px 1px 0 rgba(45, 47, 51, 0.1), 0 10px 20px 0 rgba(45, 47, 51, 0.2);
}
.event-card-hover
{
     transition: all 0.25s ease-in;
    border-bottom: 5px solid transparent;
}
.mt30
{
     margin-top: 30px;
}
.circular-card-content span
{
     color: #8bb337;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.circular-card-content h4
{
     color: #333333;
font-size: 14px;
font-weight: 600;
line-height: 18px;
margin-bottom: 25px;
height: 55px;
margin-top: 0px;
}
.circular-card-content
{
     border-left: 1px solid #e7e7ea;
     padding: 10px 0px 10px 15px;
}
.timetable-card
{
     box-shadow: 0 3px 0px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    border-right: 1px solid #e7e7ea;
    border-top: 5px solid #bdc6d2;
}
button.btn.contact-teacher {
    color: #fff;
    width: 195px;
    height: 44px;
    box-shadow: 1px 8px 17px rgba(0, 0, 1, 0.19);
    background-color: #02b8ec;
    border-radius: 32px;
}

button.btn.contact-teacher>img {
    margin-right: 14px;
}
button.btn.contact-teacher {
    margin-top: 30px;
}
.popover.popover-home.top>div.popover-content {
    color: #fa7921;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; /* Text style for "Event" */
    letter-spacing: 0.9px;
}
.subjects h4
{

line-height: 23.74px;
color: #545353;
font-size: 14px;
font-weight: 600;
margin-bottom: 0px
}
.subjects p
{
    
font-size: 12px;
line-height: 23.74px;
color: #545353;
font-weight: 500;
}
.subjects
{
         display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px
}
.lunch-bg
{
     background-color: #c7bdfd;
}
.library-bg
{
     background-color: #fdb8b8;
}
.attendance-bg
{
     background-color: #95dcf9;
}
.fee-bg
{
     background-color: #95e9e0;
}
.timetable-inner-head
{
      padding: 30px 20px
}
 .timetable-inner-body
{
     padding: 30px 20px 15px 20px
}
.timetable-inner-head h4
{
     color: #ffffff;
font-size: 15px;
font-weight: 600;
}
.timetable-inner-body > ul
{
     list-style-image: url(../images/vector.png);
    padding-left: 15px;
    margin-left: 0px
}
.timetable-inner-body > ul > li
{
         display: list-item;
         margin-bottom: 20px
}

.center-block
{
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}
.timetable-inner-body h4
{
     color: #4c4c4c;
font-size: 26px;
font-weight: 600;
letter-spacing: 0.3px;
margin-bottom: 0px;
}
.timetable-inner-body span
{
     color: #acbccd;
font-size: 13px;
font-weight: 300;
letter-spacing: 0.65px;
}
.timetable-inner-body p
{
     color: #4c4c4c;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.14px;
margin:20px 0px 5px 0px;
}
.attendance-block
{
     margin-top: 23px
}
.fee-block
{
   margin-top: 15px; 
}

.bus-tracking-section
{
     padding: 25px;
}
.bus-tracking-body
{
     border-top: 1px solid #e7e7ea
}
.bus-tracking-inner
{
     border-right: 1px solid #e7e7ea
}
.bus-tracking-block
{
     padding: 25px
}
.Pickup-time
{
     margin-bottom: 25px
}
.Pickup-time p
{
font-size: 14px;
font-weight: 500;
line-height: 18px; 
color: #00b8ed;
text-transform: uppercase;
}
.Pickup-time span
{
     color: #909ba6;
font-size: 14px;
font-weight: 500;
line-height: 18px;
}
.bus-tracking-section > ul > li > span:first-child
{
     
font-size: 14px;
font-weight: 300;
line-height: 18px;
color: #5c6166;
margin-right: 10px;

}
.bus-tracking-section > ul > li > span:last-child
{
     color: #333333;
font-size: 14px;
line-height: 18px;
font-weight: 600;
margin-left: 10px;
}

.notice-section
{
     padding: 20px 25px;
     height:444px;
     overflow-y :scroll;
}
.notice-card-content
{
     padding:20px 10px 20px 20px;
     
}
.notice-det {
    min-height: 245px;
}
.notice-card-content h4
{
color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0px;
}
.notice-card-content span
{
         /*color:  #00b8ed;*/
    font-size: 12px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    letter-spacing: 0.3px;
}
.notice-btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 114px;
    margin-left: -15px;
}
.border-left
{
     border-left: 1px solid #e7e7ea
}
.pos-relative {
     position: relative;
}
.btn-group.orange>button:first-child {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px !important;
}
.btn-group.orange>button:last-child {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px !important;
}
.btn-group.orange>button.active {
    background-color: #f88932;
    box-shadow: none !important;
    color: #fff !important;
}
.btn-group.orange {
    position: absolute;
    right: 0;
    top: 15px;
    left: 50%;
    justify-content: center;
    display: flex;
    width: 150px;
    margin-left: -75px;
}
.attendance-block>ul {
    display: flex;
    flex-direction: row;
}
.footer {
    margin-top: 100px;
}
span.fc-header-title>h2 {
         line-height: 2;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.45px;
}
div#wrapper {
   min-height: 73vh;
}
ul.sidebar-nav.side-menu {
    margin-bottom: 50px;
}
.sidebar-nav li:last-child {
    margin-bottom: 0px;
}
.content {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
}

 .content.toggled {
    padding-left: 15px;
    padding-right: 15px;
}
.btn-group.orange>button {
    padding: 4px 8px;
}
.btn-group.orange>button {
    background-color: #eff2f3;
    color: #909ba6;
}
.home>div>span>button {
    border: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 0px;
    padding: 0px;
    vertical-align: top;
    color: #ddd;
    margin-top: -26px;
}
 
.fc-event.fc-event-hori.fc-event-draggable.fc-event-start.fc-event-end.home {
    width: 14px !important;
    height: 14px;
    background-color: #ddd;
    border-radius: 50%;
        margin-top: -25px;
    margin-left: -54px;
}
.mob-search {
    margin-top: 60px;
    background: #fff;
    padding: 20px;
    display: none;
    width: 100%
    padding: 0px 15px;
}
.search-mobile>div>input {
    width: 100% !important;
}
.search-mobile>div.input-group {
    width: 100% !important;
}
a.blue-text {
    color: #00b8ed;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}
a.blue-text:hover {
    color: #00b8ed;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
    text-decoration: none;
}
.box-body {
    padding: 25px;
}
.panel-title > a:before {
    float: right !important;
    content: url(../images/up.png);
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content: url(../images/down.png);
     
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
h4.panel-title {
    color: #40494d;
    font-size: 18px;
    font-weight: 500; /* Text style for "E, nglish" */
    letter-spacing: 0.45px;
}

.panel-heading {
    padding: 20px;
}

.panel-heading {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
    background-color: #fafafa;
    border-top: none !important;
}

div#panel1 {}

.panel.panel-default {
    border-top: none;
}
 .homeworks {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase; /* Text style for "3 Homework" */
    letter-spacing: 1.2px;
    background-color: #e8e8e8;
    padding: 5px;
    border-radius: 6px;
    border-left: 5px solid #333;
    margin-top: -6px;
    margin-right: 20px;
    white-space: nowrap;
}
.Homework-title {
    color: #444444;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
        display: flex;
}
/*.panel-group .panel+.panel {
    margin-top: 20px !important;
}*/
.Homework-list {
    display:  flex;
    align-items:  center;
    justify-content:  space-between;
    padding: 20px;
    border-top: 1px solid #cccccc;
}

.submission-date {
    
     /* Text style for "L, ast Dat" */
    color: #444444;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px; /* Text style for "L, ast Dat" */
    letter-spacing: 0.6px;
}

.panel-body {
    padding: 0px 20px;
}
input[type=radio] {
     -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     -o-appearance: none;
     appearance: none;
     position: relative;
    /* top: -35px;*/
     right: 0;
     bottom: 0;
     left: 0;
     height: 20px;
     width: 20px;
     transition: all 0.15s ease-out 0s;
     background: #cbd1d8;
     border: none;
     color: #fff;
     cursor: pointer;
     display: inline-block;
     margin-right: 0.5rem;
     outline: none;
     position: relative;
     z-index: 1000;
}
 input[type=radio]:hover {
     background: #9faab7;
}
 input[type=radio]:checked {
     background: #40e0d0;
}
 input[type=radio]:checked::before {
     height: 20px;
     width: 20px;
     position: absolute;
    /*content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
     */
     content: url(../images/student-select-tick.png);
     display: inline-block;
     font-size: 28.66667px;
     text-align: center;
     line-height: 8px;
}
 input[type=radio]:checked::after {
     -webkit-animation: click-wave 0.65s;
     -moz-animation: click-wave 0.65s;
     animation: click-wave 0.65s;
     background: #40e0d0;
     content: '';
     display: block;
     position: relative;
     z-index: 100;
}
 input[type=radio] {
     border-radius: 50%;
}
 input[type=radio]::after {
     border-radius: 50%;
}
 input[type=radio]:focus {
     outline: 0px auto -webkit-focus-ring-color;
     outline-offset: 0px;
}
.pagination:first-child>a {
    background: transparent;
}

.pagination>li:first-child>a {
    background: transparent !important;
    border: 1px solid #2cbcec !important;
    border-radius: 20px;
}

.pagination>li>a, .pagination>li>span {
    color: #1bbcec;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase; /* Text style for "1, 3" */
    letter-spacing: 0.6px;
    background-color: transparent;
    margin: 6px;
    border: none;
}

li.page-item.current-page.active>a {
    background-color: #1bbcec;
    border-radius: 50%;
   
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    background: transparent;
    color: #2cbcec;
}

.pagination>li:last-child>a {
    background: transparent !important;
    border: 1px solid #2cbcec !important;
    border-radius: 20px;
}
.btn.btn-default.image-preview-input.browse {
    padding: 6px;
}
.p20 {
     padding: 20px;
}
.act-title {
    display: flex;
    float: right;
}
.pending {
    color: #f88932 !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background-color: #f8893233 !important;
    padding: 5px;
    border-radius: 6px;
    border-left: 5px solid #f88932 !important;
    margin-top: -6px;
    margin-right: 20px;
    white-space: nowrap;
}

.completed {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background-color: #e8e8e8;
    padding: 5px;
    border-radius: 6px;
    border-left: 5px solid #333;
    margin-top: -6px;
    margin-right: 20px;
    white-space: nowrap;
}
.completed {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    background-color: #6ed87136 !important;
    padding: 5px;
    border-radius: 6px;
    border-left: 5px solid #6ed871 !important;
    margin-top: -6px;
    margin-right: 20px;
    white-space: nowrap;
}
table#fixTable>tbody>tr:first-child {
    box-shadow: 0 3px 5px rgba(1, 1, 1, 0.12);
    background-color: #ffffff;
}

table#fixTable>tbody>tr:first-child>td {
    background-color: #fff !important;
}



 
.overflownone {
    overflow: hidden!important;
}
.information {
    background: #2a3d46;
    position: relative;
    height: 500px;
}
.information h3 {
    font-size: 34px;
    font-size: 3.4rem;
    font-family: "roboto", sans-serif;
    font-weight: 600;
    color: #FFF;
    padding: 0 15px;
}
.information .information_menu {
    padding: 0;
}
.information .information_menu li {
    list-style: none;
    position: relative;
}
.information .information_menu li.active {
    background: #0383c5;
}
.information .information_menu li.active:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 22px solid #0383c5;
    position: absolute;
    right: -22px;
    z-index: 1000;
    top: 0;
}
.information .information_menu li a {
    color: #333;
    display: block;
    padding: 16px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
}
 
.information_menu_mobile {
    margin: 0px;
    padding: 0;
}
.information_menu_mobile li {
    padding: 0;
    float: left;
    width: 25%;
    list-style: none;
    text-align: center;
}
.information_menu_mobile li a {
    display: block;
    padding: 10px;
    color: #333;
    text-decaration: none;
}
.information_menu_mobile li:hover a {
    background: #0383c5;
    text-decaration: none;
}
.slideshow {
    overflow: hidden;
}
.align-centers {
    display: flex;
    align-items: center;
}
.slideshow .overlay-item  {
    position: fixed;
    top: 0;
    z-index: 999;
    width: calc(100% - 250px);
    background: #fff;
    height: 100%;
    
    display: none;
    -webkit-animation: opendoor 0.75s ease 0s alternate;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.slideshow .overlay-item.active {
    display: block;
    -webkit-animation: opendoor 0.75s ease 0s alternate;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.slideshow .overlay-item.inactive {
  display: block;
  -webkit-animation: closedoor 0.75s ease 0s alternate;
  transform-style: preserve-3d;
  opacity:0;
}
.slideshow .overlay-item .quickmenu  {
    padding: 0;
}
.slideshow .overlay-item .quickmenu li {
    list-style: none;
}
.slideshow .overlay-item .quickmenu li a {
    color: #000;
    display: block;
    padding: 8px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
}

.sky-blue-header > h4.capitalize {
    text-transform: capitalize !important;
}
.megamenu-header {
    padding: 10px 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
} 
 .megamenu-list {
    padding: 0px;
    color: #90a4ae;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
}
a.mega[aria-expanded="false"]::after, a.mega[aria-expanded="true"]::after {
      margin-right: 20px;
    font-size: 12px;
    color: #d1cdd7;
    content: "\276f";
    transform: rotate(0deg);
    float: right;
}
li.sidebar-hover.active>span>a.mega[aria-expanded="false"]::after {
     visibility: hidden;
}
a.mega[aria-expanded="true"]::after {
    content: "\276e" !important;
}
.student-info {
    display:  flex;
    flex-direction: row;
    align-items:  center;
    justify-content: space-between;
    width: 60%;
}

.std-image {
    width:  70px;
    height:  70px;
    border-radius: 50%;
}

.student-names {
    color: #212629;
    font-size: 18px;
    font-weight: 500;
    line-height: 45px; /* Text style for "H, itoshri" */
    letter-spacing: 0.09px;
}

.student-gender {
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px; /* Text style for "Female  -" */
    letter-spacing: 0.52px;
}

.admin-text {
    font-size: 12px;
    line-height: 22px; /* Text style for "ADM. No." */
    font-weight: 300;
    letter-spacing: 0.6px;
}

.admin-value {
    color: #212629;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.table-header-left {
    width: 100%;
}
@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}
@-webkit-keyframes in {
    from {
        -webkit-transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes out {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
    }
}
@-webkit-keyframes opendoor {
    from {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        -webkit-transform-origin: 0% 50%;
    }
    to {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        -webkit-transform-origin: 0% 50%;
    }
}
@-webkit-keyframes closedoor {
    from {
        opacity:1;
         -webkit-transform-origin: 0% 50%;
    }
    to {
        opacity:0;
        -webkit-transform-origin: 0% 50%;
    }
}
table.table.table-striped.performance-table>thead>tr>th {
    padding: 25px 0px !important;
    color: #212629;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.91px;
}
.no-padding {
    padding: 0px;
}
.row-1 {
    display: flex;
    flex-direction: row;
    width: 60%;
    justify-content: space-between;
    margin-top: 10px;
}
.row-2 {
    display: flex;
    flex-direction: row;
    width: 60%;
    justify-content: space-between;
    margin-top: 10px;
}
.row-3 {
    display: flex;
    flex-direction: row;
    width: 60%;
    justify-content: space-between;
    margin-top: 10px;
}
.address-card {
    display:  flex;
    flex-direction:  row;
}

.parent-images>img {height: 100px;width: 100px;margin-right: 20px;border-radius: 50%;}

.parent-detail>div.student-names-header {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px; /* Text style for "G, outam K" */
    letter-spacing: 0.09px;
    margin-bottom: 10px;
}

.address-row {}

.parent-card-detail {
    display:  flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.parent-ocupation {
    padding-right: 10px;
    border-right: 1px solid #dedede;
    color: #666666;
    letter-spacing: 0.65px;
}

.parent-phone {
    padding: 0px 10px;
    border-right: 1px solid #dedede;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px; /* Text style for "Farmer   ," */
     /* Text style for "|" */
     /* Text style for "|" */
   color: #666666;
    letter-spacing: 0.65px;
}

.parent-email {
    margin: 0px 10px;
    color: #666666;
    letter-spacing: 0.65px;
}

.address {
    color: #666666;
    letter-spacing: 0.65px;
}

.Address-Details {
    font-size: 14px;
    width: 180px;
}
ul.dropdown-menu.dropdown-shadow.principal-menu-block {
    margin-left: -182px;
}
ul.search-widget {
    position: absolute;
    padding: 0px;
    background: #fff;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.21);
    border-radius: 3px;
    background-color: #ffffff;
    top: 58px;
    width: 320px;
    height: 350px;
    overflow: scroll;
        z-index: 1031;
}
.results {
    display: flex;
    align-items: center;
}

.result-images>img {
    width: 40px;
    height:  40px;
    border-radius: 50%;
}
li.search-results:hover {
    background-color: #f7f9f9;
}
li.search-results {
    padding:  20px 20px 20px 27px;
    border-bottom: 1px solid #dedede;
        cursor: pointer;
}

.result-images {
    margin-right: 20px;
}
.Search-Student-name>span {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase; /* Text style for "5, 092" */
     /* Text style for "|, |" */
    color: #666666;
    letter-spacing: 0.48px;
    padding: 0px 20px;
    border-right: 1px solid #666666;
}

.Search-Student-name>span:last-child {border-right: none;}
.Search-Student-name>span:first-child {padding-left: 0px;}
input#search-query {
    width: 320px !important;
}
.search-mobile>ul.search-widget {
    width: 100% !important;
}
.principal-sections {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 5px;
}







<!-- Student Info style -->

.edit-inputs
          {
             
            margin-top: 5px

          }
          .edit-inputs[disabled]
          {
            background-color: transparent;
            border:none;
          }
          .student-block2 {
    padding-top: 35px !important;
    padding-bottom: 30px !important;
}
.student-information-important
{
   margin-top: 30px;
    
}
.student-information-btns
{
   float: right
}
.student-information-save
{
     word-wrap: break-word;
     padding: 20px 50px 60px 20px;
}
 .student-information-btns > button.btn
{
   padding: 10px 25px !important;
   font-size: 16px;
   color: #fff;
   margin:0px 5px;
}
.purple-bg
{
   background-color: #c132fa;

}
.lunch-card-block
{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    border-radius: 4px;
}
.lunch-card-head h4
{
    padding: 20px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.lunch-card-head span
{
    float: right;
    padding: 20px;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.lunch-card-body
{
    border-top: 1px solid #eee
}
.lunch-panel-group > .panel.panel-default
{
    border-color:transparent;
    margin-top: 0px !important
}
.lunch-panel-body
{
    border-top: none !important;
}
.lunch-panel-head > .panel-title > a:before {
    float: right !important;
    content: url(../images/up.png);
    padding-right: 5px;
}
.lunch-panel-head > .panel-title > a.collapsed:before {
    float: right !important;
    content: url(../images/down.png) !important;
}
.cancel-bg
{
   background-color: #b3b3b3;
}
.student-information-condition-txt
{
   margin-bottom: 35px;
}
.edit-inputs
{
   width: 100%
}
.student-information-save-checkbox
{
   color: #666666;
font-size: 14px;
font-weight: 300;
line-height: 18px;
}
.student-block2
{
   padding-top: 35px !important;
    padding-bottom: 0px !important;
}
@media(min-width: 320px) and (max-width: 767px)
{
   .student-information-btns > button.btn {
    padding: 10px 15px !important;
    font-size: 14px;
    color: #fff;
    margin: 5px 5px;
}
.student-lap-btn {
     display: block !important; 
     position: absolute !important;
    top: -870px !important;
    right: 20px !important
}
.student-detail
{
   margin-top: 70px
}
}
@media(min-width: 768px) and (max-width: 991px)
{
   .student-edit-btn{
      left: 5px;
    bottom: 100px;
    background-color: transparent;
   }
   .parent-detail-mob
   {
      margin-top: 0px;
   }
}

    
.lunch-panel-head
{
    padding: 0px !important;
    background-color:#fff !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.17) !important;
}
.lunch-panel-head > .panel-title > a
{
    display: block;
    padding: 20px;
    color: #333333;
font-size: 16px;
font-weight: 600;
}
.lunch-panel-body > ul
{
    padding: 0px 35px;
    list-style-image:url(../images/leaf.png);

}
.lunch-panel-body > ul > li
{
    padding: 10px 0px;
    color: #444444;
    font-size: 14px;
    font-weight: 300;
}
.lunch-panel-body
{
    padding: 0px 25px;
}

.lunch-panel-group
{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
background-color: #ffffff;
border-radius: 4px;

}
.lunch-panel-head > h4 > span
{
    float: right;
    padding: 20px;
    color: #7e7e7e;
    font-size: 15px;
font-weight: 500;
text-transform: uppercase;
}

.lunch-card-block
{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    border-radius: 4px;
}
.lunch-card-head h4
{
    padding: 20px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.lunch-card-head span
{
    float: right;
    padding: 20px;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.lunch-card-body
{
    border-top: 1px solid #eee
}
.lunch-panel-group > .panel.panel-default
{
    border-color:transparent;
    margin-top: 0px !important
}
.lunch-panel-body
{
    border-top: none !important;
}
.lunch-panel-head > .panel-title > a:before {
    float: right !important;
    content: url(../images/up.png);
    padding-right: 5px;
}
.lunch-panel-head > .panel-title > a.collapsed:before {
    float: right !important;
    content: url(../images/down.png) !important;
}
.panel.panel-default {
        border: 0px none !important;
        margin-top:0px !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}


 .Annouce a {
     color:#fff ;
     font-size: 16px;
     font-weight:600 ;
     transition: all 0.4s;
}
 .Annouce a:hover {
     text-decoration: none;
     color: #fff;
     font-size: 16px;
     font-weight: 600;
     letter-spacing: 1px;
     transition: all 0.4s;
}

 .box-container-sections {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 10px 0px 10px;

    min-height: 215px;
}
.box-container-sections h5 {
    height: 30px;
    margin-bottom: 0px;
}

.time-dats {
    color: #000;
    font-weight: 600;
}

@media (max-width: 1024px) and (min-width: 768px){ 
 .small-tab{
    width: 141px;
}
}
 
 .display-flex {
      display: flex;
 }

 .panel.panel-default.Academic>.panel-heading {
    background: #fff !important;
    padding: 10px 10px;
}
span.icon-sections-accordian {
    width: 38px;
    height: 39px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}
span.icon-sections-accordian.green {
    background-color: rgba(29, 201, 183, 0.2);
}

span.icon-sections-accordian.rose {
    background-color: rgba(253, 57, 122, 0.2);
}

span.icon-sections-accordian.blue {
    background-color: rgba(77, 92, 242, 0.2);
} 
.ac-header {
    display: flex;
    align-items: center;
}
.panel.panel-default.Academic {
    margin-top: 10px !important;
}

.panel.panel-default.Academic .panel-body {
    padding: 15px;
}

.file-section>.icon>img {
    width: 24px;
    margin-right: 13px;
}

.file-section {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
}

.file-section {}

.file-section .name {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
 
    padding-right: 1rem;
    margin-bottom: 0.3rem;
    transition: all 0.3s;
}

.icon-sections.rose {
    background-color: #5d78ff;
   }

i.fa.rose {
    color: #fd397a !important;
}
.icon-sections.green {
       background-color: #fd397a;
   }
   
i.fa.green {
       color: #1dc9b7 !important;
}
.icon-sections.blue {
          background-color: #1dc9b7;
   }
   
i.fa.blue {
       color: #385aeb !important;
}
.icon-sections.yellow {
        background-color: rgba(255,184,34,0.2);
   }
   
i.fa.yellow {
       color: #ffb822 !important;
}

.updated {
    display: flex;
    align-items: center;
    
    padding: 5px;
        white-space: nowrap;
         font-weight: 600;
}
.updated>span {
    font-weight: 500;
    color: #74788d;
    margin-right: 9px;
}
 .file-card {
    display: flex;
    align-items: center;
        flex-wrap: wrap;
}

 .file-section .name a  {
     margin-right: 50px;
}
.file-section .name a:hover {
    color: #02b8ec;
}
 .file-section .name div:first-child {
    width: 99% !important;
}

.updated {
    margin-left: 36px;
}
.file-section .name br {
    display: none !important;
}
.sendOnlineCheckBox .md-checkbox {
    top: 0px;
}

span.alert-imp span {
    width: calc(100% - 118px) !important;
    float: left;
}
button.check-res {
    position: absolute;
    right: 56px;
}
button.check-restoddle {
    position: absolute;
    right: 56px;
}
.alert-block {
    margin-top: 17px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.alert-blocker {
    margin-top: 17px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    background-color: #00bfa5 !important;
}
span.alert-imp {
    width: 100%;
}
div#ctl00_MainContent_divHealth  .alert-block {
    background-color: #2196F3 !important;
}
#ctl00_MainContent_divSurvey .alert-block {
    background-color: #00bfa5 !important;
}
#ctl00_MainContent_divOnlAdm .alert-block {
    background-color: #f79352 !important;
}
div#ctl00_MainContent_divStudentDiary  .alert-block {
    background-color: #2196F3 !important;
}
div#ctl00_MainContent_divOnlEnquiry.alert-block {
    background-color: #02b8ec !important;
}



span.lblCustMargin>label {margin: 5px;}

span.lblCustMargin {
    display: flex;
}


.start-button {
    color: #ffffff;
    background-color: #ff0000;
        width: 90px;
}

.resume-button {
    color: #ffffff;
    background-color: #FF5722;
        width: 90px;
}

.resume-button:hover {
    color: #ffffff;
    background-color: #e94f1d;
}

.start-button:hover {
    color: #ffffff;
    background-color: #e10909;
}
.complete-button {
    color: #ffffff;
    background-color: #21d928;
        width: 90px;
}
.complete-button:hover {
    color: #ffffff;
    background-color: #139b19;
}

.title-question {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

table#dataTable tr td {
    vertical-align: middle;
}
.title-description span {
    font-weight: 600;
    color: #000;
}
 .controler {
    display: flex;
    align-items: center;
    width: 142px;
    justify-content: space-between;
    cursor: pointer;
}

.time-controler {
    display: flex;
    align-items: center;
    width: 185px;
    justify-content: space-between;
    cursor: pointer;
    margin-right: 20px;
    background: #f0f0f3;
    border-radius: 6px;
    padding: 0px 10px;
    margin-top: -3px;
}
span.count {
     font-size: 32px;
     font-weight: 700 !important;
     font-family: 'Roboto', sans-serif;
 }

 span.statistics-name {
     font-size: 14px;
     font-weight: 600;
     line-height: 20px;
     font-family: 'Roboto', sans-serif;
     letter-spacing: 0.7px;
 }
 
.box4 {
     color: #fc6739;
     background: #fff;
     padding: 10px;
     border: 1px solid #fc6739;
    border-radius: 6px;
    
 }
 .box5 {
     color: #77d643;
     background: #fff;
     padding: 10px;
    border: 1px solid #77d643;
    border-radius: 6px;
     
 }
 .box6 {
     color: #cd6ef5;
     background: #fff;
     padding: 10px;
     border: 1px solid #cd6ef5;
    border-radius: 6px;
  
 }
 .card-Body {
    padding: 20px;
}
 
.tag {
    padding: 4px 12px 4px 12px;
    border-radius: 30px;
    line-height: 20px;
    align-items: center;
    border: 1px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px !important;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
}
.card-header {
    padding: 10px 20px;
    font-size: 20px;
        color: #fff;
     
}
.bg-1 {
    background-color: #ff5acd;
    color: #fff;
}
.bg-2 {
    background-color: #f28840;
    color: #fff;
}
.bg-3 {
    background-color: #ac57f2;
    color: #fff;
}
.bg-4 {
    background-color: #83b727;
    color: #fff;
}
.bg-5 {
    background-color: #895a59;
    color: #fff;
}
.card-Body.ans {
    min-height: 500px;
}

.card-Body.anstimer {
    min-height: 570px;
}

.card-Body {
    padding: 20px;
}
.Question.card .card-Body.ans {
    min-height: 500px;
}
.dashboard.card {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    border-radius: 5px;
}

.dashboard .card-header {
    border-bottom: 1px solid #454545;
        color: #406bff;
}

.btn.btn-default.image-preview-input.Assessbtnupd {
     padding: 6px;
}

span.view {
    color: #69bf56;
    font-weight: 600;
}

table#tblOnlineTestSummary tr td {
    vertical-align: middle !important;
}

.test-r {
    color: #406bff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #dddd;
    font-weight: 600;
}


ul.rubrics {
    padding: 0px;
}
ul.rubrics li {
    font-weight: 600;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 40px;
    vertical-align: middle;
    line-height: 3;
}

ul.rubrics li:first-child {
     background: url("../images/badge-1.png") no-repeat 7px 4px transparent; 
}
ul.rubrics li:nth-child(2) {
     background: url("../images/badge-2.png") no-repeat 7px 4px transparent; 
}
ul.rubrics li:nth-child(3) {
     background: url("../images/badge-3.png") no-repeat 7px 4px transparent; 
}
ul.rubrics li:last-child {
     background: url("../images/badge-4.png") no-repeat 7px 4px transparent; 
}
.test-rubricx {
    border: 1px solid #dddd;
    
    margin: 0 auto;
  
}
ul.counter li {
    padding: 7px 13px;
    color: #fff;
    margin-bottom: 2px;
    margin-right: 1px;
}

ul.counter {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    justify-content: flex-start;
    align-items: center;
}
li.done {
    background: #30dd0d;
}

li.not-attend {
    background: #ddd;
}

li.reviewlater {
    background: #db7800;
}

li.skip {
    background: #f00;
}

.card-Body {
    padding: 20px;
}
.opacity {
    opacity: 0.5;
}

.timer {
     margin-bottom: 20px;
     font-size: 34px;
     color: #406bff;
     letter-spacing: 4px;
}
.btn-action {
     /*position: absolute;
    bottom: 30px;
    right: 26px;*/
     margin : 20px 20px;
}
#my_camera{
 width: 320px;
 height: 240px;
}
.champ-text > label {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.border-bottomsolidfull {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.lblTitle {
    font-size: Large;
    font-weight: bold;
}
.search-book-label-bold {
    color: #999999;
    font-size: 14px;
    font-weight: bold!important;
    line-height: 30px;
}

.search-book-label-title {
    color: #406bff;
    font-size: 14px;
    font-weight: bold!important;
    line-height: 30px;
}

.labelCustomeStyle {
    font-weight: bold !important;
}

.Spinoverlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../images/ProgressLoader.gif") center no-repeat;
}

ContentBody.ProgressLoading{
    overflow: hidden;   
}
ContentBody.ProgressLoading .Spinoverlay{
    display: block;
}
 i.ti-close.remove-images {
     background-image : url(../images/DeleteIcon.png);
     color: #fff;
     width: 32px;
     height: 32px;
     border-radius: 50%;
     position: absolute;
     top: -16px;
     right: -7px;
     padding: 6px;
     font-size: 13px;
     z-index: 1;
}
 .multiple-upload {
     height: 100px;
     margin-left: 10px;
     margin-top: 22px;
     display: flex;
     align-items: center;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
     background: #fff !important;
}
 .multiple-upload img.img-thumbnail {
     border: none;
     height: 100px;
     width: 200px;
}

.profile {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.mb-3 {
    margin-bottom: 15px;
}

.profile img {
    margin-right: 10px;
    width: 16px;
}

ul.nav.nav-tabs.border {
    border-bottom: 1px solid #ddd !important;
}

.resource-section {
    border: 1px solid #f0f0f3;
    border-radius: 6px;
}

.patter1 {
    color: #F64E60;
    background-color: #FFE2E5;
    padding: 10px;
    text-align: center;
}

.patter4 {
    color: #8950FC !important;
    background-color: #E4E6EF;
    padding: 10px;
    text-align: center;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.patter3 {
    color: #FFA800 !important;
    background-color: #FFF4DE;
    padding: 10px;
    text-align: center;
}

.patter2 {
    color: #3699FF !important;
    background-color: #E1F0FF;
    padding: 10px;
    text-align: center;
}

.patter5 {
    color: #1BC5BD !important;
    background-color: #C9F7F5;
    padding: 10px;
    text-align: center;
}

.resource-title {
    min-height: 75px;
    padding: 5px 10px;
    overflow-wrap: break-word;
}

.play {
    position: absolute;
    background: #ffffff85;
    padding: 5px;
    border-radius: 23%;
    cursor: pointer;
}

.video-img {
    background-image: url(images/photo.jpg);
    height: 170px;
    background-size: cover;
    background-position: 50% 50%;
}

.resource-icon {
    height: 170px;
}

.media-border {
    padding: 10px;
    border: 1px solid #6ed871;
    border-radius: 6px;
}

.resource-link {
    padding: 5px 10px;
}

.resource-link a {
        margin: 0px !important;
    }

.next-arrows {
    right: -15px;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 10;
    position: absolute;
    padding: 17px 16px;
    top: 80px;
    border: none;
}

.prev-arrows {
    left: -15px;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 10;
    position: absolute;
    padding: 17px 16px;
    transform: rotate( 180deg );
    top: 80px;
    border: none;
}

.resource-link {
    padding: 5px 10px;
    position: absolute;
    opacity: 0;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    overflow: auto;
    text-align: center;
}

.resource-section:hover .resource-link {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.resource-section:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, .3);
}

element.style {
    transform: translate3d(-1211px, 0px, 0px);
    transition: all 0s ease 0s;
    width: 4118px;
}

.bg-blue{
                background: #fff !important;
        }

h4.heading-label {
    color: #6ed871;
}

h4.quote-label {
    color: #6ed871;
}

.green-header img {
    width: 76px;
    position: absolute;
    top: 0px;
}

/* Year Plan Style Starts */

.subject_section .tab-content h3
{
    font-size:14px !important; 
    background: #eeeeee;
    color: #333;
    padding: 15px;
    margin-bottom:0px;
}
 
.subject_section .tab-content
{
    padding:0px 15px 15px;
}
 
.subject_section .nav-tabs>li.active>a, .subject_section .nav-tabs>li.active>a:focus, .subject_section .nav-tabs>li.active>a:hover
{
    background:none !important;
    border:1px solid transparent !important;
    border-bottom: 2px solid #b6000c !important;
    color: #b6000c;
}
.subject_section .nav-tabs>li>a
{
    padding:15px !important;
    font-size: 14px;
    color:rgba(0,0,0,.6);
}
.subject_section .nav-tabs
{
    padding: 0px 15px;
}
.sub-accordion
{
    margin: 0px 0px 5px;
    padding: 0px;
}
 
.sub-accordion .panel-default>.panel-heading
{
    background:transparent !important;
    padding:0px;
}
.sub-accordion .panel-default
{
    border-radius: 0px !important;
    
    border: 1px solid #ddd !important;
    margin: 0px !important;
}
.sub-accordion .panel-default>.panel-heading h4 a
{
    padding:20px 15px;
    display:block;
        font-size: 14px;
    color: #000;
    transition: all .50s linear;
}
.sub-accordion .panel-body
{
    padding:15px;
    border: none !important;
}
.sub-accordion .panel-default>.panel-heading h4
{
    position:relative;
}
 
.sub-accordion .panel-default>.panel-heading
{
    box-shadow:none !important;
}


 
.tag {
    background: #b6000c1c;
    color: #b6000c;
  border-radius: 5px;
  
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px 0 10px;
  position: relative;
  margin: 0 10px 0px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition:all .25s linear;
}
 
 
/*.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}*/
 
  
.sub_link
{
    display: flex;
    align-items: center; 
    padding:10px 0px;
}
.sub_link:first-child{
    padding-top:0px;
}
.sub_link:last-child{
   border-bottom:none;
    padding-bottom:0px;
}
.sub_link a
{
    font-size:14px;
    color:#2196f3
}
 
.sub_link p {
    width: 85px;
    margin: 0px;
    color: #999;
}
.color-gray
{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
.sub_select
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.sub_select .form-group
{
    margin: 0px;
    background:#fff;
}
.sub_select .sreate-user-select > select
{
        float: unset;
        top:0px;
        width: 220px;
        border:none;
}
 
.panel-default .panel-heading .panel-title a:before
{
    content:url(../images/down-arrow.png);
       transition: all .50s linear;
}
.panel-default .panel-heading .panel-title a[aria-expanded="true"]:before
{
    transform: rotate(180deg);
        transition: all .50s linear;
}
.filter-section {
    background: #fff;
    box-shadow: 0 3px 7px rgb(0 0 0 / 14%);
    background-color: #ffffff;
    border-radius: 5px;
}

.badge-green {
    background-color: rgb(135, 211, 124) !important;
}
.Sublabel {
    text-align: center;
}

.badge-red {
    background-color: rgb(251, 15, 15) !important;
}

.badge {
    padding: 6px 15px !important;
    margin-bottom: 0px !important;
    font-weight: 500;
    /* border-radius: 50px; */
    width: 100px;
}
/* Year Plan Style Ends */

.divbtn {
    display: flex;
    justify-content: space-between;
}

.user-rating {
    direction: rtl;
    font-size: 20px;
    unicode-bidi: bidi-override; 
    display: inline-block;
}
.user-rating input {
    opacity: 0;
    position: relative;
    left: -15px;
    z-index: 2;
    cursor: pointer;
    
}
.user-rating span.star:before {
    color: #777777;
    content:"ï€†";
    /*padding-right: 5px;*/
}
.user-rating span.star {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 1;
    left: 15px;
}
.user-rating span {
    margin-left: -15px;
}
.user-rating span.star:before {
    color: #777777;
    content:"\f006";
      font-size: 28px;
    /*padding-right: 5px;*/
}
.user-rating input:hover + span.star:before, .user-rating input:hover + span.star ~ span.star:before, .user-rating input:checked + span.star:before, .user-rating input:checked + span.star ~ span.star:before {
    color: #ffd100;
    content:"\f005";
}

.selected-rating{
    color: #ffd100;
    font-weight: bold;
    font-size: 3em;
}


.flipbooksection{
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px 0px;
}
#flipbook{
    position: absolute !important;
    /* top: 20px; */
    top: 0px;
    left: 50%;
    margin: 0px auto;
    transition: 0.5s;
    transform: translate(-50%, 0px) !important;
     z-index: 999;
}
#flipbook .page{
    position: relative;
    background-color: #fff;
}
#flipbook .page.odd {
    border-left: 3px solid #e1e1e1;
}
#flipbook .hard.page{
    background-color: #EFAB3C;
    color: #fff;
    border-left: none;
}
#flipbook .shadow, #flipbook.shadow{
    box-shadow: 0 4px 10px #666;
}
.firstpage{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}
.firstpage h4{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}
.firstpage p{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.firstpage img{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    /* filter: drop-shadow(2px 4px 6px rgba(255,255,255,0.1)); */
}
.pagecontent{
    position: relative;
    padding: 15px;
    overflow: hidden;
}
.pagehead{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pagehead h4{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}
.pagehead img{
    width: 160px;
    height: auto;
}
.pageinfo{
    position: relative;
    margin: 10px 0px 0px;
}
.pageinfo2{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 0px 0px 6px;
}
.pageinfo2:after{
    content: "";
    position: absolute;
    left: 6px;
    bottom: 1px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #333;
}
.pageinfo2 p{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    min-height: 19px;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.pageinfo2 label{
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}
.pageinfo2 label:after{
    content: "";
    position: absolute;
    left: 6px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 9;
}
.pageinfotitle p{
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 0px 5px;
    margin: 0px;
}
.pageinfo3{
    margin: 55px 0px 0px;
}
.pageinfo3-note {
    background: #b8292f2b;
    border: 2px solid #b8292f;
    padding: 10px 15px;
    border-radius: 13px;
    margin-bottom: 10px;
}

.pageinfo3-note p {
    font-size: 14px;
}
.pageinfo3 p{
    color: red;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    padding: 0px 0px 7px;
    margin: 0px;
}
.pageinfo3 p:last-child{
    padding: 0px;
}
.pageinfo4 p{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    padding: 0px 0px 7px;
    margin: 0px;
}
.pageinfo4 ul{
    list-style-type: circle;
    margin: 10px 0px;
    padding: 0px 0px 0px 20px;
}
.pageinfo ul li{
 
    line-height: 1.4;
    padding: 0px 0px 7px 0px;
    margin: 0px;
}
.pageinfo4 ul li:last-child{
    padding: 0px;
}
.pagesignature{
    margin: 0px 0px 10px;
}
.pagesignature img{
    display: block;
    width: 150px;
    height: auto;
    margin: 0px 0px 0px auto;
}
.pagesignature p{
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
    padding: 0px 0px 7px;
    margin: 0px;
}
.flipbookaction{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0px 20px;
    transform: translate(0px, -50%);
     z-index: 1;
}
table.subject-choice tr td {
    padding: 6px;
}
.pagecontent .radio-inline {
    padding-left: 3px;
}
.pagecontent .md-checkbox {
    top: 0 !important;
    margin-bottom: 0px !important;
}
.flipbookaction button{
    color: #1da7fc;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #1da7fc;
    background-color: #ffffff;
    padding: 40px 15px;
    margin: 0px;
    transition: 0.5s;
}
.flipbookaction button:hover{
    color: #ffffff;
    background-color: #1da7fc;
}
.pageinfo5{
    position: relative;
    height: 300px !important;
}
.pageinfo5 h3{
    position: absolute;
    top: 0px;
    left: 10px;
    color: #e91e63;
    font-size: 30px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.pageinfo5 h4{
    position: absolute;
    bottom: -164px;
    right: 175px;
    top: 199px;
    width: 120px;
    height: 120px;
    background-color: #e91e63;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    border-radius: 50%;
    padding: 36px 0px 0px;
    margin: 0px;
    z-index: 9;
}
.pageinfo5 img{
    position: absolute;
    width: 100%;
    object-fit: cover;
    top: 265px;
    border: 5px solid #e91e63;
    box-shadow: 1px 6px 11px rgb(0 0 0 / 39%);
}
.pageinfo5 p{
    color: #626262;
    font-size: 16px;
    font-weight: 500;
 
    margin: 0px;
}
.pageinfo6{
    color: #333;
    /* margin-top: 100px; */
}
.pageinfo6 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.pageinfo6 ul{
    position: relative;
    list-style-type: none;

    margin: 0px;
}

.pageinfo7{
    position: relative;
    background-color: #e91e63;
    z-index: 1;
}
.pageinfo7:before{
    content: "";
    position: absolute;
    top: -11px;
    left: -10px;
    width: 113%;
    height: 69%;
    background-color: #e91e63;
    transform: translate(-10px, 0px);
    z-index: -1;
}
.pageinfo7 h3{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0px 6px;
    margin: 0px;
}
.pageinfo7 ul{
    padding: 0px;
    margin: 0px;
}
.pageinfo7 ul li{
    list-style-type: none;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0px 0px 10px 24px;
    margin: 0px;
}
.pageinfo7 ul li:before{
    content: "\f105";
    position: absolute;
    top: 3px;
    left: 6px;
    font: normal normal normal 14px/1 FontAwesome;
}
.pageinfo7 img{
    width: 110%;
    height: 348px;
    object-fit: cover;
    object-position: center;
    transform: translate(-14px, 0px);
}
.pageinfo9{
    position: relative;
    padding: 10px 0px 0px;
    z-index: 1;
}
.pageinfo9:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    width: 113%;
    height: 110%;
    background-color: rgb(233 30 99 / 20%);
    transform: translate(-10px, 0px);
    z-index: -1;
}
.pageinfo9 h4{
    color: #e91e63;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px 5px;
    margin: 0px;
}
.pageinfo9 p{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}
.pageinfo9 ul{
    padding: 0px;
    margin: 0px;
}
.pageinfo9 ul li{
    list-style-type: none;
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding: 0px 0px 7px 24px;
    margin: 0px;
}
.pageinfo9 ul li:last-child{
    padding: 0px 0px 0px 24px;
}
.pageinfo9 ul li:before{
    content: "\f105";
    position: absolute;
    top: 3px;
    left: 6px;
    font: normal normal normal 14px/1 FontAwesome;
}
.pageinfo9 ul li span{
    display: inline-block;
    min-width: 160px;
}
.newpaddt1{
    padding: 0px 0px 5px !important;
}
ul.ul-li {
    font-size: 14px;
    padding-left: 15px;
}

ul.ul-li li {
    margin-bottom: 5px;
    list-style-type: circle;
    text-align: justify;
}

p.sub-title {
    color: #b8292f;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px;
}
img {
    max-width: 100%;
    height: auto;
}
.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
   background: #F8C01B none repeat scroll 0 0;
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
        color:#000000;
}


.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
.single_service {
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #b8292f17;
  border-radius: 6px;
  width: 100%;
  border-left: 4px solid #b8292f;
}
 

 .icon {
 
    border-radius: 5%;
    color: #b8292f;
    font-size: 25px;
    overflow: hidden;
    text-decoration: none;
}

.single_service .single_service-left {
  padding-right: 11px;
}

.single_service-heading {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.single_service-body p {
  font-size: 13px;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #000000;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.pageinfo6 img {
    margin-bottom: 20px;
}
.pageinfo-admin ul li {
    font-size: 14px;
    text-align: justify;
}
.page-info-admin ul li {
    font-size: 14px;
} 
ul.busfee {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0px;
}

ul.busfee li {
    width: 49%;
    background: #b8292f17;
    margin-bottom: 10px;
    list-style: none;
    padding: 10px;
    border-radius: 6px;
    text-align: justify;
}
ul.busfee i {
    color: #b72630;
}
.pageinfo-admin ul {
    padding-left: 20px;
}
.bus1 {
    width: 48%;
    color: #fff;
    background: #009688;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border-bottom: 4px solid #045a52;
}

.bus2 {
    color: #fff;
    width: 48%;
    background: #e91e63;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    border-bottom: 4px solid #aa043c;
}

.bus-facility {
    display: flex;
    flex-wrap: wrap;
}

.bus3 {
    width: 48%;
    background: #03a9f4;
    color: #fff;
    padding: 15px;
    margin-right: 10px;
    border-radius: 6px;
    border-bottom: 4px solid #006e9f;
}

.bus4 {
    width: 48%;
    background: #00bcd4;
    padding: 15px;
    border-radius: 6px;
    border-bottom: 4px solid #056d7a;
    color: #fff;
}
ul.busfee li strong {
    color: #b82b2f;
}
.mt-10 {
    margin-top: 10px;
}

.pagenumber {
    margin: 0 auto;
    text-align: center;
}
ul.box-list li {
    margin-bottom: 13px;
    width: 48%;
    padding: 10px;
}

ul.box-list {
    padding: 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

 
ul.box-list li:nth-child(2) {top: 181px;background: #e91e63;color: #fff;border-bottom: 4px solid #b50d46;}

ul.box-list li:first-child {
    background: #009688;
    color: #fff;
    border-bottom: 4px solid #036c62;
}

ul.box-list li:last-child {
    right: 0px;
    top: 30px;
    width: 100%;
    background: #2196f3;
    color: #fff;
    border-bottom: 4px solid #1074c3;
}

 
.icons {
    background: #ffffff;
    padding: 5px 10px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 34px;
}
ul.box-list li:last-child i {
    color: #2196f3;
}

ul.box-list li:nth-child(2) i {
    color: #e91e63;
}

ul.box-list li:first-child i {
    color: #009688;
}
.white-space{
    white-space: nowrap;
}

span.continue {
color: #f44336;
}

.details a {
    text-decoration:  none;
    color: rgb(0,0,0);
}

section.related-video {
    border-top: 2px solid #00000052;
}

.search-item i {
    font-size: 24px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #FFF;
    margin-right: 12px;
}

.search-item {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}


.fixrow {
    margin-right: -6px !important;
    margin-left: -30px !important;
}

.fixmsghead {
    padding-left: 37px !important;
}

.fixnoshead {
    padding-left: 24px !important;
}

.fixpostedhead {
    padding-left: 20px !important;
}