@media only screen and (max-width: 992px) {
	.content-wrapper{
		padding: .5em .75em;
	}
	.content-wrapper .row .col-12 + .col-12{
		margin-top: 1em;
	}
}

@media only screen and (min-width: 993px) {
	.content-wrapper{
		padding: 1.5em 1.7em;
	}
}

html,
body{
	font-family: "roboto-regular", sans-serif;
	color: #4b4d50;
	min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fafafa;
}

.text-icon{
	font-family: "Poesten One";
	font-size: 10px;
}
.no-underline,
.no-underline:hover{
	text-decoration: none;
}
.content-wrapper{
	position: relative;
	margin-left: 255px;
	margin-top: 58px;
	margin-bottom: 3em;
	transition: margin-left .3s;
	min-height: calc(100vh - 58px - 3em);
}

.alert{
    font-size: 14px;
    border-radius: 0;
    box-shadow: #bebebe 0 0 10px -3px;
}
.alert-success{
    background-color: #70d892;
    color: #ffffff;
}
.alert-error{
    background-color: #e66e5e;
    color: #ffffff;
}

.alert-btn {
	background-color: #ffffff;
	border: none;
	padding: .12em .75em;
	color: #e66e5e;
	border-radius: .25em;
}
.alert-btn + .alert-btn{
	margin-left: .25em;
}
.help{
	font-size: 12px;
	padding: .25em .6em;
	border: 1px solid;
	border-radius: .25em;
	line-height: 1.3;
	font-weight: bold;
	box-shadow: #cacaca 1px 1px 3px 0;
}

.help.help-notice{
	background-color: #3badc3;
	border-color: #3badc3;
	color: #ffffff;
}

.help.help-success{
	background-color: #70d892;
	border-color: #70d892;
	color: #ffffff;
}

.help.help-warning{
	background-color: #f1ca7c;
	border-color: #eac479;
	color: #ffffff;
}

.help.help-danger{
	background-color: #dc9862;
	border-color: #dc9862;
	color: #ffffff;
}

.help.help-error{
	background-color: #e66e5e;
	border-color: #e66e5e;
	color: #ffffff;
}

table td .help{
	white-space: nowrap;
}

.table-icon{
	text-decoration: none;
	border-radius: 50%;
	padding: .5em;
	font-size: 15px;
	transition: background-color .2s;
}
.table-icon:hover{
	cursor: pointer;
	text-decoration: none;
	background-color: #4b4d5021;
}
.table-icon:active{
	background-color: #4b4d5031;
}

.table-icon-info,
.table-icon-info:hover{
	color: #15aabf;
}
.table-icon-success,
.table-icon-success:hover{
	color: #3ed47a;
}
.table-icon-edit,
.table-icon-edit:hover{
	color: #3badc3;
}
.table-icon-delete,
.table-icon-delete:hover{
	color: #e66e5e;
	font-size: 13px;
}

.table-icon-synchro,
.table-icon-synchro:hover{
	color: #00C17D;
}

.table-icon-personi,
.table-icon-personi:hover{
	color: #4b4d50;
}

.table-icon-play,
.table-icon-play:hover{
	color: #40c372;
}

.table-icon-parameter,
.table-icon-parameter:hover{
	color: #777777;
}

.table-icon-preview,
.table-icon-preview:hover{
	color: #40c372;
}

.table-icon-download,
.table-icon-download:hover{
	color: #322fd0;
}

.table-icon-remove,
.table-icon-remove:hover{
	color: #d8c942;
	font-size: 14px;
	padding: 0.33em 0.5em;
}

.table-header-icon{
	text-decoration: none;
	font-size: 16px;
}

.table-icon-sujet,
.table-icon-sujet:hover{
	color: #4e73ab;
	padding: .4em .5em;
}
.table-icon-corrige,
.table-icon-corrige:hover{
	color: #60c78d;
	padding: .4em .5em;
}
.table-icon-annexe,
.table-icon-annexe:hover{
	color: #da9f47;
	padding: .4em .5em;
}

.table-icon-licences,
.table-icon-licences:hover{
	color: #f2ca57;
	padding: .4em .5em;
}

.table-icon-email,
.table-icon-email:hover{
	color: #73c694;;
	padding: .4em .5em;
}

/**
 * https://color.adobe.com/fr/create/color-wheel
 * #7BFC5B
 * #A157F2
 */


.table-link,
.table-link:hover{
	color: #4b4d50;
}

.btn:focus,
.btn:active{
	outline: none!important;
}

.btn.disabled{
	opacity: 1;
}
.btn-forbidden{
	opacity: .7;
}
.btn-forbidden:hover{
	cursor: not-allowed!important;
}
.btn-primary.btn-forbidden:hover{
	background-color: #0663A0;
	border-color: #0663A0;
}
.btn-default{
	border-color: #4b4d50;
	background-color: transparent;
}
.btn-default:hover{
	border-color: #4b4d50;
	background-color: #4b4d501a;
}

.btn-download-file{
	background-color: #3e88dc;
	color: #fff;
	border: none;
	font-size: 14px;
	box-shadow: #c5c5c5 0 0 10px -3px;
	border-radius: 0;
	transition: box-shadow .2s, background-color .2s;
}

.btn-download-file .fa-download{
	transition: color .2s;
}

.btn-download-file:hover{
	background-color: #4a8ddb;
	color: #fff;
	box-shadow: #a1a1a1 0 0 10px -2px;
}
.btn-download-file:hover .fa-download{
	color: #4b4d50;
}

.btn-delete-file{
	background-color: #e54944;
	color: #fff;
	border: none;
	font-size: 13px;
	box-shadow: #c5c5c5 0 0 10px -3px;
	border-radius: 50%;
	transition: box-shadow .2s, background-color .2s;
	padding: 3px 5.74px;
}
.btn-delete-file:hover {
	background-color: #e76561;
	color: #fff;
	box-shadow: #a1a1a1 0 0 10px -2px;
	cursor: pointer;
}

.btn-primary{
	background-color: #0663A0;
	border-color: #0663A0;
}
.btn-primary:hover{
	background-color: #0563bd;
	border-color: #0663A0;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus{
	background-color: #086bcb;
	border-color: #086bcb;
	outline: none;
}
.btn-primary.disabled{
	background-color: #065182;
	border-color: #065182;
	color: #bdbcbc;
}


.btn-success{
	background-color: #40c372;
	border-color: #40c372;
}
.btn-success:hover{
	background-color: #52d88f;
	border-color: #52d88f;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):focus{
	background-color: #48d688!important;
	border-color: #48d688!important;
	outline: none;
}

.btn-publish{
	color: #ffffff;
	background-color: #36c95d;
	border-color: #36c95d;
}
.btn-publish:hover{
	color: #ffffff;
	background-color: #40d267;
	border-color: #40d267;
}
.btn-publish:not(:disabled):not(.disabled):active
.btn-publish:not(:disabled):not(.disabled):focus{
	color: #ffffff;
	background-color: #52d776;
	border-color: #52d776;
}

.table-btn{
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration: none;
}

.table-btn:hover{
	text-decoration: none;
}

.warning-msg{
	font-size: 11px;
	color: #c7715d;
}

.tooltip .tooltip-inner{
	background-color: #eaeceffa;
	color: #4b4d50;
	border-radius: 0;
	padding: .5em .75em;
}
.tooltip .arrow::before{
	border-top-color: #eaeceffa;
}

.modal .loading-gif{
	width: 30px;
}
/** Content Box **/
div.box{
	background-color: #ffffff;
	box-shadow: #dadada 0px 0px 10px -3px;
	font-size: 14px;
}
.p-box{
	padding-right: 10px;
	padding-left: 10px;
}

.box .box-header h1,
.box .box-header h2{
	margin: 0;
	vertical-align: middle;
	display: block;
}
.box .box-header h1{
	font-size: 19px;
	font-weight: bold;
}
.box .box-header h2{
	font-weight: normal;
	font-size: 16px;
	color: #9e9e9e;
}
.box .box-header h1 + h2{
	margin-top: .25em;
}
.box .box-header,
.box .box-body,
.box .box-footer{
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.box .box-header,
.box .box-footer{
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}
.box .box-footer.empty-footer{
	padding-top: 0;
}
.box .box-header.box-header-dark{
	background-color: #0663a0;
	color: #ffffff;
}

.box.box-info{
	border: none;
	overflow-y: hidden;
}
.box.box-info .box-body{
	padding: 0!important;
	position: relative;
	height: 80px;
}
.box-info .info-icon,
.box-info .info-content{
	display: inline-block;
}
.box-info .info-icon{
	border-radius: 3px 0 0 3px;
	position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
}
.box-info .info-icon>i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.box-info .info-content{
	padding-left: 80px;
	width: 100%;
}
.box-info .info-content>.info-text,
.box-info .info-content>h1,
.box-info .info-content>h2{
	padding: 0 10px;
}
.box-info .info-content>h1{
	font-size: 17px;
	font-weight: normal;
	margin: 0;
}
.box-info .info-content>h2{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 5px;
}
.box-info .info-content .avancement-bar{
	width: 100%;
	height: 2.5px;
	margin-top: 7px;
}
.box-info .info-content .avancement-bar>.bar{
	display: inline-block;
	height: 2.5px;
}
.box-info .info-content .avancement-bar>.bar>span{
	display: inline-block;
}
.box-info .info-content>.info-text{
	margin-top: 4px;
	font-size: 14px;
}

.box.box-info{
	display: flex;
	flex-direction: row;
	transition: transform .3s cubic-bezier(.49,-0.52,.52,1.39);
}

.box.box-info:not(.box-info-short):hover{
	transform: scale(1.05);
	cursor: pointer;
}

.box.box-info .box-value{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box.box-info .box-value {
	width: 100px;
	height: 100px;
}

.box.box-info-short .box-value{
	width: 100%;
	height: 100px;
}

.box.box-info .box-value.color-green{
	background-color: #28c36e;
	color: #ffffff;
}
.box.box-info .box-value.color-blue{
	background-color: #2f6fac;
	color: #ffffff;
}
.box.box-info .box-value.color-red{
	background-color: #e64e3f;
	color: #ffffff;
}
.box.box-info .box-value.color-orange{
	background-color: #e18945;
	color: #ffffff;
}
.box.box-info .box-value.color-yellow{
	background-color: #f1ca7c;
	color: #ffffff;
}
.box.box-info .box-value.color-light-green{
	background-color: #70d892;
	color: #ffffff;
}
.box.box-info .box-value.color-light-blue{
	background-color: #3badc3;
	color: #ffffff;
}

.box.box-info .box-value .main-value{
	font-size: 28px;
	font-weight: bold;
}

.box.box-info .box-value .text-value{
	font-size: 17px;
}

.box.box-info .box-text{
	padding: 1em 1.5em;

}

.box.box-info .box-text h1{
	font-size: 18px;
	color: #4b4d50;
	margin: 0px;
	padding: 6px 8px;
}

.box.box-info .box-text h2{
	font-size: 13px;
	color: #9b9c9f;
	margin: 0px;
	padding: 2px 8px;
}

.box-header .filter-destination>div{
	display: inline-block;
}
.box-header .filter-destination>div + div{
	margin-left: 1em;
}
.box .box-footer.btn-area{
	text-align: right;
}

.box h2.sub-title{
	font-size: 21px;
}
.box h3.sub-title {
	font-size: 17px;
}

.box.expandable-box .box-header:hover{
	cursor: pointer;
}

.box.expandable-box .box-header{
	position: relative;
}

.box.expandable-box .box-header .expand-icon{
	padding: 1em;
	position: absolute;
	top: 50%;
	right: 1.5em; /* padding */
	transform: translate(0, -50%);
	transition: transform .2s;
}

.box.expandable-box.expanded .box-header .expand-icon{
	transform: translate(0, -50%) rotate(-90deg);
}

.box-tab-list{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	position: relative;
	font-size: 12px;
}

.box-tab-list .box-tab{
	text-align: center;
	padding: .6em 1.25em;
	text-decoration: none;
	color: #4b4d50;
	transition: color .2s, background-color .2s;
	white-space: nowrap;
}
.box-tab-list .box-tab-filler{
	border-bottom: 1px solid #bdc1c5;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: width .1s;
}
.box-tab-list .box-tab:hover{
	cursor: pointer;
}
.box-tab-list .box-tab:not(.active){
	color: #e2e2e2;
	border-bottom: 1px solid #bdc1c5;
	border-left: none;
	border-top: 1px solid transparent;
	border-right: none;
}
.box-tab-list .box-tab:not(.active):hover {
	color: #d0d0d0;
	background-color: #f5f5f5;
}
.box-tab-list .box-tab.active{
	border-bottom: 1px solid transparent;
	border-left: 1px solid #bdc1c5;
	border-top: 1px solid #bdc1c5;
	border-right: 1px solid #bdc1c5;
	border-top-right-radius: .25em;
	border-top-left-radius: .25em;
}

.keyboard-element{
	background-color: #4b4d50;
	color: #fff;
	padding: .25em .5em;
	border-radius: 3px;
}

.text-indicator{
	font-size: 14px;
	padding: 0.33em 0.5em;
}
.text-indicator.indicator-green{
	background-color: #6ace84;
	color: #fff;
}
.text-indicator.indicator-yellow{
	background-color: #f1ca7c;
	color: #fff;
}
.text-indicator.indicator-red{
	background-color: #de6353;
	color: #fff;
}

.text-indicator.indicator-grey{
	background-color: #eaecec;
	color: #8d9393;
}

.modal-header {
	background-color: #0663a0;
	color: #FFFFFF;
}

button.close {
	color: #FFFFFF;
}

.footer {
	position: absolute;
	bottom: .75em;
	left: 255px;
	width: calc(100% - 255px);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #999999;
	transition: left .3s, width .3s;
}

.footer a {
	font-size: 13px;
	color: inherit;
}
