/*=================== Theme Modification CSS ======================*/

#client .content-wrapper,
.right-side {
    background: #ebedf3;
}
#client .job-stats{
    width: calc(100% - 193px);
    float: left;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    overflow: hidden;
}

#client .dropdown-menu.profile-drop {
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -moz-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

#client .user-menu.open .profile-drop {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    -moz-transform: perspective(400) rotate3d(0, 0, 0, 0);
    -ms-transform: perspective(400) rotate3d(0, 0, 0, 0);
    -o-transform: perspective(400) rotate3d(0, 0, 0, 0);
}


#client.login-page,
.register-page {
    background: url(../images/login-banner.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#client.login-page>.wrapper,
.register-page>.wrapper {
    background: rgba(0, 0, 0, 0.57);
    height: 100vh !important;
}


#client.login-page button[type="submit"],
#client.register-page button[type="submit"] {
    background: #24d1c4;
    border: #24d1c4;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}


#client.login-page button[type="submit"]:hover,
#client.register-page button[type="submit"]:hover {
    background: #3abfb5;
    border: #3abfb5;
}

#client .login-logo a,
#client .register-logo a {
    color: #fff;
}


#client .login-box-msg,
#client .register-box-msg {
    font-size: 20px;
    color: #2ca097;
}

#client.login-page .checkboxx input {
    top: -2px;
}


#client .fmt-4-table th{
    padding-right: 20px;
}


.field-loginform-username,
.field-loginform-password {
    position: relative;
}

.field-loginform-username:before {
    content: "\f007";
    font-family: FontAwesome;
    display: inline-block;
    top: 25px;
    position: absolute;
    color: #2ca097;
    left: 0;
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.field-loginform-password:before {
    content: "\f023";
    font-family: FontAwesome;
    display: inline-block;
    top: 25px;
    position: absolute;
    color: #2ca097;
    left: 0;
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}



#client.login-page input,
.register-page input {
    padding-left: 35px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


.chk-span{
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
}

.checkboxx input {
    position: relative;
    margin-right: 8px;
    top: 1px;
}

.checkboxx input + span:after {
    content: '';
    position: absolute;
    margin-right: 7px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}

.checkboxx {
    cursor: pointer;
    position: relative;
}

.checkboxx input:checked + span:after {
    top: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #26a69a;
    background-color: #26a69a !important;
    z-index: 0;
}

.checkboxx input + span:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -moz-transform: rotateZ(37deg);
    -ms-transform: rotateZ(37deg);
    -o-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    -moz-transform-origin: 20% 40%;
    -ms-transform-origin: 20% 40%;
    -o-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

.checkboxx input:checked + span:before {
    top: 2px;
    left: 1px;
    width: 6px;
    height: 10px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    -moz-transform: rotateZ(37deg);
    -ms-transform: rotateZ(37deg);
    -o-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}


.checkboxx span:before,
.checkboxx span:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    -moz-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    -ms-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}


#price_plan .radioB {
    margin-right: 10px;
}


.radioB {
    cursor: pointer;
    position: relative;
}

.rad-span{
    position: absolute;
    left: 0;
    top: 4px;
}


.radioB input {
    position: relative;
    margin-right: 8px;
    top: 0px;
}


.radioB input + span:before,
.radioB input + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -moz-transition: .28s ease;
    -ms-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #5a5a5a;
}

.radioB input:checked + span:before {
    border: 2px solid transparent;
}

.radioB input:checked + span:after {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.radioB input + span:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.radioB input:checked + span:after {
    background-color: #26a69a;
    border: 2px solid #26a69a;
}



.options_title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    color: #118679;
    font-weight: 500;
    font-style: normal;
}

#client .accounts-page .box-warning {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

#client .box-warning,
#client .box-info {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.accounts-page .box-warning .box-header {}

.accounts-page .box-warning .box-header .box-title {}

.accounts-coloumn .summary+.row {
    margin-top: 20px;
}

.loader_container {
    z-index: 99999;
}
.loader_container img {
    width: 117px;
    position: absolute;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}



.widget-user .widget-user-desc.joined-from {
    font-size: 13px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin-bottom: 0px;
}

.widget-user .widget-user-desc.city {
    font-size: 16px;
}

.accounts-coloumn .widget-user-image p {
    min-width: inherit;
    min-height: inherit;
    width: 80px;
    height: 80px;
    float: left;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    box-shadow: 3px 3px 4px 0px #333;
    padding-top: 13px;
}

.accounts-coloumn .widget-user-image span {
    display: block;
    line-height: normal;
    color: #009bc1;
}


#jobs-type_of_records .checkboxx {
    margin-right: 10px;
}

#client .step-head {
    color: #118679;
}


#client .profileBtn {
    background: #4CAF50;
    color: #fff;
    border-color: #4CAF50;
}

#client .signOutBtn {
    background: #F44336;
    color: #fff;
    border-color: #F44336;
}

#client .signOutBtn:hover {
    background: rgba(244, 67, 54, 0.88);
}

#client .profileBtn:hover {
    background: rgba(76, 175, 80, 0.88);
}

#client .signOutBtn i {
    padding-left: 8px;
}

#client .profileBtn i {
    padding-left: 8px;
}

#client .content-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background: #fff;
    margin-top: -30px;
    box-shadow: 0 -5px 11px 6px rgb(204, 204, 204);
}

#client .content-header h2 {
    padding-bottom: 8px;
    margin-top: 0px;
    color: #24756d;
    font-size: 25px;
    color: #4a4a4a;
    font-size: 21px;
}

#client .content-header h2 i {
    padding-right: 2px
}

.dash-box:first-child {}

.dash-box:first-child .info-box-content {
    background: #07a5cc;
    color: #fff;
}

.dash-box:nth-child(2) {}

.dash-box:nth-child(2) .info-box-content {
    background: #d24332;
    color: #fff;
}

.dash-box:nth-child(3) {}

.dash-box:nth-child(3) .info-box-content {
    background: #069051;
    color: #fff;
}

.dash-box .info-box-content {
    height: 90px;
    border-left: 1px solid #ebebeb;
}

#client.skin-blue .wrapper {
    /*background: #ecf0f5;*/
    background: #ebedf3;
    overflow: visible;
    min-height: 800px !important;
}



#client.skin-blue .main-header .navbar {
    /*background-color: #32C9B9;*/
    height: 50px;
}

#client.skin-blue .main-header .navbar .sidebar-toggle {
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
}

#client .navbar-custom-menu {
    height: 50px;
}

#client .navbar-custom-menu>.nav,
#client .navbar-custom-menu>.nav>li {
    height: 50px;
}

#client .navbar-custom-menu>.nav>li>a {
    display: block;
    height: 50px;
}

#client .navbar-custom-menu>.nav>li>a .user-image {
    margin-right: 0px;
}

#client.skin-blue .main-header .logo {
    /*background-color: #1da99a;*/
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background: #1da99a;
}

#client.skin-blue .sidebar-menu>li:hover>a,
#client.skin-blue .sidebar-menu>li.active>a,
#client.skin-blue .sidebar-menu>li.menu-open>a {
    background: #118679;
}

#client.skin-blue .sidebar-menu>li.active>a {
    border-left-color: #f39c12;
}

#client .box-widget {
    margin-bottom: 40px;
    width: 100%;
    float: left;
    box-shadow: 0 5px 8px 0px #9E9E9E;
}

#client .box-widget .member-admin-img {
    min-width: inherit;
    min-height: inherit;
    width: 80px;
    height: 80px;
}

#client .widget-user-2 .widget-user-username,
#client .widget-user-2 .widget-user-desc {
    margin-left: 90px;
    color: #fff;
}

.result-list-box, .result-list-box .widget-user-header {
    border-radius: 0px;
}
.result-list-box .result-list-title {
    width: 100%;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);*/
    font-weight: normal;
    color: #fff;
    padding: 5px 10px;
}

.single-result {
    height: 230px;
}

.result-list-box .result-list-title .widget-user-desc {
    font-size: 10px
}

.result-list-box .widget-user-header {
    padding: 0px !important;
}

.result-list-box .additional-info {
    padding: 10px;
}

.bg-green-yellow {
    background: #B1D849;
    color: #fff;
}

.bg-mud-l10 {
    background: #ded0a3;
}

.bg-homework-title {
    background: rgb(112, 122, 126);
}

.bg-homework-body {
    background: #118679;/*#a3a3af;*/
    color: #fff;
}

.bg-green-l10, .bg-green-l10:hover {
    background: #8BA83B;
    color: #fff;
    border-color: #8BA83B;
}

.bg-blue-l10 {
    background: #00c0ef;
    color: #fff;
}
.bg-blue-l20 {
    background: #286090;
    color: #fff;
}

.bg-red-l10 {
    background-color: #FA396F;
    color: #fff;
}

.bg-greyish {
    background: #82664e;
    color: #fff;
}

.result-list-title {
    font-size: 24px;
    font-weight: normal;
}

/*.result-box-footer .btn-section {
    float: left;
}*/

#client .widget-user-header.bg-yellow {
    /*background: #009bc1 !important*/
}


/*#client .widget-user-header.bg-yellow.principal-contact{
    background: #f2f2f2 !important;
    box-shadow: 0 -4px 18px -2px #dadada;
}*/

/*#client .widget-user-2 .principal-contact .widget-user-username , #client .widget-user-2 .principal-contact .widget-user-desc{
    color:#009bc1;
}*/


#client .team_admin .widget-user-image {
    background: #00a7d0 !important;
    text-align: center;
    padding: 20px 0px;
    position: relative;
    left: inherit;
    top: inherit;
    margin-left: 0;
}

#client .team_admin .widget-user .widget-user-header {
    padding: 15px 0px;
    text-align: center;
    border-radius: 0px;
    position: relative;
    background: #4191a5 !important; 
}

#client .widget-user-header {
    width: 100%;
    float: left;
    padding: 10px;
}

#client .box-footer {
    width: 100%;
    float: left;
    padding-top: 10px;
}


#client .team_members .widget-user-header {
    height: 100px;
}

#client .team_admin a .description-block .description-text {
    font-size: 15px;
    color: #000 !important;
}
#client .team_admin a .description-block .description-header {
    color: #000 !important;
}

#client .error-page>.headline {
    font-size: 125px;
    color: #EF4136 !important;
    text-align: center;
    float: none;
}

#client .error-page>.error-content {
    margin-left: 0px;
}

#client .error-page>.error-content>h3 {
    font-size: 39px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0px;
}

#client .error-page>.error-content>p {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
}

#client .error-page>.error-content .btn.btn-flat {
    padding: 13px 50px;
    border-radius: 4px;
}

#client .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    border: 1px solid #ccc;
}

#client .summary {
    margin-bottom: 10px;
}

#client .box-header>.box-tools .btn {
    background-color: #E8A10C;
    border-color: #E8A10C;
    padding: 6px 42px;
    text-transform: uppercase;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#client .box-header>.box-tools .btn:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    background: rgba(232, 161, 12, 0.80);
    border-color: rgba(232, 161, 12, 0.80);
    ;
}

.btn {
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btn:hover {
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background: rgba(54, 127, 169, 0.88);
    border-color: #367fa9;
}


.btn-primary {
    border-color: #367fa9;
}


/*progress bar css*/

#progress_bar {
    padding: 0px 0px 20px 0px;
    display: table;
    width: 100%;
}

.steps {
    display: table-cell;
    position: relative;
    width: 20%;
}

.steps span {
    background: linear-gradient(#FBFBFB, #e6e4e4);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    color: #CECFD3;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #ccc;
}

.steps.active span {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: linear-gradient(#32c9b9, #118679);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

.steps span:before {
    content: '';
    width: calc(100% - 35px);
    height: 8px;
    background: #F0EFF4;
    position: absolute;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.steps.active span:before {
    background: linear-gradient(#32c9b9, #118679);
}


#client  .main-header .sidebar-toggle:before {
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    display: inline-block;  
}


/*#client  .main-header .sidebar-toggle:before {
    font-family: FontAwesome;
    font-size: 25px;

}*/

/*#client.sidebar-collapse  .main-header .sidebar-toggle:before {
    font-family: FontAwesome;
    font-size: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}*/


#client .btn-success {
    background: #4CAF50 !important;
    border: #4CAF50;
    border-radius: 0px;
}

#client .btn-success:hover {
    background: rgba(76, 175, 80, 0.88) !important;
}

#client .btn-danger {
    background: #f44336 !important;
    /*border: #f44336;*/
    border-radius: 0px;
}

#client .btn-danger:hover {
    background: rgba(244, 67, 54, 0.88) !important;
}

#client .bg-navy {
    background: #4CAF50 !important;
    border: #4CAF50;
}

#client .bg-navy:hover {
    background: rgba(76, 175, 80, 0.88) !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

#client .bg-maroon {
    background: #f44336 !important;
    border: #f44336;
}



#client .bg-maroon:hover {
    background: rgba(244, 67, 54, 0.88) !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

#client  .genertePdf-btn {
    margin: 15px 0px;
}



.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: #118679;
    background-image: linear-gradient(to bottom, #118679, #118679);
    background-image: -webkit-linear-gradient(to bottom, #118679, #118679);
    background-image: -moz-linear-gradient(to bottom, #118679, #118679);
    background-image: -ms-linear-gradient(to bottom, #118679, #118679);
    background-image: -o-linear-gradient(to bottom, #118679, #118679);
}

#client table {
    font-size: 15px;
}

#client table .fa-check-circle {
    font-size: 25px;
    color: #4caf50;
}

#client .fa-times-circle {
    font-size: 25px;
    color: #f44336;
}

#client #logoutFormPopup .btn-primary {
    background: #F44336;
    border: #F44336;
}

#client #logoutFormPopup .btn-primary:hover {
    background: rgba(244, 67, 54, 0.88);
}


#client .change-image {
    background: #069051;
    color: #fff;
}

#client #userProfilePopup .modal-header .close {
    line-height: 35px;
    outline: none;
}


/** Footer **/

#client .main-footer {
    background: #000000;
    color: #fff;
    border-top: 1px solid #000;
    margin-left: 0px;
}

#client .main-footer a {
    color: #24D1C4
}


/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.btn {
    border-radius: 0px;
}

@page {
    size: auto;
    margin: 15px;
}

@media print {

    body {
        -webkit-print-color-adjust: exact;
        color-adjust: exact; /*Firefox*/
    }

    body,
    html,
    #fmtO4Form,
    #printInvoicePdf {
        width: 100%;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; /*Firefox*/
    }

    th,
    td {
        padding: 5px;
        text-align: left;
    }

    table,
    th,
    td {
        border: 1px solid black;
        border-collapse: collapse;
    }

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }
    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }
    input {
        padding: 1px;
    }


    .checkboxx input+span:after {
        content: '';
        position: absolute;
        margin-right: 7px;
        height: 15px;
        width: 15px;
        background-color: #fff !important;
        border: 2px solid #5a5a5a;
        top: 0px;
        z-index: 0;
    }


    .checkboxx input:checked+span:after {
        top: 0;
        width: 15px;
        height: 15px;
        border: 2px solid #26a69a;
        background-color: #26a69a !important;
        z-index: 0;
    }
}

.attendance-sheet, .calendar-events, .dashboard-icon, .fa-plus-square-o {
    cursor: pointer;
}




.bgclr-yellow {
    background-color: #f39c12;
    color: #fff;
}

/*st Search box */

.inner-search-bar-v1 {
    padding: 20px 10px 0px 20px;
    margin-bottom: -9px;
    -moz-box-shadow: inset 0 0 25px #118679;
    -webkit-box-shadow: inset 0 0 25px;
    box-shadow: 0 0 3px;
    color: #000;
    background-color: white;
}

.inner-search-bar-v2 {
    padding: 10px 50px;
    -moz-box-shadow: inset 0 0 25px #118679;
    -webkit-box-shadow: inset 0 0 25px;
    box-shadow: 0 0 3px;
    color: #000;
    background-color: white;
}

.st-search-main {
    padding: 20px 10px 0px 20px;
    margin-bottom: 25px;
    -moz-box-shadow: inset 0 0 25px #118679;
    -webkit-box-shadow: inset 0 0 25px #118679;
    box-shadow: 0 0 25px #118679;
    background-color: #118679;
    color: #fff;
}
.st-search-main input {
    border: 1px solid #444;
}

/*End St Search box */

/*Student List STARTS*/
.user-list-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin: 15px 0;
}

.user-list-box .user-image {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-left: 5px;
}

/*.user-alpha-image {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
}*/
.user-list-box .user-alpha-image {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
}

.mini-profile .user-alpha-image {
    width: 50px;
    height: 50px;
    margin-top: 25px;
    margin-left: 15px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}
.mini-profile .user-image {
    width: 50px;
    height: 50px;
    margin-top: 25px;
    margin-left: 15px;
}

.user-list-box .user-detail {
    height: 140px;
}
.mini-profile .user-detail {
    height: 100px;
}

.user-list-box .description-section {
    margin-top: 20px;
}

.user-list-box .description-section span {
    font-size: 20px;
    font-weight: normal;
}
.mini-profile .description-section {
    margin-top: 12px;
}

.mini-profile .description-section span {
    font-size: 12px;
    font-weight: normal;
}

.user-list-box .action-buttons {
    text-align: center;
    background-color: #fff;
}

.user-list-box .action-buttons a {
    color: #050505;
}

.user-list-box .action-buttons a p {
    font-size: 10px;
}

.user-list-box .action-buttons a span {
    font-size: 18px;
}
/*Student List STARTS*/

/*profile list css*/
.st-main {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin: 15px 0;
}
/*.st-main hr {
    margin: 4px 10px;
    border-color: #cac9c9;
}*/
.st-profile {
    padding: 15px 10px 20px;
}


.st-profile .st-profile-image img {
    width: 90px;
    height: auto;
    float: left;
}
/*.st-profile .st-about{
    margin: 23px 0 0 105px;
}*/
.st-profile .st-about .st-profile-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}
.st-details {
    text-align: center;
}
.st-details h5 {
    font-weight: bold;
    margin: 15px 0 0px;
    font-size: 12px;

}
.st-details p
{
    font-size: 9px;
    margin: 0 0 5px;
}
.st-profile-submission {
    text-align: center;
    /*margin: 5px 0;*/
}
.st-profile-submission a {
    color: #000;
}
.st-profile-submission a p {
    font-size: 9px;
}
.st-profile-submission a span {
    font-size: 18px;
}
.st-profile-submission button {
    color: #000;
    border: none;
}
.st-profile-submission button p {
    font-size: 9px;
}
.st-profile-submission button span {
    font-size: 18px;
}
/*End profile list css*/

.schedule-teacher-name, .schedule-timing {
    font-size: 10px;
}
.scheduleUiInnerHtml {
    cursor: pointer;
}

.result-subjects {
    padding: 10px 40px;
}

.class-power {
    position: relative;
    bottom: 1ex;
    font-size: 80%;
}

/*permission checkboxes STARTS*/
.checkbox-boxes {
    padding: 15px 10px 10px 15px;
    color: #333;
    border: 1px solid #3498db;
    margin-bottom: 15px;
    background-color: #fff;
}
.checkbox-boxes .form-group, .checkbox-boxes .help-block, .checkbox-boxes label
{
    margin-bottom: 0;
}
.checkbox-boxes .form-group .icheckbox_flat-blue{
    margin-right: 5px;
}
.checkbox-boxes .form-group, .checkbox-boxes label {
    cursor: pointer;
}
.st-search-btn {
    padding-top: 25px;
}
/*permission checkboxes ENDS*/

.custom-error-class {
    font-size: 10px;
    color: red;
}
.custom-error-class-hidden {
    display: none;
}

/* NOTICE BOARD CSS      STARTS*/
#notice-board * {
    box-sizing: border-box;
}
#notice-board, .notice-error {
    margin-top: 5%;
}
/*.notice-board-title, .notice-board-description {
    color: #000000;
}*/

#notice-board .notice {
    float: left;
    display: block;
    position: relative;
    padding: 1em;
    min-height: 300px;
    background: linear-gradient(top, rgba(0,0,0,.05), rgba(0,0,0,.25));
    /*background-color: #69F098;*/
    box-shadow: 5px 5px 10px -2px rgba(33,33,33,.3);
    transform: rotate(2deg);
    transform: skew(-1deg,1deg);
    transition: transform .15s;
    z-index: 1;

    &:hover {
        cursor: move;
    }
    &.ui-draggable-dragging:nth-child(n) {
        box-shadow: 5px 5px 15px 0 rgba(0,0,0,.3);
        transform: scale(1.125) !important;
        z-index: 100;
        cursor: move;
        transition: transform .150s;
    }

    .notice-board-title, .notice-board-description {
        background-color: transparent;
        border: none;
        resize: vertical;
        font-family: "Gloria Hallelujah", cursive;
        width: 100%;
        padding: 5px;
    }
}
.notice-board-button {
    font: bold 12px Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    padding: 5px 10px;
    background: linear-gradient(top, rgba(0,0,0,.15), rgba(0,0,0,.3));
    background-color: #00CC00;
    border-radius: 0px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3),inset 0 -1px 2px -1px rgba(0,0,0,.5), inset 0 1px 2px 1px rgba(255,255,255,.3);
    text-shadow: 0 -1px 0 rgba(0,0,0,.3), 0 1px 0 rgba(255,255,255,.3);
    text-decoration: none;
    transition: transform .150s, background .01s;
}

#notice-board #addNewNotice {
    position: relative;
}
#addNewNotice:hover, .notice-board-button:hover {
    color: #fff;
}

.notice-board-button.remove {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #E01C12;
    text-align: center;
    line-height: 16px;
    padding: 10px;
    border-color: #B30000;
    font-style: 1.6em;
    font-weight: bolder;
    font-family: Helvetica, Arial, sans-serif;
}

.notice-board-button.edit-btn {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #E01C12;
    text-align: center;
    line-height: 16px;
    padding: 10px;
    border-color: #B30000;
    font-style: 1.6em;
    font-weight: bolder;
    font-family: Helvetica, Arial, sans-serif;
}


.notice-board-description {
    min-height: 200px;
}
.notice-board-title, .notice-board-description {
    background-color: transparent;
    border: none;
    resize: vertical;
    font-family: "Gloria Hallelujah", cursive;
    width: 100%;
    padding: 5px;
}

.notice-board-title {
    font-size: 24px;
    line-height: 1.2;
    /*    color: #000000;*/
    margin-top: 20px;
}

.notice-item-margin {
    margin-bottom: 20px;
}

.wdt30 {
    /*padding: 20px;*/
    width: 28%;
    margin: 0 20px 20px 20px;
}
.sidebar-mini.sidebar-collapse .wdt30{
    /*width: 29%;*/
    /*margin: 0 30px 40px 20px;*/
}

/* NOTICE BOARD CSS      ENDS*/

.page-div {
    margin-top: 30px;
}

/*massege dropdown*/


/* HOME WORK CSS STARTS*/
.home-work-chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-work-chat .chat-body {
    padding: 10px;
    border-radius: 50px;
}

.home-work-chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 70%
}
.review-img {
    text-align: center;
    color: white;
    font-size: 28px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 40px;
}
.media-object {
    width: 60px;
    height: 60px;
}

.chat-timing {
    margin: 10px;
}
.chat-img {
    background: #333;
    margin: 10px 20px 5px 20px;
    border-radius: 50px;
}
.support-comment {
    margin-top: -5px;
}
.support-comment-img {
    max-height: 250px;
    padding-bottom: 15px;
}
.form-group{
    clear:both;
}
.competitive-exam .form-group{
    float:left;  
}
.competitive-exam-label{
    margin:10px 0 0 5px;
}
.active-students-count{
    margin-bottom: 10px;
}
.active-students-count span{
    font-weight: bold;
    font-size: 20px;
}
.readonly-div{
    background-color: #eef1f5;
    opacity: 1;
}
.home-work-status-update-btn {
    font-size: 12px;
    margin-left: 5px;
    text-decoration: underline;
    cursor: pointer
}
.status-badge, .status-badge:hover, .status-badge:focus {
    border-radius: 0px;
    font-size: 12px;
    padding: 5px 10px;
}
/* HOME WORK CSS ENDS*/

.choose-school {
    background: #d2d6de;
    min-height: 670px;
}

.send-request-btn a {
    color: #000;
    font-size: 14px;
    line-height: 1.42857143;
}
.send-request-btn a p {
    font-size: 9px;
}

#client .widget-user-header {
    height: 200px;
}
.choose-school-heading {
    padding: 30px 0px 45px 0px;
}

.box-widget {
    cursor: pointer;
}

.action-btns {

}
.action-button {
    padding: 0px;
}
.wrapper {
    /*overflow: hidden;*/
}
#client .main-footer {
    margin-left: 0 !important;
}

.class-checkbox-btn {
    padding: 30px 0px;
}

.classes-form {
    display: inline-block;
}

/*Custom Checkbox Css STARTS*/
.checkbox-btn-group .checkbox-opt {
    color: #050505;
    padding: 5px 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 2px solid #47bfe8;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 10px;
}

.checkbox-btn-group .active {
    background: #47bfe8;
    color: #fff;
}

.history-dates {
    font-size: 40px;
}

.student-class-selection {
    font-size: 20px;
}
.send-message-box {
    background-color: #f0f0f0;
}

.popover {
    width: 100%;
}

.custom-content {
    margin: 15px;
}
/*Custom Checkbox Css ENDS*/

/*Gallery Css STARTS*/
.gallery-container .pad-bottom {
    margin-bottom: 40px;
}
.gallery-container .square, .gallery-container .btn {
    border-radius: 0px!important;
}

/* -- color classes -- */
.gallery-container .gallery-box {
    /*background-color: #FA396F;*/
    overflow:auto;
    width: auto;
    height: auto;
}

/*    .gallery-container .white {
        color: #fff!important;
    }*/

.gallery-container div.user-menu-container {
    z-index: 10;
    background-color: #fff;
    margin-top: 20px;
    background-clip: padding-box;
    /*opacity: 0.97;*/
    /*filter: alpha(opacity=97);*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.gallery-container div.user-menu-container .btn-lg {
    padding: 0px 12px;
}

.gallery-container div.user-menu-container h4 {
    font-weight: 300;
    color: #8b8b8b;
}

.gallery-container div.user-menu-container a, .gallery-container div.user-menu-container .btn  {
    transition: 1s ease;
}

.gallery-container div.user-menu-container .thumbnail {
    width:100%;
    height:200px;
    border: 0px!important;
    padding: 0px;
    border-radius: 0;
    border: 0px!important;
}

/* -- Vertical Button Group -- */
.gallery-container div.user-menu-container .btn-group-vertical {
    display: block;
}

.gallery-container div.user-menu-container .btn-group-vertical>a {
    padding: 20px 25px;
    background-color: #46D8D2;
    color: white;
    border-color: #fff;
}

.gallery-container div.btn-group-vertical>a:hover {
    color: white;
    border-color: white;
}

/* -- The btn stylings for the btn icons -- */
.gallery-container .btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.gallery-container .btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.gallery-container .user-pad {
    padding: 0px 25px;
}
.gallery-container .user-pad a h3 {
    color: #000;
}

.no-pad {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.gallery-container .user-details {
    height: 240px;
}
.gallery-container .profile-gallery {
    height: 200px;
}

.gallery-container .user-image {
    max-height:200px;
    overflow:hidden;
}

.gallery-container .square, .gallery-container .btn {
    border-radius: 0px !important;
}

@media (max-width: 767px) {
    .gallery-container .user-image {
        max-height: 400px;
    }
}
.dropzone {
    border: 2px dashed rgba(0,0,0,0.3);
    min-height: 300px;
}
.dropzone .dz-message {
    margin-top: 80px;
}

.uploader-message {
    color: rgba(0,0,0,0.3);
}

.uploader-message i {
    font-size: 30px;
}

/*.gallery-photo img {
    max-width: 210px;
    max-height: 400px;
    padding: 10px;
}*/
.cus-content {
    margin: 20px 30px
}

.class-structure span {
    font-size: 12px;
}
/*Gallery Css ENDS*/

.class-edit-option {
    position: absolute;
    right: 0px;
    padding: 10px;
    color: #fff !important;
}
.class-fees-structure-box {
    height: 225px !important;
    width: 100%;
    float: left;
}

.student-fees-action-btn, .student-fees-action-btn:hover, .student-fees-action-btn:focus {
    color: #000;
}

.studen-fees-structure-form label {
    color: #586c87;
}

.studen-fees-structure-form input {
    border: 1px solid #586c87;
    color: #586c87;
}
.gallery-action a, .gallery-action span {
    font-size: 11px;
}

.right-padding-0 {
    padding-right: 0px;
}

.board-panel-heading {
    font-size: 20px;
    vertical-align: middle;
    margin-top: 20px;
}

.dashboard-icon .dashboard-box {
    border-radius: 0px;
    box-shadow: 0 5px 8px 0px #00c0ef;
}

.dashboard-box-footer {
    position: relative;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

/*.dashboard-box-second-icon {
    position: absolute;
    bottom: -4px;
    right: 15px;
    color: #444;
}*/

.read-more-calendar {
    display: none;
}
.read-more-calendar-toggle {
    font-size: 14px;
}
.schedule-fields {
    margin-bottom: 10px;
}

.subject-lists {
    padding: 20px;
    min-height: 200px;
}
.add-subjects-setting {
    margin-top: 30px;
}

.text-white {
    color: #fff !important;
}

.bg-black-g10 {
    background-color: #118679;
    color: #fff;
}

/*School Popover Css STARTS*/
.popover-title {
    background-color: #118679;
    color: #fff;
    border-radius: 0px;
    text-align: center;
}
.popover {
    border-radius: 0px;
    padding: 0px;
    min-width: 200px;
}
/*School Popover Css ENDS*/

.password-icon {
    font-size: 49px;
}

.school-default-panel {
    border-radius: 0px;
}

.school-default-panel .panel-heading {
    background-color: #8BA83B;
    color: #fff;
    border-radius: 0px;
}
.school-blue-panel {
    border-radius: 0px;
}

.school-blue-panel .panel-heading {
    background-color: #00c0ef;
    color: #fff;
    border-radius: 0px;
}

.profile-page-info .user-profile-image {
    height: 175px;
    width: 175px;
}

.profile-page-info .profile-name {
    padding-left: 10px;
}

.school-list-group, .school-list-group li, .school-list-group li:last-child, .school-list-group li:first-child {
    border-radius: 0px;
}

.timetable-view {
    min-height: 500px;
}
.timetable-view .table-bordered {
    border: 2px solid #00c0ef;
}
.timetable-view .table-bordered > thead > tr > th,
.timetable-view .table-bordered > tbody > tr > th,
.timetable-view .table-bordered > tfoot > tr > th,
.timetable-view .table-bordered > thead > tr > td,
.timetable-view .table-bordered > tbody > tr > td,
.timetable-view .table-bordered > tfoot > tr > td {
    border: 1px solid #00c0ef;
    padding: 30px;
}

.leftbox-user-image {
    width: 20px;
}
.guest-layout .navbar, .guest-layout .content-wrapper, .guest-layout .right-side, .guest-layout .main-footer {
    width: 100%;
    margin-left: 0px;
}

/*School List STARTS*/
.school-list-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin: 15px 0;
}

.school-list-box .school-image {
    width: 150px;
    height: 150px;
    margin: 25px;
    border-radius: 50%;
}

.school-list-box .school-alpha-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 150px;
    margin: 25px
}

.profile-page-image {
    width: 150px;
    height: 150px;
    margin: 25px;
    border-radius: 50%;
}

.profile-page-alpha-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 150px;
    margin: 25px
}

.school-list-box .school-detail {
    height: 200px;
}

.school-list-box .description-section {
    margin-top: 20px;
}

.school-list-box .description-section span {
    font-size: 20px;
    font-weight: normal;
}

.school-list-box .action-buttons {
    text-align: center;
}

.school-list-box .action-buttons a {
    color: #050505;
}

.school-list-box .action-buttons a p {
    font-size: 10px;
}

.school-list-box .action-buttons a span {
    font-size: 18px;
}
/*School List STARTS*/

/*Login & Signup STARTS*/
.login-logo {
    text-align: center;
    font-size: 24px;
    font-weight: bold
}
.button-without-design {
    border: 0px;
    background-color: unset;
    font-size: inherit;
}

.send-request  p {
    font-size: 10px;
}
.send-request  span {
    font-size: 18px;
}
/*Login & Signup ENDS*/

.guest-error {
    color: #fff !important;
}

.miniProfile .result-list-title  {
    font-size: 14px;
}
.miniProfile .widget-user-header  {
    height: 150px !important;
}
.miniProfile .result-list-box .additional-info  {
    padding: 5px;
}
.miniProfile b, .miniProfile span, .miniProfile td {
    font-size: 10px;
}
.admin-secret-section {
    min-height: 120px;
    line-height: 120px;
    font-size: 24px;
    text-align: center;
}

.image-update-section {
    padding: 20px;
}

.profile-page-info .school-profile-image {
    height: 375px;
    width: 100%;
}

.dashboard-alpha-image {
    width: 75px;
    height: 75px;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 75px;
}

.dashboard-request .dashboard-alpha-image {
    font-size: 12px;
    margin-left: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.dashboard-request .board-panel-heading {
    font-size: 16px;
}
.attendance-dashboard .board-panel-heading {
    font-size: 13px;
}

.student-selected {
    position: absolute;
    right: 19px;
    top: 15px;
    z-index: 10;
}

.left-chat {
    float: left;
}

.right-chat {
    float: right;
}

.gallery-info-btn {
    color: #333;
    /*line-height: 3;*/
    padding: 10px;
}

.pay-fees-user-image {
    width: 60px;
    height: 60px;
}

.pay-fees-user-alfa-image {
    width: 60px;
    height: 60px;
    padding: 20px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
}

[data-popover="introduction"] {
    cursor: pointer;
}

/*********************************************************** 404 Error ******/
.error-holder{ text-align: center;}
.error-detail{ display: inline-block;}
.error-detail h2{ font-size: 300px; line-height: 220px;}
.error-detail p{ font-size: 40px; color: #141414; margin: 0 0 40px;}
.error-detail .search-bar{ width: 75%; display: inline-block;}
.error-detail .search-bar .form-control{ background: none; border: 1px solid #d9e2e4; color: #000;}
.error-detail .search-bar .form-control:focus{ border-color: #000;}
/*********************************************************** 404 Error ******/

/*Notification Page Css STARTS*/

.notification-container .header {
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding: 4px 0 6px 0;
    margin: 0px 2%;
}

.notification-container {
    margin: 30px 0px;
}

.notification  {
    width: 97%; /* Configure it fit in your design  */
    margin: 0 auto; /* Centering Stuff */
    background-color: #FFFFFF; /* Default background */
    padding: 10px 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: rgba(43, 84, 44, 0.1);
}

.notification .message {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    float: left;
    width: 90%;
    color: #333333;
}
.notification .message a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333333;
}
.notification .message .text-blue {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #47bfe8;
}

.notification .img-section {
    padding-right: 20px;
    float: left;
    max-width: 20%;
}

.notification-bgColor-0 {
    border-left-color: #01A4E0;
}
.notification-bgColor-1 {
    border-left-color: #8E8E8E;
}

.notification span strong, .notification span .note-title {
    color: #2b542c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.notification-delete {
    font-size: 22px;
    padding-top: 8px;
}

.notification .message .time {
    font-size: 10px;
}

.load-more-btn, .load-more-btn:hover {
    background: #47bfe8 none repeat scroll 0 0;
    color: white;
    border: none;
}

.notification-container .footer {
    margin-top: 20px;
}

.notification .message .notification-app-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #47bfe8;
}

.small-alpha-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
}

@media screen and (max-width: 678px) {
    .notification .message {
        width: 80%;
    }
}
/*Notification Page Css ENDS*/
.full-width{
    width:95%;
}
.user-popup-image {
    border: 2px solid #cbcfd3;
    border-radius: 6px;
    width: 200px;
    height: auto;
    margin-bottom: 10px;
}
.modal-header .close {
    position: absolute;
    right: -12px;
    top: -11px;
    background: #00c0ef;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    color: white;
    text-shadow: none;
    font-weight: normal;
    font-size: 22px;
    border-radius: 50%;
    opacity: 1;
    -moz-box-shadow: 0 0 3px 3px #9d9d9d;
    -webkit-box-shadow: 0 0 3px 3px #9d9d9d;
    box-shadow: 0 0 0px 0px #489CDC;
}

.prof-modal-title{
    font-size: 20px;
}

.btn-transparent {
    border: none;
    background: unset;
}

.dropdown-padder option {
    padding: 7px;
}

.color-light-black, .color-light-black:hover {
    color: #666;
}

.add-btn {
    text-align: center;
    padding: 50px;
    height: 187px !important;
}
.add-btn-exams {
    text-align: center;
    padding: 80px;
    height: 247px !important;
}
.add-btn-result {
    text-align: center;
    padding: 70px;
    height: 230px !important;
}

.add-btn a, .add-btn-exams a {
    color: #fff;
}
.schedule-td {
    position: relative
}

.remove-schedule-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

#image-gallery {
    max-height: 600px;
    text-align: center;
    margin-bottom: 30px;
}
#image-gallery img {
    text-align: center;
    max-width: 1280px;
    max-height: 580px;
}

.schools-tab-content {
    border: 1px solid #fff;
    min-height: 500px;
}

.schools-tabs a {
    color: #555;
    cursor: pointer;
    background-color: #ebedf3;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}

.schools-tabs .active a {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    cursor: pointer;
}

.bg-yellow {
    background: #00c0ef !important;
    border-bottom-color: #00c0ef !important;
}

.min-height-box-v1 {
    min-height: 200px
}
.min-height-300 {
    min-height: 300px;
}
.min-height-100 {
    min-height: 100px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-top-50 {
    margin-top: 50px;
}
.box-body {
    background-color: #fff;
}

.font-size-12 {
    font-size: 12px !important;
}
.font-size-10 {
    font-size: 10px !important;
}
.ml-2 {
    margin-left: 10px;
}

.padding-30 {
    padding: 30px;
}

.width-20 {
    width: 22%;
}

.btn-unlink {
    position: absolute;
    right: 15px;
    font-size: 15px;
}

.text_100 {
    font-size: 100px;
}
.v-bgline {
    border-right: 1px solid black;
    /*border-color: black;*/
}

/* ATTENDANCE ABSENT AND PRESENT SHOW ON DATE PICKER  --   STARTS  */
.absent-event {
    background-color: #a40d0d !important;
    border-radius: 50%;
    color: #fff !important;
}

.present-event {
    background-color: #8BA83B !important;
    border-radius: 50%;
    color: #fff !important;
}
.other-event {
    background-color: #f39c12 !important;
    border-radius: 50%;
    color: #fff !important;
}

.ui-datepicker-current-day a {
    background-color: #60b1e4 !important;
    border-radius: 50%;
    color: #fff !important;
}

.my-attendance-box {
    margin: 0px auto;
    vertical-align: middle;
    padding-top: 50px;
    min-height: 300px;
}
/* ATTENDANCE ABSENT AND PRESENT SHOW ON DATE PICKER  --   ENDS  */

.text-decoration-none, .text-decoration-none:hover, .text-decoration-none:focus {
    text-decoration: none;
    color: unset;
}

.list-item-v1 {
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.list-item-v1:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /*cursor: pointer;*/
}

.flex-container {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.mt-2 {
  margin-top: 20px;  
}


/* Modern User Card Styles */
.user-card-modern {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 24px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 350px;

}

.user-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(66, 100, 208, 0.2);
}

/* Profile Section */
.user-card-modern .user-profile-section {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 24px 20px 20px;
    text-align: center;
}

.user-card-modern .profile-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.user-card-modern .profile-header {
    margin-bottom: 16px;
}

.user-card-modern .profile-image-container {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}

.user-card-modern .profile-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.9);
    object-fit: cover;
    transition: all 0.3s ease;
    /* Ensure consistent sizing even if image fails to load */
    min-width: 70px !important;
    min-height: 70px !important;
    max-width: 70px;
    max-height: 70px;
    display: block;
    background: linear-gradient(45deg, #e9ecef, #dee2e6);
}

/* Handle broken/failed images */
.user-card-modern .profile-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #FF6B6B, #4ECDC4);
    border-radius: 50%;
    display: none;
}

.user-card-modern .profile-image:after {
    content: '👤';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    display: none;
    z-index: 1;
}

/* Show fallback when image fails to load */
.user-card-modern .profile-image[src=""],
.user-card-modern .profile-image[src="#"],
.user-card-modern .profile-image:not([src]),
.user-card-modern .profile-image[alt]:after {
    position: relative;
}

.user-card-modern .profile-image:not([src]):before,
.user-card-modern .profile-image[src=""]:before,
.user-card-modern .profile-image[src="#"]:before {
    display: block;
}

.user-card-modern .profile-image:not([src]):after,
.user-card-modern .profile-image[src=""]:after,
.user-card-modern .profile-image[src="#"]:after {
    display: block;
}

.user-card-modern .profile-image-placeholder {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(45deg, #FF6B6B, #4ECDC4);
    border: 4px solid rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.user-card-modern .initials {
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.user-card-modern .online-indicator {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    background: #00C851;
    border: 3px solid white;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 200, 81, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 200, 81, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 200, 81, 0);
    }
}

.user-card-modern .profile-content {
    color: white;
}

.user-card-modern .user-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.3;
}

.user-card-modern .user-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.user-card-modern .detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 12px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.user-card-modern .detail-icon {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    width: 14px;
    text-align: center;
}

.user-card-modern .detail-text {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Action Buttons */
.user-card-modern .user-actions {
    padding: 16px;
    background: #ffffff;
}

.user-card-modern .action-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.user-card-modern .action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8f9fa;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.user-card-modern .action-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.user-card-modern .action-btn i {
    font-size: 18px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

.user-card-modern .action-btn span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

/* Action Button Variants */
.user-card-modern .action-view {
    color: #4264d0;
}

.user-card-modern .action-view:hover {
    background: #4264d0;
    color: white;
    border-color: #4264d0;
}

.user-card-modern .action-message {
    color: #28a745;
}

.user-card-modern .action-message:hover {
    background: #28a745;
    color: white;
    border-color: #28a745;
}

.user-card-modern .action-edit {
    color: #ffc107;
}

.user-card-modern .action-edit:hover {
    background: #ffc107;
    color: #333;
    border-color: #ffc107;
}

/* Responsive Design */
@media (max-width: 768px) {
    .user-card-modern .user-card-modern {
        margin-bottom: 16px;
    }
    
    .user-card-modern .user-profile-section {
        padding: 20px 16px 16px;
    }
    
    .user-card-modern .profile-image,
    .user-card-modern .profile-image-placeholder {
        width: 60px;
        height: 60px;
    }
    
    .user-card-modern .initials {
        font-size: 20px;
    }
    
    .user-card-modern .user-name {
        font-size: 16px;
    }
    
    .user-card-modern .action-btn {
        padding: 10px 6px;
    }
    
    .user-card-modern .action-btn i {
        font-size: 16px;
    }
    
    .user-card-modern .action-btn span {
        font-size: 11px;
    }
}

/* Hover Effects */
.user-card-modern:hover .profile-image,
.user-card-modern:hover .profile-image-placeholder {
    transform: scale(1.1);
}

.user-card-modern:hover .online-indicator {
    animation-duration: 1s;
}

/* Focus States for Accessibility */
.user-card-modern .action-btn:focus,
.user-card-modern .profile-link:focus {
    outline: 2px solid #4264d0;
    outline-offset: 2px;
}


.st-search-main {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 15px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
    margin-bottom: 25px;
}

.st-search-main .form-control {
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    color: #2d3748;
    font-weight: 500;
    transition: all 0.3s ease;
}

.st-search-main .form-control:focus {
    border-color: #f093fb;
    background: white;
    box-shadow: 0 0 0 3px rgba(240, 147, 251, 0.2);
}

.st-search-main .form-control::placeholder {
    color: #a0aec0;
    font-weight: 400;
}

.st-search-main .btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 8px 20px;
    border: none;
    transition: all 0.3s ease;
}

.st-search-main .btn-info {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(79, 172, 254, 0.3);
}

.st-search-main .btn-info:hover {
    background: linear-gradient(135deg, #43a3f5 0%, #00d4f5 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 172, 254, 0.4);
}

.st-search-main .btn-danger {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.st-search-main .btn-danger:hover {
    background: linear-gradient(135deg, #ff5252 0%, #e04848 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}