/*--update from layout.css line no. 1675 as min-height:1246px--*/
/*.body-content{min-height: 500px;}*/
/*---update from layout.css line no. 1675 as min-height:1246px--*/
body {/*font-size:14px;color: #000;*/}
::selection {
	background: #f4645f;
	color: #FFF;
	}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
	}
.col-xs-5ths {
  width: 20%;
  float: left;
	}
@media (min-width: 768px) {
.col-sm-5ths {
	width: 20%;
	float: left;
	}
}
@media (min-width: 992px) {
.col-md-5ths {
	width: 20%;
	float: left;
	}
}
@media (min-width: 1200px) {
.col-lg-5ths {
	width: 20%;
	float: left;
	}	
}
@media screen and (-webkit-min-device-pixel-ratio:0){
select.form-control{
	line-height: 28px;
	}
}
.form-control.datepicker{
  padding: 6px 12px;
  }
.loader-btn{
  width: 20px !important;
  height: 20px !important;
  background: url(../images/loader-gif/5.gif) no-repeat 0px 0px;
  background-size: 100% 100%;
  }
.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings'; 
  content: "\e114";
  float: right;    
  color: grey;     
  }
.panel-heading .accordion-toggle.collapsed:after {
  content: "\e080";
  }
#sidebar-left .has-notif.avatar + .media-body h4.media-heading{
  font-size: 16px;
  }
.pointer{cursor: pointer;}
.well{padding: 10px !important;  margin-bottom: 10px !important;}
.border{border:1px solid #DDD !important;}
.fa-truck{transform: rotateY(180deg);}
.req_star::after {
  content: '*';
  color: #F00;
  margin: 2px;
  margin-right: 0px;
  vertical-align: middle;
  }
.ui-dialog.ui-widget {
  z-index: 99999;
  }
.navbar-toolbar .navbar-right .dropdown-menu .dropdown-body{
  height: auto;
  max-height: 355px;
  overflow-y: auto;
}
i.que-mark{
  font-size: 1.1em;
  color: #f4645f;
}
ul.list-style-none, ul.list-style-none ul {
    list-style: none;
}
ul.service-list li .service-image {
    width: 100%;
    font-size: 30px;
    margin-bottom: 5px;
    color: #34aa54;
}
ul.service-list li label {
    height: 42px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.service-list li label span{
    max-height: 100%;
    width: 90%; 
}
ul.service-list li {
    float: left;
    width: 25%;
    padding: 0px 5px;
    text-align: center;
    height: 80px;
    position: relative;
    margin-bottom: 10px;
}
.service-list .menu__link[data-submenu]::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
/*---menu-main-level--*/
.trash-btn {
    padding-left: 0;
    padding-right: 0;
    width: 34px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50%;
    border-radius: 50% 50% 50% 50%;
    border: 1px double #E9573F;
    background-color: transparent;
    color: #E9573F;
    float: left;
}
.dis-popup-tabs.panel .panel-heading{
  padding: 0px !important;
  }

.dis-popup-tabs.panel-tab .panel-heading ul{
  width: 100%;
}
.dis-popup-tabs.panel-tab-double .panel-heading ul li {
    width: 16.6666% !important;
    min-width: auto;
}
.dis-popup-tabs.panel-tab-double .panel-heading ul li:last-child a{border: none;}
.dis-popup-tabs.panel .panel-heading .nav > li > a {
    padding: 7px !important;
    overflow: visible;
    display: block;
    height: 50px;
    text-align: center;
  }
.dis-popup-tabs.panel .panel-heading .nav > li > a i {
    line-height: 35px;
    margin: 0;
    width: auto;
    height: auto;
    float: none;
  }
.dis-popup-tabs .nav-tabs li.active a{
  color: #fff !important;
  background: #f4645f !important;
  }
.dis-popup-tabs .nav-tabs li.active a i{
  color: #fff !important;
  }
.panel .panel-heading .panel-title {
  font-size: 1.7rem;
  }
.panel .panel-body table thead tr th {
  font-weight: 700 !important;
  }
.dropdown-menu {
  min-width: 120px;
  }

.input-group-btn li {
  padding: 5px;
  cursor: pointer;
  }
.input-group-btn li:nth-child(even) {
  padding: 0px;
  }
.input-group-btn li:hover {
  background: #E9573F;
  color: #fff;
  }
.input-group-btn .fa {
  margin: 2px 5px 2px 0px;
  font-size: 16px;
  width: 20px;
  text-align: center;
  }
.input-group-btn .fa:hover {
  color: #fff;
  }
form .form-group .control-label {
  font-weight: normal !important;
  text-align: left;
  font-size: 14px;
  }
.form-group {
  margin-bottom: 10px !important;
  }
.text-bold{font-weight: bold !important;}
.white-bg{background: #fff !important;}
/*---------------Edit/Delete/View Icon class------------*/
.btn-edit{
  background-color: #00B1E1 !important;
  color: white !important;
  border-radius: 50%;
  padding: 3px;
  font-size: 13px;
  line-height: 17px;
  height:24px !important;
  width: 24px !important;
  cursor: pointer;
  text-align: center;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  font-weight: 300;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 10; 
  position: relative;
  }
.btn-view{
  background-color: #5cb85c !important;
  color: white !important;
  border-radius: 50%;
  padding: 3px;
  font-size: 13px;
  line-height: 17px;
  height:24px !important;
  width: 24px !important;
  cursor: pointer;
  text-align: center;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  font-weight: 300;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 10; 
  position: relative;
  }
.btn-delete{
  background-color: #E9573F !important;
  color: white !important;
  border-radius: 50%;
  padding: 3px;
  font-size: 13px;
  line-height: 17px;
  height:24px !important;
  width: 24px !important;
  cursor: pointer;
  text-align: center;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  font-weight: 300;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 10; 
  position: relative;
  }
.btn-cancle{
  background-color: #c4302b;
  color: white !important;
  border-radius: 50%;
  padding: 3px;
  font-size: 13px;
  line-height: 17px;
  height:24px !important;
  width: 24px !important;
  cursor: pointer;
  text-align: center;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  font-weight: 300;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 10; 
  position: relative;
  }
.btn-blacklist{
  background-color: #2A2A2A;
  color: white !important;
  border-radius: 50%;
  padding: 3px;
  font-size: 13px;
  line-height: 17px;
  height:24px !important;
  width: 24px !important;
  cursor: pointer;
  text-align: center;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  font-weight: 300;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 10; 
  position: relative;
  }
.btn-print{
  background-color: #37BC9B !important;
  color: white !important;
  border-radius: 50%;
  padding: 3px;
  font-size: 12px;
  line-height: 17px;
  height:24px !important;
  width: 24px !important;
  cursor: pointer;
  text-align: center;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  font-weight: 300;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 10; 
  position: relative;
  }
.btn-edit:hover, .btn-view:hover, .btn-delete:hover, .btn-cancle:hover, .btn-blacklist:hover, .btn-print:hover{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  }
.btn-icon-border{
  border: 1px solid #fff !important;
  float: left;
  } 
/*---------------Close-Edit/Delete/View Icon------------*/
/*-----------Tabs-----------*/
.vendor-profile .panel-tab .panel-heading ul li.active a,
.project-detail-main .panel-tab .panel-heading ul li.active a, 
.featuredashboard-main .panel-tab .panel-heading ul li.active a, 
.wishlistdashboard-main .panel-tab .panel-heading ul li.active a, 
.taskdashboard-main .panel-tab .panel-heading ul li.active a{
  background-color:#f4645f;
  color:#FFF;
  }
.vendor-profile .panel-tab .panel-heading ul li.active a:hover span,
.vendor-profile .panel-tab .panel-heading ul li.active a i,
.project-detail-main .panel-tab .panel-heading ul li.active a i,
.featuredashboard-main .panel-tab .panel-heading ul li.active a i,
.wishlistdashboard-main .panel-tab .panel-heading ul li.active a i, 
.taskdashboard-main .panel-tab .panel-heading ul li.active a i{
  color:#fff;
  }
.vendor-profile .panel-tab-double .panel-heading ul li a > div span:last-child, 
.project-detail-main .panel-tab-double .panel-heading ul li a > div span:last-child, 
.featuredashboard-main .panel-tab-double .panel-heading ul li a > div span:last-child, 
.wishlistdashboard-main .panel-tab-double .panel-heading ul li a > div span:last-child, 
.taskdashboard-main .panel-tab-double .panel-heading ul li a > div span:last-child{
  margin-top:8px;
  }
.vendor-profile .panel-tab .panel-heading ul li a:hover > span{
  color:#999;
  font-weight: bold;
  }
/*-----------Close-Tabs-----------*/
.scroll-300{
  min-height:50px;
  max-height:300px;
  overflow:auto;
 }
.scroll-300::-webkit-scrollbar {
  width: 5px;
  height: 5px;
 }
.scroll-300::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
 }
.scroll-300::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
 }
.scroll-300::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
 }
.scroll-300::-webkit-scrollbar-thumb:active {
  background: #000000;
 }
.scroll-300::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
 }
.scroll-300::-webkit-scrollbar-track:hover {
  background: #666666;
 }
.scroll-300::-webkit-scrollbar-track:active {
  background: #333333;
 }
.scroll-300::-webkit-scrollbar-corner {
  background: transparent;
 }
.scroll-500{
 min-height:50px;
 max-height:500px;
 overflow:auto;
 }
.scroll-500::-webkit-scrollbar {
  width: 5px;
  height: 5px;
 }
.scroll-500::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
 }
.scroll-500::-webkit-scrollbar-thumb {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
 }
.scroll-500::-webkit-scrollbar-thumb:hover {
  background: #000000;
 }
.scroll-500::-webkit-scrollbar-thumb:active {
  background: #000000;
 }
.scroll-500::-webkit-scrollbar-track {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
 }
.scroll-500::-webkit-scrollbar-track:hover {
  background: #ccc;
 }
.scroll-500::-webkit-scrollbar-track:active {
  background: #333333;
 }
.scroll-500::-webkit-scrollbar-corner {
  background: transparent;
 }
.scroll-fullheight{
  min-height:50px;
  max-height:100%;
  overflow:auto;
 }
.scroll-fullheight::-webkit-scrollbar {
  width: 5px;
  height: 5px;
 }
.scroll-fullheight::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
 }
.scroll-fullheight::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
 }
.scroll-fullheight::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
 }
.scroll-fullheight::-webkit-scrollbar-thumb:active {
  background: #000000;
 }
.scroll-fullheight::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
 }
.scroll-fullheight::-webkit-scrollbar-track:hover {
  background: #666666;
 }
.scroll-fullheight::-webkit-scrollbar-track:active {
  background: #333333;
 }
.scroll-fullheight::-webkit-scrollbar-corner {
  background: transparent;
 }
 /*-----------Close-scrolling-css-----------*/
 .blueLink {
  /*color: #1a0dab;*/
  }
.blueLink:hover {
  cursor: pointer;
  text-decoration: underline;
  }
 .link, a.link, div.link, span.link, p.link{
  text-decoration:none;
  color:#f4645f !important;
  font-style: italic;
  }
.link:hover, a.link:hover, div.link:hover, span.link:hover, p.link:hover{
  text-decoration:underline;
  cursor: pointer;
  }
/*-----------panel-----------*/
.mt-7{
	margin-top: 7px !important;
  }
.panel-heading.less-padding{
	padding: 5px 0px 0px !important;
  }
.only-row {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}
.heading-primary, .heading-success, .heading-danger, .heading-lilac, .heading-warning, .heading-teal{
	font-size:14px;
	font-weight:bold;
	padding:10px;
	}
.heading-primary{
	background-color: #00B1E1;
  border-color: #00B1E1;
  color: white;
	}
.heading-success{
	background-color: #8CC152;
  border: 1px solid #8ac04e;
  color: white;
	}
.heading-danger{
	background-color: #E9573F;
  border: 1px solid #e8533a;
  color: white;
	}
.heading-lilac{
	background-color: #906094;
  border: 1px solid #8d5e91;
  color: white;
	}
.heading-warning{
	background-color: #F6BB42;
  border: 1px solid #f6b93d;
  color: white;
	}
.heading-teal{
	background-color: #37BC9B;
  border: 1px solid #36b898;
  color: white;
	}
.link, a.link, div.link, span.link, p.link{
	text-decoration:none;
	color:#f4645f !important;
	font-style: italic;
	}
.link:hover, a.link:hover, div.link:hover, span.link:hover, p.link:hover{
	text-decoration:underline;
	cursor: pointer;
	}
.fa-10{font-size:10px !important;}.fa-12{font-size:12px !important;}.fa-14{font-size:14px !important;}.fa-16{font-size:16px !important;}.fa-18{font-size:18px !important;}.fa-20{font-size:20px !important;}.fa-22{font-size:22px !important;}.fa-24{font-size:24px !important;}.fa-26{font-size:26px !important;}.fa-28{font-size:28px !important;}.fa-30{font-size:30px !important;}.fa-32{font-size:32px !important;}.fa-34{font-size:34px !important;}.fa-36{font-size:36px !important;}.fa-38{font-size:38px !important;}.fa-40{font-size:40px !important;}.fa-42{font-size:42px !important;}.fa-44{font-size:44px !important;}.fa-46{font-size:46px !important;}.fa-48{font-size:48px !important;}.fa-50{font-size:50px !important;}.fa-52{font-size:52px !important;}.fa-54{font-size:54px !important;}.fa-56{font-size:56px !important;}.fa-58{font-size:58px !important;}.fa-60{font-size:60px !important;}.fa-62{font-size:62px !important;}.fa-64{font-size:64px !important;}.fa-66{font-size:66px !important;}.fa-68{font-size:68px !important;}.fa-70{font-size:70px !important;}.fa-80{font-size:100px !important;}.fa-90{font-size:100px !important;}.fa-100{font-size:100px !important;}
.answer{
  font-weight: bold;
  }
.listing-new li{
	position: relative;
  }
.listing-new .rdio.circle input{
	position: absolute;
  }
.listing-new li label{
	padding: 0 30px !important;
  }

.listing-new li .abs{
	position: absolute;
	top: 0px;
	right: 0px;
  }
.image-edit .edit-abs{
  background-color: #8CC152;
  color: #fff;
  border:1px solid #fff;
  opacity: .8;
  transition: ease-in-out .2s;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50%;
  padding-top: 2px;
  position: absolute;
  top: 0px;
  right: -6px;
}
.image-edit .delete-abs{
  background-color: #E9573F;
  color: #fff;
  border:1px solid #fff;
  opacity: .8;
  transition: ease-in-out .2s;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50%;
  padding-top: 2px;
  position: absolute;
  top: 26px;
  right: 5px;
}
.image-edit .edit-abs:hover, .image-edit .delete-abs:hover{
  font-size: 1.1em;
  opacity: 1;
  padding-top: 1px;
}

ul.ui-autocomplete.ui-front.ui-menu{
	background-color: #fff;
	list-style: none;
  width: auto !important;
  z-index: 9999;
  }
ul.ui-autocomplete.ui-front.ui-menu a {
  cursor: default;
  transition: .2s;
  display: block;
  padding: 0.2rem 1rem;
  margin: 0;
  }
.ui-menu .ui-menu-item {
  padding: 1px 0 0 0!important;
  }
.ui-menu .ui-menu-item:first-child{
  padding: 0 !important;
  }
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px !important; 
  }
.ui-state-focus, .ui-widget-content .ui-state-focus{
  border: none !important;
  }
ul.ui-autocomplete.ui-front.ui-menu a:hover{
	text-decoration: none;
  background: #f4645f;
  color: #fff;
  }
.ui-helper-hidden-accessible{
	display: none !important;
  }
.company-profile .form-group .col-sm-6.answer{
	margin-bottom: 5px;
  }
.company-profile .form-group{
 	margin-bottom: 10px;
  float: left;
  width: 100%;
  }
.company-profile .form-group .col-sm-6.answer:empty{
	min-height: 1px;
	content:"\00a0";
  }
.srerching-list ul{
	float: left;
	width: 100%;
	margin-bottom: 10px;
  background-color: #fff;
  }
.srerching-list ul{
  min-height: calc(100vh - 265px);
  max-height: calc(100vh - 265px);
  }
.srerching-list ul li{
	float: left;
	width: 100%;
	padding: 10px 12px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
  }
.srerching-list ul li .img-circle{
	width: 40px;
	height: 40px;
	float: left;
  margin-right: 10px;
  }
.srerching-list ul li .abs{
	position: absolute;
	right: 0px;
	top: 44px;
  }
.switch-field {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0,0);
  }
.switch-field input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  }
.switch-field label {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 36px;
  cursor: pointer;
  }
.switch-field label:before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #f4645f;
  border-radius: 4px;
  z-index: -1;
  }
.switch-field input[type="radio"] + label::before {
  border-radius: 18px;
  }
/* Transition */
.switch-field label,
.switch-field label:before {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  }
/* Checked */
.switch-field input[type="radio"]:checked + label {
  padding-left: 10px;
  color: #fff;
  }
.switch-field input[type="radio"]:checked + label:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4645f;
  }
.breadcrumb {
  margin: 15px 0px;
  margin-bottom: 15px !important;
  background: #f4645f;
  background: -moz-linear-gradient(left, #f4645f 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #f4645f 0%, #ffffff 100%);
  background: linear-gradient(to right, #f4645f 0%, #ffffff 100%);
  }
.breadcrumb li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  }
.breadcrumb>.active {
  font-size: 14px;
  color: #424242 !important;
  font-weight: bold;
  }
.breadcrumb .active a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  }
.breadcrumb .active a:hover {
  color: #424242;
  }
ol.breadcrumb:empty{
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  }
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
  }
/*progressbar*/
#progressbar {
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	position: 0;
	padding: 0;
  }
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
	height: 50px;
  }
#progressbar li {
	width: 16%;
  }
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #f4645f;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	position: relative;
  z-index: 2;
  }
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #f4645f;
	position: absolute;
	left: -50%;
	top: 20px;
	z-index: 1; /*put it behind the numbers*/
  }
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
  }
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
  }
/*-------containing box-big---------*/
.profile-on-click img{
  height: 60px;
  width: 60px;
  margin-right: 10px;
}
.profile-on-click .info span{
  display: block;
  margin-bottom: 5px;
}
.profile-on-click span .fa{
  margin-right: 5px;
}
@-webkit-keyframes pulse1 {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes pulse1 {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/*-------Close-containing box-big---------*/
/*-----------Project-Management-----------*/
.project-list-main .pro-box{
  min-height:350px;
  position: relative;
  padding: 10px;
  box-shadow: 0px 0px 1px #A8A8A8;
  background: #fff;
  transition: all 0.2s;
  overflow: hidden;
  }
.project-list-main .pro-box:hover{
  box-shadow: 0px 2px 10px #7e7e7e;
  }
  .triangle-status-strip.status{
  background-color:#f4645f;
  }
.triangle-status-strip {
  width: 150px;
  -ms-transform: rotate(317deg);
  -webkit-transform: rotate(317deg);
  transform: rotate(317deg);
  text-align: center;
  position: absolute;
  top: 25px;
  left: -32px;
  padding: 3px 0;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  }
.project-list-main .pro-box .project-title{
  text-align:center;
  font-size:18px;
  font-weight:bold;
  color:#00B1E1;
  cursor:pointer;
  margin: 5px 0px;
  height: 43px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  }
.project-list-main .pro-box span.project-title-icon{
  background-image: url(../img/project/title.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  display: inline-block;
  top: 0px;
  position: relative;
  width:30px;
  height:25px;
  }
.project-list-main .pro-box .created-by{
  font-size:12px;
  color:#A4A4A4;
  text-align:center;
  }
.project-list-main .pro-box .panel-list-option a i{
  color:#5C5C5C !important;
  font-size: 16px;
  }
.project-list-main .pro-box .panel-list-option a i:hover{
  color:#f4645f !important;
  }
.project-list-main .pro-box .panel-list-option .dropdown-menu li i{
  color:#5C5C5C !important;
  }
.project-list-main .pro-box .panel-list-option .dropdown-menu li:hover i{
  color:#ffffff !important;
  }
.shapes {
  height: 40px;
  background:#f4645f;
  margin-bottom:10px;
  color:#fff;
  font-weight:bold;
  font-size:16px;
  padding: 0px 35px;
  text-align: center;
  line-height: 38px;
  text-transform:uppercase;
  }
.shapes:before,
.shapes:after {
  content: '';
  position: absolute;
  border-bottom: 35px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 17px;
  left: -2px;
  -webkit-transform: rotate(-150deg);
  -moz-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  -o-transform: rotate(-150deg);
  transform: rotate(-150deg);
  }
.shapes:after {
  left: auto;
  right: -2px;
  -webkit-transform: rotate(150deg);
  -moz-transform:    rotate(150deg);
  -ms-transform:     rotate(150deg);
  -o-transform:      rotate(150deg);
  transform: rotate(150deg);
  } 
.shape-new{
  text-align: center;
  padding-top:20px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  }
.shape-new:before{
  content:'\f0b1';
  font-family: FontAwesome;
  font-size:65px;
  color:#d5d5d5;
  display: inline-block;
  }
.shape-new span{      
  position: absolute;
  top: 8px;
  left: 0%;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #393939;
  }
.project-detail-list{
  margin-top:10px;
  }
.project-detail-list ul{
  margin:0px;
  padding:0px;
  list-style-type:none;
  }
.project-detail-list ul li{
  width: 100%;
  padding: 10px 0px;
  border-top: 1px solid #F1F1F1;
  }
.project-detail-list ul li a{
  text-decoration: none;
  }
.project-detail-list ul li span{
  display:block;
  }
.project-detail-list ul li .detail-title{
  color:#5C5C5C;
  font-size:14px;
  font-weight:bold;
  }
.project-detail-list ul li:hover .detail-title{
  color:#f4645f;
  }
.project-detail-list ul li .total-user,
.project-detail-list ul li .total-task,
.project-detail-list ul li .total-storage,
.project-detail-list ul li .total-hours,
.project-detail-list ul li .detail-start-date,
.project-detail-list ul li .detail-end-date,
.project-detail-list ul li .detail-due-date{
  color:#A4A4A4;
  }
.project-detail-list ul li .total-hours{
  height: 42px;
  overflow: hidden;
  }
.add-project-btn {
  padding: 1em;
  cursor: pointer;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: inline-block;
  line-height: 63px;
  font-size: 18px;
  color:#ffffff;
  margin: 0px auto;
  }
.add-project-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 99;
  }
.add-project-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4645f;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  }
.add-project-btn:hover, .add-project-btn:focus, .add-project-btn:active {
  color: white;
  }
.add-project-btn:hover:before, .add-project-btn:focus:before, .add-project-btn:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
  }
.mng-counter .box {
  float: left;
  border: 1px solid #E4E4E4;
  text-align: center;
  padding: 40px 10px;
  background: #F3F3F3;
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
  transition: all 0.5s;
  min-height: 75px;
  }
.tittle_black{
  color:#000;
  max-height:30px;
  }
.mng-counter .box:hover {
  background-color: #f4645f;
  border-color: #f4645f;
  color: #FFF;
  box-shadow: 0 15px 20px rgba(0,0,0,0.2);
  -webkit-transform: translate(0, -2px); 
  transform: translate(0, -2px);
  }
.mng-counter .box:hover a {
  color: #FFF;
  }
.mng-counter .box:hover h3 {
  color: #FFF;
  }
.mng-counter .box a {
  font-weight: bold;
  text-decoration: none;
  color: #00B1E1;
  font-size:34px;
  }
/*-----------Add-Circle-button-----------*/
/*-----------Close-Add-Circle-button-----------*/
/*=====Icons=====*/
.icon-outdent:before{
  content: '\f03b';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-bug:before{
  content: '\f188';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-clock-o:before{
  content: '\f017';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-file-text-o:before{
  content: '\f0f6';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-lightbulb-o:before{
  content: '\f0eb';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-expand:before{
  content: '\f065';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-search:before{
  content: '\f002';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-wrench:before{
  content: '\f0ad';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-thumbs-o-up:before{
  content: '\f087';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-paper-plane:before{
  content: '\f1d8';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-question:before{
  content: '\f128';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-circle:before{
  content: '\f111';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-cogs:before{
  content: '\f085';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-paint-brush:before{
  content: '\f1fc';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-flask:before{
  content: '\f0c3';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-chrome:before{
  content: '\f268';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-code-fork:before{
  content: '\f126';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-chrome:before{
  content: '\f268';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-file:before{
  content: '\f15b';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-user-times:before{
  content: '\f235';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-spinner:before{
  content: '\f110';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-pause:before{
  content: '\f04c';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-check-circle-o:before{
  content: '\f10c';
  font-family: FontAwesome;
  margin-right: 5px;
  }
.icon-check:before{
  content: '\f00c';
  font-family: FontAwesome;
  margin-right: 5px;
  }
/*=====Icons=====*/
.panel-success .less-padding{display: flex;}
#commentTicketHistoryDiv .panel-primary > .panel-heading, 
.project-detail-main .panel-primary > .panel-heading{
  background:#FBFBFB;
  color:#1D2939;
  border:none;
  font-weight:bold;
  }
#commentTicketHistoryDiv .panel .panel-heading .panel-title, 
.project-detail-main .panel .panel-heading .panel-title{
  font-weight:bold;
  padding: 10px 0px;
  }
.featureLoaddDetail .answer,
.wishlistLoaddDetail .answer,
.taskLoaddDetail .answer, 
.projectloaddetail .answer{
  color:#595959;
  font-weight: normal;
  }
.featureLoaddDetail .last-update,
.wishlistLoaddDetail .last-update, 
.taskLoaddDetail .last-update, 
.projectloaddetail .last-update{
  font-size:13px;
  width:100%;
  margin:5px 0px;
  color:#949494;
  font-weight:normal;
  }
.featureLoaddDetail .comments-counter,
.wishlistLoaddDetail .comments-counter,
.taskLoaddDetail .comments-counter, 
.projectloaddetail .comments-counter{
  color:#00B1E1;
  }
.featureLoaddDetail .last-update .user-name,
.wishlistLoaddDetail .last-update .user-name, 
.taskLoaddDetail .last-update .user-name, 
.projectloaddetail .last-update .user-name{
  color:#00B1E1;
  text-transform:capitalize;
  }
.featureLoaddDetail .pro-mng-right-main .top-box i,
.wishlistLoaddDetail .pro-mng-right-main .top-box i, 
.taskLoaddDetail .pro-mng-right-main .top-box i, 
.projectloaddetail .pro-mng-right-main .top-box i{
  font-size:24px;
  cursor:pointer;
  }
.featureLoaddDetail .pro-mng-right-main .top-box i:hover,
.wishlistLoaddDetail .pro-mng-right-main .top-box i:hover,
.taskLoaddDetail .pro-mng-right-main .top-box i:hover, 
.projectloaddetail .pro-mng-right-main .top-box i:hover{
  color:#f4645f;
  }
.featureLoaddDetail .pro-mng-right-main .top-box .panel-title i,
.wishlistLoaddDetail .pro-mng-right-main .top-box .panel-title i,
.taskLoaddDetail .pro-mng-right-main .top-box .panel-title i, 
.projectloaddetail .pro-mng-right-main .top-box .panel-title i{
  margin:0px 3px;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -ms-transition: -ms-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  }
.featureLoaddDetail .pro-mng-right-main .top-box .panel-title i:hover,
.wishlistLoaddDetail .pro-mng-right-main .top-box .panel-title i:hover, 
.taskLoaddDetail .pro-mng-right-main .top-box .panel-title i:hover, 
.projectloaddetail .pro-mng-right-main .top-box .panel-title i:hover{
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  transform:rotate(360deg);
  }
.featureLoaddDetail .pro-mng-right-main .top-box .box,
.wishlistLoaddDetail .pro-mng-right-main .top-box .box,
.taskLoaddDetail .pro-mng-right-main .top-box .box, 
.projectloaddetail .pro-mng-right-main .top-box .box{
  border-bottom: 1px solid #e8e6e6;
  padding: 13px 0px;
  float: left;
  width: 100%;
  }
.featureLoaddDetail .pro-mng-right-main .top-box .box label,
.wishlistLoaddDetail .pro-mng-right-main .top-box .box label,
.taskLoaddDetail .pro-mng-right-main .top-box .box label, 
.projectloaddetail .pro-mng-right-main .top-box .box label{
  display:block;
  color: #636E7B;
  font-size: 14px;
  }
.featureLoaddDetail .pro-mng-right-main .top-box .box .file-counter,
.wishlistLoaddDetail .pro-mng-right-main .top-box .box .file-counter, 
.taskLoaddDetail .pro-mng-right-main .top-box .box .file-counter, 
.projectloaddetail .pro-mng-right-main .top-box .box .file-counter{
  background:#f4645f;
  color:#fff;
  font-size:14px;
  padding: 1px 5px;
  }
.featureLoaddDetail .pro-mng-right-main .top-box .box p,
.wishlistLoaddDetail .pro-mng-right-main .top-box .box p,
.taskLoaddDetail .pro-mng-right-main .top-box .box p, 
.projectloaddetail .pro-mng-right-main .top-box .box p{
  float:left;
  width:100%;
  }
.projectloaddetail .pro-mng-right-main .top-box .btn-circle{
  margin:5px 0px;
  }
.projectloaddetail .pro-mng-right-main .top-box i.fa-external-link{
  font-size:inherit;
  cursor:pointer;
  }
.projectloaddetail .pro-mng-right-main .top-box i.fa-external-link:hover{
  color:#fff;
  }
.savequick-control{
  width: 87%;
  float: left;
  margin-right: 3%;
  }
.save_quick_change{
  float: left;
  line-height: 30px;
  color: #7fb842;
  cursor:pointer;
  font-size:16px;
  }
.heading-status h3{
  margin:5px 0px;
  }
.heading-status #project_status_quick_change_label{
  color:#7fb842;
  }
.heading-status #project_status_quick_change_label span{
  font-size:20px !important;
  }
.heading-status #project_status_quick_change_label span.custom-sub-title{
  font-size:13px !important;
  margin-left: 25px;
  line-height: 20px;
  }
.heading-status #project_status_quick_change_label span.custom-sub-title .fa{
  cursor:pointer;
  }
.heading-status span.custom-sub-title{
  float: left;
  width: 90%;
  color: #5d5d5d;
  }
.add-notes-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  float: right;
  }
.employeeuser-name {
  font-weight: bold;
  color: #E9573F;
  }
.notes-title {
  font-weight: bold;
  color: #7fb842;
  }
/*-----------Close-Project-Management-----------*/
/*-----------Ticket-Management-----------*/
.btn-counter-ticket .btn{
  margin-bottom:10px;
  font-weight: 500;
  word-spacing: 3px;
  font-size: 16px;
  }
.btn-counter-small .btn{
  margin-bottom:10px;
  font-weight: 500;
  word-spacing: 3px;
  font-size: 16px;
  }
.btn .circle{
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 3px #4e4d4d;
  }
.btn-priority-urgent{
  background-color: #ff0000;
  border-color: #ff0000;
  color: white;
  }
.btn-priority-urgent:hover, .btn-priority-urgent:focus, .btn-priority-urgent:active, .btn-priority-urgent.active, .btn-priority-urgent[disabled], .btn-priority-urgent.disabled {
  background-color: #e20202 !important;
  border-color: transparent;
  color: white;
  }
.btn-priority-high{
  background-color: #258ffc;
  border-color: #258ffc;
  color: white;
  }
.btn-priority-high:hover, .btn-priority-high:focus, .btn-priority-high:active, .btn-priority-high.active, .btn-priority-high[disabled], .btn-priority-high.disabled {
  background-color: #0c77e5;
  border-color: transparent;
  color: white;
  }
.btn-priority-medium{
  background-color: #c5c502;
  border-color:#c5c502;
  color: white;
  }
.btn-priority-medium:hover, .btn-priority-medium:focus, .btn-priority-medium:active, .btn-priority-medium.active, .btn-priority-medium[disabled], .btn-priority-medium.disabled {
  background-color: #a2a202;
  border-color: transparent;
  color: white;
  }
.btn-priority-low{
  background-color: #5dbc01;
  border-color:#5dbc01;
  color: white;
  }
.btn-priority-low:hover, .btn-priority-low:focus, .btn-priority-low:active, .btn-priority-low.active, .btn-priority-low[disabled], .btn-priority-low.disabled {
  background-color: #4c9902;
  border-color: transparent;
  color: white;
  }
.btn-priority-none{
  background-color: #7f7f7f;
  border-color:#7f7f7f;
  color: white;
  }
.btn-priority-none:hover, .btn-priority-none:focus, .btn-priority-none:active, .btn-priority-none.active, .btn-priority-none[disabled], .btn-priority-none.disabled {
  background-color: #5b5b5b;
  border-color: transparent;
  color: white;
  }
.priority .bootstrap-select{
  width: 100% !important;
  }
.priority-urgent:before{
  color:#ff0000;
  margin-right:5px;
  content: '\f111';
  font-family: FontAwesome;
  }
.priority-high:before{
  color:#258ffc;
  margin-right:5px;
  content: '\f111';
  font-family: FontAwesome;
  }
.priority-medium:before{
  color:#c5c502;
  margin-right:5px;
  content: '\f111';
  font-family: FontAwesome;
  }
.priority-low:before{
  color:#5dbc01;
  margin-right:5px;
  content: '\f111';
  font-family: FontAwesome;
  }
.priority-none:before{
  color:#7f7f7f;
  margin-right:5px;
  content: '\f111';
  font-family: FontAwesome;
  }
.status-0:before{
  color:#5dbc01;
  margin-right:5px;
  content: '\f111';
  font-family: FontAwesome;
  }
.status-1:before{
  color:#ff0000;
  margin-right:5px;
  content: '\f111';
  font-family: FontAwesome;
  }
.all-task .task-date-time td{
  color:#2098d1;
  font-size:14px;
  font-weight:bold;
  }
.all-task tr.task-date-time:hover{
  background:none;
  }
.all-task .table tbody tr td{
  background:none;
  }
.all-task table tbody tr:hover{
  background:#ddf3f9;
  }
.all-task .task-setting-icon{
  width:50px;
  text-align:center;
  float:left;
  }
.all-task .task-setting-icon i{
  opacity:0.1;
  }
.all-task table tbody tr:hover .task-setting-icon i{
  opacity:0.9;
  cursor:pointer;
  }
.all-task .task-status{
  padding: 2px 10px;
    margin-right: 10px;
  }
.all-task .task-status.in-progress{
  background:#04d056;
  color:#fff;
  }
.all-task .task-status.new{
  }
.all-task .task-no{
  float:right;
  }
.all-task .task-title{
  color:#2098d1;
  text-transform:capitalize;
  cursor:pointer;
  }
.all-task .task-title-dis{
  color:#a8a8a8;
  }
.all-task .task-title-dis i{
  color:#f4645f;
  }
.commentproject-history .comm-his-icon{
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  background: none repeat scroll 0% 0% #00B1E1;
  border-radius: 100%;
  color: #FFF;
  margin-right:5px;
  }
.commentproject-history{
  margin-bottom:10px;
  }
.commentproject-history .comment-history{
  padding-bottom:15px;
  line-height:30px;
  font-size:14px;
  padding:10px 10px 15px 10px;
  margin-bottom:5px;
  border-bottom:1px solid #e8e6e6;
  }
.commentproject-history .form-group{
  margin-bottom:5px;
  }
.commentproject-history .comm-his-name{
  font-weight: bold;
  color: #f4645f;
  }
.first-letter-circle{
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  background: none repeat scroll 0% 0% #00B1E1;
  border-radius: 100%;
  color: #FFF;
  margin-right:5px;
  margin-bottom: 5px;
  }
.default-letter-circle{
  width:30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background: none repeat scroll 0% 0% #00B1E1;
  border-radius: 100%;
  color: #FFF;
  margin-right:5px;
  margin-bottom: 5px;
  }
/*-----------Close-Ticket-Management-----------*/
.finish-msg{
  font-size: 16px;
  padding: 15px 30px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 3px 3px 8px #9c9c9c;
  }
#summary_block  .panel{
  margin-bottom: 5px;
  }
#summary_block  .panel-heading{
  background: #212121;
  color: #fff;
  padding-top: 5px !important;
  }
#summary_block .panel-heading .panel-title{
  font-size: 16px;
  padding: 0px;
  position: relative;
  top: 5px;
  }
#summary_block .panel-heading .btn-sm._collapsible {
  padding: 0px 10px;
  }
#summary_block .panel-body{
  border: 1px solid #9E9E9E;
  border-top: none;
  margin-top: -1px;
  }
/*-----------Dispatch-board-----------*/
.booking-board-search{
  background: #eaeaea !important;
  padding: 0px 0px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  margin-bottom: 5px;
  text-align: center;
  white-space: nowrap;
  }
.booking-board-search::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
  background-color: transparent;
  height: 1px !important;
  }
.booking-board-search::-webkit-scrollbar{
  width: 6px;
  background-color:  transparent;
  height: 1px !important;
  }
.booking-board-search::-webkit-scrollbar-thumb{
  background-color:  transparent;
  }
.booking-board-search .yellow-box{
  padding: 5px 0px 5px 5px;
  display: inline-block;
  }
.booking-board-search .chosen-container{
  margin-bottom: 0px !important;
  }
.booking-board-search .box{
  display: inline-block;
  }
.booking-board-search .search-btn span{
  padding: 7px 10px 10px 10px;
  }
.booking-board-search .date-pcik{
  display: inline-block;
  position: relative;
  top: 1px;
  z-index: 9;
  }
.booking-board-search .date-pcik a{
  background: #2a2a2a;
  color: #fff !important;
  position: relative;
  margin: 0px auto;
  padding-top: 4px;
  padding-bottom: 3px;
  display: inline-block;
  width: 17px;
  text-align: center;
  top: 3px;
  }
.booking-board-search .date-pcik .input-icon input{
  border:1px solid #909090;
  background: transparent;
  z-index: 999;
  position: relative;
  }
.booking-board-search .date-pcik .input-icon.right > i{
  right: 38px;
  }
.booking-board-search .date-pcik a.prev{/*left: 3px;top: 4px;*/z-index: 1;}
.booking-board-search .date-pcik a.next{/*right: 4px;top: 4px;*/}
.booking-board-search .date-pcik .input-icon{position: relative;top: 3px;}
.booking-board-search .today-btn{
  background: #2A2A2A;
  color: #fff;
  padding: 5px 20px 9px;
  }
.dis-popup-tabs .count {
  position: absolute;
  top: 4px;
  right: 7px;
  padding: 0.45em 0.4em;
  width: 20px;
  height: 20px;
  line-height: 11px !important;
  background: #737373;
  }
.load-booking-calls .title{
  text-transform: capitalize;
  background-color:#f4645f;
  color: #fff;
  padding: 1px 10px;
  } 
.load-booking-calls .title h4{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  }
.load-booking-calls .actionLink i{
  margin: 0px 1px;
  cursor: pointer;
  }
.shadow-bg [class*="col-"] .icon{
  float: left;
  vertical-align: top;
  margin-right: 2px;
  width: 25px;
  margin-top: 1px;
  }
.shadow-bg [class*="col-"] .icon i{
  font-size: 24px;
  color: #c4c4c4;
  position: relative;
  top: 5px;
  }
.shadow-bg [class*="col-"] .box{
  float: left;
  width: calc(100% - 30px);
  margin-bottom: 10px;
  }
.booking-detail-popup .shadow-bg label{
  font-weight: 700;
  color: #333;
  }
.booking-detail-popup .shadow-bg h4{
  font-weight: 600;
  color: #f4645f;
  }
.booking-detail-popup .shadow-bg [class*="col-"] .icon{
  float: left;
  vertical-align: top;
  margin-right: 2px;
  width: 25px;
  margin-top: 1px;
  }
.booking-detail-popup .shadow-bg [class*="col-"] .icon i{
  font-size: 24px;
  color: #c4c4c4;
  position: relative;
  top: 5px;
  }
.booking-detail-popup .shadow-bg [class*="col-"] .box{
  float: left;
  width: calc(100% - 30px);
  margin-bottom: 10px;
  }
.job-events-list-box{
  background: #fff;
  display: inline-table;
  margin-bottom: 10px;
  }
.job-events-list-box label{
  font-weight: 600;
  margin-bottom: 0px;
  color: #f4645f;
  }
.job-events-list-box.panel{
  padding: 5px 0px !important;
  border: 1px solid #DDD;
  }
.job-events-list-box .collapse.in .panel-heading{
  background-color: #ececec !important;
  }
.job-events-list-box .panel-heading{
  background-color: #fff !important;
  padding: 0 0px !important;
  border: none !important;
  }
.job-events-list-box .panel .panel-heading .panel-title{
  padding: 0 10px !important;
  margin: 0 !important;
  }
.job-events-list-box .panel-heading h3.panel-title{
  padding: 10px 0px !important;
  margin: 0 !important;
  color: #00b0e2;
  font-size: 18px !important;
  }
.job-events-list-box.panel .panel-heading .panel-title{
  padding: 10px 10px !important;
  color: #666;
  font-size: 16px !important;
  font-weight: bold;
  }
.job-events-list-box.panel .panel-heading .panel-title a{
  padding: 1px !important;
  display: initial;
  font-size: 20px;
  margin-left: 3px;
  }
.job-events-list-box.panel .panel-heading .panel-title .actionLink{
  position: absolute;
  top: 10px;
  right: 8px;
  font-size: 15px;
  color:999;
  }
.job-events-list-box.panel .panel-heading .panel-title .actionLink span{
  position: relative;
  }
.job-events-list-box.panel .panel-heading .panel-title .actionLink ._open_booking_chat .badge{
  background: #ff0000;
  border-radius: 50%;
  font-size: 8px;
  width: 15px;
  height: 15px;
  text-align: center;
  margin: 0 auto;
  position:  absolute;
  top: -5px;
  left: -5px;
  line-height: 15px;
  display: inline-block;
  padding: 0;
  }
.job-events-list-box.panel .panel-heading .panel-title .actionLink ._open_booking_chat .badge:empty{
  display: none !important;
  }
.job-events-list-box .panel-heading .accordion-toggle:after{
  content: '\f106' !important;
  font-family: FontAwesome;
  transition:all .5s ease-in-out;
  }
.job-events-list-box .panel-heading .accordion-toggle.collapsed:after{
  transform:rotate(180deg);
  }
.job-events-list-box .panel-collapse .col-md-6 span{
  display: inline-block;
  width: 8%;
  vertical-align: top;
  }
 .job-events-list-box .panel-collapse .col-md-12 span{
  display: inline-block;
  width: 4%;
  vertical-align: top;
 }
.job-events-list-box .panel-collapse .col-md-6 div,
.job-events-list-box .panel-collapse .address > div{
  display: inline-block;
  width: 88%;
  }
.job-events-list-box .panel-collapse .col-md-6 i,
.job-events-list-box .panel-collapse .address i{
  color: #181818;
  }
.job-events-list-box .near-tech-list {
  float: left;
  width: 100%;
  padding: 10px 10px;
  }
.job-events-list-box .near-tech-list ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  }
.job-events-list-box .near-tech-list ul li{
  width: 100%;
  padding: 7px 0px;
  border-bottom: 1px solid #888;
  float: left;
  }
 .job-events-list-box .near-tech-list ul li .distance span{
  font-weight: 600;
  }
/*Booking-Request*/
.booking-request{
  background: #fbfbfb;
  color: #666666;
  padding: 5px 5px 5px 35px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  transition: all .3s;
  min-height: 170px;
  }
.booking-request .counting{
  position: absolute;
  left: -25px;
  background: #b9b9b9;
  color: #fff;
  padding: 1px 8px;
  top: 5px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  }
.booking-request label i{
  font-weight: bold;
  color: #000
  }
.booking-request label{
  color: #f4645f;
  margin-bottom: 0px;
  }
/*Close-Booking-Request*/
/*Booking-Request-popup*/
.loadEmployeeList ul li .img-circle img{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 50px;
  height: 50px;
 object-fit: cover;
  object-position: center center;
  }
.booking-request-popup .dark-row{
  background: #ececec !important;
  color: #3e3e3e !important;
  }
.booking-request-popup .booking-request{
  background: none;
  color: inherit;
  }
.booking-request-popup .booking-request:hover{
  background: none;
  color: inherit;
  }
.booking-request-popup .booking-request{
  padding: 0px 10px 10px 10px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
  transition: all .3s;
  min-height: 116px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: normal;
  }
.booking-request-popup .booking-request .row{
  padding: 10px 10px; 
  }
.booking-request-popup .booking-request .row label{
  color: #f4645f;
  }
.booking-request-popup .booking-request .row label i{
  color: #000;
  }
.booking-request-popup .profile-image{
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  }
.booking-request-popup .profile-image img{
  margin-bottom: 10px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: -10px;
  left: 25%;
  position: absolute;
  }
.booking-request-popup .btn-teal{
  background-color: #db4a39 !important;
  border-color: #db4a39 !important;
  }
.booking-request-popup .user-name{
  text-transform: capitalize;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  }
.booking-request-popup .city{
  font-weight:800;
  color: #505050;
  font-size: 16px;
  margin-bottom: 10px;
  }
.booking-request-popup .close-swal-alert{
  position: absolute;
  top: -68px;
  right: 0px;
  border-bottom-left-radius: 50%;
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
  color: #fff;
  padding: 2px 7px !important;
  }
/*Booking-Request-popup*/
/*-----------Close-Dispatch-board-----------*/
#colorbox + ul.ui-autocomplete.ui-menu.ui-widget-content{
  z-index: 9999 !important;
  }
.map-right-click-dispatch{
  list-style-type: none;
  padding: 0;
  margin: 0;
  }
.map-right-click-dispatch li .fa {
  margin-right: 7px;
  width: 15px;
  text-align: center;
  }
.map-right-click-dispatch li.divider {
  height: 7px;
  }
.map-right-click-dispatch li{
  cursor: pointer;
  padding: 5px;
  }
.map-right-click-dispatch li:hover {
  background: #E9573F;
  color: #fff;
  }
.navbar-toolbar .navbar-form{
  margin-bottom: 0;
}
.service-types-list .menu{
  height: calc(100vh - 237px);
}
.service-types-list .menu .menu__wrap{
  top: auto;
  bottom: auto;
  height: 90%;
  }
ul.menu__level.service-list{
  overflow-y: auto;
}
.menu__wrap .menu__level{
  overflow-y: hidden;
}
ul.listing-action li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
ul.listing-action li .trash-btn{
  float: right;
}
.menu__breadcrumbs::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.menu__breadcrumbs{
 padding-bottom: 25px !important;
 width: 96% !important;
}
.menu__breadcrumbs::-webkit-scrollbar{
  height: 6px;
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
.menu__breadcrumbs::-webkit-scrollbar-thumb{
  background-color: #333;
  border-radius: 10px;
}
.bottom-notification .btn .counter{
  position: absolute;
  right: -5px;
  top: -10px;
  z-index: 11;
  color: #fff;
  background-color: red;
  padding: 3px;
  border-radius: 50%;
  font-size: 12px;
  min-width: 23px;
  font-weight: bold;
}
.fixed-dashboard-menu{
  margin-top: 5px;
  }
.btn-fixed-dashboard-menu {
  text-align: left;
  font-weight: 400;
  }
.btn-fixed-dashboard-menu i{
  animation-name: bounce-bottom;
  animation-delay: 1s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  }
.btn-fixed-dashboard-menu span{
  float: right;
  }
.btn-fixed-dashboard-menu span.fa-rotate-180 i{
  animation: none;
  }
.btn-fixed-dashboard-menu i, .btn-fixed-dashboard-menu span{
  transition: .5s ease-in-out;
  }
@keyframes bounce-bottom {
  0%, 20%, 60%, 100%  { -webkit-transform: translateY(0);}
  40%  { -webkit-transform: translateY(-8px); }
  80% { -webkit-transform: translateY(-4px); }
}
/*----close fixed-dashboard-menu Made By BASANT----*/
.bottom-notification{
  position: absolute;
  bottom: 0;
  left: 10px;
  cursor: pointer;
  background-color: #ff0000;
  text-align: center;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.09);
  transition: .3s;
  transition:transform .5s;
  border-radius: 10%;
  line-height: 40px;
  z-index: 9999;
  font-size: 20px;
  }
.bottom-notification .div{/*height: 45px;width: 100%;padding-top: 12px;position: relative;*/}
.bottom-notification .div .counter {
  font-size: 12px;
  background: #000000;
  position: absolute;
  right: -10px;
  top: -6px;
  color: #fefefe;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding-top: 5px;
  line-height: 11px;
  }
/*==========activation-master==========*/
body.inactive-other-class #page-content{
  margin-left: 0 !important;
  margin: 0 auto !important; 
  }   
.activation-master header{
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 15px #828282;
  padding: 10px 0;
  margin-bottom: 25px;  
  }
.activation-master .logo img{
  width: 165px;
  }
.activation-master .logout-btn{
  top: 15px;
  color: #353535 !important;
  font-weight: 600;
  }
.activation-master .welcome-box{
  background: #666666;
  color: #fff;
  margin-bottom: 25px;
  padding: 20px 10px;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .5px;
  }
.activation-master .welcome-box span{
  color:#fbbc05;
  font-weight: bold;
  }
.activation-master .content-box{
  background: #fff;
 -webkit-box-shadow: 0px 0px 27px 6px rgba(0,0,0,0.03);
 -moz-box-shadow: 0px 0px 27px 6px rgba(0,0,0,0.03);
  box-shadow: 0px 0px 27px 6px rgba(0,0,0,0.03);
  }
.activation-master fieldset{
  margin-top: 23px;
  }
.activation-master .content-box .inner-all{
  padding: 5px;
  } 
.activation-master .fs-title {
  font-size: 24px;
  background: none !important;
  color: #666666;
  font-weight: 200;
  border: none;
  border-bottom: 2px solid #f3f3f3;
  margin: 0px 10px 10px;
  padding-left: 0px;
  padding-bottom: 10px;
  }
.activation-master .fs-title i{
  background-color: #ea4335;
  color: #fff;
  margin-right: 5px;
  font-size: 20px;
  padding: 5px 9px;
  border-radius: 3px;
  font-weight: 100;
  }
.activation-master .left-menu{
  background-color: #f3f3f3;
  padding-top: 25px;
  }
.activation-master .left-menu:before{
  background-color: #f3f3f3;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 2000%;
  width: 100%;
  }
.activation-master .inner-all,
.activation-master .inner-all .employee-breadcrumb{
  overflow: hidden;
  }
.activation-master .addmore-btn{
  background: #34a853;
  border: 1px solid #34a853;
  border-radius: 3px;
  text-transform: capitalize;
  transition: all .3s;
 }
.activation-master .addmore-btn:hover{
  background: #178535;
  border: 1px solid #178535;
  }
.activation-master .active{color: initial !important;}
.activation-master .active{color: initial !important;}
.activation-master .toggle-menu .toggle-menu-icon{
  box-shadow: none;
  position: relative;
  left: -10px;
  background: transparent;
  border: none;
  height: 20px;
  transition: all 0.3s;
  }
.activation-master .active .toggle-menu .toggle-menu-icon{
  box-shadow: none;
  position: relative;
  left: -25px;
  background: transparent;
  border: none;
  height: 20px;
  transition: all 0.3s;
  }
.activation-master .row-offcanvas-left .toggle-menu .toggle-menu-icon:before{
  content:'\eb27';
  font-family: 'IcoFont'!important;
  font-size: 2.3rem;
  position: absolute;
  top: -0px;
  left: -10px;
  color: #ea4335;
  transition: all 0.3s;
  }
.activation-master .row-offcanvas-left.active .toggle-menu .toggle-menu-icon:before{
  content:'\eb26';
  font-family: 'IcoFont'!important;
  font-size: 2.3rem;
  position: absolute;
  top: 2px;
  left: -7px;
  color: #ea4335;
  transition: all 0.3s;
  }
@-moz-document url-prefix() { 
  .activation-master .row-offcanvas-left .toggle-menu .toggle-menu-icon:before, 
  .activation-master .row-offcanvas-left.active .toggle-menu .toggle-menu-icon:before{
    top:-3px;
  }
}
.activation-master .next-btn, .activation-master .prev-btn{
  background-color:#ea4335;
  color: #fff; 
  transition: all .3s;
  border-radius: 3px;
  }
.activation-master .next-btn:hover, .activation-master .prev-btn:hover{
  background-color:#d22c1e;
  color: #fff; 
  } 
ul.service-list li .service-image:empty:before{
  content: '\ea88' !important;
  font-family: 'IcoFont'!important;
  font-size: 24px;
  }
.activation-master .listing-new li{
  padding: 10px 115px 10px 10px;
  }
.activation-master .listing-new li:nth-child(odd){
  background: #f3f3f3;
  }
.activation-master .listing-new li .abs{
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  }
.activation-master .finish-msg{
  font-size: 16px;
  padding: 30px 30px;
  text-align: center;
  background: #fff;
  color: #636E7B;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 20px #c5c5c5;
  width: 60%;
  margin: 20px auto;
  }
.activation-master .finish-msg h1{
  font-size: 42px;
  font-family: -webkit-body;
  color: #636E7B;
  letter-spacing: 1px;
  margin-bottom: 30px;
  }
.activation-master .gray-footer{
  background: #666666;
  color: #fff;
  padding: 10px 0px;
  margin-top: 45px;
  }
.activation-master .gray-footer p{
  margin: 0;
  }
.activation-master .form-footer{
  background: none !important;
  padding: 10px 0px;
  margin: 0px 0px 0px 0px;
  }
.activation-master ul.service-list li{
  width: 20%;
  overflow: hidden;
  }
.activation-master ul.service-list li .service-image {
  width: 100%;
  font-size: 30px;
  margin-bottom: 5px;
  color: #ff0000;
  height: 30px;
  display: inline-block;
  }
.activation-master ul.service-list li label{
  color: #666;
  font-size: 13px;
  line-height: 16px;
  height: auto;
  cursor: pointer;
  }
.activation-master .bottom-notification{
  position: relative;
  float: right;
  margin: 10px 0px 15px 10px;
  }
.activation-master .width-15{
  width: 15%
  } 
.activation-master .modal-body{
  padding: 0px;
  margin: 0px;
  }
.activation-master .modal-body ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  }
.activation-master .modal-body ul li{
  font-size: 14px;
  width: 49%;
  padding: 8px;
  margin-bottom: 0px;
  height: 50px;
  overflow: hidden;
  }
.activation-master .modal-body ul li:nth-child(4n+2),
.activation-master .modal-body ul li:nth-child(4n+3){
  background: #efeeee;
  }
.activation-master .modal-body ul li>i{
  color: #ff0000;
  float: left;
  margin: 9px 5px 5px 0px;
  }
.activation-master .modal-body ul li i + span{
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  line-height: 32px;
  }
.activation-master ._add_address, 
.activation-master ._add_contract,
.activation-master ._add_insurance,
.activation-master ._add_bond,
.activation-master ._add_new_card,
.activation-master ._add_certificate,
.activation-master ._add_reference{
  margin-left: 40px;
  }
.activation-master ._print_div{
  position: absolute;
  top: -50px;
  right:10px;
  }
/*==========Close-activation-master==========*/
/*==========app-active-dashboard==========*/
.bottom-notification-list-section .modal-body{
  padding: 0px;
  margin: 0px;
  }
.bottom-notification-list-section .modal-body ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  }
.bottom-notification-list-section .modal-body ul li{
  font-size: 14px;
  padding: 8px;
  margin-bottom: 0px;
  height: 50px;
  overflow: hidden;
  }
.bottom-notification-list-section .modal-body ul li:nth-child(odd){
  background: #efeeee;
  }
.bottom-notification-list-section .modal-body ul li>i{
  color: #ff0000;
  float: left;
  margin: 9px 5px 5px 0px;
  }
.bottom-notification-list-section .modal-body ul li i + span{
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  line-height: 32px;
  }
.dashbord-steps2 .service-types-list ul.service-list li label {
  height: 38px;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #636E7B;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  justify-content: center;
  }
/*==========Close-app-active-dashboard==========*/
/*==========upload-controller==========*/
.upload-controller{
  background: #ea4335;
  padding: 10px;
  float: left;
  width: 100%;
  }
.upload-controller label{
  color: #fff;
  }
.upload-controller .upload-icon{
  background: #212121;
  border: 1px solid #212121;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer !important;
  transition: all .3s;
  margin-bottom: 0px;
  }
.upload-controller .upload-icon i, .upload-controller .upload-icon i:hover{
  cursor: pointer !important;
  }
.upload-controller .upload-icon:hover{
  background: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #fff;
  } 
.upload-controller .ajax-upload-dragdrop{
  background: #fff;
  border:none;
  }
.upload-controller .ajax-file-upload-statusbar{
  border: 1px solid #fff;
  }
 .upload-controller .ajax-file-upload-filename{
  color: #fff;
  }
.upload-controller .ajax-file-upload-filename div._file_title_div{
  display: none;
  }
.upload-controller .ajax-file-upload-progress{
  width: 85%;
  background: #fff;
  border:none;
  border-radius: 10px;
  padding: 0px;
  }
.upload-controller .ajax-file-upload-bar{
  background-color: #bc2c20;
  height: 15px;
  border-radius: 10px;
  color: #FFFFFF;
  }
.upload-controller .ajax-file-upload-red{
  background: #212121;
  font-size: 1.15rem;
  border-radius: 3px;
  margin-top:-2px;
  box-shadow: none;
  text-shadow: none;
  padding: 4px 8px;
  }
.upload-controller .ajax-file-upload-red:before{
  content:'\ef74';
  font-family: 'IcoFont'!important;
  margin-right: 5px;
  }
#cropForm .docs-data .docs-buttons .btn-group .btn-primary{
  padding: 0px !important;
  margin: 0px 2px 5px 0px !important;
  }
#cropForm .docs-data .docs-buttons .btn-group .btn-primary .docs-tooltip{
  width: 60px;
  height: 40px;
  display: inline-block;
  margin:0px;
  }
/*==========Close-upload-controller========== */
.image-edit .vendor-category-list-box .action-box .edit-vendor{
  display: block;
  margin: 5px 0;
  top: 0;
  }
.edit-vendor-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
.listing-new li .image-edit label {
  padding: 0 !important;
  width: 100%;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
  }
.image-edit .vendor-category-list-box{
  height: auto;
  }
/*#top_section_open_calls #accordion{padding: 0px 50px;}*/
#top_section_open_calls .owl-carousel .owl-nav{
  position: relative;
  }
#top_section_open_calls .owl-carousel .owl-nav .owl-prev, 
#top_section_open_calls .owl-carousel .owl-nav .owl-next{
  position: absolute;
  font-family:IcoFont !important;
  font-size: 50px;
  }
#top_section_open_calls .owl-carousel .owl-nav .owl-prev{
  top: -75px;
  left: -45px;
  opacity: 9;
  color: #fff;
  }
#top_section_open_calls .owl-carousel .owl-nav .owl-next{
  top: -75px;
  right: -45px;
  opacity: 9;
  color: #fff;
  }
/*==========Manage-Technician========== */
.manage-technician .profile-pic{
  display: block;
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 15px;
  }
.manage-technician .profile-pic img{
  width: 100%;
  height: 100%;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border:4px solid #fff;
  box-shadow: 0px 0px 9px #c4c4c4;
  }
/*==========Close-Manage-Technician========== */
body.page-footer-fixed #page-content .footer-content {
  z-index: 999;
  }
.modal {
  text-align: center;
  padding: 0!important;
  }
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  }
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  }
.div-member .facebook-auto{width: 93% !important;background: #eee;}
.div-member .facebook-auto ul{width: 100% !important;background: #eee; height: 155px !important;}
.div-member .facebook-auto ul li{width: 100%;padding: 10px 7px; font-size: 12px; float: left; transition: all .3s;}
.div-member .facebook-auto ul li:hover{background: #fff; color: #888;}
.div-member .facebook-auto ul li .profileimage{float: left;}
.div-member .facebook-auto ul li img{width: 40px; height: 40px; border: 3px solid #fff;box-shadow: 0px 0px 8px #ccc; margin-right: 5px; border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;}
.div-member div.pull-right .btn-xs{border-radius: 0px;margin-left: 1px;}
.div-member .facebook-auto li .name{float: left;width: 76%;margin: 0 3px 5px 5px; text-transform: capitalize; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.div-member .facebook-auto li .email{float: left;width: 76%;margin: 0px 3px 5px 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
@media only screen and (max-width: 320px) {
.driver-profile .driver-profile-img{margin-top:40px}
  }
.group-member-popup .div-member ul.holder li{
  padding: 0;
  }
.group-member-popup .div-member ul.holder{
  min-height: 50px;
  }
/*==========service-questions==========*/
.service-questions-list .checkbox{
  display: inline-block;
  width: 25px;
  }
.service-questions-list .questions-box{
  width: calc(100% - 30px);
  display: inline-block;
  margin-bottom: 6px;
  }
.service-question-options{
  display: block !important;
  margin-bottom: 10px;
  }
.service-question-options .rdio{
  display: inline-block !important;
  }
/*==========Close-service-questions==========*/
/*==========Scheduler==========*/
.scheduler-web .reschedule-top{
  padding: 0;
  }
.scheduler-web .week-days{
  height: auto;
  margin-bottom: 15px;
  }
.scheduler-web .week-days a{
  width: 14.28%;
  }
.scheduler-web .week-days a.active{
  color: #ea4335!important;
  font-weight: 600;
  }
.scheduler-web .re-tabbing-style a{
  width: 24%;
  transition: all .3s;
  }
.scheduler-web .re-tabbing-style a.active, .scheduler-web .re-tabbing-style a:hover{
  color: #fff !important;
  text-decoration: none;
  transition: all .3s;
  }
.scheduler-web .scheduler-main .availability-list ul li{
  font-size: 18px;
  }
.scheduler-web .re-tabbing-style a:after{
  top: 50%;
  margin-top: -7px;
  }
.scheduler-web .re-tabbing-style a.active:before{
  background-color: #ea4335;
  }
.scheduler-web .week-days::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  }
.scheduler-web .week-days::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
  }
.scheduler-web .week-days::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
  }
.scheduler-web .week-days::-webkit-scrollbar-thumb:active {
  background: #000000;
  }
.scheduler-web .week-days::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
  position: absolute !important;
  margin-bottom: 3px !important;
  bottom: auto !important;
  top: 3px !important;
  }
.scheduler-web .week-days::-webkit-scrollbar-track:hover {
  background: #666666;
  }
.scheduler-web .week-days::-webkit-scrollbar-track:active {
  background: #333333;
  }
.scheduler-web .week-days::-webkit-scrollbar-corner {
  background: transparent;
  }
/*==========close-Scheduler==========*/
