/*
 * Custom Menu Iconset, Background Colors
 */

.icon-view-occurrence:after,
.icon-view-schedule::after {
    font-family: "fuse-iconfont";
    font-style: normal;
}

.icon-view-occurrence:after {
    content: "\edc4";
}

.icon-view-schedule:after {
    content: "\ea2f";
}


/*
 * Custom Background Images and Logos
 */

#login-v2 {
    /* background: url("../images/backgrounds/colorful-triangles-background.jpg") no-repeat; */
    /* background: url("../images/backgrounds/background-login.png") no-repeat; */
    background: url("../images/backgrounds/background-dpo-connected.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.login-logo {
    position: absolute;
    bottom: 64px;
    left: 64px;
}

.page-layout .top-bg {
    /* background: url("../images/backgrounds/colorful-bg-1.jpg") no-repeat; */
    background: url("../images/backgrounds/background-dpo-connected-banner.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


/*
 * Custom Datepicker Iconset
 */

.glyphicon-arrow-left:after,
.glyphicon-arrow-right:after,
.glyphicon-remove:after,
.glyphicon-calendar:after {
    font-family: "fuse-iconfont";
    font-style: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
    line-height: 24px;
}

.glyphicon-arrow-left:after {
    content: "\e96e";
}

.glyphicon-arrow-right:after {
    content: "\e979";
}

.glyphicon-remove:after {
    content: "\ea2d";
    font-size: 22px;
    position: absolute;
    top: -4px;
    right: 8px;
    z-index: 900
}

.glyphicon-calendar:after {
    content: "\ea30";
    font-size: 22px;
    position: absolute;
    top: -4px;
    right: 32px;
    z-index: 900
}

.input-group .input-group-addon:first-child,
.input-group .input-group-addon {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


/*
 * Toolbar Icons Customizations 
 */

.hello-icon {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
}

.settings-arrow-icon-position {
    top: 32px;
    right: 10px
}


/*
 * Header Action Buttons Icons Customizations 
 */

.page-header .pb-ab-2 {
    padding-bottom: 2px;
}


/*
 * Table List and Detail Fixes and Customizations
 */

#tabContent .table thead tr:nth-child(1) {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px -8px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px -8px 8px 0px rgba(0, 0, 0, 0.06);
}

#tabContent .table {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

#tabContent .table-border-top {
    border-top: 1px solid #e0e0e0;
}

.tr-hover:hover {
    background: #e0e0e0;
    cursor: pointer;
}

.table thead tr:nth-child(1) th {
    border-bottom: none;
    padding-left: 12px;
}

.table thead tr:nth-child(2) td {
    padding-top: 0;
}

.table thead tr:nth-child(1) th:first-child,
.table thead tr:nth-child(2) td:first-child {
    padding-left: 24px;
}

.table thead th {
    vertical-align: middle;
}

.table tbody tr td {
    padding-left: 12px;
}

.table a.btn {
    padding-left: 0;
    padding-right: 16px;
}

.table p {
    margin: 0px;
    padding: 0px;
}

.list-view {
    border-bottom: 1px solid #e0e0e0;
}

.list-view a {
    text-decoration: none;
    white-space: nowrap;
}

.list-view .action-column {
    width: 106px;
}

.detail-view {
    border: 1px solid #e0e0e0;
}

.detail-view th {
    text-indent: 8px;
}

a.asc:after,
a.desc:after {
    padding-left: 6px;
    font-family: "fuse-iconfont";
}

a.asc:after {
    content: "\ef51";
}

a.desc:after {
    content: "\ef52";
}


/*
 * Nav TABS Customizations
 */

.nav-tabs {
    border-bottom: 1px solid #e0e0e0;
}

.treatmentactivity-update .nav-tabs .nav-link {
    border-radius: 0px;
    height: 64px;
}

.treatmentactivity-update .nav-tabs {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 8px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 8px 8px 0px rgba(0, 0, 0, 0.06);
}


/*
 * Custom Pagination and Summary
 */

.summary {
    float: left;
    margin: 0px 16px;
    line-height: 72px;
}

.pagination {
    float: right;
    margin: 16px 8px;
    align-items: center;
    -webkit-align-items: center;
    box-shadow: none;
}

.pagination li {
    margin-left: 2px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pagination li:hover {
    border: 1px solid #333333;
}

.pagination li.active {
    border: 1px solid #999999;
}

.pagination li.disabled {
    padding: 8px 16px;
    cursor: default;
    color: #999999;
    border: 1px solid transparent;
}

.pagination li a {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
}


/*
 * DateTimePicker Fixes
 */

.datetimepicker,
.datepicker {
    padding: 4px 8px;
    border-radius: 4px;
}

.datetimepicker td,
.datetimepicker th,
.datepicker td,
.datepicker th {
    padding: 6px 8px;
}


/*
 * Custom Forms
 */

select.form-control {
    max-width: 100%;
}

#login-form .help-block {
    bottom: -38px;
}

.help-block {
    display: block;
    position: absolute;
    bottom: -28px; left: 0px;
    margin-top: 8px;
    font-size: 80%;
    color: #F44336;
}

.explain-block {
    text-align: right;
    margin-top: -32px;
    font-size: 90%;
    color: #999999;
    padding: 8px 0px;
}

.explain-block-report {
    text-align: left;
    margin-top: 40px;
    font-size: 90%;
    color: #999999;
    padding: 8px 0px;
}

/*
 * Custom History
 */

.occurrencehistory-index .list-view {
    border: none;
}

.occurrencehistory-index .list-view .btn {
    text-transform: none;
}

.history-timeline-border {
    border-left: 4px dotted #e0e0e0;
}

.history-timeline-icon {
    position: absolute;
    left: -10px;
    top: 26px;
}


/*
 * Modal Fixes
 */

.modal-header {
    background: #2196F3;
    color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-footer {
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #e5e5e5;
}

.modal-dynamic-height-100p {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
}


/*
 * Modal and Content Help Custom
 */

 #modalWindowHelp .modal-lg {
    max-width: 75%;
}

.site-help .titlepage h2 { font-size: 28px; }
.site-help .titlepage h3 { font-size: 20px; margin-top: 16px; padding-top: 14px; border-top: 1px solid #e5e5e5; }


/*
 * PNotify Fixes
 */

.ui-pnotify-icon {
    padding: 6px 0px 0px 2px;
}

.ui-pnotify-title,
.ui-pnotify-text {
    padding: 0px 6px;
}


/*
 * Dashboard Custom
 */

.aside-schedule-dashboard-today {
    font-size: 96px;
    font-weight: 200;
    line-height: 96px;
}

#w0,
#w1 {
    min-height: 400px;
}

/*
 * Add Content Block
 */

.add-content-block {
    text-align: center;
    padding: 128px;
    border: #cccccc 4px dashed;
}
