.oneside_route {
   clear:both;
    width: 100%;
    margin-bottom: 10px;
}


li.black-btn input, li.blue-btn input {
    padding: 11px 30px;background: #48abff;
}
.form-group.width-25.inpt-with-c-m label {
    display: block;
    width: 100%;
}

.form-group.width-25.inpt-with-c-m .form-control {
    width: calc(100% - 87px);
    float: left;
    margin-right: 10px;
}
.inpt-with-c-m input[type=checkbox] {
    margin-top: 10px;
}
.icon-fix {
    position: absolute;
    top: 27px;
    right: 23px;
}
.form-group {
    margin-bottom: 5px;
}
.top-input .form-group, .form-group.width-35{
	position:relative;
	
   }


span.icon-fix.fix-border-right {
    right: 0px;
    left: 10px;
    height: 34px;
    line-height: 34px;
    top: 21px;
    border-right: 1px solid #ccc;
    display: inline-block;
    width: 30px;
}

.form-group.inpt-padding-left-50 input.form-control {
    padding-left: 50px;
}
span.icon-fix.postion-right {
    right: 15px;
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
    color: #000;
	background:#e4e8f1;
}

label {
  
	text-transform:capitalize;
}

ul.stops-list-tab.return_add_stops {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
}

ul.stops-list-tab li {
    margin-right: 5px;
}
a{text-decoration:none !important;}
a:hover{text-decoration:none !important;}
select.error, input.error{border-color:#f00;}
label.error{color:#f00;}
div.blue-btn input {
	background: #48abff;
    margin-left: 10px;
    margin-top: 21px;
    display: inline-block;
    /* padding: 10px 50px; */
    border-radius: 3px;
    width: 150px;
    text-align: center;
    height: 34px;
    color: #fff;
    line-height: 34px;
    font-size: 16px;
}
.disable_submit{
	background-image: url(../images/loading.gif)!important;
    background-repeat: no-repeat!important;
    background-blend-mode: color-dodge;
    background-position: center!important;
    font-size: 0!important;
	opacity: .6!important;
}

.row-5.restrict_access a.add-btn {
    margin-top: 0px;
}
.row-5.restrict_access {
    background: #f0f5f9;
    margin-bottom: 5px;
    padding: 5px;
}
.row-5.restrict_access label {
    display: none;
}
input.search-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background-image: url(../images/search-icon.jpg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px;
    height: 30px;
    width: 30px;
}
input.search-btn:hover {
    background-color: transparent;
}

input.form-control.images-upload-inpt {
    width: 100%;
    height: 100%;
    opacity: 0;
	cursor: pointer;
}
.image_box {
    position: absolute;
    width: 100%;
    height: 100%;
   
}
.image_box img {
    width: 100%;
    height: 100%;
}
.remove_images {
    color: #f00 !important;
    position: absolute;
    top: -1px;
    right: 2px;
}
span.max_text {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
	color: #f00 !important;
}
textarea.error {
    border-color: #f00 !important;
}
.addAlert .form-group.width-100 {
    width: 100%;
    margin-top: 10px;
}
.textbox_to_password{
	-webkit-text-security:disc;
}