
.btn-sm{
    padding: 3px 8px!important;
    font-weight: 400!important;
    text-transform: capitalize!important;
}

.btn-md{
    padding: 4px 12px!important;
    font-weight: 400!important;
    text-transform: capitalize!important;
}
.btn-form{
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.btn{
    padding: 6px 12px;
}

.table th{
    padding: 5px 5px!important;
    text-align: left;
    vertical-align: middle!important;
}
.table tr{
    line-height: 32px;
}
.table tr:hover {background-color: #ededed;}

.table-sm tr {
     font-size: 14px;
     line-height: 1.5!important;
 }
.table-sm td {
    padding: 5px 3px;
    line-height: 1.5;
}

.table-sm{
    /*letter-spacing: 0px;*/
}
.icon-btn{
    padding: 0px 10px!important;
}

table td:last-child{
    text-align:right;
}
table th:last-child{
    text-align:right;
}
.noSidePadding{
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.noRightPadding{
    padding-right: 0px!important;
}
.noLeftPadding{
    padding-left: 0px!important;
}

a { cursor: pointer; }

.nohover:hover{
    background-color: inherit!important;
}
.linkCursor{
    cursor: pointer;
}

.btn-bar-row{
    margin-bottom: 8px;
}

.closer{
    display: none;
    width: 5px;
    float: right;
    color: #E3E3E3;
    top: 0px;
    padding:0px;
    cursor: pointer;
}
.draggableStudent:hover .closer {
    display: block;
    color: #F71515;
}
.draggableStudent{
    cursor: default;
}

.myLi{
    cursor: default;
}

/*.myLi:hover .closer{*/
    /*display: block;*/
/*}*/

#div1 {
    border-radius: 4px;
}

.dotted{
    opacity: 0.8;
    border: 2px;
    border-style: dashed;
    border-color: #2DB9EE;
}

.successDrop{
    background: rgba(22, 170, 43, 0.22);
    opacity: 0.8;
    border: 2px;
    border-style: dashed;
    border-color: #1d9f3e;
}
.warningDrop{
    background: rgba(221, 119, 17, 0.22);
    opacity: 0.8;
    border: 2px;
    border-style: dashed;
    border-color: #e8551c;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#liCourses a{text-decoration: none;
    color: inherit;}
#liCourses li .select { background-color: #11cdef !important;}
/*#liCourses .select a{color: #00b300;}*/
#liCourses .select i{color: #fff; background-color: #ccd6dc;}

.preventA a{
    color: inherit;
    text-decoration: none;
}

span.vertical-text{
    text-transform: capitalize!important;
    display:block;
    white-space: initial!important;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    margin-left: auto;
    margin-right: auto;
}
th.vertical-text{
    word-wrap: break-spaces!important;
    max-height: 100px!important;
    line-height: 20px;!important;
    vertical-align: middle!important;
    text-align: center!important;
}

span.wrapped-text{
    text-transform: capitalize!important;
    display:block;
    white-space: initial!important;
}
th.wrapped-text{
    word-wrap: break-spaces!important;
    max-height: 100px!important;
    width: fit-content;
    line-height: 15px;!important;
    text-align: center;
}

.comments-on-grades{
    font-size: 12px !important;
    line-height: 13px !important;
    padding: 2px 4px 2px 4px!important;
}
#droppable.ui-state-hover{

    background: black;
    
}

#studentDetails h4{
    font-weight:300;
    color: #383839;
    font-size: 22px;
    text-transform: capitalize;
}

#studentDetails p, #studentDetails li{
    font-size:14px;
}

#sideMenu a{
    color: inherit;
    font-weight: 300;
    font-size:13px;
    padding: 0;
}

#sideMenu i {
    color: #b5c1c9;
    font-size: 13px;
    width: 37px;
    height: 37px;
    background: #e0eaf0;
    text-align: center;
    display: inline-block;
    padding: 12px 10px 10px 8px;
}


#sideMenu a{
    background: #f0f6fa;

}

#sideMenu a:hover{
    background: #e7edf1;
}
#sideMenu a:hover i{
    color: #fff;
    background: #ccd6dc;

}

#sideMenu i:hover{
    color: #fff;
}

.fa-button {
    font-size: 1.25em!important;
    cursor: pointer;
}

.active-card{
    transform: scale(1.02, 1.02);
    /*filter: brightness(110%);*/
    border: 1px solid rgb(72, 181, 224) !important;
}

#sideMenu a.active,
#sideMenu a.active i{
    color: #fff;
    text-decoration: none;
    background: #007BFF;
}

#sideMenu a{
    margin-top: 2px;
}

#studentDetails p{
    color: #6b6b6b !important;
    font-size:13px;
    display: inline-block;
}
#studentDetails ul li,
#studentDetails i{
    color: #007BFF;
    font-size:13px;

}

.customTitle{
    border-radius: 10px;
    padding: 0 !important;
    margin-bottom: 40px;
}

.blueTitle {
    padding: 6px 12px !important;
}

.blueTitle i{
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 4px;
    font-size: 14px;
}

.whiteName{
    display: inline-block;

}

.collapsable{
    float: right;
    margin-right: 5px;

}


#divCollapse:hover {
    cursor: pointer;
    color: #e1e7eb;

}
.toggleUl {
    text-align: center;
    overflow: hidden;
    border-top: none;
    padding: 0 8px !important;

}

.leftColumn {
    float: left;
    text-align: right;
    font-size: 14px;
    /*margin-top:3px;*/

}

.rightColumn {
    float: right;
    text-align: left;
    font-weight: 300;
}

.longLi{
    border-left: none !important;
    border-right: none !important;
}

#addressSpan{
    padding: 12px 12px;
    margin: 3px 7px;
}

#h3ThinTitle{
    font-weight:300 !important;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;

}

#discipline{
    color: #636363;
    font-size:13px;
    padding: 12px 12px;
    margin: 3px 7px;
}

.clickToToggle{
    cursor: pointer;
}
img.centeredImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-hover:hover{
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    box-shadow: 0 5px 10px 4px rgba(0, 0, 0, 0.1);
}
.dropdown-menu-right{
    margin-right: 20px!important;
}

.uploadPictureButton{
    position: absolute!important;
    top: 5px;
    left: 0px;
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
.uploadPictureButton:hover{
    transform: scale(2, 2);
    transition: 0.3s;
    top: 12px;
    left: 8px;
}

#wrapper{
   margin: auto!important;
}


.student-image-ajax-tooltip {
    outline:none;
    position: relative!important;
    z-index:10;
    cursor: pointer;
}
.student-image-ajax-tooltip:hover {text-decoration:none;}
.student-image-ajax-tooltip span {
    z-index:100;
    display:none;
    position:absolute;
}
.student-image-ajax-tooltip:hover span {
    display: inline;
    position: absolute;
    border: 2px solid #a1a1a8;
    background: rgba(223, 223, 223, 0.9);
    top: -100px;
    right: -210px;
}
.student-image-ajax-tooltip span
{
    z-index:100;
    border-radius:2px;
    box-shadow: 0px 0px 8px 4px #666;
}

.student-image-ajax-tooltip .fa {
    z-index:100;
    display:none;
    position:absolute;
}

.student-image-ajax-tooltip:hover i{
    display: inline;
    position: absolute;
    top: 0px;
    right: -20px;
}

.student-image-ajax-tooltip .ajax-loader{
    display: block;
    margin:auto;
    margin-top: 70px;
}

.overlay-ajax-loader{
    position:absolute;
    width: 100%;
    height: 200%;
    display:block;
    z-index:9999999999;
}

.overlay-colored{
    position:absolute;
    width: 100%;
    height: 100%;
    background-color: #474747;
    opacity: 20%;
}

img.overlay-loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 30%;
    left: 45%;
}

.form-load{
    opacity:0.6;
    z-index:2;
    background-color: rgba(113, 113, 113, 0.11);
}

.list-small{
    border-left: none !important;
    border-right: none !important;
    padding-top: 4px!important;
    padding-bottom: 4px!important;
}
.list-small:last-child{
    border-bottom: none!important;
}
.list-small:first-child{
    border-top: none!important;
}

label.required:before {
    content: "* ";
    color:red;
}

 ul.K12-timeline {
     list-style-type: none;
     position: relative;
 }
ul.K12-timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 110px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.K12-timeline > li {
    margin: 10px 0;
    padding-left: 50px;
}
ul.K12-timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 61px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.left-content{
    top: 2px!important;
    position: absolute;
    left: -45px!important;

}
.right-content{
    padding-left: 45px!important;
}

ul.K12-timeline > li.unseen-notification:before {
    background: #ffffff;
    border: 3px solid #ff515b;
}

.btn-alert-right{
    position: absolute;
    top: 8px;
    right: 10px;
}

@media only screen and (max-width: 767px) {
    .leftColumn{
        text-align: left;
    }
    .rightColumn{
        text-align: right;
    }
    img.overlay-loader {
        left: 25%;
    }
    .new-suggestion-ticket{
        right: 4rem!important;
        margin-right: -8px!important;
    }
    #btn-save-suggestion-ticket{
       margin-right: 29px!important;
    }
    .btn-alert-right{
        bottom: 8px;
        top: auto;
        margin-bottom: -5px;
        margin-right: -5px;
    }
}

@media only screen and (min-width: 1170px) {
    ul.K12-timeline {
        list-style-type: none;
        position: relative;
    }
    ul.K12-timeline > li {
        margin: 20px 0;
        padding-left: 200px;
    }
    ul.K12-timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 200px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }
    ul.K12-timeline > li:before {
        content: ' ';
        background: white;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #22c0e8;
        left: 151px;
        width: 20px;
        height: 20px;
        z-index: 400;
    }
    .left-content{
        top: 2px!important;
        position: absolute;
        left: 40px!important;
    }
    .right-content{
        padding-left: 15px!important;
    }

    .right-content:hover{
        -webkit-transform: scale(1.03);
        font-weight: bold;
        color: #007bff;
        padding-left: 20px;
        transition: 0.3s;
    }
    ul.K12-timeline > li.unseen-notification:before {
        background: #ffffff;
        border: 3px solid #ff515b;
    }
}

.form-element{
    padding: 2px 8px !important;
    height: 32px!important;
}

select:hover {
    cursor: pointer;
}

.td-width-1{
    width: 1%;
}.td-width-10{
    width: 10%;
}.td-width-20{
    width: 20%;
}.td-width-30{
    width: 30%;
}.td-width-40{
    width: 40%;
}.td-width-50{
    width: 50%;
}.td-width-60{
    width: 60%;
}.td-width-70{
    width: 70%;
}.td-width-80{
    width: 80%;
}.td-width-90{
    width: 90%;
}.td-width-100{
    width: 100%;
}

.input-group-text{
    padding: 0px 12px!important;
}
.input-group-prepend{
    margin-right: -1px;
    margin-left: -1px;
}

.td-inner-table{
    padding-top: 1px!important;
    padding-bottom: 1px!important;
    line-height: 1!important;
}

.vertical-menu-bar{
    padding-top: 0px!important;
    text-align: right!important;
}

.show-hide-password{
    cursor: pointer;
}

.form-row{
    margin-top: 12px;
}

.custom-error{
    padding: 10px;
    color: red;
    font-size: 13px;
    border: 1px solid;
    border-radius: 5px;
    border-color: red;
}
#hidden-print-div {
    display: none;
}

div.scrollBarWidget {
    height: 330px;
    width: 100%;
    overflow-y: scroll;
}
@media (max-width: 990px) {
    div.scrollBarWidget {
        height: 250px;
    }
}

div.scrollBarWidgetHQ {
    height: 220px;
    width: 100%;
    overflow-y: scroll;
}
@media (max-width: 990px) {
    div.scrollBarWidgetHQ {
        height: 140px;
    }
}

@media print {
    .border-right-custom{
        border-right: 2px solid black !important;
    }
    td,th{
        border: 1px solid #aeaeae !important;
    }
    #hidden-print-div {
        display: block;
    }
    #wrapper {
        display: none;
    }
    .hidden-on-print{
         display: none!important;
     }
}

.progress {
    background-image: none;
    -webkit-print-color-adjust: exact;
    box-shadow: inset 0 0;
    -webkit-box-shadow: inset 0 0;
}

.sticky-td{
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    min-width: 10vw;
    max-width: 50vw;
    left: -1px;
    z-index: 1000;
}

.sticky-th{
    position: sticky;
    background-color: white;
    min-width: 10vw;
    max-width: 50vw;
    top: 0px;
    z-index: 999;
}

.breakWord{
    white-space: normal !important;
    word-wrap: break-word;
}

.hidden {
    display: none;
}

#btn-save-suggestion-ticket{
    margin-right:250px;
}
.new-suggestion-ticket{
    position: fixed;
    bottom: 1rem;
    float: left;
    margin-right: 37px;
    right: 1rem;
    z-index: 99999;
    border-radius: 50%!important;
    animation: animate 2s linear infinite;
}

.custom-badge-pill{
    border-radius: 10rem!important;
    font-size: 70%!important;
    padding: 4px!important;
}

@keyframes animate {
    0% {
        transform: scale(0.8);
        box-shadow: 0 0 0 10px rgba(248, 245, 41, 0.3);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(245, 184, 55, 0.01);
    }

    100% {
        transform: scale(0.8);
        box-shadow: 0 0 0 10px rgba(248, 245, 41, 0.3);
    }
}
