﻿.vhdat_selected {
    font-size:16px;
    padding-bottom:10px;
    border-bottom:1px dotted #2A354B;
    font-weight:bold
}

.vhdat_left {
    float: left;
    width: 400px;
}
.vhdat_right {
    float:right;
    width: 420px;
    height:420px;
    overflow:auto;
    margin-top:10px
}

.vhdat_right table.clsgrid  {
    margin-top:0 !important
}

.vhdat_right table.clsgrid th, .vhdat_right table.clsgrid td  {
    padding:10px 5px !important
}

.vhdat_label {
    font-weight: bold;
    margin:10px 0 5px 0;
    text-transform:uppercase
}

.contDettagli {
    padding:15px 0 0 0;
    position:relative
}

.btnDettagli {
    background:#283349;
    border-radius:4px;
    padding:5px 10px;
    float:left;
    color:#fff;
    font-weight:bold
}

.tooltip {
    background: #f7e377;
    left: 110px;
    padding: 10px;
    position: absolute;
    top: 10px;
    width: 220px;
    
}


#vhdat_dettagli_tooltip {
    display: none;
}

.contInfo input.hasDatepicker {
    width:180px !important
}

.arrow-left {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f7e377;
    border-top: 10px solid transparent;
    height: 0;
    left: 100px;
    position: absolute;
    top: 20px;
    width: 0; 
    display:none
}

.cont_vin {
    margin:15px 0; 
    padding:10px; 
    border-radius:4px; 
    background:#efefef
}

.cont_vin > .vhdat_label {
    margin-left:5px
}