﻿/* the base styles for Locus */

/* Global
				******************************/

body {
    /*background-color:#f5f7fa;*/
    background-color: #f0f0f0 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    min-width: 768px;
}

h2 {
    margin-bottom: 30px !important;
}

label {
    font-weight: bold;
}

i {
    font-size: 14px;
}

/* Layout
				******************************/

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.main-container {
    padding-left: 250px;
    padding-top: 84px;
}

.no_padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.minus_margin {
    margin-left: -15px !important;
    margin-right: -30px !important;
}

.fixed-height {
    height: 750px !important;
}

/* To be used in card body to max height as either full screen or half screen (taking into account if there is a navbar and search box) */

.full-height {
    height: calc(100vh - 135px)
}

.half-height {
    height: calc(50vh - 82px);
    min-height: 400px;
}

.max-height-nav {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.fixed-height-sm {
    height: 320px;
    overflow-y: auto;
}
/* Max height - used to limit height of content and add scrollbar. */
.max-height-xxs {
    max-height: 200px;
    overflow-y: auto;
}
.max-height-xs {
    max-height: 300px;
    overflow-y: auto;
}
.max-height-sm {
    max-height: 475px;
    overflow-y: auto;
    overflow-x: hidden;
}
.max-height-md {
    max-height: 600px;
    overflow-y: auto;
}
.max-height-dlg{

}
.max-height {
    max-height: calc(100vh - 225px) !important;
    overflow-y: auto !important;
}



.min-height-xs {
    min-height: 320px;
}

.min-height {
    min-height: calc(100vh - 850px);
    overflow-y: auto;
}

.full-height-nav {
    height: calc(100vh - 275px);
    overflow-y: auto;
}

.full-height-nav-search {
    max-height: calc(100vh - 312px);
    overflow-y: auto;
}

.half-height-nav-search {
    max-height: calc(50vh - 171px);
    overflow-y: auto;
}

.half-height-nav {
    max-height: calc(50vh - 185px);
    overflow-y: auto;
}

/* Flexbox addons */
.flex-grow {
    flex-grow: 1;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.flex-start {
    justify-content: flex-start !important;
}

.flex-center {
    align-items: center;
}

/* Navigation
******************************/

.nav-pills {
    background-color: #fafafb !important;
}

.nav-item {
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.nav > .nav-item:hover {
    /*background:#475059;*/
    background: #3498db;
    color: #fff;
}

.nav-item:hover > nav-link {
    color: #fff;
}

.nav-link {
    padding: 0.5rem 1.5rem;
    color: #939da8;
}

    .nav-link:hover {
        color: #fff !important;
    }

.nav-item:hover {
    color: #fff;
}

.nav-item-selected {
    background: #3498db;
    color: #fff;
}

.navbar {
    /*
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    
    
    border-bottom:1px solid #cfcfcf;
    */
    z-index: 98;
    background: #3498db;
    color: #fafafb;
}

.navbar {
    margin-left: 0;
    padding: 0 30px;
    height: 46px;
}

@media (min-width:992px) {
    .navbar {
        margin-left: 250px;
    }
}

.navbar-icon-container {
    padding: 5px;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
    margin-right: 8px;
}

    .navbar-icon-container i {
        width: 24px;
        font-size: 16px;
    }

.navbar input {
    z-index: 25;
}

.navbar-icon-container:hover {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
}

.notification-container {
    position: relative;
    font-weight: bold;
}

.notification-counter {
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 12.5px;
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    border-radius: 2px;
    padding: 0 2px;
    font-size: 9px;
}


.notification-counter-sm {
    left: 19px;
}


/* Master page
******************************/
/*
    z-index levels:

    - 99 - Above Overlay (class)
    - 98 - Invisible Overlay (class)
    - 97 - Top Navigation
    - 25 - Sidebar
*/

.invisible-overlay {
    background: #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    z-index: 98;
}

.above-overlay {
    z-index: 99;
}


/* Cards
******************************/
.card {
    /*background-color:rgba(0,0,0,.01)!important;*/
    margin-bottom: 15px;
    border-radius: 2px !important;
    border: 0;
    border: 1px solid #dfdfdf;
    border-color: #cfcfcf;
    transition: .3s all;
    overflow-x: hidden;
}

.card-body {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
}

.card-header {
    background-color: #fafafa;
    border-bottom: 1px solid #cfcfcf !important;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.04);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.04);
    padding: 0 15px;
    height: 38px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: #444;
}

    .card-header input {
        height: 29px;
    }

.card-popup {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -205px 0 0 -150px;
    /* put div in middle of page (width/2 = centre) */
    z-index: 12000;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
}

.card-footer {
    background-color: #fafafb;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 1.25rem;
    border-color: #dfdfdf;
}

.card-fixed > div:nth-child(2) {
    height: calc(50vh - 115px);
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 245px;
}

.flex-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.std-footer {
}

/* Forms
******************************/
.form-group {
    padding-bottom: 1rem;
    /*border-top:1px solid #ffffff;
				border-bottom:1px solid #efefef;*/
}

.search-box {
    padding: 0.35rem .75rem !important;
    font-size: 0.85rem !important;
    height: 32px;
}

.form-check-input {
    /*margin-left:0!important;*/
    margin-top: 0.1rem;
}

.form-check-label-lg {
    margin-top: -1px;
    margin-left: 3px;
}

.input-number {
    width: 40px;
}

.input-xs {
    width: 55px;
}

.input-sm {
    width: 85px;
}

.input-md {
    width: 125px;
}

.input-lg {
    max-width: 185px;
}

input[readonly] {
    background-color: #fff !important;
}

.form-control {
    border-radius: 1px;
}

.form-control:disabled {
    background-color: #f1f1f1 !important;
}

.textbox_bad, .textbox_bad:focus {
    box-shadow: 0 0 0 .2rem rgba(192, 57, 43, .25)
}

.additional-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-weight: bold;
    color: #555;
}

.additional-body {
    background-color: #f7f7f7;
    padding: 15px;
    border: 1px solid #dfdfdf;
    border-top: 0;
}

.pw {
    -webkit-text-security: none;
}

.pw {
    -webkit-text-security: circle;
}

.pw {
    -webkit-text-security: square;
}

.pw {
    -webkit-text-security: disc; /* Default */
}

.label-description {
    color: #999;
    display: block;
    font-weight: 300;
    margin-top: 3px;
}

.study-option {
    padding: 20px;
    background-color: #eff7fc;
}

.study-option + .study-option {
    margin-top: 15px;
}


/* Tables
******************************/

.table {
    margin-bottom: 0 !important;
    background-color: #fff;
}

.table thead td {
    font-weight: bold;
}

.table thead tr:hover {
    background-color: transparent !important;
}

.table tbody tr:hover {
    background-color: #eff7fc !important;
}

.table-striped tbody tr:nth-of-type(2n+1):hover {
    background-color: #f5f7fa;
}

.table-striped tbody tr:nth-of-type(2n):hover {
    background-color: #f5f7fa;
}

.table-striped tbody tr:first-child {
}

.table-not-striped tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.table-reverse-striped tbody tr {
    background-color: #f9f9f9;
}

.table-reverse-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.table-striped tbody tr:first-child td {
    border-top: 0;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.table-cell-small {
    width: 160px;
}

.table-cell-xsmall {
    width: 60px;
}

.table-cell-medium {
    width: 240px;
}

.table-cell-large {
    width: 460px;
}

.table-cell-icons {
    min-width: 95px;
}

.table-middle tr td {
    vertical-align: middle;
}

.table-center {
    text-align: center;
}

.table-body-center tbody tr td {
    text-align: center
}

.table-body-sm tbody tr td {
    padding: .3rem .75rem;
}

.table-list td {
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
}

.table-list thead tr td {
    border-top: 0;
}

.table-list tr td:first-child {
    padding-left: 1.25rem;
}

.table-list tr td:last-child {
    padding-right: 1.25rem;
}

.table-list tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.table-list-no-bottom tbody tr:last-child td {
    border-bottom: 0;
}

.table-list-noborder tr:first-child td {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}

.table-list-noborder tr:last-child td {
    border-bottom: 0;
}

.table-danger > td {
    background-color: #f8d7da;
    border-top: 1px solid #f5c6cb;
    border-bottom: 1px solid #f5c6cb;
}

.table-success {
    background-color: #d4edda;
}

.table-grey tbody tr td {
    background-color: #f6f6f6;
}

.table-grey tbody tr:hover td {
    background-color: #eff7fc !important;
}

.table-white tbody tr td {
    background-color: #ffffff !important;
}

.inner-table thead tr td {
    background-color: #fff;
}

.inner-table tr td {
    border-right: 0;
    border-left: 0;
}


/* DataTables
******************************/
.dataTable {
    clear: both;
    box-sizing: content-box !important;
    border-collapse: separate;
    border-spacing: 0;
    width: 100% !important;
    border-bottom: 1px solid #dee2e6;
}

    .dataTable thead td:hover {
        background-color: #eff7fc;
    }

.dataTables_wrapper {
    background-color: #f9f9f9;
}

.dataTables_info {
    display: inline-block;
    color: #666;
}

.dataTables_filter {
    text-align: right;
    background-color: #f9f9f9;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .dataTables_filter label {
        margin-bottom: 0;
    }

    .dataTables_filter input {
        height: 32px;
        padding: .275rem .45rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 2px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin-left: 10px;
    }

.dataTables_paginate {
    display: inline-block;
    position: absolute;
    right: 0;
}

.paginate_button {
    margin-left: 5px;
    padding: 5px 10px;
    cursor: pointer;
    color: #666666;
    border-color: #ced4da;
    text-shadow: 0 1px 0 #FAFAFB;
    -moz-box-shadow: inset 0 1px 0 0 #FAFAFB;
    -webkit-box-shadow: inset 0 1px 0 0 #FAFAFB;
    background-image: linear-gradient(to bottom, #FAFAFB, #F6F6F6);
    background-color: #EEEEEE;
    border: 1px solid #eaeaea;
}

.pageinate_button:hover {
    color: #fff !important;
}

.paginate_button.previous.disabled, .paginate_button.next.disabled {
    color: #999;
    cursor: default;
}


.dataTables_filter, .dataTables_info, .dataTables_paginate {
    padding: 15px !important;
}

.paginate_button.current {
    border-color: #2376ae !important;
    box-shadow: inset 0 1px 0 0 #3cb0fd !important;
    -moz-box-shadow: inset 0 1px 0 0 #3cb0fd !important;
    -webkit-box-shadow: inset 0 1px 0 0 #3cb0fd !important;
    background-image: linear-gradient(to bottom, #3498db, #2980b9) !important;
    background-color: #3498db !important;
    color: #ffffff !important;
}

table.dataTable thead td {
    position: relative;
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before {
    content: "\f0dc";
    font-family: FontAwesome;
    color: #999;
    font-size: 16px;
    padding-right: 5px;
    line-height: 1;
}

table.dataTable thead .sorting_desc::before {
    content: "\f0de";
    color: #3498db;
}

table.dataTable thead .sorting_asc::before {
    content: "\f0dd";
    color: #3498db;
}

table.dataTable .sorting_1 {
    background-color: #eff7fc;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

option:not(:checked) {
    color: black; /* prevent <option>s from becoming transparent as well */
}


/* Tabs
******************************/



ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background:#fafafb;
    border:1px solid #eaeaea;
}

    ul.tabs li {
        background: none;
        font-weight:bold;
        font-size:13px;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
    }

        ul.tabs li.current {
            background: #3498db;
            color: #fff;
        }

.tab-content {
    display: none;
    
    
}

    .tab-content.current {
        display: inherit;
        
    }



/* Dashboard
******************************/
.dashboard-user-group {
    font-size: 16px;
    font-weight: 600;
}

.dashboard-user-email {
}

.dashboard-user-btn {
    flex-grow: 1;
    border-right: 1px solid #dfdfdf;
    height: 100%;
    cursor: pointer;
    border-right: 1px solid #dfdfdf;
    transition: all .2s;
    color: #555;
    height: 55px;
}

    .dashboard-user-btn:hover {
        background: #f9f9f9;
    }

    .dashboard-user-btn:last-child {
        border: 0;
    }

    .dashboard-user-btn i {
        transition: all .2s;
        width: 32px;
        text-align: center;
    }

    .dashboard-user-btn:hover i {
        color: #3498db;
    }



.dashboard-table tbody tr td {
    vertical-align: middle;
    font-size: 14px;
    padding: 0.5rem;
}

.dashboard-table td:first-child {
    padding-left: 20px;
}

/* Links
******************************/

a {
    color: #666;
}

    a:hover {
        color: #3498db;
    }

.block-btn {
    display: block;
    text-decoration: none;
    color: #666;
}

.block-btn:hover {
    color: #666;
}


.standard-btn, .save-btn, .delete-btn, .cancel-btn, .disabled-btn {
    display: inline-block;
    vertical-align: top; /* Important - fixes strange vertical alignment issue with inline-block elements */
    line-height: 32px;
    padding: 0 12px;
    /*min-width:100px;*/
    color: #FFFFFF;
    font-weight: 400;
    text-shadow: 0 1px 0 #666666;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /* Prevent text from being selected */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.standard-btn {
    border-color: #2376ae;
    box-shadow: inset 0 1px 0 0 #3cb0fd;
    -moz-box-shadow: inset 0 1px 0 0 #3cb0fd;
    -webkit-box-shadow: inset 0 1px 0 0 #3cb0fd;
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    background-color: #3498db;
}

.save-btn {
    border-color: #4C9C4C;
    box-shadow: inset 0 1px 0 0 #81CF81;
    -moz-box-shadow: inset 0 1px 0 0 #81CF81;
    -webkit-box-shadow: inset 0 1px 0 0 #81CF81;
    background-image: linear-gradient(to bottom, #5EB85E, #429742);
    background-color: #5EB85E;
}

.delete-btn {
    border-color: #b53224;
    box-shadow: inset 0 1px 0 0 #e35843;
    -moz-box-shadow: inset 0 1px 0 0 #e35843;
    -webkit-box-shadow: inset 0 1px 0 0 #e35843;
    background-image: linear-gradient(to bottom, #c54b3e, #b53224);
    background-color: #c0392b;
}

.cancel-btn {
    color: #666666;
    border-color: #CCCCCC;
    text-shadow: 0 1px 0 #FAFAFB;
    -moz-box-shadow: inset 0 1px 0 0 #FAFAFB;
    -webkit-box-shadow: inset 0 1px 0 0 #FAFAFB;
    background-image: linear-gradient(to bottom, #FAFAFB, #F6F6F6);
    background-color: #EEEEEE;
}

.disabled-btn {
    color: #666666;
    border-color: #CCCCCC;
    text-shadow: 0 1px 0 #FAFAFB;
    -moz-box-shadow: inset 0 1px 0 0 #FAFAFB;
    -webkit-box-shadow: inset 0 1px 0 0 #FAFAFB;
    background-color: #EEEEEE;
    cursor: not-allowed;
}

.text-btn {
    color: #3498db;
    cursor: pointer;
    text-decoration: underline;
}

.text-btn:hover {
    text-decoration: none;
}

.standard-btn:hover, .standard-btn:active, .save-btn:hover, .save-btn:active, .delete-btn:hover, .delete-btn:active {
    color: #FFFFFF;
    background-image: none;
}

.cancel-btn:hover, .disabled-btn:hover {
    color: #666666;
    background-image: none;
}

.standard-btn:focus, .save-btn:focus, .delete-btn:focus, .cancel-btn:focus, .disabled-btn:focus {
    outline: 0 !important;
}


.min-width-btn {
    min-width: 110px;
    text-align: center;
}

.min-width-btn-sm {
    min-width: 90px;
    text-align: center;
}

.icon-btn {
    padding: 0;
    width: 26px;
    text-align: center;
    line-height: 23px;
}

.icon-btn i {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
}

.icon-btn-sm {
    width: 24px;
    line-height: 20px;
}

.cancel-btn:hover {
    color: #666666;
    background-image: none;
}

.small-btn {
    line-height: 28px;
}

.xsmall-btn {
    line-height: 24px;
    /*font-size: 12px;*/
}

.icon-btn {
    padding: 0;
    width: 26px;
    height: 25px;
    text-align: center;
}

.icon-btn i {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
}

.text_button {
    display: inline-block;
    color: #fff !important;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #3498db;
    border: 0;
    border-radius: 2px;
    border-bottom: 2px solid #2a8bcc;
    padding: 8px 20px 6px 20px;
    margin: 5px;
    line-height: 1.4;
    cursor: pointer;
    transition: .3s all;
}

.text_button:hover {
    background: #2a8bcc;
    border-bottom: 2px solid #3498db;
}

.text_button.delete {
    background: #c0392b;
    border-bottom: 2px solid #b53224;
}

.text_button:active {
    border-bottom: 2px solid #3498db;
}

.text_button.delete:active {
    border-bottom: 2px solid #b53224;
}

.text_button.add {
    background: #27ae60;
    border-bottom: 2px solid #219d55;
}

.text_button.add:hover, .text_button.add:active {
    background: #219d55 !important;
}

.text_button.cancel {
    background: #b3b9bd;
    border-bottom: 2px solid #8d949a;
}

.text_button.cancel:hover {
    background: #8d949a;
}

.text_button.small_button {
    padding: 5px 15px;
    font-size: 14px;
}

.text_button.xsmall_button {
    padding: 0 10px;
    font-size: 12px;
}

.text_button.icon_button {
    padding: 2px 5px 0 5px;
    border-radius: 2px;
}

.text_button.icon_button i {
    line-height: 1.2;
}



/* Navigation
******************************/

#main-nav {
    /*margin-top:75px;*/
}

.main-mobile-nav {
    margin-top: 0;
}

#main-nav, .main-nav-sub {
    list-style-type: none;
    padding: 0
}

    #main-nav > li, .main-nav-sub li {
        border-top: 1px solid #eaeaea;
    }

    #main-nav li i {
        padding-right: 10px;
    }

    #main-nav > li:last-child {
        border-bottom: 1px solid #eaeaea;
    }

    #main-nav > li > a {
        display: block;
        padding: 0.55rem 0 0.55rem 2.0rem;
        transition: .2s all;
        font-weight: 600;
    }

    .main-nav-sub li a {
        display: block;
        padding: 0.35rem 0 0.35rem 3.5rem;
        transition: .2s all;
        font-weight: 600;
    }

    .main-nav-sub li:first-child {
        border-top: 0;
    }

    .main-nav-sub li {
        background: #f1f1f1;
        color: #939da8;
    }

    #main-nav > li a:hover {
        background: #3498db;
        color: #fff;
    }

    .main-nav-sub > li a:hover {
        background: #fafafb !important;
        color: #444 !important;
    }

.main-link-hover {
    background: #3498db;
    color: #fff !important;
}

.main-link-active {
    background: #3498db;
    color: #fff !important;
}

.main_menu_item {
    font-size: 15px !important;
    padding: 10px !important;
    padding-left: 30px !important;
    cursor: pointer !important;
    border-top: 1px solid #37414b;
    border-bottom: 1px solid #1f262d;
}

    .main_menu_item:hover {
        background: #939da8 !important;
    }

    /*
.main_menu_item.subitem > .main_menu_item_text{
    padding-left:60px!important;
}
*/

    .main_menu_item.subitem {
        padding: 5px 10px !important;
    }

        .main_menu_item.subitem:hover {
            /*background-color: #f1f1f1!important;
	color:#fafafb!important;*/
        }

.main_menu_item_text {
    display: inline-block !important;
    vertical-align: top !important;
    padding-left: 6px !important;
}

    .main_menu_item_text a {
        color: #939da8 !important;
    }

.main_menu_heading {
    color: #fff !important;
}

.main_menu_selected {
    color: #fff !important;
    background: #3498db !important;
}

/* Text and Headers
******************************/

h1, h2, h3, h4, h5 {
    color: #666666;
}

.sub-text {
    display: block;
    font-size: 12px;
    color: #999;
}

.semi-bold {
    font-weight: 600;
}

.type-label {
    display: inline-block;
    padding: 0 12px;
    color: #fff !important;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
}

.action_label {
    display: inline-block;
    padding: 3px 12px;
    color: #fff !important;
    cursor: default;
    font-size: 11px;
    /*min-width:68px;*/
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}

.label_blue {
    background-color: #3498db;
    border: 1px solid #2a8bcc;
}

.label_green {
    background-color: #4ca34c;
    border: 1px solid #4ca34c;
}

.label_orange {
    background-color: #f39c12;
    border: 1px solid #e8930c;
}

.label_red {
    background-color: #c0392b;
    border: 1px solid #b53224;
}

.label_other {
    background-color: #bdc3c7;
    border: 1px solid #acb2b7;
}

label {
    color: #555 !important;
}

.form-check-label {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}


/* Colours
******************************/
.colour-blue {
    color: #3498db;
}

.bg-colour-blue {
    background-color: #3498db;
}

.colour-grey {
    color: #666;
}

.bg-colour-grey {
    background-color: #666;
}

.bg-grey {
    background-color: #666;
}

.bg-lightgrey {
    background-color: #fafafb;
}

.colour-block {
    /* If using SASS/LESS we could inherit progress-bar-striped class here */
    display: inline-block;
    width: 35px;
    height: 20px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.2);
}

.colour-block-sm {
    width: 15px;
    height: 12px;
}

/* Popups
******************************/

.ui-dialog {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-dialog-titlebar {
    font-weight: 600;
    background-color: #fafafb;
    border-bottom: 1px solid #eaeaea;
    padding: .75rem 1.25rem !important;
    margin-bottom: 0;
    border-radius: 0;
}

.ui-dialog-titlebar-close {
    right: 1.25rem;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.error-popup-body {
    overflow-y: auto;
    max-height: 550px;
}

.ui-widget-overlay {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    background-color: #000;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-button {
    outline: none
}

.ui-button-icon-only:active {
    background: #3498db;
    border-color: #3498db;
}

.ui-button-icon-only {
    right: 1.00rem !important;
    padding-right: 0;
}

/* Tooltips
******************************/

.ui-tooltip, .arrow:after {
    background: #fafafb;
}

.ui-tooltip {
    top: 500px;
    padding: 6px 12px;
    color: #333;
    font-weight: 600;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Search
******************************/

.search-results {
    color: #282b30;
}

/* New Labels
******************************/
.new-action-label {
}

/* Notes
******************************/

.notes-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.notes-body {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 70px;
    overflow-y: auto;
}

.notes-body-alt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 135px;
    overflow-y: auto;
}

.notes-body-alt-group {
    bottom: 172px;
}

.notes-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 70px;
    display: flex;
    align-items: center;
}

.notes-footer-alt {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 135px;
    display: flex;
    align-items: center;
    padding-top: 10px !important;
    padding-top: 10px !important;
}

.note-row {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px;
}

    .note-row:nth-child(odd) {
        background: #eff7fc;
    }

    .note-row:last-child {
        border-bottom: 0;
    }

.note-input {
    padding: 15px;
    background: #f9f9f9;
    border-top: 1px solid #dfdfdf;
}

.note-author {
    font-weight: 600;
    color: #444;
}

.note-body {
    border-left: 3px solid #3498db;
    padding: 5px 0 5px 8px;
    margin: 15px 0 0 15px;
    color: #555;
}

.note-edit-buttons {
    margin-top: 10px;
    text-align: right;
}

.note-timestamp {
    color: #3498db;
    font-size: 12px;
    font-weight: 600;
}

/*
.note-row{
    padding:15px;
    border-bottom:1px solid #dfdfdf;
}
.note-body{
    margin:15px 0 15px 15px;
    border-left:3px solid #3498db;
    padding:5px 0 5px 8px;
    color:#555;
    font-size:14px;
}
.note-header{

}
.note-author{
    font-weight:600;
    color:#444;
}
.note-row:nth-child(odd) {
    background: #eff7fc;
}
.note-input{
    background:#f9f9f9;
    padding:15px;
}
.note-timestamp {
    color: #3498db;
    
    font-size: 12px;
    font-weight: 600
}
    */
/*
.note-section {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
}

.note-row:last-child .note-body {
  border-bottom: none;
}

.note-row {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  padding-top: 15px;
}

.note-history:nth-child(2n) {
  background: #fafafb;
}

.note-row:hover {
  background: #fafafb;
}
.note-header{
    
}
.note-body {
    margin: 8px 0 8px 8px;
  padding: 0.5rem;
  border-left:2px solid #3498db;
}
*/

/* Other
******************************/
.breadcrumb {
    background: transparent;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    padding-left: 0;
}

.breadcrumb-item {
    font-size: 20px;
    color: #666;
    cursor: default;
}

a .breadcrumb-item{
    cursor:pointer;
}
a .breadcrumb-item:hover {
    color: #3498db;
}
.breadcrumb a{
    cursor:pointer;
}
.breadcrumb-link {
    cursor:pointer;
}
.breadcrumb-link:hover{
    color:#3498db;
}

.breadcrumb i {
    color: #666;
    cursor: default;
}

.breadcrumb-item-active {
    color: #3498db;
    cursor: default;
}

.breadcrumb-arrow {
    font-size: 18px;
    margin: 0 10px;
    line-height: 1.5;
}

.location-list li a:hover {
    background: #3498db;
    color: #fff;
}

.location-list-active {
    background: #3498db;
    color: #fff;
    font-weight: bold;
}

    .location-list-active a {
        color: #fff;
    }

.overview-box {
    cursor: pointer;
    margin-bottom: 15px;
    transition: .3s all;
}

    .overview-box:hover {
        background: #eff7fc;
        /*background:rgba(52,152,219,0.10)!important;*/
    }

        .overview-box:hover .storage-box {
            background: #ffffff;
        }

    .overview-box .card-body {
        /*border-left:6px solid #3498db;
transition:.3s border;*/
    }

.overview-progress {
    border-radius: 0 !important;
    border: 1px solid #999;
}

.overview-box i {
    margin-right: 8px;
}

.storage-box {
    border-left: 6px solid #3498db;
    background: #eff7fc;
    cursor: pointer;
    /*color:#eaeaea;*/
    transition: .3s all;
    margin-bottom: 15px;
}

    .storage-box:hover {
        color: #2e363f;
        background: #ffffff;
    }

    .storage-box a {
        color: #939da8;
    }

    .storage-box:hover a {
        color: #444444;
    }

    .storage-box:last-child {
        margin-bottom: 0;
    }

#dvShelves {
    cursor: default;
}

.storage-box .storage-box {
    background: #fff;
}

    .storage-box .storage-box:hover {
        background: #eff7fc;
    }

.blue-hover:hover {
    background: #eff7fc;
}

.blue-hover-bg {
    background: #eff7fc;
}

.blue-bg-alt:nth-of-type(2n) {
    background: #eff7fc;
}

.grey-bg-alt:nth-of-type(2n) {
    background: #f9f9f9;
}

.test-hover:hover {
    background: #eff7fc;
}

.overflow-box {
    overflow-y: auto;
    max-height: 300px;
}

.border-1 {
    border: 1px solid #dfdfdf;
}

.border-top {
    border-top: 1px solid #eaeaea;
}

.border-bottom {
    border-bottom: 1px solid #eaeaea;
}

.border-no-bottom {
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

    .border-no-bottom:last-child {
        border-bottom: 1px solid #eaeaea;
    }

.border-no-top {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.border-no-bottom:last-child {
}

.border-right {
    border-right: 1px solid #eaeaea;
}

.border-left {
    border-left: 1px solid #eaeaea;
}

.box-shadow {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
}

.box-shadow-light {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.25);
    box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.25);
}

.separator > [class*='col-']:before {
    background: #eaeaea;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.separator > [class*='col-']:first-child:before {
    display: none;
}

/* 
    Grey-out an area with this class.
    Requires parent position to be relative. 

*/
.disable-section {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fafafb;
    z-index: 90;
    opacity: 0.75
}


/* Workflows
******************************/

.wf-overview-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

/* Alerts
******************************/

.alert {
    border-radius: 0;
}

.alert-warning {
    border-color: #F7DD48;
}

.alert-standard {
    background-color: #d9edf7; /* Should be same as table hover? */
    border-color: #bce8f1;
    color: #31708f;
}

.progress-bar {
    background-color: #3498db;
}

.progress-mini {
    border-radius: 0 !important;
    border: 1px solid #666;
}

.progress-low {
    background-color: #3498db;
}

.progress-medium {
    background-color: #ff7f11;
}

.progress-full {
    background-color: #FE4A49;
}

/*** Dashboard ***/

.dashboard-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

    .dashboard-list li {
        padding-bottom: 10px;
        font-size: 18px;
    }

        .dashboard-list li:last-child {
            padding-bottom: 0 !important;
        }

        .dashboard-list li a {
            display: block !important;
        }

.dashboard-link {
    color: #3498db !important;
}

.dashboard-box {
    overflow-y: auto;
}

.ui-datepicker {
    padding: 0 !important;
    font-weight: 600 !important;
}

.ui-datepicker-calendar tbody tr td {
    padding: 0 !important;
    border: 1px solid #e1e1e1;
}

.ui-datepicker table {
    margin-bottom: 0 !important;
    border-top: 1px solid #fafafb;
}

.ui-datepicker-calendar thead tr th {
    background: #efefef !important;
}

.ui-state-default {
    background: #fafafa !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fafafa 0%, #efefef 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef', GradientType=0) !important;
    /* IE6-9 */
    font-weight: 600 !important;
    text-align: center !important;
    padding: 6px 3px !important;
    border: 0 !important;
}

.ui-state-highlight {
    background: #3498db !important;
    color: #fafafb !important;
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.25) !important;
}

.ui-state-active {
    color: #3498db !important;
}

#tbSiteSearch {
    background-color: #fafafb;
    border-color: #2a8bcc;
    color: #666;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.10);
    height: 32px;
    line-height: 20px;
    font-size: 14px;
    padding: .25rem .65rem;
}

/* Page: Book In
******************************/

.book-in-summary {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .book-in-summary:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

/* Page: Entity Actions
******************************/

.action-box {
    cursor: pointer;
    color: #3498db;
    background: #fff;
    transition: .3s;
    align-items: center;
}

    .action-box i {
        margin-bottom: 10px;
    }

.action-box-inner {
    display: flex;
    align-items: center;
}

.action-box span {
    color: #666;
}

.action-box:hover {
    background-color: #3498db;
    color: #ffffff !important;
    border-color: #3498db;
}

    .action-box:hover span {
        transition: .3s;
        color: #ffffff !important;
    }

    .action-box:hover h5 {
        color: #ffffff;
        transition: .3s;
    }

/* Progress Tracker
******************************/
.track-container {
    background-color: #fff;
    display: flex;
}

.track-item {
    position: relative;
    padding: 10px 50px 10px 65px;
    background: #fff;
    color: #999;
    font-weight: bold;
    height: 40px;
}

    .track-item:first-child {
        padding-left: 50px;
    }

.trackkk {
    width: 30px;
}

.track-item span {
    display: block;
    line-height: 21px;
}

.track-item-active {
}

    .track-item-active span {
        color: #3498db;
    }

.track-item-done {
    color: #666;
    background: #ccc;
}

.track-item > span:after,
.track-item > span:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 20px;
}

.track-item > span:after {
    top: -8px;
    z-index: 1;
    border-left-color: #f0f0f0;
    border-width: 28px;
}

.track-item > span:before {
    z-index: 2;
}

.track-item-done + .track-item > span:before {
    border-left-color: #ccc;
}

.track-item:first-child > span:after,
.track-item:first-child > span:before {
    display: none;
}
















.progress-track-step {
    font-size: 24px;
    color: #3498db;
}

.progress-track-title {
}

.track-arrow {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #eee;
}

.track-arrow-active {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #3498db;
    background-color: #eeeeee;
}

.track-step {
    font-weight: bold;
    color: #999;
    padding: 10px 30px;
    cursor: default;
    background-color: #eee;
}

.track-step-active {
    background-color: #fff;
    color: #333;
}

.track-step-complete {
    background-color: #3498db;
    color: #fff;
}

/* Icons
******************************/
.fa-stack {
    cursor: pointer;
}

.delete-icon {
    color: #c54b3e;
}

.standard-icon {
    color: #999999;
    transition: .2s;
}

.fa-stack:hover > .standard-icon {
    color: #3498db;
}

.rights-icon {
    color: #D4130D;
    font-size: 20px;
    cursor: pointer;
    /*text-shadow: 1px 1px 1px #ccc;*/
}

.fa-check.rights-icon {
    color: #5EB85E;
}



/* Media Queries
******************************/
@media (min-width: 1200px) {
    .container {
        max-width: 1600px;
    }
}







/* Lab styles */

body {
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    color: #282b30;
    /* Same as top nav */
}

html, body {
    height: 100%;
}












/* include borders in size calculations */

* {
    box-sizing: border-box;
}

/*
    h1, h2, h3, h4{
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
    }

    h1{
    font-size: 26px;
    padding-bottom: 5px;
    }

    h2{
    font-size: 22px;
    padding-bottom: 5px;
    }

    h3{
    font-size: 18px;
    padding-bottom: 5px;
    }

    h4{
    font-size: 16px;
    padding-bottom: 5px;
    }
				*/

a, a:link, a:visited, a:active {
    text-decoration: none;
}

    a:hover {
        text-decoration: none !important;
    }

.standard_textbox {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .standard_textbox:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, .6);
        border: 1px solid rgba(81, 203, 238, .6);
    }

.textbox_bad, .textbox_bad:focus {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 .2rem rgba(192, 57, 43, .25);
}

.textbox_good {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.standard_select {
    height: 30px;
    line-height: 25px;
    border: solid 1px #dadada;
    box-shadow: inset 0px 1px 4px #eee;
}

.select_bad {
    height: 30px;
    line-height: 25px;
    box-shadow: inset 0px 1px 4px #eee;
    border: 1px solid #c0392b !important;
}

.spacer_s {
    width: 1px;
    height: 5px;
}

.spacer_m {
    width: 1px;
    height: 10px;
}

.spacer_l {
    width: 1px;
    height: 20px;
}

.spacer_xl {
    width: 1px;
    height: 25px;
}

.control_spacer {
    display: inline-block;
    height: 1px;
    width: 5px;
}

.control_spacer_l {
    display: inline-block;
    height: 1px;
    width: 15px;
}

.ClearFix {
    clear: both;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none;
}

.load_indicator_container {
    width: 100%;
    text-align: center;
}

.load_indicator_large_spacing {
    padding-top: 150px;
    padding-bottom: 150px;
}

.standard_box {
    padding: 5px;
}

.standard_box_header {
    box-sizing: border-box;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: #fcfcfc;
}

.standard_table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0 0 0;
    border: 1px solid #eee;
    font-size: 13px;
}

    .standard_table td {
        padding: 10px 15px;
        border: 1px solid #e6e6e6;
        text-align: center;
    }

    .standard_table thead td {
        font-weight: bold;
        background: #fff;
    }

    .standard_table > tbody > tr:nth-of-type(odd) {
        background: #f6f6f6;
    }

    .standard_table > tbody > tr:hover {
        background-color: rgba(29, 164, 237, 0.05);
    }

.standard_table_section {
    font-weight: bold;
}

.standard_button, .standard_button_no, .standard_button_bad {
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #5D9CEC;
    color: #fff;
    padding: 10px 13px;
    cursor: pointer;
    border: none;
}

    .standard_button:hover {
        background-color: #418BE8;
    }

.standard_button_no {
    background-color: #A1A1A1;
}

    .standard_button_no:hover {
        background-color: #7D7D7D;
    }

.standard_button_2 {
    background-color: #777777;
}

    .standard_button_2:hover {
        background-color: #7D7D7D;
    }

.standard_button_bad {
    background-color: #d9534f;
}

    .standard_button_bad:hover {
        background-color: #DE5D59;
    }

.standard_button_disabled {
    cursor: not-allowed;
}

.PopupCentered {
    background-color: #FFF;
    position: absolute;
    z-index: 999;
    margin: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}

.auto_margin {
    margin: 0px auto;
}

.info_box {
    padding: 15px;
}

.info_box_title {
    font-weight: bold;
}

.info_box_warning {
    color: #57502D;
    background-color: #FFF5BF;
    border: solid 1px #F7DD48;
}

.info_box_good {
    color: #3BA605;
    background-color: #D4EDC7;
    border: solid 1px #95EB6A;
}

.info_box_bad {
    color: #CF1D1D;
    background-color: #F0D1D1;
    border: solid 1px #FAA7A7;
}

/* fairly simple grid system */

.box_container {
    background-color: #FFF;
}

.box_section {
    float: left;
}

/* clearfix fox grid */

.box_container:after {
    content: "";
    display: table;
    clear: both;
}

.box_container, .boxSection {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box_section-1-2 {
    width: 50%;
}

.box_section-1-3 {
    width: 33.33%;
}

.box_section-2-3 {
    width: 66.66%;
}

.box_section-1-4 {
    width: 25%;
}

.box_section-3-4 {
    width: 75%;
}

.box_section-1-8 {
    width: 12.5%;
}

    .box_container, .box_section-1-2, .box_section-1-2:after, .box_section-1-2:before, .box_section-1-3, .box_section-1-3:after, .box_section-1-3:before, .box_section-2-3, .box_section-2-3:after, .box_section-2-3:before, .box_section-1-4, .box_section-1-4:after, .box_section-1-4:before, .box_section-3-4, .box_section-3-4:after, .box_section-3-4:before, .box_section-1-8, .box_section-1-8:after, .box_section-1-8:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

< !--
/* *, *:after, *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        }*/
-->
/* grid inner-spacers */
.box_section-spacer-10 {
    padding-right: 10px;
}

.box_section-spacer-20 {
    padding-right: 20px;
}

.box_section-spacer-30 {
    padding-right: 30px;
}

.box_section:last-of-type {
    padding-right: 0;
}

/* grid outer-spacers */

.box_container-pad-10 {
    padding: 0 10px 0 10px;
}

.box_container-pad-20 {
    padding: 0 20px 0 20px;
}

.box_container-pad-30 {
    padding: 0 30px 0 30px;
}

.box_container-pad-40 {
    padding: 0 40px 0 40px;
}

    .box_container-pad-40 > .box_section:last-of-type {
        /* padding-right: 40px; */
    }

/* end of fairly simple grid system */

.text_right {
    text-align: right;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.display_inline {
    display: inline-block;
}

.margin_auto {
    margin: 0px auto;
}

.width_90 {
    width: 90%;
}

.width_80 {
    width: 80%;
}

.width_70 {
    width: 70%;
}

.width_60 {
    width: 60%;
}

.width_50 {
    width: 50%;
}

.highlight_text {
    color: #2E86C1;
}

.highlight_text_delete {
    color: #E30000;
}

.small_note {
    font-size: 95%;
    font-style: italic;
}

.hand {
    cursor: pointer;
}

.background_white {
    background-color: #fff;
}

.popup_shadow {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.content_box {
    background-color: #fafafb;
    /*min-width:370px;*/
    border: 1px solid #ddd;
    /*
				-webkit-box-shadow: 0px 0px 5px 0px rgba(54,59,65,0.15);
				-moz-box-shadow: 0px 0px 5px 0px rgba(54,59,65,0.15);
				box-shadow: 0px 0px 5px 0px rgba(54,59,65,0.15);
				*/
}

.content_box_head {
    padding: 10px 20px;
    background: #efefef;
    border-bottom: solid 1px #ddd;
    font-size: 18px;
    font-weight: 400;
}

    .content_box_head .standard_button {
        font-size: 13px;
    }

    .content_box_head h2, .content_box_head h3, .content_box_head h4 {
        margin: 0;
    }

.content_box_body {
    padding: 30px;
}

.delete_text {
    color: #FA2F2F;
}

.text_highlight {
    color: #1da4ed;
}

.text_link:hover {
    color: #1572E8;
}

.action_finished_popup {
    border: solid 1px #c0c0c0;
    position: absolute;
    bottom: 5px;
    right: 5px;
    transition: all .5s ease;
    opacity: 1;
}

.action_finished_popup_hide {
    transition: all .5s ease;
    opacity: 0;
}

.action_finished_popup_title {
    background-color: #1da4ed;
    padding: 5px;
    font-size: 22px;
    color: #fff;
}

.action_finished_popup_body {
    padding: 8px;
    background: #fff;
}

.tab_option_container {
    background: #fafafb;
    border: 1px solid #dfdfdf;
}

.tab_option_list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.tab_option, .sub_option {
    display: block;
    float: left;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    color: #939da8;
    border-right: 1px solid #eee;
    border-left: 1px solid #fff;
    /*border-bottom:2px solid #eee;*/
}

.tab_option, .sub_option:first-child {
    border-left: 0;
}

.tab_option:hover, .sub_option:hover {
    color: #444;
}

.tab_option_selected, .sub_option_selected {
    color: #444;
    background-color: #fff;
}

.selection_medium, .selection_large {
    padding: 8px;
    border: 1px solid #DEDEDE;
    font-size: 140%;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: 500;
}

.selection_medium {
    font-size: 120%;
}

    .selection_medium:hover, .selection_large:hover {
        background-color: #F3FAFE;
    }

.selection_large_description, .selection_medium_description {
    display: inline-block;
    font-size: 11pt;
    font-style: italic;
}

.lookup_list_container {
    background: #FFF;
    border: solid 1px #c0c0c0;
}

.lookup_list_item {
    padding-bottom: 8px;
    border-bottom: solid 1px #c0c0c0;
}

    .lookup_list_item:last-of-type {
        padding-bottom: 0px;
        border-bottom: none;
    }

    .lookup_list_item:hover {
        background-color: #F3FAFE;
    }

/* master page specific styles */

#dvMasterHead {
    position: fixed;
    top: 0;
    right: 0;
    left: 250px;
    z-index: 1030;
    height: 55px;
    /*background:#282b30;*/
    background: #1f262d;
    color: #fafafb;
    border-top: 3px solid #3498db;
    border-bottom: 1px solid #dcdcdc;
}

#pnl288E930C_Cell_L {
    float: left;
    width: 18%;
    background-color: #fafafb;
    border-right: 1px solid #D4D4D4;
    min-width: 184px;
    color: #ccc;
}

.sidebar {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 25;
    overflow: hidden;
    background: #fafafb;
    width: 250px;
    transition: .3s all;
    /*-webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.3);*/
    border-right: 1px solid #dfdfdf;
    overflow-y: auto;
}

    .sidebar.light {
        background: #fff !important;
        border-right: 1px solid #eee;
    }

#pnl288E930C_Cell_M {
    width: 82%;
    float: left;
    min-height: 300px;
    font-size: 13px;
}

#dvMasterFoot {
    clear: both;
    display: none;
}

#dvApplicationTitle {
    float: left;
    width: 20%;
    font-size: 18px;
    padding: 18px 0 0 14px;
}

#dvMasterSearchContainer {
    float: left;
    padding: 11px 0 0 10px;
}

/* end of master specific styles */

/* forms */

.basic_form {
    font-size: 12px;
}

.basic_form_row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #888;
    border-bottom: 1px solid #f5f5f5;
}

    .basic_form_row label {
        display: block;
        margin: 0 0 5px 0px;
        vertical-align: middle;
        line-height: 1.5;
        min-width: 350px;
    }

.basic_form_row_height {
    height: 80px;
}

/* end of forms */

/* crfmanager overrides */

.tb {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .tb:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, .6);
        border: 1px solid rgba(81, 203, 238, .6);
    }

.tberr {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ff0000;
    border-radius: 4px;
}

.ddl {
    height: 30px;
    line-height: 25px;
    border: solid 1px #dadada;
    box-shadow: inset 0px 1px 4px #eee;
}

.ddlerr {
    height: 30px;
    line-height: 25px;
    border: solid 1px #ff0000;
    box-shadow: inset 0px 1px 4px #eee;
}

/* end of crfmanager overrides */

/* misc lab styles */

.mobile_menu_button {
    float: left;
    display: none;
}

    .mobile_menu_button img {
        margin: 10px 0 0 10px;
    }

.mobile_menu_container {
    position: absolute;
    top: 50px;
    left: 0px;
    background: #FFF;
    display: none;
    z-index: 1001;
    border: 1px solid #c0c0c0;
}

.invisible_overlay {
    background: #FF0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    z-index: 1000;
}

.above_overlay {
    z-index: 1001;
}

.storage_breadcrumb {
    font-size: 20px;
    padding: 5px;
    text-decoration: none;
}

    .storage_breadcrumb:hover {
        color: #3498db;
        text-decoration: none;
    }

.storage_breadcrumb_current, .storage_breadcrumb_current:hover {
    color: #1DA4ED;
}

.storage_breadcrumb:first-of-type {
    padding: 0;
}

.percentage_bar {
    height: 8px;
    position: relative;
    background: #dbe1e8;
    margin: 25px 0;
}

.percentage_bar_percent {
    display: block;
    height: 100%;
    background-color: #1da4ed;
    position: relative;
    overflow: hidden;
}

.user_image {
    width: 70px;
    border-radius: 50%;
}

.user_image_small {
    width: 35px;
    border-radius: 50%;
    margin-right: 7px;
}

.user_image_large {
    width: 200px;
    border-radius: 50%;
}

/* end of misc lab styles */
/* visual overview */
.storage_visual_coordinate_x, .storage_visual_nc_coordinate_x {
    display: inline-block;
    vertical-align: top;
    width: 85px;
    margin-right: 5px;
    margin-bottom: 3px;
    text-align: center;
}

.storage_visual_nc_coordinate_x {
    width: 240px;
}

.storage_visual_coordinate_y, .storage_visual_nc_coordinate_y {
    height: 85px;
    text-align: center;
    vertical-align: middle;
    line-height: 85px;
    margin-right: 5px;
}

.storage_visual_nc_coordinate_y {
    height: 130px;
    line-height: 130px;
}

.storage_visual_child, .storage_visual_nc_child {
    display: inline-block;
    vertical-align: top;
    width: 85px;
    height: 85px;
    border: solid 1px #c0c0c0;
    margin-right: 5px;
    cursor: pointer;
    text-align: center;
    background-color: #FFF;
    color: #575757;
    font-size: 7pt;
}

.storage_visual_nc_child {
    width: 240px;
    height: 130px;
    font-size: 1.2rem;
}

.storage_visual_nc_child:hover {
    background-color: #F2F2F2;
}

.storage_visual_nc_empty {
    background-color: #EDEDED;
    width: 100%;
    height: 100%;
}

.storage_visual_child:hover {
    background-color: #E8E8E8;
}

.storage_visual_child_selected {
    border-color: #000;
    border-style: dashed;
}

/* end of visual overview */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    /*background-color:#3498db;*/
    content: '\2714';
    font-size: 10px;
    position: absolute;
    top: 2px;
    left: 4px;
    color: #ffffff;
    outline: none;
}

.custom-control-label::before {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    top: 0;
}

.custom-control-label::after {
    top: 0;
}

.custom-control-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.standard-cb {
    display: none;
}

    .standard-cb + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 9px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
    }

        .standard-cb + label:active, .standard-cb:checked + label:active {
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
        }

    .standard-cb:checked + label {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        color: #99a1a7;
    }

        .standard-cb:checked + label:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #99a1a7;
        }

.big-checkbox + label {
    padding: 18px;
}

.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}

/* lab media queries */

@media screen and (max-width:991px) {
    .main-container {
        padding-left: 0 !important;
        transition: .5s all;
    }
}

@media screen and (max-width:768px) {
    .main-container {
        padding-left: 0 !important;
        transition: .5s all;
    }
}

/* laptop/desktop with low res */

@media screen and (max-width: 1200px) {
    .block_media_xl {
        display: none;
    }

    .box_section_dynamic_xl {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }

    .box_section-spacer-10, .box_section-spacer-20, .box_section-spacer-30 {
        padding: 0px;
    }
}

/* small laptop / large tablet */

@media screen and (max-width: 1000px) {
    #pnl288E930C_Cell_M {
        float: none;
        width: 100%;
    }

    #dvMasterHead {
        left: 0;
    }

    .block_media_l {
        display: none;
    }

    .box_section_dynamic_l {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }

    .box_section-spacer-10, .box_section-spacer-20, .box_section-spacer-30 {
        padding: 0px;
    }
}

/* tablet */

@media screen and (max-width: 768px) {
    .block_media_tablet {
        display: none;
    }

    .box_section_dynamic_tablet {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }

    .box_section-spacer-10, .box_section-spacer-20, .box_section-spacer-30 {
        padding: 0px;
    }
}

/* reconfigure form to single row if limited screen space */

@media (max-width: 600px) {
    .box_section_dynamic {
        float: none;
    }
}

/* large phone */

@media screen and (max-width: 425px) {
    .block_media_phone_l {
        display: none;
    }
}

/* medium / small phone */

@media screen and (max-width: 375px) {
    .block_media_phone_s {
        display: none;
    }
}

/* end of lab media queries */
