/*
 * Custom Colors for 
 * ----------------------------------
 * State:	Normal	 Hover	  Border
 *			-------	 -------  -------
 * Default 	#dedede, #f9f9f9, #d5d5d5
 * Primary 	#e96f50, #f9d6c7, #f1a489
 * Info 	#5abad6, #7ec6dd, #2f96b4
 * Success 	#7fc280, #98cc96, #51a351
 * Warning 	#fbb451, #fdc274, #f89406
 * Danger 	#d96762, #e08479, #bd362f
 *
 */

/* ==========================================
	Generic Styles
   ========================================== */
.textCenter { text-align: center !important; }
.textRight { text-align: right !important; }
.map-green:before {
    color: #1fa480 !important;
}
.map-gray:before {
    color: #6c757d !important;
}
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mb20 { margin-bottom: 20px !important; }

/* ==========================================
	Avatars
   ========================================== */
.avatarProfile {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 0 1px rgb(245 246 250);
    float: left;
    border-radius: 5px;
    max-height: 90px;
    max-width: 90px;
    margin: 0 30px 0 0;
    padding: 2px;
}
.avatarRight {
    background: none repeat scroll 0 0 #fcfcff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.1);
    float: right;
    max-height: 40px;
    max-width: 40px;
    margin: 0 15px 0 10px;
    padding: 2px;
}
.avatar {
	background: none repeat scroll 0 0 #ffffff;
	border: 2px solid #dcdcdc;
	max-height: 90px;
	max-width: 90px;
	padding: 4px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* ==========================================
	Alert Notifications
   ========================================== */
.alertMsg {
    font-size: 14px;
    line-height: 1.5em;
    padding: 14px 30px 12px 20px;
    position: relative;
    max-width: 100%;
}
	.alertMsg i {
		font-size: 18px;
		margin-right: 10px;
	}

.alertMsg .alert-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAXElEQVR4XnXPsQ1AIQgE0KsYAWf6NDoClfuP8CGAFEY63sUcwobwgVHDtlHwxIaCk9W26ZEY74iccxP0Ag3u96Pg8HDO6Oau7K6bO3qXv88lrKzsM1b9XYIzEucf0sMh9ZVCt9gAAAAASUVORK5CYII=) no-repeat scroll 0 0 transparent;
    display: block;
    height: 12px;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    right: 13px;
    text-indent: -999px;
    top: 17px;
    width: 12px;
}
	.alertMsg .alert-close:hover { opacity: 1; }

.alertMsg.default {
    background-color: #ffffff;
    border: 1px #d5d5d5 solid;
    color: #807d7d;
    transition: background 0.5s ease 0s;
}
	.alertMsg.default:hover {
		background-color: #f9f9f9;
		transition: background 0.5s ease 0s;
	}
.alertMsg.primary {
    background-color: #e96f50;
    border: 1px #f1a489 solid;
    color: #ffffff;
}
	.alertMsg.primary:hover {
		background-color: #f9d6c7;
		transition: background 0.5s ease 0s;
	}
.alertMsg.info {
    background-color: #09c2de;
    border: 1px #09c2de solid;
    color: #ffffff;
}
	.alertMsg.info:hover {
		background-color: #7ec6dd;
		transition: background 0.5s ease 0s;
	}
.alertMsg.success {
    background-color: #1fa480;
    border: 1px #1fa480 solid;
    color: #ffffff;
}
	.alertMsg.success:hover {
		background-color: #3bcfa7;
		border: 1px #3bcfa7 solid;
		transition: background 0.5s ease 0s;
	}
.alertMsg.warning {
    background-color: #fbb451;
    border: 1px #f89406 solid;
    color: #ffffff;
}
	.alertMsg.warning:hover {
		background-color: #fdc274;
		transition: background 0.5s ease 0s;
	}
.alertMsg.danger {
    background-color: #f75676;
    border: 1px #f75676 solid;
    color: #ffffff;
}
	.alertMsg.danger:hover {
		background-color: #e08479;
		transition: background 0.5s ease 0s;
	}

/* ==========================================
	Dashboard Boxes
  ========================================== */
.small-box {height: calc(100% - 30px);margin-bottom: 1.875rem;position: relative;transition: all .5s ease-in-out;}

.small-box > .inner {
    padding: 1.875rem;
    flex: 1 1 auto;
    min-height: 1px;
    word-wrap: break-word;
    background-clip: border-box;
}

.small-box > .small-box-footer {
	background-color: #ffffff69;
	color: #1e1e1e;
	display: block;
	padding: 3px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 10;
	font-size: 18px;
	font-weight: 500;
	padding: 1.875rem;
	/* border-bottom-right-radius: 1.25rem; */
	/* border-bottom-left-radius: 1.25rem; */
}

	.small-box > .small-box-footer:hover {
		background-color: #5781ac;
		background-color: #BEB0E4;
		color: #fff;
	}

.small-box h3 {
    font-weight: bold;
    font-size: 2em;
    color: #555;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    background: transparent;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.small-box p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px!important;
    line-height: 1.5;
    color: #999;
}
	.small-box p span.clock-status {
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		color: #5781ac;
		margin-top: 0;
	}

.small-box .icon {
    bottom: 40%;
    /*color: #c7d2e2;*/
	/*color: rgba(144, 166, 197, 0.2);*/
	color: #FFFFFF;
    font-size: 50px;
    position: absolute;
    right: 10px;
    top: auto;
    z-index: 0;
}
	.small-box .icon:hover {
		color: #90a6c5;
		color: rgba(144, 166, 197, 0.5);
		text-decoration: none;
	}

.small-box .icon.icon-sm {
    bottom: 42%;
    font-size: 52px;
}
.small-box .icon.icon-lg {
    bottom: 10%;
    font-size: 60px;
}

.clockBtn { margin-top: 10px; }

@media screen and (max-width: 480px) {
	.small-box { text-align: center; }
	.small-box .icon { display: none; }
	.small-box p { font-size: 14px; }
}

/* ==========================================
	Search Results
  ========================================== */
.section-box h4 {
	margin: 0 0 4px 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: 400;
	background: transparent;
}
	.section-box h4 a { color: #e96f50; }
	.section-box h4 span { font-size: 15px; font-weight: 300; font-family: 'Open Sans', Arial, sans-serif; }
	
.section-box p { font-size: 14px; }

.search-box { margin-bottom: 10px; }
	.search-box:last-of-type { margin-bottom: 0 !important; }
	.search-box .icon {
		color: #dcdcdc;
		font-size: 70px;
		line-height: 50px;
		margin-left: 5px;;
	}
		.search-box .icon:hover {
			color: #90a6c5;
			color: rgba(144, 166, 197, 0.5);
			text-decoration: none;
		}

.avatarSearch {
	max-height: 75px;
	max-width: 75px;
	padding-left: 5px;
}

/* ==========================================
	Sidebar Accordions
  ========================================== */
dl {
    margin-bottom: 15px;
    width: 100%;
}
dd {
    border: 1px solid #dcdcdc;
    float: left;
    margin-bottom: -1px;
    margin-left: 0;
    padding: 15px;
    width: 100%;
}
	dd:last-of-type { margin-bottom: 10px; }

dd p { font-size: 14px; }
	dd p strong { color: #555555; }
	dd p.updatedOn {
		color: #777777;
		font-size: 12px;
		margin-bottom: 10px;
	}

dt { font-weight: 300; }
	dt a {
		border: 1px solid #dcdcdc;
		cursor: pointer;
		display: inline-block;
		margin-bottom: -1px;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: 400;
		text-decoration: none !important;
		width: 100%;
	}
	dt a:hover, dt a:focus { background: none repeat scroll 0 0 #f8f8f8; }
	dt a i { margin-right: 4px; }

dt.noneFound { background: #f0f0f0; }
	dt.noneFound a { cursor: default; color: #777777; }

dt span {
    color: #777777;
    float: right;
    font-size: 12px;
    text-shadow: 1px 1px 1px #ffffff;
}

/* ==========================================
	Comments
  ========================================== */
.comments {
	transition: all 0.40s ease 0s;
	margin-bottom: 0;
	margin-top: 20px;
	border: 0;
}
.comments:first-of-type { margin-top: 0; }

.comments > .avatar, .comments > a .avatar {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #dcdcdc;
	padding: 3px;
	float: left;
    margin: .1em 1em 0 0;
	max-height: 60px;
    max-width: 60px;
}
.comments > h4 { margin: 0; background: transparent; }
.comments p { margin-top: 5px; margin-bottom: 5px; font-size: 15px; }

/* ==========================================
	Private Messages
  ========================================== */
.isUnread {font-weight: 400;background: #7fc28033;}
.contentMargin {margin-top: 30px;}
.preview-label { font-size: 10px; padding: 6px 12px; }
.panel-body .no-margin { margin-bottom: 0; }

/* ==========================================
	Receipt/Invoice
  ========================================== */
.invoice {
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}
.invoice-info { margin-top: 30px; }
.invoice-title { margin-top: 0; }
.invoice-col { font-size: 14px; }

.invoice-head {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 3px;
	margin: 0.5em 0 .2em;
	padding-left: 0;
	font-weight: 400;
	background: transparent
}

.invoice-table {
	margin-top: 0 !important;
	font-size: 14px !important;
}
	.invoice-table strong { color: #444444; }

.receipt-footer { margin-top: 40px; }

@media print {
	@page {
		size: 11in 7in;
		margin: 0;
	}
	.content { background: #ffffff; padding: 0; border: 0; }
	.invoice {
		width: 6.5in;
		border: 0;
		margin: 0;
		padding: 0;
		filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=3);
	}
		.invoice-col {
			float: left;
			width: 33%;
		}
	.rwd-table { overflow: auto; }
		.rwd-table > .table tr th, .rwd-table > .table tr td { white-space: normal!important; }

	.no-print, .navbar, .logo-cont, #footer { display: none; }
}

/* ==========================================
	My Profile
  ========================================== */
.card-wrap {
    border-radius: 0;
    margin: 30px auto 5px;
    padding: 20px;
    position: relative;
}

.profile_pic-wrap {
    background: none repeat scroll 0 0 var(--sd-primary-100);
    border-radius: 50%;
    height: 90px;
    left: 50%;
    border: solid 3px #ff5000;
    margin-left: -50px;
    overflow: hidden;
    padding: 2.5px;
    position: absolute;
    top: -58px;
    width: 90px;
}
	.profile_pic-wrap img {
		border-radius: 0;
		max-width: 80px;
		max-height: 80px;
		background: #ffffff;
		padding: 4px;
		border-radius: 50%;
	}

.user-name {
    margin: 30px 0 0;
    text-align: center;
	border: 0;
	background: transparent;
}

.user-info {
	font-family: 'Open Sans', sans-serif;
    margin: 0;
    text-align: center;
	border: 0;
	font-size: 16px;
	font-weight: 300;
	padding: 2px 0;
	background: transparent;
}

.actions-wrap { margin-top: 20px; }

blockquote {
    border-left: 0;
    font-size: 18px;
	text-align: center;
    margin: 0;
    padding: 0;
}

.icon-quote {
    color: #bcbcbc;
    padding: 0 6px;
}

/* ==========================================
	Progress Bar
  ========================================== */
.barGraph {
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 100%;
    background: #f0f0f0;
    height: 30px;
    -webkit-transition: 0.4s linear;
       -moz-transition: 0.4s linear;
		-ms-transition: 0.4s linear;
		 -o-transition: 0.4s linear;
			transition: 0.4s linear;
}
.barGraph-title {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    font-weight: 300;
    font-size: 15px;
	text-align: right;
    color: #333333;
}
	.barGraph-title span {
		display: block;
		height: 30px;
		margin-right: 10px;
		line-height: 30px;
	}

.barGraph-bar {
    height: 30px;
    width: 0px;
    background: #7fc280;
}

/* ==========================================
	Pagination
  ========================================== */
.pagination {
    clear: both;
	display: inline-block;
    padding: 0;
	margin: 10px 0 0;
	border-radius: 0;
}
.pagination a {
    color: #4e4e4e;
    font-size: 18px;
    height: 25px;
    padding: 4px 16px;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
    display: inline-table;
    background-color: #ffffff;
}
.pagination a:hover, .pagination a:active {
    background: #ebebeb;
	border-color: #adadad;
	color: #0088FE;
}
.pagination span.current {
    color: #ffffff;
    font-size: 18px;
    height: 25px;
    padding: 4px 16px;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
    display: inline-table;
    background-color: #0088FE;
    border: 1px #0088FE solid;
}
.pagination span.disabled {
    color: #838383;
    font-size: 18px;
    height: 25px;
    padding: 4px 16px;
    text-decoration: none;
    margin: 5px;
    border-radius: 5px;
    display: inline-table;
}

/* ==========================================
	Responsive Tables
  ========================================== */
.rwd-table {
    background: #ffffff;
    color: #333333;
    border-radius: 0;
    overflow: hidden;
    margin: 1em 0;
    width: 100%;
    /* font-size: 85%; */
}

.rwd-table tr {
    border-bottom: 1px solid var(--sd-base-gray-50);
}
.rwd-table tr:hover {
    background: #f5f5f585;
}
.rwd-table tr:first-child:hover {background: #fff;    cursor: text;}
	.rwd-table tr:first-child { border-top: 0; }

/* .rwd-table td { display: block; } */
	.rwd-table td:first-child { padding-top: .5em; }
	.rwd-table td:last-child { padding-bottom: .5em; }
	.rwd-table td:before {
		
	}

.rwd-table th { display: none; }

.rwd-table th, .rwd-table td {
    margin: .5em 1em;
	text-align: left;
    padding: 5px;
}
	.rwd-table th:last-child { text-align: right; }
	.rwd-table th, .rwd-table td:before { color: #333333; font-weight: 600; }
	.rwd-table td:last-child { text-align: right; }
	/* .rwd-table td i {margin-left: 4px;  color: #999999; } */
	/* .rwd-table td i.disabled { margin-left: 4px; color: #cccccc; } */

	.rwd-table td span i.edit:hover { color: #f39c12; }
	.rwd-table td span i.reopen:hover { color: #00a65a; }
	.rwd-table td span i.remove:hover { color: #f56954; }
	.rwd-table td span i.print:hover { color: #3c8dbc; }

@media (min-width:768px) {
    .rwd-table th, .rwd-table td {padding: .85em .5em !important;}
		.rwd-table td:before { display: none; }
	.rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
		.rwd-table th:first-child, .rwd-table td:first-child { padding-left: 0; }
		.rwd-table th:last-child, .rwd-table td:last-child { padding-right: 0; }
}
@media (max-width:767px) {
	.rwd-table td:last-child { text-align: left; }
        .rwd-table th:last-child { text-align: left; }
}

/* ==========================================
	invoice status style
  ========================================== */
h3.Payé {
    background: #10b37c1f;
    color: #069464;
}
h3.impayé {
    background: #ff7b7b2e;
    color: red;
}
h3.En.Attente {
    background: #ff96001a;
    color: #e18502;
}
h3.Fermé {
    background: #ff96001a;
    color: #e18502;
}
/* ==========================================
	Info Lists Tables
  ========================================== */
table.infoTable {
    border-collapse: collapse;
    border: 0 solid transparent;
}
td.infoKey {
    color: var(--sd-base-gray-800);
}
td.infoValAo {
    text-align: right;
}
td.infoKey {}
.infoTable td { 
    border-bottom-width: 1px;
    border-color: var(--sd-base-gray-50);
    letter-spacing: .5px;
    padding: 10px;
    border-left: 0;
    border-right: 0;
    font-weight: 400;
    border-top: 0;
    width: fit-content;
}


tr.profit {
    color: #2ddeda;
    font-size: 1.2em;
    font-weight: bold;
    background: #3ff9d51c;
    border: solid 2px #0cead96e;
}

.infoTable {
    display: table;
    width: 100%;
}
	.infoTable i {
		font-size: 14px;
		margin-right: 6px;
	}

.infoKey {
	border-bottom: 1px solid;
	text-align: left;
	vertical-align: top;
}

.infoVal { text-align: left; border: 1px solid #dcdcdc; }
	.infoVal span {
		color: #888888;
		margin-left: 10px;
		margin-right: 6px;
	}

.infoVal.highlight {
    color: #cc3d3d;
    font-weight: 400;
}

@media (max-width:767px) {
	.infoTable td i {/* display: none; */}
}

/* ==========================================
	Calendar Specific Styles
  ========================================== */
.cal-quip { margin: 10px 0 0; }
.event-padding { padding: 10px 20px; }

/* ==========================================
	Login
   ========================================== */
.loginCont { margin: 10% auto 0; }

.login {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: #ffffff;
}
	.loginCont > .logo { margin-bottom: 40px; text-align: center; }

.login .input-group span { background-color: #ffffff;
    min-width: 40px;
    color: #c7c7c7; }
	.login .input-group input {
		background-color: #ffffff;
		font-weight: 300;
	}

.login .input-group-addon { 
	top: 0px;
    border-top: 1px solid #dcdcdc;
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
}
.login .form-control { border-left: none; border-color: #dcdcdc; }
	.login .form-control:hover {
	  border-color: #f0f0f0;
	  outline: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  transition: border-color 0.5s ease-in-out;
	}
	.login .form-control:focus {
	  border-color: #fddcc6;
	  outline: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  transition: border-color 0.5s ease-in-out;
	}

.login h2 {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 50%;
	margin-bottom: 20px;
	border: none;
	background: transparent;
}

.login p {
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 20px;
}
	.login p a {
	background-image: linear-gradient(270deg, #0048ff 0%, #0d47cf 67%, #0d58c7 100%);
	color: #ffffff;
	border: 0;
	border-radius: 30px;
	}
	.login p a:hover { color: #6d6d6d; }

.login small { margin: 10px 0 10px 0; }
	.login small a {
		color: #6d6d6d;
		text-decoration: none;
		font-weight: 500;
		line-height: 3em;
	}
	.login small a:hover { color: #e96f50; }
	.login small a i { margin-right: 2px; color: #999999; font-size: 90%; }

.login button, .login btn {
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
}
.mall {
	margin : 20px;
}

td a {
    font-size: 16px;
    font-weight: 700;
}
 
ul.switch.nav.nav-tabs {
        background: #ecf4ff;
        padding: 5px;
        border-radius: 0.75rem;
}
a.switch-button {
    border-radius: 0.75rem !important;
    border: solid 1px #ececf1 !important;
    font-weight: 800 !important;
    color: #7a7a7a !important;
}
        .lostPage {
            text-align: center;
            margin-top: 20px;
        }
		.losterror-icon {
            font-size: 150px;
            color: #d9534f;
            margin-bottom: 20px;
        }

        .losterror-title {
            font-size: 36px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }
 
        .losterror-text {
            font-size: 18px;
            color: #777;
        }
p.logo img { 
    max-width: 220px;
}
tr.En.retour a {
    color: #ef5252;
}

tr.En.retour {
    background: #ffc5c5;
    color: #ef5252;
}
tr.Retournée a {
    color: #999;
}

tr.Retournée {
    color: #999;
    background: #ccc;
}
tr.Livrée a {
    color: #099e56;
}

tr.Livrée {
    background: #10b37c1f;
    color: #0ca25e;
}

@media print {
  .d-print-none {
    display: none;
  }
  .d-print-inline {
    display: inline-block;
  }
}
.alert-position {
    position: absolute;
    top: 50px;
    width: 100%;
    max-width: 800px;
}


.selectedStatus {
    text-align: left;
    width: 100%;
    color: #ffffffde;
    line-height: 1.5em;
    border: 0px;
    padding: 15px;
    border-radius: 12px;
    font-weight: 400;
    background: #0088FE;
    border: solid 5px;
}
.unSelected {
    text-align: left;
    width: 100%;
    color: #2d2d2d;
    line-height: 1.5em;
    border: solid 1px #d4d2d2;
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    font-weight: 400;
}
.selectedIcon {
position: relative;
    font-size: 5em;
    right: -035px;
    top: -10px;
}
.selectedStatus h1 {
    color: #ffffffc4;
}