
 .copy-msg-btn{
    border: 0;
    position: absolute;
    top: 0;
    background: #ff000000;
	    color: #7638ff;
}

.r-minus{ right: -30px;}
.l-minus{ left: -30px;}




.custom-client{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.custom-client .form-group {
    margin-bottom: 1rem;
    width: 30%;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    border-bottom: 1px solid #d5d5d578;
    background: #fafafa;
    padding: 10px;
    align-items: center;
	    flex-wrap: wrap;
		    border-radius: 10px;
}
.custom-client label {
    margin-bottom: 0.5rem;
    color: #aaaaaa;
    font-weight: 300;
	width: 100%;
}


.error-message{color:red;}


body {
    font-family: 'Poppins';
}



/* Map */


#map-container{
    
    width: 80%;
}

.map-styles{
    
    width: 100%;
    height:90vh;
    max-width: 100%;
    
}

.report-charts{
    
    
    width:25%;
    
}

.pie-chart-size{width:100%;max-width:300px; }


.bar-charts{max-width:76%;width:800px;display: inline-block;    vertical-align: top;margin-bottom:50px;}


.side-text-bar{width:23%;display: inline-block;margin-bottom:20px;}

.bar-char-outer{width:75%;}

.display-flex{display:flex;}





.side-info{
    
    
    width: 20%;
    max-height: 100vh; 
    overflow: scroll
}






/* sms chat */

    .view-chat{display:none;
        
        position: absolute;
        bottom: 0;
        right: 0px;
        
    }
    
.chat-window .chat-users-list .chat-scroll {height: calc(100vh - 300px);}   
    
.chat-window .chat-scroll {
  
    height: calc(100vh - 255px);
}    

@media (max-width: 991px) {
    
    .view-chat{display:block;}
    
    
}


.chat-window .chat-cont-left .chat-users-list div.media:hover {
    background-color: #f5f5f6;
}


.chat-window .chat-cont-left .chat-users-list div.active {
    background-color: #f5f5f6;
}




.chat-window .chat-cont-left .chat-users-list div.media {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    transition: all .2s ease 0s;
}



.chat-window .chat-cont-left .chat-users-list div.media:hover {
    background-color: #f5f5f6;
}


.chat-window .chat-cont-left .chat-users-list div.media .media-body>div:first-child .user-name {
    color: #333;
    text-transform: capitalize;
}


.chat-window .chat-cont-left .chat-users-list div.media .media-body>div:first-child .user-name, .chat-window .chat-cont-left .chat-users-list div.media .media-body>div:first-child .user-last-chat {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-window .chat-cont-left .chat-users-list div.media .media-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.chat-window .chat-cont-left .chat-users-list div.media .media-body>div:last-child {
    text-align: right;
}




.chat-window .chat-cont-left .chat-users-list div.media.read-chat .media-body>div:last-child .last-chat-time {
    color: #8a8a8a;
}





.chat-window .chat-cont-left .chat-users-list div.media .media-body>div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px;
}



.chat-window .chat-cont-left .chat-users-list div.media .media-body>div:last-child {
    text-align: right;
        position: relative;
}


/*Settings page*/


.setting-body a {
	    margin: 1% 1.6% 1% 1.6%;
    width: 30%;
    border-left: 3px solid #000000;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    color: black;
    box-shadow: 0 4px 14px rgb(39 39 39 / 15%);
}


.setting-body a:hover{
	
	 box-shadow: 9px 5px 8px 4px rgb(0 0 0 / 15%);
	
}


.setting-body {
    display: flex;
    flex-wrap: wrap;
}







/*data tables*/
.dt-bootstrap4 .top{
    display: flex;
    justify-content: space-between;
    padding: 25px 20px 5px 20px;
	flex-wrap: wrap
}

.dt-bootstrap4 .bottom{
    padding: 5px 15px 25px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.top-nav-search .search-inner {
    margin-top: 10px;
    position: relative;
    width: 100%;
}


.top-nav-search.search-heard-modal{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    float: none;
    margin-bottom: 25px;
}

.width-100{width:100%;}




.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.datefilterouter{ width:29%;}
.selectdatebetween{ width:100%;margin-top: 10px;}

.change-message {
    display: none;
}


.container {
    width: 100%!important;
}

.approvedbtn {
	    margin:10px;
}

.chat-window .chat-cont-right .chat-body .chat-date:after {

    margin-left: 50px;

}

.chat-window .chat-cont-right .chat-body .chat-date:before {

    margin-right: 50px;
   
}



.content-hide {
  display: none
}
.content-hide:first-of-type {display:block}

a {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 0;
}


/**/

.fc-list-table td {
    color: #6d6d6d;
}


.username {
  font-size: 15px;
}

.logout {
  font-size: 14px;
}

/* .profile-photo {
  max-width: 130px;
  margin: auto;
  display: block;
} */

.profile-photo {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 130px;
  height: 130px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.profile-photo .update-photo {
  position: absolute;
  bottom: 0px;
  font-size: 14px;
  text-align: center;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  padding: 2px 0 8px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

.profile-photo:hover .update-photo {
  visibility: visible;
  opacity: 1;
}

.profile-photo .update-photo label {
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.profile-photo .update-photo label input {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

::-webkit-file-upload-button {
  cursor:pointer;
}

.show-pass {
  font-size: 13px;
  cursor: pointer;
}

#photoUploaded {
  display: none;
  font-size: 13px;
}




.list-hover-slide li {
  position: relative;
  overflow: hidden;
}
.list-hover-slide a {
  display: block;
  position: relative;
  z-index: 1;
  transition: .35s ease color;
}

.list-hover-slide a.is-current:before, .list-hover-slide a:hover:before {
  left: 0;
}



/**/

.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
}



.flex-box {
     display: flex;
    flex-wrap: wrap;
    width: 48%;
	    margin-bottom: 35px;
    padding: 20px;
background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgb(119 119 119 / 15%);  
}


.no-padding-left {padding-left:0;}

.no-padding-right {padding-right:0;}





table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table th {
 
}


.table-bordered td{
  border: 1px dotted #dddddd;
  text-align: left;
  padding: 8px;
      font-family: "Poppins",Sans-serif;
    font-size: 13px;
	    letter-spacing: .4px;
}

.table td{
    vertical-align: top;
    text-overflow: ellipsis;
    padding: 20px 10px 20px 20px;
    border-top: 1px solid #dee2e6;
}



.dropdown-colorselector>.dropdown-menu>li>.color-btn.selected:after {
    content: "\2713";
    display: inline-block;
    font-size: 11px;
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 20px;
}



table tr:nth-child(even) {
  background-color: #fff;
}


ul.table {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
	margin: 0;
    padding: 0;
}
ul.table li {
    display: table-cell;
    text-align: left;
    border: 0.5px solid #bfbfbf;
    vertical-align: top;
    word-wrap: break-word;
    width: 185px;
    padding: 10px 20px;
	color: #6d6d6d;
}

ul.table.bold li {font-weight:700;padding: 6px 10px;}

.usercolor {
	
	    color: white;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1;
	
	
} 


.inboundcallicon{
	
	transform: rotate(50deg);
	color:green;
	
}


.outboundcallicon{
	
	transform: rotate(230deg);
	color:green;
	
}

.bgwhite {background:#fff;}




.box{
	    margin: 20px 0px;
		border-left: #3b4b52 3px solid;
	    text-align: right;
    position: relative;
    padding: 15px;
	width:19%;
    cursor: pointer;
    transition: .3s box-shadow;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 14%), 0 2px 2px 0 rgb(0 0 0 / 10%), 0 1px 5px 0 rgb(0 0 0 / 8%);
	
	
}

.box:hover {
    box-shadow: 0 12px 12px -8px rgb(0 0 0 / 40%);
}

.box:first-child {
  margin-left:0px;
}

.box:last-child {
  margin-right:0px;
}



.dark{
line-height: 25px;
    margin: 30px 0 20px;
    font-family: "Nunito";
    font-weight: 600 !important;
    color: #3e4b51;
}

.light{    margin-bottom: 10px;
    font-size: 1em;
    color: #999;}
	
	



.text-align-right{
    text-align: right;
}


.margin-right{
    margin-right: 10px;
	    width: 20px;
}


.settingbutton{
    background: #3b4b52;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 15px;
	color: #fff !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    line-height: 2.6em !important;
	font-family: "Poppins",Sans-serif;
	    overflow: hidden;
    text-overflow: ellipsis;
	padding:5px 15px;
	font-size: 13px;
}


.settingbutton i{    margin-right: 10px;
    width: 10px;
}

.opendialerbutton{
      color: #404040 !important;
    border-radius: 15px;
    background: #ffd400 !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    line-height: 2.6em !important;
	font-family: "Poppins",Sans-serif;
	    overflow: hidden;
    text-overflow: ellipsis;
	padding:5px 15px;
	font-size: 13px;
	margin-right:15px;
}

.opendialerbutton i{    margin-right: 10px;
    width: 10px;
}

.wknumber{font-size:12px;}




/*  Radiobutton for job page  */










.button-now {
     list-style-type:none;
     margin:25px 0 25px 0;
     display: flex;
    justify-content: flex-start;
        box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);
    margin-bottom: 30px;
    border-radius: 20px;
        background: #fff;
    padding: 20px;
    font-size: 10px;
}

.button-now li {
    
       margin: 0 5px 0 0;
    width: -webkit-fill-available;
    min-height: 40px;
    text-align: center;
    line-height: unset;
    position: relative;
}

.button-now label, .button-now input {
    display:block;
   
}

.button-now input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.button-now input[type="radio"]:checked + label {
   border-bottom: 4px solid #7638ff;
}

.button-now label {
     padding:5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}

.button-now label:hover {
     background:#DDD;
}


.ajax-menu{
    width: 100%;
    border-bottom:2px solid #e4e4e4;
	margin: 25px 0;
}



.jobheading{
  font-size: 20px;
    color: #333333;
    text-transform: capitalize;
    margin: 10px 0;
    font-weight: 800;
}

.jobtopdetails {
    margin: 10px 0;
    font-size: 14px;
    align-items: baseline;
    justify-content: space-between;
    display: flex;
    width: 100%;
	flex-wrap:wrap;
}

.jobtopdetails .right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.jobtopdetails .btn-primary {

    margin-right: 10px;
}
.jobtopdetails i {
    margin:0 10px 0 0;
}



/* Map Page style ----------------------------------------------- */

.map-page .job-side-text{
    background: #ededed;
    padding: 10px 10px;
    border-top: 1px solid #b3b3b3;
    color: #000;
}


.map-page .job-side-text-status{
    background: #3c5365;
    color: #fff;
    padding: 1px 10px;
    border-radius: 2px;
    line-height: 10px;
    height: 10px;
}

.container.map-page  {
    width: 100%;
}






/*  List phone numbers */

.full-width{
	width:100%;
	display: block;
    position: relative;

}


.flex .list-group-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
}

.flex .tableheader{
	color: #444;
    border-color: #ccc!important;
font-weight: 800;	
    background-color: #ececec!important;
}


/* login page */


.login-box{
	
	
	display: flex;
    width: 100%;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    color: rgb(38, 40, 45);
    box-shadow: rgb(32 32 32 / 8%) 0px 10px 32px;
    flex: 1 1 0%;
    padding: 40px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: normal;
	
	
}



.main-block-login{
    display: block;
    margin: 0 auto;
    width: 500px;
        max-width: 100%;

}


.main-block-login #buttonstyle{
    border: 1px solid rgb(163, 176, 179);
    border-radius: 2px;
    background-color: rgb(163, 176, 179);
    font-size: 12px;
    width: 100%;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 0px 20px;
    letter-spacing: 2px;
	  transition: 0.3s;

}



.main-block-login #buttonstyle:hover{
   
    background-color: rgb(241, 99, 52);
		  transition: 0.3s;

}



.main-block-login .form-control {
height: 50px;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: geomanistlight;
    outline: none;
    border-radius: 2px;
    appearance: none;
    border: 1px solid rgb(209, 215, 217);
background-color: rgb(255, 255, 255) !important;}



 .main-block-login  label{
    color: rgb(32, 32, 32);
    font-size: 14px;
        font-family: monospace;
    font-weight: normal;
    font-style: normal;
    margin: 12px 0px;
    padding: 0px;
    line-height: 14px;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}


 .headingtext{
    color: rgb(98 98 98);
    font-size: 24px;
       font-family: monospace;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    margin: 30px 0px 24px;
    padding: 0px;
    line-height: 33px;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: center;
    text-decoration: none;
}

.uperhead{
	
	color: rgb(241, 99, 52);
    font-size: 36px;
	    font-weight: bold;

	
}


/* buttons */


.btn-warning {
    color: #fff;
   background-color: rgb(241, 99, 52)!important;
		  transition: 0.3s;

    border-color: #eea236;
}



/* slidet toggle switch*/

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
    width: 23px;
    left: 5px;
    bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.customswitch{
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../images/loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}







/* Job Activites timeline */

.timeline {
  display: flex;
  flex-direction: column;
  width: 50vw;
  margin: 5% auto;
}
.timeline__event {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 10px 0;
  border-radius: 8px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}
.timeline__event__title {
  font-size: .9rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #9251ac;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
}
.timeline__event__date {
  color: #f6a4ec;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}
.timeline__event__icon {
  border-radius: 8px 0 0 8px;
  background: #9251ac;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 40%;
  font-size: 1rem;
  color: #9251ac;
  padding: 20px;
}
.timeline__event__icon i {
     font-size: 1.5rem;
    width: 5rem;
    height: 5rem;
    position: absolute;
    border-radius: 100%;
    left: -6rem;
    top: 51%;
    transform: translateY(-50%);
    border: 2px solid #9251ac;
}
.fa-laptop:before {
    content: "\f109";
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.timeline:before{display:none;}



.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #9251ac;
  position: absolute;
  top: 52%;
  left: -3.5rem;
  z-index: -1;
}
.timeline__event:before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  background: #f6a4ec;
  border-radius: 100%;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #9251ac;
}
.timeline__event--type2:before {
  background: #87bbfe;
  border-color: #555ac0;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
  background: #555ac0;
  color: #555ac0;
}
.timeline__event--type2 .timeline__event__title {
  color: #555ac0;
}
.timeline__event--type3:before {
  background: #aff1b6;
  border-color: #24b47e;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
  background: #24b47e;
  color: #24b47e;
}
.timeline__event--type3 .timeline__event__title {
  color: #24b47e;
}
.timeline__event:last-child:after {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
  }

  .timeline__event__icon {
    border-radius: 4px 4px 0 0;
  }
}






/*  Invoice style */


.invoice-form h3 {
    font-weight: 600;
    font-size: 16px;
    color: #3f576a;
	letter-spacing: .5px;
    text-transform: capitalize;
	padding: 0;
}


.invoice-form h3 span{
    color: #4e4e4e;
    font-weight: 600;
    text-transform: capitalize;
}


.invoice-form h4 {
    font-size: 14px;
    font-family: 'Poppins';
    letter-spacing: 1px;
    line-height: 1.5;
}


.invoice-form .flex {
    display: flex;
    align-items: baseline;
        margin-bottom: 15px;
}



.invoice-form  .block{
    display: block;
    width: auto;
    position: relative;
}

.invoice-form  .block h3 , .invoice-form  .block span {display:inline-block;min-width: 15%;}

.invoice-form .smalltext {
    font-weight: 100;
    font-size: 16px;
}


.invoice-form button a {
    color: inherit;
    text-decoration: none;
    display: unset;
    margin-right: 0;
    padding: 0;
}



.inline-block{display:inline-block;}


/*reports*/

 .side-text-bar .barchart-side-text{
    display: flex;
    line-height: 1;
    font-size: 13px;
    align-items: center;
    font-weight: 100;
    font-family: sans-serif;
    color: #7a7a7a;
	border-bottom: 2px solid #a5a5a5;
    margin-bottom: 5px;
    padding: 5px;
}


.side-text-bar div span:first-child{
	font-size:40px;
    margin-right: 5px;
	color:#000;
}










/* Responsive Menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  margin:0;
}

/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  color: rgb(241, 99, 52);
}

/* Style the active link (or home/logo) */
.topnav .active {
  background-color:rgb(241, 99, 52);
  color: white;
}


.topnav  li {
	list-style: none;
}



.topnav{display:none;}

@media only screen and (max-width: 950px) {
	
	.topnav{display:block;}

.setting-body a {
    width: 100%;}
    
 body   .wd-50 {
    width: 100%;
    padding: 5px;
}
.jobtopdetails .right {
    width: 100%;
    display: flex;
    justify-content: start;
}

.jobtopdetails .btn-primary {
    margin-right: 10px;
    margin-bottom: 10px;
}

body .table-flex {
    display: block;
    
}
    
	body .container {
	max-width: 100%;
	margin-left: 0%;}

	.flex-box h4{width:100%;}

	.form-group {
	margin-bottom: 15px;
	width: 100%;
	}

	.flex-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 35px;
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 14px rgb(119 119 119 / 15%);
	}

	.box {
	margin: 5px 0px;
	border-left: #3b4b52 3px solid;
	text-align: center;
	position: relative;
	padding: 5px;
	width: 49%;
	cursor: pointer;
	transition: .3s box-shadow;
	box-shadow: 0 3px 1px -2px rgb(0 0 0 / 14%), 0 2px 2px 0 rgb(0 0 0 / 10%), 0 1px 5px 0 rgb(0 0 0 / 8%);
	}


	.button-now li {
		
		width: 100%;
		
	}
 
}


/*  filter */
.mega_menu .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
        display: flex!important;
justify-content:space-between;
}


.mega_menu .select2-results>.select2-results__options li {
	
text-align:center!important;
	padding:5px;
}

.top-filter{
    display: flex;
    justify-content: space-between;
    margin: 10px;
}


.sub-headings{
    background: #f3f3f3;
    padding: 10px;
}

.commision-rate span{
        min-width: 200px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 13px;
    font-family: sans-serif;
}


.commision-rate{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
	text-transform: uppercase;
}

.input-amount{
	display: flex;
    align-items: flex-start;
}

.input-amount input {width:100px;}

/*  latset  checkbox flip */

.tg-list-item {
  margin: 0 2em;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}



.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  font-family: sans-serif;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}



.search-all{
    font-size: .7em;
    
    max-width: 100%;
}

.search-all th{
	
	
  
border:1px solid #bcbcbc;
	
}

.table-name-heading {
    padding-top: 8px;
    padding-bottom: 8px;
    padding: 10px;
    color: #fff;
    font-size: 21px;
    text-align: left;
    background: #6a6a6a;
    margin: 10px 0;
}


.search-all td, .search-all th {
    text-align: center;
    padding: 10px;
}


.search-all table tr:nth-child(even) {
    background-color: #f4f4f4;
}


.search-all table tr{
	    padding: 10px;

	
}





/* Service area*/


  .outerpanel{display: flex;
    justify-content: space-between;}

 #mapservicearea {
        padding: 0;
        margin: 0;
        height: 100%;
		min-width: 500px;
    height: 50vh;
      }



.dash-text{
    margin-right:10%;
    
}

.w-md-100 {width:100%;}


body #hiddendate{
    
        margin-left: 0!important;
    width: 100%;
    display: block;
    justify-content: end;

    
}
@media (max-width: 991px) {
    
    
    
    #hiddendate input {
    width: 100%;
    padding: 15px;
    border: 1px solid #a3a3a3;
    background-color: #fff;
    margin: 10px 0;
}
    
    
    
    .commision-rate {

    flex-wrap: wrap;
}
    
    
    
    .button-now li {
    width: 31%;
}

.button-now {
  
    flex-wrap: wrap;
}
    
    
    #mapservicearea {
       
		min-width: 100%;
      }
    
.fc-toolbar {
    display: block!important;
    justify-content: space-between;
    align-items: center;
    text-align: center!important;
}


.outerpanel{display:block;}

.bar-char-outer{width:100%;}

.display-flex{display:block;}

.side-text-bar{width:100%;display:block;}

.bar-charts{max-width:100%;width:100%;display: inline-block;    vertical-align: top;}


.report-charts{
    
    
    width:100%;
    
}

.pie-chart-size{width:100%;max-width:100%;}


    
body .map-styles{
    
    width: 100%;
    height:100vh;
    max-width: 100%;
    
}


body .side-info {
    width: 50%;
    
}


body #map-container{
    
    width: 50%;
}




    
}