/* For IE10 */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* COMMON */

h1 {
  color: #313584;
  font-weight: bold;
  text-align: left;
  font-size: 26px;
}

h2 {
  color: #BBB;
	text-transform: uppercase;
  font-size: 20px;
  text-align: left;
}
h3.tools {
  color: #313584;
  font-size: 17px;
}


.isColorSuccess{
	color: #55BCE6;
}
.isColorDanger{
	color: red;
}

.label-primary, .badge-primary {
	background-color: #55BCE6;
}
.label-secondary {
	background-color: #FFF;
	color: #313584;
}

.content-box.box-primary, .content-box.box-default, .content-box.box-info {
	border-radius: 15px;
	font-size: 12px;
	border: none;
	text-align:left;
}

.content-box .content-box {
	margin: 10px;
}

.content-box.box-primary, .content-box.box-primary:hover {
	background-color: #313584;
}

.content-box.box-primary h4 {
	margin: 5px;
	font-weight: bold;
	text-align:center;
}

.content-box.box-primary .libelle {
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(207,209,255); /* Put before because old browser don't use opacity */
	color: rgba(207,209,255, 0.4);
}

.content-box.box-info .libelle {
	color: #FFF;
}
.content-box.box-primary .box-default .libelle {
	padding-top: 10px;
}

.content-box.box-info, .content-box.box-info:hover {
	background-color: rgba(207,209,255); /* Put before because old browser don't use opacity */
	background-color: rgba(207,209,255, 0.4);
	color: #FFF;
}

.content-box.box-default, .content-box.box-default:hover {
	background-image: linear-gradient(to top, #ececec, #f4f4f4);
	color: #000;
}
.box-primary .content-box.box-default, .box-primary .content-box.box-default:hover {
	background-color: #E6E7FF;
	background-image: none;
	color: #000;
}
.content-box.box-default .libelle {
	text-transform: uppercase;
	color: #313584;
}

.label-default {
	background-color: #313584;
	color: #FFF
}
.label {
	border-radius: 30px;
	font-size: 110%;
	padding-right: 20px;
	padding-left: 20px;
}

select.form-control {
	border-radius: 8px;
	border : #55BCE6 solid 1px;
	background : #F1FAFD;
	box-shadow : 0px 7px 15px rgba(49 53 132 / 0.10);
	padding: 3px 6px;
}

.select2-container {
	border-radius: 8px;
	border : #55BCE6 solid 1px;
	background : #F1FAFD;
	box-shadow : 0px 7px 15px rgba(49 53 132 / 0.10);
	padding: 3px 6px;
	color: #555;
}
.select2-container .select2-selection__rendered {
	border : none;
	background : #F1FAFD;
}
.select2-container--default .select2-selection--single {
	border: none ;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #555;
}

.icon-xxs {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    width: 14px;
}
.icon-circle {
    border-radius: 50%;
}
.icon {
    display: inline-block;
    text-align: center;
}
.icon-xxs.icon-circle {
    height: 27px;
    line-height: 27px;
    width: 27px;
}
a.icon-white-filled, a.icon-white-filled:active, a.icon-white-filled:focus {
    background-color: #fff;
}
a.icon-dark, a.icon-dark:active, a.icon-dark:focus {
    color: #474747;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}








.checkbox,
.checkbox-inline {
  padding-left: 20px;
}
.checkbox label,
.checkbox-inline label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  margin-right: 10px;
}
.checkbox label::before,
.checkbox-inline label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.checkbox label::after,
.checkbox-inline label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #6695e2;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  transition: all 0.15s ease-in-out;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox-inline input[type="checkbox"]:focus + label::before {
  border-color: #6695e2;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox-inline input[type="checkbox"]:checked + label::after {
  content: "";
  background-color: #6695e2;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 4px;
  transition: all 0.15s ease-in-out;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox-inline input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox-inline input[type="checkbox"]:disabled + label::before {
  background-color: #ddd;
  cursor: not-allowed;
}
.checkbox.checkbox-inline,
.checkbox-inline.checkbox-inline {
  margin-top: 0;
}







/* FOOTER */
#beforeFooter {
	height: 200px;
}
#footer-widgets a {
	color: #6695e2;
}

/* Buttons */

.form-group .button-raised.button{
	color: black;
}

.form-group .button{
	border-radius: 15px;
	background-color: #313584;
	color: #FFF;
}
.form-group .button.disable{
	background-color: #E6E7FF;
}

.button, .button:visited {
	border-radius: 8px;
	padding: 0px 10px;
	margin-right: 10px;
}
.buttonShow {
	background-color: rgb(85,188,230); /* Put before because old browser don't use opacity */
	background-color: rgb(85,188,230,0.12);
	border : #55BCE6 solid 1px;
	color: #FFF !important;
}
.buttonShow:hover, .buttonShow:focus {
	background-color: rgb(85,188,230); /* Put before because old browser don't use opacity */
	background-color: rgb(85,188,230,0.32);
	color: #FFF;
}
.buttonAdd {
	background-color: #55BCE6;
	color: #FFF !important;
	border : #55BCE6 solid 1px;
}
.form-group .buttonExport {
	background-color: rgba(150,150,150);/* Put before because old browser don't use opacity */
	background-color: rgba(150,150,150,0.10);
	color: #313584;
}
.buttonAdd:hover, .buttonShow:focus {
	background-color: #55BCE6CC;
	color: #FFF;
}
.buttonAdd:after {
	font-family: FontAwesome;
	content: "\f054";
	margin-left: 2px;
}

/*
 Login
*/
.title-logo span {
  color: #313584;
}
.paper-back-full {
	background-image: none;
}
.login-form-full .nav-tabs, .login-form-full  .tab-content {
	background-color: #E6E7FF;
}
.login-form-full .transparent-div {
	border-radius: 10px;
	border: none;
}
.login-form-full .transparent-div ul {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.login-form-full .transparent-div .tab-content {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.nav-tabs.nav-tabs-transparent li a:hover, .nav-tabs.nav-tabs-transparent li.active a:hover {
	background-image: none;
	background-color: #313584;
	color: #FFF;
}
.nav-tabs.nav-tabs-transparent li.active a {
	background-image: none;
	background-color: #313584;
	color: #FFF;
	border-top-left-radius: 10px;
}
.input-group-addon {
	background-color: #313584;
}

/*
 LOG AS
*/
.login-form-full.logAs {
	margin: 10px;
}

/*
	Tables
*/
table.dataTable {
	color: #313584;
}
/* Arrondir la première ligne du tableau à gauche et à droite */
table.dataTable thead tr th:first-child {
	border-top-left-radius: 8px;
}
table.dataTable thead tr th:last-child {
	border-top-right-radius: 8px;
}
table.dataTable thead th {
	position: relative;
	background-color: #313584;
	color: #FFF;
}
table.dataTable .label {
	border-radius: 30px;
	font-size: 90%;
	padding-right: 10px;
	padding-left: 10px;
}
 
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
	position: absolute;
	top: 12px;
	right: 8px;
	display: block;
	font-family: FontAwesome;
}
table.dataTable thead th.sorting:after {
	content: "\f0dc";
	color: #ddd;
	font-size: 0.8em;
	padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
	content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
	content: "\f0dd";
}

.dataTables_filter input[type=search] {
	border-radius: 30px !important;
	background-color: #E6E7FF;
}

.dataTables_filter input[type=search]::placeholder {
	font-family: FontAwesome;
}

table.dataTable.no-footer {
	border: none !important; 
}

#claimPaymentsTable tr.total {
	font-size: 15px;
	background-color: #E6E7FF;
}

/* Pagination */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus ,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	background-color: #313584;
	border-color: #55BCE6;
}
.pagination > li > a, .pagination > li > span {
	color: #313584;
}

#header ul li, #header ul li ul li {
	padding-top: 0%;
	padding-bottom: 0%;
}

#header ul li.dropdown  ul, #header ul li.dropdown  li{
	padding-left: 0px;
	padding-top: 0px;
}
#header ul:first-of-type {
	padding-left: 5%;
}

.alert{
	margin-top: 10px;
}

nav .dropdown-menu {
    min-width: 0px;
}
nav .dropdown-menu a {
    width: 100%;
}

#claimVehicle img{
	width: 110px;
}
#claimVehicle table td{
	border: none;
	vertical-align: middle;
	padding-left: 15px;
}

.space-before {
	margin-top: 30px;
}


/* styles de base si JS est activé */
.input-file-trigger {
  padding: 0px !important;
  cursor: pointer;
  text-align: center !important;
  margin-left: 15px;
  line-height: 30px;
  height: 30px;
}
.input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  padding: 14px 0;
  opacity: 0;
  cursor: pointer;
}

/* styles du retour visuel */
.file-return {
  margin: 0;
}

.file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
/**
 * FORMULAIRES
 */
.form-control-feedback.glyphicon-remove {
	color: red;
}
.form-control-feedback.glyphicon-ok {
	color: green;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 5px;
}

/**
 * MENU
 */
 
.navbar-default {
	background-color: #E6E7FF;
	background-image: none;
}

.navbar-default .navbar-nav > li > a {
	color: #313584;
}

@media (max-width: 767px) {
  .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.navbar-right > li {
	float: left;
}

.navbar-right > li > a, .navbar-left > li.customerInfos {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #313584;
} 
.navbar-left > li.customerInfos {
	font-size: 16px;
} 


/** 
 * Barre de navigation LEFT
 */
.navbar-fixed-side .navbar-nav > li {
	padding-left: 5px;
}

.navbar-fixed-side .navbar-nav > li.contract > a {
	padding-left: 35px;
	font-size: 13px;
} 

.navbar-fixed-side .navbar-nav > li.logout > a {
	/*text-align: right;*/
	font-size: 12px;
}

.app-main-content {
    padding-top: 0px;
}

.container-fluid{
	padding-bottom: 15px;
}

		


/* NAVBAR FIXED SIDE START */
@media (max-width: 768px){
	.navbar-fixed-side{
		margin-left:-15px;
		margin-right:-15px
	}
}
@media (min-width: 768px){
	
	#generateInternationalCardsModal .modal-dialog {
		width: 800px;
	}
	.navbar-fixed-side{
		position:fixed;
		margin:0 -15px;
		height:100vh;
		width:inherit;
		overflow:auto;
		border-top-width:0;
		border-bottom-width:0;
		border-radius:0
	}
	.navbar-fixed-side .container,.navbar-fixed-side .container-fluid{
		width:auto;
		padding-left:0;
		padding-right:0;
	}
	.navbar-fixed-side .navbar-header{
		float:none
	}
	.navbar-fixed-side>.container .navbar-brand,.navbar-fixed-side>.container-fluid .navbar-brand{
		margin-left:0
	}
	.navbar-fixed-side .navbar-collapse{
		width:100%;
	}
	.navbar-fixed-side .navbar-nav{
		float:none;margin:0 -15px
	}
	.navbar-fixed-side .navbar-nav>li{
		float:none
	}
	.navbar-fixed-side .navbar-nav>li>a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.navbar-fixed-side .navbar-form{
		margin:0;
		margin-left:-15px;
		margin-right:-15px;
		padding:10px 15px;
		border-bottom:1px solid #e7e7e7
	}
	.navbar-fixed-side .navbar-text{
		float:none;
		margin-left:0;
		margin-right:0;
	}
	.navbar-fixed-side .navbar-left,.navbar-fixed-side .navbar-right{
		float:none !important
	}
	.navbar-fixed-side .navbar-nav .dropdown-menu{
		position:static;
		float:none;
		width:auto;
		margin-top:0;
		background-color:transparent;
		border:0;
		box-shadow:none;
		border-bottom:1px solid #e7e7e7;
	}
	.navbar-fixed-side .navbar-nav .dropdown-menu>li>a,.navbar-fixed-side .navbar-nav .dropdown-menu .dropdown-header{
		padding:5px 15px 5px 25px;
	}
	.navbar-fixed-side .navbar-nav .dropdown-menu>li>a{
		line-height:20px;
		color:#777;
	}
	.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:focus{
		background-image:none
	}
	.navbar-fixed-side .navbar-nav .dropdown-menu>.active>a{
		background-color:#e7e7e7;
		color:#555
	}
	.navbar-fixed-side .navbar-nav>li>a:hover,
	.navbar-fixed-side .navbar-nav>li>a:focus,
	.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-fixed-side .navbar-nav .dropdown-menu>li>a:focus{
		background-color:#f0f0f0;
	}
	.navbar-fixed-side .dropdown>.dropdown-toggle,
	.navbar-fixed-side .dropdown-menu>.dropdown-header{
		background-color:transparent !important;
		color:#9d9d9d !important;
		cursor:default;
		font-size:0.8em;
		text-transform:uppercase;
		border-bottom:none;
		padding-bottom:0
	}
	.navbar-fixed-side .dropdown-toggle .caret{
		display:none
	}
	.navbar-fixed-side .dropdown-menu{
		display:block
	}
	.navbar-fixed-side.navbar-inverse .navbar-collapse,
	.navbar-fixed-side.navbar-inverse .navbar-nav>li>a,
	.navbar-fixed-side.navbar-inverse .navbar-form,
	.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu{
		border-color:#363636
	}
	.navbar-fixed-side.navbar-inverse .divider{
		background-color:#363636
	}
	.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li>a{
		color:#9d9d9d
	}
	.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>.active>a{
		background-color:#090909;
		color:#fff
	}
	.navbar-fixed-side.navbar-inverse .navbar-nav>li:not(.active)>a:hover,
	.navbar-fixed-side.navbar-inverse .navbar-nav>li:not(.active)>a:focus,
	.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li:not(.active)>a:hover,
	.navbar-fixed-side.navbar-inverse .navbar-nav .dropdown-menu>li:not(.active)>a:focus{
		background-color:#2f2f2f;color:#fff
	}
	.navbar-fixed-side.navbar-inverse .dropdown>.dropdown-toggle{
		color:#777777 !important
	}
}
/* NAVBAR FIXED SIDE END */

/* NAVBAR SIDE START */
.navbar-side-custom {
  display:block;
}

.navbar-side-custom .navbar-brand img{
	height:35px;
}

@media (max-width: 1100px) {
	.navbar-side-custom .navbar-brand img{
		height:30px;
	}
}

@media (min-width: 1600px) {
	.navbar-side-custom .navbar-brand img{
		height:45px;
	}
}

/** Hack ie 10 and > **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label {font-size:12px}
}
.navbar-brand{padding-top:0px;margin-bottom:30px;}
.navbar-brand-logo{height:48px;}
@media (min-width: 768px) {
  .navbar-brand-logo{height:58px;}
}

/**
 * HOME
 */

.panel-default{
  border-radius: 10px;
	background-color: #E6E7FF;
	margin: 10px;
}
.indicateurs .bloc {
	border-right: 3px solid #ccc;
}
.indicateurs .bloc:last-child {
	border-right: none;
}
.indicateurs .counter {
	font-size: 50px;
	color: #313584;
	text-align: right;
	margin-right: 30px;
}
.indicateurs .amount {
	font-size: 21px;
	color: #55BCE6;
}


.listIcons li {
	width: 24%;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;

}
.listIcons li:first-child {
	margin-left: -15px;
}
.listIcons li:last-child {
	margin-right: -15px;
}


.listIcons .caption h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
  margin-top: 10px;
	color: #FFF;
}

.listIcons .caption h3.twoLines {
  margin-top: 1px;
}

.icons-home .media-list {
	cursor: pointer;
	height: 150px;
	padding: 15px 8px;
	background: linear-gradient(60deg, #55BCE6, #313584);
	text-align: center;
	border-radius: 20px;
	margin-top: 20px;
}

.icons-home {
	margin-bottom: 30px;
}
.icons-home i:hover{
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
         transform: scale(1.1);
}

.listIcons .media-list {
	color: #FFF;
}


.color-1 {
	color: #3761a9;
}
.color-2 {
	color: #1b9af7;
}
.color-3 {
	color: #feae1b;
}
.color-4 {
	color: #ff4351;
}

.main-header {
	background-color: #F5F5F5;
	color: #fff;
	font-size: 15px;
	min-height: 35px;
	position: relative;
	margin: 0px;
	margin-bottom: 2%;
}

.main-header  li.active{
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	line-height: unset;
}

.smallIcon {
	width: 7%;
	margin-right: 5px;
	box-shadow: 3px 3px 3px black;
}

.newClaim .previousStep i , .newClaim .nextStep i{ 
	vertical-align: sub;
}

.newClaim  i { 
	margin-left: 7px;
	margin-right: 7px;
}

.newClaim a.previousStep, .newClaim a.home{ 
	float: left;
	margin-left: 10px;
}

.newClaim a.nextStep, .newClaim button.validateStep{ 
	float: right;
	margin-right: 10px;
}

.smallLogo {
	width: 30px;
}

.top-nav .welcome {
	font-size: 10px;
}

.container .form-group {
	margin-top: 15px;
}
.container .form-group:first-of-type {
	margin-top: 10px;
}
.ifChangeMatriculation h5 {
	text-decoration: underline;
}

.breadcrumb > li {
	display: -webkit-inline-box;
}
.breadcrumb  {
	padding: 5px 15px 0 0;
}

img.imgTab {
	width: 100%;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}

.top-nav-social {
	font-size: 9px;
	background-color: none;
}
.container .dataTables_wrapper th, .container .dataTables_wrapper td { 
	/*width: 100px;*/
	white-space: nowrap; 
}
div.dataTables_wrapper {
	width: 100%;
	margin: 0 auto;
}

.dataTables_scrollHeadInner, .dataTables_scrollHeadInner table, .dataTables_scrollBody, .dataTables_scrollBody table {
	width: 100% !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
 .bootstrap-switch span::before {
    content: normal;
}

.hidden {
	visibility: hidden;
}

body {
	line-height: normal;
}

#body-fxassur {
	padding-bottom: 15px;
}

.home #body-fxassur {
	padding-bottom: 0px;
}

.required-label:after {
	content:"*";
	color: red;
}

#the-container {
	max-width: 600px;
}


/* Page de paiement */
#PaylineWidget{
	display:block;
	margin:10px auto;
	width:100%;
}

/* Texte copiable */
.copy-text{
	cursor: copy;
	border-bottom: 1px dashed #1f2937;
	display: inline-block;
}

.copy-text:hover{
	background: lightsteelblue;
}

.tooltip-parent:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-text {
    visibility: hidden;
    width: 160px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Positionne l'infobulle au-dessus de l'élément parent */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.button-icon{
	cursor: pointer;
	float: right;
}


/* Génération des cartes internationales */

.modal-footer {
    display: flex;
    justify-content: flex-end; 
    gap: 20px; 
    padding: 30px 0 20px; 
    border-top: 1px solid #ddd; 
    margin-right: 20px; 
}


.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.checkbox-grid label {
    display: flex;
    align-items: center;
}



















