/* GENERAL */

body{
    background-color: #f5f5f5;
    color: #333;
    font-family: 'Quicksand', sans-serif;
}

h1{
    font-weight: 500;
}

h2{
    font-weight: 500;
}

h3{
    font-weight: 500;
}

a{
    color: #444;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.datepicker{
	padding:0px;
}
a:hover{
    color: #71B7FD;
    text-decoration: none;
}

/* /GENERAL */

/* BUTTON */

.box_button{
    padding-left: 15px;
}

.btn_orocash{
    display: inline-block;
    background-color: white;
    color: #71B7FD;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    position: relative;
    min-height: 28px;
    padding: 4px 10px 1px 34px;
    cursor: pointer;
}

.btn_orocash:hover{
    background-color: #71B7FD;
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn_orocash i{
    padding: 7px 8px;
    background-color: #71B7FD;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-danger{
    background-color: #3462b7;
    border-color: #224b97;
  }

  .btn-danger:hover {
    background-color: #224b97;
    border-color: #224b97;
  }

.btn_orocash span{
    padding-left: 7px;
    padding-right: 8px;
}

/* /BUTTON */

/* NAVBAR */

.navbar-default {
    background-color: #71B7FD;
    border-color: rgba(0,0,0,0);
    color: white;
}

.navbar{
    margin-bottom: 0;
    border-radius: 0;
    z-index: 9999;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: white;
    background-color: #71B7FD;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #71B7FD;
}


.navbar-default .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default .navbar-brand .img-responsive{
    height: 100%;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: white;
    background-color: #71B7FD;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: white;
    background-color: #71B7FD;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #71B7FD;
}

/* /NAVBAR */

/* BREADCRUMB */

.content-header {
    position: relative;
    padding: 15px;
}

.content-header > h1 {
    margin: 0;
    font-size: 24px;
}

.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

.breadcrumb>li {
    display: inline-block;
}

.content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion {
    margin-right: 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb>.active {
    color: #777;
}

.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/* /BREADCRUMB */

/* BOX */


.box {
    position: relative;
    border-radius: 0 0 3px 3px;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


.box-header.with-border {
    border-bottom: 0 solid #f4f4f4;
}

.box-header {
    color: #444;
    background: #f5f5f5;
    display: block;
    padding: 0;
    position: relative;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
    margin-right: 5px;
}

/* /BOX */

/* TABLE */

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #394263;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #394263;
    border-color: #394263;
}

.table{
    margin-bottom: 0;
}

.box label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 10px;
}

.box input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

.accordion_tr_father{

}

.accordion_tr_father>td:first-child{
    position: relative;
    padding-right: 25px;
}

.accordion_ico {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
}

.accordion_ico_rotate{
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion_tr_father:hover {
    cursor: pointer;
    background-color: #ebebeb;
}

/* /TABLE */
.tr_verdone{
	background: #78A778;
	border: 2px #fff solid;
}
.tr_bverde{
	background: #C1E180;
	border: 1px solid #2E8B57;
}
.tr_bverde:hover{
	background: #3CA86B;
}
.tr_bverdec{
	background: #EEFFF2;
	border: 1px solid #2E8B57;
}
.tr_bverdec:hover{
	background: #3CA86B;
}
.tr_verde{background-color: #9EC8E8; border: 2px #fff solid;}
.tr_verde:hover{
	background-color: #8AF1FF;
}
.tr_verdec{
	background-color: #E6F9FF;
	border: 2px #fff solid;
}
.tr_verdec:hover{
	background-color: #8AF1FF;
}
.tr_rosso{
	background: #FFA684;
	border: 2px #fff solid;
}
.tr_rossoc{
	background: #FFC0A8;
	border: 2px #fff solid;
}
.tr_arancione{
	background: #F4A460;
	border: 2px #fff solid;
}
.tr_giallo{
	background: #FFC04A;
	border: 2px #fff solid;
}
.tr_gialloc{
	background: #FFE4B0;
	;border: 2px #fff solid;
}
.tr_rosa{
	background: #99FFFF;

}

.tr_grigio{
	background: #F9F9F9;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background-color:#C6FFFF;
}
.table-striped>tbody>tr:hover{
	background-color:#92FFFF;
}

.tableHome{
	width:70%;
	margin-left: auto;
    margin-right: auto;
}
.tableAcconti{
	width:50%;
	margin-left: auto;
    margin-right: auto;
}
.tableAnalisi{
	width:70%;
	margin-left: auto;
    margin-right: auto;
}
/* SCROLL TO TOP */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
    width: 34px;
    height: 34px;
    line-height: 30px;
    right: 30px;
    bottom: 70px;
    padding-top: 2px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 0.5;
}

.scroll-top-wrapper:hover {
    opacity: 1;
}

.scroll-top-wrapper i.fa {
	line-height: inherit;
    font-size: 30px;
}

/* /SCROLL TO TOP */

/* TABS */

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #71B7FD;
}

.nav-tabs>li:first-child.active>a{
    border-left-color: #ededed;
}



/*border-top: 3px solid #d2d2d2;*/


/* /TABS */


/* FOOTER */

.footer{
    border-top: 1px solid #71B7FD;
}

.footer p{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer a{
    color: #71B7FD;
}

.footer a:hover{
    color: #444;
}

/* /FOOTER */

/* LOGIN */

.login_box{
    border-radius: 3px;
    background: #fff;
    width: 100%;
	max-width: 500px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	margin: auto;
	margin-top: 100px;
    margin-bottom: 100px;
}

.login_header{
    padding: 15px;
    background-color: #71B7FD;
    border-radius: 3px 3px 0 0;
}

.login_header img{
    margin: auto;
}

.login_contain{
    padding: 15px;
}

.login_contain h3{
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

/* /LOGIN */

/* MODALE */

.modal-content{
    border-radius: 3px;
}

button{
    border-radius: 3px;
}

/* /MODALE */

/* FORM */

.form_row{
    margin-bottom: 15px;
}

.form_row input{
    margin-left: 0;
}
.form_row textarea{
    max-width: 313px;
    display: inline-block;
}
/*.form_row_line{
    border-top: 1px solid #ededed;
    margin-top: 30px;
    margin-bottom: 15px;
}*/

.form_row_line{
    border-top: 1px solid #ededed;
    margin-top: 15px;
    padding-top: 30px;
}

.form-control {
    width: 100% !important;
    max-width: 315px !important;
}

/* FORM */

/* DETTAGLIO */

.dettaglio_tabella td{
    padding: 7px 15px;
}
.dettaglio_tabella_conf td{
    padding: 7px 15px;
    border: 1px solid #ededed;
}

.dettaglio_tabella_conf{
    width: 80%;
}

/* DETTAGLIO */

/* BOX SCROLL */

.box_lateral_scroll{
    width: 100%;
    height:auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.box_vertical_scroll{
    width: 100%;
    height:auto;
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
}

/* BOX SCROLL */

.login_contain .form-control {
    max-width: 100% !important;
}

/* ==================================================================== MEDIA QUERIES ==================================================================== */

@media (min-width: 1400px){
    .container {
        width: 1370px;
    }
}

@media (max-width: 991px) {
    nav .container{
        width: 100%;
        padding: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin-right: 0;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
        border-bottom: solid 1px #2d3246;
    }

    .navbar-right>li:last-child {
        border-bottom: solid 0 #2d3246;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important;
    }

}

@media (max-width: 767px) {

    .navbar-toggle {
        margin-right: 15px;
    }

    .sidebar {
        height: auto;
    }

    .content-header > .breadcrumb {
         float: none;
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 7px 5px;
         position: initial;
        top: 15px;
        right: 10px;
        border-radius: 2px;
    }

}

@media (max-width: 530px) {

    /* Force table to not be like tables anymore */
       #no-more-tables table,
       #no-more-tables thead,
       #no-more-tables tbody,
       #no-more-tables th,
       #no-more-tables td,
       #no-more-tables tr {
       display: block;
       }

       /* Hide table headers (but not display: none;, for accessibility) */
       #no-more-tables thead tr {
       position: absolute;
       top: -9999px;
       left: -9999px;
       }

       #no-more-tables tr { border: 1px solid #ccc; }

       #no-more-tables td {
       /* Behave like a "row" */
       border: none;
       border-bottom: 1px solid #eee;
       position: relative;
       padding-left: 10px;
       white-space: normal;
       text-align:left;
       }

       #no-more-tables td:before {
       /* Now like a table header */
       position: absolute;
       /* Top/left values mimic padding */
       top: 6px;
       left: 6px;
       width: 45%;
       padding-right: 10px;
       white-space: nowrap;
       text-align:left;
       font-weight: bold;
       }

       /*
       Label the data
       */
       #no-more-tables td:before { content: attr(data-title); }

}

@media print{

    .navbar{
        display: none;
    }

    .box_button{
        display: none;
    }

    .footer{
        display: none;
    }

    .hide_stampa{
        display: none !important;
    }

    .content-header {
        position: relative;
        padding-bottom: 0;
    }

    .content-header > .breadcrumb{
        position: relative;
        float: left;
    }

    .content-header > h1{
        font-size: 17px;
    }

    .content-header > h4{
        font-size: 14px;
    }

    .table{
        position: absolute;
        top: 40px;
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 4px!important;
        line-height: 1.42857143;
        font-size: 12px!important;
    }

    .table>tbody>tr>td .qs{
        font-size: 12px;
        height: 12px;
        line-height: 12px;
        width: 12px;
    }

    .table>tbody>tr>td img{
        height: 12px!important;
        width: 12px!important;
    }

    a[href]:after {
        content: none !important;
    }
    .dettaglio_tabella_conf {
        width: 100%;
    }


    .dett_conf_stampa>tbody>tr>td, .dett_conf_stampa>tbody>tr>th, .dett_conf_stampa>tfoot>tr>td, .dett_conf_stampa>tfoot>tr>th, .dett_conf_stampa>thead>tr>td, .dett_conf_stampa>thead>tr>th{
        font-size: 17px;
    }

}
