/* Inheriting Parent CSS */
@import "sic.css";
@import "ui_custom.css";
@import url('https://fonts.googleapis.com/css?family=Cuprum');

.page-content {
    min-height: 500px;
}
@media (max-width: 991px) {
    .page-content {
        min-height: 0;
    }
}

.navbar-custom .user.dropdown.open .dropdown-menu {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}
.navbar-custom .user.dropdown.open .dropdown-menu.no-scroll {
    overflow-y: hidden;
}
.navbar-custom .user.dropdown.open .dropdown-menu li a {
    padding-right: 20px;
}

.dbl-right {
    font-family: Euphemia;
    font-size: 12px;
    font-weight: bold;
}
.dbl-right:after { content: ">>"; }


#claimModal{
    width: 100%;
}
#claimSpinner{
    z-index: -1;
    margin: auto;
}


.form-group.group-row { margin-bottom: 0; }

.text-right{
    text-align: right;
}


/* ===== 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;
    }
}
.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.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 {
    border-bottom: 1px solid #bbc0c5;
    border-top: 1px solid #bbc0c5;
    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 #cad0d5;
    border-top: 1px solid #edf5fb;
    display: flex;
    flex-wrap: wrap;
    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; }
@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; }
.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: 0; 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.editIcon > li > a { padding-left: 24px; }

/* 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;
}

.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;
    }
    
    .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;
    }
    
    .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;
    }
}

/*  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; }

/* Override Bootstrap table styles for ledger style page */
.table-striped > tbody > tr.darkerRow > td {
  background-color: #e9e9e9;
  }
.table-bordered > tbody > tr.noCellBorder > td {
  border-left: none;
    border-right: none;
  }
.table-bordered > tbody > tr.rowSeparatorBottom > td {
  border-bottom: 1px solid #aeaeae;
  }
.table-bordered > tbody > tr.darkRow > td {
  background-color: #f9f9f9;
  } 
div.wizard table.table-bordered thead {
    background-color: #eee;
}
