﻿
#gradientNavBar {
    border: 0px;
    color:white;
    background: #029be0; /* For browsers that do not support gradients */        
    background: -webkit-linear-gradient(90deg, #029be0  75%, #339933); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #029be0 75%, #339933 ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #029be0 75%, #339933); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #029be0 75%, #339933); /* Standard syntax (must be last) */
}

#divProcessing {
    position: absolute;
    height: 200px;
    width: 800px;
    margin: -100px 0 0 -400px;
    top: 50%;
    left: 50%;
    opacity: 1;
    /*background-color: #F9FDFF;*/
}

#progressbarTitle {
    color: #337AB7;
}

    /*.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}*/

 .dataTables_processing
{
    border:0px;
    background:transparent;
}

.dataTablesSpinnerCustom {
    margin:1px;
    padding:1px;
}

tr.selected td:nth-child(1) {
    border-left: 4px solid #19aa8d !important;
}

.pac-container {
    z-index: 999999;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
    top:9px;
    left:4px;
    height:14px;
    width:14px;
    display:block;
    position:absolute;
    color:white;
    border:2px solid white;
    border-radius:14px;
    box-shadow:0 0 3px #444;
    box-sizing:content-box;
    text-align:center;
    font-family:'Courier New', Courier, monospace;
    line-height:14px;content:'+';
    background-color:#1ab394;
}

.AlignCenter {
    text-align :center;
}

.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

/* Classe personalizzata per i controlli di input del wizard*/
.wizardControl {
    max-width:550px;
}

/* Wizard Bootsnip css */
.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    /*padding-top: 50px;*/
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.widgetFilter {
    border-radius:5px; 
    padding:5px;
    margin:5px;
    background-color:transparent;
}

.widgetFilterText 
{
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select:none; 
    user-select:none; 
    -o-user-select:none;
}

div.datepicker-days th.clear {
    width: 55px;
}

div.datepicker-years th.clear {
    width: 55px;
}

.min-width-datatable-browse-documents {
    min-width: 140px;
}

.min-width-datatable-browse-documents100 {
    min-width: 100px;
}

.min-width-datatable-browse-documents50 {
    min-width: 50px;
}

.min-width-datatable-browse-documents70 {
    min-width: 70px;
}

.min-width-datatable-browse-documents200 {
    min-width: 200px;
}

.min-width-datatable-browse-documents10 {
    min-width: 10px;
}

.min-width-datatable-browse-documents20 {
    min-width: 20px;
}

.min-width-datatable-browse-documents30 {
    min-width: 30px;
}

.min-width-datatable-browse-documents40 {
    min-width: 30px;
}

.width250 {
    width: 250px;
    max-width: 250px;
}

.width50 {
    width: 50px;
    max-width: 50px;
}

.width100 {
    width: 100px;
    max-width: 100px;
}

.width150 {
    width: 150px;
    max-width: 150px;
}

.width200 {
    width: 200px;
    max-width: 200px;
}

.width25 {
    width: 25px;
    max-width: 25px;
}

.width70 {
    width: 70px;
    max-width: 70px;
}

.width5 {
    width: 5px;
    max-width: 5px;
}

.width1 {
    width: 1px;
    max-width: 1px;
}

.width6 {
    width: 6px;
    max-width: 6px;
}

.width10 {
    width: 10px;
    max-width: 10px;
}

.width30 {
    width: 30px;
    max-width: 30px;
}

.width40 {
    width: 40px;
    max-width: 40px;
}

.width120 {
    width: 120px;
    max-width: 120px;
}

.width60 {
    width: 60px;
    max-width: 60px;
}


body.mini-navbar .logo-element {
    background-color: #2F4050;
}


.top-buffer {
    margin-top: 10px;
}

.nota {
    width: 100%;
    overflow: hidden;
    height: 250px;
    max-height: 250px;
    border: none;
    overflow-y: auto;
    resize: none;
}




.row-datatable-red {
    border-left: 5px solid #d50000;
}

.row-datatable-darkred {
    border-left: 5px solid #9b0000;
}

.row-datatable-lightred {
    border-left: 5px solid #ff5131;
}


.closebutton {

    position: absolute;
    margin-top: -10px;
    margin-right: 5px;
}

.container-left-device-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}


.container-left-device-detail-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex: 2;
    border-right: 1px solid white;
    padding-left: 0px;
    padding-right: 0px;
}

.container-left-device-detail-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 10px;
    /* flex: 1; */
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-items: baseline;
    color: midnightblue;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

    .container-left-device-detail-info-item > .info-item-desc {
        padding-left: 10px;
        flex: 1;
    }

.container-left-device-detail-status {
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-left: 1px solid white;
}


.container-left-device-detail-status > div:first-child {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    color: #00aa4f;
    font-size: 18px;
}

.container-left-device-detail-status > div:last-child {
    flex: 2;
    padding-left: 10px;
    padding-right: 10px;
    color: #00aa4f;
    font-size: 18px;
}

.container-left-device-detail-status-column {
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid white;
}


.container-left-device-detail-status-column > div {
    
    padding-top: 10px;
    padding-bottom: 10px;
    color: #00aa4f;
    font-size: 18px;
}

.container-left-device-detail-status-column > first-child {
    flex: 3; 
}


.container-left-device-detail-status-column > last-child {
    flex: 1;
}


.container-left-device-detail-status-treatment {
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-left: 1px solid white;
}



.container-right-device-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}


.container-right-device-detail-map-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    padding-left: 0px;
    padding-right: 0px;
}

    .container-right-device-detail-map-info > .map-info-icon {
        flex: 1;
        padding-top: 10px;
    }

    .container-right-device-detail-map-info > .map-info-desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        padding: 10px;
        font-size: 16px;
        color: midnightblue;
    }

.input-readonly-form {
    border: 0;
    outline: 0;
    background: transparent;
    border-top: 1px solid #1ab394;
}

.container-readonly-row {
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
}