﻿@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'),
         local('SourceSansPro-Light'),
         url('../fonts/SourceSansPro/SourceSansPro300.woff2') format('woff2'),
         url('../fonts/SourceSansPro/SourceSansPro300.woff') format('woff'),
         url('../fonts/SourceSansPro/SourceSansPro300.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: local('Source Sans Pro Light Italic'),
         local('SourceSansPro-LightItalic'),
         url('../fonts/SourceSansPro/SourceSansPro300Italic.woff2') format('woff2'),
         url('../fonts/SourceSansPro/SourceSansPro300Italic.woff') format('woff'),
         url('../fonts/SourceSansPro/SourceSansPro300Italic.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'),
         local('SourceSansPro-Regular'),
         url('../fonts/SourceSansPro/SourceSansProRegular.woff2') format('woff2'),
         url('../fonts/SourceSansPro/SourceSansProRegular.woff') format('woff'),
         url('../fonts/SourceSansPro/SourceSansProRegular.eot?#iefix') format('embedded-opentype');
    }

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'),
         local('SourceSansPro-Italic'),
         url('../fonts/SourceSansPro/SourceSansProItalic.woff2') format('woff2'),
         url('../fonts/SourceSansPro/SourceSansProItalic.woff') format('woff'),
         url('../fonts/SourceSansPro/SourceSansProItalic.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'),
         local('SourceSansPro-SemiBold'),
         url('../fonts/SourceSansPro/SourceSansPro600.woff2') format('woff2'),
         url('../fonts/SourceSansPro/SourceSansPro600.woff') format('woff'),
         url('../fonts/SourceSansPro/SourceSansPro600.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold Italic'),
         local('SourceSansPro-SemiBoldItalic'),
         url('../fonts/SourceSansPro/SourceSansPro600Italic.woff2') format('woff2'),
         url('../fonts/SourceSansPro/SourceSansPro600Italic.woff') format('woff'),
         url('../fonts/SourceSansPro/SourceSansPro600Italic.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    src: local('Source Sans Pro Bold Italic'),
         local('SourceSansPro-BoldItalic'),
         url('../fonts/SourceSansPro/SourceSansPro700Italic.woff2') format('woff2'),
         url('../fonts/SourceSansPro/SourceSansPro700Italic.woff') format('woff'),
         url('../fonts/SourceSansPro/SourceSansPro700Italic.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'),
         local('SourceSansPro-Bold'),
         url('../fonts/SourceSansPro/SourceSansPro700.woff2') format('woff2'),
         url('../fonts/SourceSansPro/SourceSansPro700.woff') format('woff'),
         url('../fonts/SourceSansPro/SourceSansPro700Italic.eot?#iefix') format('embedded-opentype');
}

/*button.btn.btn-primary, button.btn.btn-danger {
    width: 105px !important;
}*/

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #00C0EF !important;
}

button:not(.btn-icon) {
    min-width: 105px !important;
}

a:not(.btn-icon):not([tabindex]) {
    min-width: 105px;
}

li.paginate_button a {
    min-width: 0px !important;
}

.login-page {
    height: auto;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.align-self-center {
    align-self: center !important;
}

.line-height-34 {
    line-height: 34px;
}

/*.ddl {
    width: 207px !important;
}*/

.input-group .input-group-addon {
    min-width: 45px;
}

.preventivoBtnFixed {
    width: 105px !important;
}

.preventivoBtnAlignRight {
    width: 105px !important;
    position: absolute;
    right: 10px;
}

.preventivo.modal-dialog {
    width: 75% !important;
}

.alberoRepMan.modal-dialog {
    width: 50% !important;
}

.preventivo .box-body {
    min-height: 80px;
}

.preventivo .box-footer .row {
    margin-top: 15px;
}

.preventivo.enableCellTable,
.fattura.enableCellTable {
    background-color: #DBEBC5;
}

.preventivo#ScontoAnno1,
.preventivo#ScontoAnno2,
.preventivo#ScontoAnno3 {
    background-color: #127ff324;
    border: none;
    text-align: right;
    height: 20px;
    padding-right: 2px;
}

.dataTables_wrapper .dt-buttons {
    float: left;
    margin-bottom: 5px;
}

    .dataTables_wrapper .dt-buttons .btn:nth-child(n + 2) {
        margin-left: 5px;
    }

.dataTables_wrapper .DTFC_RightWrapper {
    display: none;
}

.disabled-widget {
    background-color: #EEEEEE !important;
    pointer-events: none !important;
    border-color: #EEEEEE !important;
}

.disabled-widget-anchor {
    background-color: #81b5d4 !important;
    border-color: #81b5d4 !important;
    pointer-events: none !important;
}

.tab-content .tab-pane .info.info-box-text-custom {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.btn-table-icon {
    padding: 9px 12px;
}

TABLE TD {
    vertical-align: middle !important;
    position: relative;
}

TABLE TD.text-right INPUT {
    text-align: right;
}

TABLE .commands {
    width: 1%;
    white-space: nowrap;
}

TABLE .commands .btn:nth-child(n + 2) {
    margin-left: 5px;
}

TABLE TD.cell-color-0 {
    background-color: #DD4B39;
}
TABLE TD.cell-color-1 { 
    background-color: #00A65A; 
}

TABLE TD SPAN.circle {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius:100%;
    border: 1px solid #808080;
}
TABLE TD SPAN.circle.circle-red {
    background-color: #DD4B39;
}
TABLE TD SPAN.circle.circle-yellow {
    background-color: #f39C12;
}
TABLE TD SPAN.circle.circle-green {
    background-color: #00A65A;
}

.dataTables_scrollx {
    overflow-x: scroll;
    clear: both;
}

div.k-layer {
    width: auto !important;
}

.daterangepicker .ranges {
    float: unset!important;
}

.no-click {
    pointer-events: none;
}

.disponibilitaPersona {
    background-image: url('../img/icons/shareperson.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px;
}

.gtBlack {
    background-image: url('../img/icons/gtBlack.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
}

.gtWhite {
    background-image: url('../img/icons/gtWhite.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
}

/*.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
    font-size: 10px !important;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: auto!important;
}*/

.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible{
    display: none !important;
}

.progress-description,
.info-box-text-custom {
    display: block;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

