.spinner-preview {
    width: 100px;
    height: 100px;
    text-align: center;
    margin-top: 60px;
}

.dropdown-preview {
    margin: 0 5px;
    display: inline-block;
}

    .dropdown-preview > .dropdown-menu {
        display: block;
        position: static;
        margin-bottom: 5px;
    }
/* Start by setting display:none to make this hidden.
    Then we position it in relation to the viewport window
    with position:fixed. Width, height, top and left speak
    speak for themselves. Background we set to 80% white with
    our animation centered, and no-repeating */
.modal2 {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgba( 255, 255, 255, .8 ) url('../img/pIkfp.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our modal element will be visible */
    body.loading .modal {
        display: block;
    }

.FixedHeightContainer {
    float: right;
    height: 250px;
    /*padding:3px;*/
}

.Content {
    height: 224px;
    overflow: auto;
}

.toolbar {
    background-color: #f7f7f7 !important;
    border-top: #f7f7f7 !important;
}

.LogoLogin {
    width: 220px;
    margin-top: 10px;
}

.px-400 {
    width: 400px;
}

.br-25 {
    border-radius: 25px;
}

.font-14px {
    font-size: 14px !important;
}

.btnInvia {
    border-radius: 25px;
    background-color: #428bca !important;
    border-color: #428bca !important;
}

#trCf {
    text-transform: uppercase;
}

.border-radius {
    border-radius: 25px;
}

.LinkAssistenzaTriveneto {
    color: #428BCA;
    font-size: 18px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

.imgAssistenzaTriveneto {
    height: 50px;
    width: 55px;
}

#divOrdine, #divAssistenza, #divManuale {
    width: 100%;
    margin: 0;
}

.SelOrdine {
    /* margin-top:50px; */
    position: relative;
    text-align: center;
}

.DivLinkAssistenza {
    margin-top: 10px;
    position: relative;
    text-align: center;
}

#LinkAssistenza {
    color: #3ca9e8;
    font-size: 18px;
    position: absolute;
    left: 82px;
    /*margin-left: -100px;*/
}

#SelectOrdine {
    color: black;
    font-size: 15px;
    margin: 0;
}

.ImgAssistenzaULOF {
    height: 50px;
    width: 55px;
}

#IconaLogin {
    background-image: url('../img/logo_PCT_login.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 180px;
    height: 140px;
    width: 100%;
}

#IconaAssistenzaLogin {
    background-image: url('../img/assistenza.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    height: 50px;
    width: 55px;
    display: inline-block;
    position: relative;
}

#LabelRichiediAssistenza {
    position: absolute;
    width: 170px;
    margin-top: 10px;
    color: #428BCA;
}

.DivLinkManuale {
    /*margin-top:400px;*/
    width: 100%;
    text-align: center;
}

#LinkManuale {
    color: #428BCA;
    font-size: 18px;
    position: absolute;
    left: 65px;
    /* margin-left: -100px;*/
}

#IconaManualeLogin {
    background-image: url('../img/manuali.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 40px;
    width: 40px;
    display: inline-block;
    position: relative;
}

#LabelManualeLogin {
    position: absolute;
    width: 280px;
    margin-top: 10px;
    font-size:15px;
}

.login-layout {
    background-color: #f7f7f7;
    min-width: 812px;
}
/**ChangePasswordUlof*/
#forgot-box {
    border: 15px solid #428BCA;
}

.LogoChangePwd {
    width: 220px;
    margin-top: 10px;
}

#IconaChangePwd {
    background-image: url('../img/logoLoginPCT.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 180px;
    height: 140px;
    width: 100%;
}

.login-form-box {
    border: 15px solid #428BCA !important;
    background-color: #f7f7f7 !important;
    padding: 0px !important;
    margin: auto;
    margin-top: 15px;
    width: 70% !important;
    min-width: 400px;
    min-height: 380px;
    position: static !important;
    max-width: 500px;
}

.loginErrorColor {
    color: #f2a225;
}

.widget-box.visible.login-form-box {
    height: 100%;
    width: 100%;
    border: 15px solid #428BCA !important;
    margin-top: 15px;
    min-height: 380px;
}

.widget-box.login-form-box {
    height: 0px;
    width: 0px;
    padding: 0px;
    border: unset !important;
    min-height: 0px;
    margin-top: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #f7f7f7;
    border-top: 2px solid #576373;
    font-size: 1.1em
}

/* Customizzazione gritter */
.gritter-item {
    background: url(../Content/img/gritter.png) no-repeat left -40px;
}

.gritter-top {
    background: url(../Content/img/gritter.png) no-repeat left -30px;
}

.gritter-bottom {
    background: url(../Content/img/gritter.png) no-repeat left bottom;
}

.gritter-close {
    background: url(../Content/img/gritter.png) no-repeat left top;
}


.obb {
    background: white;
    border-left: 2px solid red !important;
    color: #a0a0a0;
}
