@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,700,800,200,500,600,900);
body {
	font-family: 'Raleway', sans-serif;
}
.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: auto;
	width: auto;
	border: 0;
	overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 3px 16px;
    /* margin-right: -1px; */
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

data-table ul {
    width: 95%;
    margin-top: 50px;
    text-align: center;
    border: 1px solid cfcfcf;
    display: table;
    list-style: none;
    margin: 0px;}
.data-table li {
    display: table-row;
    width: 100%;
    list-style: none;
    margin: 0px;
    border-bottom: 1px solid #ccc;
}
.data-table li .data{
    display: table-cell;
    width: 195px;
    white-space: nowrap;
    min-width: 94px;
}
.roman {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 17px !important;
}
.wide{
width:auto;
}
.hide_elm{
  visibility: hidden;
}
.numeric-cell{border: 1px solid #cfcfcf;}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 640px) {
.data-table {
overflow-x: auto;
margin-top: 50px
}
.data-table table {
text-align: center;

font-size: 10px;
line-height: 13px;
width: 100%;
margin-top:40px !important;
} 
.data-table table td {
padding:4px 2px;
}
.card{ margin:0px !important; }
}

.ml20{margin-left:20px;}
.broad {
   float: left;
   width: 40%;
   margin-bottom: 12px;
   padding-right: 10%;
}
.navbar, .subnavbar, .toolbar {
	background-color:#f08228 !important;
	color:#fff !important;
}
.navbar a.link, .subnavbar a.link, .toolbar a.link {
	color:#fff !important;
	font-size:14px !important;
}
i.icon.icon-bars {
	background-image: url("../img/menu.png") !important;
    background-size: 26px auto;
    height: 26px;
    width: 26px;
}
i.icon.icon-back {
	background-image:url(../img/backbtn.png) !important;
	background-size:8px;
}
.list-block .item-link .item-inner {
	background-image:url(../img/listbg.png) ;
	background-size:8px;
}
.list-block .item-inner::after {
	background-color:transparent !important;
	padding-right: 1px !important;
}

.list-block .item-inner{
	
	padding-right: 1px !important;
}

.list-block .item-content {
	margin-bottom:18px;
	font-size:14px;
	font-weight:bold;
	margin-left:14px;
	padding-left:24px;
	border:1px solid #cfcfcf;
	border-bottom:0px;
}
#damageoverview-carsides li:last-child .item-content {
	border-bottom:1px solid #cfcfcf !important;
}
.borderbottom {
	border-bottom:1px solid #cfcfcf !important;
}
.list-block li:last-child .item-content {
    margin-bottom: 0px;
}
.uploadframe {
	display:none;
}
.labelupload {
	position:absolute !important;
	left:45px !important;
	top:67px !important;
	z-index:20000 !important;
	width:calc(100% - 90px) !important;
}
#getimage {
	position:absolute;
	display:none;
	left:45px;
	top:67px;
	z-index:1000000;
	width:calc(100% - 90px);
}
#getimagemployee {
	background-color: #fff;
	border: 0;
	height: 36px;
    line-height: 36px;
	color: #fff;
}
.add_image_frame {
	height:32px;
	width:100%;
}
.page {
	background-color:#fff !important;
}
.content-block-title {
    margin-left: 18px;
		white-space: inherit !important;
		white-space:inherit !important;
    margin-right: 18px;
}
.list-block {
    margin: 18px;
    overflow: auto;
}
.list-block .item-inner {
	padding-top:7px;
}
.menu_icon {
	left: 0;
    position: absolute;
    top: 8px;
}
.menu_icon img {
	width:28px;
	height:28px;
}
.menu_icon i {
	font-size: 35px;
    color: #3e4550;
}
.menu_icon_right {
	right: 15px;
	z-index:10000000;
    position: absolute;
    top: 8px;
}
.menu_icon_right img{
	width:28px;
	height:28px;
}
.list-block ul::before {
	background-color:transparent !important;
}
.list-block ul::after {
	background-color:transparent !important;
}
.branchname {
	font-size:24px !important;
	float:left !important;
	font-weight:600;
	text-align:center;
	width:35px;
}
.icon-info {
	float:left !important;
	background-image:url(../img/icon_info.png);
	background-repeat:no-repeat;
	width:26px;
	margin-right:10px;
	height:26px;
}
.carnrdiv {
	width:40px;
	text-align:center;
}
.licensediv {
	width:100px;
	text-align:center;
}
.icon-refresh {
	float:left !important;
	background-image:url(../img/icon_refresh.png);
	background-repeat:no-repeat;
	width:26px;
	margin-right:10px;
	height:26px;
}
.footerleft {
	justify-content: inherit !important;
}
.close-popup-style {
	float:right;
	right:10px;
	top:2px;
	margin-bottom:5px;
	position:absolute;
	text-transform:uppercase;
}
.popup_left {
	float:left;
	width:75px;
	display:inline-block;
	margin-right:20px;
}
.popup_left img{
	width:75px;
	height:75px;
}
.popup_right_name {
	float:left;
	width:calc(100% - 95px);
	display:inline-block;
	color:#000;
}
.popup_right_messages {
	float:left;
	width:calc(100% - 95px);
	display:inline-block;
	color:#000;
}
.numbericon {
	background-color: #f08228;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    width: 20px;
	height:20px;
}
.popsubmenu {
	width:100%;
	display:inline-block;
	clear:both;
}
.popsubmenu ul{
	margin:0;
	padding:0;
}
.popsubmenu li{
	color:#000;
	font-weight:bold;
	cursor:pointer;
	margin-top:5px;
	margin-bottom:10px;
	list-style:none;
}
.homeitems {
	padding-bottom: 50px !important;
}
.item-inner-big {
    float: left;
    left: 42px;
    position: absolute;
    top: 0px;
}
.carrow1 {
	display: inline-block;
    font-size: 16px;
    height: 18px;
    margin: 0;
    padding: 0;
    width: 100%;
	margin-top:5px;
}
.carrow2 {
	display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0;
	position: relative;
    top: -1px;
    width: 100%;
}
.carrow3 {
	display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: -4px;
    width: 100%;
}
.item-title-car {
	width:100%;
	display:inline-block;
}
.item-content-big {
	height:60px !important;
}
.iconcar {
	margin-top:8px;
}
.iconuser {
    margin-top: 4px;
}
.showno {
	display:none;
}
.searchbar {
	background-color:#3e4550 !important;
}
.searchbar-cancel {
	color:#fff !important;
}
.filtermenu {
	position:fixed;
	width:calc(100% - 40px);
	z-index:100;
	padding-top:98px;
	font-size:11px;
	height:32px;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
	background-color:#fff;
	border-radius: 5px;
}
.displaynoright {
	padding-left:15px !important;
	margin-left:0px !important;
}
.filtermenudamage{
	width:calc(100% - 0px);
	z-index:10000;
	font-size:11px;
	height:32px;
	margin-left:0px;
	overflow:hidden;
	border-radius: 5px;
}
.filtermenu ul {
	margin:0;
	padding:0;
}
.filtermenu  ul li {
	float:left;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	background-color:#3e4550;
	border-bottom:5px solid #5d5f69;
	width:25%;
	line-height:27px;
	height:27px;
	cursor:pointer;
	list-style:none;
}
.filtermenudamage ul {
	margin:0;
	padding:0;
}
.filtermenudamage ul li {
	float:left;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	background-color:#3e4550;
	border-bottom:5px solid #5d5f69;
	width:calc(100% / 6);
	line-height:27px;
	height:32px;
	cursor:pointer;
	list-style:none;
}
.margincarslist {
	margin-top:55px !important;
}
.margincleanlist {
	margin-top:25px !important;
}
.margincleanlistbranch {
	margin-top:25px !important;
}
.margincleanlistbranch li{
	margin-bottom:15px;
}
.marginoptionslist {
	margin-top:25px !important;
	margin-bottom:20px !important;
}
.marginlistitemtop {
    margin-top: 18px;
}
.colorfree {
	border-color:#008000 !important;
}
.colorrent {
	border-color:#ff0000 !important;
}
.colordirty {
	border-color:#003ef1 !important;
}
.colorrepair {
	border-color:#000 !important;
}

/*.modal-overlay {
	z-index:-10 !important;
}*/
.modal-overlay-visible {
	z-index: 10000 !important;
}
/*.modal {
	border:0px solid #fff !important;
	border-radius:0 !important;
	background-color: #fff !important;
}*/
.modal-button {
    color:#f08228;
}
.popover {
	border:2px solid #f08228 !important;
	border-radius:0 !important;
	background-color: #fff !important;
}
/*.modal-title {
	display:none !important;
}*/
.item-input select {
	text-align:right;
	color:#f08228 !important;
	background-image:url(../img/arrows.png);
	background-repeat:no-repeat;
	padding-right: 35px;
	background-position:right 10px;
	font-size: 12px !important;
}
.selectstyle {
	font-weight:500 !important;
}
.item-input select option{
	color:#f08228 !important;
}
.btngrey {
	background-color:#3e4550 !important;
	text-transform:uppercase;
	height:32px !important;
	line-height:32px !important;
}
.greybtnpop {
	background-color:#3e4550 !important;
	text-transform:uppercase;
	height:32px !important;
	border-color:#3e4550 !important;
	color:#fff !important;
	line-height:32px !important;
}
.btnorange {
	background-color:#f08228 !important;
}
.btngreylarge {
	background-color:#3e4550 !important;
	text-transform:uppercase;
	font-size:16px !important;
	height:64px !important;
	line-height:64px !important;
}
.btngreenlarge {
	background-color:#3e4550 !important;
	text-transform:uppercase;
	font-size:16px !important;
	height:64px !important;
	line-height:64px !important;
}
.floatbottom {
	bottom: 10px !important;
    position: absolute !important;
    width: 100% !important;
}
.floattop {
	top: 10px !important;
    position: absolute !important;
    width: 100% !important;
}
.googlemaps {
	width:100%;
	height:100%;
	background-color:white;
	position:absolute;
}
.gps_footer {
	background-color: #fff;
    bottom: 44px;
    height: 79px;
    left: 0;
    position: absolute;
    width: 100%;
}
.margingps {
	margin-top:-8px !important;
}
.gps_footer_left {
	float:left !important;
	width:50% !important;
}
.gps_footer_right {
	float:left !important;
	width:calc(50% - 60px);
}
.btngreygps {
	margin-top:24px !important;
	background-color:#3e4550 !important;
	height:33px !important;
	line-height:33px !important;
}
.colorgreen {
	border-color:#008000 !important;
}
.colorgrey {
	border-color:#b4b4b4 !important;
}
.colorred {
	border-color:#ff0000 !important;
}
.coloryellow {
	border-color:#f4e542 !important;
}
.colorblue {
	border-color:#00e3ff !important;
}
.colororange {
	border-color:#ff6600 !important;
}
.colorbrown {
	border-color:#BA55D3 !important;
}
.colorgreenlight {
	border-color:#c6ff00 !important;
}
.colorpurple {
	border-color:#ff0dff !important;
}
.colorbluedark {
	border-color:#16193b !important;
}
.height100 {
	display:inline-block;
	height:calc(100% - 115px);
	width:calc(100% - 36px);
}
.paddingbtnbig {
	margin-left: 2px !important;
	width: calc(100% - 4px) !important;
}

.damage_image {
	width:100%;
	max-width:1100px;
	text-align:center;
	height:calc(100% - 45px);
	margin:0 auto;
	overflow:hidden;
	margin-top:13px !important;
}
.markerframe {
	width:100%;
	position:relative;
	height:100%;
}
.damage_image img{
	max-height:100%;
	max-width:100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hotspotsframe {
	position:absolute;
	z-index:10000;
	height: calc(100%);
	width: calc(100%);
}
.hottspot {
	width:5.4%;
	height:14.4%;
	margin-left:-2.7%;
	margin-top:-7.2%;
	border-radius: 45px;
	position:absolute;
	z-index:10000;
	margin-left:10px;
	margin-top:10px;
}
.spot1 {
	background-image:url(../img/marker_blue.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.spot1.missingimage {
	background-image:url(../img/marker_blue_missing.png?v=2);
}
.spot2 {
	background-image:url(../img/marker_red.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.spot2.missingimage {
	background-image:url(../img/marker_red_missing.png?v=2);
}
.spot3 {
	background-image:url(../img/marker_green.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.spot3.missingimage {
	background-image:url(../img/marker_green_missing.png?v=2);
}
.spot4 {
	background-image:url(../img/marker_orange.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.spot4.missingimage {
	background-image:url(../img/marker_orange_missing.png?v=2);
}
.spot5 {
	background-image:url(../img/marker_purple.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.spot5.missingimage {
	background-image:url(../img/marker_purple_missing.png?v=2);
}
.spot6 {
	background-image:url(../img/marker_darkblue.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.spot6.missingimage {
	background-image:url(../img/marker_darkblue_missing.png?v=2);
}
.spot7 {
	background-image:url(../img/marker_yellow.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.spot7.missingimage {
	background-image:url(../img/marker_yellow_missing.png?v=2);
}
.spot8 {
	background-image:url(../img/dark_green.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.spot8.missingimage {
	background-image:url(../img/dark_green_missing.png?v=2);
}
.spot9 {
	background-image:url(../img/marker_green.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.spot9.missingimage {
	background-image:url(../img/marker_green_missing.png?v=2);
}
.spot10 {
	background-image:url(../img/marker_grey.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.spot10.missingimage {
	background-image:url(../img/marker_grey_missing.png?v=2);
}

.popover {
	border:10px solid #fff !important;
	left:20px !important;
	box-shadow :0px 0px 10px #888888;
	top:45px !important;
	background-color:#fff !important;
	width:calc(100% - 60px);
	border-radius: 5px;
	height:calc(100% - 70px);
}
.popover-angle {
	display:none !important;
}
.photoitems {
	text-align:center;
	margin:0;
	border:1px solid grey;
	padding:0;
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	height:100%;
	max-height:300px;
	height:300px;
	overflow:scroll;
}

.photoitems img {
	max-width:100%;
}
.photoitems li {
	display:inline;
	margin-top:20px;
	list-style:none !important;
}
.nomarginhandsigns {
	margin-bottom:-5px !important;
}
.nomarginleft {
	margin-left:0 !important;
	padding-left:15px !important;
}
.questionheader {
	line-height: 18px  !important;
	margin-left:0 !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.title30 {
	width:30% !important;
}
.title50 {
	width:50% !important;
}
.title70 {
	width:100% !important;
}
.title100 {
	width:100% !important;
}
.textright {
	color:#000 !important;
	text-align:right;
}
.fullwidth {
	width:100% !important;
	height: 30px;
}
.textinput input,
.textinput textarea {
	position:absolute;
	margin-left: 6px !important;
	left:10px;
	top:10px;
	color:#000 !important;
	font-size:14px !important;
    margin-top: 2px !important;
	padding-bottom:15px;
	display: inline-block;
    width:calc(100% - 30px) !important;
}
.heightbig {
	height:70px !important;
}
.heightbigsuper {
	height:60px !important;
}
.heightbigsupertext {
	height:160px !important;
	margin-bottom:12px !important;
}
.cleantitle {
	font-size:12px !important;
	color:#f08228;
}
.colorblack {
	color:#000 !important;
}
.radiomargintop {
	margin-top:20px;
}



.i-checks {
    padding-left: 20px;
    cursor: pointer;
}

.i-checks input {
    opacity: 0;
    position: absolute;
    margin-left: -20px;
}

.i-checks input:checked + i {
    border-color: #f08228;
}

.i-checks input:checked + i:before {
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background-color: #f08228;
}

.i-checks input:checked + span .active {
    display: inherit;
}

.i-checks input[type="radio"] + i, .i-checks input[type="radio"] + i:before {

}

.i-checks input[disabled] + i, fieldset[disabled] .i-checks input + i {
    border-color: #dee5e7;
}

.i-checks input[disabled] + i:before, fieldset[disabled] .i-checks input + i:before {
    background-color: #dee5e7;
}

.i-checks > i {
    width: 20px;
    height: 20px;
    line-height: 1;
    border: 1px solid #cfdadd;
    background-color: #fff;
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
}

.i-checks > i:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.i-checks > span {
    margin-left: -20px;
}

.i-checks > span .active {
    display: none;
}
.linehtitle {
	line-height:23px;
}
.checkboxleft {
	position:absolute !important;
	left:15px;
	color:#f08228 !important;
}
.btndownlast {
    position: absolute;
    left: 0px;
    right: 0px;
	margin-bottom: 0px !important;
    margin-top: 0 !important;
    padding-bottom: 62px;
    padding-top: -10 !important;
}

.nobottomlist {
	margin-bottom:10px !important;
}

.labelsmall {
	margin-top:-12px;
	width:100% !important;
}
.noborder {
	border:0 !important;
}
.list-block li.handsign {
	border:1px solid #cfcfcf;
}
/*.handsigndiv {
	height:auto;
}*/
//*#handsign_1{ height: 30% !important; }
#handsign_2{ height: 30% !important; }*/
.delsign {
	margin-top:10px;
	border:1px solid #cfcfcf;
	color:#f08228;
	margin-bottom:15px;
	font-weight:bold;
}
.delsigntwo {
	margin-top:10px;
	border:1px solid #cfcfcf;
	color:#f08228;
	font-weight:bold;
}
.btnagreement {
	margin-left:0 !important;
	padding-left:0 !important;
}

.btnagreement .checkboxleft{
	left:0 !important;
}
#googleMap {
	width:calc(100% - 0px);
	height:calc(100% - 167px);
	margin-top:44px;
	position:absolute;
}
.loginframe {
	background-image: url("../img/loginbg.png");
    border: 1px solid #cfcfcf;
    margin: 20px auto 0;
    max-width: 500px;
    padding: 20px;
    width: calc(100% - 80px);
}
.loginframe label {
	width:100%;
	display:inline-block;
}
.loginframe input {
	width:calc(100% - 25px);
	margin-top:5px;
	border:0;
	font-size:14px;
	height:20px;
	line-height:20px;
	margin-bottom:0px;
	display:inline-block;
}
.bghome {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.loginitem {
	background-color:#fff;
	padding:10px;
	border: 1px solid #cfcfcf;
	margin-bottom:20px;
}
.btnlogin {
	height:60px !important;
	line-height:60px !important;
	border-radius: 5px !important;
	background:#f08228 none repeat scroll 0 0 !important;
}
.signtitle {
	margin-bottom:0 !important;
	margin-top:0 !important;
	color:#fff !important;
	background-color:#f08228 !important;
}
.logo {
	width:150px;
	margin:0 auto;
	margin-top:20px;
}
.logo img{
	width:150px;
}
.margintopdriver {
	margin-top:20px;
}
.heightbigsuper input,
.heightbigsuper textarea {
	margin-top:8px !important;
}
.facebook-card .facebook-avatar {
    float: left;
	cursor:pointer !important;
}
.facebook-card .facebook-name {
    font-size: 14px;
	cursor:pointer !important;
    font-weight: 500;
    margin-left: 44px;
}
.facebook-card .facebook-date {
    color: #8e8e93;
    font-size: 13px;
    margin-left: 44px;
}
html.pixel-ratio-2 .card-footer::before {
    transform: scaleY(0.5);
}
.card-footer.no-border::before {
    display: none;
}
.card-footer::before {
    background-color: #e1e1e1;
    bottom: auto;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform-origin: 50% 0 0;
    width: 100%;
    z-index: 15;
}
.facebook-card .card-footer {
    background: #fafafa none repeat scroll 0 0;
}
.card-footer {
    border-radius: 0 0 2px 2px;
    color: #6d6d72;
}
.facebook-card .card-footer a {
    color: #81848b;
    font-weight: 500;
}
.facebook-card .card-header {
    display: inline-block !important;
    padding: 10px;
	width: 100%;
}
.infinite-scroll-preloader {
  margin-bottom: 10px;
  text-align: center;
}
.infinite-scroll-preloader .preloader {
  width:34px;
  height:34px;
}
.showimage0 {
	display:none;
}
.card-content-inner {
	overflow:hidden !important;
}
.popup-messages {
	color:#000 !important;
}
.popup-likes {
	color:#000 !important;
}
.filtermenu_cleaning {
	display:none;
}
.filtermenu_repair {
	display:none;
}
.filtermenu_cleaning li{
	width:calc(100% / 3) !important;
}
.filtermenu_repair li{
	width:calc(100% / 3) !important;
}
.footer_info {
	margin-left:10px;
	color:#fff !important;
	cursor:pointer !important;
	font-size: 14px !important;
    font-weight: 600;
}
.popup_left img{
	border-radius: 25px;
	overflow:hidden;
}
.rotateimage {
	/*background-color: #fff;
    background-image: url("../img/btn_rotate.png");
    background-position: center 4px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    margin-left: -2%;
    padding: 5px;
    position: relative;
    top: -5px;
    width: 3%;*/
    display: none;
}
.icon-remove{
  background-color: #fff;
    background-image: url("../img/delete.png");
    background-position: center 4px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 27px;
    margin-left: -1%;
    padding: 5px;
    position: relative;
    top: -5px;
    width: 3%;
}
/*.basedonuserrole{
   display: none;
}*/
.btnaddcomment {
	background-color: #fff;
    background-image: url("../img/btnaddremark.png");
    background-position: center 4px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    margin-left: -37px;
    padding: 4px;
    position: relative;
    top: -5px;
    width: 24px;
    left: 37px;
}
.row {
	overflow:hidden;
}
[data-likedvalue="1"] {
	color:#007aff !important;
}
.floatright {
	float:right !important;
}
.commentimage {
	width:100%;
	padding:10px;
	height:20px;
}
.carditems {
	padding-top:130px !important;
}
.searchbar-not-found {
	margin-top: 18px;
    text-align: center;
}
.btnextrainfo {
	margin-top:20px;
	text-align:center;
}
.btnextrainfo a {
	color: #f08228;
}
.filternoshow {
	display:none;
}
.filtershow {
	display:list-item !important;
}
.menuitems li {
	overflow:hidden !important;
}
.textinputbig {
	width:100% !important;
	display:inline-block !important;
	clear:both !important;
	font-size:13px !important;
	text-align:left !important;
}
.heighttitleremark {
	margin-top:20px !important;
	height:20px !important;
}
.repair_remark {
	font-size:13px !important;
}
.remark {
	background-color:red;
	width:calc(100% - 20px) !important;
	display:inline-block !important;
	font-size:13px !important;
	padding:0px !important;
	margin:0px !important;
	margin-top:-10px !important;
}
.timecomment {
	background-color:red;
	width:calc(100% - 20px) !important;
	display:inline-block !important;
	font-size:13px !important;
	padding:0px !important;
	margin:0px !important;
	margin-top:-10px !important;
}
.displayinline {
	display:inherit !important;
}
.menucomment {
	margin-top:20px !important;
}
.menucomment li {
	width:100% !important;
}
.listoptions {
    background-position: right 10px;
    background-repeat: no-repeat;
}
.remember {
	float:right !important;
	width:52px !important;
	overflow:hidden !important;
	position:absolute !important;
}
.contactinfo {
	font-size:11px !important;
	max-width:95px !important;
}
.btnhalf1 {
	bottom:14px !important;
	position:absolute;
	width:calc(50% - 20px) !important;
	padding-top:15px !important;
	line-height:18px !important;
}
.btnhalf2 {
	bottom:14px !important;
	position:absolute;
	right:10px;
	width:calc(50% - 20px) !important;
}
.driverdivpresent {
	position: absolute;
    top: 52px;
    width: 100%;
	left:0px;
}
.card {
	margin: 15px;
}
.textcenter {
	text-align:center;
}
.Routenumber {
	display:none;
}
.Routeinfo {
	display:none;
}
.checkitem {
    height: 32px;
    margin-bottom: 20px;
}
.checkitem > label {
    width: calc(100% - 52px);
    line-height: 32px;
}
input[type="range"]::-moz-range-track {
  padding: 0 10px;
  background: repeating-linear-gradient(to right, 
    #ccc, 
    #ccc 10%, 
    #000 10%, 
    #000 11%, 
    #ccc 11%, 
    #ccc 20%);
}

.slider-container{min-height:100px !important;}

.full-range-slider {
display: inline-block;
    left: 15px;
	top:26px;
    position: absolute;
    width:calc(100% - 35px);
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
     cursor: move;
}
.full-range-slider input[type=range] {
 box-sizing: border-box;
    border: 0px solid transparent;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 53px;
    cursor: pointer;
    font-size: 16px;
    color:black;
}

.full-range-slider input[type=range]:active, .range-slider input[type=range]:focus {
    border: 0;
    outline: 0;
    cursor: move;
}

/*.full-range-slider input[type=range]:after {
    height: 2px;
    background: #fff;
    content: ' ';
    width: 5px;
    top: 50%;
    margin-top: -1px;
    left: -5px;
    z-index: 1;
    position: absolute
}*/

.full-range-slider input[type=range]::-webkit-slider-thumb {
    border: none;
    height: 28px;
    width: 28px;
    position: relative;
    background: 0 0;
    cursor: move;
}

.full-range-slider input[type=range]::-webkit-slider-thumb:after {
   height: 29px;
    background: #fff;
    content: ' ';
    top: 117%;
    margin-top: -15px;
    left: -5px;
    z-index: 0;
    position: absolute;
    cursor: move;
    width: 102%;
    word-spacing: 8.62rem;
    color:black;
}

.full-range-slider input[type=range]::-webkit-slider-thumb:before {
 position: absolute;
    top: 50%;
    right: 100%;
    width: 2000px;
    height: 2px;
    margin-top: -1px;
    z-index: 1;
    background: #f08228;
    content: ' ';
    cursor: move;
}

.full-range-slider input[type=range]::-moz-range-track {
   width: 100%;
    height: 2px;
    background: #b7b8b7;
    border: none;
    outline: 0;
    cursor: move;
}

.full-range-slider input[type=range]::-moz-range-thumb {
    height: 28px;
    width: 28px;
    border-radius: 28px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    border: 0;
    outline: 0;
    position: absolute;
    box-sizing: border-box;
    content: ' ';
    cursor: move;
}

.full-range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: move;
    background: 0 0;
    border-color: transparent;
    color: black
}

.full-range-slider input[type=range]::-ms-thumb {
   height: 28px;
    width: 28px;
    border-radius: 28px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    border: 0;
    outline: 0;
    position: absolute;
    content: ' ';
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
    margin-top: 0;
    top: 50%;
     cursor: move;
}

.full-range-slider input[type=range]::-ms-fill-lower {
    background: #f08228;
     cursor: move;
}

.full-range-slider input[type=range]::-ms-fill-upper {
    background: #b7b8b7;
     cursor: move;
}

.full-range-slider input[type=range] {
	width:calc(100% - 9%);
	margin-left:4.5%;
	color:#000;
	padding:0px;
}
.range-labels {
	display: flex;
	align-items: stretch;
	margin-top:-16px;
}
.range-labels > div {
	color: #000;
	text-align: center;
	font-size: 10px;
	flex: auto;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:300;
}
.car-out {
    color: green !important;
}
.car-in {
    color: #c00000 !important;
}
label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox,
label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox {
    background-color: #f08228;
}
label.label-checkbox input[type=checkbox]:checked+.item-media i.icon-form-checkbox-bd,
label.label-checkbox input[type=radio]:checked+.item-media i.icon-form-checkbox-bd {
    background-color: #000;
}    
.listoptions .item-content .item-after {
    line-height: 30px;
    display: inherit;
    overflow: visible;
    padding-right: 30px;
}
.listoptions .fa-exclamation-circle {
    color: red;
    font-size: 30px;
    margin-right: 5px;
}
.agreementlist .item-content{
	margin-bottom: 0 !important;
    position: relative;
}

.driverispresentlist {
	margin-top:-25px !important;
}

.driverispresentlist .item-content{
	margin-bottom: 0 !important;
    position: relative;
}
.navbar .left {
    font-weight: 500;
}
.rtl {
    direction: rtl;
}
.listtitlebranch {
	margin-bottom:10px;
}
.displaynone {
	display:none !important;
}
.btndownlast p{
	display:inline-block;
	width:100%;
}
.buttonhalf1 {
	float:left;
	margin-right:10px;
	width:calc(50% - 5px);
}
.buttonhalf2 {
	float:left;
	width:calc(50% - 5px);
}
.statusbar-overlay {
    background: #f08228;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.watchagreement {
	margin-top:5px;
}
.carremarks {
	margin-left:20px;
}
.nomarginbottom {
	margin-bottom:0px !important;
}
.smalltopmargin {
	margin-top:5px !important;
}
.smart-select-page .label-checkbox {
	border-bottom:1px solid #cfcfcf !important;
}
.replacement_licenseplate_display {
	display: none;
	width:100 !important;
}
.list-block textarea {
	height: 125px !important;
}
#employee_remark_frame {
	display: none;
}

.addclient {
	position: absolute;
	right: 4px;
	top: 4px;
	background-image: url("../img/addicon.png") !important;
    background-size: 20px auto;
	width: 20px;
	height: 20px;
	z-index: 100000;
	background-color: #fff;
}

.remarkphoto {
	width: calc(100% - 85px);
	border:1px solid #cfcfcf;
	padding: 5px;
	height: 20px;
	float: left;
}

.senddamagaeopmerking {
	background-color:#3e4550 !important;
	text-transform:uppercase;
	height:32px !important;
	float: left;
	width: 70px !important;
	cursor: pointer;
	border: 0 !important;
	color:#fff !important;
	line-height:26px !important;
}
.picker-modal {
	background-color: #fff !important;
}
.close-picker {
	color: #fff !important;
}
.formadduser {
	width: calc(100% - 50px);
	display:inline-block !important;
	clear: both !important;
}
.maxwidth {
	width: 100% !important;
}

/*reymon update*/

.hide-elm{
    display: none;
}
.margintop10{
    margin-top: 10px !important;
}
.marginbottom10{
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}
.close-icon {
    border:1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}
.close-icon:after {
	content: "X";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background-color: #FA9595;
	z-index:1;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 2px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 12px;
	box-shadow: 0 0 2px #E50F0F;
	cursor: pointer;
}
.inputClear:valid ~ .close-icon {
	display: none;
}
.icons8-Checklist- {
    display: none;
}
[class^='icons8-Checklist-*'] , [class*=' icons8-Checklist-*']  {
  
  display: inline;
}

#date-apk {
	text-align: right !important;
    /* width: 158px; */
    /* float: right; */
    padding-right: 0px;
    margin-right: 21px;
}

.fullwidthaccordion{
	left: 0;
    position: relative;
    min-width: 100% !important;
    margin-left: -14.5px;
}



.gray-label {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0px;
    /* width: 100% !important; */
    font-size: 10px;
    background: #e8e8e8;
    padding: 0 4px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #f7f7f8;
    border-top: none;
    box-shadow: 0px 0px 1px #ccc;
    color: #8c8c8c;
    /* right: -1px; */
    font-weight: 500;
    /* float: right; */
}


.gray-label-right {
    color: #969696;
    font-size: 10px;
    right: 0;
    line-height: 22px;
    top: 0;
    font-weight: 400;
/*    float: right;*/
    padding-right: 5px;
    display: block;
}

.remarkrow {
    background: #efeeee;
    padding: 5px;
    padding-left: 80px;
    color: #636363;
    border-bottom: 1px solid #ccc;
}

.sub-item-content {
    position: relative;
    width: 90%;
    float: right;
    margin-top: -19px;
}
.gray-label-header {
    position: relative;
    z-index: 999;
    top: -15px;
    font-size: 10px;
    background: #e8e8e8;
    padding: 0;
    border-radius: 0 0 6px 6px;
    border: 1px solid #f7f7f8;
    border-top: none;
    box-shadow: 0px 0px 1px #ccc;
    color: #8c8c8c;
    right: 2px;
    font-weight: 500;
}

.comfi-content-block{
	border: 1px solid #ccc;
    margin-left: 14px;
}
.remarkList {
	margin-left: -35px;
}
.border-input {
	border: 1px solid #ddd !important;
    padding: 4px !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    
}

.labeluploadimg{
    background-image: url(../img/icon-cam.png);
    z-index: 20000 !important;
    width: calc(100% - 90px) !important;
}

.checkbox-outline {

	width: calc(100% - 10px);
	float: right;
}

@media only screen
 and (min-width: 1900px)
  and (max-width: 2100px){
   .range-labels span {
   margin-right:9.4%;
   font-size:11px;
}}

@media only screen
 and (min-width: 1800px)
 and (max-width: 1899px){
   .range-labels span {
   margin-right:9.3%;
   font-size:11px;
}}

@media only screen
 and (min-width: 1700px)
 and (max-width: 1799px){
   .range-labels span {
   margin-right:9.3%;
   font-size:10px;
}}

@media only screen
 and (min-width: 1600px)
 and (max-width: 1699px){
   .range-labels span {
   margin-right:9.2%;
   font-size:10px;
}}

@media only screen
 and (min-device-width: 1500px)
 and (max-device-width: 1599px){
   .range-labels span {
   margin-right: 9.1%;
   font-size:10px;
}}

@media only screen
 and (min-device-width: 1400px)
 and (max-device-width: 1499px){
   .range-labels span {
   margin-right: 8.9%;
   font-size:10px;
}}
@media only screen
 and (min-device-width: 1280px)
 and (max-device-width: 1399px){
   .range-labels span {
   margin-right: 8.7%;
   font-size:10px;
}}

@media only screen
 and (min-device-width: 1024px)
 and (max-device-width: 1279px){
   .range-labels span {
   margin-right: 8.1%;
   font-size:10px;
}}

@media only screen
 and (min-device-width: 900px)
 and (max-device-width: 1023px){
   .range-labels span {
   margin-right: 8.3%;
   font-size:8px;
}}

@media only screen
 and (min-device-width: 700px)
 and (max-device-width: 899px){
   .range-labels span {
   margin-right: 7.7%;
   font-size:8px;
}}


@media only screen
 and (min-device-width: 640px)
 and (max-device-width: 799px){
   .range-labels span {
   margin-right: 7%;
   font-size:8px;
}}

@media only screen
 and (min-device-width: 480px)
and (max-device-width: 639px){
   .range-labels span {
   margin-right: 5.4%;
   font-size:8px;
}}

@media only screen
 and (min-device-width: 360px)
   and (max-device-width: 479px){
   .range-labels span {
   margin-right: 3.0%;
   font-size:8px;
}}

@media only screen
 and (min-device-width: 320px)
  and (max-device-width: 359px)
{
   .range-labels span {
   margin-right: 01.6%;
   font-size:8px;
}}{
   .range-labels span {
   margin-right: 8.1%;
   font-size:10px;
}}

@media only screen
 and (min-device-width: 900px)
 and (max-device-width: 1023px){
   .range-labels span {
   margin-right: 8.3%;
   font-size:8px;
}}

@media only screen
 and (min-device-width: 700px)
 and (max-device-width: 899px){
   .range-labels span {
   margin-right: 7.7%;
   font-size:8px;
}}


@media only screen
 and (min-device-width: 640px)
 and (max-device-width: 799px){
   .range-labels span {
   margin-right: 7%;
   font-size:8px;
}}

@media only screen
 and (min-device-width: 480px)
and (max-device-width: 639px){
   .range-labels span {
   margin-right: 5.4%;
   font-size:8px;
}}

@media only screen
 and (min-device-width: 360px)
   and (max-device-width: 479px){
   .range-labels span {
   margin-right: 3.0%;
   font-size:8px;
}}

@media only screen
 and (min-device-width: 320px)
  and (max-device-width: 359px)
{
   .range-labels span {
   margin-right: 01.6%;
   font-size:8px;
}}

Message Input

Message @Neha Baghela 

*bold* _italics_ ~strike~ `code` ```preformatted``` >quote
    
/* Tablet (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.photoitems{
		height: 400px !important;
		max-height: 500px !important;
	}
	
	.imgdesc {
		width: 100%;
		margin-top: 3% !important;
	}
	
	.handsign_employee{ height: 180px !important; }
	
	#handsign_1{width:100%; height: 80%;}
#handsign_2{width:100%; height: 80%;}
#item-content-handsign{ width:100%; height:100% !important; }
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.photoitems{
		height: 400px !important;
		max-height: 500px !important;
	}
	
	.imgdesc {
		width: 100%;
		margin-top: 3%;
	}
}
.notopborder {
	border-top:none !important;
}

.item-title-expand {
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    flex-shrink: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    text-overflow: ellipsis;
    max-width: 100%;
}
.s-multiline {
	display:  block !important;
	margin-top: 6px;
}
.btnfloatright a {
	float: right !important;
}

.checkboxoption {
	width: 50px !important;
	float: left !important;
}
.smallmedia {
	width: 36px !important;
	margin-left: 0px !important;
	float: left !important;
	padding-right: 0px !important;
	padding-left: 3px !important;
}
.mediummedia {
	width: 64px !important;
	margin-left: 0px !important;
	float: left !important;
}
.mediumcheckbox {
	width: 25px !important;
	margin-left: 0px !important;
	float: left !important;
}
.itemoptionsmall {
	width: calc(100% - 134px) !important;
}
.optioninpage {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 25px !important;
}
.marginbottomoptions {
	padding-bottom: 30px !important;
}

.external{
   /*width:50%;*/
}

/* MP v1.0 Start */

.imgdesc {
		width: 100%;
		margin-top: 50px;
	}
	
    
.open-vertical-modal{
  display: inline !important;
}

.modelclosebtn{
 text-align:right !important;
 font-size:10px;
}

.dashboard_heading{ width:100%; background-color:#c2d6d6 !important; height:50px; font-size:12px !important; margin-left:0px !important; margin-top:2px;}

.heading-align{ margin-left:10% !important;}

.report_heading{ width:40% !important; height:40px;  float:left !important; text-align:center;}

.page_devider{ width:100%; width:2px; }

.vg_report{ width: 40%; height:auto; float:left;}

.vg_icon{ text-align:center; margin-bottom: 15px !important;}
.graph_guide{ margin-left:37%; margin-top:2px; font-size: 12px;}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 640px) {
	.graph_guide{ margin-left:10% !important; margin-top:2px; font-size: 12px;}
	.dashboard_heading{ width:100%; background-color:#c2d6d6 !important; height:50px; font-size:12px !important; margin-left:0px !important; margin-top: 2px;}


body { 
  scroll-behavior: auto;
scroll-snap-type-y: inherit;
} 
}

.clear{ clear: both; }

.datatable { width:100%; text-align:left; margin-top:10px;}
.datatable_align{ text-align:center !important; }

.optionsdropdown{ width:100% !important; }

.listprice{ width:100%; text-align:center; }

.textcenter{ text-align:center !important; width:30% !important;}

.extradropdown{border-top: 2px solid #000000 !important; border-left: 2px solid #000000 !important; border-bottom: 1px solid #000000 !important; border-right: 1px solid #000000 !important;}

.dropdown{border-top: 2px solid #c8c8c8 !important; border-left: 2px solid #c8c8c8 !important; border-bottom: 1px solid #c8c8c8 !important; border-right: 1px solid #c8c8c8 !important;}

.visibleradio{ display:inline !important;}
.alignradios {
    width: 120px !important;
}
.bottomborder{ border-top:none!important; border-right:none !important; border-left:none !important; border-bottom:1px solid #cfcfcf !important; }
.quantitytdropdow{
width: 50px !important;
text-align: center !important;
margin-left: 29px !important;

}
.allextradropdown{margin:18px !important; margin-left:2px !important; width:99% !important;}

.nomargin{margin:0px !important; padding-left:0px !important; font-size:12px !important;}

.listheading{ font-size:13px !important;}
.nomarginerequire{ margin-left:1px !important; padding-left:0px !important; font-size:12px !important; margin-right:0px !important;}
.klaar{
  text-align:center !important;
}
.btnklaar{
width: 20% !important;
display: inline !important;
}

.delete_round{
    margin-right: 5px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.anotherextrass{ font-size:14px !important; }

.border-no{ border :none !important; }

.selfie{display:none;}

.btnlogin {
	height:31 !important;
	
	border-radius: 5px !important;
	background:#f08228 none repeat scroll 0 0 !important;
}

.selfieuploadframe{ width:100% !important;}

.cursorpointer{ cursor:pointer !important; }

.active i.demo-icon-1{ background-image:  url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 30' fill='%23007aff'><path d='M15,2.6C8.1,2.6,2.5,8.2,2.5,15.1C2.5,22,8.1,27.6,15,27.6S27.5,22,27.5,15.1C27.5,8.2,21.9,2.6,15,2.6z M15,7.6 c0.8,0,1.5,0.7,1.5,1.5c0,0.8-0.7,1.5-1.5,1.5c-0.8,0-1.5-0.7-1.5-1.5C13.5,8.3,14.2,7.6,15,7.6z M17.5,21.6h-4v-1h1v-8h-1v-1h3V12 v0.6v8h1V21.6z'/></svg>")}

.handsign_employee{ height: 180px !important; }
#handsign_1{width:100%; height: 80%;}
#handsign_2{width:100%; height: 80%;}
#item-content-handsign{ width:100%; height:100% !important; }
.charcount{
    z-index: 9000;
    float: right;
    /* margin-bottom: 7px; */
    margin-top: -11px;
        margin-right: 18px;
}
/*
#handsign_1{width:100% !important; height: 90px !important; }

#handsign_2{width:100% !important; height: 90px !important; }

@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1280px) {
  #handsign_1{width:100% !important; height: 125px !important; }
  
  #handsign_2{width:100% !important; height: 125px !important; }
}
*/
/* MP v1.0 End */

/* -------- Enable Tropical Version CSS Start-------- */
.navbar-bd, .subnavbar-bd {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: 1px solid #666 !important;
}
.toolbar-bd {
    background-color: #fff !important;
    color: #000 !important;
    border-top: 1px solid #666 !important;
}
.navbar-bd a.link, .subnavbar-bd a.link, .toolbar-bd a.link {
    color: #000 !important;
}
.filtermenu-bd ul{
border-top:1px solid #666;
}
.filtermenu-bd ul li{
background-color:#fff;
color:#000;
font-weight:bold;
}
.filtermenudamage-bd{
    border-radius: 0px !important;
    background-color: #fff !important;
    border-top: 1px solid #666 !important;
}
.filtermenudamage-bd ul li {
    color: #000 !important;
    background-color: #fff !important;
}
.filtermenudamage-bd ul li.active {
    color: #000 !important;
    background-color: #eee !important;
}
.btngreylarge-bd {
    background-color: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-weight: bold !important;
}
.i-checks-bd input:checked + i {
    border-color: #000 !important;
}
.i-checks-bd input:checked + i:before {
    background-color: #000 !important;
}
.cleantitle-bd {
	color:#000 !important;
}
label.label-checkbox input[type=checkbox]:checked+.item-media-bd i.icon-form-checkbox, label.label-checkbox input[type=radio]:checked+.item-media-bd i.icon-form-checkbox {
    background-color: #000;
}
.checkboxleft-bd {
	color:#000 !important;
}
.signtitle-bd {
	color:#000 !important;
	background-color:#fff !important;
}
.delsign-bd {
	color:#000 !important;
}
.item-input select-bd {
	color:#000 !important;
}
.navbar-bd i.icon.icon-bars {
	background-image: url("../img/menu-bd.png") !important;
}
.navbar-bd i.icon.icon-back {
    background-image: url(../img/backbtn-bd.png) !important;
}
.toolbar-bd .icon-info {
    background-image: url(../img/icon_info-bd.png);
}
.toolbar-bd .icon-refresh {
    background-image: url(../img/icon_refresh-bd.png);
}
.toolbar-bd .footer_info {
    color: #000 !important;
}
.item-input-bd select {
color: #000 !important;
}
.item-input-bd select option {
    color: #000 !important;
}
.modal-button-bd {
    color: #000 !important;
}
.btnorange-bd {
	background-color:#fff !important;
}
.greybtnpop-bd {
	background-color:#fff !important;
	border-color:#000 !important;
	color:#000 !important;
}
.navbar, .subnavbar, .toolbar-bd {
	color:#000 !important;
}

.dragdrop {  
    
    cursor: pointer;
    
    -ms-touch-action: none;
    touch-action: none;
}
/* -------- Enable Tropical Version CSS End-------- */  
