﻿* { box-sizing: border-box; -moz-box-sizing: border-box; font-family: 'Montserrat', sans-serif; font-weight: 300;}

body { padding-bottom: 54px; font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 14px; background:#ebf0f7; margin: 0;}


/*Login Styles*/
.login-container { width: 700px; max-width: 90%; margin: 50px auto; padding: 30px; background: #fff;}

/*Header*/
header { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; gap: 10px; position: sticky; top: 0; background:#fff; padding: 20px 30px; -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2); box-shadow: 0 0 30px 0 rgba(0,0,0,.2); z-index: 2; }
    header::after { display: none !important; }

.logo-container { max-width: 180px;}
    .logo-container img { width: 100%; height: auto;}

#menu-toggle { display: none; }

.top-nav { display: flex; flex-flow: row wrap; gap: 10px; font-size: .8em;}
    .top-nav a {padding-right: 10px; display:inline-block; color:#1758b4; text-decoration:none; border-right: 1px solid #5e6777;}
    .top-nav a:last-child { border-right: 0; padding-right: 0; margin-right: 0;}

/*Navigation*/
nav#main-nav { background:#dce2ec; position: fixed; top: 55px; left: 0; bottom: 53px; width: 300px; padding: 0; display:none;}
nav#main-nav a { display:block; padding: 15px 30px; border-bottom: 1px solid #ebf0f7; font-size: .8em; overflow: auto;}

/*Dashboard Section*/
section#dashboard-section { padding: 30px; /* position: fixed; top: 68px; left: 0; right: 0; bottom: 53px; overflow: auto; */ }

.dashboard-progress-header { background:#fff; margin-bottom: 15px;}
    .dashboard-progress-header .width25 { width: 25%; margin: 0 !important; padding: 20px; border-left: 1px solid #dce2ec; text-align:center;}
        .dashboard-progress-header .width25:first-child { border-left: 0;}

.dashboard-meta { color: #5e6777; font-size: .8em;}

.dashboard-progress-header-type { display:block; border-bottom: 1px solid #dce2ec; font-size: .8em; font-weight: 700; text-transform:uppercase; padding-top: 12px; padding-bottom: 12px; margin-bottom: 5px;}
    .dashboard-progress-header-type span { margin-right: 5px;}
.dashboard-progress-header-number { font-size: 4em; font-weight: 700;}

.dashboard-progress-bar { background:#dce2ec; height: 10px; width: 100%; border-radius: 10px; -moz-border-radius: 10px; margin: 10px 0; position: relative; overflow: hidden;}
.dashboard-current-progress { position: absolute; width: 1%; height: 100%; background:#28975d;}

.dashboard-filter { background:#dce2ec; padding: 10px 0; margin-bottom: 15px;}
    .dashboard-filter .form-item-container { margin-bottom: 0;}


.dashboard-title {text-transform: uppercase; font-size: .9em; font-weight: 700; text-transform:uppercase;}

.dashboard-column-title3 ul {margin: 0; padding: 0; list-style:none; }
    .dashboard-column-title3 ul li {float:left; padding: 0 0 15px 0; width: 30%; padding-left: 10px;}
    .dashboard-column-title3 ul li:first-child { width: 60%; text-align: left; padding-left:0;}


.dashboard-column-title2 ul {margin: 0; padding: 0; list-style:none; }
    .dashboard-column-title2 ul li {float:left; padding: 0 0 15px 0; width: 30%; padding-left: 10px;}
    .dashboard-column-title2 ul li:first-child { width: 40%; text-align: left; padding-left:0;}

.dashboard-column-title ul {margin: 0; padding: 0; list-style:none; }
    .dashboard-column-title ul li {float:left; padding: 0 0 15px 0; width: 30%; padding-left: 10px;}
    .dashboard-column-title ul li:first-child { width: 70%; text-align: left; padding-left:0;}

.dashboard-item { background:#fff; border-bottom: 1px solid #dce2ec;}
    .dashboard-item ul {margin: 0; padding: 0; list-style:none; }
    .dashboard-item ul li {float:left; padding: 10px; width: 30%; white-space: normal; text-overflow:ellipsis; overflow:hidden; position:relative;}
        .dashboard-item ul li span { display: inline-block; padding-right: 10px;}

.dashboard-escalated-items ul li:first-child { width: 40%; text-align: left; border-left: 5px solid #cc0606}
    .dashboard-escalated-items ul li:first-child span {  color:#cc0606;}

.dashboard-pending-items ul li:first-child { width: 40%; text-align: left; border-left: 5px solid #ddab08}
    .dashboard-pending-items ul li:first-child span {  color:#ddab08;}

.dashboard-complete-items ul li:first-child { width: 40%; text-align: left; border-left: 5px solid #28975d}
    .dashboard-complete-items ul li:first-child span {  color:#28975d;}

.dashboard-complete-items3 ul li:first-child { width: 60%; text-align: left; border-left: 5px solid #28975d}
    .dashboard-complete-items3 ul li:first-child span {  color:#28975d;}

section#dashboard-progress { padding: 30px; position: fixed; top: 68px; width: 300px; right: 0; bottom: 55px; overflow: auto; background:rgba(255,255,255,.5); }



/*Main Section*/
section#main-section { padding: 30px; position: fixed; top: 68px; left: 0; right: 0; bottom: 55px; overflow: auto;}
.section-title { font-size: 2em; margin-bottom: 15px;}

nav#section-sub-nav a, nav.section-sub-nav a, .laboratory-links a { display: inline-block; padding: 10px 0; margin-top: 10px; margin-right: 10px; border-bottom: 4px solid #dce2ec; text-decoration:none; color:#1758b4; font-size: .8em;}
    nav#section-sub-nav a.active, nav.section-sub-nav a.active { border-bottom: 4px solid #1758b4; color:#1758b4}
    .main-table-container nav#section-sub-nav a, .main-table-container nav.section-sub-nav a { border-bottom-color: transparent; }
    nav#section-sub-nav a:last-child, nav.section-sub-nav a:last-child { margin-right: 0;}
    nav#section-sub-nav a.add-new, nav.section-sub-nav a.add-new, .laboratory-links a.add-new { background: #1758b4; color: #fff; border-bottom: transparent; padding: 10px; border-radius: 3px; }

    div#content-container { padding: 30px; background: #fff; }

/*Action Page*/
section#action-section {padding: 30px; /* position: fixed; top: 68px; left: 0; right: 300px; bottom: 53px; overflow: auto; */ }

.action-title-container { margin-bottom: 30px;}
.action-title { font-size: 1.75em; line-height: 1.4em; }
.action-title-details { color: #5e6777; font-size: .8em;}

fieldset.action-task-list { padding: 20px; border: 0; margin: 0; border-bottom: 1px solid rgba(0,0,0,.2); }
    fieldset.action-task-list:last-child {border-bottom:0; }

.action-task-list-title {text-transform: uppercase; font-size: .9em; font-weight: 700; text-transform:uppercase; margin-bottom: 20px;}
.action-task-list .form-item-container { margin-bottom: 1px; padding: 0 0 20px 30px; position: relative;}

    .action-task-list .form-item-container .task-status { position: absolute; font-size: 1.5em; left: 0;}
    .action-task-list .form-item-container .escalated {color:#cc0606;}
    .action-task-list .form-item-container .pending {color:#ddab08;}
    .action-task-list .form-item-container .completed {color:#28975d;}

section#action-details { padding: 15px; position: fixed; top: 68px; right: 0; bottom: 53px; width: 300px; overflow: auto; background: #dce2ec;}

.action-details-item { background:#fff; padding: 20px; margin-bottom: 15px;}
    .action-details-item.status { text-align:center;}
        .action-details-item.escalated { color:#cc0606}
    .action-details-item span { font-size: 3em;}

.tasks-due { text-align:center;}
.action-side-bar-number { font-size: 3em; font-weight: 700;}
.action-side-bar-tile { margin-bottom: 20px; }

.action-side-bar-progress { margin: 0; padding: 0; list-style:none;}
    .action-side-bar-progress li { border-bottom: 1px solid #dce2ec; text-align:left; padding: 15px 0;}    
.action-side-bar-progress span { font-size: 1em; margin-right: 7px;}
    .action-side-bar-progress span.escalated { color:#cc0606}
    .action-side-bar-progress span.pending { color:#ddab08}
    .action-side-bar-progress span.completed { color:#28975d}


/*Task Page & Window*/
.task-table a { color:#1758b4; text-decoration:none;}
.task-table tbody td a.additional-task-link { display: inline-block; background: #28975d; color: #fff; text-align: center; padding: 10px; text-transform: uppercase; text-decoration: none; border-radius: 3px; }

.task-table td:last-child { width: 200px;  }
.task-table tbody tr:last-child td { border-bottom: 0; }

.task-title-container { padding: 30px; border-bottom: 1px solid #5e6777; }
.task-title { font-size: 1.75em; }

.location-table td { vertical-align:middle !important}
.location-table td:first-child { width: 30px;}

.task-status-indicator { display: block; color:#000; width: 70px; height: 35px; position: relative; background: #ccc; border-radius: 100px; -moz-border-radius: 100px; text-decoration: none; }
    .task-status-indicator:before { position:absolute; width: 29px; height: 29px; left: 3px; top: 3px; display:block; content:""; background:#fff; border-radius: 100px; -moz-border-radius: 100px;}
    .task-status-indicator:after { position:absolute; left: 100%; top: 8px; display:block; content:"Draft"; padding-left: 7px;}

    .task-status-indicator.active { background:#28975d;}
    .task-status-indicator.active:before {left: 35px; }
        .task-status-indicator.active:after { content:"Active"}


.task-status-indicator-activeInactive {
    display: block;
    color: #000;
    width: 70px;
    height: 35px;
    position: relative;
    background: #ccc;
    border-radius: 100px;
    -moz-border-radius: 100px;
    text-decoration: none;
}

    .task-status-indicator-activeInactive:before {
        position: absolute;
        width: 29px;
        height: 29px;
        left: 3px;
        top: 3px;
        display: block;
        content: "";
        background: #fff;
        border-radius: 100px;
        -moz-border-radius: 100px;
    }

    .task-status-indicator-activeInactive:after {
        position: absolute;
        left: 100%;
        top: 8px;
        display: block;
        content: "Inactive";
        padding-left: 7px;
    }

    .task-status-indicator-activeInactive.active {
        background: #28975d;
    }

        .task-status-indicator-activeInactive.active:before {
            left: 35px;
        }

        .task-status-indicator-activeInactive.active:after {
            content: "Active"
        }



.task-status-indicator-activeInactiveEscalations {
    display: block;
    color: #000;
    width: 70px;
    height: 35px;
    position: relative;
    background: #ccc;
    border-radius: 100px;
    -moz-border-radius: 100px;
    text-decoration: none;
}

    .task-status-indicator-activeInactiveEscalations:before {
        position: absolute;
        width: 29px;
        height: 29px;
        left: 3px;
        top: 3px;
        display: block;
        content: "";
        background: #fff;
        border-radius: 100px;
        -moz-border-radius: 100px;
    }

    .task-status-indicator-activeInactiveEscalations:after {
        position: absolute;
        left: 100%;
        top: 8px;
        display: block;
        content: "Escalations Inactive";
        padding-left: 7px;
    }

    .task-status-indicator-activeInactiveEscalations.active {
        background: #28975d;
    }

        .task-status-indicator-activeInactiveEscalations.active:before {
            left: 35px;
        }

        .task-status-indicator-activeInactiveEscalations.active:after {
            content: "Escalations Active"
        }

.task-status-indicator-activeInactiveEscalations2 {
    display: block;
    color: #000;
    width: 70px;
    height: 35px;
    position: relative;
    background: #ccc;
    border-radius: 100px;
    -moz-border-radius: 100px;
    text-decoration: none;
    top:14px;
}

    .task-status-indicator-activeInactiveEscalations2:before {
        position: absolute;
        width: 28px;
        height: 28px;
        left: 4px;
        top: 4px;
        display: block;
        content: "";
        background: #fff;
        border-radius: 100px;
        -moz-border-radius: 100px;
    }

    .task-status-indicator-activeInactiveEscalations2:after {
        position: absolute;
        left: 100%;
        top: 8px;
        display: block;
        content: "Escalations Inactive";
        padding-left: 7px;
        font-weight:400;
        font-size:14px;
        width:150px;
    }

    .task-status-indicator-activeInactiveEscalations2.active {
        background: #28975d;
    }

        .task-status-indicator-activeInactiveEscalations2.active:before {
            left: 38px;
        }

        .task-status-indicator-activeInactiveEscalations2.active:after {
            content: "Escalations Active"
        }



.action-task-list-right { list-style:none; padding:0; margin:0;}
    .action-task-list-right li { margin-bottom: 5px;}
    .action-task-list-right li a { display: block; padding: 5px; text-transform: uppercase; text-decoration:none; color:#1758b4; font-size: .8em;}
  
/*Bench Details*/
.bench-add-instrument { display: inline-block; padding: 10px 0; margin-right: 10px; margin-bottom: 4px; background: #28975d; text-decoration: none; color: #fff; font-size: .8em; padding: 10px; border-radius: 3px; }

.add-instrument-list .cb-item { float:none; position:relative; padding-left: 30px;}
    .add-instrument-list .cb-item input { position: absolute; left:0;}


/*Laboratory Details*/

.tab-content { display:none;}
.tab-content-01 { display:block;}


/*Footer*/
footer { background: #0a1f3d; color: #fff; padding: 20px 30px; position: fixed; z-index: 20; bottom: 0; left: 0; right: 0; font-size: .8em; }

/*Modal Window*/
section#modal-window { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.75); z-index: 99; display:none;}

.modal-content-container { display:none;}



/*Form Properties Styles*/
.form-section { margin-bottom: 15px; border-bottom: 1px solid #dce2ec; padding-bottom: 15px; }
    .form-section:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0;}

.form-section-title { font-size: 1.5em; margin-bottom: 30px; font-weight: 700;}
.form-section-description { padding-bottom: 30px; line-height: 1.45em; font-size: .8em;}
.form-section-description-modal { padding-bottom: 30px; line-height: 1.45em; font-size: 1.1em;}
.label-for-modal {font-size: 1.1em !important;}

.form-item-container { margin-bottom: 20px;}
    .form-item-container label { display:block; margin-bottom: 7px; font-size: .8em;}
        .form-item-container label.required:before {content:"*"; padding-right: 10px; display: inline-block; color:#ff0000; }
        .form-item-container input.kendo-select, .form-item-container input[type="text"],.form-item-container input[type="email"],.form-item-container input[type="tel"], .form-item-container input[type="password"], .form-item-container input[type="date"],.form-item-container input[type="time"],.form-item-container input[type="number"], select, textarea
        { display:block; width: 100%; padding: 10px 0px; text-indent: 10px;/*padding: 10px;*/ font-size: 1em; max-width: 700px;}

    .k-window, .k-window-content .form-item-container input[type="text"],.k-window-content .form-item-container input[type="email"],.k-window-content  .form-item-container input[type="tel"],.k-window-content .form-item-container input[type="password"],.k-window-content .form-item-container input[type="date"],.k-window-content .form-item-container input[type="time"],.k-window-content .form-item-container input[type="number"], select, textarea
    { max-width: 100%;}

    .form-item-container textarea { height: 75px;}

    .form-item-container blockquote:before { content: "Validation Notes: "; font-weight: 700;}
.form-item-container blockquote { padding: 0; font-size: .8em; font-style: italic; margin: 10px 0 0 0;}

.cb-item { float:left; margin-right: 20px;}
    .cb-item label { font-size: 1em;}

    .form-btn { padding: 10px 20px; border: 0; display: inline-block; background:#1758b4; color:#fff; border-radius: 3px; text-decoration:none; }
    .grid-btn { padding: 7px 15px; border: 0; display: inline-block; background:#1758b4; color:#fff; border-radius: 3px; text-decoration:none; white-space: nowrap; }
    button { cursor: pointer; }
    button.red {background:#cc0606b8; color: #fff}

.k-dropdown-wrap {padding: 6px 0px; background: white!important}

.k-widget.k-dropdown, .k-widget.k-multiselect {
    border: 1px solid black;
    background: white
}
    .k-widget.k-dropdown .k-select, .k-widget.k-multiselect {
        padding: 6px 0px;
    }

/*Main Table*/
.k-grid { touch-action: auto !important; }
.scrollable-table-1210 { max-width: 100%; overflow-x: auto; touch-action: auto !important; }
    .main-table { width: 100%;border-collapse: collapse;}
        .main-table th { text-transform: uppercase; font-size: .9em; font-weight: 700; text-transform: uppercase; padding: 8px 4px; text-align: left; border-bottom: 1px solid #ccc; }

    .main-table tbody td {border-bottom: 1px solid #ccc; padding: 8px 4px; background:#fff; white-space: normal; text-overflow: ellipsis; overflow: hidden; vertical-align:top;}
        /*
        .main-table tbody td {border-bottom: 1px solid #ccc; padding: 8px; background:#fff; white-space: normal; white-space: pre; text-overflow: ellipsis; overflow: hidden; vertical-align:top;}
        */
        .main-table tbody td a { color:#1758b4; text-decoration: none;}

        .main-table tfoot ul { list-style: none; margin: 0; padding: 0; }
            .main-table tfoot ul li { display:inline-block;}
                .main-table tfoot ul li a { font-size: .8em; font-weight: 700; display:inline-block; padding: 10px; color:#1758b4; text-decoration:none; }


.main-table3 {
    width: 300px;
    background-color: #f4f4f4;
    border-collapse: collapse;
}

    .main-table3 th {
        text-transform: uppercase;
        font-size: .9em;
        font-weight: 700;
        text-transform: uppercase;
        padding: 8px 4px;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }

    .main-table3 tbody td {
        border-bottom: 1px solid #ccc;
        padding: 8px 4px;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: top;
    }
        .main-table3 tbody td a {
            color: #1758b4;
            text-decoration: none;
        }

    .main-table3 tfoot ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .main-table3 tfoot ul li {
            display: inline-block;
        }

            .main-table3 tfoot ul li a {
                font-size: .8em;
                font-weight: 700;
                display: inline-block;
                padding: 10px;
                color: #1758b4;
                text-decoration: none;
            } 
        


 /*General Styles*/
 .clear-after:after { content: ""; display: block; clear: both; }

.float-left { float:left;}
.float-right { float:right;}

.width60 { width: 60%;}
.width40 { width: 35%;}
.width25 { width: 22%;}
.width25 { width: 22%;}
.width33:nth-child(2) {margin: 0 5%;}

.width33 { width: 30%;}
.width25:nth-child(1) {margin: 0 3% 0 0;}
.width25:nth-child(2) {margin: 0 3% 0 0;}
.width25:nth-child(3) {margin: 0 3% 0 0;}

.width50 { width: 45%;}
.width50:nth-child(2) {margin: 0 5%;}

.width20 { width: 23.5%; margin-right: 2%;}
.width20:last-child {margin-right: 0;}

.width18 {
    width: 19%;
    margin-right: 1%;
}
.width18:last-child {
    margin-right: 0;
}
.width14 {
    width: 15.5%;
    margin-right: 1%;
}

    .width14:last-child {
        margin-right: 0;
    }

.width12 { width: 12.5%; margin-right: 2%;}
.width12:last-child {margin-right: 0;}

.action-title-details .form-btn,.edit-schedule-section.form-btn  {padding: 2px 4px; color:white}
.edit-schedule-section,.additional-task-link{text-transform:none!important}

.red { color:#cc0606;}
.redButCompleted {
    /*color: #cc0606;*/
    background-color: #d1b9b9 !important;
}
.yellow { color:#ddab08;}
.green {
    color: #28975d;
}
.blue {
    color: #1758b4;
}
.redWithYellowBG {
    color: #cc0606;
    background-color: #fffc9f !important;
}

.stat {
    width: 19%;
    border: 1px solid black;
    padding: 0.5em 0.5em;
}
.stat:last-child {
    margin-right: 0;
}

.stat-data {
    font-weight: 800;
    font-size: 1.6em;
}

#stats { display: flex; flex-flow: row wrap; gap: 1%; margin-bottom: 1em; }

a.no-edit {
    cursor: not-allowed;
    text-decoration: none;
    color: black !important;
}
td.no-edit {
    cursor: not-allowed;
    text-decoration: none;
    color: black !important;
}

.modal {
    padding: 2em;
    display:none;
}

.invalid {
    border-style: solid;
    border-width: 2px;
    border-color: red;
}

.notifyjs-corner {
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 99999999!important;
}

.grid-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto auto auto auto;
    padding: 10px;
  }
  
  .grid-item {
    background: #fff;
    padding: 20px;
  }

  .star {
    position: relative;
    
    display: inline-block;
    width: 0;
    height: 0;
    
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    
    border-right:  .3em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left:   .3em solid transparent;
  
    /* Controlls the size of the stars. */
    font-size: 24px;
    /* causing errors
    &:before, &:after {
      content: '';
      
      display: block;
      width: 0;
      height: 0;
      
      position: absolute;
      top: .6em;
      left: -1em;
    
      border-right:  1em solid transparent;
      border-bottom: .7em  solid #FC0;
      border-left:   1em solid transparent;
    
      transform: rotate(-35deg);
    }
    
    &:after {  
      transform: rotate(35deg);
    }
    */
  }
  
#overlay {
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    background: rgba(141, 141, 141, 0.4); 
    overflow-x: hidden; /* Disable horizontal scroll */
    display:none;
    }


#loader {
    position: fixed;
    opacity: 1;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #a7a5a5;
    border-radius: 50%;
    border-top: 16px solid rgba(77, 57, 194, 1);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    }
    
    @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }

    .k-notification .k-notification-content,.k-notification .k-icon{
        font-weight: 700
    }

/* causing errors
Fonts
@charset "UTF-8";
*/

@font-face {
  font-family: "rhodes";
  src:url("fonts/rhodes.eot");
  src:url("fonts/rhodes.eot?#iefix") format("embedded-opentype"),
    url("fonts/rhodes.woff") format("woff"),
    url("fonts/rhodes.ttf") format("truetype"),
    url("fonts/rhodes.svg#rhodes") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "rhodes" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak-as: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "rhodes" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak-as: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert:before {
  content: "\61";
}
.icon-check:before {
    content: "\62";
}
.emptyBox:before {
    content: "\25A2";
}
.xOnly:before {
    content: "X";
    font-weight:900;
}

.wideDropDown {
    width: 250px;
}

.grayedOut {
    color:lightgray;
}
.review {
    cursor: pointer;
}

.centerText {
    text-align: center;
}

.hasHistory {
    border-bottom: 3px solid red !important;
}

.task-review tbody td:not(:first-child) {
    text-align: center;
}
.task-review thead th:not(:first-child) {
    text-align: center;
}
.main-table2 { width: 100%;border-collapse: collapse;}
    .main-table2 th { text-transform: uppercase; font-size: .9em; font-weight: 700; text-transform: uppercase; padding: 4px; text-align: left;}

.main-table2 tbody td {padding: 4px; white-space: pre; vertical-align:top;}
    .main-table2 tbody td a { color:#1758b4; text-decoration: none;}

    .main-table2 tfoot ul { list-style: none; margin: 0; padding: 0; }
        .main-table2 tfoot ul li { display:inline-block;}
            .main-table2 tfoot ul li a { font-size: .8em; font-weight: 700; display:inline-block; padding: 10px; color:#1758b4; text-decoration:none; }

.divHistory {
    border: 1px solid black;
    background-color: #eceef1;
    margin-top: 5px;
}

.activeMenuLink {
    text-decoration: underline !important;
    font-weight: 900 !important;
}

.main-table-container {
    background: #fff;
    padding: 20px;
    min-width: 750px;
}

#footerInline {
    display:none;
    position:relative;
}

@media (max-width: 1210px) {

    /*
    .top-nav-resp {
        margin-top: 30px;
        float:left;
    }

    section#dashboard-section {
        top: 100px;
    }
    */

    /* Main Tables */
    
    .scrollable-table-1210 { margin: 0 0 1em; padding: 1em 0; border-right: 1px dashed #666; }
    .scrollable-table-1210.k-grid { padding: 0; }
        .scrollable-table-1210 .main-table { width: 100%; }

}

@media (max-width: 980px) {

    body { font-size: 13px; }

    /* Header */

    header { padding: 20px 15px; }

        body:not(.user) #menu-toggle { display: inline-block; border: 0; background: none; }

        body:not(.user) .top-nav { display: none; gap: 0; position: absolute; top: 100%; left: 0; width: 100%; padding: 20px 30px; background: #1758b4; }
            body:not(.user) .top-nav a { width: 100%; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.2); color: #fff; }
            body:not(.user) .top-nav a:last-child { border: 0; }

    /*Dashboard Section*/
    section#dashboard-section, section#action-section { padding: 15px; }

}

@media (max-width: 750px) {
    
    .k-window { width: 94% !important; top: 1em !important; left: 3% !important; }

    .width25, .width25:nth-child(2), .width25:nth-child(3) { width: 100%; margin: 0 0 1em; }

    .width20 { width: 48%; margin-bottom: 1em; }

    .width18 {
        width: 46%;
        margin-right: 4%;
    }

    #stats { gap: 1em 4%; }
        #stats > .stat { width: 46%; margin-right: 0; }

    /*Dashboard Section*/

    .dashboard-progress-header { display: flex; flex-flow: row wrap; padding: 10px 0; }
        .dashboard-progress-header .width25 { float: none; width: 50%; margin: 10px 0 !important; padding: 0 20px; }
            .dashboard-progress-header .width25 .dashboard-progress-header-type { padding-top: 0; }
            .dashboard-progress-header .width25 .dashboard-progress-header-number { padding: 10px 0; font-size: 3em; }

    /* Main Tables */

    .scrollable-table-750 { max-width: 100%; min-width: inherit; overflow-x: auto; margin: 0 0 1em; padding: 1em 0; border-right: 1px dashed #666; }
        .scrollable-table-750 table, .scrollable-table-750 table.k-grid { width: 100%; min-width: 750px; }

    .main-table tbody td {
        overflow: scroll;
    }
    .dashboard-progress-bar {
        overflow: scroll;
    }
    .dashboard-item ul li {
        overflow: scroll;
    }

    #footerMain {
        display: none;
    }
    #footerInline {
        display: block;
    }

}

.close-x {
    position: absolute;
    top: 21px;
    right: 20px;
    font-weight: bold;
    cursor: pointer;
}