.demo{
	position: relative;
}
.has-error .select2-container--default .select2-selection--single .select2-selection__rendered{
  border: 1px solid #ed5565 !important;
  border-radius: 1px;
}
.select2-selection__rendered{
 	background-color: #ffffff;
  background-image: none;
  border-radius: 1px;
  color: inherit;
  display: block;
  font-size: 13px;
  padding: 0px 6px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  border: 1px solid #ccc !important;
}
.select2-container--default .select2-selection--single{
	
	 /*border-radius: 1px;*/
}
.select2-dropdown{
	border-radius: 1px;
	border: 1px solid #ccc;
}
/* DATA TABLE*/
div.dataTables_wrapper div.dataTables_paginate{
	float: right;
}
/* css for jquery validation */
sup{
	color: #b40404;
}
label.valid {
  width: 24px;
  height: 19px;
  /*background: url(../js/images/valid.png) center center no-repeat;*/
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  font-weight: bold;
  color: #B94A48;
  padding: 0px;
  margin-top: 2px;
  margin-left: 0px;
}
/* css for jquery validation ends */
pre {
  white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
  white-space: -pre-wrap; /* Opera */
  white-space: -o-pre-wrap; /* Opera */
  white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word; /* IE 5.5+ */
  border:0px;
  font-family:inherit;
  border-radius: 0px;
  background: #ededed;
  min-height: 60px;
}
.btn-inverse{
	background: #373737;
	color: #fff
}

.btn-inverse:hover,.btn-inverse:active,.btn-inverse:focus{
	background: #272727;
	color: #fff
}

.navbar-top-links li a{
	padding: 4px 10px 5px;
	min-height: 0px;
}
.calnot{
	padding: 0px 0px 0px 10px !important
	margin-top: 9px;
}
.navbar-brand{
	padding: 5px;
}
.notibadget{
	position: absolute;
  z-index: 10;
  /*margin-left: 15px;*/
  top:-4px;
  width: 18px;
  height:18px;
  border-radius: 18px;
  left: 25px;
  font-size: 13px;
  padding: 0px;
  font-weight: 700;
}
.stickyalert{
  position: absolute;
  z-index: 10;
  /*margin-left: 15px;*/
  top:-5px;
  width: 16px;
  height:16px;
  border-radius: 16px;
  left: 30px;
  font-size: 13px;
  padding: 0px;
  font-weight: 700;
}
.badgetnoti{
	bottom: 3px;
  position: absolute;
  right: 6px;
  z-index: 15;
}
.locachanger{
	font-style: normal;
	margin-top: -32px;
	color: #000;
}
.proimg{
	/*margin: -8px -10px;*/
	width: 35px;
	height: 35px;
	/*border-radius: 5px;*/
}
@media(min-width: 1368px){
	#side-menu > li > a{
		/*color: #ffffff;*/
		font-size: 15px;
		font-weight: 400;
	}
	.nav-second-level li > a, .nav-third-level li > a{
		/*color: #ffffff !important;*/
		font-weight: 400;
		font-size: 14px;
	}
}
#side-menu > li > a{
	/*color: #e1e1e1;*/
	/*font-size: 15px;*/
}
.nav-second-level li > a, .nav-third-level li > a{
	/*color: #e1e1e1 !important;*/
	/*font-size: 13px;*/
}
/*.skin-1 .nav > li > a{*/
	
/*}*/
.dashalert{
	font-size: 60px;
	/*font-size: 60px;*/
  font-weight: bolder;
  opacity: 0.8;
  /*color: #2f4050;*/
  color:rgba(0, 0, 0, 0.7);
  /*color:rgba(255, 255, 255, 0.7);*/
}
.col-xs-6,.col-xs-4,.col-xs-8{
	padding: 0px;
}
.dataTables_filter label {
	margin-right: 0px;
}
.contentarea{
	background: #ffffff;
	padding: 10px;
	margin-top: 70px;
	min-height: 680px;
}
.page-heading .col-sm-12{
	padding: 0px;
}
.pageheader{
	font-weight: 400;
	margin: 0px;
	padding-left: 5px;
}
.control-label{
	margin-top: 4px;
	text-align: right;
}
.nomargin{
	margin: 0px !important;
}
.nopadding{
	padding: 0px !important;
}
.tagline{
	color: #ededed;
	font-size: 11px;
}
.alert-pad{
	padding: 3px;
}
/*.well{
	border-radius: 0px;
}*/
.hrefov{
	/*color: #000;*/
}
.hovimg{
  position: absolute;
  width: 320px;
  height: 320px;
  padding: 10px;
  display: none;
  background: #fff;
  z-index: 100000;
  margin-top:-100px;
  margin-left: 50px; 
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.hrefov:hover{
	text-decoration: underline;
	color: #3333CC;
	font-weight: bolder;
}
.info-well{
	background-color: #d9edf7;
  	border-color: #bce8f1;
  	/*min-height: 300px;*/
}
.warning-well{
	background-color: #fcf8e3;
  	border-color: #faebcc;
  	/*min-height: 300px;*/
}
.success-well{
	background-color: #dff0d8;
  	border-color: #d6e9c6;
  	/*min-height: 300px;*/
}
.danger-well{
	background-color: #f2dede;
  	border-color: #ebccd1;
  	/*min-height: 300px;*/
}
.imgsize{
    width: 40%;
    margin-top: 3px;
}
.route-imgsize{
	/*margin-left: -100px;*/
    /*margin-top: 3px;*/
    /*position: absolute;*/
    width: 9%;
}
@media(max-width: 768px){
	.route-imgsize{
		display: none;
	}
}
.defect-block{
	min-height: 350px;
}
.quote-block{
	min-height: 430px;
}
.qty-imgsize{
	width:5%;
}
.imagebadge{
	position: absolute;
		right: 20px;
	z-index: 10;
}
.info-dark-jb{
	background-color: #ccc !important;
}
.danger-dark-jb{
	background-color: #FF5050 !important;
}
.warning-dark-jb{
	background-color: #ffff33 !important;
}
.routeinfo{
  border:0px;
  /*font-family:inherit;*/
  border-radius: 0px;
  background: #ededed;
  min-height: 60px;
  padding: 5px;
}
.routetitle{
	font-size: 20px;
	/*font-weight: bolder;*/
}
.mgbottom{
	margin-bottom: 10px !important;
}
textarea{
	resize: none;
}
.stblue{
	color: #337ab7;
}
.stgrey{
	color: #333;
}
.alert-lesspad{
	padding: 8px;
}
.form-horizontal .control-label{
	margin-top: 0px;
}
.smalllegend{
	font-size: 19px;
}
.orange {
  color: #fc8620;
}
.blue {
  color: #4765a0;
}
.lightgrey{
	color: #ccc;
}

.label-blue{
	color: #fff;
	background: #4765a0;
}
/*.label-gray{
	color: #000;
	background: #ccc;
}*/
.label-cus{
	color: #000;
	background: #ccc;
}
.label-cus46{
	color: #000;
	background: #e08790;
}
.label-cus45{
	color: #000;
	background: #87e0ad;
}
.label-cus5{
	color: #000;
	background: #c4e087;
}
.label-cus44{
	color: #000;
	background: #87a7e0;
}

.quotesize{
	font-size: 16px;
	font-weight: bolder;
}
.grey-bg{
	background: #a0a0a0;
	color: #ffffff;
}
#loadingmessage{
	z-index: 50000;
}
#loadingmessage .uil-triangle-css {
	position: absolute;
	top: 40%;
	left: 50%;
}
.ui-widget-header{
	color: #000;
}
.font10{
	font-size: 10px;
}
.bg-purple{
	background: #4765a0;
	border-color :#4765a0;
}
.bg-red{
	background: #fc8620;
	border-color :#fc8620;
}
.viewarea{
  border: 1px solid #ccc;
  min-height: 450px;
  /*padding: 15px;*/
}
.viewarea .brandname {
  background: #ccc;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
.viewarea .divider{
  min-height: 15px;
}
.viewarea .wfsummary{
  /*margin-left: 5px;*/
  /*margin-right: 5px;*/
  font-size: 18px;
  color: #000;
}
.viewarea .tmarker{
  font-weight: bold;
  background: #ccc;
  padding: 8px;
}
.viewarea .alerttext{
  font-weight: bold;
}
.notewarn{
	color: #b40404;
	font-weight: bolder;
}
.navsearch{
	padding: 5px 10px 5px;
	background: #131f29;
}
.headsearch {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 30px;
  margin: 15px 0;
  z-index: 2000;
  border-bottom: 1px solid #ccc;
  color: #fff; 
  margin:0px;
}
.headsearch:focus{
  color: #fff;  
}
.skin-1 .nav > li.active{
	background: rgba(19,31,41,0.5);
}


/*LOCATION MANAGER CSS*/
.open > a {
  outline: 0 none;
}
.open > .dp-loc {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: flipInX;
}
.open > .dropdown-menu {
  display: block;
}
.flag {
  background: url("../images/flags.png");
  display: inline-block;
  height: 11px;
  margin-top: -0.18em;
  width: 16px;
}
.flag.flag-in {
  background-position: -128px -66px;
}
.flag.flag-us {
  background-position: -144px -154px;
}

.flag + span {
  display: inline-block;
  margin-top: -3px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}
.dp-loc{
/*background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 13px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;*/
  left: 0px !important;
}
.adjustloc{
padding-top: 5px;
}
.dp-loc > .active > a, .dp-loc > .active > a:focus, .dp-loc > .active > a:hover {
  background-color: #3276b1;
  color: #fff;
  outline: 0 none;
  text-decoration: none;
}
.dp-loc > li > a:focus, .dp-loc > li > a:hover {
  background-color: #3276b1;
  color: #fff;
  /*outline: 0 none;*/
  text-decoration: none;
}
.header-dropdown-list li{
margin-right: 0px !important;
/*background: #fff;*/
}
.dp-loc li:last-child{
margin-right: 0px !important;
}
.dp-loc > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .page-heading{
  left:0px;
}
body.fixed-nav.fixed-nav-basic .page-heading{
  left:220px;
}

.navbar-top-links li a{
  padding: 0px 10px;
}
.navbar-top-links li .supporticon{
  margin-left: 5px;
  margin-right: 5px;
}
.navbar{
  min-height: 54px;
}
.navbar-right{
  margin-top:5px;
}
.logouticon{
  font-size: 29px;          
  padding: 3px;     
  position: relative;     
  top: 5px;
}
.iconadjust{   
  position: relative;     
}

.change-log-icon{
  font-size: 25px;         
  position: relative;     
  top: 5px;
}
.nav > li > a i {
  margin-right: 0px;
}
.sidebar-message{
  border-left:5px solid #fff;
}
.sidebar-message:hover{
  border-left:5px solid #233646;
  position: relative;
}
.cus-pointer{
  cursor: pointer;
}
.sidebar-container a.all-link{
  color: #333;
  padding: 10px;
  position: absolute;
  width: 100%;
  background: #f9f9f9 none repeat scroll 0 0;
  border-bottom: 1px solid #e7eaec;
}