﻿@media(min-width: 980px) {
    ::-webkit-scrollbar {
        width: 8px;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    ::-webkit-scrollbar-thumb {
        background: rgba(255, 0, 0, 0.8);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 0, 0, 0.4);
    }
    .left-arrow,
    .right-arrow {
        color: darkcyan;
        cursor: pointer;
    }
    .left-arrow {
        left: 0;
        position: absolute;
        top: -1px;
    }
    .right-arrow {
        position: absolute;
        right: 0px;
        top: -1px;
    }
    #mobileNav {
        width: 97%;
    }
}
@-ms-viewport {
    width: device-width;
}
a:hover,
a:active,
a:focus,
.btn-default,
.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}
.demo h1,
.demo h2,
.demo h3,
.demo h4,
.demo h5,
.demo h6,
.demo input,
.demo p,
.demo a,
.demo span {
    line-height: 1.2 !important;
    text-shadow: 1px 2px 3px #242424;
}
input::-moz-focus-inner {
    border: none;
}
h3.text-center {
    font-size: 1.45em;
    text-align: center;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse {
    text-align: center;
    background:#111;
}
.slider img {
    height: 250px;
}
body {
    background: url(../images/bgImg.jpg) repeat scroll center center / cover transparent;
}
.wraper {
    background: url(../images/SideBgLogo.jpg) no-repeat scroll -20px 115px transparent;
    margin-left: auto;
    margin-right: auto;
    max-width: 1310px;
}
.news a {
    text-transform: uppercase;
}
.contents {
    background: rgba(0, 0, 0, .8);
    font-size: 16px;
    padding: 15px;
}
.wraper > .container {
    padding-left: 15px;
    padding-right: 15px;
}
.top a.pull-right {
    color: #8a6600;
}
.top li a i.fa {
    color: #777;
}
.form-control {
    background-color: #161616;
    border-radius: 0px;
    border: 1px solid #323232;
}
.button_login.button_bss {
    background-color: #0c7ca5;
    background-image: linear-gradient(to bottom, #008CBE, #00354E);
    border: 1px solid #085571;
    border-radius: 5px;
    color: #190101 !important;
    display: inline-block;
    float: right;
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 5px 10px;
    text-decoration: none;
    width: auto;
    text-shadow: 0px 1.4px 0px #447089;
}
.list-inline > li {
    line-height: 13px;
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-default {
    background-color: transparent;
    border: none;
    margin-top: 25px;
}
.navbar {
    margin-bottom: 0;
}
.navbar li a {
    padding: 10px 21px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #00c0ee;
    transition: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
}
.nav > li {
    color: #337ab7;
}
.navbar-default .navbar-nav > li > a {
    color: #b4b4b4;
}
.navbar {
    min-height: 28px !important;
}
.nav > li > a {
    color: #b4b4b4;
    display: inline-block !important;
    font-size: 0.93em;
    line-height: 13px;
    padding-bottom: 4px;
    padding-top: 0;
}
.navbar-nav > li {
    border-right: 1px solid #005a6f;
    line-height: 13px;
}
.navbar.navbar-default > div > div {
    padding-left: 0px;
    padding-right: 0px;
}
.navbar.navbar-default > div {
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-nav > li:last-child {
    border: none;
}
.scrollWrapper {
    height: 25px !important;
}
.carousel-caption {
    bottom: -38px;
    left: 0;
    right: 0;
}
.carousel-caption p {
    background: rgba(0, 0, 0, .8);
    color: #777;
    line-height: 18px;
    padding: 10px 0;
}
.carousel-caption p span {
    color: #ec1c24;
    font-weight: bold;
    margin-bottom: 5px;
}
.carousel-caption img {
    height: auto;
    margin-right: 25px;
    margin-top: -10px;
    width: 45px;
}
.caption-holder {
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 3px;
    font-size: 15px;
    left: 5px;
    padding: 16px 0 0;
    position: absolute;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    z-index: 2000;
    width: 100% !important;
}
#slider1_container img {
    bottom: 0px;
    float: left;
    height: 26.5%;
    position: absolute;
    width: 5%;
    z-index: 2000;
}
.caption {
    background-color: rgba(0, 0, 0, 0.70);
    color: #999999;
    font-size: 15px;
    padding: 16px 10px 16px 96px;
    z-index: 100;
}
.caption span {
  color: #00f000;
  font-size: 22px;
  font-weight: bold;
}
.social li a:hover {
    -moz-transform: scale(1.1);
    -moz-transition: all 300ms ease-in-out;
    -ms-transform: scale(1.1);
    -ms-transition: all 300ms ease-in-out;
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(1.1);
    -webkit-transition: all 300ms ease-in-out;
    z-index: 2;
}
.social i {
    font-size: 1.5em;
    font-weight: bold;
    padding: 1px 9px;
}
.social i a {
    -moz-transform: scale(1);
    -moz-transition: all 300ms ease-in-out;
    -ms-transform: scale(1);
    -ms-transition: all 300ms ease-in-out;
    transform: scale(1);
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(1);
    -webkit-transition: all 300ms ease-in-out;
}
.social li > a {
    display: block;
    margin: 1px;
    text-shadow: 1px 1.4px 0px #000;
}
.social li > a .fa {
    color: #ffffff !important;
    line-height: 1.4;
}
.social li .fa-facebook {
    background: #3b5997 none repeat scroll 0 0;
    padding-left: 11px;
    padding-right: 12px;
}
.social li .fa-facebook:hover {
    background: #5F78AB;
}
.social li .fa-twitter {
    background: #219EC5;
}
.social li .fa-twitter:hover {
    background: #29C5F6;
}
.social li .fa-youtube {
    background: #DE332B;
}
.social li .fa-youtube:hover {
    background: #E15955;
}
.social li .fa-envelope {
    background: #FE6C01;
}
.social li .fa-envelope:hover {
    background: #FC8732;
}
.demo {
    background-image: -moz-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -ms-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -o-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: radial-gradient(ellipse farthest-corner at center -27px, #949494 -100%, #030303 61%);
    background-image: -webkit-gradient(radial, center -27px, 0, center top, 359, color-stop(-100, #949494), color-stop(61, #030303));
    background-image: -webkit-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 97%;
}
.demo_holder {
    margin-top: 20px;
}
.button_login {
    width: 45%;
}
.about h1 {
    color: #8a6600;
    font: 400 25px / 26px 'Cuprum', sans-serif;
    text-transform: uppercase;
}
.about p {
    color: #999999;
    font: 400 12px / 18px Arial;
}
.about ul li {
    background: url(images/listStyle.png) no-repeat scroll left 2px transparent;
    color: #999999;
    font: 400 12px / 18px Arial;
    margin-bottom: 5px;
    padding-left: 15px;
}
.about p span {
    color: #00c0ee;
}
.about h2 {
    color: #c80c16;
    font: 400 25px/28px "Cuprum", sans-serif;
}
.main .about h2 {
    text-transform: uppercase;
}
.about h2 span {
    color: #cccccc;
}
.grad-holder {
    height: 20px;
    margin-left: 28px;
    margin-right: 28px;
    overflow: hidden;
    width: 94%;
}
.grad-holder > span {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(56, 55, 56, 1) 0%, rgba(46, 46, 46, 1) 18%, rgba(8, 8, 8, 1) 53%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 68px;
    display: block;
    height: 150px;
    margin: 0 auto;
    width: 100%;
}
.otherSubMenus {
    position: fixed;
    right: 20px;
    top: 200px;
    z-index: 1;
}
aside {
    margin-top: 25px;
}
.apply {
    position: relative;
}
.admission {
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    height: 50px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999px;
    text-transform: uppercase;
    top: 52px;
    -webkit-transform: rotate(-3deg);
    width: 250px;
    -writing-mode: tb-rl;
}
.admission:hover,
.admission:focus,
.admission:visited {
    color: #000000;
    text-decoration: none;
}
h3 {
    color: #8b6700;
    font: 400 20px / 33.881px 'Bitter', serif;
}
table {
    border-collapse: collapse;
}
.custom-table {
    background: #171717;
    margin-right: 15px;
}
.custom-table {
    border: 0 none;
    height: 328px;
    margin: 0 auto;
    overflow: auto;
    width: 95%;
}
table tr {
    border-bottom: 1px dashed rgba(0, 94, 132, 0.5) !important;
    border-spacing: 5px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
    padding: 10px 0 0px 0px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}
.news-row {
    border-bottom: 1px dashed rgba(0, 94, 132, 0.5) !important;
    margin: 0px 12px !important;
    overflow: hidden;
    padding: 8px 0;
}
.newsdate {
    color: #cd915f;
    display: inline-block;
    float: left;
    font: 400 30px / 24px 'Myriad Pro';
    margin-bottom: 0px;
    width: 25%;
}
.newsdate span {
    color: #00c0ee;
    font: 400 13px/24px BookmanOldStyle;
    margin: 5px;
    text-transform: uppercase;
}
.news {
    display: inline-block;
    margin-bottom: 0px;
    width: 75%;
}
.news a {
    color: #00c0ee;
    font-size: 14px;
}
.news a:hover {
    text-decoration: none;
}
.news span {
    border-left: 1px solid rgba(0, 94, 132, 0.5) !important;
    color: #999999;
    font: 400 12px/18px Arial;
    height: auto;
    min-height: auto;
    padding: 0 0 0 10px !important;
}
footer {
    background-color: #0D0D0D;
    border-top: 1px solid #282828;
    margin-top: 15px;
    padding: 15px;
}
footer img.pull-left,
footer img.pull-right {
    margin: 0 2px;
}
footer > a {
    display: inline-block;
    margin-right: 0;
}
footer > a:last-child {
    display: initial;
}
footer a img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
footer a:hover img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    box-shadow: 1px 1.3px 0px #111111;
}
.jssorb05 {
    bottom: -3px !important;
}
.grab-holder {
    margin-left: 28px;
    width: 94%;
    margin-top: 0px;
}
.admin-box {
    background: #1b1b1b;
    border: 1px solid #191919;
    margin-bottom: 20px;
    margin-left: 28px;
    margin-right: 28px;
}
.shadow {
    box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, 1);
}
.admin-box-inner {
    padding: 30px;
}
.admin-box-inner-table {
    border-color: #050505;
    border-style: solid;
    border-width: 1px 1px 0;
}
.admin-box-inner-table p a span,
.admin-box-inner-table .p a span {
    color: #9e9e9e;
    font: 300 18px/1.5 "tahoma";
    text-decoration: none;
    text-transform: uppercase;
    /* For Safari 3.1 to 6.0 */
    
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0.01s;
    /* Standard syntax */
    
    transition-duration: 0.5s;
    transition-delay: 0.01s;
    font-weight: bold;
}
.admin-box-inner-table p:hover a,
.admin-box-inner-table p:hover a span,
.admin-box-inner-table .p:hover a,
.admin-box-inner-table .p:hover a span {
    color: #000000;
    text-decoration: none;
    transform: scale(1.03);
}
.admin-box-inner-table p a img {
    margin-bottom: 5px;
}
.admin-box-inner-table p {
    border: 1px solid #1e1e1e;
    height: 115px;
    margin: 20px 10px;
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.9);
    transition-duration: 0.5s;
}
.admin-box-inner-table .p {
    border: 1px solid #1e1e1e;
    margin: 20px 10px;
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.9);
    transition-duration: 0.5s;
}
.admin-box-inner-table p:hover {
    background: #005a6f !important;
    border: 1px solid #00252e;
    box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.9);
    transition-delay: 0.01s;
    transition-duration: 0.5s;
}
.content {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    margin: 0;
    padding: 0;
}
.content p a img {
    margin-top: 15px;
}
.content:nth-child(4n) {
    border-right: 0 none;
}
.content:nth-child(2) p a img {
    margin-bottom: 13px;
}
.fee-structure {
    display: block;
    overflow: hidden;
    text-shadow: unset !important;
}
.grad-holder-2 {
    background-image: -moz-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -ms-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -o-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: radial-gradient(ellipse farthest-corner at center -27px, #949494 -100%, #030303 61%);
    background-image: -webkit-gradient(radial, center -27px, 0, center top, 359, color-stop(-100, #949494), color-stop(61, #030303));
    background-image: -webkit-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    height: 90px;
    overflow: hidden;
    width: 100%;
}
.grad-holder-2:nth-child(2) {
    padding-left: 30px;
}
.grad-holder-4 {
    background-image: radial-gradient(ellipse farthest-corner at center -27px, #949494 -100%, #030303 61%);
    height: 90px;
    margin-left: 3%;
    overflow: hidden;
    position: relative;
    width: 94%;
}
.add-info {
    color: #8b6700;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 25px;
    width: 100%;
}
.fee {
    bottom: 28px;
    color: #969696;
    font-family: arial;
    font-size: 1.6em;
    margin-bottom: 6px;
    position: absolute;
    text-shadow: unset;
}
.fee > span {
    text-shadow: unset;
}
.red-text {
    color: #c80c16;
}
.fee_second {
    position: absolute;
    top: 142px;
}
.session {
    color: #969696;
    float: left;
    font-size: 1em;
    margin-right: 90px;
}
.str_radio {
    float: left;
    margin-top: -2px;
}
.class-selection-table {
    background-image: -moz-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -ms-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -o-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: radial-gradient(ellipse farthest-corner at center -27px, #949494 -100%, #030303 61%);
    background-image: -webkit-gradient(radial, center -27px, 0, center top, 359, color-stop(-100, #949494), color-stop(61, #030303));
    background-image: -webkit-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    float: left;
    margin-top: 0px;
    padding-top: 20px;
}
.str_radio > div {
    float: left;
    margin-right: 115px;
    margin-top: 0 !important;
    padding-top: 0;
}
input[type="radio"]:focus + label,
input[type="radio"]:checked + label {
    color: #00c0ee;
}
.radio input {
    height: 70%;
    margin-top: 0;
}
.checkbox label,
.radio label {
    cursor: default;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 7px;
}
.Sclass,
.total_ammount {
    font-family: arial;
    font-size: 1.3em;
    margin-bottom: 0;
    text-align: center;
}
.class-selection-table {
    padding-left: 10px;
}
.class-selection-table .radio {
    background: #171717 none repeat scroll 0 0;
    padding-left: 35px;
}
.SclassLeft {
    float: left;
    padding-left: 0 !important;
}
.radio {
    height: 30px;
    margin-bottom: 7px;
}
.SclassRight {
    padding-right: 0 !important;
}
.radio label {
    color: #969696;
    font-size: 1em;
    line-height: 1em;
    padding-bottom: 6px;
    padding-top: 6px;
}
.ammount_list {
    width: 100%;
}
.fee-structure h1,
.fee-structure h2,
.fee-structure h3,
.fee-structure h4 {
    font-family: sans-serif;
}
.ammount_list li {
    background: #171717 none repeat scroll 0 0;
    color: #969696;
    float: left;
    font-size: 1em;
    font-weight: bold;
    height: 30px;
    line-height: 1em;
    list-style: outside none none;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-bottom: 6px;
    padding-top: 8px;
    text-transform: uppercase;
    width: 48%;
}
.ammount_list > ul {
    margin: 0px 0 0;
    padding: 0;
}
.ammount_list {
    background-image: -moz-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -ms-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -o-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: radial-gradient(ellipse farthest-corner at center -27px, #949494 -100%, #030303 61%);
    background-image: -webkit-gradient(radial, center -27px, 0, center top, 359, color-stop(-100, #949494), color-stop(61, #030303));
    background-image: -webkit-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    display: block;
    overflow: hidden;
    width: 100%;
}
.ammount_list li:nth-child(odd) {
    padding-left: 20px !important;
}
.ammount_list li:nth-child(even) {
    text-align: right;
}
.ammount_list img {
    float: left;
    margin-left: 5px;
}
.ammount_list li:nth-child(2n) {
    color: #00c0ee;
    padding-right: 50px;
    text-align: right;
}
.ammount_list li:last-child {
    color: #00ff72;
}
.information h1 {
    color: #8a6600;
    font-family: sans-serif;
    text-transform: uppercase;
}
.information p {
    color: #a1a1a1;
    font: 400 12px / 18px Arial;
}
.information ul li {
    background: transparent url("images/listStyle.png") no-repeat scroll left 2px;
    color: #a1a1a1;
    font: 400 12px/18px Arial;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-left: 15px;
}
.information p span {
    color: #00c0ee;
}
.information h2 {
    color: #c80c16;
    font: 400 25px/18px sans-serif;
    text-align: center;
}
.information h2 span {
    color: #cccccc;
    font-family: sans-serif;
}
.information_box {
    background-image: -moz-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -ms-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -o-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: radial-gradient(ellipse farthest-corner at center -27px, #949494 -100%, #030303 61%);
    background-image: -webkit-gradient(radial, center -27px, 0, center top, 359, color-stop(-100, #949494), color-stop(61, #030303));
    background-image: -webkit-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
}
.information_box ul {
    width: 100%;
}
.information_box ul,
.threeDinput {
    background: #151515 none repeat scroll 0 0;
    border: 1px solid #101010;
    box-shadow: 0 0 9px 1px #000000 inset;
    display: block;
    margin: 7px auto 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}
.information_box {
    padding-top: 20px;
}
.inquiry {
    padding-top: 15px;
}
.inquiry_holder {
    color: #8b6600;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.gradient_background {
    background-image: -moz-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -ms-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: -o-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    background-image: radial-gradient(ellipse farthest-corner at center -27px, #949494 -100%, #030303 61%);
    background-image: -webkit-gradient(radial, center -27px, 0, center top, 359, color-stop(-100, #949494), color-stop(61, #030303));
    background-image: -webkit-radial-gradient(center -27px, ellipse farthest-corner, #949494 -100%, #030303 61%);
    padding-top: 25px;
}
.inquiry_box input,
.three_d {
    background: #151515 none repeat scroll 0 0;
    border: 1px solid #101010;
    box-shadow: 0 0 7px 2px #000000 inset;
}
.inquiry_box input {
    color: aliceblue;
    margin: 6px auto;
    padding: 10px;
}
#subject {
    padding: 5px;
}
select.transparent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#custom_arrow {
    background: transparent url("../images/double-right-arrow.png") no-repeat scroll 0 center;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 16px;
}
.transparent {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #616161;
    cursor: pointer;
    width: 100%;
}
.tooltip-inner {
    background-color: #00c0ee;
    color: #000000;
}
select option {
    border-bottom: 1px solid #727272;
    padding: 5px;
}
.inquiry_box input::-webkit-input-placeholder,
#Message::-webkit-input-placeholder {
    color: #989898;
}
.inquiry_box input:-moz-placeholder,
#Message {
    color: #989898;
}
.inquiry_box input::-moz-placeholder,
#Message {
    color: #989898;
}
.inquiry_box input:-ms-input-placeholder,
#Message:-ms-input-placeholder {
    color: #989898;
}
#Message {
    color: aliceblue;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 6px;
}
.button_bss:hover {
    background-image: linear-gradient(to top, #0c7ca5, #003451);
    color: #050505;
}
.button_bss {
    background-color: #0c7ca5;
    background-image: linear-gradient(to bottom, #0c7ca5, #003451);
    border: 1px solid #085571;
    border-radius: 0;
    color: #050505;
    display: inline-block;
    float: right;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    margin-right: 13px;
    padding: 6px;
    text-decoration: none;
}
.date_of_birth {
    float: left;
}
.candidate_age .grad-holder-2:nth-child(2) {
    padding-left: 0;
}
.cal_age_boxs {
    display: block;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}
.date_of_birth label {
    color: #cecece;
    font-size: 13px;
}
.date_of_birth input {
    border: 1px solid #333;
    color: aliceblue;
    font-size: 14px;
    padding: 5px 7px;
    width: 100%;
}
.student_age_title {
    color: #8b6700;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.student_age_title > span {
    display: block;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
}
.student_age {
    margin-top: 50px;
}
.s_sections li {
    font-size: 1.4em;
    text-align: center;
    width: 33.3%;
}
.gradBackground .nav-tabs > li,
.nav-pills > li {
    display: inline-block;
    float: none;
    padding-top: 30px;
}
.spacing h5 b {
    color: #cecece;
}
.s_sections.nav-tabs > li.active > a,
.s_sections.nav-tabs > li.active > a:hover {
    background: linear-gradient(-90deg, #00f000, #006d00) !important;
    background-color: -moz-linear-gradient(-90deg, #00f000, #006d00) !important;
    background-color: -moz-linear-gradient(-90deg, #00f000, #006d00) !important;
    background: -moz-linear-gradient(-90deg, #00f000, #006d00) !important;
    color: rgb(3, 3, 3) !important;
}
.s_sections.nav-tabs > li > a:hover {
    background-color: #00c0ee;
    background: linear-gradient(90deg, #005c72, #00c0ee) !important;
    background-color: -webkit-linear-gradient(90deg, #005c72, #00c0ee) !important;
    background-color: -o-linear-gradient(90deg, #005c72, #00c0ee) !important;
    background: -moz-linear-gradient(90deg, #005c72, #00c0ee) !important;
    color: rgb(3, 3, 3);
    -webkit-transition: all ease-out 0.1s 0.2s;
    transition: all ease-in-out 0.1s 0.2s;
}
.nav-tabs > li > a {
    background-color: rgb(188, 190, 195);
    background: linear-gradient(90deg, #828489, #d6d8dd);
    background-color: -webkit-linear-gradient(90deg, #828489, #d6d8dd);
    background-color: -o-linear-gradient(90deg, #828489, #d6d8dd);
    background: -moz-linear-gradient(90deg, #828489, #d6d8dd);
    color: rgb(3, 3, 3);
    transition: all 0s ease-in-out 0s;
    width: 100%;
}
.navtab-header {
    color: #191919;
    font-size: 16px;
    line-height: 2;
    text-shadow: 0 2px rgb(195, 195, 195);
}
.s_sections {
    border-bottom: 0 none;
    margin-left: 19%;
    margin-top: 40px;
    padding-left: 20px;
}
.tab_shadow {
    margin-left: 15%;
}
.navtab-header {
    color: #191919;
    font-size: 16px;
    line-height: 2.5;
    text-shadow: 0 2px rgb(195, 195, 195);
}
table {
    border-collapse: collapse;
}
.tabedPane tr th:first-child {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #454545, #252525) repeat scroll 0 0 !important;
}
.tabedPane tr td:first-child,
.tabedPane tr th:first-child {
    background-color: rgb(21, 21, 21);
}
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: medium none;
    padding: 10px 0 !important;
}
.table-bordered > thead > tr > th {
    border: 1px solid #2c2c2c !important;
}
.student_age_table .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: medium none;
    padding: 0px !important;
}

.student_age_table {
    margin-top: 35px;
}
.student_age_table th {
    border-bottom: #2c2c2c;
    color: #00c0ee;
    text-align: center;
    text-transform: uppercase;
}
.student_age_table th:last-child {
    background: #3a3a3a;
    background: linear-gradient(to bottom, #3a3a3a 0%, #0a0a0a 100%);
    background: -moz-linear-gradient(top, #3a3a3a 0%, #0a0a0a 100%);
    background: -ms-linear-gradient(top, #3a3a3a 0%, #0a0a0a 100%);
    background: -o-linear-gradient(top, #3a3a3a 0%, #0a0a0a 100%);
    background: url(data:image/svg+xml);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a3a), color-stop(100%, #0a0a0a));
    background: -webkit-linear-gradient(top, #3a3a3a 0%, #0a0a0a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#0a0a0a', GradientType=0);
}
.student_age_table th:first-child {
    background: #4c4c4c;
    background: linear-gradient(to bottom, #4c4c4c 0%, #282828 100%);
    background: -moz-linear-gradient(top, #4c4c4c 0%, #282828 100%);
    background: -ms-linear-gradient(top, #4c4c4c 0%, #282828 100%);
    background: -o-linear-gradient(top, #4c4c4c 0%, #282828 100%);
    background: url(data:image/svg+xml);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #282828));
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #282828 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#282828', GradientType=0);
}
.student_age_table tr {
    border-bottom: 1px solid #2c2c2c !important;
}
.table > thead > tr > th {
    border-bottom: 0px solid #ddd;
}
.student_age_table tbody td {
    border-right: 1px solid #2c2c2c;
}
.student_age_table .table tbody tr td:first-child {
    background: #151515;
    color: #9c9b9b;
}
.student_age_table .table tbody tr td:last-child h5 {
    color: #9c9b9b;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
.student_age_table th {
    font-size: 1.4em;
    line-height: 2 !important;
    padding: 10px !important;
}
.student_age .grad-holder-2 {
    height: 120px;
    padding-top: 20px;
}
.school_dec h2 {
    color: #8b6700;
    text-align: center;
    text-transform: uppercase;
}
.school_dec p {
    color: #a2a2a2;
    font-size: 0.9em;
    position: absolute;
    text-align: center;
    top: 90px;
}
.school_dec .grad-holder-2 {
    height: 130px;
}
.account_table .table th,
.account_table .table td {
    border: 1px solid #323232;
    text-align: center;
}
.account_table .table tr td:last-child {
    position: relative;
}
.account_table .table td {
    color: #737373;
    height: 60px;
    line-height: 2.4em;
}
.red-text td {
    color: #ff0024 !important;
}
.green-text td {
    color: #00f000 !important;
}
.account_table tr td span {
    left: 40px;
    position: absolute;
}
.account_table .table tr:nth-child(even),
.attendance table tr:nth-child(2n) {
    background: #202020 !important;
}
.account_table .table tr:nth-child(odd),
.attendance table tr:nth-child(2n+1) {
    background: #2c2c2c !important;
}
.pay_d_bill {
    float: left;
    width: 53%;
}
.ammnt {
    margin-left: 1%;
    width: 23%;
}
.ttl_ammount {
    background: #202020 none repeat scroll 0 0;
    margin-left: 1%;
    width: 22%;
}
.pay_d_bill p {
    color: #00c0ee;
    font-size: 0.9em;
    margin: 0;
    padding: 13px;
    text-align: right;
    text-transform: uppercase;
}
.ttl_ammount > p {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 11px;
    text-align: center;
    text-transform: uppercase;
}
.ammnt > p {
    color: #00f000;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.ammnt span {
    float: left;
    padding-left: 14px;
}
.pay_d_bill span {
    color: #8b6700;
    font-size: 2em;
    line-height: 14px;
}
.attendance table td,
.attendance table th {
    border: 1px solid #191919;
    color: #d1d1d1;
    text-align: center;
}
.attendance table thead tr {
    background: #000000 none repeat scroll 0 0;
    color: #b8b8b8;
    font-size: 0.95em;
    text-transform: uppercase;
}
.attendance table tbody tr {
    border-bottom: 1px dashed #191919 !important;
    font-size: 0.95em;
}
.attendance table tr {
    background: #2c2c2c !important;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #111111 !important;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #111111 !important;
}
.dataTables_wrapper .dataTables_filter input {
    background: #313131 none repeat scroll 0 0;
    border: 1px solid #727272 !important;
    margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_processing {
    background: transparent none repeat scroll 0 0 !important;
    color: #ffffff !important;
}
button,
input,
select,
textarea {
    background: #161616 none repeat scroll 0 0;
    border: 1px solid #323232;
    color: #999999;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#example_length label,
#example_filter label {
    color: #b8b8b8;
}
#example_length select {
    height: 23px;
}
.search {
    height: 35px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 0px !important;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 0 none !important;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-right: 0 none !important;
    border-top: 1px solid #dddddd;
}
.input-group {
    border: 1px solid #444;
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group-addon:last-child {
    border: 0 none;
}
.form-control {
    height: 30px !important;
    padding: 3px 10px;
}
.input-group-addon {
    background-color: #000;
    border: 1px solid #ccc;
    padding: 6px 8px;
}
section.attendance {
    margin-top: 20px;
}
#example_next,
#example_previous,
.dataTables_wrapper .dataTables_paginate span > a.paginate_button {
    background: #111 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 2px;
    box-sizing: border-box;
    color: #036a81 !important;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #bbbbbb 0%, #aaaaaa 100%) repeat scroll 0 0 !important;
    border: 1px solid #979797;
    color: #333 !important;
}
#example_length input,
#example_length select,
#example_length textarea,
#example_filter input,
#example_filter select,
#example_filter textarea {
    width: auto;
}
.input-group .form-control {
    color: #cdcdcd;
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 75%;
    z-index: 2;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    background: #000000 !important;
    border: 2px solid #005A6F;
    margin: 0px !important;
    padding: 0px !important;
}
.bootstrap-datetimepicker-widget table td.day {
    background: #000000 !important;
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget .picker-switch td span:hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #333333 !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    background: #000000;
    cursor: pointer;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-bottom: 6px solid #337ab7 !important;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(255, 255, 255, 0);
    left: 8px;
    top: -6px;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #212121 !important;
}
/*======================================= Report Page ===============================================*/

.student-report select {
    /* Partial list of available values in Gecko */
    
    -moz-appearance: none;
    /* Partial list of available values in WebKit/Blink */
    
    -webkit-appearance: none;
    background: url('../images/select-bottom-arrow.png') no-repeat;
    background-position: right center;
    background-size: 18px 33px;
    padding-right: 25px;
    width: 100%;
    font-size: 0.75em;
    color: #818181;
    background-color: #1b1b1b;
}
.print > img {
    left: 5px;
    position: absolute;
    top: -7px;
}
.print {
    border: 0 none;
    border-radius: 3px;
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2em;
    text-align: right;
    text-shadow: 0 1px 1px #ededed;
    text-transform: uppercase;
    width: 100%;
    padding-right: 15px;
    /* IE10+ */
    
    background-image: -ms-linear-gradient(top, #D3D5DA 0%, #898b90 100%);
    /* Mozilla Firefox */
    
    background-image: -moz-linear-gradient(top, #D3D5DA 0%, #898b90 100%);
    /* Opera */
    
    background-image: -o-linear-gradient(top, #D3D5DA 0%, #898b90 100%);
    /* Webkit (Safari/Chrome 10) */
    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D3D5DA), color-stop(100, #898b90));
    /* Webkit (Chrome 11+) */
    
    background-image: -webkit-linear-gradient(top, #D3D5DA 0%, #898b90 100%);
    /* W3C Markup */
    
    background-image: linear-gradient(to bottom, #D3D5DA 0%, #898b90 100%);
    border: 0px;
}
.print_holder {} .inputs_group {
    margin-top: 40px;
}
.input_group input {
    background: #1b1b1b;
    color: #e1e1e1;
}
.inputs_group option {
    background: #000000 none repeat scroll 0 0;
    border: 1px solid #ededed;
    color: #e1e1e1 !important;
}
.report_table_header {
    /* IE10+ */
    
    background-image: -ms-linear-gradient(top, #016A91 0%, #00263c 100%);
    /* Mozilla Firefox */
    
    background-image: -moz-linear-gradient(top, #016A91 0%, #00263c 100%);
    /* Opera */
    
    background-image: -o-linear-gradient(top, #016A91 0%, #00263c 100%);
    /* Webkit (Safari/Chrome 10) */
    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #016A91), color-stop(100, #00263c));
    /* Webkit (Chrome 11+) */
    
    background-image: -webkit-linear-gradient(top, #016A91 0%, #00263c 100%);
    /* W3C Markup */
    
    background-image: linear-gradient(to bottom, #016A91 0%, #00263c 100%);
    border: 1px solid #000000 !important;
    color: #69cbf2;
}
.report_table table th {
    line-height: 3em !important;
    text-shadow: 0 2px 1px #000 !important;
}
.report_table table tr th,
.report_table table tr td {
    border: 1px solid #2c2c2c;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.95em;
}
.report_table th span {
    padding: 15px 5px;
    border-right: 1px solid #2c2c2c;
}
.report_table td span {
    padding: 10px;
    border-right: 1px solid #2c2c2c;
}
.report_table th input,
.report_table td input {
    margin-left: 10px;
    margin-right: 0px;
}
.report_table table tbody tr {
    background: #000f17;
    color: #b4b4b4;
}
.report_table table tbody tr:hover {
    background: #000000;
}
.report_table table tbody td {
    padding: 8px !important;
}
/*======================= Explore Page ============================*/

#explore .admin-box-inner-table p:hover {
    transition-delay: 0.01s;
    transition-duration: 0.5s;
}
#explore .admin-box-inner-table p {
    border: 1px solid #1e1e1e;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.9) inset;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    transition-delay: 0.01s;
    transition-duration: 0.5s;
    background: #232323;
}
#explore .admin-box-inner-table p {
    margin-left: 10%;
    width: 80%;
}
.grad-holder-4 {
    background-image: radial-gradient(ellipse farthest-corner at center -27px, #949494 -100%, #030303 61%);
    height: 90px;
    margin-left: 28px;
    overflow: hidden;
    position: relative;
    width: 94%;
}
#explore .grab-holder {
    margin-left: 28px;
    width: 84%;
    margin-top: 0px;
    margin-left: 28px;
}
/*===================================================== LOGIN Page ================================================*/

.login-box {
    background: #1b1b1b;
    border: 1px solid #191919;
    margin-bottom: 20px;
}
.shadow {
    box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, 1);
    moz-box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, 1);
    webkit-box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, 1);
}
.login-box-inner {
    padding: 30px 0px;
}
.login-box-inner-table {
    border: 1px solid #050505;
}
.login-box-inner-table p a span {
    color: #9e9e9e;
    font: 300 18px/1.5 "tahoma";
    text-decoration: none;
    text-transform: uppercase;
    /* For Safari 3.1 to 6.0 */
    
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0.01s;
    /* Standard syntax */
    
    transition-duration: 0.5s;
    transition-delay: 0.01s;
    font-weight: bold;
}
.loginFont {
    color: #8b6700;
}
.login-box {
    background: #1b1b1b none repeat scroll 0 0;
    border: 1px solid #191919;
    margin-bottom: 20px;
    margin-top: -50px;
}
#PassChange .grad-holder,
#login .grad-holder {
    height: 80px;
}
.button_bss {
    background-color: #0c7ca5;
    background-image: linear-gradient(to bottom, #0c7ca5, #003451);
    border: 1px solid #085571;
    border-radius: 5px;
    color: #050505;
    display: inline-block;
    float: right;
    height: auto;
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 13px;
    margin-bottom: 0px;
    padding: 10px;
    text-decoration: none;
}
/* Base for label styling */

#loginForm [type="checkbox"]:not(:checked),
#loginForm [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
#loginForm [type="checkbox"]:not(:checked) + label,
#loginForm [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
/* checkbox aspect */

#loginForm [type="checkbox"]:not(:checked) + label:before,
#loginForm [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 3px solid #2E9006;
    background: #1B1B1B;
    border-radius: 1px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
}
/* checked mark aspect */

#loginForm [type="checkbox"]:not(:checked) + label:after,
#loginForm [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 17px;
    font-weight: bold;
    line-height: 0.6;
    color: #fff;
    transition: all .2s;
}
/* checked mark aspect changes */

#loginForm [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
#loginForm [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */

#loginForm [type="checkbox"]:disabled:not(:checked) + label:before,
#loginForm [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
#loginForm [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
#loginForm [type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */

#loginForm [type="checkbox"]:checked:focus + label:before,
#loginForm [type="checkbox"]:not(:checked):focus + label:before {
    border: 3px solid #2E9006;
}
/* hover style just for information */

#loginForm label:hover:before {
    border: 3px solid #2E9006 !important;
}
#loginForm .checkbox-custom-label {
    color: #0c5878;
}
.forgetlink > a {
    color: #0c5878;
}
#loginForm .Password,
#loginForm .Password:focus {
    background-color: #272727;
    border: 1px solid #323232;
    border-radius: 0;
    color: #2e9006;
}
.button_bss:hover {
    color: #050505;
}
.sms_alert .grad-holder {
    margin-left: 22px;
    width: 94%;
    margin-top: 0px;
}
/*========================================== Planner, Holiday Page =================================================*/
.PrintIcons{
    position: absolute;
    right: 30px;
    top: 20px;
}
#holiday .grad-holder-4 {
    height: 80px;
}
#holiday .grad-holder > span {
    border-radius: 0;
    margin-bottom: -130px;
}
#holiday .add-info {
    top: 6px;
}
#holiday .grad-holder {
    height: 25px;
    position: relative;
}
.dateHolder #datetimepicker1 input,
.dateHolder #datetimepicker2 input {
    width: auto;
}
.attendance .dateHolder,
#holiday .dateHolder {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 32px;
    overflow: hidden;
}
.dateHolder {
    background: #161616 none repeat scroll 0 0;
    border: 1px solid #444;
    cursor: pointer;
    display: block;
    height: 30px;
    overflow: hidden;
}
.dateHolder .date span.input-group-addon {
    background-color: #000000 !important;
}
#datetimepicker1 input,
#datetimepicker2 input {
    background: #161616 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    height: 30px;
    margin-right: 0px;
    /*width: 76%;*/
}
#holiday .account_table .table td {
    color: #bbb;
    height: auto;
    line-height: 2.2em;
    text-transform: uppercase;
}
#holiday .account_table .table th,
.account_table .table td {
    border: 1px solid #323232;
    text-align: center;
}
#holiday tr.normal_table_header th {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d5d7dc 0%, #87898e 100%) repeat scroll 0 0;
    text-shadow: 0 1.4px #ededed;
}
#holiday .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: medium none;
    padding: 0 !important;
}
#holiday tbody {
    font-size: 13px;
}
#holiday .dataTables_length,
#holiday .dataTables_filter,
#holiday .dataTables_paginate {
    display: none;
}
.dateHolder .input-group {
    width: 100%;
}
select option {
    border-bottom: 1px solid #727272;
    color: #eee;
    padding: 1px 5px;
}
.pastColor {
    color: #404040;
}
.presentColor {
    color: #00f000;
}
.futureColor {
    color: #00c0ee;
}
/*======================================= Vote Page ============================================*/

.voteSingle {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 20px;
    padding: 0 30px 20px;
}
.voteOptions {
    background: #191919 none repeat scroll 0 0;
    margin: 5px;
    padding: 2px;
}
.voteOptions input {
    height: 23px;
    margin: 0;
    padding: 3px;
}
.voteSingle > h3 {
    border-bottom: 1px solid;
    font-size: 23px;
    margin-bottom: 15px;
}
.voteSingle button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: 0 0 2px 1px #8b6700 inset;
    float: right;
    margin-top: 10px;
    padding: 5px 10px;
}
/*============================================ Candidate Age ==========================================*/
.calculateAge .account_table .table tr td,
.schoolTime .account_table .table tr td {
  border: 1px solid #555 !important;
  color: #bbb;
}
.list-group-item {
    background-color: #000000;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    margin: 5px 2px;
    padding: 1px;
    position: relative;
}
.tabedPane table thead tr th {
    color: #00c0ee;
}
/*======================================== Contact Us ==============================================*/

.contuct .admin-box {
    background: #1b1b1b none repeat scroll 0 0;
    border: 1px solid #191919;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
.admin-box-inner-table .p {
    border: 1px solid #1e1e1e;
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.9);
    transition-duration: 0.5s;
}
.admin-box-inner-table .p:hover {
    background: #005a6f !important;
    border: 1px solid #00252e;
    box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px 0px 5px 3px rgba(0, 0, 0, 0.9);
    transition-delay: 0.01s;
    transition-duration: 0.5s;
}
.admin-box-inner-table .p:hover h4,
.admin-box-inner-table .p:hover span {
    color: #000000;
    transition-delay: 0.01s;
    transition-duration: 0.5s;
}
.contuct .shadow i.fa {
    cursor: pointer;
    position: relative;
}
.contuct .amap:hover,
.contuct .p:hover .amap {
    color: #000000;
}
/*============================================= Career Detail ==============================================*/

.full {
    padding-left: 10px;
}
/*============================= Button Reset=======================================*/

.button_reset {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #d5d7dc 0%, #87898e 100%) repeat scroll 0 0;
    border: 0 none;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    text-shadow: 0 1.4px #ededed;
    width: 65%;
}
.button_reset:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #87898e 0%, #d5d7dc 100%) repeat scroll 0 0;
    color: #000000;
}