﻿body#d-app {
    background: #f4f5fa;
}

body#d-app .container-fluid {
    width: 95%;
    max-width: 95%;
}

body#d-login .container-scroller {
    overflow-y: auto;
}

.content-wrapper.content-wrapper-fluid {
    width: 100%;
    max-width: 100%;
}

thead th {
	font-weight: bold !important;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #dc3545 !important;
}

.alert {
	padding-bottom: 5px;
}

.title-icon {
	padding-right: 10px;
}

.data {
	width: 100%;
	overflow-x: auto;
}

.long-text {
    background-color: inherit;
    border: none;
}

select {
    color: #333333 !important;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.d-component__date-range {
    width: 200px !important;
    background: inherit !important;
    border-color: #CCCCCC;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 20px;
}

.th-small-plus {
    min-width: 50px !important;
    width: 50px !important;
}

.red {
    color: #FF0000 !important;
}

.green {
    color: #008000 !important;
}

.dark-grey {
    color: #727272 !important;
}

.nav-project-name {
    max-width: 350px;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-check .form-check-label input[type="checkbox"]:disabled + .input-helper:before {
    background: #f3f3f3;
}

tr.header th {
    background-color: #ECECEC;
    border-right: 1px solid #CDCDCD !important;
    border-bottom: 1px solid #CDCDCD !important;
}

tr.header th:last-child {
    border-right: none !important;
}

tr.filters th {
    background-color: #F6F6F6;
    border-right: 1px solid #CDCDCD !important;
    border-bottom: 1px solid #CDCDCD !important;
    padding: 8px;
}

tr.filters th:last-child {
    border-right: none !important;
}

th[st-sort] {
    cursor: pointer;
}

.drips-table .th-xs {
    min-width: 25px !important;
    width: 25px;
}

.drips-table .th-small {
    min-width: 75px !important;
    width: 75px;
}

.drips-table .th-small-plus {
    min-width: 100px !important;
    width: 100px;
}

.drips-table .th-medium {
    min-width: 150px !important;
    width: 150px;
}

.drips-table .th-large {
    min-width: 250px !important;
    width: 250px;
}

.drips-table .th-xl {
    min-width: 350px !important;
    width: 350px;
}

.drips-table .th-xxl {
    min-width: 450px !important;
    width: 450px;
}

.drips-table .th-bold {
    font-weight: 600;
}

.drips-table .long-text {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #333333;
}

nav .btn-group .btn-outline-primary {
    min-width: 200px;
    background-color: #FFFFFF;
    color: #1562E7;
    border-left: 1px solid #1562E7 !important;
    border-right: 1px solid #1562E7 !important;
}

    nav .btn-group .btn-outline-primary:focus {
        border-color: #1562E7;
    }

.drips-inline-slider-group {
    display: inline-flex;
}

.drips-inline-slider-group > p {
    margin-top: .15em;
}

.drips-inline-slider-group > label {
    margin-left: 5px;
}

.text-bold {
    font-weight: bold;
}

.small-left-margin {
    margin-left: 50px;
}

.data-hidden-overflow {
    width: 100%;
    overflow-x: hidden;
}

.no-scroll-header {
    position: absolute;
}