/*Loader*/

#circle {
    position: relative;
    top: 50%;
    z-index: 1;
    margin: -150px auto 0;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #0092dd;
    width: 98px;
    height: 98px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(60, 61, 62, 0.75);
    overflow-x: hidden;
    transition: 0.5s;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.login-container {
    margin-top: 70px;
}

.open-modal {
    overflow: hidden;
}

/*Loader End*/

#frm_login .form-group.has-error .help-block {
    margin-top: 2px;
    margin-bottom: 0px;
}

#forgot-box .alert-success {
    margin-bottom: 0;
}

.reset-password-box.widget-box {
    border-bottom: 1px solid rgb(177, 182, 187);
}

.link-expired-msg {
    margin-bottom: 20px !important;
}

.navbar .navbar-header .logo-header {
    left: 9px;
    width: 42px;
}

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

.inner-col {
    padding: 12px 18px;
}

.width-100,
.ui-jqdialog-content input.FormElement {
    width: 100%;
}

.ui-pager-table {
    width: 100% !important;
    table-layout: fixed;
    height: 100%;
}

#infocnt {
    padding: 5px 9px;
    text-align: left !important;
}

.formError .formErrorContent {
    background: #f2dede !important;
    color: #d77362 !important;
}

.formError .formErrorArrow div {
    background: #f2dede !important;
}

.page-sub-header {
    margin: 0 0 12px;
    border-bottom: 1px solid #438eb9;
    padding-bottom: 8px;
    padding-top: 7px;
}

.page-sub-header h2 {
    padding: 0;
    margin: 0 4px;
    font-size: 20px;
    font-weight: lighter;
    color: #2679b5;
}

.form-control-static {
    padding-top: 8px;
}

.calendar-icon {
    cursor: pointer;
}

.add-student-form .control-label {
    font-size: 13px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1200px;
    }
}

.datepicker {
    z-index: 1050 !important;
}

.console-container {
    background-color: #000;
    color: #05c744;
    word-wrap: break-word;
}

.readonly {
    background-color: #eee !important;
}

.hide-alert {
    display: none;
}

.b-r-0 {
    border-right: 0 !important;
}

.clear-icon {
    background-color: #ffefeb;
    color: #bd7f75;
    cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.fees-edit-action {
    width: 80px;
}

.fees-edit-action i {
    display: inline-block;
    width: 18px;
    float: none;
    position: static;
    text-align: center;
    opacity: .85;
    -webkit-transition: all .12s;
    -o-transition: all .12s;
    transition: all .12s;
    margin: 0 1px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 17px;
}

.fees-edit-action i:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    position: static;
    margin: 0 1px;
}

input[type=checkbox].ace.ace-switch.ace-switchonoff+.lbl::before {
    content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
}

.m-b-5 {
    margin-bottom: 5px;
}

.notes-table-bottom {
    border-bottom: 1px solid #e0e0e0;
    padding: 12px;
    background-color: #EFF3F8;
}

.notes-files-console div {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.comment-error {
    color: #d16e6c;
}

.timeline-item .transparent.admin-comment {
    border-left: 3px solid #DBDBDB !important;
    background-color: #F3F3F3 !important;
    color: #616161 !important;
}

.timeline-item .transparent.client-comment {
    border-left: 3px solid #DAE1E5 !important;
    background-color: #F2F6F9 !important;
    color: #595C66 !important;
}

.timeline-item:nth-child(even) .widget-box.transparent.client-comment {
    border-left-color: #DAE1E5 !important;
}

.timeline-item .transparent.client-comment .widget-header,
.timeline-item:nth-child(even) .widget-box.transparent.client-comment .widget-header {
    background-color: #ECF1F4 !important;
}

.modal-backdrop {
    position: fixed;
}

/*label.error{
	color:
}*/

/*.FormGrid .ui-state-error{
	display:none !important;
}*/