body {
    background-color: #ebedf0;
}

.btn,
.sp-container button {
    padding: 0.45rem 0.75rem;
    border-radius: 4px;
}

.kt-pagetitle {
    background-color: transparent;
}

.kt-sideleft-menu>.nav-item>.nav-link {
    color: #343a40;
}

@media (min-width: 992px) {
    .kt-pagebody {
        padding-top: 0px;
    }
}

.result-notes b {
    color: #036572;
}

.cella-azioni {
    font-size: 1.3rem;
}

.no-rows {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.no-rows .msg {
    opacity: 1;
    position: absolute;
    height: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 200%;
    border-radius: 4px;
    border: 1px solid #ebedf0;
    text-align: center;
    font-size: 1rem;
}

.no-rows .msg img {
    height: 150px;
    width: 150px;
    filter: grayscale(50%);
}

.main.ng-enter {
    transition: 0.5s;
    opacity: 0;
}

.main.ng-enter-active {
    opacity: 1;
}

.main.ng-leave {
    transition: 0.5s;
    opacity: 1;
}

.main.ng-leave-active {
    opacity: 0;
}

.text-orange {
    color: #ee6654;
}

.text-orange:hover {
    color: #ee6654;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border-left: none;
}

.card {
    overflow: initial;
}

.ckbox span:after {
    background-color: #ee6654;
}

select.form-control {
    border-color: #d9d9d9;
}

.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    padding-top: 250px;
    z-index: 99999;
}

.preloader .sk-double-bounce {
    width: 60px;
    height: 60px;
}

.sk-double-bounce .sk-child {
    background-color: #13737c;
}

@media (min-width: 992px) {
    body:not(.hide-left) .preloader {
        padding-right: 250px;
    }
}

.card {
    border-radius: 3px !important;
}

.btn-success {
    background-color: #13737c;
    border-color: #13737c;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #15646c;
    border-color: #15646c;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: none;
}

.btn {
    cursor: pointer;
    border-radius: 2px;
}

/* .capital-controls input,
.capital-controls select,
.capital-controls options {
    text-transform: uppercase;
} */
.text-bold {
    font-weight: bold;
}

.kt-logo,
.kt-headpanel {
    background-color: #13737c;
}

.kt-logo a {
    margin: auto;
}

.kt-logo img {
    height: 40px;
}

.logged-name {
    color: #fff;
}

.kt-sideleft-menu>.nav-item>.nav-link.active {
    box-shadow: inset -1px 0 1px 0 #ced4da;
    background-color: #dee2e6;
    color: #495057;
}

.img-preview {
    height: 200px;
    margin: 10px;
}

.img-preview img {
    border-radius: 5px;
    height: 200px;
    max-width: 100%;
}

.addon-btn {
    padding: 0px;
    background: transparent;
}

.img-preview-list {
    display: flex;
    overflow-x: auto;
}

.img-preview-list div {
    padding: 10px;
    display: inline-block;
    position: relative;
}

.img-preview-list div img {
    height: 100px;
    cursor: pointer;
}

.img-preview-list div .btn {
    padding: 2px 5px !important;
    position: absolute;
    top: 10px;
    right: 10px;
}

.upload-list div {
    padding: 10px;
}

.ta-editor {
    height: auto;
    overflow: hidden;
    font-family: inherit;
    font-size: 100%;
    margin: 20px 0;
}

.ta-editor.ta-html,
.ta-scroll-window.form-control {
    min-height: 150px;
}

.ta-scroll-window {
    overflow: hidden !important;
}

th {
    vertical-align: middle !important;
}

.signbox-header {
    background-color: #036572;
}

.signpanel-wrapper {
    background: url(../img/bg-mappa.jpg) no-repeat center center fixed;
    background-size: cover;
}

.signbox-body {
    background-color: #fff;
    border: 2px solid #036572;
    border-radius: 3px;
}

.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

form.massive .ng-dirty.ng-not-empty {
    border-color: #28c118;
}

.btn-outline-primary:hover {
    color: #17a2b8;
    background-color: #f5f5f5;
    border-color: #007bff;
}

.kt-sideleft {
    padding-top: 100px;
}

.tabella-rese input {
    padding: 3px;
    height: calc(2.39375rem + 2px);
}

.tabella-rese tbody tr, .tabella-rese thead, .tabella-rese tfoot {

  display: table;
  width: 100%;
  table-layout: fixed;
}
.tabella-rese tbody {

    display: block;
    max-height: 30vh;
    overflow-y: scroll;
}

.tabella-rese tbody td, .tabella-rese thead th{
    line-height: 1;
    padding: 5px 10px;
    vertical-align: middle;
}

.ng-touched.ng-invalid {
    border-color: darkred;
}

.text-red {
    color: red;
}

li.loading {
    list-style-image: url('../img/loading-small.gif');
}
li.done {
    list-style-image: url('../img/done.jpg');
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #31a2b8;
    border-color: #24737bdb;
    cursor: not-allowed;
}

.modal-lg {
    width: 1200px;
}

.text-orange {
    color: orange;
}
.text-green {
    color: green;
}
/* .ui-grid-header-cell .ui-grid-selection-row-header-buttons {
    display: none;
} */

.upload-completed {
    height: 300px;
    overflow: auto;
    padding-right: 15px;
}

.custom-file-control {
    overflow: hidden !important;
    white-space: nowrap !important;	
}