html,
body {
    height: 100%;
    padding-right:0 !important;
}

body.modal-open {
    overflow: visible;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    width: 100%;
}

.jumbotron .btn {
    font-size: 21px;
    /*padding: 14px 24px;*/
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* 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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

a.linkaction:hover,
a.linkaction:visited,
a.linkaction:focus{
    text-decoration: none;
}

.dayCell{
    margin: 0;
    padding: 0; !important;
    width: 155px;
    height: 151px;
}

tbody.tr.td.dayCell{
    padding: 0; !important;
}

.weekCell{
    margin: 0;
    padding: 0 3px;
    width: 50px;
    height: 151px;
    font-size: large;
    /*color: #2e498b;*/
}

.weekName{
    width: 155px;
}

.holiday{
    background-color: ghostwhite;
}

.today{
    background-color: lightyellow !important;
}

.monthName{
    font-size: 24px;
    color: #777;
}

.monthName:hover{
    color: #ff7043;
    cursor: pointer;
}



.headerModal{
    color: #ff7043;
}

.monthToDate{
    font-size: 10px;
    padding-left: 3px;
}

.notCurrentMonth{
    opacity: 0.4;
}

.icon_table{
    width: 30px;
}
.icon_reg{
    width: 20px;
    margin-right: 5px;
}





.dayAction{
    width: 100%;
    height: 36px;
    color: white;
    margin: 2px 0;
}



.dayAction:hover{
    color: #c6ff00;
    cursor: pointer;
}



.dropBoxIcon{
    width: 20px;
    margin-right: 5px;
    height: 20px;
}

.divComment{
    float: left;
    text-align: left;
    font-size: 11px;
    line-height: 11px;
    width: calc(100% - 154px);
    height: 24px;
    padding: 1px 2px 1px 8px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.popup-addLesson{
    color: #689f38;
    cursor: pointer;
}
.popup-addLesson:hover{
    color: green;
    cursor: pointer;
}

.dropBoxStatus{
    height: 15px;
    width: 15px;
    margin: 2px 5px 0 0;
    display: inline;
}

.dateMenu{
    float: left;
    line-height: 24px; !important;
    margin: 4px 2px;
    vertical-align: middle;
}

.dateMenu:hover{
    color: #ff7043;
    cursor: pointer;
}

.hidenDiv{
    display: none;
}

.showMoreActions{
    height: 10px;
    margin-top: 1px;
    color: #777;
    position: relative;
    text-align: center;
    bottom: 2px;
}

.showMoreActions:hover{
    color: #ff7043;
    cursor: pointer;
}

.iconShowHide{
    height: 10px;
    position: relative;
    bottom: 4px
}

.datepicker{
    width: 255px;
    font-size: 14px;
}

ul.editIcons{
    padding: 5px;
    min-width: 0 !important;
    width: auto !important;
}

ul.editIcons li{
    display: inline !important;
    float: left;
    border: none !important;
}

ul.editIcons a{
    padding: 3px 5px;
}

/* ------------------------------------ */
#calendar {
    width: 100%;
}

#calendar a {
    color: #8e352e;
    text-decoration: none;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    display: block;
    float: left;
    padding: 5px;
    box-sizing:border-box;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar li.weekNumber, li.weekName {
    text-align: center;
    font-weight: bold;
}

#calendar li.weekNumber, li.weekCell {
    width:4.736842105%;
}

#calendar li.weekName, li.dayCell {
    width:13.684210526%;
}

.dayLineBar{
    width: 100%;
    height: 23px;
    margin-bottom: 3px;
    background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(221,221,221,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.dayInfo, .dayBar{
    text-overflow: ellipsis;
    overflow: hidden;
}

.dayBar{
    min-width: 20px;
    float: left;
    font-size: larger;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
    width: 20%;
}

.dayBar:hover, .weekCell:hover{
    color: #ff7043;
    cursor: pointer;
}

.infoDayLine{
    max-width: 70%;
    float: right;
    height: 20px;
}

.dayInfo{
    min-width: 20px;
    max-width: 20px;
    float: right;
    padding: 0 2px;
    text-align: center;
    font-size: smaller;
    /*width: 33%;*/
}

.addAction{
    text-align: right;
    padding-right: 3px;
    float: right;
    min-width: 17px;
    max-width: 17px;
    width: 20%;
}

.timeField{
    max-width: 35px;
    float: left;
    padding: 1px 0 0 3px;
    font-size: 11px;
    line-height: 11px;
}

.lessonIconAction{
    float: left;
    color: white;
    max-width: 22px;
    margin-right: 3px;
    height: 24px;
}

.icon_reg_action{
    width: 100%;
    margin: 1px 0;
    padding: 0;
}

.nameTeacherAction{
    float: left;
    text-align: left;
    font-size: 11px;
    line-height: 11px;
    padding: 1px 2px 1px 0;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 63px;
    max-width: 94px;
    width:calc(100% - 60px);
}

.filterCalendar{
    float: left;
    width: 100%;
    padding-top: 10px;
}

@media(max-width: 992px) {

    #calendar .weekHeader, #calendar .notCurrentMonth, #calendar li.weekCell, .showMoreActions, .filterCalendar {
        display: none;
    }

    .hidenDiv{
        display: block;
    }

    #calendar ul.editIcons{
        padding: 0;
        min-width: 0 !important;
        width: auto !important;
    }

    #calendar ul.editIcons li{
        width: auto !important;
        float: left !important;
        padding: 5px !important;
    }

    #calendar li {
        height: auto !important;
        min-height: 0 !important;
        border: 1px solid #ededed;
        width: 100% !important;
        padding: 10px;
        margin-bottom: -1px;
    }


    #calendar .date {
        float: none;
    }
}
/*-----------------------------------STATISTICS-----------------------------------*/
.cellTotalUser{
    background-color: #f8f8ff;
    font-weight: bold;
    color: #ff714f;
    /*font-size: larger;*/
    width: 45px;
}

.cellTotalLesson{
    background-color: #f8f8ff;
    font-weight: bold;
    color: #ff714f;
    /*font-size: larger;*/
}

.cellToMiddle{
    vertical-align: middle;
    text-align: center;
}

.cellTotalMonth{
    font-size: larger;
    width: 80px !important;
    max-width: 80px;
}

.cellLesson{
    width: 160px;
}

.cellLessonStatus{
    width: 40px;
}

.cellStTeach{
    vertical-align: middle;
    max-width: 160px;
    padding: 3px;
    /*font-size: larger;*/
    /*font-weight: bold;*/
}

.statTable{
    border-collapse: collapse;
}

.statTable td, .statTable th{
    border: solid 1px #e2e2e2;
}

.daterangepicker th {
    border: 0 !important;
}

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

.cursor {
    cursor: pointer;
}

.buttonBT {
    padding: 5px 10px;
    background-color: green;
    border-radius: 6px;
    color: white;
    font-weight: bold;
}

.verticalAl {
    vertical-align: middle!important;
}

.lessonLevelReport {
    border-left: 1px solid #ededee;
    border-right: 1px solid #ededee;
    margin-bottom: 20px;
}

.progress {
    padding: 0;
}

.lessonListReport {
    font-size: small;
}

.currencyRepLessonList {
    font-size: xx-small;
}
.currencyRepMoneyLesson {
    font-size: x-small;
}

.currencyRepMoneyStudent {
    font-size: larger;
}

.currencyRepMoneyTotal {
    font-size: large;
    font-weight: bold;
}

.teacherBlock {
    margin-bottom: 50px;
}

.finishedMoneyRep {
    font-weight: bold;
}

.legendLessonInfo{
    font-weight: bold;
    font-size: smaller;
    margin-bottom: 5px;
}

.studentsName {
    /*max-width: 94px;*/
    min-width: 63px;
    width: calc(100% - 50px);
}

.cutBlock {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}