*:focus {
    outline: none;
}

@-moz-document url-prefix(http://),url-prefix(https://) {
scrollbar {
   -moz-appearance: none !important;
   background: rgb(0,255,0) !important;
}
thumb,scrollbarbutton {
   -moz-appearance: none !important;
   background-color: rgb(0,0,255) !important;
}

thumb:hover,scrollbarbutton:hover {
   -moz-appearance: none !important;
   background-color: rgb(255,0,0) !important;
}

scrollbarbutton {
   display: none !important;
}

scrollbar[orient="vertical"] {
  min-width: 15px !important;
}
}

button:focus, button:active {
    outline:none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ng-scope {
    overflow: hidden;
}
.header {
    position: fixed;
    right: 0;
    left: 0;
    background: #383938;
    margin-bottom: 0px;
    border: none;
    z-index: 1030;
    top: 0;
    border-radius: 0;
    border-bottom: 1px solid #2D2D2D;
    min-height: 60px;
}

.logo {
    max-height: 50px;
    margin-top: 3px;
    margin-left: 10px;
}
.sidebar_toggle{
    display: block;
    color: #999999;
    min-height: 38px;
    border-bottom: 1px solid #2D2D2D;
}
.sidebar_toggle:hover, .sidebar_toggle:focus, .sidebar_toggle:active{
    color: #ffffff;
}

.sidebar_toggle i {
    margin-top: 12px;
}

.profile_pic
{
    width: 100%;
    min-height: 80px;
    background: #FFF;
    padding: 4px;
}

#page-wrapper:not(.open) .profile_pic {
    min-height: 30px;
    background: none;
    position: relative;
    top: 0px;
    max-width: 60px;
    margin-left: 160px;
    padding: 0;
}

#page-wrapper:not(.open) .profile_pic_cont {
    padding: 0 !important;
    text-align: right;
    padding-top: 0;
}

.profile_img{
    max-height: 160px;
    overflow: hidden;
}

#page-wrapper:not(.open) .profile_img {
    max-height: 40px;
    overflow: hidden;
}

.profile_img img{
    max-width: 100%;
}

#page-wrapper:not(.open) .nav>li>a svg {
    margin-top: 1px;
    margin-right: 8px;
    float: right;
    position: relative;
    right: -13px;
    width: 24px;
    height: 24px;
}

#page-wrapper:not(.open) .nav>li a{
    padding-top: 8px;
    min-height: 42px;
}

#page-wrapper:not(.open) #accordion li ul {
    display: none !important;
}

.sidebar_overlay {
    display: none;
}

#page-wrapper:not(.open) .sidebar_overlay {
    display: none;
    background: #333;
    opacity: 0.2;
    width: 60px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 99999;
    cursor: pointer;
}

.sidebar_overlay:hover #sidebar-wrapper{
    margin-left: 0 !important;
    left: 0 !important;
}

.schoolinfoitem{
    min-height: 55px;
}

.footer {
    position: fixed;
    bottom: 0;
    background: #383938;
    height: 32px;
    width: 100%;
    z-index: 999999;
    border-top: 1px solid #2D2D2D;
}

.footer label {
    margin: 8px 10px;
    font-size: 11px;
    font-weight: 400;
    color: #888888;
    -webkit-font-smoothing: auto;
}

#sidebar-wrapper {
    margin-left: -130px;
    left: -30px;
    width: 220px;
    position: fixed;
    top: 60px;
    height: 100%;
    z-index: 999;
    background: #383938 !important;
    overflow: hidden;
    padding-bottom: 92px;
}

#page-wrapper,
#sidebar-wrapper {
    transition: all .4s ease 0s
}

.sidebar
{
    width: inherit !important;
    height: 100%;
}

.dashboard-page .sidebar {
    height: 100%;
    overflow: hidden;
    padding-bottom: 236px;
}

.dashboard-page .nav-sidebar {
    height: 100%;
    overflow-y: auto;
}

#page-wrapper:not(.open) .sidebar .tggl_cont
{
    text-align: right;
}

#page-wrapper:not(.open) .sidebar .tggl_cont a
{
    padding-right: 24px;
}

#page-wrapper:not(.open) .sidebar
{
    padding-bottom: 80px;
}

#content_wrapper {
    top:60px !important;
    padding: 0;
    margin-left: 0;
    width: 100%;
    height: 100% !important;
    background: #fff;
    overflow: hidden !important;
    padding-bottom: 92px;
}

#page-wrapper,  #content_wrapper form{
    height: 100%;
}

.content_inwrapper {
 padding-bottom: 40px;
    overflow: hidden !important;
    height: 100%;
}

#page-wrapper.open {
    padding-left: 220px;
}

#page-wrapper {
    padding-left: 60px;
}

.view_header {
    background: #f3f3f3;
    padding-left: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 42px;
}

.view_header h3 {
    font-family: 'Roboto Slab', serif;
    margin: 0;
    font-size: 20px;
    color: #4A4A4A;
}

.view_header .action-btn {
    position: relative;
    top: 2px;
    margin-right: 20px;
}

.alert-modal .alert-modal-box {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.alert-modal .alert-modal-box-header {
    background: #E5412D;
    padding: 0px 10px 0 10px !important;
    border-bottom: none !important;
}

.alert-modal .alert-modal-box-header h1 {
    margin-bottom: 0;
    padding: 12px 0;
    color: #ffffff !important;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 17px;
}

.alert-modal .alert-modal-box .alert-modal-box-header .close {
    color: #FFFFFF;
    padding: 6px 10px;
    top: 2px;
    padding-right: 6px;
}

.alert-modal .alert-modal-box .alert-modal-box-header .close i {
    font-size: 26px;
}

.alert-modal .alert-modal-box .alert-modal-box-footer {
    padding: 10px;
    background: #F1F1F1;
}

.alert-modal .alert-modal-box .alert-modal-box-body {
    padding: 30px 20px 30px 20px;
    text-align: center;
}

.alert-modal .alert-modal-box .alert-modal-box-body span {
    font-size: 15px;
    color: #888888 !important;
}

.alert-modal .alert-modal-box .alert-modal-box-footer .btn {
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 0;
    background: #E5412D;
    border-color: #E5412D;
    font-weight: 500;
    opacity: 1;
}

.alert-modal .alert-modal-box .alert-modal-box-footer .btn:hover {
    background: #c33d2d;
    border-color: #c33d2d !important;
    color: #ffffff !important;
}

#alert-warning .btn-warning, #alert-warning .btn-warning-fill  {
width: 120px;
}

@media only screen and (min-width:561px) {
    #page-wrapper.open {
        padding-left: 220px
    }
}

@media only screen and (max-width:560px) {
    #page-wrapper.open {
        padding-left: 70px
    }
}

#page-wrapper.open #sidebar-wrapper {
    left: 130px
}


/*///////Side Nav ///////*/
.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 0;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.open .submenu {
    /*display: block !important;*/
}

/**
 * Submenu
 -----------------------------*/


.submenu {
    display: none;
    background: #383838;
    font-size: 14px;
    list-style: none;
    padding: 0;
}

.submenu li { border-top: 1px solid #323232; }

.submenu a {
    display: block;
    text-decoration: none;
    color: #8B8B8B;
    padding: 10px;
    padding-left: 30px;
    padding-top: 9px;
    font-size: 11px;
    font-weight: 600;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a span {
    float: none;
    top: 0px;
}

.submenu a i {
    margin-right: 10px;
    font-size: 13px;
    margin-top: 2px;
}

.submenu a:hover, .submenu a:focus, .submenu li a.active {
    background: #444444;
    color: #8B8B8B;
}

.page-cont {
    margin-left: 20px;
    margin-right: 0;
    padding-top: 20px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.page-cont h5 {
    font-family: 'Roboto Slab', serif;
    color: #E8432F;
    margin-bottom: 2px;
}
.page-cont h6 {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #4E4E4E;
    margin-bottom: 2px;
}
.page-cont p {
    font-size: 13px;
}
.page-cont .form-group {
    padding-right: 20px;
    padding-left: 0;
}


/*///// Form Controls ////////*/
.page-cont input[type="text"], .page-cont input[type="email"], .page-cont input[type="password"] {
    width: 100%;
    padding: 8px 6px;
    font-weight: 300;
    min-height: 40px;
    border: 1px solid #DBDBDA;
}

.dropdown {
    position: relative;
    overflow: visible !important;
}

.dropdown .btn {
    width: 100%;
    border-radius: 0;
    min-height: 32px;
    max-height: 32px;
    border: 1px solid #DBDBDA !important;
    color: #8D8D8D !important;
    text-align: left;
}
.dropdown .caret {
    float: right;
    position: relative;
    top: 5px;
}
.dropdown .dropdown-menu {
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    color: #8D8D8D;
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown .dropdown-menu>li>a {
    padding: 6px 20px;
    color: #8D8D8D;
    border-bottom: 1px solid #E6E6E6;
}
.dropdown-menu.pickupdropdown{
    min-width: 70px;
}
.dropdown .pickupdropdown-menu>li>a {
    padding: 6px 20px;
    color: #8D8D8D;
    border-bottom: 1px solid #E6E6E6;
}

.neo-dropdown {
    min-height: 31px;
    max-height: 31px;
    padding-top: 5px;
    padding-left: 10px;
    background-color: #ffffff !important;
    -moz-appearance: none;
}
.dropdowncart{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.neo-dropdown .caret{
    top: -10px !important;
}
.usr-info .neo-dropdown {
    border: none !important;
    background: none !important;
    min-height: 58px;
    padding-top: 0;
    min-width: 150px;
}
.usr-info .neo-dropdown i {
    font-size: 32px;
    position: relative;
    top: 6px;
    float: right;
}
.usr-info .neo-dropdown label {
    margin-top: 10px;
    margin-right: 10px;
}

.page-cont textarea {
    width: 100%;
    min-height: 150px;
    border: 1px solid #DBDBDA;
    font-weight: 300;
    padding: 4px 4px 4px 4px;
}

.no-margin{
    margin: 0 !important;
}
.margin-bot-10 {
    margin-bottom: 10px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.padding-bot-10 {
    padding-bottom: 10px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.paddin-all-10 {
    padding: 10px !important;
}
.padding-bot-none {
    padding-bottom: 0 !important;
}
.padding-top-none {
    padding-top: 0 !important;
}
.padding-left-none {
    padding-left: 0 !important;
}
.padding-right-none {
    padding-right: 0 !important;
}

.page-view-cont {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px;
    height: 100%;
}
.page-view-cont input[type="text"] {
    width: 100%;
    padding: 8px 6px;
    font-weight: 300;
    min-height: 40px;
    border: 1px solid #DBDBDA;
}

.page-view-cont .col-md-12 {
    padding: 0;
}

.page-view-cont .srch-cont {
    padding: 10px;
    background-color: #424242;
}

.page-view-cont .form-group {
    margin: 0;
}

.page-view-cont .srch-cont input[type="text"] {
    font-size: 13px;
    font-weight: 300;
    min-height: 32px;
    max-height: 32px;
    border: none;
}

.page-view-cont .srch-cont .neo-dropdown, .page-view-cont .form-input-cont .neo-dropdown {
    min-height: 31px;
    border: none !important;
}

.page-view-cont .recs-info {
    background: #E5422D;
    color: #fff;
    font-weight: 500;
    padding: 6px;
    text-align: center;
}

.neoFlash {
    position: absolute !important;
    top: 3px !important;
    right: 0 !important;
    z-index: 99999 !important;
}

.neoflash .alert {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    left: 900px;
    position: relative;
}

.neoflash .alert .alertIn, .neoflash .alert .alertOut {
    left: 0;
}

/*//// print ////*/

.tb8 {

    width: 230px;
    height:24px;
    border: 1px solid #3366FF;
    border-left: 4px solid #3366FF;
}

.button{
    border:4px solid #26759E;-webkit-box-shadow: #878787 0px 2px 2px ;-moz-box-shadow: #878787 0px 2px 2px ; box-shadow: #878787 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 10px 20px 10px 20px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
     background-color: #3093C7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093C7), to(#1C5A85));
     background-image: -webkit-linear-gradient(top, #3093C7, #1C5A85);
     background-image: -moz-linear-gradient(top, #3093C7, #1C5A85);
     background-image: -ms-linear-gradient(top, #3093C7, #1C5A85);
     background-image: -o-linear-gradient(top, #3093C7, #1C5A85);
     background-image: linear-gradient(to bottom, #3093C7, #1C5A85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093C7, endColorstr=#1C5A85);
}

.button:hover{
     border:4px solid #26759E;
     background-color: #26759E; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759E), to(#133D5B));
     background-image: -webkit-linear-gradient(top, #26759E, #133D5B);
     background-image: -moz-linear-gradient(top, #26759E, #133D5B);
     background-image: -ms-linear-gradient(top, #26759E, #133D5B);
     background-image: -o-linear-gradient(top, #26759E, #133D5B);
     background-image: linear-gradient(to bottom, #26759E, #133D5B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759E, endColorstr=#133D5B);
}


/*//// ngGrid ////*/
.neo-ng-grid {
    padding-bottom: 0 !important;
    font-size: 13px;
    border: 0px solid #dddddd;
    width: 100%;
    height: calc(100% - 88px);
    margin-bottom: 130px;
}
.ngSortPriority {
    opacity: 0;
}
.ngTopPanel {
    background-color: #e8e8e8 !important;
    border-bottom: 1px solid #dddddd !important;
}
.ngVerticalBarVisible {
    background-color: #dddddd !important;
}
.ngRow {
    border-bottom: 1px solid #dddddd !important;

}

.ngRow.odd {
  background-color: #f5f5f5 !important;
}
.ngRow.even {
  background-color: #f5f5f5 !important;
}
.ngGrid {
  background-color: #ececec !important;
}
.ngRow.selected {
    background-color: #FBFAFA !important;
}

.student-grid .ngRow.selected {
    background-color: #dff0d8 !important;
}

.ngRow.selected.sel {
    background-color: #323232 !important;
}

.ngCellText.marks.ng-scope{
    display: block;
    padding: 0px;

}
.marksList.ng-binding.ng-scope{
    border-bottom: 1px solid #dddddd;
    padding: 5px;
}

.ngCellText{
    display: table-cell;
    vertical-align: middle;

}
.ngGrid select {
    float: left;
    height: 27px;
    width: 80px;
    background-color: #fff;
    border-color: #ccc;
    -webkit-appearance: none;
    border-radius: 0;
    padding-left: 6px;
}
.ngPagerButton {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 7px;
}
.ngPagerButton[disabled] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 7px;
    opacity: 0.5;
}
.ngPagerFirstBar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: -3px;
}
.ngPagerFirstTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #4d4d4d transparent transparent;
    margin-left: 2px;
    margin-top: 2px;
}
.ngPagerLastTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #4d4d4d;
    margin-left: 1px !important;
    margin-top: 2px;
}
.actionBtn {
    margin-right: 5px;
}

.animated-content, .animated-content .ng-scope, .container-fluid {
    overflow: visible !important;
}

/*//// Panel ////*/
.panel:before,
.panel:after,
.panel-heading:before,
.panel-heading:after,
.panel-body:before,
.panel-body:after,
.panel-editbox:before,
.panel-editbox:after,
.panel-footer:before,
.panel-footer:after {
    content: " ";
    display: table
}
.panel {
    margin: 0 0 20px;
    position: relative;
    padding: 0;
    background-color: #fff;
    box-shadow: none;
    border-radius:0;
}
.panel .panel-heading {
    color: #a2acb3;
    background-color: rgba(243, 243, 243, 0.22);
    margin: 0;
    border-top: 2px solid #E8432F;
    min-height: 44px;
    min-width: 200px;
}
.panel .panel-heading {
    padding: 0 20px;
    line-height: 48px;
    border-radius: 0px;
}
.panel .panel-heading {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.panel .panel-heading h2, .panel .panel-heading .panel-title {
    color: #92989C;
    height: 100%;
    width: auto;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 0;
    position: relative;
    margin: 0;
    line-height: 20px;
    cursor: text;
        font-family: FontAwesome, Roboto;
}
[ng-drag-handle] {
    cursor: move;
}
.panel .panel-heading .panel-ctrls {
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
}
.panel .panel-heading .panel-ctrls .button-icon:first-child {
    margin-right: 0;
}
.panel .panel-heading .panel-ctrls .button-icon:first-child {
    margin-right: 0;
}
.panel .panel-heading .panel-ctrls .button-icon {
    color: rgba(0, 0, 0, .3);
    padding: 5px;
    width: 25px;
}
.panel .panel-heading .panel-ctrls .button-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    float: right;
    position: relative;
    margin: 6px 0 8px 1px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}
.panel .panel-body {
    background-color: #fff;
    min-width: 200px;
}
.drag-placeholder {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0;
    background-color: #eee;
    border: 2px dashed #c5cbd1
}

[ng-drag-handle] {
    cursor: move
}

[ng-drop] {
    min-height: 20px
}

.dragging>.panel {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    margin-bottom: 0
}
.panel-footer {
    background-color: #fff
}

.panel-body .panel-footer,
.panel-body+.panel-footer {
    margin: 0;
    padding: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-body .panel-footer {
    margin: 0 -20px -20px
}
.panel .panel-heading .pagination {
    display: block
}

.panel .panel-heading .btn {
    margin-top: -3px
}

.panel .panel-heading .input-group {
    width: 200px
}

.panel .panel-heading .panel-ctrls-center {
    margin: 7px 0
}

.panel .panel-heading .panel-ctrls-center-sm {
    margin: 10px 0
}

.panel .panel-heading .panel-ctrls-center-sm i {
    margin: 7px 4px
}

.panel .panel-heading .panel-ctrls-center-lg {
    margin: 2px 0
}

.panel .panel-heading .panel-ctrls-center-lg i {
    margin: 15px 10px 13px
}

.panel .panel-heading .panel-ctrls-center-xs {
    margin: 7px 0
}

.panel .panel-heading .panel-ctrls-center-xs i {
    margin: 10px 10px 9px
}

.panel .panel-heading .progress {
    width: 200px;
    margin: 21px 0
}

.panel .panel-heading .progress-lg {
    width: 200px;
    margin: 19px 0
}

.panel .panel-heading .switchery {
    margin-top: -4px
}

.panel-btn-focused .panel-toggle-btn,
.panel-btn-focused .panel-fullscreen-btn {
    background-color: #000;
    background-color: rgba(0, 0, 0, .08);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000, endColorstr=#14000000)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#14000000, endColorstr=#14000000);
    border-radius: 3px
}

.panel-btn-focused .panel-toggle-btn:hover,
.panel-btn-focused .panel-fullscreen-btn:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, .16);
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#29000000, endColorstr=#29000000)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#29000000, endColorstr=#29000000)
}

.panel dl {
    margin: 0 auto
}

.panel dl dd {
    margin-bottom: 10px
}
.panel-default {
    overflow: visible;
}
.neo-panel .panel-body{
    padding: 0 !important;
}
.neo-panel .neo-panel-body {
    overflow: visible;
}
.neo-panel .neo-panel-body .date-cont{
    padding: 2px;
    overflow: visible !important;
    background: rgba(207, 207, 206, 0.08);
}
.neo-panel .neo-panel-body .date-cont .btn {
    font-size: 24px;
    padding: 0 5px;
    line-height: 0;
    background: none;
    border: none;
    padding-bottom: 2px;
    color: #828282;
}
.neo-panel .neo-panel-body .date-cont .btn:hover {
    color: #333333;
}
.neo-panel .neo-panel-body .date-cont label {
    font-weight: 500;
    color: #9B9B9B;
}
.neo-panel .neo-panel-body .date-cont datepicker {
    font-weight: 500;
    color: #9B9B9B;
    width: auto;
    float: none;
}
.neo-panel .neo-panel-body .date-cont datepicker input[type="text"] {
    width: auto;
    text-align: center;
    padding: 0 10px;
    min-height: 30px;
    border: none;
    outline: none !important;
    font-weight: 500;
    background: #FBFBFB;
}
.neo-panel .neo-panel-body .date-cont datepicker ._720kb-datepicker-calendar {
    left: -25px;
}
.neo-panel .n-label {
    text-align: left;
    font-size: 13px;
    color: #8A8A8A;
    padding-left: 0 !important;
}
.panel-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.75);
}
.panel-loader-circular {
    -webkit-animation: animateloader 1.5s linear infinite;
    animation: animateloader 1.5s linear infinite;
    clip: rect(0,80px,80px,40px);
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
.panel-loader-circular:after {
    -webkit-animation: animateloader2 1.5s ease-in-out infinite;
    animation: animateloader2 1.5s ease-in-out infinite;
    clip: rect(0,80px,80px,40px);
    content: '';
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
}
.neo-spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.neo-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #E8432F;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.neo-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.neo-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* Loader */
#loaderDiv {
    position: fixed;
    z-index: 99999;
    width: 100%;
    left: 0px;
    min-height: 100%;
    top: 0px;
    display: block;
    text-align: center;
}

#loaderImg {
    width: 60px;
    z-index: 99999;
    position: absolute;
    top: 50%;
}

[data-loader='circle-side'] {
    width: 40px !important;
    height: 40px !important;
    top: calc(50% - 20px);
    position: absolute;
    left: calc(50% - 30px);
}

.loaderCont {
    text-align: center;
}

.loaderlabel {
    min-width: 200px;
    position: absolute;
    top: calc(50% + 40px);
    left: calc(50% - 100px);
    font-weight: 300;
}

#loaderDiv {
    background: rgba(52, 57, 68, 1);
}
.loader-opac {
    background: rgba(52, 57, 68, 0.8) !important;
}
.loaderlabel {
    color: #fff;
}
label.preload-label {
    color: #A9A9A9;
    font-weight: 400;
    margin-top: 10px;
}

.neo-panel .info-label {
    text-align: left;
    font-size: 13px;
    color: #8A8A8A;
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: 500;
    cursor: pointer;
}
.neo-panel .info-green {
    color: rgba(0, 128, 0, 0.61);
}
.neo-panel .info-blue {
    color: rgba(30, 144, 255, 0.82);
}
.neo-panel .info-grey {
    color: rgb(177, 177, 177);
}



/*
table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}
.neo-panel .table>thead>tr>th, .neo-panel .table>tbody>tr>th, .neo-panel .table>tfoot>tr>th, .neo-panel .table>thead>tr>td, .neo-panel .table>tbody>tr>td, .neo-panel .table>tfoot>tr>td {
    padding: 6px 10px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #e0e0e0;
}
.neo-panel .table>thead>tr>th, .neo-panel .table>tbody>tr>th, .neo-panel .table>tfoot>tr>th, .neo-panel .table>thead>tr>td, .neo-panel .table>tbody>tr>td, .neo-panel .table>tfoot>tr>td {
    vertical-align: middle;
}
.neo-panel .table>tfoot {
    background: #FDFDFD;
}
*/

/*/// Aside ////*/
.aside {
    margin-top: 60px;
    height: 100%;
    padding-bottom: 126px;
}
.aside .aside-dialog .aside-header {
    border-bottom: 0;
    min-height: 38px;
    padding: 1px 15px;
    background: #E5422D;
    color: #ffffff;
}
.batch-aside {
    width: 250px;
}

.batchclass-aside {
    width: 350px;
}

.assignassessment-aside {
    width: 750px;
}

.assignsubject-aside {
    width: 750px;
}

.preadm-aside {
    width: 1000px;
}
.classwisesubjects-aside {
    width: 1000px;
}

.aside-title {
    color: #fff;
    float: left;
}
.aside-content, .aside-dialog {
    height: 100%;
}
.aside-content form {
    height: 100%;
}
.aside-body {
    height: calc(100% - 60px) !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
}
.aside-body .form-cont{
    padding: 15px;
}
.aside .form-cont .dropdown-menu, .dropdown .dropdown-menu{
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.aside-body h6 {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #4E4E4E;
    margin-bottom: 2px;
}
.aside-body h6 span {
    color: red;
}
span.schoolinfo
{
    color: red;
}

.aside-body p {
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: 0;
    min-height: 32px;
}
.aside .aside-dialog .aside-header .close {
    margin-right: -8px;
    padding: 6px 6px;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}
.aside .form-input-cont{
    margin-bottom: 4px;
}
.aside input[type="text"], .aside input[type="number"], .aside input[type="email"], .aside input[type="password"], .tel-input {
    width: 100%;
    padding: 4px 6px;
    font-size: 13px;
    color: #333333;
    min-height: 32px;
    max-height: 32px;
    border: 1px solid #DBDBDA;
    font-family: 'Roboto', sans-serif !important;
}

.aside textarea{
    width: 100%;
    padding: 4px 6px;
    font-size: 13px;
    color: #333333;
    min-height: 32px;

    border: 1px solid #DBDBDA;
    font-family: 'Roboto', sans-serif !important;
}

.updateinvalid input.ng-invalid {

    border: 1px red solid !important;
}

.aside .aside-footer {
    margin-top: 0;
    background: rgba(51, 51, 51, 0.03);
}
.aside-footer .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.aside-footer {
    padding: 10px !important;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.aside-footer .btn-success[disabled], .aside-footer .btn-success.disabled {
    background-color: #5cb85c;
    border-color: #429842;
    color: #D5EFD5;
    opacity: 0.5;
}


.aside ._720kb-datepicker-calendar {
    width: 100%;
    margin-left: 0;
    padding: 0 0 2% 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.aside-backdrop {
    /*pointer-events: none !important;*/
}

datepicker input[type="text"] {
    min-height: 32px;
    color: #7A7A7A !important;
}

datepicker ::-webkit-input-placeholder::before { font-family: fontAwesome; content:'\f073  '; color: #E5422D  }
datepicker ::-moz-placeholder::before  { font-family: fontAwesome; content:'\f073  '; color: #E5422D  } /* firefox 19+ */
datepicker :-ms-input-placeholder::before  { font-family: fontAwesome; content:'\f073  '; color: #E5422D  } /* ie */
datepicker input:-moz-placeholder::before  { font-family: fontAwesome; content:'\f073  '; color: #E5422D  }


._720kb-datepicker-calendar-header {
    line-height: 30px;
}
._720kb-datepicker-calendar-header:nth-child(odd) {
background: rgba(229, 66, 45, 0.71);
}
._720kb-datepicker-calendar-month {
    color: #6F352E;
}
._720kb-datepicker-calendar-days-header {
    background: rgba(236, 120, 105, 0.13);
}
._720kb-datepicker-calendar-days-header div {
    width: 14.1%;
    padding: 4px 0.5%;
}
.text-center .date-cont .ng-scope, ._720kb-datepicker-calendar .ng-scope ._720kb-datepicker-open {
    overflow: visible !important;
}
.exportToExcelBtn {
    position: relative;
    top: -1px;
    margin-right: 10px;
    max-height: 26px;
    padding-top: 3px;
    border-radius: 0;
    font-size: 13px;
    color: #033E03;
}

.exportToExcelBtnR {
    position: relative;
    top: -1px;
    margin-right: 10px;
    max-height: 26px;
    padding-top: 3px;
    border-radius: 0;
    font-size: 13px;
    color: #033E03;
}

.templateToExcelBtn {
    position: relative;
    top: -1px;
    margin-right: 10px;
    max-height: 26px;
    padding-top: 3px;
    border-radius: 0;
    font-size: 13px;
    color: #033E03;
}

.promoteBtn {
    position: relative;
    top: -1px;
    margin-right: 10px;
    max-height: 26px;
    padding-top: 3px;
    border-radius: 0;
    font-size: 13px;
    color: #033E03;
}

.updateparentBtn {
    position: relative;
    top: -1px;
    margin-right: 10px;
    max-height: 26px;
    padding-top: 3px;
    border-radius: 0;
    font-size: 13px;
    color: #033E03;
}

.sendSMSBtn {
    position: relative;
    top: -1px;
    margin-right: 10px;
    max-height: 26px;
    padding-top: 3px;
    border-radius: 0;
    font-size: 13px;
    color: #FFFFFF;
}
.UploadBtn{
    position: relative;
    top: -1px;
    max-height: 26px;
    padding-top: 3px;
    border-radius: 0;
    font-size: 13px;
    color: #033E03;
}

.examSubmitBtn{
    max-height: 26px;
    padding-top: 3px;
    border-radius: 0;
    font-size: 13px;
    color: #033E03;
}

img-crop {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden
}
img-crop canvas {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}
.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:290px;
  height:290px;
}
.selImgCont {
    height: 146px;
    padding: 10px;
    background: #FBFBFB;
    border: 1px dashed #D0D0D0;
    text-align: center;
}
.selImageBtn {
    border-radius: 0;
    width: 100%;
    padding: 5px 12px;
    background-color: #F9F9F9;
    margin-top: 2px;
}

/*custom*/
.info{
    color: #E5422D;
}

/* calendar */
.content_calendar {
    overflow: auto!important;
    height: 100%;
}


.content_calendar .btn-primary {
    color: #fff;
    background-color: #E5422D;
    border-color: #dc3924
}

.content_calendar .btn-primary:hover,
.content_calendar .btn-primary:focus,
.content_calendar .btn-primary.focus,
.content_calendar .btn-primary:active,
.content_calendar .btn-primary.active,
.content_calendar .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ec1b00;
    border-color: #dc3924
}

.content_calendar .btn-default:hover,
.content_calendar .btn-default:focus,
.content_calendar .btn-default.focus,
.content_calendar .btn-default:active,
.content_calendar .btn-default.active,
.content_calendar .open>.dropdown-toggle.btn-default {
    color: #4A4A4A;
    background-color: #f3f3f3;
    border-color: #d2d2d2
}

.content_calendar .btn-primary:active,
.content_calendar .btn-primary.active,
.content_calendar .open>.dropdown-toggle.btn-primary {
    background-image: none
}

.content_calendar .btn-default:active,
.content_calendar .btn-default.active,
.content_calendar .open>.dropdown-toggle.btn-default {
    background-image: none
}

.content_calendar .badge-important {
    background-color: #E5422D;
}

.content_calendar .glyphicon {
    color: #E5422D;
}

.content_calendar .cal-slide-content{
    background-color: #383938;
}

.content_calendar .cal-day-tick {
    border-radius: 0;
    background-color: #ffffff;
}

.content_calendar .btn-group {
    margin-top: 20px;
    margin-bottom: 10px;
}

.content_calendar .cal-day-today {
    background-color: #f3f3f3;
}
.content_calendar .cal-day-today span[data-cal-date] {
    color: #e8432f;
    opacity: .8;
}
/* end calendar */


/*//////// Side Nav ///////*/

.static-sidebar {
    white-space: nowrap;
    position: relative;
    height: 100%;
}

#sidebar {
    white-space: normal;
    margin: 0;
    padding-left: 0!important;
    list-style-type: none;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

#sidebar .label {
    margin-left: 10px
}

#sidebar .badge {
    font-weight: 700;
    background-color: rgba(21, 22, 26, .6);
    margin-left: 10px!important
}

#sidebar i {
    margin-left: 0;
    margin-right: 8px;
    min-width: 20px;
    text-align: center;
    display: inline-block;
}

#sidebar .divider {
    height: 1px;
    width: 100%;
    margin: 10px 0;
    overflow: hidden
}

#sidebar .nav-separator {
    padding: 7px 16px;
    font-size: 11px;
    background: #293136
}

#sidebar a {
    text-decoration: none
}

#sidebar ul {
    padding: 0;
    list-style: none
}

#sidebar ul {
    padding-left: 0!important;
}

#sidebar li {
    border-top: 1px solid #323232;
}

#sidebar ul li {
    border-top: 1px solid #323232;
}

#sidebar li a {
    display: block;
    padding: 3px 10px;
    position: relative;
    font-weight: 500;
    font-size: 13px
}

#sidebar>li>a,
#sidebar>li>a>i {
    transition: color .2s ease
}

#sidebar ul li a {
    padding: 9px 10px 7px;
    text-transform: none;
    font-weight: 600 !important;
    font-size: 12px;
        background: #3E3E3E;
}

#sidebar ul li a .fa-arrow-circle-o-right {
    color: #8B8B8B !important;
    font-weight: 500 !important;
    font-size: 13px;
    margin-right: 5px;
    background: none;
}

#sidebar ul li.active:not(.open)>a {
    font-weight: 700
}

#sidebar li ul {
    display: none
}

#sidebar ul ul {
    padding: 0
}

#sidebar li li li a {
    padding-left: 70px
}

#sidebar ul ul ul li a {
    padding-left: 90px
}

#sidebar ul ul ul ul li a {
    padding-left: 110px
}

#sidebar li.disabled-link a {
    cursor: not-allowed;
    font-style: italic
}

#sidebar li.hasChild>a {
    position: relative
}

#sidebar li.hasChild>a:before,
#sidebar li.hasChild.open>a:before {
    content: "\f105";
    opacity: .5;
    filter: alpha(opacity=50)
}

#sidebar li.hasChild.open>a:before {
    content: "\f107";
    opacity: .5;
    filter: alpha(opacity=50)
}

#sidebar li.hasChild>a:before,
#sidebar li.hasChild.open>a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: right;
    padding-right: 0;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 5px;
}

#sidebar li.hasChild li.hasChild a:before {
    top: 5px
}

body.sidebar-collapsed #sidebar>li.hasChild.open>a:before {
    content: ""
}

body.sidebar-collapsed #sidebar>li.hasChild>a:before {
    content: ""
}

body.sidebar-collapsed #sidebar>li.hasChild:hover>a:before {
    content: "\f107"
}

body.sidebar-collapsed #sidebar ul {
    display: none!important
}

body.sidebar-collapsed #sidebar li:hover>ul {
    display: block!important
}

.static-sidebar-wrapper {
    background: #fafafa
}

.static-sidebar-wrapper, .static-sidebar {
    width: 220px;
}

.static-sidebar i {
    color: #979797;
}

.static-sidebar .nav-separator {
    color: #a2acb3;
    background: #f5f5f5
}

.static-sidebar li.search-focus.active a {
    background: #fff;
    color: #3c4750
}

.static-sidebar li.search-focus.active li.search-focus.active a {
    background: #fefefe;
    color: #3c4750
}

.static-sidebar li a {
    color: #979797;
}



.static-sidebar .active>a {
    background: #FFFFFF;
    color: #E5412D !important;
}

.static-sidebar li.active>a>i,
.static-sidebar li.active>a:hover>i {
    color: #E5412D;
}

.static-sidebar li>a:hover>i {
    color: #E5412D;
}

.static-sidebar li:hover>a {
    background: #FFFFFF;
    color: #E5412D;
}

.static-sidebar li:hover>a>i {
    color: #E5412D;
}

.static-sidebar li.active:hover>a,
.static-sidebar li.active:hover>a>i {
    background: #FFFFFF;
    color: #E5412D !important;
}

.static-sidebar li.active>a span, .static-sidebar li.active:hover>a span, .static-sidebar li:hover>a span {
    color: #E5412D !important;
}

.static-sidebar li.active ul li a span {
   color: #989898 !important;
}

.static-sidebar #sidebar ul,
.static-sidebar #sidebar ul li a, .static-sidebar #sidebar ul li:hover span{
    color: #989898;
}
.static-sidebar #sidebar ul li.active:hover>a span {
    color: #989898 !important;
}


.static-sidebar #sidebar li a span {
    color: #979797;
    position: relative;
    top: -3px;
}

.static-sidebar #sidebar li ul li a span {
    color: #979797;
    position: none;
    top: 0;
}
.static-sidebar #sidebar li ul li:hover a span {
    color: #979797 !important;
}

.static-sidebar #sidebar li a i {
    font-size: 20px;
}

.static-sidebar #sidebar li ul li a i {
    font-size: 13px;
}

.static-sidebar #sidebar ul li:hover a {
    background: #444444;
    color: #8B8B8B;
}

.static-sidebar #sidebar ul li.active>a {
    background: #4E4D4D;
    color: #8B8B8B;
}

.static-sidebar #sidebar ul li.active:hover>a {
    background: #444444;
    color: #8B8B8B;
}

.static-sidebar #search form .search-query {
    background: #444444;
    color: #999999;
}

.static-sidebar #search form .search-query::-moz-placeholder {
    color: rgba(112, 121, 128, .4);
    opacity: 1
}

.static-sidebar #search form .search-query:-ms-input-placeholder {
    color: rgba(112, 121, 128, .4)
}

.static-sidebar #search form .search-query::-webkit-input-placeholder {
    color: rgba(112, 121, 128, .4)
}

.static-sidebar #search form button[type=submit] i {
    color: #707980
}

.static-sidebar .nav-separator {
    background: #f5f5f5;
    color: #a2acb3
}

body.sidebar-collapsed .static-sidebar .nav-separator {
    background: #f5f5f5!important
}

body.sidebar-collapsed .static-sidebar .nav-separator:hover {
    background: #f5f5f5!important
}

#search {
    line-height: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-top: 1px solid #323232;
}

#search>a {
    display: none!important
}

#search form {
    margin: 0;
    padding: 0;
    position: relative
}

#search form .search-query {
        padding: 0 10px 0 40px;
    border-radius: 0;
    min-height: 34px;
    line-height: 18px;
    width: 100%;
    font-size: 13px;
}

#search form .search-query:focus::-moz-placeholder {
    color: transparent;
    opacity: 1
}

#search form .search-query:focus:-ms-input-placeholder {
    color: transparent
}

#search form .search-query:focus::-webkit-input-placeholder {
    color: transparent
}

#search form .search-query:focus+button i {
    opacity: 1;
    filter: alpha(opacity=100)
}

#search form .search-query,
#search form .search-query:active,
#search form .search-query:focus {
    border: 0
}

#search form button[type=submit] {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    background: 0 0;
    padding: 10px 0;
    margin: 0;
    min-width: 40px;
    text-align: center;
}

#search form button[type=submit] i {
    margin: 0 0 0 2px!important;
    opacity: .4;
    filter: alpha(opacity=40)
}

.hasChild.open ul {
    display: block !important;
}

/*
#page-wrapper:not(.open) .static-sidebar, #page-wrapper:not(.open) #sidebar-wrapper, #page-wrapper:not(.open) .sidebar, #page-wrapper:not(.open) .static-sidebar>div {
    white-space: nowrap;
    width: 60px !important;
    overflow: visible;
}

#page-wrapper:not(.open) #sidebar-wrapper {
    margin-left: 0;
    left: 0px;
    overflow-x: visible;
    z-index: 99999;
}

#page-wrapper:not(.open) .static-sidebar #sidebar>li span {
    display: none;
}

#page-wrapper:not(.open) .static-sidebar #search {
    display: none;
}

#page-wrapper:not(.open) .static-sidebar:hover, #page-wrapper:not(.open) .static-sidebar #sidebar:hover, #page-wrapper:not(.open) .sidebar:hover, #page-wrapper:not(.open) #sidebar-wrapper:hover, #page-wrapper:not(.open) .static-sidebar #sidebar>li:hover .static-sidebar #sidebar {
    width: 240px !important;
    transition: none;
}

#page-wrapper:not(.open) .static-sidebar #sidebar>li:hover {
    width: 240px;
    z-index: 1512;
}

#page-wrapper:not(.open) .static-sidebar #sidebar>li:hover span {
    display: inline;
}
#page-wrapper:not(.open) .static-sidebar #sidebar>li:hover>ul {
    display: block;
    position: absolute;
    left: 50px;
    width: 220px;
}
#page-wrapper:not(.open) .static-sidebar #sidebar>li:hover>ul>li>a {
    padding-left: 10px
}
#page-wrapper:not(.open) .static-sidebar #sidebar>li:hover>ul>li li>a {
    padding-left: 40px
}
#page-wrapper:not(.open) .static-sidebar #sidebar>li:hover>ul>li li li>a {
    padding-left: 60px
}
#page-wrapper:not(.open) .static-sidebar #sidebar>li:hover>ul>li li li li>a {
    padding-left: 80px
}
body.sidebar-collapsed #search {
    display: none
}
*/


#page-wrapper:not(.open) #sidebar {
    transition: none;
}
#page-wrapper:not(.open) #sidebar li  {
    position: relative;
    left: 160px;
}

#page-wrapper:not(.open) #sidebar-wrapper:hover  {
    margin-left: 0 !important;
    left: 0 !important;
}
#page-wrapper:not(.open) #sidebar-wrapper:hover #sidebar li {
    left: 0 !important;
}
#page-wrapper:not(.open) .static-sidebar #sidebar>li span {
    display: none;
}
#page-wrapper:not(.open) #sidebar-wrapper:hover .static-sidebar #sidebar>li span {
    display: inline;
}

#page-wrapper:not(.open) #sidebar-wrapper:hover .sidebar .tggl_cont
{
    text-align: center;
}

#page-wrapper:not(.open) #sidebar-wrapper:hover .sidebar .tggl_cont a
{
    padding-right: 0;
}

#page-wrapper:not(.open) #sidebar i {
    margin-left: 8px;
}
#page-wrapper:not(.open) #sidebar-wrapper:hover #sidebar i {
    margin-left: 0;
}

#page-wrapper:not(.open) .static-sidebar #sidebar>li>ul {
    display: none !important;
}
#page-wrapper:not(.open) .static-sidebar #sidebar>li:hover>ul {
    display: block !important;
}

#page-wrapper:not(.open) #sidebar-wrapper:hover .profile_pic {
    display: none;
}

#page-wrapper:not(.open) .sidebar_toggle {
    border-bottom: none;
}
#page-wrapper:not(.open) #sidebar-wrapper:hover .sidebar_toggle {
    border-bottom: none;
}

#page-wrapper:not(.open) #search {
    display: none
}
#page-wrapper:not(.open) #sidebar-wrapper:hover #search {
    display: block
}
#page-wrapper:not(.open) .sidebar, #page-wrapper:not(.open) #sidebar-wrapper:hover .sidebar {
    padding-bottom: 40px;
}
/*///////////////////////////////*/

.stactinactbtn {
    max-height: 24px;
    padding: 0;
    width: 88px;
}

.stactinactbtn2 {
    max-height: 24px;
    padding: 0;
    width: 118px;
}
.actinactngCellText {
    min-width: 100%;
    padding-top: 4px;
    padding-bottom: 2px;
}
.stactive {
    color: green;
}

.stdinfoactive{
background: #ffffff !important;
}

button.btn.btn-lg.btn-primary-fill.ok-btn:focus {
    color: #fff;
}


/*========Checkbox==========*/

.checkboxClass {
  height: 25px;
   position: relative;
}
.checkboxClass label {
    cursor: pointer;
    position: absolute;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
}
.checkboxClass label:after {
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 0.2;
    content: "\f00c";
    color: #E5422D;
}
.checkboxClass label:hover::after {
    opacity: 0.5;
}
.checkboxClass input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.checkboxClassAtndnc {
  height: 25px;
   position: relative;
}
.checkboxClassAtndnc label {
    cursor: pointer;
    position: absolute;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 16px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
}
.checkboxClassAtndnc label:after {
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 0.2;
    content: "\f00d";
    color: #E5422D;
}
.checkboxClassAtndnc label:hover::after {
    opacity: 0.5;
}
.checkboxClassAtndnc input[type=checkbox]:checked + label:after {
    opacity: 1;
}


.checkboxCBatch{
    margin-left: 15px;
    margin-top: 5px;
}
.col-md-12.class-container{
    padding: 0;
}
.col-md-6.class-container-li{
    margin-top: 15px;
    display: table;
    cursor: pointer;
    padding-left: 0;
}
.section-container{
    padding-left: 25px;
}
.section-container-li{
    margin-top: 10px;
}
.col-md-12.cchat{
    height: 100%;
}
.col-md-9.cchatdescptn{
    padding-left: 0;
    font-size: 13px;
    border: 0px solid #dddddd;
    height: calc(100% - 55px);
    margin-bottom: 10px;
    padding-right: 0;
}
.communitychat{
    padding: 10px;
    overflow: auto;
    background-color: #E8E8E8;
    height: 100%;
}
.cchatfooter{
    background: #F5F5F5;
    height: 55px;
    padding: 10px;
}
.ctitle{
    float: left;
    padding: 0;
}
.cchatsendbtn{
    padding-right: 0px;
}
.chatinput{
    width: 100%;
    height: 40px;
    border: none!important;
    padding:0 10px;
    background: #F5F5F5;
    color: #323232;
}
.btn.btn-success.cchat{
    color: #fff;
    background-color: #E8432F;
    border-color: #E8432F;
    border-radius: 0px;
    padding: 8px 26px;
}
.col-md-3.cchat{
    font-size: 13px;
    border: 0px solid #dddddd;
    height: 100%;
    padding-right: 0;
}
.cchatbgclr{
    background-color: #f3f3f3;
    height: 100%;
}
.cchath4{
    margin: 0;
    color: #4E4E4E;
    padding: 10px;
    background-color: #E8E8E8;
}
.cchatadmin{
    padding: 10px;
    height: 100%;
}
.cchatp{
    padding: 6px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
}

/*========Time Table==========*/

.time-table-table {
    width: 100%;
    height: calc(100% - 10px);
}
.time-table-header {
    background-color: #E8E8E8;
    border: 1px solid #ddd;
}

.time-table-header-title {
    background-color: #DDD;
    padding: 10px;
    font-weight: 500;
    max-width: 119.5px;
}

.time-table-header-day {
    background-color: #ddd;
    height: 42px;
    width: 42px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
}

td.stattendance{
    background-color: #ddd;
}

td.timetable {
    background-color: #E8E8E8;
    font-weight: 500;
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;

}
tr.timtablelist {
    background-color: #E8E8E8;
    border: 1px solid #ddd;
}
td.timetablelistbrdr {
    border: 1px solid #ddd;
    padding: 8px;
    overflow: visible!important;
    font-weight: 500;
    background-color: #fff;
}
.timetableR{
    background-color: #E8E8E8;
    font-weight: 500;
    padding: 0px;
    border: 1px solid #ddd;
    text-align: center;
}
.timetablelistbrdrd {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0px;
    margin: 0;
    overflow: visible!important;
    font-weight: 500;
    background-color: #fff;
    text-align: center;
}

.dropdown.table {
    margin-bottom: 5px;
}
.col-md-12.scroll {
    height: calc(100% - 88px);
    overflow: auto;

}
.checkalignctr {
    text-align: center;
}

.stattendance{
    padding: 10px;
    max-width: 140px;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    width: 140px;
}
.col-md-2.fee-mangmt{
    padding: 0;
    padding-top: 3px;
}

.checkboxClassAtndnc {
 height: 25px;
  position: relative;
}
.checkboxClassAtndnc label {
   cursor: pointer;
   position: absolute;
   text-align: center;
   width: 25px;
   height: 25px;
   font-size: 16px;
   top: 0;
   left: 0;
   background: #fff;
   border: 1px solid #ccc;
}
.checkboxClassAtndnc label:after {
   font: normal normal normal 14px/1 FontAwesome;
   opacity: 0.2;
   content: "\f00d";
   color: #E5422D;
}
.checkboxClassAtndnc label:hover::after {
   opacity: 0.5;
}
.checkboxClassAtndnc input[type=checkbox]:checked + label:after {
   opacity: 1;
}

/* Att Check */
/*.checked {
    width: 20px;
    height: 20px;
    background: #333 !important;
}
.unchecked {
    width: 20px;
    height: 20px;
    background: none;
}*/
.ncheck{
    pointer-events: none;
    /*opacity: 0.3;*/
        color: #ddd;
}
.att-check{
  cursor: pointer;
  text-align: center;
  width: 25px;
  height: 25px;
  font-size: 16px;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
  margin: auto;
}
.att-check.checked::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00d";
  color: #E5422D;
}
.att-check.checked:hover::after {
   opacity: 1;
}

.att-check.unchecked::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00d";
  color: #E5422D;
}
.att-check.unchecked:hover::after {
   opacity: 0.5;
}
.unchecked {
   width: 25px;
   height: 25px;
}

/* ////////////////*/

a.fa.fa-plus-circle.action-btn {
    color: #e5422d;
    font-size: 24px;
    padding-top: 32px;
    padding-right: 5px;
}

a.fa.fa-trash.action-btn {
    color: #e5422d;
    font-size: 24px;
    padding-top: 32px;
    padding-right: 5px;
}

a.fa.fa-minus-circle.action-btn {
    color: #e5422d;
    font-size: 24px;
    padding-top: 32px;
    padding-right: 5px;
}


.remove{
    background: #E5422D;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    border: 0;
    cursor: pointer;
    float: right;
    display: inline-block;
    padding: 4px 9px;
    vertical-align: top;
    line-height: 100%;
    margin-top: 0px;
}
.dropdown.assigngrade {
    display: inline-block;
}
span.caret.assign{
    left: 30px;
}
button.btn.btn-default.neo-dropdown.dropdown-toggle.assign{
    padding-right: 35px;
}

.celcol {
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.staffTitle{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;

}

/*========Time Table==========*/

.markstable{
    width:100%;
}

.hide{
    display: none !important;
}

/*========Help Icon Btn==========*/
i.fa.fa-question-circle {
    font-size: 28px;
    position: relative;
    padding: 17px 10px 10px 0px;
}
/*
input[type=checkbox] {
  opacity: 0;
  float:left;
}

input[type=checkbox] + label {
  margin: 0 0 0 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-family: monospace;
  float: left;
}

input[type=checkbox] + label ~ label {
  margin: 0 0 0 40px;
}

input[type=checkbox] + label::before {
  content: ' ';
  position: absolute;
  left: -35px;
  top: -3px;
  width: 25px;
  height: 25px;
  display: block;
  background: white;
  border: 1px solid #A9A9A9;
}

input[type=checkbox] + label::after {
  content: ' ';
  position: absolute;
  left: -35px;
  top: -3px;
  width: 23px;
  height: 23px;
  display: block;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjE4MS4yIDI3MyAxNyAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxODEuMiAyNzMgMTcgMTYiPjxwYXRoIGQ9Ik0tMzA2LjMgNTEuMmwtMTEzLTExM2MtOC42LTguNi0yNC04LjYtMzQuMyAwbC01MDYuOSA1MDYuOS0yMTIuNC0yMTIuNGMtOC42LTguNi0yNC04LjYtMzQuMyAwbC0xMTMgMTEzYy04LjYgOC42LTguNiAyNCAwIDM0LjNsMjMxLjIgMjMxLjIgMTEzIDExM2M4LjYgOC42IDI0IDguNiAzNC4zIDBsMTEzLTExMyA1MjQtNTI0YzctMTAuMyA3LTI1LjctMS42LTM2eiIvPjxwYXRoIGZpbGw9IiMzNzM3MzciIGQ9Ik0xOTcuNiAyNzcuMmwtMS42LTEuNmMtLjEtLjEtLjMtLjEtLjUgMGwtNy40IDcuNC0zLjEtMy4xYy0uMS0uMS0uMy0uMS0uNSAwbC0xLjYgMS42Yy0uMS4xLS4xLjMgMCAuNWwzLjMgMy4zIDEuNiAxLjZjLjEuMS4zLjEuNSAwbDEuNi0xLjYgNy42LTcuNmMuMy0uMS4zLS4zLjEtLjV6Ii8+PHBhdGggZD0iTTExODcuMSAxNDMuN2wtNTYuNS01Ni41Yy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTI1My41IDI1My41LTEwNi4yLTEwNi4yYy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTU2LjUgNTYuNWMtNS4xIDUuMS01LjEgMTIgMCAxNy4xbDExNC43IDExNC43IDU2LjUgNTYuNWM1LjEgNS4xIDEyIDUuMSAxNy4xIDBsNTYuNS01Ni41IDI2Mi0yNjJjNS4yLTMuNCA1LjItMTIgLjEtMTcuMXpNMTYzNC4xIDE2OS40bC0zNy43LTM3LjdjLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0xNjkuNSAxNjkuNS03MC4yLTcxLjljLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0zNy43IDM3LjdjLTMuNCAzLjQtMy40IDguNiAwIDEybDc3LjEgNzcuMSAzNy43IDM3LjdjMy40IDMuNCA4LjYgMy40IDEyIDBsMzcuNy0zNy43IDE3NC43LTE3Ni40YzEuNi0xLjcgMS42LTYuOS0uMS0xMC4zeiIvPjwvc3ZnPg==') no-repeat center center;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .3s ease;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

input[type=checkbox]:checked + label::after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}*/

/* Scrollbar */
::-webkit-scrollbar { width: 6px; height: 6px;padding: 2px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;padding: 2px;}
::-webkit-scrollbar-track-piece { background-color: #383838;padding: 2px;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}


/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.11.2 - 2015-03-17T04:08:46.478Z
 * License: MIT
 */


/* Style when highlighting a search. */

select {
    width: 100%;
    min-height: 32px;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    padding: 5px 5px;
}

.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* Select2 theme */
.country-sel .select-target {
    padding: 8px 6px !important;
    min-height: 40px !important;
}

/* Regular Select */
.reg-select {
    max-height: 32px;
    min-height: 32px;
    padding: 4px 4px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    box-shadow: none;
    transition: none;
    background: url(../icons/down-arrow.svg) right center no-repeat;
    background-size: 23px;
    outline: none !important;
}
reg-select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.reg-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.reg-select option{
    background:#fff;
    border-color:#41c9ff;
    border-radius:2px;
    line-height: 18px;
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.reg-select option:focus{
    -webkit-box-shadow: 0 0 3px 1px #7cdaff;
        -moz-box-shadow: 0 0 3px 1px #7cdaff;
        box-shadow: 0 0 3px 1px #7cdaff;
}

.neo-select-cont {
  width:100%;
}

.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  cursor: pointer;
  min-height: 32px;
  color:#8D8D8D;
  font-size:14px;
  font-weight: 400;
}

.country-sel-cont .dk-select {
  min-height: 40px;
}

.dk-selected {
  width: 100%;
  min-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 5px 5px;
  padding-top: 4px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.country-sel-cont .dk-selected {
    padding-top: 9px;
    padding-bottom: 8px;
}

.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
}
.dk-selected:before {
  top: 51%;
  border: solid transparent;
  border-width: 0.40em 0.40em 0;
  border-top-color: #CCCCCC;
  margin: -0.125em 0.8em 0 0;
}
.dk-selected:after {
  top: 0;
  height: 100%;
  margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  border-radius: 0;
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  border-radius: 0;
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #f5f5f5;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 5px 20px;
  color: #8D8D8D;
  border-bottom: 1px solid #E6E6E6;
  font-size:13px;
}

.dk-select-options .dk-option-highlight {
  background-color: #f5f5f5;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-select-options .dk-option-hidden {
  display: none; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #adadad; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #adadad;
}

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.40em 0.40em;
  border-bottom-color: #adadad;
}

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: #adadad; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #adadad; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: #adadad;
}
.dk-selected:hover:before, .dk-selected:focus:before {
  border-top-color: #adadad;
}
.dk-selected:hover:after, .dk-selected:focus:after {
  border-left-color: #adadad;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }



/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
 /* border-color: #007FBB !important;*/
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}


/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #E8E8E8;
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #E8E8E8;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #8D8D8D;
    white-space: nowrap;
    border-bottom: 1px solid #E6E6E6;


}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #8D8D8D;
    text-decoration: none;
    outline: 0;
    background-color: #E8E8E8;

}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}


/*textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    border-color: rgba(229, 103, 23, 0.8);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    outline: 0 none;
}*/
/*.ui-select-match {
    background: #ffffff;
}
select.select-dropdown {
    width: 100%;
    height: 32px;
    -webkit-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 9px 0 #ccc, 0 0px #fff inset;
    border: none;
    outline: none;
    display: inline-block;

    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}*/


select.select-assess{
    padding: 6px;
}

.attachments-ul {
    padding-top: 10px;
    padding-left: 2px;
}
.attachments-ul a.atachedFile {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

button#fileInput{
    background: #fff;
    border: 1px solid #353535;
}


/*=========== input tag css ==============*/

tags-input {
    display: block
}

tags-input *,
tags-input:after,
tags-input:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

tags-input .host {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 100%
}

tags-input .host:active {
    outline: 0
}

tags-input .tags {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    padding: 1px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: text;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    height: 100%
}

/*tags-input .tags.focused {
    outline: 0;
    -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, .6);
    -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, .6);
    box-shadow: 0 0 3px 1px rgba(5, 139, 242, .6)
}*/

tags-input .tags .tag-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

tags-input .tags .tag-item {
    margin: 2px;
    padding: 0 5px;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #acacac;
    border-radius: 0px;
}

/*tags-input .tags .tag-item.selected {
    background: -webkit-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
    background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%)
}*/

tags-input .tags .tag-item .remove-button {
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    vertical-align: middle;
    font: 700 16px Arial, sans-serif;
    color: #585858
}

tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
    color: red
}

tags-input .tags .input {
    min-height: 25px;
    border: 0;
    outline: 0;
    margin: 2px;
    padding: 0 0 0 5px;
    float: left;
    font-size: 14px;
}

tags-input .tags .input::-ms-clear {
    display: none
}

tags-input.ng-invalid .tags {
    -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6);
    -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6);
    box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6)
}

tags-input[disabled] .host:focus {
    outline: 0
}

tags-input[disabled] .tags {
    background-color: #eee;
    cursor: default
}

tags-input[disabled] .tags .tag-item {
    opacity: .65;
    background: -webkit-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, .75) 47%, rgba(161, 219, 255, .62) 100%);
    background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, .75) 47%, rgba(161, 219, 255, .62) 100%)
}

tags-input[disabled] .tags .tag-item .remove-button {
    cursor: default
}

tags-input[disabled] .tags .tag-item .remove-button:active {
    color: #585858
}

tags-input[disabled] .tags .input {
    background-color: #eee;
    cursor: default
}

tags-input .autocomplete {
    margin-top: 5px;
    position: absolute;
    padding: 5px 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

tags-input .autocomplete .suggestion-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 280px;
    overflow-y: auto;
    position: relative
}

tags-input .autocomplete .suggestion-item {
    font-size: 14px;
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #8D8D8D;
    white-space: nowrap;
    border-bottom: 1px solid #E6E6E6;
    background-color: #fff;
    /*padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff*/
}

tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
    color: #fff;
    background-color: #0097cf
}

tags-input .autocomplete .suggestion-item em {
    font-size: 14px;
    /*display: block;
    padding: 6px 20px;*/
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #8D8D8D;
    white-space: nowrap;
    border-bottom: 1px solid #E6E6E6;
    background-color: #fff;
    font-weight: bold;
}


/*=========== End input tag css ==============*/

.nav-tabs>li.active>a {
    color: #6e6e6e;
    background-color: #e8e8e8;
}

.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: #6e6e6e;
    background-color: #e8e8e8;
}

.nav-tabs>li>a{
    color: #424242;

}


/*=======================================*/



label.radiobtn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}
input[type=radio] {
    display: none;
}

label.radiobtn:before {
    content: "";
    display: inline-block;

    width: 16px;
    height: 16px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;

}
.radio label.radiobtn:before {
    border-radius: 8px;
    border: 1px solid #ccc;
}
input[type=radio]:checked + label.radiobtn:before {
    content: "\2022";
    color: #e5422d;
    background-color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #ccc;
}
ul.bullet {
    list-style-type: circle;
}










