body {
    /*background-color: #fff !important;
    padding-top: 40px;
    font-family: Segoe UI;*/
}


.panel .panel-body {
    overflow: auto !important;
}

.label-warning {
    padding-left: 18px;
    padding-right: 18px;
}

/*.table-responsive {
	white-space: nowrap;
}*/

.tbl-overflow {
    overflow-y: scroll;
    overflow-x: scroll;
}

.table-hover tbody tr:hover td {
    background: #d9edf7;
}

.user {
    margin-right: 16px;
}

.page-header, h3 {
    margin-top: 5px !important;
}

.search-opt {
    margin-right: 30px;
}

.caret {
    float: right;
    margin-top: 7px;
}

.dropdown-menu {
    min-width: 100%;
}

.tab-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.well-content {
    height: 350px;
    overflow: auto;
}

.notes-table {
    height: 280px;
    overflow: auto;
    margin-bottom: 15px;
}

.textarea-notes {
    max-width: 100%;
    max-height: 100px;
    margin-bottom: 15px;
}

.sub-group {
    padding-right: 30px;
    padding-left: 30px;
}

.sub-group2 {
    padding-right: 60px;
    padding-left: 60px;
}

.sub-group3 {
    padding-right: 90px;
    padding-left: 90px;
}

.sub-group4 {
    padding-right: 30px;
    padding-left: 30px;
}

.modal-header {
    background-color: #5cb5d0;
    color: #fff;
}

.glyphicon {
    color: #19a9dc;
}

.custom-hr2 {
    margin-bottom: -25px !important;
    margin-top: 2px !important;
    border-color: #19a9dc;
}

.bordered {
    border: 1px solid #ddd;
    padding-top: 15px;
    margin-bottom: 15px;
}

.borderless table, .borderless td, .borderless tr {
    border: none !important;
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
}

.btn-icons {
    color: #23baed;
    border-color: #428bca;
}

.tab-icons {
    margin-right: 10px;
}

.tbl-th-fixed {
    margin-bottom: 0px !important;
}

.circle {
    width: 100%;
    padding: 7%;
    border-radius: 50px;
    border: 1px solid #19a9dc;
    color: #19a9dc;
    height: 75px;
}

.circle-wrapper {
    margin: 0 5% 5%;
    position: relative;
}

.fa-long-arrow-right {
    color: #19a9dc;
}

.arrow {
    vertical-align: middle;
    padding: 50%;
}

.history {
    overflow-x: scroll;
    max-height: 140px;
}

.hist-label {
    font-size: 9px;
}

.doc-event {
    height: 134px;
}

#tbl-revisions {
    height: 320px !important;
}

#tbl-notes {
    height: 180px !important;
}

#tbl-accesslog {
    height: 220px !important;
}

#tbodyAccessLog > tr > td:first-child {
    width: 137px !important;
}

#tbodyAccessLog > tr > td:nth-child(2) {
    width: 415px !important;
}

#tbodyAccessLog > tr > td:nth-child(3), #tbodyAccessLog > tr > td:last-child {
    width: 138px !important;
}

#width-no {
    width: 30px;
}

#width-rev {
    width: 10px;
}

#width-pcount {
    width: 86px;
}

#tree {
    /*overflow: auto;*/
    padding-top: 10px;
}

#doc-browser {
    padding: 20px 20px 20px 20px;
}

#left-pane {

}

#search-doc {
    padding-right: 5px;
    padding-left: 5px;
}

#dropdownDoctype {
    text-align: left;
}

#doctype-indices {
    padding-right: 20px;
    padding-left: 20px;
}

#search {
    float: right;
}

#doc-results {
    white-space: nowrap;
}
.document-item {
    white-space: nowrap;
}
#btn-notes, #btn-edit, #btn-ocr, #btn-checkin, #btn-checkin-revision, #btn-checkout, #btn-unlock, #btn-download {
    border-color: #2096ba;
    color: #2096ba;
    vertical-align: middle;
}

#custom-hr {
    border-color: #ddd;
    margin-top: 0px !important;
    margin-left:15px;
    margin-right:10px;
}

#resource-group-list, #access-control-list {
    border: 1px solid #428bca;
    overflow: auto;
    height: 400px;
}

#cust-input {
    width: 150px;
}

#detailsModal .modal-body {
    height: 520px !important;
    max-height: 520px !important;
    overflow-y: scroll;
}


/*.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 300px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 25%;
    float: left;
    word-wrap: break-word;
}

.header-fixed > thead > tr > th{
    white-space: nowrap;

}*/

#tabs-icon {
    color: #19a9dc !important;
    margin-right: 10px !important;
}
