@charset "UTF-8";
/* CSS Document */
/* Stili vari
/* Cambia profilo
/* Responsive
-------------------------------------------------- */
/* Stili vari
-------------------------------------------------- */

@font-face {
    font-family: 'bodyfont';
    src: url('../fonts/open_sans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'bodyfont';
    src: url('../fonts/open_sans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'bodyfont';
    src: url('../fonts/open_sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'bodyfont';
    src: url('../fonts/open_sans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'bodyfont';
    src: url('../fonts/open_sans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Padding below the footer and lighter body text */
body {
    font-family: bodyfont, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:13px;
    background-color: #F3F5F5;
}

.float-left {
    float: left!important;
}

.clear-fix{
    display: block;
    content: "";
    clear: both;
}

.mt-5{
    margin-top: 3rem;
}

.mb-5{
    margin-bottom: 3rem;
}
.mx-5{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mr-5 {
    margin-right: 3rem;
}

.ml-5 {
    margin-left: 3rem;
}

.ml-3 {
    margin-left: 1.5rem;
}

.mx-5{
    margin-right: 3rem;
    margin-left: 3rem;
}

.pl-5 {
    padding-left: 3rem;
}

/* jquery file uploads */
#dropzone {
    /*background: palegreen;*/
    width: 100%;
    height: 50px;
    line-height: 12px;
    text-align: center;
    font-weight: bold;
}
#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: #9e9e9e;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.progress-bar.red{
    background-color: red;
}

.upload-error p{
    font-weight: bold;
}
#table_uploads i{
    cursor: pointer;
}
/* jquery file uploads */



/*datatable*/
.container-documents .input-sm {
     height: 34px;
     /*font-size: 16px;*/
}

.border-bottom {
	border-bottom: 1px solid #e7eaec !important;
    margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.dowload-all-documents{
    margin-top: -34px;
	height: 34px;
}
.btn-group .active, .global.active {
    color: #fff;
    background-color: #2d752d;
    border-color: #2d752d;
}
.btn-filter{
	color: #FFF;
    background-color: #5cb85c;
    border: 1px solid #2d752d;
}
.btn-filter img{
    width: 36px;
    height: 36px;
}
.btn-filter:hover, .btn-active-filter{
	color: #FFF;
    background-color: #2d752d;
}
.dataTables_info {
    display: none;
}
.fa-2x {
    font-size: 2em !important;
}
.fa-3x {
    font-size: 3em !important;
}
.fa-4x {
    font-size: 4em !important;
}
.fa-5x {
    font-size: 5em !important;
}
footer {
    min-height: 120px;
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
}
footer .brands img {
    width: 50px;
}
.ibox-title{
    padding: 10px 0px 10px 0px;
}
#selected_class{
    padding-top: 20px;
}
.white-bg {
    background-color: #ffffff;
}

/* Bootstrap */
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar {
	border-radius: 0px !important;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
.navbar .text-logo{
    float: left;
    padding: 24px 0px 10px 0px;
    line-height: 0.5;
    font-size: 12px;
}
.navbar-brand {
    padding: 9px 15px;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #5686da;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #9d9d9d;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #5686da;
}

.navbar-inverse .navbar-toggle {
    border-color: #5686da;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #5686da;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #FFF;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #5686da;
}
/* Cambia profilo
-------------------------------------------------- */
.ac-header {
    padding: 58px 15px 10px;
}
.ac-header input {
    color:#FFF;
    background-color:transparent;
    border:none;
    font-size:11px;
    height:15px;
}
.ac-header input::-webkit-input-placeholder {
    font-style:italic;
}
.ac-header .typeahead {
    font-size:11px;
    overflow:auto;
}
.ac-header .typeahead.dropdown-menu {
    left: auto !important;
}

.back_profile a {
    color:#FFF;
    font-size:11px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 767px){
    .navbar-brand img {
        display:initial !important;
        height: 45px;
    }
    .navbar-brand {
        padding: 2px 15px;
    }
}


@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        height:78px;
    }
    .navbar-nav > li > a {
        padding: 58px 15px 10px;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        height:100%;
    }
    .navbar-nav > li > a {
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}