
body{
	overflow: hidden;
	background-color:#F8F8F8;	
}
body, p, a{
	font-family:'Roboto-Regular';
    font-size: 10pt;
}
a{
   text-decoration: none;
   transition:all 0.3s ease;
}
a:hover{
	text-decoration: none !important;
	transition:all 0.3s ease;
}
ul{
    margin: 0;
    padding: 0;	
}
ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.space-text{
	white-space:nowrap;
}
.font-weight-bold,
b, strong{
    font-family: 'Roboto-Bold';
}
.h-100vh{
	height: 100vh;
}
.documents .videos .youtube-btn,
.open-video-box,
button{
	cursor: pointer;
}
.border-radius-50 {
	border-radius:50px;
	overflow:hidden;
}
.form-control{
    font-size:10pt;
	padding:3px 5px;
	outline: none !important;
	
}

select.form-control:not([size]):not([multiple]) {
    height: 31px;
}
button,
.form-control:focus{
	outline: none !important;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fa {
	min-width:20px;
	text-align:center;
}
.font-orange{
	color:orange;
}
.font-red{
	color:#FF0000;
}
.font-dark-red{
	color:#7C0D11;
}
.font-success{
	color:#28A745;
}
.font-primary{
	color:#007BFF;
}
.bg-gray{
	background-color:#F4F4F4;
}
.bg-gray-2{
	background-color:#CCCCCC;
}
.bg-black{
	background-color:#000000;
}
.text-gray{
	color:#BEBEBF;
}
.text-gray-light{
	color:#d2d1d1;
}
.transparent{
	background-color:transparent !important;
}

.text-error{
	color:#da5454 !important;
}
.text-part{
	color:#A2D246 !important;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.bg-properties{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.notification{
	display:inline-block;
	position:fixed;
	bottom:0;
	right:0;
	visibility:hidden;
	z-index:9999;
}
.notification .alert{
	position:relative;
	box-shadow: 0px 5px 6px rgba(0,0,0,0.2);
	overflow:hidden;
	visibility:hidden;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 5s;
}
.notification .alert-dismissible .close {
    position: absolute;
	padding:0px;
	top:0;
	bottom:0;
	right:10px;   
}
@keyframes example {
  0%   {visibility: hidden; opacity:1;}
  1%  {visibility: visible; }
  7%  {visibility: visible; right:20px;}
  90%  {visibility: visible; opacity:1;}
  100% {visibility: hidden; opacity:1; right:20px;}
}

.line-1, .line-2, .line-3, .line-4, .line-5, .line-6{
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-1{-webkit-line-clamp: 1;}
.line-2{-webkit-line-clamp: 2;}
.line-3{-webkit-line-clamp: 3;}
.line-4{-webkit-line-clamp: 4;}
.line-5{-webkit-line-clamp: 5;}
.line-6{-webkit-line-clamp: 6;}

.font-light{
	color:#A8B1C7;
}

/* login box css */
.login{
	background-image:url(../images/bg-login.jpg);
}
.login .img{
	background-color:#EFF2F7;
}
.label{
	position:relative;
}
.label span{
	position:absolute;
	left:10px;
	top:-9px;
	background-color:white;
	color:#84757D;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;	
	
}
.label .span-color{
	color:#84757D;
}

.font-dark{
	color:#636363;
}
.shadow{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
}
.shadow-dark{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
/*End login box css */
.header{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

/* Topbar */
.header .topbar{
	position:fixed;
	left:260px;
	right:0px;
	top:0px;
	height:86px;
	z-index:9999;
	background: linear-gradient(180deg, rgba(248,248,248, 0.9) 80%, rgba(0,212,255,0) 100%);
	
}
.header .noti{
	position:relative;
	font-size:18px;
	color:#757575;
	cursor:pointer;
}
.header .noti .dropi{
	position:absolute;
	top:-14px;
	right:-2px;
	width:22px;
	height:22px;
	border-radius:100%;
	background-color:#CB3806;
	font-size:10px;
	color:white;
	text-align:center;
	padding-top:4px;
	font-family:Roboto-Bold;
}
.header .noti .dropy{
	position:absolute;
	top:40px;
	left:0px;
	width:200px;
	background-color:#ffffff;
	font-size:10px;
	color:white;
	text-align:center;
	font-family:Roboto-Bold;
}

.header .noti .dropy a{
	font-size:14px !important;
}
.header .topbar .card{
	box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
}
.header .topbar .card a,
.header .topbar .card button,
.header .topbar .card .user{
	font-size:18px;
	color:#757575;
	padding:11px 0px;
	position:relative;
	cursor:pointer;
}
.header .topbar .card .image{
	width:40px;
	height:40px;
	border-radius:100%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.header .topbar .drop{
	position:absolute;
	right:0px;
	top:60px;
	display:none;
	width:168px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
	z-index:999;
}
.header .topbar .drop a{
	font-size:14px;
}
.header .topbar .drop a:hover{
	color:#015EEA;
	padding-left:10px !important;
}
.header .topbar .card .drop.show{
	display:block;
}
/* End Topbar */



.header .navs{
	position:fixed;
	width:260px;
	background-color:white;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
	z-index:99999;
	
	
}.header .navs .links{
	overflow:auto;
	max-height: 89%;
}
.header .navs .links a{
	display:block;
	color:#626262;
	font-size:14px;
	padding:10px 10px;
	
}
.header .navs .links a.active{
	background-color:#015EEA !important;
	font-size:16px;
	color:white;
	border-radius:5px;
	box-shadow: 0 0 10px 0 rgba(1, 94, 234,.6)!important;
	
}
.header .navs .links a:hover{
	border-radius:5px;
	background-color:#F6F6F6;
	box-shadow: 0 0 10px 0 rgba(246, 246, 246,.6);
}

.header .body{
	position:fixed;
	left:260px;
	right:0px;
	top:0px;
	padding-top:86px;
	bottom:0px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
	
}
.header .navs .links::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar{
	height:7px;
}
.header .navs .links::-webkit-scrollbar,
.messages .users::-webkit-scrollbar,
.header .body::-webkit-scrollbar{
	width:7px;
}
.header .navs .links::-webkit-scrollbar-thumb,
.messages .users::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.header .body::-webkit-scrollbar-thumb{
	background-color:#C1C1C1;
	border-radius:200px;
}



.cards .card{
	box-shadow: 0 3px 16px rgba(0,0,0,.23);
	background-size:cover;
	background-position:top center;
	position:relative;
	overflow:hidden;
	border-radius:10px;
}
.cards .today{
	background-image:linear-gradient(to left, #0db2de 0%, #005bea 100%) !important;
}
.cards .total-commission:before,
.cards .total-message:before,
.cards .life-time-fuels:before,
.cards .fuels-month:before,
.cards .fuels-week:before,
.cards .fuels-today:before,
.cards .life-time:before,
.cards .month:before,
.cards .week:before,
.cards .today:before{
	font-size:100px;
	color:#ECF0FA;
	opacity:50%;
	font-family: 'FontAwesome';
	position:absolute;
}

.cards .today:before{
	content:"\f1b2";
	font-size:125px;
	bottom:-50px;
	right:-20px;
}

.cards .fuels-today:before{
	content:"\f017";
	font-size:125px;
	bottom:-50px;
	right:-20px;
}
.cards .fuels-today{
	background-image:linear-gradient(to left, #3CC466 0%, #0CA363 100%) !important;
}

.cards .week:before{
	content:"\f1b3";
	font-size:110px;
	bottom:-41px;
	right:-32px;
}
.cards .week{
	background-image:linear-gradient(to right, #f93a5a 0%, #f7778c 100%) !important;
}


.cards .fuels-week:before{
	content:"\f133";
	font-size:110px;
	bottom:-30px;
	right:-32px;
}

.cards .fuels-week{
	background-image:linear-gradient(to right, #CF8004 0%, #FABA00 100%) !important;
}

.cards .month:before{
	content:"\f073";
	bottom:-30px;
	right:-10px;
}

.cards .month{
	background-image:linear-gradient(to left, #48d6a8 0%, #029666 100%) !important;
}

.cards .fuels-month:before{
	content:"\f1fe";
	bottom:-40px;
	right:-30px;
	font-size:110px;
}

.cards .fuels-month{
	background-image:linear-gradient(to left, #F0706F 0%, #CA3704 100%) !important;
}

.cards .life-time:before{
	content:"\f1c0";
	bottom:-30px;
	right:-10px;
}
.cards .life-time{
	background-image:linear-gradient(to left, #efa65f, #f76a2d) !important;
}

.cards .life-time-fuels:before{
	content:"\f233";
	bottom:-44px;
	right:-10px;
	font-size:112px;
}
.cards .life-time-fuels{
	background-image:linear-gradient(to left, #7F6EFB, #120CA5) !important;
}
.cards .total-message:before{
	content:"\f0e0";
	top:-53px;
	bottom:-44px;
	right:-50px;
	font-size:136px;
	color:#CFF48D;
}
.cards .total-message{
	background-color:#DCFFA0 !important;
}

.cards .total-commission:before{
	content:"\f0e0";
	top:-53px;
	bottom:-44px;
	right:-50px;
	font-size:136px;
	color:#FDC2C8;
}
.cards .total-commission{
	background-color:#FFE2E6 !important;
}
.record .card {
	box-shadow: 0 0px 15px rgba(0,0,0,.23);
}
.record .card .number{
	min-width:75%;
}
.record .card .icon{
	min-width:45px;
	min-height:45px;
	border-radius:100%;
	text-align:center;
	font-size:20px;
	background-color:#D3E3FF;
	padding-top:12px;
}
.record .card .img{
	width:35px;
	height:35px;
	border-radius:100%;
	text-align:center;
	
	font-size:16px;
	padding-top:6px;
	
}
/* Sale Management */

.table-hover:hover{
	background-color:#F8F9FA;
}

/*End Sale Management */



/* Pagiantion Css */

.pagination{
	justify-content: flex-end;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
	display:inline-flex;
}
.pagination .page-item .page-link{
	border:solid white 1px;
	padding:10px;
	background:transition;
	color:#757575;
	font-size:8pt;
	border-radius:0px ;
	
}
.pagination .page-item  .current{
	 background-color:#015EEA;
	 padding-left:14px;
	 padding-right:14px;
	 color:white;
}


/* End Pagiantion Css */



/* User */

.user-img{
	min-width:30px;
	height:30px;
	border-radius:100%;
	text-align:center;
	line-height:31px;
	color:white;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.agent-img img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:122px;
}
.profile .card{
	overflow:hidden;
}
.profile .nav-tabs{
	border-bottom:solid px #A8B1C7;
}
.profile .tab-pane,
.profile .nav-tabs .nav-item a{
	border:solid 1px #A8B1C7;
}
.profile .nav-tabs .nav-item a.active{
	background-color:#ECF0FA;
}
.profile .tab-pane{
	border-top:none;

}

.profile .card .head{
	font-size: 50px;
    line-height: 150px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
}
/* End User */


/* Messaage */
.messages .card.mes{
	overflow:hidden;
}

.messages .overlay{
	position:absolute;
	top:0px;
	right:0px;
	left:100%;
	bottom:0px;
	background-color:rgba(0,0,0, 0.4);
	z-index:999;
	transition:all 0.3s ease;
}
.messages .overlay.show{
	left:0px;
	transition:all 0.3s ease;
}
.messages .res-contact{
	width:250px;
	background-color:white;
	z-index:999;
	height:480px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:-250px;
}
.messages .res-contact.show{
	left:0px;
	transition:all 0.3s ease;
}
.messages .users{
	height:406px;
	overflow:auto;	
	overflow-x:hidden;
	overflow-y:auto;
}
.messages .message{
	height:480px;
}
/* End Messaage */
.mirror{
	position:fixed;
	top:0px;
	cursor:pointer;
	right:0px;
	bottom:0px;
	left:100%;
	background-color:rgba(0,0,0,.7);
	z-index:9999;
	transition:all 0.3s ease;
}
.mirror.show{
	left:260px !important;
	
	transition:all 0.3s ease;
}

.open-video-modal .modal-content {
	position:relative;
}
.open-video-modal .modal-content button{
	border:solid black 1px;
	position:absolute;
	background-color:#F0F0F0;
	z-index:999999;
	top:-10px;
	opacity:1;
	right:-10px;
	width:30px;
	height:30px;
	border-radius:100%;
	font-size:14px;
	z-index:1;
	
}
.open-video-modal .modal-body .vidoe-box{
	position:relative;
}
.open-video-modal .vidoe-box img {
    max-height: 407px;
}
.open-video-modal .modal-body .vidoe-box iframe{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
}
.open-video-box .card .card-img{
	height:135px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}
.open-video-box .card .card-img:before{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.4);
	z-index:1;
	transition:all 0.3s ease;
}
.open-video-box .card:hover .card-img:before{
	background-color:rgba(0,0,0,0);
	transition:all 0.3s ease;
}
.deleted-btn{
	position:absolute;
	top:10px;
	right:20px;
	z-index:11;
}
.documents .box{
	max-width:96px;
	min-width:96px;
	height:100px;
	display:inline-block;
	vertical-align:bottom;
	
}
.documents .videos{
	width:49%;
	height:83px;
	display:inline-block;
	vertical-align:bottom;
	overflow:hidden;
	position:relative;
	
}
.documents .videos img{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:83px;
}
.documents .videos .youtube-btn{
	position:absolute;
	top:0px;
	padding-top:26px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.5);
}
.documents .videos .youtube-btn img{
	width:40px;
	opacity:.7;
}
.documents .videos .youtube-btn:hover img{
	opacity:1;
}


.premission a{
	position:relative;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	
}
.premission .collapse .inner{
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.premission a span{
	padding-left:30px;
}

.premission a[aria-expanded="true"]{
	background-color:#DAE0E5 !important;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}
.premission a[aria-expanded="true"]:before,
.premission a[aria-expanded="false"]:before{
	position:absolute;
	left:10px;
	top:11px;
	z-index:999;
}
.premission a[aria-expanded="true"]:before{
	content: "\f068";
	font: normal normal normal 14px/1 FontAwesome;	
}
.premission a[aria-expanded="false"]:before{
	content: "\f067";
	font: normal normal normal 14px/1 FontAwesome;
}
.hr{
	position:relative;
}
.hr div{
	
	width:40px;
	height:25px;
	top:-10px;
	font-size:16px;
	background-color: #fff;
	display:block;
	bottom:0px;
	text-align: center;
	margin:auto;
	margin-bottom:-13px;

}

.icons .icons-box{
	box-shadow: 0 3px 16px rgb(0 0 0 / 23%);
	display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: white;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	
}
.icons .icons-box .tag{
	box-shadow: 0 0px 16px rgb(0 0 0 / 23%);
	position: absolute;
	top:-6px;
	right:-10px;
	background: #CD3B0B;
	padding-left:8px;
	padding-right:8px;
	height:20px;
	border-radius:50px;
	font-size:11px;
	padding-top: 3px;
}
.icons p{
	color:black;
}

@media screen and (max-width: 1500px){}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 992px){
	
	.messages .contacts{
		min-width:0px !important;
		overflow:visible;
	}
	.messages .message{
		height:100%;
	}
	.messages .users {
		height:100%;
		border-right:#DEE2E6;
	}
	.icons .icons-box{
		display: inline-block;
		width: 64px;
		height: 64px;
	}
}
@media screen and (max-width: 768px){
	.form{
		min-width:100%;
	}
	.container {
		padding-right: 8px;
		padding-left: 8px;
	}
	h1{
		font-size:22pt;
	}
	h2{
		font-size:20pt;
	}
	h3{
		font-size:18pt;
	}
	h4{
		font-size:16pt;
	}
	h5{
		font-size:14pt;
	}
	h6{
		font-size:10pt;
	}
	
	.header .navs{
		left:-100%;
		transition:all 0.3s ease;
	}
	.header .show{
		left:0px;
		transition:all 0.3s ease;
	}
	.header .topbar,
	.header .body{
		left:0px;
	}
	.profile .nav-item{
		width:100%;
		margin-bottom:5px;
	}
	.open-video-box .card .card-img {
		height: 250px;
	}
}
@media screen and (max-width: 576px) {
	
}


