/* Inheriting Parent CSS */
@import "uh.css";

.navbar-nav .dropdown-menu {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}
.navbar-nav .dropdown-menu.no-scroll {
    overflow-y: hidden;
}
.navbar-nav .dropdown-menu li a {
    padding-right: 20px;
}
.dbl-right {
    font-family: Euphemia;
    font-size: 12px;
    font-weight: bold;
}
.dbl-right:after { content: ">>"; }
.has-error .category-check-list { border-color: #D65C4F }

/* ===== Annuity Training ===== */
.textLarge { font-size: 16px; }

/* ===== B2C Administration ===== */
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 2em 0;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 0.1em solid #000;
}

.separator:not(:empty)::before {
    margin-right: 1em;
}

.separator:not(:empty)::after {
    margin-left: 1em;
}

.update-fields > div > * + * {
    margin-top: 1em;
}

.removal-flag {
    background-color:rgba(255, 0, 0, 0.2) !important;
    color:rgba(255, 0, 0, 1);
}

#update-form input.btn {
    width: 6em;
}

/* ===== Document Management Form ===== */
.docForm input { box-shadow: none; }
.docForm select {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px; padding: 3px 5px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d5d5d5;
    box-shadow: none;
}
.docForm hr { margin: 0 auto 10px; color: #EEEEEE; }
.docForm label.required { font-weight: bold; }
.docForm label.required:before { position: absolute; margin-left: -8px; content:" * "; color: #d9534f; }
.docForm label.error { color: #d9534f; }
.docForm label.errorMsg { color: #d9534f; margin-left: 120px; padding-left: 0; width: auto; }
.docForm label.errorMsgSm { color: #d9534f; width: auto; }
.docForm label.waiting { color: #5cb85c; }
.docForm label.expired { color: #d9534f; }
.docForm label.invisible { color: #f0ad4e; visibility: visible; }
.docForm .readonly { color: #7f7f7f; }
.docForm input.error, .docForm select.error { border-color: #d65c4f; box-shadow: none; }
.docForm .radio-inline { margin-bottom: 5px; display: table; }
.docForm .radio-inline input { margin-top: 2px; }
.docForm .group-list { max-width: 300px; }
.docForm input.list-search {
    background: url("../../../images/icons/dark/magnify.png") no-repeat scroll 5px center;
    border: 1px solid #D0D0D0;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    float: left;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    min-width: 180px;
    padding: 3px 3px 3px 25px;
}
.docForm .form-categories { padding: 0 15px; }
.docForm .form-categories .form-group {
    border-color: #ddd;
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0 0;
}
.docForm .form-buttons { padding: 0 15px; margin-bottom: 0; }
.docForm .form-buttons .btn-sm + .btn-sm { margin-left: 10px; }
.docForm .check-label { padding-top: 3px; }
.docForm .group-categories {
    display: block;
    margin: -10px 0;
}
.docForm .group-category {
    padding: 0;
    margin: 10px 0;
}
.docForm .group-category-sm {
    margin: 10px 0;
}
.docForm .group-category > select { padding: 2px 5px 0; }
.docForm .group-category > select[size] { height: 34px; display: block; }
.docForm .group-category > label { padding: 0; }
.docForm .group-category-sm > select { padding: 2px 5px 0; margin-top: 10px; }
.docForm .group-category-sm > select[size] { height: 34px; display: block; }
.docForm .group-category-sm > label {  }
.docForm .group-category-sm > input.list-search { clear: both; float: left; }
.docForm .group-category-sm .category-list {
    border: 1px solid #bbb;
    font-size: 16px;
    height: 82px;
    list-style: outside none none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
}
.docForm .group-category-sm .category-list > li {
    cursor: pointer;
    padding: 2px 26px 2px 8px;
    white-space: nowrap;
}
.docForm .group-category-sm .category-list > li + li {
    border-top: 1px solid #eee;
}
.docForm .group-category-sm .category-list > li:hover {
    background: none repeat scroll 0 0 #239169;
    color: #FFFFFF;
}
.docForm .group-category-sm .category-list > li.selected {
    background-color: #2b69a0;
    color: #fff;
}
.docForm .group-category-sm .category-list > li.disabled {
    cursor: not-allowed;
}
.docForm .group-category-sm.has-error .category-list {
    border-color: #d65c4f;
}
.docForm .category-check-list {
    height: 82px;
    padding: 0;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cccccc;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
}
.docForm .category-check-list .checkbox {
    min-height: auto;
    padding: 5px 20px 0 5px;
}
.docForm .checkbox label {
    align-items: center;
    display: flex;
    line-height: 1.4;
    min-height: auto;
    padding-left: 0;
}
.docForm .category-check-list .checkbox label {
    font-size: 14px;
}
.docForm .checkbox-inline input[type=checkbox],
.docForm .checkbox input[type=checkbox] {
    min-width: 13px;
    min-height: 13px;
}
.docForm .checkbox input[type=checkbox] {
    margin: auto 5px auto 0;
    position: relative;
}
@media (min-width: 481px) {
    .docForm .form-categories .form-group {
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        padding: 10px;
    }
    .docForm .group-categories {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin: -7px;
        width: 100%;
    }
    .docForm .group-category {
        margin: 7px;
    }
    .docForm .group-category-sm {
        margin: 7px;
    }
    .docForm .group-category > label,
    .docForm .group-category-sm > label {
        margin-bottom: 5px;
    }
    .docForm .group-category > select[size] {
        height: 85px;
    }
    .docForm .group-category-sm > select[size] {
        height: 85px;
    }
    .docForm .group-category-sm .category-list {
        font-size: 14px;
        height: 100px;
    }
    .docForm .category-check-list {
        height: 100px;
    }
    .docForm .radio-inline, .docForm .checkbox-inline {
        display: inline-block;
    }
}

#claimModal{
    width: 100%;
}
#claimSpinner{
    z-index: -1;
    margin: auto;
}

.docForm .fileLabel { margin-top: 5px; }
.docForm .file-select { border:1px dashed lightgray; background-color: #eee; padding:5px; width: 100%;}
.docForm .drop-area {
    background-color: #d8dee3;
    background: linear-gradient(to bottom, #d8dee3 0%, #cbd0d5 80%) repeat scroll 0 0;
    border-radius: 3px;
    border: 1px solid #bcc0c5;
    padding: 15px;
}
.docForm .file-drop {
    background-color: #e4ecf3;
    border-color: #a3a7ab;
    border-radius: 3px;
    border-style: dashed;
    border-width: 4px;
    color: #777777;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.docForm .file-drop .subtitle {
    text-transform: lowercase;
    font-size: 0.9em;
}
.docForm .file-drop.enter {
    background-color: #bed8ef;
    border-color: #5ea9e8;
    border-style: solid;
}
.docForm .file-drop.hover {
    background-color: #e4ecf3;
    border-color: #5ea9e8;
    border-style: dashed;
}
.docForm .file-drop.drop {
    background-color: #e4ecf3;
    border-color: #a3a7ab;
    border-style: dashed;
}
.docForm .file-drop a {
    background-color: #007a96;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-top: 12px;
    padding: 12px 26px;
}
.docForm .file-drop a:hover {
    background-color: #0986a3;
}
.docForm .file-list {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
.docForm .file-list li {
    align-items: center;
    background-color: #333639;
    background: linear-gradient(to bottom, #e4ecf3 0%, #d6dde4 80%) repeat scroll 0 0;
    border-bottom: 1px solid #bbc0c5;
    border-top: 1px solid #edf5fb;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
    padding: 10px;
    position: relative;
    width: 100%;
}
.docForm .file-list li .left-icons {
    width: 100%;
}
.docForm .file-list li .left-icons .progress {
    float: left;
    margin-bottom: 0;
    width: 80%;
}
.docForm .file-list li .left-icons .progress .progress-bar {
    min-width: 8em;
    width: 2%;
}
.docForm .file-list li .left-icons .glyphicon {
    float: right;
    font-size: 20px;
    margin-right: 0;
    text-align: center;
    width: auto;
}
.docForm .file-list li .left-icons .glyphicon.text-danger {
    cursor:default;
    margin-top: 12px;
}
.docForm .file-list li .file-info {
    margin: 5px auto 0 0;
}
.docForm .file-list li .file-info p {
    color: #777777;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-bottom: 0;
}
.docForm .file-list li .file-info i {
    clear: both;
    float: left;
    color: #999999;
    display: block;
    font-style: normal;
    font-weight: normal;
}
.docForm .file-list li .right-icons {
    margin: auto 5px 5px auto;
}
.docForm .file-list li .right-icons .glyphicon {
    cursor:pointer;
    margin-right: 0;
    opacity: 0.6;
}
.docForm .file-list li .right-icons .glyphicon:hover {
    opacity: 1;
}
.docForm .tags-input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d5d5d5;
    overflow-y: auto;
    padding: 0 0 3px;
    min-height: 34px;
    width: 100%;
}
.docForm .tags-input.error, .docForm .has-error .tags-input {
    border-color: #d65c4f;
}
.docForm .tags-input span.tag {
    background: none repeat scroll 0 0 #5d7480;
    color: #fff;
    display: block;
    float: left;
    margin: 3px 0 0 3px;
    padding: 5px 12px 4px 26px;
    position: relative;
}
.docForm .tags-input span.tag a {
    color: #fff;
    display: block;
    height: 12px;
    left: 8px;
    opacity: 0.6;
    outline: medium none;
    position: absolute;
    top: 6px;
    width: 12px;
}
.docForm .tags-input span.tag a:hover {
    opacity: 1;
}
.docForm .fullName { width: 100%; }
.docForm .fileName, .docForm .newName { width: 100%; }
.docForm .displayName { width: 100%; }
.docForm .nameNum { width: 150px; }
.docForm .effDate { width: 90px; }
.docForm .expDate { width: 90px; }
.docForm .topMsg { padding-top: 0; padding-bottom: 10px; }
.form-group.group-row { margin-bottom: 0; }

@media (min-width: 481px) {
    .docForm .drop-area {
        padding: 20px;
    }
    .docForm .file-drop {
        padding: 20px 0;
    }
    .docForm .file-list li {
        flex-wrap: nowrap;
    }
    .docForm .file-list li .left-icons {
        margin: 0 20px 0 0;
        width: auto;
    }
    .docForm .file-list li .left-icons .glyphicon {
        float: none;
        width: 100%;
    }
    .docForm .file-list li .left-icons .progress {
        margin-top: 5px;
        width: 100%;
    }
    .docForm .file-list li .file-info {
        margin: 0 auto 0 0;
    }
    .docForm .file-list li .file-info p {
        font-size: 16px;
    }
    .docForm .file-list li .right-icons {
        margin: 0 10px 0 auto;
    }
}

@media (min-width: 768px) {
    .docForm .check-options input[type=checkbox] { margin-left: 0; }
    .docForm .file-select { /* width: 90%; */ }
    .docForm .fullName { width: 90%; }
    .docForm .fileName, .docForm .newName { width: 90%; }
    .docForm label.required:before { position: static; margin-left: 0; }
    .docForm .form-categories label.required:before { position: absolute; margin-left: -8px; }
    .docForm .drop-area {
        padding: 20px;
    }
    .docForm .file-drop {
        margin-bottom: 20px;
        padding: 30px 0;
    }
}


/* ===== Document List ===== */
.panel .body.docList { position: relative; padding-bottom: 0; }
.panel table.docList { position: relative; }
.panel .body.docList.pt0 { padding-top: 0; }
.panel .body.docList .docCategoryHeading { padding-top: 0; }
.panel .body.docList .listItems  { margin-bottom: 10px; }
.panel .docList .num.new { position: absolute; right: 0; top: -38px; }
.panel .docList .num.edit { margin: 0; float: none; }
.panel .docList a.waiting { color: #5cb85c; }
.panel .docList a.expired { color: #d9534f; }
.panel .docList a.invisible { color: #f0ad4e; visibility: visible; }
.panel .docList a.new, .modal .docList a.new { font-weight: bold; }
/* .panel .docList a.active.fillable:after { content: "fillable"; margin-left: 10px; padding: 0 3px; background-color: #5192f3; border-radius: 5px; color: #fff; font-size: 10px; } */
/* .panel .docList a.active.new:after { content: "new"; margin-left: 10px; padding: 0 3px; background-color: #42be5c; border-radius: 5px; color: #fff; font-size: 10px; } */
.docList .editBtn { display: block; position: relative; }
.docList .editBtn a { position: absolute; left: -22px; top: 2px; height: 16px; width: 16px; background: url(../../../images/icons/dark/pencil.png) no-repeat; }
.docList .editBtn a:hover { background: url(../../../images/icons/dark/pencilColor.png) no-repeat; }
.docList ul { padding-left: 15px; }
.docList ul.editIcon { list-style: none outside none; margin-top: 3px; }
.docList ul.editIcon li { position: relative; }
.docList ul li span.glyphicon { margin-right: 0; cursor: default; }
.docList .bottomMsg { padding-top: 0; padding-bottom: 10px; }
table.docList .editBtn a { left: 3px; top: 10px; }
table.docList.dataTable .editBtn { width: 8px; }
table.docList.dataTable .editBtn a { left: -3px; top: -5px; }
table.docList .editIcon { position: relative; }
table.docList.dataTable td { position: relative; }
table.docList.tableStatic .editIcon { width: 5px; }
table.docList .editIcon .editBtn a { left: 7px; top: 10px; }
table.docList .editIcon { position: inherit; width: 1px; }
table.docList .editIcon .editBtn { display: relative; }
table.docList .editIcon .editBtn a { left: auto; top: auto; position: relative; display: block; }
table.docList.hover tr { cursor: pointer; }
table.docList.hover tr.even:hover { background-color: #E0E2F2; }
table.docList.hover tr.odd:hover { background-color: #BECAE1; }
table.docList.hover tr.even:hover td.sorting_1 { background-color: #bec3de; }
table.docList.hover tr.odd:hover td.sorting_1 { background-color: #8e9fc0; }
table.docList.hover tr.new td { font-weight: bold; font-size: 13px; }
.docList-wrapper { padding: 0; }
.docList-wrapper .dataTables_length { margin-top: 0; margin-bottom: 0; }
.docList-wrapper .dataTables_length label { padding-top: 3px; }


/* Navigation document edit links */
.navigation li > ul > li .editBtn { display: block; position: relative; }
.navigation li > ul > li .editBtn a { position: absolute; left: 5px; top: 12px; height: 16px; width: 16px; background: url(../../../images/icons/dark/pencil.png) no-repeat; }
.navigation li > ul > li .editBtn a:hover { background: url(../../../images/icons/dark/pencilColor.png) no-repeat; }
.navigation > li > ul > li.editIcon > a { padding-left: 24px; }


/* DataTables fix */
.rightb { border-right: 1px solid lightgrey; }
.persistency-table { font-size: 10px; font-weight: bold; text-align: center; }


/* DataTables fix */
.dataTables_wrapper .dataTables_filter input[type="text"] { width: 150px; }
.dataTables_wrapper .ui-widget-header {
    border: medium none;
}
.dataTables_wrapper th.ui-state-default:first-child {
    border-left: medium none;
}
.dataTables_wrapper th.ui-state-default:last-child {
    border-right: medium none;
}
.dataTables_wrapper .ui-state-default,
.dataTables_wrapper .ui-widget-content .ui-state-default,
.dataTables_wrapper .ui-widget-header .ui-state-default {
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    font-weight: normal;
}
@media (min-width: 481px) {
    .dataTables_wrapper .dataTables_filter input[type="text"] { width: 200px; }
}


/* List interface */
.list-interface .list-wrapper {
    display: block;
    width: 200px;
    float: left;
    position: relative;
}
.list-interface .details-wrapper {
    display: block;
    margin-left: 200px;
}
.list-interface .list-wrapper .panel-body {
    height: 460px;
    background-color: #c6c6c6;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
}
.list-interface .details-wrapper .details-body {
    display: block;
    min-height: 500px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
}
.list-interface .details-wrapper .nav-tabs:after {
    display: none;
}
.list-interface .details-wrapper .tab-content {
    display: block;
    min-height: 465px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
}
.list-interface > div > .panel > .panel-heading-nav {
    display: table;
    width: 100%;
    height: 39px;
    padding: 0;
}
.list-interface > div > .panel > .panel-heading-nav .panel-title {
    float: left;
    margin-left: 15px;
    padding: 10px 0;
}
.list-interface .list-wrapper > .panel > .panel-heading .panel-title {
    max-width: 145px;
    overflow-x: hidden;
    white-space: nowrap;
}
.list-interface .details-wrapper .panel-heading .slide-right-xs,
.list-interface .details-wrapper .nav-tabs li.active .slide-right-xs,
.page-title .navbar-left.slide-right-xs {
    display: none;
}
.list-interface .panel-heading label { float: right; margin: 0; }
.list-interface .panel-heading .btn-group { padding: 4px; }
.list-interface .panel-heading .btn-single-xs { padding: 8px; }
.list-interface .panel-heading .btn-group .dropdown-menu { min-width: 110px; max-height: 380px; overflow-y: auto; overflow-x: hidden; padding: 1px 0; }
.list-interface .panel-heading .btn-group .dropdown-menu > li > a { padding: 10px 25px 9px 10px; }
.list-interface > div > .panel { margin-bottom: 0; }

.details-wrapper .details-body .thumbnail img { max-width: 180px; max-height: 180px; margin-left: auto; margin-right: auto; }
.details-wrapper .details-body address abbr { margin-right: 8px; }
.list-wrapper .panel-body .list-body {
    padding: 0;
}
.list-wrapper .panel-body .list-body span { padding: 2px 12px; font-weight: bold; font-size: 12px; display: block; line-height: 10px; color: #333333; }
.list-wrapper .panel-body .list-body span.inactive { display: none; color: #333333; }
.list-wrapper .panel-body .list-body.all span.inactive { display: block; color: #333333; }
.list-wrapper .panel-body .list-body li {
    cursor: pointer; 
    display: block; 
    padding: 8px 0 8px 12px; 
    border: 1px solid #888888; 
    border-radius: 2px; 
    background-color: #FAFAFA; 
    color: #333333; 
    white-space: nowrap; 
    font-size: 14px;
}
.list-wrapper .panel-body .list-body li:hover { background-color: #d9e4ee; }
.list-wrapper .panel-body .list-body li.inactive { background-color: #d0d0d0; display: none; }
.list-wrapper .panel-body .list-body.all li.inactive { background-color: #d0d0d0; display: block; }
.list-wrapper .panel-body .list-body li.active { color: #ffffff; }
.list-wrapper .list-options {
    border-bottom: 1px solid #ddd;
    display: table;
    padding: 8px;
    width: 100%;
}
.list-wrapper .list-options input[type="search"] {
    font-size: 14px;
    padding: 3px 3px 3px 25px;
    width: 100%;
    background: url("../../../images/icons/dark/magnify.png") no-repeat scroll 5px center;
    border: 1px solid #D0D0D0;
    border-radius:15px;
    line-height: normal;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}
.list-wrapper .list-options input[type="radio"] {
    margin-top: 2px;
}
.list-wrapper .list-options .radio-inline {
    margin-top: 4px;
}
.processingIcon {
    position:absolute; 
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%; 
    z-index: 100; 
    background-color: #E5E5E5; 
    opacity:0.9; 
    filter:alpha(opacity=90);
    box-shadow: 0 0 30px 5px rgba(15, 15, 15, 0.2);
}
.processingIcon img {
    position:absolute;
    top: 45%;
    left: 45%;
    width: 50px; 
    height: 50px; 
    opacity:0.5; 
    filter:alpha(opacity=40);
}
.processingIcon .processingMessage {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    left: 30px;
    opacity: 1;
    padding: 15px;
    position: absolute;
    top: 30px;
}
.processingIcon .processingStatus {
    background: url("../../../images/loaders/loader5.gif") no-repeat scroll 0 0;
    margin-top: 16px;
    padding: 0 0 0 20px;
}

.details-wrapper .thumbnail {
    display: table;
}

.dropleft .btn {
    padding-left: 12px;
    padding-right: 12px;
}
.dropleft .caret {
    border-left: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid;
    content: "";
}


@media (max-width: 480px) {
    .list-interface .list-wrapper {
        display: block;
        width: 100%;
        float: none;
    }
    
    .list-interface .details-wrapper { margin-left: 0; }
    
    .list-interface .details-wrapper .panel-heading .slide-right-xs,
    .page-title .navbar-left.slide-right-xs,
    .page-title .navbar-left.slide-right-xs .glyphicon {
        display: block;
    }
    .list-interface .details-wrapper .nav-tabs li.active .slide-right-xs {
        display: block;
        left: 3px;
        top: 3px;
        z-index: 90;
    }
    .list-interface .list-wrapper.slide-left-xs {
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 15px;
        width: 100%;
        z-index: 99;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -ms-transition: -ms-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }
    .ie-legacy .list-interface .list-wrapper.slide-left-xs { left: 0; }
    
    .list-interface.move-right .list-wrapper.slide-left-xs {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -ms-transition: -ms-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
    }
    .ie-legacy .list-interface.move-right .list-wrapper.slide-left-xs { left: -100%; }
    
    .list-interface .details-wrapper .details-body {
        height: 500px;
    }
    .list-interface .details-wrapper .tab-content {
        height: 525px;
    }
    
    .list-wrapper .panel-body .list-body li {
        padding: 12px 0 12px 12px; 
        font-size: 16px;
    }
    .list-wrapper .panel-body .list-body span { font-size: 14px; line-height: 12px; }
    
    .list-wrapper .list-options input[type="search"] {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .list-interface .details-wrapper .tab-content {
        min-height: 505px;
    }
}


/* Misc view styles */
.select-form input[type="search"] {
    background: url("../../../images/icons/dark/magnify.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    padding-left: 25px;
}

.select-form select[multiple] {
    height: 100px;
}
select.monospace option {
    font-family: lucida console;
    padding: 0;
}


.errorSummary {
    background-color: #ffe4e4;
    border: 1px solid #fdb0b0;
    border-radius: 0.333em;
    box-shadow: 2px 2px 4px 0 rgba(10, 10, 10, 0.3);
    display: table;
    margin: 0 auto 1.6em;
    padding: 10px 20px;
}
.errorSummary p {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
.errorSummary ul {
    list-style: outside none square;
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 10px;
}

.buffer-top{
    padding-top: 10px;
}

/* Dashboard Stats */
.stats {
    list-style: outside none none;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0;
}
.stats::after {
    clear: both;
    content: "";
    display: table;
}
.stats li {
    display: flex;
}
.stats li .btn {
    border-radius: 2px;
    float: left;
    font-size: 22px;
    font-weight: normal;
    margin-right: 10px;
    padding: 4px 12px 3px;
}
.stats li .btn-default {
    background-color: #fcfcfc;
    background-image: none;
    box-shadow: none;
    color: #d65c4f;
    text-decoration: none;
}
.stats li .btn-default:hover,
.stats li .btn-default:focus,
.stats li .btn-default:active{
    background-color: #fff;
    border-color: #ccc;
    color: #d65c4f;
}
.stats li .btn-default.text-success {
    color: #3c763d;
}
.stats li span {
    font-family: "Cuprum",sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: auto 0;
}
@media (max-width: 768px) {
    .stats {
        margin-bottom: 5px;
        text-align: center;
    }
    .stats li {
        display: block;
        padding: 0;
        width: 50%;
    }
    .stats li .btn {
        display: block;
        float: none;
        margin: 0 5px;
    }
    .stats li span {
        display: block;
        margin: 5px 10px 10px;
    }
}

/* Override google recaptcha styling */
.centered.g-recaptcha>div {
    width: 100% !important;
}

.centered.g-recaptcha>div>div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.flex-panel {
    margin-left: 0;
    margin-right: 0;
}
.flex-panel .panel-container {
    padding: 0;
    width: 100%;
}
.flex-panel .panel-container .panel-group {
    margin-bottom: 0;
}
.flex-panel .panel-container .panel-group .panel {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.flex-panel .panel-container .panel-group .panel + .panel {
    margin-top: 0;
}
.flex-panel .panel-container .panel-group .panel-default > a[data-toggle="collapse"] {
    background: #fcfcfc none repeat scroll 0 0;
    color: #333333;
}
.flex-panel .panel-container .panel-group .panel-default > a[data-toggle="collapse"]:hover {
    background: #239169 none repeat scroll 0 0;
    color: #ffffff;
}
.flex-panel .panel-container .panel-group .panel-default .panel-heading {
    background: inherit;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.flex-panel .panel-container .panel-group .panel-body {
    background-color: #fcfcfc;
    border-color: transparent #999999 #999999;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 0;
}
.flex-panel .panel-container .panel-group .panel-body > ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
.flex-panel .panel-container .panel-group .panel-body > ul > li {
    border-top: 1px solid #eeeeee;
}
.flex-panel .panel-container .panel-group .panel-body > ul > li:first-child {
    border-top: 0 none;
}
.flex-panel .panel-container .panel-group .panel-body > ul > li > a {
    display: block;
    padding: 8px 8px 8px 20px;
}
.flex-panel .panel-container .panel-group .panel-body > ul > li > a:hover {
    background-color: #fafafa;
}
.flex-panel .panel-container .panel-group .panel-body > .btn {
    margin: 0 5px 5px 0;
}
/* override classes for triple-column */
.flex-start{
    justify-content: flex-start !important;
}
.flex-triple {
    width: 33.33% !important;
}

.pre-line{
    white-space: pre-line !important;
}

@media (min-width: 768px) {
    .flex-panel {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-left: -15px;
        margin-right: -15px;
    }
    .flex-panel-sm {
        margin-left: -5px;
        margin-right: -5px;
    }
    .flex-panel .panel-container {
        padding: 0 15px;
        width: 50%;
    }
    
    .flex-panel-sm .panel-container {
        padding: 0 5px;
        width: auto;
    }
}

.chart-panel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.chart-panel .chart-body {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.chart-panel .chart-legend {
    margin: 0 auto 8px;
    border: 1px solid #ddd;
    padding: 3px 8px;
    background-color: #fbfbfb;
    box-shadow: 0px 0px 4px 1px rgba(100,100,100,0.15);
}
.chart-panel .chart-legend ul {
    column-count: 1;
    column-gap: 20px;
    list-style-position: outside;
    margin-bottom: 0;
    padding-left: 0;
}
.chart-panel .chart-legend ul li {
    display: flex;
    align-items: center;
    padding: 3px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.chart-panel .chart-legend ul li .legend-key {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 15px;
    height: 15px;
}
@media (min-width: 481px) {
    .chart-panel .chart-legend ul {
        column-count: 2;
    }
}
@media (min-width: 768px) {
    .chart-panel .chart-legend ul {
        column-count: 3;
    }
    .chart-panel .chart-legend ul.col-even-only {
        column-count: 2;
    }
}
@media (min-width: 992px) {
    .chart-panel .chart-legend ul {
        column-count: 3;
    }
    .chart-panel .chart-legend ul.col-even-only {
        column-count: 2;
    }
}
@media (min-width: 1200px) {
    .chart-panel .chart-body {
        width: 100%;
    }
    .chart-panel .chart-legend ul.col-even-only {
        column-count: 4;
    }
}


.google-visualization-table {
    
}
.google-visualization-table .google-visualization-table-div-page {
    display: flex;
    align-items: center;
    padding: 3px;
}
.google-visualization-table-div-page [role="button"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.google-visualization-table-div-page [role="button"] .goog-custom-button-inner-box {
    
}
.google-visualization-table-div-page [role="button"] .goog-custom-button-inner-box > span {
    line-height: 1.5;
    font-size: 14px;
    padding: 3px 5px;
}
.google-visualization-table-div-page .google-visualization-table-page-numbers {
    margin-left: 7px;
}
.google-visualization-table-page-numbers .google-visualization-table-page-number,
.google-visualization-table-page-numbers .google-visualization-table-page-number.current {
    padding: 3px;
    min-width: 22px;
    line-height: 1.5;
    font-size: 12px;
    margin: 0 1px;
}
.google-visualization-tooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}
.google-visualization-tooltip > p {
    margin-bottom: 3px;
}
.google-visualization-tooltip > p:last-child {
    margin-bottom: 0;
}
.google-visualization-tooltip > p > .data-right {
    float: right;
    margin-left: 5px;
}


/*  Bootstrap Tooltip style fix for conflicting .top and .bottom class with Datatables  */
.tooltip.top, .tooltip.bottom { background: none; border: 0 none; }


/* jQuery UI DatePicker style fix for conflicting "select" style with Bootstrap */
.ui-datepicker-title > select { color: #333; }

.login-verification {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
}
.login-verification .panel-body p {
    margin-bottom: 20px;
}
.login-verification .verify-type {
    margin-bottom: 15px;
}
.login-verification .verify-type > label {

}
.login-verification .verify-items {
    margin-left: 10px;
}
.login-verification .verify-items .radio {
    margin-bottom: 10px;
    margin-top: 0;
}
.login-verification .verify-items .radio:last-child {
    margin-bottom: 0;
}
.login-verification .verify-items .radio label {
    display: flex;
    line-height: 1.2em;
}
.login-verification .verify-items .radio input[type="radio"] {
    margin-top: auto;
    margin-bottom: auto;
}
.login-verification .verify-items .radio .glyphicon {
    
}
.verify-items .verify-item {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
}
.login-verification .form-buttons {
    margin-bottom: 0;
}
.login-verification .checkbox {
    margin-bottom: 5px;
    margin-top: 0;
}
.login-verification .no-verify {
    display: block;
    margin-top: 10px;
}
.modal.verification .modal-body .form-group {
    margin-bottom: 0;
}
.modal.verification .verify-input {
    margin: 20px 0;
}
.modal.verification .remember-verify {
    display:flex;
    width:100%;
    align-items:center;
}
.modal.verification .remember-verify > .checkbox {
    margin: auto auto auto 0;
}
.modal.verification .remember-verify > .checkbox > label {
    line-height: 1.3;
}
.modal.verification .remember-verify > button {
    margin: 0 0 0 auto;
}

input#backupCode {
    text-align: center;
    font-size:2.5em;
    min-height: 1.6em;
}

.preference-grid {
    display: grid;
    grid-row-gap: 3em;
}
@media (min-width: 768px) {
    .preference-grid {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 3em;
    }
}
.preference-grid > section {
    
}
.notification-settings.table-responsive {
    overflow-y: hidden;
}
.notification-options thead th {
    text-align: center;
}
.notification-options tbody th {
    font-weight: normal;
}
.table-responsive > .notification-options > tbody > tr > th {
    white-space: inherit;
}
.notification-options tbody td {
    text-align: center;
}
.notification-options tbody td input[type="checkbox"] {
    margin: 0;
}
.preference-settings .setting {
    padding: 6px 0;
}
.preference-settings .setting:first-child {
    padding-top: 0;
}
.preference-settings .setting:last-child {
    padding-bottom: 0;
}
.preference-settings .setting + .setting {
    border-top: 1px solid #eee;
}
.preference-settings .toggle-setting,
.preference-settings .check-setting,
.preference-settings .select-setting {
    display: flex;
    align-items: center;
}
.setting .setting-info {
    margin: auto 15px auto 0;
}
.setting-info .setting-name {
    
}
.setting-info .setting-help {
    color: #999;
}
.setting .toggle-options {
    margin: auto 0 auto auto;
    position: relative;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}
.setting .toggle-options:focus {
    outline: 0 none;
}
.setting .toggle-options.off {
    background-color: #ddd;
    border: 1px solid #ccc;
}
.setting .toggle-options.on {
    background-color: #5cb85c;
    border: 1px solid #419641;
}
.toggle-options .option {
    color: #333;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 0;
    width: 2.5em;
    text-align: center;
}
.toggle-options.off .option {
    color: #333;
}
.toggle-options.on .option {
    color: #fff;
}
.toggle-options .bar {
    cursor: pointer;
    position: absolute;
    width: 50%;
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: transform 100ms;
}
.toggle-options.off .bar {
    transform: translateX(0);
}
.toggle-options.off:focus .bar {
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.6);
}
.toggle-options.on .bar {
    transform: translateX(100%);
}
.toggle-options.on:focus .bar {
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.6);
}
.center-toggle {
    display: flex;
    align-items: center;
}
.toggle-slider {
    position: relative;
    background-color: #bdc1c6;
    border-radius: 0.5em;
    cursor: pointer;
    padding: 0.5em;
    width: 3.0em;
    margin: auto;
}
.toggle-slider:focus {
    outline: 0 none;
}
.toggle-slider.off {
    background-color: #bdc1c6;
}
.toggle-slider.on {
    background-color: #8db9f4;
}
.toggle-slider .bar {
    cursor: pointer;
    position: absolute;
    width: 1.5em;
    background-color: #ccc;
    display: block;
    height: 1.5em;
    left: 0;
    top: -0.25em;
    border-radius: 0.8em;
    box-shadow: 0px 1px 1px 1px rgba(180,180,180,0.5);
    transition: all 100ms;
}
.toggle-slider.off .bar {
    background-color: #fff;
    transform: translateX(0);
}
.toggle-slider.on .bar {
    background-color: #1a73e8;
    transform: translateX(1.5em);
}
@-webkit-keyframes fadeOut {
    0% { opacity: 1; }
    25% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fadeOut {
    0% { opacity: 1; }
    25% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}
.toggle-slider:focus .bar::after {
    content: '';
    opacity: 1;
    position: absolute;
    top: -0.85em;
    left: -0.85em;
    width: 3.2em;
    height: 3.2em;
    border-radius: 50%;
}
.toggle-slider.off:focus .bar::after {
    content: '';
    background-color: rgba(180, 180, 180, 0.2);
}
.toggle-slider.on:focus .bar::after {
    content: '';
    background-color: rgba(26, 115, 232, 0.2);
}
.setting .checkbox {
    margin: auto 0 auto auto;
}
.setting .checkbox > label + label {
    margin-left: 20px;
}
.setting .select-option {
    margin: auto 0 auto auto;
}
.select-option > select:focus {
    outline: 0 none;
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.6);
}

