﻿/* CSS Admin personalizzato per cliente */
:root {
    --background-color: #d42224;
    --border-color: #d42224;
}

.navbar {
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #808080 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#808080));
    background: -webkit-linear-gradient(top, #000000 0%,#808080 100%);
    background: -o-linear-gradient(top, #000000 0%,#808080 100%);
    background: linear-gradient(to bottom, #000000 0%,#808080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='###000000', endColorstr='##808080',GradientType=0 );
    border: 0px !important;
    color: #ffffff;
}

/* *************************************************************** */
.navbar {
    background: #de1a22;
    color: #ffffff;
}

.navbar-brand {
    background-image: url(images/id-logo-ozracing.png);
}

    .navbar-brand.fercad {
        background-image: url(images/id-logo-fercad.png);
    }

    .navbar-brand.husqvarna {
        background-image: url(images/id-logo-husqvarna.png);
    }

    .navbar-brand.hikoki {
        background-image: url(images/id-logo-hikoki.png);
    }

    .navbar-brand.cormik {
        background-image: url(images/id-logo-cormik.png);
    }

    .navbar-brand.ozracing {
        background-image: url(images/id-logo-ozracing.png);
    }

#btnToggleMenuDrawer {
    color: #FFFFFF;
}

.spinnerLoading img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.dash-navbar-top {
    /* background-color: #337ab7; */
}

    .dash-navbar-top .dnt-avatar {
        box-shadow: 0 0 0 2px #999999, 0 0 0 4px #ffffff;
        background: white url(images/avatar.png);
        background-size: 40px 40px;
    }

.navbar-right span {
    color: #337ab7;
}

.k-button:hover,
.k-button:active {
    background-color: #d42224;
    border-color: #d42224;
    color: #ffffff;
}

.dash-navbar-top .navbar-nav > li > a:hover, .dash-navbar-top .navbar-nav > li > a:focus {
    background-color: #f35321 !important;
}

.documentiItemList {
    border-left: 15px solid #337ab7;
}

#viewDashboard .k-button {
    background: -moz-linear-gradient(top, #273a60 0%, #445b8a 69%, #000000 100%);
    background: -webkit-linear-gradient(top, #273a60 0%, #445b8a 69%, #000000 100%);
    background: linear-gradient(to bottom, #273a60 0%, #445b8a 69%, #000000 100%);
}

    #viewDashboard .k-button:hover {
        border-color: #273a60;
    }

.k-button.k-state-active:hover, .k-button:active:hover {
    color: #fff;
    background-color: #d42224;
    border-color: #d42224;
}

.btn-primary {
    color: #fff;
    background-color: #d42224;
    border-color: #d42224;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:active:hover,
    .btn-primary:active:focus,
    .btn-primary:focus {
        background-color: #DE1A22;
        border-color: #d42224;
    }

.bg-primary {
    color: #fff;
    background-color: #273a60;
}


#viewDashboard .k-button span {
    background: #273a60;
    color: #ffffff;
}

.cntSubVoices {
    display: block;
    width: 100%;
    min-height: 40px;
    background: #6cd263;
    padding-top: 6px;
}

.svItem {
    display: inline-block;
    background: #58b550;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 12px;
    margin: 0px 0px 6px 7px;
    border-radius: 4px;
    transition: ease 0.2s;
    cursor: pointer;
}

    .svItem:hover {
        background: transparent;
        text-decoration: none;
        color: #ffffff;
    }

    .svItem:visited, .svItem:focus {
        text-decoration: none !important;
        color: #ffffff !important;
    }

.modaleTerminale .form-control,
.modaleUtente .form-control {
    height: inherit;
}

    .modaleTerminale .form-control.k-dropdown {
        width: 100px;
    }

.modaleTerminale .form-group {
    margin-right: 20px;
}

    .modaleTerminale .form-group label {
        margin-right: 5px;
    }

.modaleUtente .fgLeft, .modaleUtente .fgRight {
    float: left;
    width: 35%;
}

    .modaleUtente .fgLeft label, .modaleUtente .fgRight label {
        width: 110px;
        font-size: 12px;
        text-align: right;
        padding-right: 10px;
    }

    .modaleUtente .fgRight small {
        display: block;
        font-size: 8.5px;
        margin-bottom: 10px;
    }

.modaleUtente .fgCenter {
    clear: left;
    width: 100%;
    margin-bottom: 10px;
}

    .modaleUtente .fgCenter label {
        width: 110px;
        text-align: right;
        font-size: 12px;
        padding-right: 10px;
    }

.cmpBlock {
    width: calc(100% - 119px) !important;
}

.drp164 {
    width: 164px !important;
}

.cntRolesDes {
    display: block;
    clear: both;
    width: calc(100% - 27px);
    background: #f35321;
    border-radius: 4px;
    margin-top: 25px;
    padding: 10px 3px 2px 3px;
}

    .cntRolesDes .form-group {
        display: inline-block;
        background: #cc3405;
        color: #ffffff;
        font-weight: bold;
        font-size: 12px;
        padding: 5px 12px;
        margin: 0px 0px 11px 7px;
        border-radius: 4px;
        transition: ease 0.2s;
        cursor: pointer;
        min-width: 155px;
    }

        .cntRolesDes .form-group label {
            float: right;
            margin-left: 6px;
            margin-top: 3px;
            margin-right: 3px;
            text-align: center;
            width: 108px;
        }

.autorizzazioniUtente {
    display: inline-flex;
    background: #cccccc;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 12px;
    margin: 0px 0px 11px 7px;
    border-radius: 4px;
    transition: ease 0.2s;
    cursor: pointer;
    width: 255px;
    /*max-width: 370px;*/
}

    .autorizzazioniUtente label {
        margin-top: 3px;
    }

    .autorizzazioniUtente input {
        margin-right: 5px;
        cursor: pointer;
    }


.cntRoles {
    display: inline-flex;
    flex-direction: column;
    clear: both;
    border-radius: 4px;
    margin-top: 25px;
    padding: 10px 3px 2px 3px;
}

    .cntRoles .form-group {
        display: inline-flex;
        background: #cccccc;
        color: #333333;
        font-weight: bold;
        font-size: 12px;
        padding: 5px 12px;
        margin: 0px 0px 11px 7px;
        border-radius: 4px;
        transition: ease 0.2s;
        cursor: pointer;
        min-width: 155px;
    }

        .cntRoles .form-group label {
            float: right;
            margin-left: 6px;
            margin-top: 3px;
            margin-right: 3px;
            text-align: center;
            width: 108px;
        }

.dash-navbar-top .navbar-nav > li > a:hover,
.dash-navbar-top .navbar-nav > li > a:focus {
    background: #666666 !important;
}

.k-pager-numbers .k-state-selected {
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-radius: 1.0833em;
    background-color: #58b550;
    border-color: #58b550
}

.k-state-selected {
    background-color: #d42224 !important;
    border-color: #d42224 !important;
    color: #ffffff !important
}

.k-grid-content {
    overflow-y: unset
}

.k-grid-header {
    padding-right: 0 !important
}

#queryResult .k-grid-header {
    padding-right: 17px !important
}


.modalNuovoClienteTemplate .modal-dialog {
    width: 1000px;
}

.modalNuovoClienteTemplate .titoloForm {
    color: var(--background-color);
    padding: 8px 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 17px;
}

.modalNuovoClienteTemplate .form-group {
    /*margin-bottom: 10px;
    margin-left: 10px;*/
}

.modalNuovoClienteTemplate label {
    /*display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    width: 130px;
    text-align: right;
    padding-right: 10px;*/
}

.modalNuovoClienteTemplate .form-control {
    /*width: 315px;
    margin-right: 20px;*/
}

.modalNuovoClienteTemplate input[type="checkbox"] {
    width: inherit;
    height: inherit;
}

.titoloForm {
    background: #efeff4;
    color: #6d6d72;
    border-bottom: 1px solid #c8c7cc;
}

.modalNuovoClienteTemplate .form-inline .form-group {
    display: inline-block;
}

.modaleElencoClienti .form-inline .form-group {
    display: inline-block;
}

.modaleElencoClienti .fgLeft, .modaleElencoClienti .fgRight {
    float: left;
    width: 50%;
}

    .modaleElencoClienti .fgLeft label, .modaleElencoClienti .fgRight label {
        width: 90px;
        font-size: 12px;
        text-align: right;
        padding-right: 10px;
    }

    .modaleElencoClienti .fgRight small {
        display: block;
        font-size: 8.5px;
        margin-bottom: 10px;
    }

.modaleElencoClienti .fgCenter {
    clear: left;
    width: 100%;
    margin-bottom: 10px;
}

    .modaleElencoClienti .fgCenter label {
        width: 90px;
        text-align: right;
        font-size: 12px;
        padding-right: 10px;
    }

.grigliaUtenti .k-tabstrip-wrapper {
    width: 100%;
}

.grigliaElencoClientiUtenti .k-tabstrip-wrapper {
    width: 100%;
}

.grigliaElencoClientiUtenti .cntRicercaElencoClienti {
    width: 50%;
    display: inline-block;
}

.grigliaUtenti .k-grid tr:hover {
    background-color: #fff !important;
}

.cntDettaglioProssimita label.btn.btn-secondary.active {
    background-color: #286090 !important;
}

.cntDettaglioProssimita .rule-value-container div {
    margin-top: 5px;
    min-height: 38px;
}

.cntDettaglioProssimita .rule-value-container .autocomplete.k-input {
    width: 98.5% !important;
    height: 30px;
}

.cntDettaglioProssimita .rule-value-container .k-autocomplete.k-header {
    float: left;
    width: 210px;
}

.cntDettaglioProssimita .rule-value-container .listaElementi {
    float: left !important;
    list-style-type: none;
    margin-bottom: 0px;
    /*width: 100%;*/
    margin-left: -30px;
}

    .cntDettaglioProssimita .rule-value-container .listaElementi li {
        float: left;
        font-size: 12px;
        background: #cecece;
        padding: 8px 11px;
        margin-bottom: 5px;
        margin-right: 5px;
        border-radius: 5px;
        text-align: left;
        display: inline-block;
        min-width: 10%;
        height: 15px;
    }

        .cntDettaglioProssimita .rule-value-container .listaElementi li .delBtn {
            float: right;
            font-size: 8px;
            text-align: center;
            color: #ffffff;
            font-family: Arial;
            background: #666666;
            width: 12px;
            height: 9px;
            border-radius: 6px;
            padding-top: 1px;
            cursor: pointer;
            margin-top: 2px;
            margin-left: 10px;
        }

            .cntDettaglioProssimita .rule-value-container .listaElementi li .delBtn:hover {
                background: #000000;
            }

.queryBuilderContainer {
    margin-left: 30px !important;
    margin-top: 9px !important;
    position: relative;
}

.cntNationQueryBuilder > div::before {
    top: -12px;
    height: calc(50% + 14px);
}

.cntNationQueryBuilder > div::before {
    top: -11px;
    border-width: 0 0 2px 2px;
}

.cntNationQueryBuilder > div::before {
    content: '';
    position: absolute;
    left: -18px;
    width: 13px;
    height: calc(50% + 11px);
    border-color: #ccc;
    border-style: solid;
}

.cntNationQueryBuilder > div:not(:last-child)::after {
    content: '';
    position: absolute;
    left: -18px;
    width: 13px;
    height: calc(50% + 4px);
    border-color: #ccc;
    border-style: solid;
    bottom: -5px;
    border-width: 0 0 0px 2px;
}
