@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,500,700|Mansalva|Roboto:300,500,700,900|Open+Sans+Condensed:300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
/*============================================*/
/* Général
/*============================================*/
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4 {
	color: #8baf39;
}
.nolink {
	text-decoration: none;
}
#vobj-navbar {
	background: url('https://images.unsplash.com/photo-1544727219-d2ff78f0f148?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2127&q=80') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*
#dashboard-container .btn {
	text-indent: -20px;
	padding-left: 50px;
}
*/
@keyframes blinkfocus {
	0%   {background-color: white;}
	100% {background-color: #E5A54B;}
}
.calc {
	padding: 0 5px;
	background-color:  white;
	color:  black;
}
.calc.focus {
	animation-name:  blinkfocus;
	animation-duration:  1s;
}

.rollover {
	cursor:pointer;
	cursor:hand;
}
td strong,
p strong {
	font-weight:  700;
}
.bold {
	font-weight:  700;
}
small {
	line-height:  1em;
}
.small {
	line-height:  .8em;
	line-height:  1.1em;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: silver;
    font-style: italic;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: whitesmoke;
	font-style: italic;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: whitesmoke;
	font-style: italic;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

.badge.noright {
	margin-right:  0;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.badge.noleft {
	margin-right:  0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
.blink {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 1s;
}
emboss {
  font-size: 95%;
  font-weight: 900;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  background-size: 100% 78% !important;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, transparent 58%, gold 0) !important;
}

.doc-menu {
    font-size: .7em;
    line-height: 1em;
}
.doc-menu .btn {
    font-size: .7em;
    line-height: 1em;
    padding: 5px;
}
.upload-container img {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

/*============================================*/
/* Bootstrap
/*============================================*/
.text-vobj {
	color:  #8baf39;
}
.bg-vobj {
	background-color: #9ec63e;
	color:  white;
}
.btn-vobj {
	color:  white;
	background-color:  #9ec63e;
}
.btn-outline-vobj {
	color: #8baf39;
	border-color: #8baf39;
	background-color: white;
}
.btn-outline-vobj:hover {
	color: black;
	border-color: black;
}
.btn-vobj.alt {
	color:  black !important;
}
.btn-vobj:hover {
	color: #9ec63e !important;
	background-color:  white !important;
	border: #9ec63e solid 1px;
}
.btn-sm {
	line-height:  1em;
}
.text-mention {
	font-size:  .9em;
	color:  gray;
	font-style:  italic;
}
.alert-message {
	line-height:  1em;
	text-align:  left;
	padding:  10px;
}
.alert.small {
	padding: 5px 10px;
}

.nav-link .identite {
	text-shadow: 2px 2px 13px rgba(0,0,0,1);
}











input {
	margin-bottom: 15px;
}
textarea.form-control,
input.form-control {
	font-size: .9em;
	border-radius: 0;
	background-color: #eeeeee;
	border: 0;
	padding: 10px;
}
select.form-control {
	font-size: .9em;
	border-radius: 0;
	background-color: #eeeeee;
	border: 0;
	padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
/*============================================*/
/* Paramètres généraux
/*============================================*/
.sidebar.large {
	min-width:  30%;
	max-width:  30%;
}
.sidebar-link, a.sidebar-link {
	padding: 2px 1.4rem;
	font-size:  1.4em;
	font-family:  'Roboto';
	font-weight:  900;
	color:  white;
}
.sidebar-dropdown .sidebar-link {
	padding: 2px 1.5rem 2px 4rem;
	font-size:  1.2em;
	font-weight:  400;
}
.sidebar-cta {
	position:  absolute;
	bottom:  0;
	width:  100%;
}
.dropdown-header {
	font-weight:  700;
	font-size:  1.1em;
	border-bottom:  silver dotted 1px;
	background-color:  whitesmoke;
}
/*========================================*/
/* Spécifique
/*========================================*/
#side-content .card {
	margin:  0;
}
#side-content .card-body {
	max-height:  77vh;
	overflow:  auto;
}
#save-indicator {
	text-align:  right;
	display: none;
	height:  0;
	position: relative;
	top: -10px;
	font-size: .8em;
	line-height: 1em;
	color: rgba(255,0,0, 0.3);
}
#save-indicator span {
	background-color:  white;
}

.stat {
	padding: 0!important;
}
.stat i {
	padding-top: 10px;
}
/*========================================*/
/* Print
/*========================================*/
.onlyPrint {display: none;}
@media print {
	body {
		padding-top: 0;
	}
	.onlyPrint {display: inherit;}

	.dataTables_length,
	.dataTables_filter,
	.dataTables_info,
	.dataTables_paginate,
	.card-actions,
	.noPrint {display: none;}
	#side-content {
		width:  100%!important;
	}

	.col-print-1 {width:8%;  float:left;}
	.col-print-2 {width:16%; float:left;}
	.col-print-3 {width:25%; float:left;}
	.col-print-4 {width:33%; float:left;}
	.col-print-5 {width:42%; float:left;}
	.col-print-6 {width:50%; float:left;}
	.col-print-7 {width:58%; float:left;}
	.col-print-8 {width:66%; float:left;}
	.col-print-9 {width:75%; float:left;}
	.col-print-10{width:83%; float:left;}
	.col-print-11{width:92%; float:left;}
	.col-print-12{width:100%; float:left;}
}
