  .black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:2001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    -webkit-opacity: 0.80;
    -webkit-transition: all 2s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in;

    }
    .white_content {
        display: none;
        position: absolute;
        top: 8%;
        left: 20%;
        width: 60%;
        height: auto;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
        border-top: 5px solid #FF0013;
        margin: 0 auto;
        /*padding-bottom: 6px;*/
        /*border: 1px solid #cccccc;*/
        /*border-radius: 6px;*/
        /*background-color: #eeeeee;*/
        z-index:2002;
        overflow: auto;
        -webkit-transition: all 2s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in;
    }
    .white_content90 {
        display: none;
        position: absolute;
        top: 8%;
        left: 5%;
        width: 90%;
        height: auto;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
        border-top: 5px solid #FF0013;
        margin: 0 auto;
        /*padding-bottom: 6px;*/
        /*border: 1px solid #cccccc;*/
        /*border-radius: 6px;*/
        /*background-color: #eeeeee;*/
        z-index:2002;
        overflow: auto;
        -webkit-transition: all 2s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in;
    }

    .alert-dismissable .close,
  .alert-dismissible .close {
      position: relative;
      top: -2px;
      right: -21px;
      color: inherit;
  }

  .close {
      float: right;
      font-size: 21px;
      font-weight: bold;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      filter: alpha(opacity=20);
      opacity: .2;
    }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
  }
  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
  }

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.modal-header .close {
  margin-top: -2px;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;

}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 800px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 2070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 6px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;

}
.btn-primary {
  color: #fff;
  background-image: linear-gradient(to bottom, #286090 0px, #2FE2EF 100%);
  background-repeat: repeat-x;
  background-color: #286090;
  border-color: #204d74; 
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; 
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  border-radius: 6px;
  color: #fff;
  background-color: #00B6C4;
  border-color: #03ABB7;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #0B757C;
  border-color: #0B757C;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  border-radius: 6px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;

}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px !important;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-group-vertical{
  background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%); 
  border-color: #2e6da4;  
}

.tip-twitter {
  opacity:0.8;
  z-index:1000;
  text-align:left;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  padding:8px 8px;
  max-width:200px;
  color:#fff;
  background-color:#000;
  /**
   * - If you set a background-image, border/padding/background-color will be ingnored.
   *   You can set any padding to .tip-inner instead if you need.
   * - If you want a tiled background-image and border/padding for the tip,
   *   set the background-image to .tip-inner instead.
   */
}
.tip-twitter .tip-inner {
  font:bold 11px/14px 'Lucida Grande',sans-serif;
}
.filtri {
margin-bottom: 16px;
 
}
a:focus {
    outline: none;

    }
.list-group-small {
    height: 15px; 
    padding: 5px 15px;
    font-size: 10px;

    } 
  .list-group-small:hover {
    color:#00B6C4;
  
    } 



  .navbar-nav {
    float: left;
    margin: -32px;
}


  .login {
      border:0px solid black;
      border-radius:4px;
  }


html body {
    background: url('../immagini/slider-vehiclewrap - PHONE-PORT.jpg') no-repeat fixed center center;
    height: 94%;
    background-size: cover;
    background-color: transparent;
    font-size: 6pt;
    margin:0;
}

.logo {
    
    background: url('../immagini/logo-spandex-it.png') no-repeat;
    background-size: cover;
    margin: 30px auto;
}

.login-block {
    width: 87%;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #FF0013;
    margin: 0 auto;
    padding: 20px;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#name {
    background: #fff url('../immagini/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#name:focus {
    background: #fff url('../immagini/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#pass {
    background: #fff url('../immagini/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#pass:focus {
    background: #fff url('../immagini/Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #FF0013;
}

.login-block button {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}


th.table_header  {
    /*color: #667178;*/
    color:#666666;
    font-size: 2em;
    background-color: transparent;
}

.dark_grey {
      min-width: 180px;
      max-width:360px;
      margin: 3px;
      border:1px solid #12374A;-webkit-box-shadow: #878787 0px 2px 2px ;-moz-box-shadow: #878787 0px 2px 2px ; box-shadow: #878787 0px 2px 2px ; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 10px 20px 10px 20px; text-align:center; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
      background-color: #061319; background-image: -webkit-gradient(linear, left top, left bottom, from(#061319), to(#646566));
      background-image: -webkit-linear-gradient(top, #061319, #646566);
      background-image: -moz-linear-gradient(top, #061319, #646566);
      background-image: -ms-linear-gradient(top, #061319, #646566);
      background-image: -o-linear-gradient(top, #061319, #646566);
      background-image: linear-gradient(to bottom, #061319, #646566);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#061319, endColorstr=#646566);
}

/*.dark_grey:hover{
      border:1px solid #091A24;
      background-color: #696868; background-image: -webkit-gradient(linear, left top, left bottom, from(#696868), to(#7E7780));
      background-image: -webkit-linear-gradient(top, #696868, #7E7780);
      background-image: -moz-linear-gradient(top, #696868, #7E7780);
      background-image: -ms-linear-gradient(top, #696868, #7E7780);
      background-image: -o-linear-gradient(top, #696868, #7E7780);
      background-image: linear-gradient(to bottom, #696868, #7E7780);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#696868, endColorstr=#7E7780);
}*/

.wrapper {
    /*color: #667178;*/
   
    background-color: transparent;
}

.input input {
    background: #fff 20px top no-repeat;
    background-size: 16px 80px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 4px;
    font-size: 14px;
    padding: 2px;
    outline: none;
    text-align: center;
}

.input input:active, .input input:focus {
    border: 3px solid #FF0013;
    padding: 0px;
}

input.input {
    background: #fff 20px top no-repeat;
    background-size: 16px 80px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 4px;
    margin-top: 8px;
    font-size: 14px;
    padding: 2px;
    outline: none;
    text-align: center;
}

input.input:active, input.input:focus {
    border: 3px solid #FF0013;
    padding: 0px;
}

table.cliente {
    table-layout: fixed;
    background: #aaa none repeat scroll 0 0;
    color: white;
    font-weight: bold;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px;
    width:100%;
}

 tr.cliente,  td.cliente {
    background: #aaa none repeat scroll 0 0;
    color: white;
    font-weight: bold;
    font-size:0.8em;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px;
    width:10%;
}

th.clienteH {
    background: #aaa none repeat scroll 0 0;
    color: white;
    font-weight: bold;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px;
    /*width:7%;*/
    height:4% ;
}

th.data_clienteH {
    width:32% ;
}

th.cod_clienteH {
    width:9% ;
    

  }

table.articoli {
  
    table-layout: fixed;
    background: #aaa none repeat scroll 0 0;
    color: white;
    font-weight: bold;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px;
    width:100%;

}
table.articoli, tr.articoli, td.articoli {
   background: #aaa none repeat scroll 0 0;
    color: white;
    font-weight: bold;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px
}

th.articoli {
    background: #aaa none repeat scroll 0 0;
    color: white;
    font-weight: bold;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 5px;
    /*width:7%;*/
    height:4% ;
}


td.data {
    background: #ddd none repeat scroll 0 0;
    color: black;
    height: 30px;
    font-style: italic;
}

td.data_cliente{
  padding: 10px;
}


.bianco {
    border-top: 3px solid #FF0013;
    border-radius: 5px;
    background: #666 none repeat scroll 0 0;
    color:white;
    font-weight: bold;


}

.titolo {

    padding-left: 5px;
    margin-top: 4px;
    margin-bottom: 4px;

}

a.btnsel {

    height: 20px;
}

td.rosso {

    background-color:#ff0013; background-image: -webkit-gradient(linear, left top, left bottom, from(##ff0013), to(à#E20013));

}

table.lista{

    background-color:#ffffff; background-image: -webkit-gradient(linear, left top, left bottom, from(##ffffff), to(##bbbbbb));
      
}

th.tlista{

    border-top: 1px solid #FF0013;
    padding: 10px;
    background-color:#cccccc; background-image: -webkit-gradient(linear, left top, left bottom, from(##cccccc), to(##bbbbbb));
      
}


.style1 {
    
    color:#fff;
    font-size: 3em;
    background: rgba(29,30,31,0.6);
    width:90%;
    padding: 5px;
    border-radius: 6px;
    border: 1px transparent;     
   
}

.container-land {

    display: block;
    
}

.container-port {

    display: none;
    
}

/* Telefono piccolo Portrait*/
@media screen and (min-width: 320px) {
    

    .logo {
    
      margin: 0 auto;
      height: 59px;
      width: 200px;
    }   

    .container-land {
      
      display: none;
      
    }

    .container-port {

      color: red;
      font-size: 3em;
      display: block;
      background: rgba(255,255,255,0.9);
      width:90%;
      padding: 5px;
      border-radius: 6px;
      border: 1px transparent;  
      
    }

 

}

/* Mobile  Landscape*/

@media screen and (min-width: 480px) {
  
    html body {

        
        background: url('../immagini/slider-vehiclewrap - PHONE-LAND.jpg') no-repeat fixed center center;
      /*background: url('../immagini/slider-vehiclewrap - PHONE-PORT.jpg') no-repeat fixed center center;*/
        font-size: 6pt;
        height: 94% !important;
        margin:0;

    }


    .login-block {
      
      padding: 5px;
      width: 84%;
      
    }

    .logo {
    
      margin: 0 auto;
      height: 59px;
      width: 200px;
    }

    .style1 {
    /*color: #667178;*/
    /*color:green;*/
    font-size: 2em;
    width:40%;
}

    .login-block button {
      
      width: 41%;

    }

    .menu1 {
    
    padding: 5px;
    
    }

    .login-block input {
      
      height: 35px;
      margin-bottom: 0;

    }

    .container-land {
      
      display: block;
      
    }

    .container-port {

      display: none;
      
    }



}

/* Tablet portrait*/
@media screen and (min-width: 600px) {


  html body {

      background: url('../immagini/slider-vehiclewrap - IPAD-PORT.jpg') no-repeat fixed center center;
    /*background: url('../immagini/slider-vehiclewrap - PHONE-PORT.jpg') no-repeat fixed center center;*/
      font-size: 6pt;
      height: 94% !important;
      margin:0;

  }


  .login-block {
  
    padding: 5px;
    width: 55%;
    
  }

  .logo {
  
    margin: 0 auto;
    height: 87px;
    width:300px;
  }

  .login-block button {
    
    width: 41%;

  }

  .login-block input {
    
    height: 35px;
    margin-bottom: 0;

  }

  .style1{
    /*color:black;*/
    width:55%;
  }

  .container-land {
      
      display: none;
      
  }

  .container-port {

      display: block;
      
  }


    
}

/*ELEPHONE P9000 LANDSCAPE */
@media screen and (min-width: 640px) {


  html body {

      background: url('../immagini/slider-vehiclewrap - IPAD-PORT.jpg') no-repeat fixed center center;
    /*background: url('../immagini/slider-vehiclewrap - PHONE-PORT.jpg') no-repeat fixed center center;*/
      font-size: 6pt;
      height: 94% !important;
      margin:0;

  }


  .login-block {
  
    padding: 5px;
    width: 55%;
    
  }

  .logo {
  
    margin: 0 auto;
    height: 47px;
    width:100px;
  }

  .login-block button {
    
    width: 41%;

  }

  .login-block input {
    
    height: 35px;
    margin-bottom: 0;

  }

  .style1{
    /*color:blue;*/
    width:55%;
  }

  .container-land {
      
      display: block;
      
  }

  .container-port {

      display: none;
      
  }


    
}


/* Tablet portrait*/
@media screen and (min-width: 768px) {


  html body {

      background: url('../immagini/slider-vehiclewrap - IPAD-PORT.jpg') no-repeat fixed center center;
    /*background: url('../immagini/slider-vehiclewrap - PHONE-PORT.jpg') no-repeat fixed center center;*/
      font-size: 6pt;
      height: 94% !important;
      margin:0;

  }


  .login-block {
  
    padding: 5px;
    width: 55%;
    
  }

  .logo {
  
    margin: 0 auto;
    height: 87px;
    width:300px;
  }

  .login-block button {
    
    width: 41%;

  }

  .login-block input {
    
    height: 35px;
    margin-bottom: 0;

  }

  .style1{
    /*color:black;*/
    width:55%;
  }

  .container-land {
      
      display: none;
      
  }

  .container-port {

      display: block;
      
  }


    
}

/*tablet landscape*/
@media screen and (min-width: 800px) { 

    html body {

      background: url('../immagini/slider-vehiclewrap - IPAD-LAND.jpg') no-repeat fixed center center;
      font-size: 6pt;
      height: 94% !important;
      margin:0;

    }

    .login-block {
      padding: 5px;
      width: 40%;
      
    }

    .logo {
    
      margin: 0 auto;
      height: 87px;
      width:300px;
    }

    .login-block button {
      
      width: 41%;

    }

    .login-block input {
      
      height: 35px;
      margin-bottom: 0;

    }


    .style1 {
      /*color:red;*/
      width: 40%;
      padding: 15px;
      border-radius: 15px;
      font-size: 3em;
    }

    .container-land {
        
        display: block;
        
    }

      .container-port {

        display: none;
        
    }

    
}  


@media screen and (min-width: 1024px) {

  html body {

    background: url('../immagini/slider-vehiclewrap - LAP.jpg') no-repeat fixed center center;
    font-size: 12px;
    height: 95%;
    background-size: cover;
    background-color: transparent;
    }

    .logo {
        width: 288px;
        height: 80px;
        background: url('../immagini/logo-spandex-it.png') no-repeat;
        background-size: cover;
        margin: 10px auto;
    }

   
    .login-block {
      
        padding: 20px;
        width: 43%;
        
    }

    .login-block input {
      
      font-size: 16px;

    }

    .login-block button {

      font-size: 12px;
   
    }


    .style1 {

      color:white;
      padding:10px;
      border-radius: 10px;
      width: 30%;
      font-size: 1.5em;
    
    }

    td.data {
    
    font-size: 0.65em;
    }

    td.data_cliente{
    
    font-size: 0.65em;
    }

    th.data_clienteH {
        width:20% ;
    }

    th.cod_clienteH {
    
        width:15% ;
    
    }


    th.gerarchie {
        width:17% ;
    }

    th.sconti {
        width:10% ;
    }

     th.fatturato {
        width:11% ;
    }

    tr.cliente, td.cliente {
    
    font-size: 0.65em;
    
    }
    .container-land {
        
        display: block;
        
    }

    .container-port {

        
        display: none;
        
    }

    
    input.input {
    
    max-width: 80%;

    
  }


    input.input1 {
    
    max-width: 24%;

    
  }


    input.input2 {
    
    max-width: 50%;

    
  }



  th.articoli, th.clienteH, td.articoli {

    font-size: 0.65em;

  }


  .white_content {
   
    left: 5%;
    padding: 17px;
    width: 90%;
   
}



}



@media screen and (min-width: 1800px) {
  

  .style1 {

       font-size: 3em;
       padding:10px;
  }

 .login-block button {

      font-size: 20px;
   
    }

  .titolo {

    font-size: 20px;
    width:90%;
    padding-left: 5px;
    margin-top: 4px;
    margin-bottom: 4px;

  }

  table.articoli {
  width:80%;
  margin: 5px 0;
  padding:0;

  } 

  .dark_grey {
    
    font-size: 20px;
    
  } 

  .bianco {

    width:90% !important;
    font-size: 20px;
    padding:10px;

  }

    td.data {
    
    font-size: 1em;
    }

    td.data_cliente{
    
    font-size: 1em;
    }
 

} 


