/* ------ VAR ------ */
:root{
	--text: #444;
	--text-muted: grey;
	
	--yellow:rgb(249, 190, 55);
	--yellow-80:rgba(249, 190, 55, .8);
	--yellow-25:rgba(249, 190, 55, .25);
	
	--bg-light: #f8f9fa ;
	--border-light: #dee2e6;
	
	--form-section-bg-color: #f3f6fd;
	--form-section-title-color: #222;
	/* --form-section-title-color: #012067; */
	
	--border-radius:8px;
	/* --border-radius-large:20px; */
	
}

.small-caps{
	font-variant: small-caps;
}
.input-group-addon{
		border: none;
		padding:5px;
	}
	.input-group-addon:first-child{
		min-width:120px;
		background: #FFF;
		border: none;
		padding:5px 0 0;
	}
	
/* ----- LOGIN PAGE ------ */	
.bg-login-image{
	background-image: url(../img/login.jpg);
}
	
/* ----- CLAIM LIST ------ */	

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}	

/* ----- CLAIM PAGE ------ */
#user-info-section, #user-status-section, #user-trip-section{
	color:#444;
}

	/* status section */
	.user-status-section h4{
		margin-bottom:1.2rem;
		font-size:1.2rem;
		font-weight:600;
	}
	

	.user-trip-title{
		font-size:1.2rem;
		margin-bottom:1.5rem;
	}
		.user-trip-title i{
			padding-right:.7rem;
		}
	.user-trip-item{
		margin-bottom:1.3rem;
	}
		.user-trip-item .trip-item-title{
			color: var(--text-muted);
			margin-bottom: .3rem;
			opacity: .7;
		}
		.user-trip-item div:not(.trip-item-title){
			font-weight:400;
		}

/* modif field */
.claim-modifiable::after{	
	font-family: "FontAwesome";
	content: "\00a0 \26ef"; /* 002a(asterix), 2605(star), 2699,26ed(gears) */
	color: #36b9cc;
}
[data-claim-info]{
	/* color:#B06AB0; */
	cursor:pointer;
}
		
		
/* select 2*/
.select2-container{
	padding:0;
	border:none;
	height:38px;
	width:455px;
}
.select2-container .select2-choice{
	padding: .375rem .75rem;
	height:38px;
	/* border-radius:0 4px 4px 0; */
}

    td ,th , table,tr{
        font-weight: normal !important;
    }

	#stat_global{
		font-size:  1rem !important;
	}

	#stat_global strong{
		font-weight: normal !important;
		font-size: 1rem !important;
	}

	#company_table_wrapper .dataTables_length{
		display: none !important;
	}