﻿.login {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.login h1 {
    font-size: 30px;
    text-align: center
}
.login p {
    font-size: 15px !important;
}
.login input {
    width:100%;
}
#loginContainer {
    padding: 0 40px 0 0;
}
body {
    background-image: url("../images/bg-pianeti.jpg");
    background-color: #d8d8d8;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.language {
    padding-left: 20px;
    /*display:none;*/
}
.language a {
    color: #000 !important;
    text-decoration:none !important;
}
.language a:hover {
    color: #e20613 !important;
    text-decoration: none !important;
}
.body-content {
    background-color: #fff;
    padding: 0 20px 20px 20px;
    box-shadow: 0px 2px 8px -2px #404041;
    -moz-box-shadow: 0px 2px 8px -2px #404041;
    -webkit-box-shadow: 0px 2px 8px -2px #404041;
    margin-bottom: 20px;
} 
h1, h2, h3, h4, p, div, body, label {
    font-family: 'Raleway','Segoe UI Light', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
}
.leggitutto {
    font-size: 16px;
    top: 5px;
    position: relative;
} 
#imgLogoDx{
    float:right;
}
h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0px;
}
.subtitle {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0px;
}
p {
    text-align: justify;
    line-height: 2
}
[class^=col-custom] {
    float: left;
    line-height: 2;
}
.col-custom-1 {
    width: 20%
} .col-custom-2 {
    width: 40%
} .col-custom-3 {
    width: 15%
} .col-custom-4 {
    width: 10%
}
.col-custom-5 {
    width: 32%
}
.col-custom-6 {
    width: 18%
}
.col-custom-7 {
    width: 26%
}
.col-custom-8 {
    width: 25%
}
.newRow {
    margin-top: 10px;
}
#body_message {
    padding-top: 30px;
} #canvas_container {
    width: 100%;
    background: #333;
    text-align: center;
    border: solid 3px;
    height: 450px;
    overflow: auto;
} label {
    padding-left: 20px;
    top: -20px;
    position: relative;
    font-weight: normal !important;
    display: table;
} #btnInvio {
    float: right;
    background-color: #e20613 !important;
    font-size: 12px;
    font-family: inherit;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px 15px;
    padding-left: 42px;
    padding-right: 42px;
    border: none;
} #btnInvio:disabled {
    background-color: lightgray !important;
} input[type=submit] {
    border-color: rgba(0, 0, 0, 0.75);
    background-color: transparent !important;
    box-shadow: none !important;
    border: 2px solid rgb(0, 0, 0);
    font-size: 20px;
} canvas {
    display: block;
    margin-left: auto;
    margin-right: auto;
} #body_checkarea {
    padding-top: 40px;
} #tools {
    padding-top: 2px;
} #zoom_controls{
    float:right;
} #buttons {
    padding-bottom: 30px;
} input[type="checkbox"] {
    margin: 10px 0 0 !important;
}
label {
    /*margin: -7px 0 0 !important;*/
} #btnCerca {
    float: right;
    /*margin-top: 10px;*/
} #jsGrid {
    top: -10px;
}
#imgExport {
    cursor: pointer;
    width: 40px;
    top: -20px;
    left:10px;
    position: relative;
    display: none;
    opacity: 0.5;
}
#imgExport:hover {
    opacity: 1;
}
#imgPrint {
    cursor: pointer;
    width: 30px;
    top: -20px;
    position: relative;
    display: none;
    opacity: 0.5;
} #imgPrint:hover {
    opacity: 1;
} #hdnData{
    display:none;
} .loader {
    position: fixed;
    display: block;
    top: 0px;
    margin-top: 20%;
    margin-left: 45%;
    z-index: 900;
    background-color: #fff;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important;
    -moz-box-shadow: 0px 2px 8px -2px #404041;
    -webkit-box-shadow: 0px 2px 8px -2px #404041;
    box-shadow: 0px 2px 8px -2px #404041;
    padding: 10px;
} .btn-primary, .btn-primary:hover, .btn-primary:disabled, .btn-primary:disabled:hover {
    color: #000 !important;
    border-radius: 0px !important;
    border-color: #000;
    background-color: #fff;
} .navbar-inverse {
    background-color: #404041;
} .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff !important;
} .footer {
    text-align: center;
    font-weight: 300;
    font-size:12px;
} #divAutoComplete {
    top: -8px !important;
    position: relative !important;
    left: 0px !important;
}
.callToAction{
    float:right;
}
.btn-upload {
    height: 30px;
    top: 5px;
    position: relative;
}
[id$=btnVaiWeb] {
    margin-left: 10px;
    height: 50px;
}
@media (max-width: 1200px) {
    [class^=col-custom] {
        width: 100%;
        padding: 3px;
    }
}@media print {
    table, span {
        font-family: Arial;
        font-size: 10pt;
    }
    .row, #divLogo, img, footer, hr {
        display: none !important;
    }
    .jsgrid-align-center {
        display: none;
    }
    #hdnData {
        display: block;
        position:absolute;
        top:0px;
    }
    #jsGrid {
        top: 5px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    h1, h2, h3, h4, p, div, body, label {
        font-family: Tahoma, Geneva, Verdana, sans-serif;
        color: #000;
    }
    #zoom_controls {
        display:none;
    }
    #canvas_container {
        overflow: hidden;
    }
}