﻿body
{
    /*min-width: 768px;*/
}
a:hover, a:active, a:visited, a:link
{
    text-decoration: none;
    outline-width: 0;
}
.btn-group > .btn + .dropdown-toggle
{
    height: 34px;
}
.aspNetDisabled, .aspNetDisabled:hover
{
    color: #ccc;
    background-color: #fcfcfc;
    border-color: #eee;
    cursor: not-allowed;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    background-color: #fcfcfc;
}
.container-fluid
{
    /*padding-right: 0px;     padding-left: 0px;     margin-right: auto;     margin-left: auto;*/
}
.container-form
{
    background: #eee;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
label
{
    font-weight: normal;
}
label.obbligatorio
{
    font-weight: 700;
}
label.obbligatorio::after
{
    content: " *";
}
.row
{
    margin-right: 0px;
    margin-left: 0px;
}
.fullwidth
{
    width: 100%;
    float: left;
}
.form-logo
{
    margin-top: 150px;
    margin-bottom: 30px;
}
.form-rounded
{
    color: #5b5b5e;
    background-color: #fff;
    border-color: #dadada;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    padding: 4px 12px;
    font-size: 15px;
    border-radius: 4px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}
.form-button
{
    color: #a04a17;
    background-color: #fff;
    border-color: #fc843d;
    border-width: 1px;
    border-style: solid;
    outline: none;
    padding: 4px;
    font-size: 15px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}
.form-div
{
    float: left;
    width: 100%;
}
.form-div p
{
    text-align: left;
    color: #b1b3b4;
    font-size: 12px;
    padding-top: 24px;
}
.form-news
{
    height: 26px;
    margin-top: 150px;
    padding: 4px 6px;
    background-color: #85868a;
}
.form-news div p
{
    text-align: left;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    text-transform: uppercase;
}
.form-news div p.data
{
    background-color: #5b5b5e;
    border-radius: 6px;
    height: 19px;
}
.form-news-details div h4
{
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
}
.form-news-details div p
{
    color: #4c4c4c;
    font-size: 14px;
}
.checkbox, .radio
{
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    outline-width: 0;
}
/***************messages*****************/
.bs-callout
{
    text-align: left;
    box-shadow: 5px 7px 5px #ccc;
}
.bs-callout-container
{
    position: absolute;
    right: 10px;
    top: 80px;
    z-index: 9999;
}
.bs-callout-success
{
    background-color: #f8fdf7;
    border-color: #6fd94f;
}
/***************header*****************/
.navbar
{
    /*     height: 40px;     min-height: 40px;     margin-bottom: 0px;     border: 1px solid transparent !important; */
}





@media screen and (min-width: 992px)
{
    .container-form
    {
            background: #eee;
        }
    .logo-inner
    {
        display: block;
    }
    .notifiche-left
    {
        display: block;
    }

}
@media screen and (max-width: 992px)
{
    
    
    .container-form
    {
            background: #fff;
        }
    .logo-inner
    {
        display: none;
    }
    .notifiche-left
    {
        display: none;
    }
}

.navbar
{
    border-radius: 0px;
}
.navbar-inverse
{
    background-color: #444; /* border-bottom: 1px solid #2b2b2b !important;*/
}
/*
.nav > li
{
    height: 40px;
}

.navbar-nav > li > a
{
    border-left: 1px solid #3a3a3a;
    padding: 10px 15px;
    outline: none;
}
.navbar-nav > li:last-child > a
{
    border-right: 1px solid #3a3a3a;
}
*/

.navbar-inverse .navbar-nav > li > a
{
    color: #fff9ed;
}
.navbar-inverse .navbar-nav > li > a:hover
{
    color: #de3e32;
}
/***************footer*****************/

.footer
{
    background-color: #eeeeee;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 30px 40px;
}
.footer p
{
    color: #85868a;
    font-size: 12px;
}
/***************container***************/
.menu-left
{
    /* min-width: 270px;     width: 270px;     max-width: 270px;     padding: 14px;     float: left;*/
}
.contenuto-right
{
    /*padding: 14px;     float: left;     left: 270px;     top: 60px;     right: 14px;     position: absolute;*/
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    background: #fff !important;
    color: #666;
    border-bottom: 0px ;
    border-radius: 3px;
    outline: #dadada;
    margin-right: 15px;
    height: calc(100vh - 110px);
}
.filtro-left .titolo
{
    font-size: 14px;
}
.filtro-left .sottotitolo
{
    color: #111;
    font-size: 10px;
}

.logo-inner
{
    padding: 30px 10px 20px 10px;
    text-align: center;
}
.logo-inner img
{
    width: 80%;
}
.divisore-scuro
{
    height: 55px;
    width: 1px;
    margin-top: -10px;
    margin-bottom: -12px;
    background: #5c5c5c;
    float: left;
}
.notifiche-left
{
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 12px 0px;
    background: #666;
    color: #f7f7f7;
    border-bottom: 2px solid #3f3f3f;
    border-radius: 3px;
    outline: #838383;
}
.notifiche-left .titolo
{
    font-size: 14px;
}
.notifiche-left .sottotitolo
{
    color: #bbb;
    font-size: 10px;
}
.divisore-chiaro
{
    height: 32px;
    width: 1px;
    background: #dadada;
    float: left;
}
.filtro-left
{
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #fff;
    color: #666;
    border-radius: 3px;
}
.filtro-left .titolo
{
    font-size: 14px;
}
.filtro-left .sottotitolo
{
    color: #111;
    font-size: 10px;
}
/***************calendario**************/
.div-bordered
{
    border-radius: 4px;
    border: 1px solid #ddd;
}
.tabella-orari
{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.tabella-orari > tbody > tr > td, .tabella-orari > tbody > tr > th, .tabella-orari > tfoot > tr > td, .tabella-orari > tfoot > tr > th, .tabella-orari > thead > tr > td, .tabella-orari > thead > tr > th
{
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #e0e0e0;
}
.tabella-orari > thead > tr > th
{
    border-top: 0px;
    text-align: center;
    font-size: 12px;
    color: #797979;
    background-color: #eee;
    vertical-align: bottom;
    border-bottom: 2px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.tabella-orari > thead > tr > th:last-child
{
    border-right: 0px solid #e0e0e0;
}
.tabella-orari > tbody > tr > td
{
    height: 50px;
    border-right: 1px solid #e0e0e0;
}
.tabella-orari > tbody > tr > td
{
    padding: 3px;
}
.tabella-orari > tbody > tr > td.primo
{
    padding: 10px;
    white-space: nowrap;
    min-width: 260px;
    width: 260px;
    max-width: 260px;
}
.tabella-orari > tbody > tr > td:last-child
{
    border-right: 0px solid #e0e0e0;
}
.cella-non-disponibile, .cella-vuota, .cella-uno, .cella-due, .cella-tre, .cella-quattro
{
    width: 100%;
    background: #ccc;
    white-space: nowrap;
    max-width: 150px;
}
.cella-non-disponibile div, .cella-uno div, .cella-due div, .cella-tre div, .cella-quattro div
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 17px 20px;
}
.cella-non-disponibile div
{
    color: #4f4f4f;
}
.cella-uno
{
    background: #fc843d;
}
.cella-uno span
{
    background: #a04a17;
}
.cella-due
{
    background: #f84632;
}
.cella-due span
{
    background: #8d261a;
}
.cella-tre
{
    background: #1f5745;
}
.cella-tre span
{
    background: #153c30;
}
.cella-quattro
{
    background: #85868a;
}
.cella-quattro span
{
    background: #5b5b5e;
}
.cella-uno span, .cella-due span, .cella-tre span, .cella-quattro span
{
    padding: 5px;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    font-weight: normal;
    white-space: nowrap;
    margin-left: 6px;
}
.triangolo
{
    float: right;
}

/***************label****************/

.label-white
{
    background-color: #EFEFEF;
    border: 1px solid #CECECE;
    color: #777;
}
.label-primary
{
    background-color: #337ab7;
}
.label-danger
{
    background-color: #d9534f;
}
.label-success
{
    background-color: #5cb85c;
}

/***************fonts****************/
.titolo
{
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.titolo > a
{
    color: #000;
    text-decoration: none;
}
.titolo > a:hover
{
    color: #de3e32;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{
    vertical-align: middle;
}
.table > tbody > tr > td:first-child, .table > tbody > tr > th:first-child, .table > tfoot > tr > td:first-child, .table > tfoot > tr > th:first-child, .table > thead > tr > td:first-child, .table > thead > tr > thfirst-child
{
    vertical-align: middle;
    padding-top: 12px;
    padding-bottom: 6px;
}
.nav-tabs
{
    border-bottom: 1px solid #ddd;
    margin: -14px -14px 10px -14px;
    padding-bottom: 3px;
}
.nav-tabs > li:first-child.active > a, .nav-tabs > li:first-child.active > a:focus, .nav-tabs > li:first-child.active > a:hover
{
    border-right: 1px solid #efefef;
    border-top: solid 3px #de3e32;
    border-left: transparent;
    outline-width: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
{
    border-right: 1px solid #efefef;
    border-top: solid 3px #de3e32;
    border-left: 1px solid #efefef;
    outline-width: 0;
}
.nav-tabs > li > a
{
    color: #ddd;
    border-radius: 0;
    margin-right: 0;
}
.nav-tabs > li > a:hover
{
    background-color: #eee;
    border-bottom: solid 1px #eee;
}
.subtitle
{
    font-size: 20px;
    color: #6b6b6b;
}
.section-title
{
    margin: 10px 0;
    font-size: 12px;
    font-style: italic;
    border-bottom: 1px dashed #c8c8c8;
    color: #a7a7a7;
}

.fileinput-remove-button, .fileinput-upload-button
{
    height: 34px;
}
i.glyphicon-upload
{
    padding: 3px 0px;
}
.nopadding-left-right
{
    padding-left: 0px;
    padding-right: 0px;
}
