html body .bg-light-inverse {
    background-color: #f6f6f6;
}


@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.all-icons [class*="pe-"]{
    font-size: 40px;
}
.all-icons input{
    border: 0;
}
.all-icons .font-icon-detail{
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-detail input{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
}

.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}


.select-list select {
   background: transparent;
   border: none;
   padding: 0px; 
}
.select-list{
    background: #fff  url(../img/icons/dropdown.jpg) no-repeat right 5px center;
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #d8d8d8;
    height: 40px;
    outline: 0;
	overflow: hidden;
}
.select-list select {
   height:40px;
    width: 100%;
    padding-right: 38px;
    padding-left: 5px;
	vertical-align: bottom;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	border:0px;
	outline:0;
}
.select-list select option{
   color: #7a7a7a;
   font-size:12px;
}

.radio-list input[type=radio] + label{
	color:#202020;
}
.radio-list input[type=radio]{
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px;
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

.radio-list input[type=radio] + label{
  padding-left: 28px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:13px;
	color:#9a9a9a;
	vertical-align:middle;
	cursor:pointer;
	font-weight:normal;
}

.radio-list input[type=radio]:checked + label{
	background-position: 0 -22px;
}

.radio-list label{
	background-image: url(../img/icons/radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-list  input[type="checkbox"] {
	-webkit-appearance: none;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding: 8px;
    background: #fff;
    cursor: pointer;
    outline: 0;
    margin-top: 2px;
    float: left;
}

.checkbox-list input[type="checkbox"]:checked{
	background-color: #fff;
	border:1px solid #e5e5e5;
	box-shadow:none;
	background-position:center;
	background-image:url(../img/icons/check.png);
	outline:0;
}

.checkbox-list label{
	color:#747474 !important;
	font-weight:400 !important;
    cursor: pointer;
    margin-bottom: 0px;
    vertical-align: text-bottom;
	font-size:14px;
}

.datepicker{
    background: #fff url(../img/icons/calendar.png) no-repeat right 10px center;
}

.timepicker{
    background: #fff url(../img/icons/clock.png) no-repeat right 10px center;
}

.dashBX{
    border: 1px solid #eeeeef;
    display: block;
    padding: 30px 15px;
    border-radius: 3px;
    background: #f7f7f8;
    color: #464646;
    font-size: 22px;
    text-align: center;
    font-weight: 300;
}

.dashBX span{
	display:block;
	font-weight:400;
	color:#717171;
	font-size:28px;
}

span.p-quantity{
    font-size: 15px;
    font-weight: 300;
    margin: 8px 0px;
}

.store-menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.store-menu ul li{
	display:inline-block;
}

.store-menu ul li a{
    padding: 10px 15px;
    font-size: 16px;
    color: #8a8a8a;
    display: block;
    border: 1px solid #eaeaeb;
    border-radius: 5px;
    text-transform: uppercase;
}

.store-menu ul li a.active, .store-menu ul li a:hover{
	background:#f7f7f8;
}

table a{
	color:#888 !important;
}

.transfer-DD label{
    font-size: 15px;
    margin-right: 5px;
}

.transfer-DD .select-list{
	max-width: 250px;
    display: inline-block;
    vertical-align: middle;
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none;
	font-size:15px;
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid;
	color:#ececec;
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#202020;
    font-weight:400;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0;
	color:#ececec;
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#202020;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.tree li .t-update{
    font-size: 11px;
    margin-left: 8px;
	line-height:normal;
	display:none !important;
}

.tree li .t-update a i{
    color: #337ab7;
    vertical-align: text-top;
    margin: 1px 0px 0px 0px;
}

.tree li  .hover-update:hover .t-update{
	display:inline !important;
}

.bl-sheet p.title{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0px;
	color:#66F;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.bl-sheet p{
	font-size:14px;
	margin-bottom: 15px;
	color:#909090;
}

.bl-sheet p span, .bl-sheet h5 span{
	float:right;
}

.bl-sheet p.s-title{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0px;
	color:#777;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.padding-right0{
	padding-right:0px !important;
}

.n-con label.title{
    font-size: 16px;
    text-transform: none;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1%;
    width: 28%;
	background: none;
}



.n-con .form-control{
    display: inline-block;
    width: 70%;
}

.n-con .select-list{
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.loginBG{
	background:url(../img/loginBG.jpg) no-repeat top left;
	background-size:cover;
}

.pagination{
	margin-top:0px;
}

.pagination>li>a, .pagination>li>span {
    color: #fdcb01;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #ffffff;
    background-color: #fdcb01;
    border-color: #fdcb01;
}

.card .dashboardcl  .table tbody td:first-child, .card .dashboardcl .table thead th:first-child {
    padding-left: 5px;
    width: 70px;
}

.dashboardcl .table{
    border: 1px solid #ddd;
}

.dashboardcl .table > thead > tr > th, .dashboardcl .table > tbody > tr > th {
    border-bottom-width: 1px;
    font-size: 12px;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400;
    padding-bottom: 5px;
    background: #fdfdfd;
    border: 1px solid #ddd;
}

.dashboardcl .table > thead > tr > th {
    text-align: center;
}

.dashboardcl .table > thead > tr > th, .dashboardcl .table > tbody > tr > th, .dashboardcl .table > tbody > tr > td{
    padding: 5px;
}

.dashboardcl .table > tbody > tr > td{
    font-size: 12px;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400;
    border: 1px solid #ddd;
}

.dashboardcl .table > tbody > tr > td a{
    display: block;
}

.enewservicemodal .modal-dialog{
	width:100%;
	max-width:100%;
	height:100vh;
	margin:0px;
}

.newservicemodal .modal-dialog .modal-content {
    border-radius: 0px;
    height: 100vh;
}

.newservicemodal .close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #ef5350;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    margin-top: -30px;
    border: 1px solid #ef5350 !important;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    outline: 0 !important;
}

.newservicemodal select.custom-select option{
	height:30px;
		
}

@media (min-width: 768px){
.newservicemodal  .modal-dialog {
    width:100%;
    margin:0px;
}
}

.newservicemodal .bg-light-inverse {
    padding: 20px;
}

.newservicemodal h4{
    margin-top: 0px;
}

.newservicemodal .btn-info{
    background: #000;
    color: #fff;
    border-color: #000;
}

.newservicemodal .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.addeditclientmodal .modal-dialog{
	width:100%;
	max-width:1200px;
}

.addeditclientmodal .close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #ef5350;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    margin-top: -30px;
    border: 1px solid #ef5350 !important;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    outline: 0 !important;
    margin-top: -25px;
}

.addeditclientmodal .nav-tabs {
    margin-bottom: 10px;
}

.addeditclientmodal .profile-tab li a.nav-link {
    font-size: 12px;
}

.addeditclientmodal .form-group {
    margin-bottom: 10px;
}

.modal-open .modal.addeditclientmodal {
    background: rgba(0, 0, 0, 0.3);
}

.newservicemodal .modal-body {
    position: relative;
    padding: 15px;
    height: 79vh;
    overflow-y: auto;
}

.deleteIC{
    display: block;
    text-align: center;
    font-size: 20px;
}

.text-warning h3{
margin-top: 0px;
}