.cbo-popup {
    cursor: pointer;
    position: relative;
    /* z-index: 9999; */
    display:block;
}

.cbo-popup .header {
	position: relative;
    
   /*  z-index: 9999;*/
}

.cbo-popup #tag_container {
	position: absolute;
	top: 7px;
  	left: 0px;
}

.cbo-popup .search {     
    display: none;
    /* z-index: 9999;*/
}

.cbo-popup .list-down {
    border: 1px solid #95A5A6;
    left: 0;
    list-style: outside none none;        
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    display: none;
    
}   

.cbo-popup.active .list-down {
    display: inherit;        
    line-height: 9px;    	
 	padding: 4px;
 	/*min-width:250px;*/
	background-color: #fff;
	 z-index: 9999;
}

.cbo-popup.active .search {
	display: inherit;
}

.cbo-popup .list-down .scroll-panel{
   	overflow: auto;
   	max-height: 130px;
  	list-style: none;
} 

.cbo-popup .list-down .scroll-panel label{
	font-weight: normal;
	padding-left: 5px;
}

.cbo-popup .list-down .scroll-panel input{
	margin-right: 5px;
}

.cbo-popup .list-down li {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    color: #555
}

.cbo-popup .list-down li i {
    color: inherit;
    margin-right: 5px;
    vertical-align: middle;
    float: right;
}

.cbo-popup .list-down li small {
    margin-right: 10px;
}

.cbo-popup .list-down li.no_data {
    margin-right: 10px;
    text-align: center;
  	font-size: smaller;
  	color: gray;
}

.cbo-popup .loader_list{
	width: 50px;
}

.cbo-popup .tag {
	padding: 2px 0px 2px 1px;	
    background-color: #3c8dbc;  	
}


.item_frame {
	padding: 1.5px;
	margin: 1px 1px 1px 1px;
	border-radius: 2px; 
	box-shadow: -1px 0px 1px 0px #ffffff;
    float: left;
    background-color: #367FA9;
  	color: white;
    height: auto;
   /*  border: 1px solid #f2f3f7; */
    cursor: pointer;
}
.cbo-popup .tag a {
	padding: 3px 0 0 0;
   	font-size: 14px;
   	color: white;
}

.cbo-popup span.tag a {
	padding: 2px;
	
	background-color: #3c8dbc;
	font-size: 13px;
	color: #fff;
   	-webkit-border-radius: 4px !important;
}

.cbo-popup span.tag i {
	color: #d2d6de;
}

.cbo-popup span.tag i:hover {
	color: #fff;
}

.cbo-popup .single {
	margin: -25px 8px;
}
.frame_listInviteUser {
	background-color: white;
	width: 100%;
	overflow: auto; 
	max-height: 127px; 
	padding-top: 2px;
	box-shadow: 0px 0px 1px 0px #c0c0c0;
	
}



.frame_listSupportService {
	background-color: white;
	width: 98%;
	max-height: 130px;
	height:auto;
	overflow: auto; 
	padding-top: 2px;
	box-shadow: 0px 0px 1px 0px #c0c0c0;
	
}
.listInviteUser {	
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	padding-right: 0px !important;
	width: 100%;		
}
.listInviteUser  p{
	padding: 3px;	
	display: table;
	margin-top: 3px;
}
.listInviteUser  .user-image {
    float: left;
    width: 25px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 2px;
    margin-top: -4px
}
.frame_background {
    background-color: #F8F8FF;
	max-width:100%;
	max-height: 260px;
	height: auto;
	/* padding-bottom: 10px;	 */
	padding-bottom: inherit;
	margin: 2px 0 0 10px;
	position: absolute;
}
.frame_background .padding_cb_box {
	width: 98%; 
}
.frame_listInviteUser a {
	font-size: 13px;
	font-family: Open Sans,sans-serif;
}
.padding_cb_box {
	padding-bottom: 6px;
}
.frame_listyourservice {
	background-color: white;
	width: 100%;
	height: 100%;
	overflow: auto; 
	max-height: 260px; 
	padding-top: 2px;
	box-shadow: 0px 0px 1px 0px #c0c0c0;	
	color: #367FA9;
	font-family: Open Sans,sans-serif;
}
.frame_listyourservice span {
	font-size: 12px;
}
.frame_listyourservice label {
	padding-left: 10px;
	padding-bottom: 1px;
}
.title_custom {
	padding: 7px 0px 10px 10px;
	width: 100%;
	max-width:100%;
	background-color: #e9eaea;
	box-shadow: 0px 0px 1px 0px #c0c0c0;
	font-size: 15px !important;
}
.title_custom_left {
	width: 98%;
	max-width:100%;
	padding: 7px 0px 10px 10px;
	background-color: #e9eaea;
	box-shadow: 0px 0px 1px 0px #c0c0c0;
	font-size: 15px !important;
}
.your_filter {
	max-height: 212px;
	overflow: auto;
	width: 100%;
	background-color: white;
	box-shadow: 0px 0px 1px 0px #c0c0c0;
	height: auto;		
}
.your_filter span {
	font-weight: bold;
	font-family: Open Sans,sans-serif;
	font-size: 13px;
	padding-left: 10px;
	color: #367FA9;
}
.filterName  {	
	color: white !important;
}
.padding_custom {
	/* padding-bottom: 7px; */
	max-width: 120%;
}
.padding_custom_bottom {
	padding-bottom: 2px;
}
.invBtn {
	width: 98%;
}
.left_yourroute_col {
	position: absolute;
	width: 94%;
	min-width: 12%;
}
.left_yoursv_col {
	position: absolute;
	width: 87%;
	min-width: 12%;
}
.right_col {
	right: 22px;
	width: 14%;
	max-width :14%;
	position: absolute;
}
.list_user {
	max-width: 120%;
}
.pre_new {
	background-color: red;
}
.count_tik {
	font-size: 15px;
	padding: 2px;
	font-weight: 700;
	color: #3c8dbc;
}
.nodata_tik {
	height: 480px;
	width: 100%;
	padding-bottom: 3px;
	font-size: 32px;
	text-align: center;
	opacity: 0.4;
	padding-top: 60px;
}
#allTik {
 	max-height: 212px;
	overflow: auto;
	width: 100%;
	background-color: white;
	box-shadow: 0px 0px 1px 0px #c0c0c0;
	padding: 11px 0 0 5px;
	height: 44px;		
	margin: 1px 0px 4px 0px !important;
 }
 #allTik .alpha {
 	box-shadow: 0px 0px 3px 0px #2b2828;
    float: left;
    min-width: 100%;
    background-color: #367FA9;
  	color: white;
    height: 50;
    border: 1px solid #f2f3f7;
    cursor: pointer;
 
 }
 
 .left_yourroute_col_shop {
	position: absolute;
	width: 96%;
	min-width: 12%;
}

.width70 {
	width: 70% !important
}

.dash_shopplan_view{
	padding-top:5px;
	width:200px;
    float: left;
}

.table#task_table>thead>tr>td, .table#task_table>thead>tr>th {
	padding: 4px;
}

.view-route{
	margin-left: 10px;
	/* height: 400px */
}


.view1-route{
	margin-left: 100px;
}

.table-form{
	width: 100%
}
.table-form.table-form-sub .td-label {
    width: 30%;
    font-weight: bold;
}

.table-form .td-label {
    width: 140px;
}
.table-form .td1-label {
    width: 317px;
    font-weight: bold;
}
.table-form td {
    padding: 5px;
    word-break: break-all;
}

.addDayLoop{
	width: 70px;
	background-color: #42f5f2;	
}

.subtractDayLoop{
	width: 70px;
	background-color: #FFF;	
}