.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #3db9dc !important;
}

/*.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #fff !important;
}*/
/*.small-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    cursor:pointer;
    border: 2px solid transparent;
}

.small-box h3, .small-box p {
    z-index: 5;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    line-height: 1.1;

}

.sub-box {
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
}

.sub-box h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0px 0;
    white-space: nowrap;
    padding: 0;
    line-height: 1.1;
}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro',sans-serif;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*.small-box h3, .small-box p {
    z-index: 5;
}
.small-box p {
    font-size: 15px;
}

.sub-box p {
    margin: 0px;
    font-size: 12px;
}

.small-box>.inner {
    padding: 10px;
}

.sub-box>.inner {
    padding: 3px;
}

.widgetSelected {
    border: 2px solid white;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}

.selected .small-box{
    border-color:white;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #1bb99a !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f1b53d !important;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #fb7e6d !important;
}

.bg-blue{
    background-color:#2C82C9 !important;
}

.bg-purple {
    background-color:#605ca8 !important;
}

.bg-aqua {
    background-color:#00c0ef !important;
}

.bg-orange {
    background-color:#FF851B !important;
}

.bg-gray {
    background-color: #d2d6de !important;
}*/

body {
    font-size: 13px !important;
}

.label {
    font-size: 13px !important;
    text-align:left !important;
}

.small-box .icon .material-icons {
    /*font-size: 90px;*/
    font-size: 82px;
}

.col-lg-2 .small-box .icon .material-icons {
    font-size: 70px;
}


.UcGestioniDashboard #UcGestioniJQ_dettaglioLIST, #dettaglioPianifica {
    background:#ecf0f5;
    overflow-y:auto;
    overflow-x: hidden;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 15px;

    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    border-width: 0;
    transition: all .2s;
    /*border-top:3px solid #d2d6de;*/
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    color: #6b6b6b;
    padding: 0.5rem 10px;
}
.card-header {
    /*padding: .75rem 1.25rem;*/
    padding-left:10px;
    margin-bottom: 0;
    /*background-color: rgba(0,0,0,.03);*/
    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
}

.card-header h3 {
    font-weight: 500;    
    display:inline-block;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 0;
    margin-top:0;
}

.card-header i {
    font-size:18px !important;
    display:inline-block;
    margin:0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
/*  padding: 1.25rem;*/
    padding: 0.5rem 10px;      
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .7rem 1.2rem;
    background-color: #e9eef3;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-info {
    border-top-color: #3db9dc !important;
}

.card-success {
    border-top-color: #5cb85c !important;
}

.card-primary {
    border-top-color: #337ab7 !important;    
}

.listaDashboard .dx-editor-container {
    padding-right:5px;
    padding-left:5px;
}

.dx-dropdowneditor-icon {
    color:#898989;
}

.listaDashboard .dx-datagrid .dx-datagrid-filter-row, .listaDashboard .row_gv_search {
    background-color: white;
}

.listaDashboard .dx-datagrid-headers .dx-datagrid-table .dx-row > td:not(:first-child) {
    border-right: 1px solid #f5f5f5 !important;
    border-left: 1px solid #f5f5f5 !important;
}

.listaDashboard .dx-datagrid-content .dx-datagrid-table .dx-row > td:not(:last-child) {
    border-right: 1px solid #f5f5f5 !important;
}

.listaDashboard .dx-datagrid-rowsview {
    border: 1px solid #f5f5f5 !important;

    /*dee1e3*/
}


.listaDashboard .dx-datagrid .dx-datagrid-rowsview tr:nth-child(even) > td {
    /*background:#e4f3f9db;*/ /*#e6f1f5*/
    background: #eaf6ff;

}

.listaDashboard .dx-datagrid .dx-datagrid-rowsview tr:nth-child(odd) > td {
    background: #fbfbfb;/*f8f8f8*/
}

.listaDashboard .dx-datagrid .dx-master-detail-cell .dx-header-row td {
    background:white !important;
    color:#959595;
}

.listaDashboard .dx-datagrid .dx-datagrid-rowsview tr.dx-selection > td {
    background: #c4e6ff !important;
}


.listaDashboard .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    border-bottom: 2px solid #f5f5f5 !important;
}

.listaDashboard .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-datebox {
    padding-left:15px;
}

.listaDashboardEasy .dx-datagrid-content .dx-datagrid-table .dx-row  {
    border-right: 0px solid #f5f5f5 !important;
    border-bottom: 1px solid #f5f5f5;
}


.listaDashboardEasy .dx-datagrid .dx-datagrid-rowsview tr:nth-child(odd) > td {
    background: white;
    padding: 5px;    
}

.listaDashboardEasy .dx-datagrid .dx-datagrid-rowsview tr:nth-child(even) > td {
    background: none;
    padding: 5px;    
}

.listaDashboardEasy .dx-datagrid-headers .dx-header-row > td {
    font-weight: bold;
}

.listaDashboardEasy .dx-datagrid-content .dx-datagrid-table .dx-row > td:not(:last-child), .listaDashboardEasy .dx-datagrid-content .dx-datagrid-table .dx-row > td:last-child {
    border-right:0px !important;
    border-left: 0px !important;
}


.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-group i {
    font-size: 12px !important;
    line-height: 18px;
}

.btn-group .btn-info {
    border-color:#23a0c5;
}

.text-green {
    color: #00a65a !important;
}

.text-red {
    color: #dd4b39 !important;
}

.btn-grey {
    background-color: #bdbdbd;
    color: #444;
    border-color: #ddd;
}


.listaDashboard .dx-datagrid-headers {
      border: 1px solid #f5f5f5 !important;
}

.listaDashboard .dx-datagrid-table small {
    font-size:11px !important;
    font-weight:normal;
    padding-right: 5px;
    padding-left: 5px;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px !important;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
    color:white;  
}

.info-box-icon i {
    font-size: 45px !important;
    line-height: 90px;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-content h3 {
    font-size: 35px;
    font-weight: bold;
    margin: 8px 0 10px 0;
    white-space: nowrap;
    padding: 0;
    line-height: 1.1;
}

.info-box-content p {
    font-size: 15px;
    margin: 0 0 10px;
}

.card-no-border {
    border-top:1px solid #d2d6de;
}

.card-no-padding .card-body{
    padding:0px;
}

.info-button {
    cursor:pointer;
}

.master-detail-caption .master-detail {   
    text-align: justify;
    white-space: normal;
    width:900px;
    float:left; 
}

.master-detail-caption .master-title {
    font-weight: bold;
}

.btn-grid {
    cursor:pointer;
}

.listStati div:not(.triangolo-right):not(.triangolo-left) {
    /*min-width: 150px;*/
    padding: 5px;    
    display: flex;
    /*border: 1px solid #ffffff;*/
    color: white;
    font-size: 12px;
    cursor:pointer;
    white-space: nowrap;
    opacity: 0.4;
    background:#5985b1 !important;
}

.listStati div.selected {
    opacity:1 !important;
}

.listStati {
    overflow:hidden;
    display:flex;
    width:calc(100% - 40px);
    /*border-top: 1px solid #d0c8c8;*/
    padding-top: 2px;
    /*border-bottom: 1px solid #d0c8c8;*/
    padding-bottom: 2px;

}


.triangolo-right {
      width: 0;
      height: 100%;
      border-top: 12px solid transparent;
      border-left: 18px solid #5985b1;
      border-bottom: 12px solid transparent;
      opacity: 0.4;
      z-index: 999999;

}    

.triangolo-left {
      width: 0;
      height: 100%;
      border-top: 12px solid transparent;
      border-left: 18px solid #fafafa;
      background-color:#5985b1;
      border-bottom: 12px solid transparent;
      margin-left:-15px;
      opacity: 0.4;
      z-index: 0;

}    
.rowStati {
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom:20px;
}

.btnScrollStati {
    width: 20px;
    display: flex;
    /*background: #9fb1c5;   
    border: 1px solid #9fb1c5;*/
    padding-top: 7px;
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    /*color: white;*/
    cursor:pointer;
    margin-right:10px;
}

.btnScrollRight {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.btnScrollLeft {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.panelPreview .elementRow {
    /*background: #fbfbfb;*/
    padding-bottom: 10px !important;  
}

.panelPreview .elementRowHistory {
    background: #fbfbfb;
}

.panelPreview ._label-margin {
    margin-top: 0px;
/*    background: #eaf6ff;*/
    padding: 5px;

    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    background: #f5f5f56b;
}

.panelPreview ._span {
    padding: 5px;
    font: normal 12px segoe_uiregular, Verdana, Arial,Tahoma !important;
}

.panelParco ._span {
    padding: 0px;
    font: normal 13px segoe_uiregular,Verdana,Arial,Tahoma !important;
}


.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>.time-label>span {
    font-weight: 500;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}

.timeline>li>.timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative
}

.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 15px;
    line-height: 1.1
}

.timeline>li>.timeline-item>.timeline-header>a {
    font-weight: 600
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px;
    font-size: 13px;
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0
}

.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    font-size:12px;
    background-color: #fff;
    /*border-radius: 4px*/
}

.timeline-inverse>li>.timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.timeline-inverse>li>.timeline-item>.timeline-header {
    border-bottom-color: #ddd
}

.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge-bottom {
    right:0px;
    top:10px;    
}

.popupDashboard .ucContratto {
    font-size:12px !important;
}


.popupDashboard .ucContratto .codContratto,  .popupDashboard .ucTabelleQuadro .titolo{
   color: #006699 !important;
   font-weight: bold; 
   border-bottom: 1px solid #dcdcdc;
}

.popupDashboard .ucContratto .rigaTipo {    
    text-transform: none !important;
    text-decoration: none !important;
    font-weight:bold;
}

.popupDashboard .row_gv_header th span, .popupDashboard .row_gv_header th {
    font-size: 13px;
    font-weight: bold;
}

.dashboardButtonsActivity span.buttonsActivity i {
    display: inline;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    height: 90px;
    float:right;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);        
    color: white !important;
    margin-right:15px;
    font-size: 60px !important;
}


.dashboardButtonsActivity span.buttonsActivity i.start {
    background-color: #1bb99a;
}

.dashboardButtonsActivity span.buttonsActivity i.pause {
    background-color: #f1b53d;
}

.dashboardButtonsActivity span.buttonsActivity i.stop {
    background-color: #fb7e6d;
}

.dashboardButtonsActivity span.contatore {
    font-family: fantasy;
    font-size:50px;
    line-height:90px;
    margin-left: 20px;
}

.box.box-solid {
    border-top: 0;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box-contenitore .box {
    border-top: 0px;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.no-padding {
    padding: 0 !important;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    font-weight: 500;

}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;

}

.margin-bottom {
    margin-bottom: 20px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}


.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
    color: #444;
    background: #f7f7f7
}

.nav-pills>li>a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444
}

.nav-pills>li>a>.fa,
.nav-pills>li>a>.glyphicon,
.nav-pills>li>a>.ion {
    margin-right: 5px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    border-top-color: #3c8dbc
}

.nav-pills>li.active>a {
    font-weight: 600
}

.nav-stacked>li>a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444
}

.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc
}

.nav-stacked>li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase
}

.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    /*border-radius: 3px*/
}

.nav-tabs-custom>.nav-tabs {
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
    /*border-top-right-radius: 3px;
    border-top-left-radius: 3px*/
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px
}

.nav-tabs-custom>.nav-tabs>li.disabled>a {
    color: #777
}

.nav-tabs-custom>.nav-tabs>li>a {
    color: #444;
    border-radius: 0
}

.nav-tabs-custom>.nav-tabs>li>a.text-muted {
    color: #999
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
    background: transparent;
    margin: 0
}

.nav-tabs-custom>.nav-tabs>li>a:hover {
    color: #999
}

.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
    border-color: transparent
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #3c8dbc
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #fff;
    color: #444
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left:1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4
}

.nav-tabs-custom>.nav-tabs>li:first-of-type {
    margin-left: 0
}

.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-color: transparent
}

.nav-tabs-custom>.nav-tabs.pull-right {
    float: none !important
}

.nav-tabs-custom>.nav-tabs.pull-right>li {
    float: right
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
    margin-right: 0
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
    border-left-width: 1px
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
    border-left-color: #f4f4f4;
    border-right-color: transparent
}

.nav-tabs-custom>.nav-tabs>li.header {
    line-height: 35px;
    padding: 0 10px;
    color: #6b6b6b;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 500;
    font-size: 18px;

}

.nav-tabs-custom>.nav-tabs>li.header>.fa,
.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,
.nav-tabs-custom>.nav-tabs>li.header>.ion {
    margin-right: 5px
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.nav-tabs-custom .dropdown.open>a:active,
.nav-tabs-custom .dropdown.open>a:focus {
    background: transparent;
    color: #999
}

.nav-tabs-custom.tab-primary>.nav-tabs>li.active {
    border-top-color: #3c8dbc
}

.nav-tabs-custom.tab-info>.nav-tabs>li.active {
    border-top-color: #00c0ef
}

.nav-tabs-custom.tab-danger>.nav-tabs>li.active {
    border-top-color: #dd4b39
}

.nav-tabs-custom.tab-warning>.nav-tabs>li.active {
    border-top-color: #f39c12
}

.nav-tabs-custom.tab-success>.nav-tabs>li.active {
    border-top-color: #00a65a
}

.nav-tabs-custom.tab-default>.nav-tabs>li.active {
    border-top-color: #d2d6de
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor:pointer;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu {
    box-shadow: none;
    border-color: #eee
}

.dropdown-menu>li>a {
    color: #777
}

.dropdown-menu>li>a>.glyphicon,
.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>.ion {
    margin-right: 10px
}

.dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #333
}

.dropdown-menu>.divider {
    background-color: #eee
}

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%
}

.navbar-nav>.notifications-menu>.dropdown-menu>li,
.navbar-nav>.messages-menu>.dropdown-menu>li,
.navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center
}

@media (max-width:991px) {
    .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
        background: #fff !important;
        color: #444 !important
    }
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
    text-decoration: none;
    font-weight: normal
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
    background: #f4f4f4;
    text-decoration: none
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
    width: 20px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 10px 10px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
    content: " ";
    display: table
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
    clear: both
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    padding: 10px
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
    padding: 0;
    margin: 0
}

.navbar-nav>.user-menu>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px
}

.navbar-nav>.user-menu>.dropdown-menu,
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2)
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
    display: block;
    font-size: 12px
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
    content: " ";
    display: table
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
    clear: both
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
    color: #444 !important
}

@media (max-width:991px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-body a {
        background: #fff !important;
        color: #444 !important
    }
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
    content: " ";
    display: table
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
    clear: both
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #666666
}

@media (max-width:991px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
        background-color: #f9f9f9
    }
}

.navbar-nav>.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px
}

@media (max-width:767px) {
    .navbar-nav>.user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px
    }
}

.open:not(.dropup)>.animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX .7s both;
    -o-animation: flipInX .7s both;
    animation: flipInX .7s both
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px)
    }
}

.navbar-custom-menu>.navbar-nav>li {
    position: relative
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto
}

@media (max-width:991px) {
    .navbar-custom-menu>.navbar-nav {
        float: right
    }
    .navbar-custom-menu>.navbar-nav>li {
        position: static
    }
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff
    }
}

input.requiredNO:hover {
    background:#fff !important;
}

/*.dx-datagrid-header-panel {
    padding-top: 5px;
    padding-right: 5px;
    border: 1px solid #ecf0f5;
}*/


.dx-datagrid-header-panel {
    padding: 0;
    background-color: rgb(251, 251, 251);
    border: 1px solid whitesmoke;
}

.dx-datagrid-header-panel .dx-toolbar {
    margin: 0;
    padding-right: 5px;
    background-color: transparent;
}

.dx-datagrid-header-panel .dx-toolbar-items-container  {
    height: 50px;
}

.dx-datagrid-header-panel .dx-toolbar-before .dx-toolbar-item:not(:first-child) {
    background-color: rgba(103, 171, 255, 0.6);
}

.dx-datagrid-header-panel .dx-toolbar-before .dx-toolbar-item:last-child {
    padding-right: 10px;
}

.dx-datagrid-header-panel .dx-selectbox {
    margin: 5px 10px;
}

.dx-datagrid-header-panel .dx-button {
     margin: 5px 0;
}

.informer {
    height: 70px;
    width: 130px;
    text-align: center;
    color: #fff;
}

.count {
    padding-top: 15px;
    line-height: 27px;
	margin: 0;
}

.dashboard-pages {
    position: absolute;
    top: 5px;
    right: 5px;    
}

.dashboard-pages .btn {
    margin-right: 5px;
    border-bottom: 1px solid #bbbbbb;
    border-radius: 0px;    
}

.dashboard-pages .btn.selected {
    background: #ecf0f5;
    border-bottom: 1px solid #ecf0f5;
}

.nav:before, .nav:after {
    display: table;
    clear: both;
    content: " ";
}

.pull-left {
    float: left!important;
}

.tab-content>.tab-pane {
    display: none;
    padding: 10px;

}

.tab-content>.active {
    display: block;
}

.dx-datagrid-total-footer > .dx-datagrid-content {
    background: #fbfbfb;
}

.dx-context-menu .dx-menu-no-icons > .dx-menu-item-wrapper > .dx-menu-item > .dx-menu-item-content .dx-menu-item-text {
    padding-left:25px !important;
}

.listaDashboard .dx-datagrid .dx-datagrid-rowsview tr.dx-clicked > td {
    background: #2c82c9 !important;
    color: white;
}

.dxc-tooltip {  
    z-index: 2000;  
}



.ucDashboard .col-xs-1, .ucDashboard .col-sm-1, .ucDashboard .col-md-1, .ucDashboard .col-lg-1, .ucDashboard .col-xs-2, .ucDashboard .col-sm-2, .ucDashboard .col-md-2, .ucDashboard .col-lg-2, .ucDashboard .col-xs-3, .ucDashboard .col-sm-3, .ucDashboard .col-md-3, .ucDashboard .col-lg-3, .ucDashboard .col-xs-4, .ucDashboard .col-sm-4, .ucDashboard .col-md-4, .ucDashboard .col-lg-4, .ucDashboard .col-xs-5, .ucDashboard .col-sm-5, .ucDashboard .col-md-5, .ucDashboard .col-lg-5, .ucDashboard .col-xs-6, .ucDashboard .col-sm-6, .ucDashboard .col-md-6, .ucDashboard .col-lg-6, .ucDashboard .col-xs-7, .ucDashboard .col-sm-7, .ucDashboard .col-md-7, .ucDashboard .col-lg-7, .ucDashboard .col-xs-8, .ucDashboard .col-sm-8, .ucDashboard .col-md-8, .ucDashboard .col-lg-8, .ucDashboard .col-xs-9, .ucDashboard .col-sm-9, .ucDashboard .col-md-9, .ucDashboard .col-lg-9, .ucDashboard .col-xs-10, .ucDashboard .col-sm-10, .ucDashboard .col-md-10, .ucDashboard .col-lg-10, .ucDashboard .col-xs-11, .ucDashboard .col-sm-11, .ucDashboard .col-md-11, .ucDashboard .col-lg-11, .ucDashboard .col-xs-12, .ucDashboard .col-sm-12, .ucDashboard .col-md-12, .ucDashboard .col-lg-12 {    
    padding-left: 5px;
    padding-right: 5px;
}

.label-grid {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.divHistory {
    background: #fbfbfb;
    height: 450px;
}

.small-box h3, .small-box p {
    margin-top: 0px;
    margin-bottom: 5px;
}

.small-box h3 {
    margin-bottom: 0px !important;
}

.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-list-in-box>.item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}
.products-list>.item {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 10px 0;
    background: #fff;
}

.products-list .product-img {
    float: left;
}

.products-list .product-img img {
    width: 50px;
    height: 50px;
}

.products-list .product-info {
    margin-left: 60px;
}

.products-list .product-title {
    font-weight: 600;
}

.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ucDashboard .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-stacked>li {
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.nav-stacked>li {
    float: none;
}
.nav-pills>li {
    float: left;
}
.nav>li {
    position: relative;
    display: block;
}

.nav-stacked>li>a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-pills>li>a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.no-padding {
    padding: 0 !important;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
