﻿/*Formttazione base*/

.btn {
    border: none;
text-transform: uppercase;	
}


/*label{font-weight:normal;}*/



.cnt-sub-header {
    background-color: #ccc;
    min-width: 0;
    width: 100%;
	margin-bottom:20px;
}

h1.cnt-sub-header__title {
    color: #fff;
    padding: 90px 0px;
	font-size: 48px;
	margin:0;
}

fieldset{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ededef;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin: 25px 0 0;
    padding: 0 0 30px;
    text-align: left;
}
legend{
    border: 0 none;
    color: #2f353d;
    display: block;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 25px;
    position: relative;
    width: 100%;
}


.RadInput_Bootstrap .riRead, .RadInput_Read_Bootstrap {
    background-color: #fff;
    border-color: #ccc;
    color: #555;
}

.required_validator{font-weight:bold; line-height:20px; font-size:16px;}



/* notification_badge */

.notification_badge {
	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: #d9534f;
	border-radius: 10px;
}

.menu_gadget li{
	position: relative;
}
.menu_gadget li .notification_badge{
	position: absolute;
    right: 27px;
    top: 17px;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    line-height: 23px;
    font-size: 18px;
}
.notification_badge[visto_vettore_autista_online="0"] {
    display: block;
    background-color: #ff0000;
}
.notification_badge[visto_vettore_autista_online="0"][personal="0"] {
    display: block;
    border: 1px solid #ff0000;
    background-color: #FFFFFF;
    color: #ff0000;
    font-weight: bold;
}
.notification_badge[visto_vettore_autista_online="1"] {
    /*display: block;*/
    display: none;
    background-color: #309424;
}
.notification_badge[visto_vettore_autista_online="1"][personal="0"] {
    display: block;
    border: 1px solid #309424;
    background-color: #FFFFFF;
    color: #309424;
    font-weight: bold;
}
.notification_badge[visto_vettore_autista_online="2"] {
    display: block;
    color: #989898;
    font-size: 22px;
}
.notification_badge[visto_vettore_autista_online="2"][personal="0"] {
	display: block;
    color: #989898;
    font-size: 14px;
    border: 1px solid #989898;
    padding: 5px;
    height: 13px;
    width: 13px;
}

/* gdmobile_dropdown */
.gdmobile_dropdown {
    width: 100%;
    display: inline-block;
    position: relative;
}
div.gdmobile_dropdown label.dropdowntile {
    background-image: url(/catalogo_noleggio/images/gddropdownarrow-down.png);
    background-repeat: no-repeat;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
} 
div.gdmobile_dropdown label {
    padding-left: 40px;
    display: block;
    cursor: pointer;
	margin:0;
	line-height:34px;
}

div.gdmobile_dropdown .dropdownbody {
    padding: 0px;
    color: #333333;
    width: 100%;
    z-index: 10;
}
div.gdmobile_dropdown ul, .dropdownbody {
    padding: 0px;
    width: 100%;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    background-color: #ffffff;		
}
div.gdmobile_dropdown ul li{
    border-bottom: 1px solid #eeeeee;
    display:block;
    padding: 7px 0px;
    cursor: pointer;
    background-image: url(/catalogo_noleggio/images/radio-unchecked.png);
    background-repeat: no-repeat;
    background-color: #ffffff;	
    padding-left: 38px;
    background-position: 2px 1px;
    background-size: 32px;
}
div.gdmobile_dropdown ul li label {
    display:inline-block;
    border-top: none;
    border-bottom: none;
    margin-left: 10px;
}
div.gdmobile_dropdown ul li.selected {
    background-color: #f2f2f2;
    background-image: url(/catalogo_noleggio/images/radio-checked.png);
}

@media (min-width: 761px){
    div.gdmobile_dropdown .dropdownbody {
        position: absolute;
        width: 100%;
        z-index: 100;
        margin-top: 0px;
        max-height: 500px;
        overflow-y: auto;
    }
    .gdmobile_dropdown {
        width: 280px;
    }
}

/* gdmobile_list */
div.gdmobile_list ul {
    padding: 0px;
    width: 100%;
}
div.gdmobile_list ul li{
    border-bottom: 1px solid #E0E0E0;
    display:block;
    min-height: 45px;
    position: relative;
}
div.gdmobile_list label  {
    padding: 10px 10px 10px 39px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    display: block;
    cursor: pointer;
}
div.gdmobile_list label.listtile {
    background-image: url(/catalogo_noleggio/images/gddropdownarrow-down.png);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}
div.gdmobile_list div.action_body .action_btn {
    min-width: 90px;
    display: inline-block;
    text-align: center;
    line-height: 10px;
    height: 15px;
    vertical-align: middle;
    border: 1px solid #000;
    padding: 10px 5px;
    cursor: pointer;
}

/* gdmobile_datepicker - non era in .less verificare */
div.datepicker.fullscreen{
    width:100% !important;
}
div.datepicker.fullscreen .ui-datepicker {
    width:100% !important;
}
div.datepicker.fullscreen .ui-corner-all {
    border-radius: 0px;
}
div.datepicker.fullscreen .ui-widget-header,
div.datepicker.fullscreen .ui-state-active {
    background: #021E5C;
    border: 1px solid #B1B1B1;
    color: #FFF;
}
/**/


/* context_menu */
div.contextMenu {
    background-color: rgba(0, 0, 0, 0.59);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
div.contextMenu ul {
    width: 90%;
    max-width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 200px;
    list-style-type: none;
    background-color: #FFF;
    border: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}
div.contextMenu ul li:hover {
    background-color:#d1f8ff;
}
div.contextMenu ul li{
    border-bottom: 1px solid #B5B5B5;
    padding: 10px;
    cursor: pointer;
}
div.contextMenu ul li img {
    margin-right: 10px;
    margin-left: 5px;
}

/* gdmobile_textfield */
div.gdmobile_textfield {
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}
/*
div.gdmobile_textfield label.textfieldtile {
    background-image: url(/catalogo_noleggio/images/gddropdownarrow-down.png);
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
} 
*/
div.gdmobile_textfield label {
    margin-left: 39px;
    display: inline-block;
    cursor: pointer;
    
}
div.gdmobile_textfield input[type="text"] {
    width: 53%;
}

/* gdmobile_form_button */
form.gdmobile_form input[type='button'] {
    margin: 10px -2px;
    width: 100%;
    height: 42px;
}
@media (min-width: 761px){
    div.gdmobile_textfield .dropdownbody {
        position: absolute;
        width: 100%;
        z-index: 100;
        margin-top: 0px;
    }
    div.gdmobile_textfield {
        width: 320px;
    }
}

.main_loading_ico{ position: fixed; left: 0; top: 0 !important; z-index: 999; width: 100%; height: 100%; overflow: visible; background:url('../images/loading.gif') no-repeat center center rgba(255, 255, 255, 0.8); }


/*Fix per Bootstrap su Telerik*/	
.RadPicker_Bootstrap *, .RadCalendar_Bootstrap * {
    box-sizing: content-box !important;
}

.RadInput .riTextBox {
  box-sizing: border-box !important;
}

/*Fix Bootstrap*/

.form-inline .form-control, .form-inline .bootstrap-select{margin-right:15px;}

.table > tfoot > tr > td, .table .FooterStandard td {
    border-top: 2px solid #ddd;
    font-weight:bold;
}

.well h3{margin-top:0;}

hr {
  border-color: #ccc -moz-use-text-color -moz-use-text-color;
}

/*bootstrap-select*/

.btn-field {
    background-color: #fff;
    border: 1px solid #ccc !important;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
-moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
box-shadow:         0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    color: #555 !important;
}

.btn-field:hover, .btn-field.active.focus, .btn-field.active:focus, .btn-field.active:hover, .btn-field.focus:active, .btn-field:active:focus, .btn-field:active:hover, .btn-field.focus, .btn-field:focus {
  border-color: #66afe9  !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6) !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)!important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6 )!important;	
  outline: 0 none  !important;
}

.bootstrap-select.btn-group .dropdown-menu li {
    border-bottom: 1px solid #eee;
}

.bootstrap-select .actions-btn{
text-transform:inherit;
background-color: #999 !important;}	

.bootstrap-select .actions-btn:hover, .bootstrap-select .actions-btn.active.focus, .bootstrap-select .actions-btn.active:focus, .bootstrap-select .actions-btn.active:hover, .bootstrap-select .actions-btn.focus:active, .bootstrap-select .actions-btn:active:focus, .bootstrap-select .actions-btn:active:hover, .bootstrap-select .actions-btn.focus, .bootstrap-select .actions-btn:focus {
background-color: #808080 !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 260px;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 100%;
	}

}


/* FIX Bootstrap Modal */
.modal {
    z-index: 10000;
}
