#TopMenuItemUserName {
    padding: 5px !important;
}
.info-font {font-size:13px !important;}
.k-window-title {
    font-size: 20px;
    font-weight: bold;
}
.btn-primary {
    font-weight: bold !important;
    line-height: 1.7;
}
.k-multiselect-wrap li {
    padding: 2px 10px 2px 10px !important;
    line-height: 25px !important;
    font-size: 15px !important;
    font-weight: bold !important;
}
.k-multiselect-wrap input {color: gray !important;}
.alertify {z-index: 99999;}
div.swal2-loading {background-color: transparent;width:100% !important; height:100% !important;}
.alertify-notifier {z-index:99999!important;}
.k-window-action {width:20px!important;height:20px!important;}
.k-grid .k-icon {margin: 0px !important;}
.k-window-titlebar {height: 35px !important;}
.padding0 {padding:0px !important;}
.margin0 {margin:0px !important;}
.margin5 {margin:5px !important;}
.margin10 {margin:10px !important;}
.width100{width:100% !important;}
.width90{width:90% !important;}
.width80{width:80% !important;}
.close-tab-button {
    top: 3px;
    position: absolute;
    cursor: pointer;
    z-index: 0;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    margin: 0;
    background: transparent;
    border: none !important;
}
#EmptyTable {
    width: 100%;
    /*margin-top: 15px;*/
}
.empty-lesson {
    height: 45px;
    /*width: 16.666%;*/
    background: #FBEC88;
}
.swal2-container {z-index: 99999;}
.swal2-popup {font-size: 1.4rem !important;}
.fancybox-inner {overflow-x: hidden !important;}
* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.k-grid-header th.k-header:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-filter-row > th:first-child {
    border-left-width: 1px !important;
}
.Red {
    color: red;
}
.form-control {
    padding: 5px 14px;
    display: inline-block !important;
    width: 95% !important;
    height: auto;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.page-header {
    margin: 10px !important;
    font-size: 20px !important;
}
.k-combobox {
    width: 95% !important;
}

.k-dropdown {
    width: 95% !important;
}

.k-datepicker {
    width: 95% !important;
}

.k-numerictextbox:not(.pageSizeNumaric) {
    width: 95% !important;
}
.k-grid {
    border-radius: 0px !important;
}
.k-addNew-button {
    font-size: 15px;
    margin-top: 10px;
    float: right;
}
.k-save-button {
    font-size: 15px;
    float: right;
    margin-top: -10px;
}

.css_image_shadows {
    z-index: 1;
    width: 600px;
    padding: 10px 0;
    margin: 0 auto;
}

    .css_image_shadows:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
        font-size: 0;
    }

/* Shared styles */

.drop-shadow {
    text-align: center;
    float: left;
    width: 40%;
    margin: 3px 0px 3px 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .drop-shadow p {
        font-size: 16px;
        font-weight: bold;
    }

/* Lifted corners */
/*.right {
    float: right;
    width: 100%;
}

    .right table {
        background: #C8E2FB;
        width: 100%;
        border: 1px solid;
    }

td, tr {
    border: 1px solid;
}

.right td {
    text-align: center;
    width: 30px;
}

    .right td.drop {
        background: #fafafa;
        width: 100px;
    }

    .right td.over {
        background: #FBEC88;
    }*/
.day-name {
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
}
.section-name {
    color: red;
    font-weight: bold;
    font-size: 13px;
    padding: 0 5px 0 5px;
}
#LessonsData table {
    width: 100%;
    background-color: white;
    font-size: 13px;
}
#LessonsData td {
    border: 1px solid #ddd8d8;
    /*padding: 2px 3px 3px 2px;*/
}
.title, .time {
    font-family: Arial Black;
    text-align: center;
    /*width: 7%;*/
}

.assigned {
    padding: 4px !important;
    font-size: 11px !important;
    font-weight: bold;
    border: 1px solid black;

   
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 97% !important;
    color: White;
    text-align: center;
    background: #fafafa;
   
    height: auto !important;
    font-family: 'Segoe UI';
    max-width: 300px;
}

