    @font-face {
        font-family: Benfont;
        src: url(fonts/Nunito-Regular.ttf);
        /*src: url(fonts/OpenSans-Regular.ttf);
src: url(fonts/Raleway-Regular.ttf);
src: url(fonts/quicksand.otf);*/
    }
    
    body {
        font-family: Benfont;
    }
    
    a {
        color: #1e4385 !important;
    }
    
    .benbottom {
        position: fixed !important;
        bottom: 10px;
        right: 10px;
        width: 300px;
    }
    
    .pad15 {
        padding: 15px;
    }
    
    .margin15 {
        margin: 15px;
    }
    
    .pointer {
        cursor: pointer;
    }
    
    .btn-file {
        overflow: hidden;
        position: relative;
        vertical-align: middle;
    }
    
    .btn-file>input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }
    
    .fileinput {
        margin-bottom: 9px;
        display: inline-block;
    }
    
    .fileinput .uneditable-input {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        cursor: text;
    }
    
    .fileinput i+.fileinput-filename,
    .fileinput .btn+.fileinput-filename {
        padding-left: 5px;
    }
    
    .fileinput.fileinput-exists .close {
        opacity: 1;
        color: #dee0e4;
        position: relative;
        top: 3px;
        margin-left: 5px;
    }
    
    .fileinput .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }
    
    .fileinput .thumbnail[data-trigger="fileinput"] {
        cursor: pointer;
    }
    
    .fileinput .thumbnail:before,
    .fileinput .thumbnail:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }
    
    .fileinput .thumbnail:after {
        clear: both;
    }
    
    .fileinput .thumbnail>img {
        max-height: 100%;
        display: block;
    }
    
    .fileinput .btn {
        vertical-align: middle;
    }
    
    .fileinput-exists .fileinput-new,
    .fileinput-new .fileinput-exists {
        display: none;
    }
    
    .fileinput-inline .fileinput-controls {
        display: inline;
    }
    
    .fileinput .uneditable-input {
        white-space: normal;
    }
    
    .fileinput-new .input-group .btn-file {
        border-radius: 0 3px 3px 0;
    }
    
    .fileinput-new .input-group .btn-file.btn-xs,
    .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 2px 2px 0;
    }
    
    .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 3px 3px 0;
    }
    
    .form-group.has-warning .fileinput .uneditable-input {
        color: #574802;
        border-color: #ffd78a;
    }
    
    .form-group.has-warning .fileinput .fileinput-preview {
        color: #574802;
    }
    
    .form-group.has-warning .fileinput .thumbnail {
        border-color: #ffd78a;
    }
    
    .form-group.has-error .fileinput .uneditable-input {
        color: #ac1818;
        border-color: #ffafbd;
    }
    
    .form-group.has-error .fileinput .fileinput-preview {
        color: #ac1818;
    }
    
    .form-group.has-error .fileinput .thumbnail {
        border-color: #ffafbd;
    }
    
    .form-group.has-success .fileinput .uneditable-input {
        color: #045702;
        border-color: #b4e8a8;
    }
    
    .form-group.has-success .fileinput .fileinput-preview {
        color: #045702;
    }
    
    .form-group.has-success .fileinput .thumbnail {
        border-color: #b4e8a8;
    }
    
    .input-group-addon:not(:first-child) {
        border-left: 0;
    }
    
    .fileinput .uneditable-input,
    .fileinput-new .input-group .btn-file {
        display: table-cell !important;
    }
    
    .toast-title {
        font-weight: bold;
    }
    
    .toast-message {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
    
    .toast-message a,
    .toast-message label {
        color: #ffffff;
    }
    
    .toast-message a:hover {
        color: #cccccc;
        text-decoration: none;
    }
    
    .toast-close-button {
        position: relative;
        right: -0.3em;
        top: -0.3em;
        float: right;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        -webkit-text-shadow: 0 1px 0 #ffffff;
        text-shadow: 0 1px 0 #ffffff;
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    .bold {
        font-weight: bold;
    }
    
    .btn-primary {
        background-color: rgba(83, 5, 73, 0.863);
    }
    
    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        -webkit-opacity: 0.4;
        -moz-opacity: 0.4;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
    /*Additional properties for button version
iOS requires the button element instead of an anchor tag.
If you want the anchor version, it requires `href="#!"`.*/
    
    button.toast-close-button {
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
    }
    
    .toast-top-full-width {
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .toast-bottom-full-width {
        bottom: 0;
        right: 0;
        width: 100%;
    }
    
    .toast-top-left {
        top: 12px;
        left: 12px;
    }
    
    .toast-top-right {
        top: 12px;
        right: 12px;
    }
    
    .toast-bottom-right {
        right: 12px;
        bottom: 12px;
    }
    
    .toast-bottom-left {
        bottom: 12px;
        left: 12px;
    }
    
    #confetti {
        height: 100%;
        left: 0px;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: -1;
    }
    
    table h1,
    table h2,
    table h3,
    table h4,
    table h5 {
        margin-bottom: 0px;
    }
    
    #toast-container {
        position: fixed;
        z-index: 999999;
        /*overrides*/
    }
    
    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #toast-container>div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        color: #ffffff;
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    #toast-container> :hover {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        filter: alpha(opacity=100);
        cursor: pointer;
    }
    
    #toast-container>.toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }
    
    #toast-container>.toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }
    
    #toast-container>.toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }
    
    #toast-container>.toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }
    
    #toast-container.toast-top-full-width>div,
    #toast-container.toast-bottom-full-width>div {
        width: 96%;
        margin: auto;
    }
    
    #toast-container .toast-success.black,
    #toast-container .toast-error.black,
    #toast-container .toast-info.black,
    #toast-container .toast-warning.black {
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
    }
    
    .toast {
        background-color: #030303;
    }
    
    .toast-success {
        background-color: #00a651;
    }
    
    .toast-error {
        background-color: #cc2424;
    }
    
    .toast-info {
        background-color: #21a9e1;
    }
    
    .toast-warning {
        background-color: #f89406;
    }
    /*Responsive Design*/
    
    @media all and (max-width: 240px) {
        #toast-container>div {
            padding: 8px 8px 8px 50px;
            width: 11em;
        }
        #toast-container .toast-close-button {
            right: -0.2em;
            top: -0.2em;
        }
    }
    
    @media all and (min-width: 241px) and (max-width: 480px) {
        #toast-container>div {
            padding: 8px 8px 8px 50px;
            width: 18em;
        }
        #toast-container .toast-close-button {
            right: -0.2em;
            top: -0.2em;
        }
    }
    
    @media all and (min-width: 481px) and (max-width: 768px) {
        #toast-container>div {
            padding: 15px 15px 15px 50px;
            width: 25em;
        }
    }
    
    .dropotron {
        width: 20em;
    }
    
    div.input-group select {
        -moz-appearance: button-arrow-down;
        -webkit-appearance: button-arrow-down;
        -ms-appearance: button-arrow-down;
    }
    
    .level-1 {
        overflow-y: auto;
        max-height: 400px;
    }
    
    .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px
    }
    
    .breadcrumb>li {
        display: inline-block
    }
    
    .breadcrumb>li+li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #cccccc
    }
    
    .breadcrumb>.active {
        color: #999999
    }
    
    .pagination {
        display: inline-block;
        padding-left: 0;
        border-radius: 4px
    }
    
    .pagination>li {
        display: inline
    }
    
    .pagination>li>a,
    .pagination>li>span {
        position: relative;
        float: left;
        padding: 8px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #2fa4e7;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        margin-left: -1px
    }
    
    .pagination>li:first-child>a,
    .pagination>li:first-child>span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px
    }
    
    .pagination>li:last-child>a,
    .pagination>li:last-child>span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px
    }
    
    .pagination>li>a:hover,
    .pagination>li>span:hover,
    .pagination>li>a:focus,
    .pagination>li>span:focus {
        color: #157ab5;
        background-color: #eeeeee;
        border-color: #dddddd
    }
    
    .pagination>.active>a,
    .pagination>.active>span,
    .pagination>.active>a:hover,
    .pagination>.active>span:hover,
    .pagination>.active>a:focus,
    .pagination>.active>span:focus {
        z-index: 2;
        color: #999999;
        background-color: #f5f5f5;
        border-color: #dddddd;
        cursor: default
    }
    
    .pagination>.disabled>span,
    .pagination>.disabled>span:hover,
    .pagination>.disabled>span:focus,
    .pagination>.disabled>a,
    .pagination>.disabled>a:hover,
    .pagination>.disabled>a:focus {
        color: #999999;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed
    }
    
    .pagination-lg>li>a,
    .pagination-lg>li>span {
        padding: 14px 16px;
        font-size: 18px
    }
    
    .pagination-lg>li:first-child>a,
    .pagination-lg>li:first-child>span {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px
    }
    
    .pagination-lg>li:last-child>a,
    .pagination-lg>li:last-child>span {
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px
    }
    
    .pagination-sm>li>a,
    .pagination-sm>li>span {
        padding: 5px 10px;
        font-size: 12px
    }
    
    .pagination-sm>li:first-child>a,
    .pagination-sm>li:first-child>span {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px
    }
    
    .pagination-sm>li:last-child>a,
    .pagination-sm>li:last-child>span {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px
    }
    /*
@media all and (max-width:768px) {
table,
tr,
td,
tbody,
td p table div,
table table {
width: 100%!important;
float: left;
clear: both;
display: block;
text-align: center;
}
}

*/
    
    .tab-content .table th,
    .table td {
        border-top: none;
    }
    
    .datatable_lightfocus {
        outline: 2px #cccccc solid;
    }
    
    .dataTables_filter {
        float: right;
    }
    
    table.dataTable.fixedHeader-floating {
        margin-top: 70px !important;
    }
    
    .date_only_benny,
    .time_only_benny,
    .form-group .select2-container .select2-selection--single {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: #f8f8f8;
        border-radius: 6px;
        border: solid 1px #e5e5e5;
        display: block;
        outline: 0;
        padding: 0 1em;
        text-decoration: none;
        height: 3em;
        width: 100%;
        padding-top: 10px;
    }
    
    .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 10px;
    }
    
    .date_only_benny:focus,
    .time_only_benny:focus,
    .form-group .select2-container .select2-selection--single:focus {
        background-color: #fff;
    }
    
    .fc-event-vert .fc-event-time {
        white-space: nowrap;
        font-size: inherit;
    }
    
    .fc-head-container table {
        margin: 0 0 0 0;
        width: 100%;
    }
    
    .fc-time-grid-event .fc-time {
        font-size: inherit;
        white-space: nowrap;
        color: #fff;
    }
    
    .fc-time-grid-event .fc-title {
        color: #fff;
        font-size: 1.4em;
    }
    
    .bottom_vert {
        margin-top: auto;
        margin-bottom: 1px;
    }
    
    .form-group .select2-container {
        width: 100% !important;
    }
    
    ol .row {
        display: block;
        margin-bottom: 5px;
    }
    
    .fc-content-skeleton table thead {
        border-bottom: none !important;
        border-bottom-style: none !important;
        border-bottom-color: none !important;
    }
    
    .fc-content-skeleton table tr {
        border: none !important;
    }
    
    hr.swal2-spacer {
        border: 0;
        border-bottom: solid 2px #e5e5e5;
        margin: 0.2em 0;
    }
    
    .fc .fc-row .fc-content-skeleton table,
    .fc .fc-row .fc-content-skeleton tbody td,
    .fc .fc-row .fc-helper-skeleton tbody td {
        background: 0 0;
        border-color: transparent;
        padding: 10px 0px;
    }
    
    div.fc-widget-header>table:nth-child(1)>thead:nth-child(1)>tr:nth-child(1) {
        background-color: #f5f5f5;
    }
    
    .fc-event,
    .fc-event-dot {
        background-color: #3a87ad;
        color: #ffffff !important;
    }
    
    .fc-day-grid-event .fc-content,
    .fc-time-grid .fc-event {
        white-space: normal;
        cursor: pointer;
    }
    
    .fc-event,
    .fc-event-dot {
        background-color: #ce2525;
        color: #ffffff !important;
        border: 1px solid transparent;
    }
    
    .swal2-modal .swal2-title {
        line-height: inherit;
    }
    
    ul.pagination li {
        padding-left: 0em;
    }
    
    a.button:hover {
        color: #fff9d5;
        text-decoration: none !important;
    }
    
    .mail-env {
        position: relative;
    }
    
    .mail-env:before,
    .mail-env:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }
    
    .mail-env:after {
        clear: both;
    }
    
    .mail-env .mail-sidebar,
    .mail-env .mail-body {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .mail-env .mail-sidebar:before,
    .mail-env .mail-body:before,
    .mail-env .mail-sidebar:after,
    .mail-env .mail-body:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }
    
    .mail-env .mail-sidebar:after,
    .mail-env .mail-body:after {
        clear: both;
    }
    
    .mail-env .mail-sidebar-row {
        padding: 20px;
    }
    
    .mail-env>.mail-sidebar-row.visible-xs {
        padding-bottom: 0;
    }
    
    .mail-env .mail-sidebar {
        width: 25%;
        background: #f9f9f9;
        border-right: 1px solid #ebebeb;
        position: relative;
    }
    
    .mail-env .mail-sidebar>h4 {
        padding: 20px;
    }
    
    .mail-env .mail-sidebar .mail-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #ebebeb;
    }
    
    .mail-env .mail-sidebar .mail-menu>li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ebebeb;
    }
    
    .mail-env .mail-sidebar .mail-menu>li a {
        display: block;
        padding: 20px;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    
    .mail-env .mail-sidebar .mail-menu>li a .badge {
        font-size: 13px;
    }
    
    .mail-env .mail-sidebar .mail-menu>li a .badge-gray {
        background: transparent;
        border: 1px solid #ebebeb;
    }
    
    .mail-env .mail-sidebar .mail-menu>li a .badge-roundless {
        display: inline-block;
        width: 14px;
        height: 14px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .mail-env .mail-sidebar .mail-menu>li:hover a {
        background: rgba(255, 255, 255, 0.8);
    }
    
    .mail-env .mail-sidebar .mail-menu>li.active a {
        background: #fff;
        font-weight: bold;
    }
    
    .mail-env .mail-sidebar .mail-distancer {
        height: 40px;
    }
    
    .mail-env .mail-body {
        width: 75%;
        float: right;
        overflow: hidden;
    }
    
    .mail-env .mail-body .mail-header {
        padding: 20px;
        border-bottom: 1px solid #ebebeb;
    }
    
    .mail-env .mail-body .mail-header:before,
    .mail-env .mail-body .mail-header:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }
    
    .mail-env .mail-body .mail-header:after {
        clear: both;
    }
    
    .mail-env .mail-body .mail-header .mail-title {
        margin: 0;
        padding: 0;
        font-size: 20px;
        float: left;
        width: 75%;
        padding-right: 20px;
        color: #303641;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .mail-env .mail-body .mail-header .mail-title span.count {
        font-weight: normal;
        -webkit-opacity: 0.3;
        -moz-opacity: 0.3;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
        filter: alpha(opacity=30);
    }
    
    .mail-env .mail-body .mail-header .mail-title .label {
        font-size: 9px;
        position: relative;
        top: -4px;
    }
    
    .mail-env .mail-body .mail-header .mail-links {
        float: left;
        text-align: right;
        width: 25%;
    }
    
    .mail-env .mail-body .mail-header .mail-search.mail-links>.btn,
    .mail-env .mail-body .mail-header .mail-links.mail-links>.btn {
        margin-left: 5px;
        font-size: 11px;
    }
    
    .mail-env .mail-body .mail-header .mail-search.mail-links>.btn:first-child,
    .mail-env .mail-body .mail-header .mail-links.mail-links>.btn:first-child {
        margin-left: 0;
    }
    
    .mail-env .mail-body .mail-header .mail-search .form-control[type="text"],
    .mail-env .mail-body .mail-header .mail-links .form-control[type="text"] {
        height: 29px;
    }
    
    .mail-env .mail-body .mail-info {
        background: #f3f4f4;
        display: table;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        border-bottom: 1px solid #ebebeb;
    }
    
    .mail-env .mail-body .mail-info:before,
    .mail-env .mail-body .mail-info:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }
    
    .mail-env .mail-body .mail-info:after {
        clear: both;
    }
    
    .mail-env .mail-body .mail-info .mail-sender,
    .mail-env .mail-body .mail-info .mail-date {
        color: #a6a6a6;
        padding: 10px 0px 0px 20px;
        vertical-align: middle;
    }
    
    .mail-env .mail-body .mail-info .mail-sender.mail-sender span,
    .mail-env .mail-body .mail-info .mail-date.mail-sender span {
        font-weight: bold;
        color: #333333;
    }
    
    .mail-env .mail-body .mail-info .mail-sender.mail-sender img,
    .mail-env .mail-body .mail-info .mail-date.mail-sender img {
        margin-right: 5px;
    }
    
    .mail-env .mail-body .mail-info .mail-sender.mail-sender .dropdown-menu:after,
    .mail-env .mail-body .mail-info .mail-date.mail-sender .dropdown-menu:after {
        position: absolute;
        content: '';
        display: block;
        top: -5px;
        left: 17%;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 3px 4px 3px;
        border-color: transparent transparent #cc2424 transparent;
    }
    
    .mail-env .mail-body .mail-info .mail-sender.mail-date,
    .mail-env .mail-body .mail-info .mail-date.mail-date {
        text-align: right;
    }
    
    .mail-env .mail-body .mail-text {
        border-bottom: 1px solid #ebebeb;
        padding: 20px;
    }
    
    .mail-env .mail-body .mail-attachments {
        padding: 20px;
        border-bottom: 1px solid #ebebeb;
    }
    
    .mail-env .mail-body .mail-attachments h4 {
        margin-bottom: 30px;
        line-height: 1;
    }
    
    .mail-env .mail-body .mail-attachments h4 span {
        -webkit-opacity: 0.4;
        -moz-opacity: 0.4;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
    
    .mail-env .mail-body .mail-attachments ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .mail-env .mail-body .mail-attachments ul:before,
    .mail-env .mail-body .mail-attachments ul:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }
    
    .mail-env .mail-body .mail-attachments ul:after {
        clear: both;
    }
    
    .mail-env .mail-body .mail-attachments ul li {
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 30px;
        margin-bottom: 20px;
    }
    
    .mail-env .mail-body .mail-attachments ul li>a {
        display: block;
    }
    
    .mail-env .mail-body .mail-attachments ul li>a img {
        position: relative;
        display: block;
        line-height: 1;
        margin-bottom: 10px;
    }
    
    .mail-env .mail-body .mail-attachments ul li>a.thumb {
        position: relative;
    }
    
    .mail-env .mail-body .mail-attachments ul li>a.thumb:after {
        font-family: 'Entypo';
        content: '\e826';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        background: #fff;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
        font-size: 28px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background: rgba(0, 0, 0, 0.25);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    
    .mail-env .mail-body .mail-attachments ul li>a.thumb:hover:after {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    .mail-env .mail-body .mail-attachments ul li>a.thumb.download:after {
        content: '\e82d';
    }
    
    .mail-env .mail-body .mail-attachments ul li>a.name span {
        color: #666666;
        float: right;
    }
    
    .mail-env .mail-body .mail-attachments ul li .links {
        display: block;
        font-size: 11px;
        color: #666666;
        margin-top: 6px;
    }
    
    .mail-env .mail-body .mail-attachments ul li .links a {
        color: #666666;
    }
    
    .mail-env .mail-body .mail-reply {
        padding: 20px;
    }
    
    .mail-env .mail-body .mail-reply .fake-form {
        padding: 20px;
        border: 2px solid #ebebeb;
        min-height: 100px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    
    .mail-env .mail-body .mail-reply .fake-form>div a {
        font-weight: bold;
        color: #ec5956;
    }
    
    .mail-env .mail-body .mail-compose {
        padding: 20px;
    }
    
    .mail-env .mail-body .mail-compose .form-group {
        position: relative;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 15px;
    }
    
    .mail-env .mail-body .mail-compose .form-group label {
        position: absolute;
        left: 10px;
        top: 7px;
        z-index: 10;
    }
    
    .mail-env .mail-body .mail-compose .form-group input {
        border-color: transparent;
        position: relative;
        z-index: 5;
        padding-left: 100px;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    
    .mail-env .mail-body .mail-compose .form-group input:focus {
        background: #f9f9f9;
        border-color: #f4f4f4;
    }
    
    .mail-env .mail-body .mail-compose .form-group .field-options {
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 12;
    }
    
    .mail-env .mail-body .mail-compose .form-group .field-options a {
        display: inline-block;
        background: #f3f4f4;
        color: #7e8186;
        padding: 2px 6px;
        margin-left: 4px;
        text-align: center;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    .mail-env .mail-body .mail-compose .compose-message-editor {
        padding-top: 5px;
    }
    
    .mail-env .mail-body .mail-compose .compose-message-editor textarea {
        height: 400px;
    }
    
    .mail-env .mail-body>div:last-child {
        border-bottom: 0;
    }
    
    .mail-env .mail-body .mail-table {
        margin-bottom: 0;
    }
    
    .mail-env .mail-body .mail-table thead tr th,
    .mail-env .mail-body .mail-table tfoot tr th {
        background: #ebebeb;
        border: 0;
        color: #666666;
        vertical-align: middle;
        border-bottom: 0;
    }
    
    .mail-env .mail-body .mail-table thead tr th a,
    .mail-env .mail-body .mail-table tfoot tr th a {
        color: #666666;
    }
    
    .mail-env .mail-body .mail-table thead tr th .mail-select-options,
    .mail-env .mail-body .mail-table tfoot tr th .mail-select-options {
        float: left;
        padding-top: 5px;
    }
    
    .mail-env .mail-body .mail-table thead tr th .mail-pagination,
    .mail-env .mail-body .mail-table tfoot tr th .mail-pagination {
        float: right;
    }
    
    .mail-env .mail-body .mail-table thead tr th .mail-pagination span,
    .mail-env .mail-body .mail-table tfoot tr th .mail-pagination span {
        color: rgba(102, 102, 102, 0.5);
    }
    
    .mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group,
    .mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group {
        margin-left: 5px;
    }
    
    .mail-env .mail-body .mail-table thead tr th .mail-pagination .btn-group .btn-sm,
    .mail-env .mail-body .mail-table tfoot tr th .mail-pagination .btn-group .btn-sm {
        padding-left: 7px;
        padding-right: 7px;
    }
    
    .mail-env .mail-body .mail-table tbody tr td {
        border-top: 0;
        border-bottom: 1px solid #ebebeb;
        height: 50px;
        vertical-align: middle;
        background: #f9f9f9;
    }
    
    .mail-env .mail-body .mail-table tbody tr td.col-name,
    .mail-env .mail-body .mail-table tbody tr td.col-subject {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a,
    .mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a {
        color: #8c8c8c;
    }
    
    .mail-env .mail-body .mail-table tbody tr td.col-name.col-subject a.label,
    .mail-env .mail-body .mail-table tbody tr td.col-subject.col-subject a.label {
        color: #fff;
    }
    
    .mail-env .mail-body .mail-table tbody tr td.col-name {
        width: 25%;
    }
    
    .mail-env .mail-body .mail-table tbody tr td.col-subject a {
        display: inline-block;
        max-width: 400px;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .mail-env .mail-body .mail-table tbody tr td.col-options {
        text-align: right;
    }
    
    .mail-env .mail-body .mail-table tbody tr td.col-options a {
        color: #999999;
    }
    
    .mail-env .mail-body .mail-table tbody tr td.col-time {
        width: 12%;
        text-align: right;
        color: rgba(102, 102, 102, 0.5);
    }
    
    .mail-env .mail-body .mail-table tbody tr td .star {
        display: inline-block;
        color: #dddddd;
        margin-right: 5px;
        font-size: 14px;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    
    .mail-env .mail-body .mail-table tbody tr td .star.stared,
    .mail-env .mail-body .mail-table tbody tr td .star.starred {
        color: #ff9600;
    }
    
    .mail-env .mail-body .mail-table tbody tr td>.label:first-child {
        margin-left: 0;
    }
    
    .mail-env .mail-body .mail-table tbody tr.unread>td {
        background-color: #fff !important;
    }
    
    .mail-env .mail-body .mail-table tbody tr.unread>td.col-name a {
        font-weight: bold;
    }
    
    .mail-env .mail-body .mail-table tbody tr.highlight>td {
        background-color: #ffffcc !important;
    }
    
    .mail-env .mail-body .mail-table>thead>tr>td:first-child,
    .mail-env .mail-body .mail-table>tbody>tr>td:first-child,
    .mail-env .mail-body .mail-table>tfoot>tr>td:first-child,
    .mail-env .mail-body .mail-table>thead>tr>th:first-child,
    .mail-env .mail-body .mail-table>tbody>tr>th:first-child,
    .mail-env .mail-body .mail-table>tfoot>tr>th:first-child {
        padding-left: 20px;
    }
    
    .mail-env .mail-body .mail-table>thead>tr>td:last-child,
    .mail-env .mail-body .mail-table>tbody>tr>td:last-child,
    .mail-env .mail-body .mail-table>tfoot>tr>td:last-child,
    .mail-env .mail-body .mail-table>thead>tr>th:last-child,
    .mail-env .mail-body .mail-table>tbody>tr>th:last-child,
    .mail-env .mail-body .mail-table>tfoot>tr>th:last-child {
        padding-right: 20px;
    }
    
    .mail-env .mail-body .mail-table>thead>tr>thX:first-child,
    .mail-env .mail-body .mail-table>tbody>tr>thX:first-child,
    .mail-env .mail-body .mail-table>tfoot>tr>thX:first-child {
        position: relative;
    }
    
    .mail-env .mail-body .mail-table>thead>tr>thX:first-child:before,
    .mail-env .mail-body .mail-table>tbody>tr>thX:first-child:before,
    .mail-env .mail-body .mail-table>tfoot>tr>thX:first-child:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        width: 20px;
        background: #FFF;
    }
    
    .mail-env .mail-body .mail-table>thead>tr>thX:last-child,
    .mail-env .mail-body .mail-table>tbody>tr>thX:last-child,
    .mail-env .mail-body .mail-table>tfoot>tr>thX:last-child {
        position: relative;
    }
    
    .mail-env .mail-body .mail-table>thead>tr>thX:last-child:before,
    .mail-env .mail-body .mail-table>tbody>tr>thX:last-child:before,
    .mail-env .mail-body .mail-table>tfoot>tr>thX:last-child:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        width: 20px;
        background: #FFF;
    }
    
    .mail-env .mail-body .mail-table>tbody>tr:nth-child(odd)>td {
        background: #fbfbfb;
    }
    
    .mail-env .mail-body .mail-table .neon-cb-replacement {
        top: 2px;
    }
    
    .mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper {
        background: #fff;
        border-color: #dfdfdf;
    }
    
    .mail-env .mail-body .mail-table .neon-cb-replacement .cb-wrapper .checked {
        background: #dfdfdf;
    }
    
    .mail-env.right-sidebar .mail-sidebar {
        border-left: 1px solid #ebebeb;
        border-right: 0;
    }
    
    .mail-env.right-sidebar .mail-body {
        float: left;
    }
    
    @media (max-width: 999px) {
        .mail-env .mail-body .mail-table tbody tr td.col-subject a {
            max-width: 280px;
        }
    }
    
    @media (max-width: 959px) {
        .mail-env .mail-body .mail-header div.mail-title {
            width: 100%;
            white-space: normal;
        }
        .mail-env .mail-body .mail-header .mail-links {
            float: none;
            width: 100%;
            text-align: left;
            clear: left;
            padding-top: 10px;
        }
        .mail-env .mail-body .mail-info {
            display: block;
        }
        .mail-env .mail-body .mail-info .mail-sender,
        .mail-env .mail-body .mail-info .mail-date {
            display: block;
            width: 100%;
        }
        .mail-env .mail-body .mail-info .mail-sender.mail-sender,
        .mail-env .mail-body .mail-info .mail-date.mail-sender {
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ebebeb;
        }
        .mail-env .mail-body .mail-info .mail-sender.mail-date,
        .mail-env .mail-body .mail-info .mail-date.mail-date {
            text-align: left;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .mail-env .mail-body .mail-compose .compose-message-editor textarea {
            height: 300px;
        }
    }
    
    @media (max-width: 768px) {
        .mail-env .mail-sidebar {
            width: 30.8%;
        }
        .mail-env .mail-body {
            width: 69.2%;
        }
        .mail-env .mail-body .mail-table tbody tr td.col-options {
            display: none;
        }
        .mail-env .mail-body .mail-table tbody tr td.col-subject a {
            max-width: 160px;
        }
        .mail-env .mail-body .mail-compose .compose-message-editor textarea {
            height: 240px;
        }
    }
    
    @media (max-width: 767px) {
        .fh5co-form {
            margin-top: 1em !important;
        }
        .mail-env .mail-sidebar,
        .mail-env .mail-body {
            width: 100%;
            float: none;
        }
        .mail-env .mail-body .mail-header .mail-title,
        .mail-env .mail-body .mail-header .mail-search,
        .mail-env .mail-body .mail-header .mail-links {
            float: none;
            width: 100%;
        }
        .mail-env .mail-body .mail-header .mail-title.mail-search,
        .mail-env .mail-body .mail-header .mail-search.mail-search,
        .mail-env .mail-body .mail-header .mail-links.mail-search,
        .mail-env .mail-body .mail-header .mail-title.mail-links,
        .mail-env .mail-body .mail-header .mail-search.mail-links,
        .mail-env .mail-body .mail-header .mail-links.mail-links {
            margin-top: 20px;
        }
        .mail-env .mail-body .mail-header .mail-links {
            padding-top: 0;
        }
    }
    
    @media (max-width: 449px) {
        .fh5co-form {
            margin-top: 1em !important;
        }
        .mail-env .mail-body .mail-table tbody tr td.col-subject a {
            max-width: 40px;
        }
        .mail-env .mail-body .mail-table tbody tr>td.col-name a.star {
            display: none;
        }
        .mail-env .mail-body .mail-table>thead>tr>td:last-child,
        .mail-env .mail-body .mail-table>tbody>tr>td:last-child,
        .mail-env .mail-body .mail-table>tfoot>tr>td:last-child,
        .mail-env .mail-body .mail-table>thead>tr>th:last-child,
        .mail-env .mail-body .mail-table>tbody>tr>th:last-child,
        .mail-env .mail-body .mail-table>tfoot>tr>th:last-child {
            padding-right: 10px;
        }
        .mail-env .mail-body .mail-table>thead>tr>td:first-child,
        .mail-env .mail-body .mail-table>tbody>tr>td:first-child,
        .mail-env .mail-body .mail-table>tfoot>tr>td:first-child,
        .mail-env .mail-body .mail-table>thead>tr>th:first-child,
        .mail-env .mail-body .mail-table>tbody>tr>th:first-child,
        .mail-env .mail-body .mail-table>tfoot>tr>th:first-child {
            padding-left: 10px;
        }
    }
    
    .mail-body {
        border-left: solid rgba(200, 200, 200, 0.2) 7px;
    }
    
    .small_ben {
        font-size: 50% !important;
        margin: 0px;
    }
    /* switch */
    
    .switch {
        font-size: 1rem;
        position: relative;
    }
    
    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0;
    }
    
    .switch input+label {
        position: relative;
        min-width: calc(calc(2.375rem * 0.8) * 2);
        border-radius: calc(2.375rem * 0.8);
        height: calc(2.375rem * 0.8);
        line-height: calc(2.375rem * 0.8);
        display: inline-block;
        cursor: pointer;
        outline: none;
        user-select: none;
        vertical-align: middle;
        text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
    }
    
    .switch input+label::before,
    .switch input+label::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(calc(2.375rem * 0.8) * 2);
        bottom: 0;
        display: block;
    }
    
    .switch input+label::before {
        right: 0;
        background-color: #dee2e6;
        border-radius: calc(2.375rem * 0.8);
        transition: 0.2s all;
    }
    
    .switch input+label::after {
        top: 2px;
        left: 2px;
        width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
        height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
        border-radius: 50%;
        background-color: white;
        transition: 0.2s all;
    }
    
    .switch input:checked+label::before {
        background-color: #dd9400;
    }
    
    .switch input:checked+label::after {
        margin-left: calc(2.375rem * 0.8);
    }
    
    .switch input:focus+label::before {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
    }
    
    .switch input:disabled+label {
        color: #868e96;
        cursor: not-allowed;
    }
    
    .switch input:disabled+label::before {
        background-color: #e9ecef;
    }
    
    .switch.switch-sm {
        font-size: 0.875rem;
    }
    
    .switch.switch-sm input+label {
        min-width: calc(calc(1.9375rem * 0.8) * 2);
        height: calc(1.9375rem * 0.8);
        line-height: calc(1.9375rem * 0.8);
        text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
    }
    
    .switch.switch-sm input+label::before {
        width: calc(calc(1.9375rem * 0.8) * 2);
    }
    
    .switch.switch-sm input+label::after {
        width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
        height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
    }
    
    .switch.switch-sm input:checked+label::after {
        margin-left: calc(1.9375rem * 0.8);
    }
    
    .switch.switch-lg {
        font-size: 1.25rem;
    }
    
    .switch.switch-lg input+label {
        min-width: calc(calc(3rem * 0.8) * 2);
        height: calc(3rem * 0.8);
        line-height: calc(3rem * 0.8);
        text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem);
    }
    
    .switch.switch-lg input+label::before {
        width: calc(calc(3rem * 0.8) * 2);
    }
    
    .switch.switch-lg input+label::after {
        width: calc(calc(3rem * 0.8) - calc(2px * 2));
        height: calc(calc(3rem * 0.8) - calc(2px * 2));
    }
    
    .switch.switch-lg input:checked+label::after {
        margin-left: calc(3rem * 0.8);
    }
    
    .switch+.switch {
        margin-left: 1rem;
    }
    /* liveclassroom */
    
    .arrow_box {
        position: relative;
        background: #d50f29;
        border: 0px solid #f5e131;
        border-radius: 3px;
    }
    
    .arrow_box:after,
    .arrow_box:before {
        bottom: 100%;
        left: 7%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    
    .arrow_box:after {
        border-color: rgba(213, 15, 41, 0);
        border-bottom-color: #d50f29;
        border-width: 10px;
        margin-left: -5px;
    }
    
    .class_text_board {
        width: 100%;
    }
    
    .class_comment_board {
        width: 100%;
        border-radius: 10px;
        padding: 5px;
        border: 1px groove #eee;
    }
    
    #comment_box {
        width: 100%;
        height: 370px;
        overflow-y: scroll;
        font-size: 1.1em;
    }
    
    #username_comment {
        color: #3a704f;
        font-size: 0.8em;
        margin-bottom: 10px;
    }
    
    .teacher_comment {
        background-color: rgba(206, 255, 213, 0.788);
    }
    
    .stud_comment {
        background-color: rgba(224, 224, 224, 0.459);
    }
    
    .commentbox {
        margin-bottom: 10px;
    }
    
    .class_heading {
        background: #212121;
        color: #ffffff;
        padding: 10px;
    }
    
    #page::after {
        content: ' ';
        position: absolute;
        width: 0px;
        height: 100%;
        top: 0;
        left: 20px;
        border-left: 1px solid #F8D3D3;
    }
    
    #page {
        width: 100%;
        height: 400px;
        overflow-y: scroll;
        line-height: 50px;
        padding: 5px 25px 27px;
        position: relative;
        outline: none;
        background: white;
        background: -webkit-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
        background: -moz-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
        background: linear-gradient(center top, #dfe8ec 0%, #ffffff 8%) 0 0px;
        -webkit-background-size: 100% 50px;
        -moz-background-size: 100% 50px;
        -ms-background-size: 100% 50px;
        background-size: 100% 50px;
    }
    
    #page_res {
        color: #acacac;
    }
    
    .div_exp_corr {
        background: #E0FFE0;
        display: none;
    }
    
    .div_exp_wrong {
        background: #FF9D9D;
        display: none;
    }
    
    #stat_box {
        width: 210px;
        height: 100px;
        border: 0px solid #dddddd;
        float: left;
        margin-left: 20px;
    }
    
    #stat_head {
        width: 210px;
        height: 30px;
        background: #ec5c0d;
        font-family: arial;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        padding: 4px 0px 0px 0px;
        border-radius: 4px 4px 0px 0px;
    }
    
    #stat_val {
        width: 210px;
        height: 66px;
        background: #eeeeee;
        font-family: arial;
        font-size: 40px;
        color: #212121;
        text-align: center;
        padding: 4px 0px 0px 0px;
        border-radius: 0px 0px 4px 4px;
    }
    
    .benq1 {
        padding: 20px 0px;
        margin: 20px 0px;
    }
    
    #category_name_view {
        padding: 8px 0px;
    }
    
    svg {
        width: 100%;
        height: auto;
    }
    
    .ben_q_num {
        margin-right: 6px;
    }
    
    .ans_ben {
        padding: 10px 6px;
    }
    
    .ans_match_ben {
        margin: 0px 4px;
    }
    
    .ben_q_content {
        margin-bottom: 10px;
    }
    
    .ben_qa1 {
        margin: 30px 0px;
    }
    
    .minibox_key_ben {
        clear: both;
    }
    
    .radio_select_ben * {
        display: inline-block;
    }
    
    .morris-default-style {
        position: absolute;
        padding: 10px;
        border: 2px #666666 solid;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 9px;
    }
    
    .file-input-wrapper {
        cursor: pointer;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    
    .file-input-wrapper input[type="file"],
    .file-input-wrapper input[type="file"]:focus,
    .file-input-wrapper input[type="file"]:hover {
        cursor: pointer;
        left: 0;
        opacity: 0;
        outline: 0 none;
        position: absolute;
        top: 0;
        z-index: 99;
    }
    
    .file-input-name {
        margin-left: 8px;
    }
    
    .show_main_back {
        /*background-image: url( "../../assets/images/overlay.png"),  url("../../uploads/showback.jpg");*/
        background-image: url("../../uploads/showback.jpg");
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        background-position: top left, center center;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
    }
    
    .show_main_back section#banner,
    .show_main_back footer#footer {
        background: none !important;
    }
    
    @media only screen and (max-width:1000px) {}
    
    section.container {
        max-width: 95% !important;
    }
    
    header.container {
        max-width: 100% !important;
    }
    
    ul#logo {
        margin: 0;
        padding: 0px;
    }
    
    ul#logo li {
        display: inline-block;
        vertical-align: middle;
    }
    
    ul#logo li span {
        padding-left: 10px;
    }
    
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #e3a66c;
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(224, 143, 38, 0.3);
    }
    
    a:hover {
        color: #c69300;
        text-decoration: none;
    }
    
    section h1,
    section h2,
    section h3,
    section h4 {
        color: #fab040;
    }
    
    .login section h3,
    .login section h4 {
        color: #fff;
    }
    
    .cap_sentence_case {
        text-transform: capitalize;
    }
    
    ul.dropotron li.current>a {
        font-weight: 600;
    }
    
    .login input[type="text"],
    .login input[type="password"],
    .login input[type="email"] {
        background-color: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.4);
    }
    
    #proggy {
        height: 8px;
    }
    
    .page-item.active .page-link {
        background-color: #de980a;
        border-color: #cf8c03;
    }
    
    .help-block {
        color: rgba(100, 100, 100, 0.4);
        font-size: 75%;
        line-height: normal;
    }
    
    .modal {
        position: fixed;
        top: 70px;
    }
    
    table {
        width: 100% !important;
    }
    
    .resp-tabs-list li {
        font-weight: 200;
        font-size: 1em;
    }
    
    .resp-tab-active {
        border: 1px solid #D89E27 !important;
        border-top: 4px solid #D89E27 !important;
        border-bottom: 0px #fff solid !important;
    }
    
    .resp-tab-content {
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-top-color: #D89E27;
    }
    
    .bg-primary {
        background-color: rgba(83, 5, 73, 0.863) !important;
        border: 1px solid rgba(0, 0, 0, 0.125);
    }
    
    a.bg-primary:hover,
    a.bg-primary:focus,
    .bg-primary:hover {
        background-color: rgba(54, 4, 48, 0.863) !important;
        border: 1px solid rgba(0, 0, 0, 0.125);
    }
    
    ul.dropotron.level-0,
    ul.dropotron.level-1 {
        box-shadow: rgba(88, 88, 88, 0.3) 0px 1px 3px;
    }
    
    h2 p {
        font-size: 50%;
        margin: 0px;
        line-height: normal;
        color: rgba(100, 100, 100, 0.7);
    }
    
    section ol {
        margin-left: 15px;
        padding-left: 10px;
        list-style: number;
    }
    
    .dashboard_calendar_notice {
        background-color: rgba(136, 116, 6, 0.863) !important;
    }
    
    .dashboard_calendar_leave {
        background-color: rgba(71, 102, 189, 0.863) !important;
    }
    
    .dashboard_calendar_training {
        background-color: rgba(136, 13, 120, 0.863) !important;
    }
    
    .hr {
        height: 1px;
        width: 100%;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.2);
    }
    
    @media (min-width: 992px) {
        .modal-lg {
            max-width: 900px;
        }
    }
    
    footer#footer {
        padding: 0.2em;
    }
    
    footer .row {
        margin: 0px;
    }
    
    .resrc_ben {
        height: 150px;
        width: 150px;
        margin: 0.5em;
        text-align: center;
        /*background-color: #045702;*/
    }
    
    .libholderben .resrc_ben {
        height: 200px;
        width: 250px;
        margin: 0.5em;
        text-align: center;
        /*background-color: #045702;*/
    }
    
    .resrc_ben p {
        text-align: center;
    }
    
    .resrc_ben a {
        text-align: center;
    }
    
    .resrc_ben div {
        height: 150px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-overflow: ellipsis
    }
    
    .resrc_ben div.file {
        background-image: url("../../assets/images/file.png");
    }
    
    .libholderben .resrc_ben div.file {
        background-image: url("../../assets/images/assbook.png");
    }
    
    .fileholderben {
        border: 1px solid rgba(0, 0, 0, 0.15);
        overflow-y: scroll;
        max-height: 580px
    }
    
    .libholderben {
        border: 1px solid rgba(0, 0, 0, 0.15);
        overflow-y: scroll;
        max-height: 600px;
        background-image: url("../../assets/images/libbg.png");
    }
    
    .libholderben a {
        color: #000 !important;
        font-size: 0.9em;
    }
    
    .init_case {
        text-transform: initial;
    }
    
    .login .pad5 .row>[class*="col-"] {
        padding: 5px;
    }
    
    .login div a.button {
        background-color: rgba(30, 51, 61, 0.6);
        border-color: transparent !important;
    }
    
    .login a.button:hover {
        background-color: rgba(30, 42, 61, 0.9);
    }
    
    .media {
        margin-bottom: 1em;
    }
    
    .total {
        font-weight: 600 !important;
        border-top: double #333;
    }
    
    .btn-warning {
        color: #181818b3;
    }
    
    #employee_details_person .col-form-label {
        font-weight: bold;
    }
    
    .comment_reply {
        border-top: solid 1px #ccc;
    }
    
    .display-5 {
        font-size: 3.0rem;
        font-weight: 300;
        line-height: 1.0;
    }
    
    .display-6 {
        font-size: 2.5rem;
        font-weight: normal;
        line-height: 1.0;
    }
    
    .bd-example-popover-static {
        padding-bottom: 1.5rem;
    }
    
    .bd-example-popover-static .popover {
        position: relative;
        display: block;
        font-size: 100%;
        max-width: 100%;
        font-weight: normal;
        z-index: 0;
    }
    
    .popover.popover.bs-popover-right {
        background-color: #ffd0d0;
    }
    
    .popover.popover.bs-popover-left {
        margin-top: 10px;
        background-color: #d3ffdf;
    }
    
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
        border-right-color: #ffd0d0;
    }
    
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
        border-left-color: #d3ffdf;
    }
    
    .bs-popover-top-docs .arrow,
    .bs-popover-bottom-docs .arrow {
        left: 50%;
    }
    
    .bs-popover-right-docs .arrow,
    .bs-popover-left-docs .arrow {
        top: 50%;
    }
    
    .jd_hold .row .row {
        padding: 0px !important;
    }
    
    .jd_hold .row.border {
        margin-bottom: 2rem
    }
    
    .jd_hold .form-group {
        margin-bottom: 0rem;
        border-bottom: 1px solid;
        border-color: rgba(104, 104, 104, 0.2) !important;
    }
    
    .flash {
        animation: flasher 2s linear infinite;
    }
    
    @-ms-keyframes flasher {
        20% {
            opacity: 0;
        }
    }
    
    @keyframes flasher {
        20% {
            opacity: 0;
        }
    }
    
    .reply_button_query {
        margin: 15px;
    }
    
    .small-text {
        font-size: 50%;
        color: rgba(175, 175, 175, 0.666)
    }
    
    .jd_hold_title {
        line-height: 0.8;
    }
    
    label.error {
        color: #d50f29;
        font-size: 80%;
    }
    
    input.error,
    textarea.error,
    select.error {
        border: rgba(192, 13, 13, 0.665) 3px solid
    }
    
    .eval_rating img.raty-cancel,
    .cancel-on-png,
    .cancel-off-png,
    .star-on-png,
    .star-off-png,
    .star-half-png {
        width: auto;
        font-size: 130%;
        line-height: normal;
        vertical-align: bottom;
    }
    
    .eval_rating img:hover {
        color: #f2b900de
    }
    
    .eval_rating {
        font-size: 170%;
        margin: 6px 0px;
    }
    
    .under-dot-border {
        border-bottom: dotted 1px #ccc;
        padding-bottom: 1em;
        padding-top: 1em;
    }
    
    .under-dot-border:last-child {
        border-bottom: none;
    }
    
    .table {
        border: 1px solid #ccc;
    }
    
    .table-striped tbody tr:nth-of-type(2n+1) {
        background-color: rgba(148, 148, 148, 0.05);
    }
    
    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #e9ecef;
        color: rgba(135, 135, 135, 0.597);
        font-size: 80%;
    }
    
    .table-hover tbody tr:hover {
        background-color: rgba(99, 153, 252, 0.248);
    }
    
    .ben_num_star-off-png,
    .ben_cancel-on-png {
        border: #cccccc 1px solid;
        padding: 0px 10px;
        margin: 4px 0px;
        border-radius: 5px;
        line-height: normal;
    }
    
    .ben_num_star-off-png:hover {
        background-color: green;
        color: white;
    }
    
    .ben_num_star-on-png {
        background-color: green;
        border: #cccccc 1px solid;
        padding: 0px 10px;
        color: white;
        margin: 4px 0px;
        border-radius: 5px;
        line-height: normal;
    }
    /**/
    
    .radio_likert {
        width: 20px;
        height: 20px;
    }
    
    .likert-value {
        font-size: 120%;
    }
    
    .likert-head {
        font-size: 80%;
        color: rgb(101, 101, 101);
    }
    
    .rating_hold.error {
        border: solid 3px red;
    }
    /**/
    
    .stretchy {
        min-width: 100%;
        width: 100%;
        padding: 0em 1em;
    }
    
    .addEl_participant {
        background: rgba(230, 230, 230, 0.248);
        border-bottom: 1px solid rgb(206, 206, 206);
        padding: 1em;
        margin: -1em;
        margin-bottom: 0.5em;
        transition: all 100ms linear;
    }
    
    .addEl_participant:hover {
        box-shadow: rgba(235, 235, 235, 0.666) 0px 5px 6px;
        transition: all 200ms linear;
    }
    
    .addEl_participant input {
        background: white;
    }
    
    .bodylogin #navButton,
    .hidenav #navButton {
        display: none;
    }
    
    @media screen and (max-width: 600px) {
        table.table_large {
            border: 0;
        }
        table.table_large caption {
            font-size: 1.3em;
        }
        table.table_large thead {
            display: none;
        }
        table.table_large tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }
        table.table_large td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right !important;
        }
        table.table_large td:before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
        }
        table.table_large td:last-child {
            border-bottom: 0;
        }
    }
    
    #toTop {
        position: fixed;
        bottom: 0;
        margin: 20px;
        right: 5px;
        display: none;
        z-index: 23999999999923232;
    }
    
    .bullet ol,
    .bullet li {
        list-style: disc !important;
        padding-left: 20px;
        margin-left: 30px;
    }
    
    .table_bold_header_size th {
        font-size: 1.1em !important;
        font-weight: bold;
        color: #070202 !important;
    }
    
    .competencypicked {
        background-color: #70d3663f !important;
    }
    
    .top5large {
        height: auto;
    }
    
    .top5large option {
        padding: 10px;
    }
    
    .pad10 {
        margin: 10px;
    }
    
    .text-info {
        color: #29a9e4 !important;
    }
    
    a {
        color: #404f63 !important;
    }
    
    .btn-danger a,
    .btn-info a,
    .btn-success a,
    a.btn-danger,
    a.btn-info,
    a.btn-success {
        color: #fff !important;
    }
    
    .btn-info {
        color: #fff;
        background-color: #29a9e4;
        border-color: #1d85b6;
    }
    
    .btn-info:not([disabled]):not(.disabled):active,
    .btn-info:not([disabled]):not(.disabled).active,
    .show>.btn-info.dropdown-toggle {
        color: #fff;
        background-color: #29a9e4;
        border-color: #1d85b6;
        box-shadow: 0 0 0 0.2rem rgba(23, 87, 184, 0.5);
    }
    
    .btn-info:hover {
        color: #fff;
        background-color: #0b48b1;
        border-color: #1d85b6;
    }
    
    .btn-info.disabled,
    .btn-info:disabled {
        background-color: #769dbf;
        border-color: #4d8cdd;
    }
    
    .pad1010 {
        padding: 10 !important;
    }
    
    dt {
        font-weight: 700;
    }
    
    .bg-info {
        background-color: #1d549c !important;
    }
    
    .fh5co-form h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 20px;
        margin: 0 0 10px 0;
        color: #000000;
    }
    
    .frontsite a {
        padding: 20px;
    }
    
    .frontsite a:hover i {
        color: rgb(7, 104, 231);
    }
    
    #loaderHideParent {
        display: table;
        position: absolute;
        height: 99%;
        width: 99%;
    }
    
    #loaderHide {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    
    #navPanel .link {
        color: #e2ecf9 !important;
    }