﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.h1, h1 {
    font-size: 24px;
}

.h2, h2 {
    font-size: 20px;
}

.h3, h3 {
    font-size: 16px;
}

.h4, h4 {
    font-size: 15px;
}

.bold {
    font-weight:bold;
}

a {
    color:#1892c3;
}

.menu_chart {
    padding-right:20px;
}

.menu_chart>li {
    padding-right:10px;
}

.menu_chart>li>a{
    font-size:1.3em;
    padding: 0.5em;
    color:#ffffff;
}

.menu_chart>li>a:hover {
    /*background-color:#000000;*/
    background-color: transparent;
    color:#219fd1;
}


.navbar-right {
    float: right !important;
}

.subnav {
    margin: 0;
    top: 0px;
    z-index: 99;
    background-color: #808080;
    border-radius: 0;
    color: #fff;
}

.navbar-ov {
    margin-bottom: 0;
    border: 0;
    min-height: 34px;
    height: 34px;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.datePicherControl > div > input {
    display: block;
    width: 100%;
    height: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (max-width: 768px) {
    body {
        font-size: 1.6em;
    }
    .menu_chart li { display: inline; }
    .menu_chart li a { display: inline; }

    .t-grid td {
        padding: .80em .80em;
        overflow: visible;
    }

    .t-grid>table>tbody>tr>td>.form-control {
        height: 34px;
        padding: 0;
        font-size:1em;
    }

    .t-grid>table>tbody>tr>td>.form-control {
        height: auto;
    }

    /*.t-grid2 td {
        padding: .80em .80em;
    }

    .t-grid2>table>tbody>tr>td>.form-control {
        height: 34px;
        padding: 0;
        font-size:1em;
    }

    .t-grid2>table>tbody>tr>td>.form-control {
        height: auto;
    }*/

    .datePicherControl > div > input {
        height: 34px;
    }

    
}

@media (min-device-width: 769px) and (max-device-width: 1024px) {
    body {
        font-size: 1.2em;
    }
    .menu_chart li { display: inline; }
    .menu_chart li a { display: inline; }

    .t-grid td {
        padding: .60em .60em;
        overflow: initial;
    }

    .t-grid>table>tbody>tr>td>.form-control {
        height: 26px;
        padding: 0;
        font-size:1em;
    }

    .t-grid>table>tbody>tr>td>.form-control {
        height: auto;
    }

    /*.t-grid2 td {
        padding: .60em .60em;
    }

    .t-grid2>table>tbody>tr>td>.form-control {
        height: 26px;
        padding: 0;
        font-size:1em;
    }

    .t-grid2>table>tbody>tr>td>.form-control {
        height: auto;
    }*/

    .datePicherControl > div > input {
        height: 26px;
    }
}


@media (min-width: 1025px) {
    
    .t-grid>table>tbody>tr>td>.form-control {
        height: 20px;
        padding: 0;
        font-size:13px;
    }

    .t-grid>table>tbody>tr>td>textarea.form-control {
        height: auto;
         padding: 2px;
    }

    /*.t-grid2>table>tbody>tr>td>.form-control {
        height: 20px;
        padding: 0;
        font-size:13px;
    }

    .t-grid2>table>tbody>tr>td>textarea.form-control {
        height: auto;
         padding: 2px;
    }*/

    .datePicherControl > div > input {
        height: 20px;
    }
}

.dropdown-login {
    padding: .7em;
}

/*Personalizzazione menù multilivello*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*Personalizzazione spazio thumbnail brand*/
.navbar-brand{
    padding: 5px 5px;
}

/*Personalizzazione grid*/
/*.t-grid2 {
    overflow: auto;
}*/

.t-grid-header .t-header, .t-grid-header .t-last-header {
    padding: .5em .8em;
}


/*.t-grid2 td {
    padding: .60em .60em;
}*/

.t-grid {
    overflow: auto;
}

.t-grid-header .t-header, .t-grid-header .t-last-header {
    padding: .5em .8em;
}


.t-grid td {
    padding: .60em .60em;
    overflow: visible;
}

.topBar {
    margin: 0;
    top: 0px;
    z-index: 99;
    background-color: #808080;
    border-radius: 0;
    color: #fff;
}


.spareParts
{       
    background-image: url(../img/spareParts20x20.png);
    background-repeat: no-repeat;
    padding-top: 0;
    padding-right: 25px;    
    padding-bottom: 10px;
    
}

#riepilogoCarrello {
    max-height:280px;
    overflow:auto;    
}

.LinkVisGriLisProdotti {
    font-size: 1.8em;
}

.margin-top0 {
    margin-top:0px;
}

.thBlue {	
        background: #7FB6CC url(../../All/img/thBlue.png) repeat-x scroll right top;}

.boldBig
{
    font-weight:bold;
    font-size:1.4em;

}





.red {
    color: red;
}

.green {
    color: forestgreen;
}

.gray {
    color: dimgray;
}

.black {
    color: black;
}

#boxes .window, #boxes1var .windowvar {
    position: fixed;
    width: 550px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

.transition{
    -webkit-transform: scale(2.5); 
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: translate(60px, 0px) scale(2.5);
    position:relative;
    z-index: 1000;
}

.imgArticolo {
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
    max-height:80px;
}

.stileDatiUltimiAcquisti {
    color: #817F7F;
    padding-top: 5px;
    text-align: center;
}

.backgroundAzzurro
{
   background-color:#69badb;
   color:#ffffff
}

.backgroundVerdeAcqua
{
   background-color:#DAEDF1;
}

.backgroundGrigio {
    background-color: #DAD4D4;
}

.inputSconti {
    max-width:3em;
    min-width:2.4em;
    text-align:center;
}

.inputQuantita {
    max-width:4em;
    min-width:3em;
    text-align:center;
}

.inputPrezzo {
    max-width:6.5em;
    min-width:4.5em;
    text-align:right;
}

.inputCodiceArticolo {
    max-width:8em;
    min-width:6em;
    text-align:left;
}

.inputData {
    max-width:6.5em;
    min-width:4.5em;
}

.paddingTopSM {
    padding-top:1em;
}

.paddingBottomSM {
    padding-bottom:1em;
}

.paddingTopMD {
    padding-top:2em;
}

.paddingBottomMD {
    padding-bottom:2em;
}

.t-grid-header .t-header .t-link {
    height: 26px; 
    margin: -.3em -.6em;
}

.btn-primary {
    background-color: #219fd1;
    border-color: #2e6da4;
}

.ricercaAjaxCodice
{
    font-weight:bold;
}

.classArtManualeCodAlt {
    font-weight: normal;
}

.headerHorizzontal {
    font-weight:bold;
}

.fieldCurrency {
    text-align:right;
}

fieldset 
{
	/*border: 1px solid #ddd !important;*/
    border: 1px solid #ddd !important;
	margin: 0;
	min-width: 0;
	padding: 10px;       
	position: relative;
	border-radius:4px;
	/*background-color:#f5f5f5;*/
	padding-left:10px!important;
}	
	
legend
{
	font-size:1.05em;
	font-weight:bold;
	margin-bottom: 0px; 
	border: 1px solid #ddd;
	border-radius: 4px; 
	padding: 5px 5px 5px 10px; 
	background-color: #ffffff;
    color:#219fd1;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

td.col_prezzo_hide {
    display:none;
}
th.col_prezzo_hide {
    display:none;
}
.col_prezzo_hide
{
     display:none;
}

.formatNoImput {
    background-color:transparent;
    border:0;
    max-width: 130px;
}

.divAzioni{
    padding-left:3px;
    padding-right:3px;
}

.field-validation-error
{
    color:red;
    width:150px;
}
.validation-summary-errors
{
    color:red;
}
.input-group{
    z-index:0 !important;
}