/*
    OLD #575962
    NEW #000000
*/

body, .btn, .input {
    font-family: Roboto !important;
    /*color: #000000!important;*/
}

label {
    margin-bottom: 0.1rem !important;
    margin-top: 0.7rem !important;
}

.kt-table--head-bg-metal thead th {
    background: #2c2e3e !important;
}

a.arrow {
    color: #4189c7 !important;
    text-decoration: solid;
    background-color: transparent;
}

    a.arrow:hover {
        color: #868aa8 !important;
        text-decoration: none;
    }

a.special {
    color: #4189c7 !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.hidden {
    display: none !important;
}

.new {
    background-color: #c4c5d6 !important;
}

.uc {
    background-color: turquoise !important;
}

.base {
    background-color: aliceblue !important;
}

.stondo {
    border: 2px solid #eaecec !important;
    border-radius: 10px !important;
}

.disabilitato {
    background-color: #F2F2F2 !important;
}

.kt-form .kt-form__group .form-control-label, .kt-form .kt-form__group label, label {
    font-weight: 500 !important;
    font-size: 1rem;
}

.nav.nav-pills .nav-link, .nav.nav-tabs .nav-link {
    font-weight: 500 !important;
}

.TextRight {
    text-align: right;
    vertical-align: middle !important;
}

.TextRightNoWarap {
    text-align: right;
    vertical-align: middle !important;
    white-space: nowrap;
}

.TextLeft {
    text-align: left;
    vertical-align: middle !important;
}

.TextLeftNoWrap {
    text-align: left;
    vertical-align: middle !important;
    white-space: nowrap;
}

.TextCenter {
    text-align: center;
    vertical-align: middle !important;
}

.visibile {
    overflow: visible;
}

.NonVisibile {
    display: none;
}

.bloccato {
    display: block;
    left: 20px;
    position: relative;
}

    .bloccato .kt-menu__subnav li:first-child {
        position: relative;
        left: 2px;
    }

.sliding {
    display: none !important;
    overflow: hidden !important;
}

.label {
    font-size: 0.9rem;
}

.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link.kt-datatable__pager-link--active {
    background: #4189c7 !important;
    color: #fff;
}

.a {
    color: #4189c7 !important;
}

.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
    color: #898b96;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.divtabella {
    display: inline;
    padding-left: 10px;
}

.kt-topbar .kt-topbar__nav.kt-nav > .kt-nav__item > .kt-nav__link .kt-nav__link-icon > i::before {
    background: -webkit-linear-gradient(180deg, #3C6796 25%, #283D68 50%, #87A4C9 75%, #818EA4 100%) !important;
    background: linear-gradient(180deg, #3C6796 25%, #283D68 50%, #87A4C9 75%, #818EA4 100%) !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.kt-topbar .kt-topbar__nav.kt-nav > .kt-nav__item.kt-topbar__quick-actions.kt-topbar__quick-actions--img.kt-dropdown--arrow .kt-dropdown__arrow.kt-dropdown__arrow--adjust {
    color: #365E89 !important;
}

.kt-topbar .kt-topbar__nav.kt-nav > .kt-nav__item.kt-topbar__user-profile.kt-topbar__user-profile--img.kt-dropdown--arrow .kt-dropdown__arrow {
    color: #365E89 !important;
}

.img-lista {
    width: 50px;
}

.inlinea {
    margin-top: 0px !important;
}

.bianco {
    color: white;
    padding-right: 150px;
}

.rosso {
    color: crimson;
}

.arancione {
    color: darkorange;
}

.verde {
    color: darkseagreen;
}

.nero {
    color: black;
}

.circleContenitor {
    /*display: table;*/
}


.circle {
    top: 50%;
    left: 50%;
    position: relative;
    margin-top: -100px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle
}

    .circle > div {
        display: table;
        width: 100%;
        height: 100%;
    }

        .circle > div > h3 {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            align-content: center;
        }


.TrafficLight {
    text-align: center;
}

    .TrafficLight > div {
        width: 100%;
    }

        .TrafficLight > div > h3 {
            width: 100%;
        }

.TrafficLightGreen {
    background-color: #34BFA3;
}

.TrafficLightYellow {
    background-color: #FFB822;
}

.TrafficLightRed {
    background-color: crimson;
}

.sfondoTab {
    background-color: #ebe9f2;
    /*background-color: #4189c7;*/
}

/* DayPicker styles */
.DayPicker {
    display: inline-block;
}

.DayPicker-wrapper {
    position: relative;
    user-select: none;
    padding-bottom: 1rem;
    flex-direction: row;
}

.DayPicker-Months {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.DayPicker-Month {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    user-select: none;
    margin: 0 1rem;
    margin-top: 1rem;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
    position: absolute;
    cursor: pointer;
    top: 1rem;
    right: 1.5rem;
    margin-top: 2px;
    color: #8b9898;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

    .DayPicker-NavButton:hover {
        opacity: 0.8;
    }

.DayPicker-NavButton--prev {
    margin-right: 1.5rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
    display: none;
}

.DayPicker-Caption {
    padding: 0 0.5rem;
    display: table-caption;
    text-align: left;
    margin-bottom: 0.5rem;
}

    .DayPicker-Caption > div {
        font-size: 1.15rem;
        font-weight: 500;
    }

.DayPicker-Weekdays {
    margin-top: 1rem;
    display: table-header-group;
}

.DayPicker-WeekdaysRow {
    display: table-row;
}

.DayPicker-Weekday {
    display: table-cell;
    padding: 0.5rem;
    font-size: 0.875em;
    text-align: center;
    color: #8b9898;
}

    .DayPicker-Weekday abbr[title] {
        border-bottom: none;
        text-decoration: none;
    }

.DayPicker-Body {
    display: table-row-group;
}

.DayPicker-Week {
    display: table-row;
}

.DayPicker-Day {
    display: table-cell;
    padding: 0.5rem;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
}

.DayPicker-WeekNumber {
    display: table-cell;
    padding: 0.5rem;
    text-align: right;
    vertical-align: middle;
    min-width: 1rem;
    font-size: 0.75em;
    cursor: pointer;
    color: #8b9898;
    border-right: 1px solid #eaecec;
}

.DayPicker--interactionDisabled .DayPicker-Day {
    cursor: default;
}

.DayPicker-Footer {
    padding-top: 0.5rem;
}

.DayPicker-TodayButton {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    color: #4a90e2;
    font-size: 0.875em;
}

/* Default modifiers */
.DayPicker-Day--today {
    color: #d0021b;
    font-weight: 700;
}

.DayPicker-Day--outside {
    cursor: default;
    color: #8b9898;
}

.DayPicker-Day--disabled {
    color: #dce0e0;
    cursor: default;
    /* background-color: #eff1f1; */
}

/* Example modifiers */
.DayPicker-Day--sunday {
    background-color: #f7f8f8;
}

    .DayPicker-Day--sunday:not(.DayPicker-Day--today) {
        color: #dce0e0;
    }

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    position: relative;
    color: #f0f8ff;
    background-color: #4a90e2;
    border-radius: 100%;
}

    .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
        background-color: #51a0fa;
    }

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #f0f8ff;
    border-radius: 50%;
}

/* DayPickerInput */
.DayPickerInput {
    width: 100%;
}

.DayPickerInput > input {
    display: block;
    border: 0px;
    color: #575962;
    border-color: #ebedf2;
    width: 100%;
}

        .DayPickerInput > input:focus {
            outline-style: none;
            outline: none;
            box-shadow: none;
            border-color: #ebedf2;
        }

.DayPickerInput .kt-input-icon__icon.kt-input-icon__icon--right {
    right: -2.8rem;
    cursor: pointer;
}

.DayPickerInput-OverlayWrapper {
    position: relative;
}

.DayPickerInput-Overlay {
    left: 0;
    z-index: 1;
    position: absolute;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* End DayPicker styles */
/* Input Range */
.input-range__track--active {
    background: #4189c7 !important;
}

.input-range {
    height: 0rem !important;
    position: relative;
    width: 100%;
}

.input-range__slider {
    appearance: none;
    background: #4189c7 !important;
    border: 1px solid #4189c7 !important;
    border-radius: 100%;
    cursor: default !important;
    display: block;
    height: 1rem;
    margin-left: -0.5rem;
    margin-top: -0.65rem;
    outline: none;
    position: absolute;
    top: 50%;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    width: 1rem;
}

.input-range__label--value {
    position: absolute;
    visibility: hidden;
}

.input-range__label-container {
    position: unset !important;
}

.input-range__track {
    cursor: default !important;
}

.kt-form .kt-form__group .form-control-label.col-form-label, .kt-form .kt-form__group label.col-form-label {
    padding-top: 0px !important;
}

.tag {
    font-size: small;
    padding: 0 !important;
    border: 0;
    color: #000000;
    font-weight: 300;
}

.capital {
    text-transform: uppercase;
}

.little {
    margin-bottom: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.noborder {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0rem !important;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav .kt-menu__content .kt-menu__inner {
    padding: 0px !important;
}

.statico {
    position: static;
}

.ofauto {
    overflow-x: auto;
}

.divtabella > .btn {
    min-width: 155px;
    margin-bottom: 10px;
}


.kt-portlet .kt-portlet__head .kt-portlet__head-tools .kt-portlet__nav .kt-portlet__nav-item .kt-portlet__nav-link.kt-portlet__nav-link--icon i {
    color: #b2b1c5 !important;
}

    .kt-portlet .kt-portlet__head .kt-portlet__head-tools .kt-portlet__nav .kt-portlet__nav-item .kt-portlet__nav-link.kt-portlet__nav-link--icon i trasparente {
        color: unset !important;
    }

.table-hover tbody tr:hover {
    background-color: #C6DBEE !important;
}

.dataTables_wrapper .child .dtr-details > li .dtr-title {
    vertical-align: middle !important;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 0 !important;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0 !important;
}

.bottoneTesto {
    border: 0 !important;
    background-color: transparent !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    -ms-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
    color: #4189c7 !important;
    text-decoration: solid;
    cursor: pointer;
}

.kt-switch {
    display: inline !important;
    font-size: 1rem;
}

.kt-widget29 .kt-widget_content .kt-widget_content-items .kt-widget_content-item:last-child > span:last-child {
    color: #4189c7 !important;
}

.kt-widget29 .kt-widget_content .kt-widget_content-items .kt-widget_content-item > span {
    display: block;
    text-align: center !important;
}

.kt-widget27 .kt-widget27__pic:before {
    background: radial-gradient(#C6DBEE, #4189C7) !important;
    opacity: 1 !important;
}

.max-progress-bar {
    float: right;
    margin-top: 1px;
    position: relative !important;
}

.overall {
    z-index: 1000;
}

.kt-list-badge {
    display: grid !important;
}

.kt-demo {
    padding: 20px !important;
}

.kt-list-badge .kt-list-badge__label {
    padding-top: 1em;
}

.kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
    z-index: 0 !important;
}

.kt-pricing-table-1__price {
    font-size: 2.14rem;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.kt-pricing-table-1__description {
    margin: 1.785rem;
    line-height: 1.6;
    display: block;
    font-size: 1rem;
}

.kt-portlet.kt-portlet--head-overlay .kt-portlet__body {
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
    padding-top: 1rem !important;
}

.kt-portlet .kt-portlet__body {
    padding: 1rem !important;
}

.kt-widget3 .kt-widget3__item .kt-widget3__header {
    padding: 1rem !important;
    word-wrap: break-word;
}

.kt-pricing-table-1__visual {
    margin-top: 1rem !important;
}

.kt-pricing-table-1__items {
    padding-bottom: 1rem !important;
}


.kt-widget3 .kt-widget3__item {
    margin: 0 !important;
    padding: 0.1rem !important;
    border-bottom: 0 !important;
}

.kt-widget4 .kt-widget4__item {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.prettybtn {
    margin: 10px 0px !important;
}

.dashedborder {
    border-bottom: 1px dashed #ebedf2;
}

.MultiColonna {
    display: flex !important;
}

.TestoRosso {
    color: red !important;
}

.react-pdf__Page__canvas {
    display: inline !important;
}

.paddingTab {
    padding: 0px 30px !important;
}

.spazioVerticale {
    /*color: #7b7e8a;*/
    color: #000000;
}

.TestoBiancoPremioNettoMaggiorato > div > div > input {
    color: #FFFFFF;
}

.kt-radio, .kt-checkbox {
    padding-bottom: 10px !important;
}

.multiinfoLimite {
    overflow: auto;
    max-height: 300px;
    background: none !important;
}

.multiinfo {
    background: none !important;
}

.multiselezioneBottone {
    margin-right: 5px;
}

.garanzia {
    min-height: 250px;
}

.selezionaButton {
    padding-left: 0px !important;
}


.kt-option .kt-option__label .kt-option__body {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.react-pdf__Page__annotations annotationLayer {
    height: 0px !important;
}

.StudioAssociatoWizard {
    max-height: 300px;
    overflow-y: auto;
}

.tabellaJSON {
    border-collapse: collapse;
    width: 100%;
    font-size: xx-small;
}

    .tabellaJSON > th, td {
        text-align: left;
        padding: 8px;
    }

        .tabellaJSON > th > input {
            width: 100%;
        }

    .tabellaJSON > tr:nth-child(even) {
        background-color: #f2f2f2;
    }

/*BARRA PERCENTUALE COLORATA INIZIO*/
.spot {
    width: 80%;
}

    .spot li {
        float: left;
        width: 8px;
        height: 26px;
        border: 2px solid white;
        border-left: none;
        border-right: none;
        padding: 2px;
        box-shadow: 0px -10px 0px rgba(0, 0, 0, 0.08) inset, 0px 12px 0px rgba(0, 0, 0, 0.2) inset, 0px 0px 5px rgba(0, 0, 0, 0.2);
        list-style: none;
        text-align: center;
        color: white;
        font-family: Verdana;
        opacity: 0.8;
    }

        .spot li:hover {
            opacity: 1;
        }

        .spot li.selected {
            width: 50px;
        }

        .spot li:first-child {
            border-left: 2px solid white;
        }

        .spot li:last-child {
            border-right: 2px solid white;
        }

.arrowIndicator {
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 52px solid grey;
    /*margin-top: -52px;*/
    margin-left: -26px;
    margin-right: -26px;
}

    .arrowIndicator + div {
        margin-top: 15px;
    }

.progressTitle {
    margin-top: -20px;
}

/*BARRA PERCENTUALE COLORATA FINE*/

/*@media (min-width: 1025px).kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {*/
/*padding-top: 0;*/
/*}*/

@media (max-width: 1024px) {
    .kt-header-mobile--fixed .kt-wrapper {
        padding-top: 20px !important;
    }
}

@media (min-width: 1025px) {
    .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
        padding-top: 20px !important;
    }
}

.portlet__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 5.1rem;
    position: relative;
}

.kt-portlet {
    border-radius: 0;
}

    .kt-portlet .kt-portlet__head {
        padding: 0 25px;
    }

.portlet__head .portlet__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    font-family: Roboto;
    margin: 0;
    padding: 0;
    color: #000000;
}

.portlet__head .portlet__head-icon {
    font-size: 1.6rem;
    vertical-align: middle;
    line-height: 0;
    display: inline-block;
    padding: 0 13px 0 0;
}

.footer {
    height: auto;
    padding: 7px 20px;
}

    .footer .kt-nav__link {
        cursor: auto;
    }

        .footer .kt-nav__link img {
            cursor: pointer;
        }

@media (max-width: 1024px) {
    .footer-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-item {
        text-align: center;
    }

        .footer-item.footer-item--last {
            display: block;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .footer-item.footer-item--first {
            display: block;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

    .aside-header-menu-dark {
        background-color: #2c2e3e;
    }

    .kt-header-menu-wrapper-close {
        background-color: #323446;
        color: #968ad4;
    }

        .kt-header-menu-wrapper-close:hover {
            background-color: #4189c7
        }

    .kt-menu__item--submenu:hover > .kt-menu__link {
        background-color: #292b3a !important;
    }

        .kt-menu__item--submenu:hover > .kt-menu__link .kt-menu__link-text {
            color: #868aa8 !important;
        }

    .kt-header__topbar {
        top: 0px;
    }

    .kt-header__topbar--mobile-on .kt-header__topbar {
        top: 50px;
    }

    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link {
        color: #868aa8 !important;
        background-color: #2c2e3e !important;
    }

    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link {
        background-color: #2c2e3e !important;
    }

        .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-text, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-text {
            color: #868aa8 !important;
        }

    .remove-square-button {
        justify-content: flex-start !important;
        margin-top: 8px;
    }

    .checkbox-list .login-form__group .remove-square-button {
        left: -20px;
    }
}

.chart-wrapper {
    margin: auto;
    height: 70vh;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .DashboardsHome .form-group.form-group-marginless, .form-group.form-group-last {
        margin-bottom: 5px;
    }
}

@media (min-width: 1025px) {
    .chart-wrapper {
        height: 50vh;
    }

    .footer-container {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
    }

    .footer-item {
        display: table-cell;
    }

    .footer-container .footer-item.footer-item {
        vertical-align: middle;
    }

    .footer-container .footer-item.footer-item--first {
        text-align: right;
    }

    .footer-container .footer-item.footer-item--last {
        text-align: left;
    }

    .kt-footer {
        position: fixed;
        bottom: -5px;
        padding: 8px 20px;
        padding-top: 1px;
    }

    .kt-container.kt-container--full-height {
        top: 2px;
    }

    .kt-form .kt-form__group:first-child {
        padding-top: 0;
    }

    .kt-form .kt-form__group:last-child {
        padding-bottom: 0;
    }

    .kt-header__topbar .header__topbar-wrapper ul {
        margin: 0 5px 0 5px;
    }

    .kt-header__topbar {
        display: table;
        table-layout: fixed;
        height: 100%
    }
}

.vertical-form .form-group {
    margin: 0 !important;
    padding: 15px;
}

    .vertical-form .form-group:first-child {
        padding-top: 2px;
    }

    .vertical-form .form-group:last-child {
        padding-bottom: 2px;
    }

.login-form .form-group:not(.special-group):not(.accordion-form) {
    margin: 0 !important;
    padding: 15px;
}

.login-form .special-group {
    margin-bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.login-form .form-group:not(.special-group):not(.accordion-form):first-child {
    padding-top: 0;
    margin-top: -9px !important;
}

.kt-form.login-form__heading-title {
    padding-left: 30px;
}

.login-form--group-seperator-dashed .kt-portlet__body > div {
    border-bottom: 1px dashed #ebedf2;
}

    .login-form--group-seperator-dashed .kt-portlet__body > div:last-of-type {
        border-bottom: none;
    }

.form-footer {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
    padding: 30px;
}

.btn-brand {
    color: #fff;
    background-color: #4189c7;
    border-color: #4189c7;
}

    .btn-brand:hover {
        background-color: #3375ae;
        border-color: #306fa5;
    }

    .btn-brand.disabled, .btn-brand:disabled {
        background-color: #3984c6;
    }

.btn-metal {
    background-color: grey;
}

.custom-icon {
    width: 26px;
    height: 26px;
    background-color: #494b74;
}

.left-icon {
    -webkit-mask: url(media/icons/svg/Navigation/Angle-double-left.svg) no-repeat center;
    mask: url(media/icons/svg/Navigation/Angle-double-right.svg) no-repeat center;
}

.right-icon {
    -webkit-mask: url(media/icons/svg/Navigation/Angle-double-right.svg) no-repeat center;
    mask: url(media/icons/svg/Navigation/Angle-double-right.svg) no-repeat center;
}

.dropdown-menu {
    padding-top: 10px;
    padding: 0;
}

.btn--pill {
    color: #4189c7;
    padding: .75rem 2rem;
    font-size: 1rem;
    border-radius: 60px;
}

.kt-user-card {
    padding: 20px 20px;
    border-radius: 4px 4px 0 0
}

.header__topbar-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-size: 1.5em;
}

.dropdown.dropdown-inline {
    padding: 0 5px;
}

.dropdown .kt-nav--inline {
    display: inline-block;
}

.header__topbar-wrapper i:before {
    background: linear-gradient(180deg, #3C6796 25%, #283D68 50%, #87A4C9 75%, #818EA4 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.kt-content {
    margin-bottom: 2.2rem;
    margin-top: 2.2rem;
}

.kt-header__topbar {
    float: right;
}

    .kt-header__topbar .kt-topbar__nav.kt-nav.kt-nav--inline {
        display: inline-block;
        width: auto;
        height: 100%;
    }

.form-group-center {
    display: flex;
    align-items: center;
    position: relative;
}

.portlet-shadow {
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #fff;
}

.round-20 {
    border-radius: 20px !important;
}

.form-group-padding-height-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.form-group-padding-width-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.topbar__userpic img {
    display: block;
    vertical-align: middle;
    max-width: 41px !important;
}

.portlet__head-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.kt-portlet__head-label .kt-portlet__head-label {
    margin-bottom: 0;
}

.portlet__head-tools .kt-portlet__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-tools .kt-portlet__nav .kt-portlet__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portlet__head-tools .kt-portlet__nav .kt-portlet__nav-item .kt-portlet__nav-link.kt-portlet__nav-link--icon i {
    color: #b2b1c5 !important;
    font-size: 1.6rem;
}

.portlet__head-tools .kt-portlet__nav .kt-portlet__nav-item .kt-portlet__nav-link.kt-portlet__nav-link--icon {
    padding: 0 2px;
}

.kt-form__actions {
    padding: 30px;
}

.kt-portlet .kt-portlet__head .kt-portlet__head-label {
    font-size: 1.3rem;
    margin-bottom: 1px;
}

.kt-portlet__head-label .kt-portlet__head-label {
    color: #000000;
}

.kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav {
    display: inline-block;
    width: 100%;
}

    .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link {
        border-radius: 50%;
    }

        .kt-datatable.kt-datatable--default > .kt-datatable__pager > .kt-datatable__pager-nav > li > .kt-datatable__pager-link:hover {
            background-color: #4189c7;
            color: #fff;
        }

.btn--icon-only {
    display: inline-block;
    position: relative;
    padding: 0 !important;
    width: 30px;
    height: 30px;
}

    .btn--icon-only > i {
        line-height: 0;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding-right: 0 !important;
    }

.hidden-accordion-icon:after {
    display: none;
}

.accordion__item-icon {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    padding-right: 1rem;
}

    .accordion__item-icon > i {
        display: inline-block;
        font-size: 2rem;
    }

.accordion__item-title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 1.2rem;
}

.accordion > .card.overflow-visible {
    overflow: visible !important;
}

.accordion .card-title {
    border: 1px solid #ebedf2;
    background-color: #fff !important;
    color: #4189c7 !important;
}

    .accordion .card-title .accordion__item-title {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        font-size: 1.2rem;
    }

    .accordion .card-title:hover {
        background-color: #f4f5f8 !important;
    }

.accordion.accordion-solid .card {
    margin-bottom: 1rem;
    border-radius: 6px;
}

.accordion .kt-accordion__itekt-body {
    border: 1px solid #ebedf2;
    border-top: 0;
}

.kt-menu__item:hover .kt-menu__link-text {
    color: #3375ae !important;
}

.widget .widget-pick {
    display: table-cell;
    vertical-align: middle;
}

.widget .widget-info {
    display: table-cell !important;
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem !important;
}

.widget .widget-progress {
    display: table-cell;
    vertical-align: middle;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
}

    .widget .widget-progress .kt-widget17__progress-number {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .widget .widget-progress .kt-widget17__progress-label {
        font-size: .85rem;
        margin-top: 0.3rem;
        display: block;
    }

.kt-portlet__head-toolbar .nav-item.kt-tabs__item .tabs__link {
    border-radius: 20px !important;
    padding: 0.6em 1.4em !important;
    font-size: .85rem !important;
}

.dropdown-large .dropdown-menu {
    width: 380px;
}

    .dropdown-large .dropdown-menu .kt-link {
        display: block;
    }

.kt-user-card__avatar {
    display: table-cell;
    text-align: right;
    padding: 0 5px 0 0;
    vertical-align: middle;
    width: 70px;
}

.kt-user-card__name {
    display: table-cell;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 0 0 0 15px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center !important;
}

.kt-portlet--full-height {
    height: 100%;
}

.submenu-new-line {
    display: none;
}

.header__topbar-wrapper .kt-topbar__nav.kt-nav.kt-nav--inline {
    padding: 0;
}

.dropdown.dropdown-inline.dropdown-large {
    vertical-align: middle;
    height: 100%;
    padding: 0 12px;
}

    .dropdown.dropdown-inline.dropdown-large .kt-nav__link.kt-dropdown__toggle {
        display: table;
        height: 100%;
    }

.kt-nav__link .kt-topbar__userpic.topbar__userpic {
    display: table-cell;
    vertical-align: middle;
}

.kt-nav__link-icon {
    display: table-cell;
    vertical-align: middle;
}

.kt-wizard__step-label {
    font-weight: 500;
    padding-right: 0.5rem;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem !important;
    padding: 2rem;
}

.kt-form.login-form__heading-title {
    padding-left: 30px;
}

.kt-pricing-table-1 .kt-pricing-table-1__items {
    background-color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2.14rem 0 2.14rem 0;
}

.kt-pricing-table-1 {
    overflow: hidden;
}

.square-button-with-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .square-button-with-icon i {
        width: 15px;
    }

.alert-success {
    background-color: #34bfa3 !important;
}

.alert-info {
    background-color: #4189c7 !important;
}

.alert-danger {
    background-color: #f22d4e !important;
}

.alert-warning {
    background-color: #ffb822 !important;
}

.bg-fill-warning .kt-portlet__head {
    background-color: #ffb822 !important;
    color: #fff;
}

.bg-fill-warning .kt-portlet__head-label {
    color: #fff;
}

.bg-fill-warning .kt-portlet__head-icon i {
    color: #fff;
}

.bg-fill-warning.black .kt-portlet__head {
    color: #111111 !important;
}

.bg-success {
    background-color: #34bfa3 !important;
}

.bg-fill-success .kt-portlet__head {
    background-color: #34bfa3 !important;
    color: #ffffff !important;
}

.bg-fill-success .kt-portlet__head-label {
    color: #ffffff !important;
}

.bg-fill-success .kt-portlet__head-icon i {
    color: #ffffff !important;
}

.bg-fill-brand .kt-portlet__head {
    background-color: #4189c7 !important;
    color: #ffffff !important;
}

.bg-fill-brand .kt-portlet__head-icon i {
    color: #ffffff !important;
}

.bg-fill-brand .kt-portlet__head-label {
    color: #ffffff !important;
}

.btn-outline-brand {
    color: #4189c7;
    border-color: #4189c7;
}

.bg-fill-accent .kt-portlet__head {
    background-color: #36A3F7 !important;
    color: #ffffff !important;
}

.bg-fill-accent .kt-portlet__head-icon i {
    color: #ffffff !important;
}

.bg-fill-accent .kt-portlet__head-label {
    color: #ffffff !important;
}

.bg-danger {
    background-color: #f22d4e !important;
}

.btn-outline-success {
    color: #34bfa3;
    border-color: #34bfa3;
}

    .btn-outline-success:hover {
        color: #ffffff;
        background-color: #34bfa3;
        border-color: #34bfa3;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #34bfa3;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #34bfa3;
        border-color: #34bfa3;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
        }

.dropzone.dropzone--brand {
    border-color: #4189c7;
}

.kt-portlet__head-toolbar .nav-item.kt-tabs__item .nav-link.active {
    background-color: #4189c7 !important;
}

.kt-portlet__head-toolbar .nav-item.kt-tabs__item .input-range__track--active {
    background: #fff !important;
}

.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state="pending"] .kt-wizard-v3__nav-body .kt-wizard-v3__nav-label {
    color: #9699a2;
}

.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state="current"] .kt-wizard-v3__nav-body .kt-wizard-v3__nav-label {
    color: #34bfa3
}

.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state="current"] .kt-wizard-v3__nav-body .kt-wizard-v3__nav-bar:after {
    width: 100%;
    background-color: #34bfa3;
}

a {
    color: #4189c7
}

    a:hover {
        color: #4189c7;
    }

.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover {
    color: #4189c7;
}

.nav-tabs .nav-item .nav-link {
    color: #4189c7;
}

.btn-outline-brand:not(:disabled):not(.disabled):active, .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .btn-outline-brand.dropdown-toggle {
    background-color: #4189c7;
    border-color: #4189c7;
    color: #fff;
}

a.btn.btn-label-brand:focus, a.btn.btn-label-brand:hover, a.btn.btn-label-brand.active, button.btn.btn-label-brand:focus, button.btn.btn-label-brand:hover, button.btn.btn-label-brand.active, input.btn.btn-label-brand:focus, input.btn.btn-label-brand:hover, input.btn.btn-label-brand.active {
    background-color: #4189c7;
    color: #fff !important;
}

.btn-label-brand {
    color: #4189c7 !important;
}

.btn-outline-brand:hover {
    background-color: #3375ae !important;
    border-color: #306fa5 !important;
}

.kt-switch input:checked ~ span:after {
    background-color: #4189c7 !important;
}

.progress-bar {
    background-color: #4189c7;
}

.kt-checkbox.kt-checkbox--brand > span:after {
    border-color: #4189c7;
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > input:checked ~ span {
    background-color: #4189c7;
}

.kt-checkbox.kt-checkbox--brand.kt-checkbox--solid > span {
    background: #4189c7;
}

.nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:hover {
    background: #4189c7;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
    color: #4189c7 !important;
}

.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active, .nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active {
    color: #34bfa3;
    border-bottom: 1px solid #34bfa3;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    color: #4189c7;
}

.table.dataTable {
    margin-bottom: 0 !important;
}

.btn-success {
    color: #fff;
    border-bottom: 1px solid #34bfa3;
}

    .btn-success:hover {
        color: #fff !important;
    }

.btn-info {
    background-color: #4189c7;
    border-bottom: 1px solid #4189c7;
}

    .btn-info:hover {
        background-color: #3375ae;
        color: #fff !important;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        background-color: #3375ae;
    }

.btn-danger {
    background-color: #f22d4e;
    border-color: #f22d4e;
}

.btn-accent {
    background-color: #00c5dc;
    color: #fff;
}

    .btn-accent:hover {
        color: #fff;
        background-color: #09aec1;
    }

.btn-outline-danger {
    color: #f22d4e;
    border-color: #f22d4e;
}

    .btn-outline-danger:hover {
        background-color: #f22d4e;
        border-color: #f22d4e
    }

.custom-icon:hover {
    background-color: #4189c7;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link .kt-menu__link-icon {
    color: #4189c7;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
    color: #4189c7;
}

.Select--multi .Select-value {
    color: #4189c7;
}

.btn-brand:not(:disabled):not(.disabled):active, .btn-brand:not(:disabled):not(.disabled).active, .show > .btn-brand.dropdown-toggle {
    background-color: #4189c7;
    border-color: #4189c7;
}

.nav-tabs .nav-item .nav-link.active i, .nav-tabs .nav-item .nav-link:active i, .nav-tabs .nav-item .nav-link:hover i {
    color: #4189c7
}

.kt-widget4 .kt-widget4__item .kt-widget4__title:hover {
    color: #4189c7
}

.form-control:focus {
    border-color: #4189c7;
}

@media (min-width: 768px) {
    .actions-left-right div:nth-child(2) button {
        float: right;
    }
}

@media (min-width: 1025px) {
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon {
        color: #4189c7;
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
        color: #4189c7;
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
        color: #4189c7;
    }
}

@media (min-width: 1025px) and (max-width: 1463px) {
    .kt-header__topbar {
        position: absolute;
        right: 0;
        top: 63px;
    }

    .submenu-new-line {
        display: block;
    }

    .kt-content {
        margin-top: 80px;
    }
}

/* END OVERWRITE COLORS */

.accordion-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 !important;
}

    .accordion-form > div {
        padding-left: 15px;
        padding-right: 15px;
    }

.portlet-center .kt-portlet__head .kt-portlet__head-label {
    padding: 5px 0;
}

.portlet-center .kt-portlet__head .kt-portlet__head-toolbar {
    padding: 10px;
}

.alert-warning {
    display: table-cell !important;
    text-align: center;
}

.child .child .dtr-details {
    width: 100%;
    padding: 0 40px;
}

.kt-portlet--tabs.kt-portlet .kt-portlet__head {
    border-bottom: none !important;
}

    .kt-portlet--tabs.kt-portlet .kt-portlet__head .portlet__head-tools .nav-tabs {
        width: 100%;
        margin: 20px 0 0 0;
    }

.status-icon.kt-portlet__head {
    display: block;
    width: 100%;
    text-align: right;
    min-height: 30px;
    right: -7px;
}

    .status-icon.kt-portlet__head .portlet__head-tools {
        display: block;
    }

        .status-icon.kt-portlet__head .portlet__head-tools .kt-portlet__nav {
            display: block;
        }

.vertical-form .col-form-label {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kt-portlet .remove-square-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.checkbox-list .login-form__group {
    padding-right: 0;
}

    .checkbox-list .login-form__group .remove-square-button {
        padding-right: 0;
    }

.dropzone .dz-message {
    margin-bottom: 1em;
}

.kt-portlet--full-height.kt-portlet--tabs .kt-portlet__head .portlet__head-tools {
    width: 100%;
}

.login-form--group-seperator-dashed .kt-portlet {
    margin-top: 15px;
}

.kt-portlet.kt-portlet--bordered {
    border: 1px solid #ebedf2 !important
}

.center-field {
    display: block !important;
    text-align: center !important;
}

    .center-field span {
        display: block !important;
    }

    .center-field input {
        text-align: center !important;
    }

.sibling-field {
    display: inline-flex !important;
    min-height: 52px;
}

    .sibling-field input {
        width: 50%;
        text-align: -webkit-center !important;
    }

.read-only.center-field {
    padding-bottom: 0 !important;
}

.read-only input {
    border: none;
    font-size: 1rem;
    text-align: right;
    outline: none;
}

.react-select .css-wqgs6e {
    background-color: rgba(0, 126, 255, .08);
    color: #333;
}

.react-select .css-16pqwjk-indicatorContainer, .css-1thkkgx-indicatorContainer:hover {
    cursor: pointer;
}

    .react-select .css-16pqwjk-indicatorContainer:first-child:hover {
        color: #d0021b;
    }

    .react-select .css-16pqwjk-indicatorContainer:last-child:hover {
        color: inherit;
    }

.react-select .css-1thkkgx-indicatorContainer:first-child:hover {
    color: #d0021b;
}

.react-select .css-1thkkgx-indicatorContainer:last-child:hover {
    color: inherit;
}

.css-1szy77t-control {
    box-shadow: none !important;
    border-color: unset !important;
}

.drop-document, .add-drop-document {
    box-shadow: none;
    border: 1px solid #ebedf2;
    border-radius: 4px;
}

    .add-drop-document .kt-widget4 .kt-widget4__item {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .add-drop-document .kt-widget16__date {
        display: block;
        width: 100%;
        font-weight: 500 !important;
    }

    .drop-document button[type^="submit"] {
        width: 100%;
    }

.css-dvua67-singleValue:hover {
    cursor: pointer !important;
}

.document-list {
    max-height: 200px;
    overflow: auto;
    line-height: 1;
    margin-bottom: 5px;
}

    .document-list .file-name, input {
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }

        .document-list .file-name:hover {
            cursor: pointer !important;
        }

.drop-document .small.dropzone.dropzone--brand.dz-clickable {
    padding: 0px;
    min-height: 84px;
}

#confirmModal .modal-dialog {
    top: 50%;
    transform: translate(0%, -50%);
}

.kt-widget16__item.file-options {
    flex-flow: wrap;
}

.StudioAssociatoNoBorder {
    border: 0px !important;
}

}

.was-validated .form-control:valid,
.was-validated .form-control:valid:focus {
    border-color: #ebedf2;
    padding-right: 1rem;
    background-image: none;
}
