/* SIDEBAR LEFT*/

.sidebar-offcanvas  li.active a{
    width: 107px;
    height: 70px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #0075bf !important;
}

.nav>li>a {
    padding: 0px 15px !important;
}


i.fas.sidebar{
    display: inline-block;

    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 8px;
}

/* ICONHP */

i.fas.iconhp{
	color: #FFF;
    font-size: 57px;
    padding: 14px;
}

i.fas.iconbig{
	-webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 0;
    font-size: 60px;
    color: rgba(0,0,0,0.15);
}



/* DELEGATO */

.removeDelegate{
	line-height: 24px;
    display: inline-block;
    vertical-align:  middle;
    float: right;
    margin-left: 8px;
}



a:link, a:hover, a:visited{
	color: #666;
	text-decoration: none;
}

.email a:hover{
	color:blue;
}


footer a:link, footer a:visited{
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #000;
 }
 
footer h5 a:link{
	color:#fff;
} 

footer h5 a:hover{
	color: #000;
} 


/* TABS */

.panel-heading{
	border-color: #FFFFFF !important;
}

.nav-tabs li.active #tabInfo:hover {
    background-color: #f6f6f6!important;
}

.panel-heading .nav-tabs {
    background: #0075bf !important;
    
}

.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
    color: #ffffff !important;
    font-weight: 700;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background-color: #ffffff !important;
    border-bottom: 0px solid #FFFFFF !important;
    color: #0075bf !important;
    font-weight: 700;
}

.nav-tabs>li>a:hover{
	background-color: #fff !important;
    border-bottom: 0px !important;
    color: #0075bf !important;
    font-weight: 700;
}

.create-interview-section-title{
	border-bottom: 1px solid #000000;
}

.box1{
	background-color: #EEEEEE;
	padding-bottom: 1em;
}

.box2{
	padding-bottom: 1em;
	background-color: #f6f6f6;
}

.box1 .moveall, .box1 .move,
.box2 .removeall, .box2 .remove{
	margin: 10px 0 !important;
    background: #0075bf !important;
    border: 0 !important;
    text-shadow: none !important;
    color: #fff !important;
    font-style: normal !important;
    padding: 5px 10px !important;
}

.box1 .move,
.box2 .remove{
	padding-bottom: 10px !important;
    padding-top: 6px !important;
}

.box1 .moveall,
.box2 .remove{
	margin-right: 5px !important;
}

h5 a:link{
	color: #0075bf;
}

h5 a:hover{
	color: #ffffff;
}

/* MESSAGGI ALERT */

#titleAlert{
	font-weight:100 !important;
	margin:0 !important;
	font-size: 1.825em !important;
    line-height: 1.4em !important;
}

#overlayBtnAlert{
	background-color: #0075bf;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#alertDiv{
	position: fixed; top: 50%; left: 50%; width: 50%;  border: 0 !important;
	padding: 25px 15px; -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); display: block; z-index: 5000; border-radius: 5px;
	color: #6a737b; background-color:#f4f7f9;
}
	
#overlayBtnAlert:hover {
    	box-shadow: 0 4px 4px 0 rgba(0, 109, 176, 0.14),
    				0 3px 1px -2px rgba(0, 109, 176, 0.2), 
    				0 1px 5px 0 rgba(0, 109, 176, 0.12);
}

#titleConfirm{
	font-weight:300 !important;
	font-size: 1.825em !important;
    line-height: 1.4em !important;
    margin:0 !important;
}

#messageConfirm{
	font-size:16px;
	padding: 10px 20px;	
	margin: 0;
	text-align: center;
}

#idConfirm{
	background-color: #0075bf;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#idBack{
	background-color: #0075bf;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* PROGRESS-BAR */

.progress-bar.warning{
	background-color: #ffc107 !important;
	background-image:none;	
}

.progress-bar.danger{
	background-color: #dc3545 !important;
	background-image:none;
}

.progress-bar.success{
	background-color: #28a745 !important;
	background-image:none;
}

/* BUTTON MATCHING */


.btn.btn-secondary{
	background-color: #fff !important;
    color: #000 !important;
    border: black 1px solid !important;
    border-radius: 5px 5px 5px 5px;
    border-bottom-color: black !important;
	padding: 8px 12px !important;
	margin-bottom:0;
}

.btn.btn-secondary:hover{
	background-color: #0075bf !important;
    color: #fff !important;
    border: black 1px solid !important;
}

.btn.btn-secondary.success{
	 background-color: #28a745 !important;
	 color: #fff !important; 
}
.btn.btn-secondary.info{
	 background-color: #0075bf !important;
	 color: #fff !important; 
}
.btn.btn-secondary.warning{
	 background-color: #ffc107 !important;
	 color: #fff !important;
}
.btn.btn-secondary.danger{
	 background-color: #dc3545 !important;
	 color: #fff !important;
} 
.btn.btn-secondary.incontro{
	 background-color: #28a745 !important;
	 color: #fff !important; 
}

.glyphicon.equals{
	 font-weight: 900;
     top: -1px;
}


/* BUYERFORM E SELLERFORM */

#buyerform input {
    border: none;
    background-color: #fff;
    border-bottom: 1px solid black;
    box-shadow: none;
    padding: 0;
    /* margin: 0; */
}

#sellerform input {
    border: none;
    background-color: #fff;
    border-bottom: 1px solid black;
    box-shadow: none;
    padding: 0;
    /* margin: 0; */
}


.info-box-text.profileBuyer{
	font-style: normal !important;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
    white-space: normal !important; 
    overflow: visible !important; 
    text-overflow: clip !important;
    font-weight: 700;
    line-height: 13px;
    padding-top:30px; 
	
}

.info-box-text.profileSeller{
	font-style: normal !important;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
    white-space: normal !important; 
    overflow: visible !important; 
    text-overflow: clip !important;
    font-weight: 700;
    line-height: 13px;
    padding-top:30px; 
	
}


  /*  ALERT	 */
  

  
 .alert.alert-warning.text-center{
        border: 1px solid #0075bf !important;
 		color: #0075bf;
 		background-color: #fff !important;
 }

/* RESPONSIVE HEADER*/

@media only screen and (max-width: 768px) {
	.tab-content {
		border-left: 0 !important;
	}
	.col-md-12.btnMoveUp {
		display: none;
	}
	.col-md-12.btnMoveDwn {
		display: none;
	}
	.symbol-header {
		width: 100%;
	}
	.head {
		width: 100%;
	}
	.welcome{
	    padding-top: 14px;
    	text-align: center;
	}
	
}

/* HOMEDIV */
#homeDiv {
	min-height:700px;
}


 @media (min-width: 1000px) and (max-width: 1024px) {
   #homeDiv {
	min-height:1190px;
}
}

/* FOOTER EMAIL */

.email{

	padding-bottom:20px;
	text-align:center;
    color: #fff;
    background-color: #0075bf;
}
   
.foothome {
    background: #0075bf;
    width: 100%;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 12px;
    z-index: 999;
}

.cd-horizontal-timeline ol, ul{
	list-style-type: none !important;	
}   

/* COLORE ROSSO PER ERRORI DI VALIDAZIONE*/
.error {
	color:#c0392b;
}
.smcx-embed{
	z-index: inherit !important;
}



div.box.alert { 
	border:1px solid #a50101; 
	background-color: #fffdfd; 
	color:#a50101; 
	font-size:15px; 
	font-weight: bold;    
	border-radius: 15px; 
	margin: 15px;
	padding:5px;
}


div.box.success { 
	border:1px solid #0075bf; 
	background-color: #E6FBF0; 
	color:#306d35; 
	font-size:15px; 
	font-weight: bold;    
	border-radius: 15px; 
	margin: 15px;
	padding:5px;
}

.menu-left {
	float:right !important;
}
.menu-left p a, .menu-left div.vocemenu a { 
	display: block;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 10px;
    
     }
.menu-left p, .menu-left div.vocemenu { 
	    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
	padding-left:15px; 
	min-height:45px; 
	line-height:45px; 
	margin:0px 0px 0px 10px; 
}
.menu-left p.active, .menu-left div.vocemenu.active  {     
	position: relative;
    border-top: 2px solid #0075BF;
    border-bottom: 1px solid #0075BF;
    padding-left: 15px;
    min-height: 45px;
    line-height: 45px;
    margin: 0px 0px 0px 10px;
    color: #0075bf;
    font-weight: normal;
    background: rgba(0, 117, 191, 0.2);
    
}
.menu-left p.active:hover, .menu-left div.vocemenu.active:hover  {     
	position: relative;
    border-top: 2px solid #0075BF;
    border-bottom: 1px solid #0075BF;
    padding-left: 15px;
    min-height: 45px;
    line-height: 45px;
    margin: 0px 0px 0px 10px;
    color: #0075bf;
    font-weight: normal;
    background: rgba(0, 117, 191, 0.2);

}
 .menu-left p:hover, .menu-left div.vocemenu:hover {     
	position: relative;
    border-top: 1px solid #0075BF;
    border-bottom: 1px solid #0075BF;
    padding-left: 15px;
    min-height: 45px;
    line-height: 45px;
    margin: 0px 0px 0px 10px;
    background: rgba(0, 117, 191, 0.2);
    color: #0075bf;

}


label#activitySelect-error {
    position: absolute !important;
    top: 0px !important;
    right: 182px !important;
}
