@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,700&subset=latin-ext');

.label-new{
    background-color: #FF0000;
    color: white;
}
.label-new:hover, .label-new:focus{
    color: black !important;
}
.label-inprogress{
    background-color: #FFC000;
    color: black;
}
.label-inprogress:hover, .label-inprogresse:focus{
    color: white !important;
}
.label-offer{
    background-color: #C5E0B4;
    color: black;
}
.label-offer:hover, .label-offer:focus{
    color: white !important;
}
.label-end{
    background-color: #C6C6C6;
    color: black;
}
.label-end:hover, .label-end:focus{
    color: white !important;
}
.label-contract{
    background-color: #548235;
    color: white;
}
.label-contract:hover, .label-contract:focus{
    color: black !important;
}
.label-done {
    background-color: #FFFFFF;
    color: black;
    border: 1px solid black !important;
}
.label-done:hover, .label-done:focus{
    color: black !important;
}
.label-storno {
    background-color: #FFE699;
    color: black;
}
.label-storno:hover, .label-storno:focus{
    color: white !important;
}
.label-superstorno {
    background-color: #000000;
    color: white;
}
.label-superstorno:hover, .label-superstorno:focus{
    color: white !important;
}
.label-distributor {
    background-color: #B5C7E7;
    color: black;
}
.label-distributor:hover, .label-distributor:focus{
    color: white !important;
}
.label-unfinished {
    background-color: #2F5597;
    color: white;
}
.label-unfinished:hover, .label-unfinished:focus{
    color: black !important;
}
.mb-0 { margin-bottom: 0px !important;}
.pb-0 { padding-bottom: 0px !important;}
.pb-5 { padding-bottom: 5px !important;}
.pb-20 { padding-bottom: 20px !important;}
.pt-5 { padding-top: 5px !important;}
.pt-3 { padding-top: 3px !important;}

body {
    /*font-family: 'Poppins', sans-serif;*/
    color: black;
    font-size: 15px;
    line-height: 1.6;
}
nav.left-menu .logo-container .logo {
    max-width: none;
    font-size: 14pt;
    color: white;
}
.theme-dark nav.left-menu .logo-container .logo img.logo-inverse {
    display: inline-block;
    margin-right: 10px;
}
nav.top-menu{    
    height: 50px;
}
nav.top-menu .menu {
    height: 50px;
    padding: 10px 16px;
}
nav.left-menu .logo-container {
    padding: 5px 25px 0px;
    height: 50px;
}

.dataTable tbody a{
    border-bottom: 1px solid rgba(57,55,73,.25);
}
.dataTable tbody .dropdown a{
    border-bottom: none;
}

.h6 {
    line-height: inherit;
    margin-bottom: 10px;
}
.h6.margin-bottom-0 {
    margin-bottom: 0px;
}

h1 {
    color: #3484D2;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

a[href^="#error:"] {
    background: red;
    color: white;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

.hidden {
    display:none;
}

/* custom */

.panel-body-min{
    padding: 15px !important;
}
nav.top-menu + .page-content {
    margin-top: 50px;
}
nav.left-menu {
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
nav.left-menu + * + .page-content {
    margin-left: 0;
}
nav.top-menu .menu-icon-container {
    margin-top: 10px;
}
nav.left-menu + nav.top-menu {
    left: 0;
}
nav.left-menu{
    opacity: 0.9;
}

.header-fluid {
    background-color: #4c4c4a;
    max-height: 132px;
    color: white;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}
.header-fluid .white-menu {
    height: 76px;
    background-color: white;
}
.header-fluid .white-menu .menu{
    padding-right: 15px;
}
.header-fluid .blue-menu {
    background-color: rgb(36, 56, 141);
    height: 56px;
}
.header-fluid .blue-menu .header{
    padding-left: 100px;
}    
.header-fluid h1 {
    color: white;
    margin-top: 21px;
    font-weight: 100;
    font-size: 23px;
}
.header-fluid img {
    height: 150px;
    margin-bottom: -125px;
    margin-top: -20px;
    margin-left: 10px;
}
.list-inline.top-menu{
    margin-bottom: 0;
    margin-top: 33px;
    text-transform: uppercase;
}
.list-inline.top-menu > li:first-child{
    border-left: 0px;
}
.list-inline.top-menu > li{
    border-left: 1.5px solid black;
    padding-left: 14px;
    padding-right: 10px;
}
.list-inline.top-menu > li > a{
    color:black;
    font-weight: 500;
    font-size: 1.1em;
}
.single-page-block .single-page-block-inner{
    background-color: rgb(36, 56, 141);
}
.single-page-block .single-page-block-inner h1{
    color: white;
}
.body-fluid {
    background-color: white !important;
}
.wrap-content {
    height: inherit;
    margin-top: 20px;
}

.nav-tabs-horizontal .nav-tabs {
    border-bottom: none;
}
.card {
    border-color: #4c4c4a;
}
.card img {
    margin: auto;
}
.card input[type=radio] {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.wrap-footer {
    width: 100%;
    min-height: 180px;
    bottom: 0px;
}
.wrap-footer img {
    height: 103px;
    margin-top: -10px;
    padding-right: 10px;
}
.ico-description {
    font-size: x-large;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;

}
.gray-color {
    color: #a699a6;
}
.color-link {
    color: blue;
}
.red-hover-black {
    display: block;
    color: #fd2a02;
}
.red-hover-black:hover {
    color: black;
}
.terms-checkbox input{
    margin-right: 10px;
}
.req .empty {
    border: 1px solid #e62f2d !important;
}
.req .label-empty {
    color: #e62f2d !important;
}

.mt-20{
    margin-top: 20px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.pt-10{
    padding-top: 10px !important;
}
.select2-selection.select2-selection--multiple.autocomplete-multiple.form-control.form-control-sm.input-sm.graphic{
    padding:0;
    min-height: 28px;
}
.select2-selection.select2-selection--multiple.autocomplete-multiple.form-control.form-control-sm.input-sm.graphic li{
    margin-top: 2px;
    height: 20px;
    line-height: 18px;
}
.select2-selection.select2-selection--multiple.autocomplete-multiple.form-control.form-control-sm.input-sm.graphic input{
    line-height: 10px;
}
.select2-selection.select2-selection--single{
    min-height: 27px;
    height: 27px;
}
.select2 .select2-selection--single .select2-selection__arrow{
    height: 25px;
}
.select2 .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
    font-size: 9pt;
}
.fixed-navigation {
    background-color: #333;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 101%;
    z-index: 1;
}

.bold{
    font-weight: bold;
}
.select2-container {
    z-index: 1 !important;
}
.sortable{
    padding: 0;
}
.sortable li{
    cursor: move !important;
    margin: 15px;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: rgba(195, 195, 195, 0.2);
    list-style-type: none;
    height: 35px;
}
.sortable li.placeholder {
    position: relative;
    /** More li styles **/
}
.sortable  li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}
.pointer{
    cursor:pointer;
}
.border-left-gray{
    border-left: 1px solid gray;
    border-radius: 0px;
}
hr.vr {
    margin-left: auto;
    margin-right: auto;
}


.demand-detail h2{
    margin: 0;
}
.demand-detail .panel-body{
    padding-top:15px;
    padding-bottom:15px;
}
.questionnaire-icon {
    max-width:30px;
}
.questionnaire-hr {
    border-top: 2px solid rgb(36, 56, 141);
}
/* thanks*/
.wrap-thanks .w-t-number {
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-size: 1.5rem;
}
.wrap-thanks .w-t-ico {
    color: #3875b5;
}
.wrap-thanks .w-t-hr {
    border-top: 2px solid rgba(242,242,242,0.95);
    width: 50%;
}
.wrap-thanks a {
    color: black;
}
.wrap-thanks a:hover {
    color: #da3c21;
}
.wrap-questionnaire .questionnaire .item .item-option-holder{
    max-width:47%;
    display: inline-table;
}
.wrap-questionnaire .questionnaire .item .item-label{
    width:50%;
    display: inline-table;
}
@media (min-width: 1201px) {
    .btn-in-section.hidden-sm{
	display: none !important;
    }
}
@media (min-width: 991px) {
    .hidden-lg{
	display: none !important;
    }
}
@media (max-width: 1200px) {
    .btn-in-section.visible-md{
	display: none !important;
    }
    .header-fluid .blue-menu .header {
	padding-left: 220px;
    }
    .button-img {
	max-height: 112px !important;
    }
}
@media (max-width: 660px) {
    .wrap-questionnaire .questionnaire .item .item-option-holder{
	max-width:100%;
	display: inline-table;
    }
    .wrap-questionnaire .questionnaire .item .item-label{
	width:100%;
	display: inline-table;
    }
}
@media (max-width: 555px) {
    .top-menu > li > a{
	font-size:10pt !important;
    }
    .header-fluid h1 {
	font-size:14pt;
    }
}
@media (max-width: 500px) {
    .wrap-questionnaire .questionnaire .item .item-option-holder{
	max-width:100%;
	display: inline-table;
    }
    .wrap-questionnaire .questionnaire .item .item-label{
	width:100%;
	display: inline-table;
    }
    .top-menu > li > a{
	font-size:8pt !important;
    }
    .header-fluid h1 {
	font-size:10pt;
    }
    .header-fluid .blue-menu .header {
	padding-left: 180px;
    }
    .header-fluid img {    
	height: 130px;
	margin-top: -40px;
    }
}
/*
@media (max-width: 585px) {
    .top-menu{
	font-size:12pt;
    }
    .header-fluid h1 {
	font-size:14pt;
    }
}
@media (max-width: 515px) {
    .header-fluid img {
	height: 90px;
	margin-top: -30px;
    }
    .header-fluid .header {
	margin-left: 100px;
    }
}
@media (max-width: 470px) {
    .top-menu{
	font-size:8pt;
    }
    .header-fluid h1 {
	font-size:10pt;
    }
    .header-fluid .header {
	margin-left: 75px;
    }
}
@media (max-width: 390px) {
    .header-fluid img {
	height: 55px;
	margin-top: 28px;
    }
    .header-fluid .header {
	margin-left: 30px;
    }
}
@media (max-width: 350px) {   
    .top-menu{
	font-size:6pt;
    }
    .header-fluid h1 {
	font-size:8pt;
    }
}*/