@media only screen and (max-width : 767px) {
	.mobile-separator{
		border:none;
	}
	
	.account-info > li + li:before {
	    content: "";
	    padding: 0;
	}
	
	.account-info > li {
	    display:block;
	}
	
	.account-info > li:last-child {
	    clear: both;
	}
}

 @media only screen and (min-width : 768px) {
	.mobile-separator{
		border-left:2px solid #777;;
	}
	
	.account-info > li:last-child {
	    float: right;
	}
	
	.account-info > li:last-child:before {
	    content: "";
	    padding: 0;
	}
	
	.paddingForFloating-sm-left{
		padding-left:25px;
	}
	
	.paddingForFloating-sm-right{
		padding-right:25px;
	}
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
	body{
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media only screen and (min-width : 1200px) {
	body{
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.dd-parent{
		position:relative;
	}
	
	.dd-child{
		margin:0;
		padding:0;
		position:absolute;
		width:100%;
	}
}

@media only screen and (max-width : 1199px) {
	.dd-parent{
		position:;
	}
	
	.dd-child{
		margin:0;
		padding:0;
		position:;
		width:100%;
	}
}

.account-info{
	box-shadow: 0 0 4px #333;
	margin-bottom:10px;
}

.table .btn-block {
display: block;
min-width: 120px;
}

div.dt-buttons{
	margin-left:12px;
}

.ui-datepicker{
z-index: 9999 !important;
}

div.error {
color:#a94442;
}

div.errorMsg {
color:#a94442;
}

span.errorMsg {
color:#a94442;
}

button[data-control='next'] {
  margin-left:25px;
}

.panel-mcs>.panel-heading{
padding:5px 15px 5px 0;
background:linear-gradient(rgba(36, 39, 100,0.6),rgba(36, 39, 100,1),rgba(36, 39, 100,0.8));
color: #EAD65B;
cursor:default;
font-size:16px;
}

.panel-mcs>.panel-heading a:hover{
text-decoration: none;
}

.renewal-activeStep{
	padding:10px 15px 10px 0 !important;
}

.renewal-activeStep a{
	font-size:22px;
	font-weight:bold;
}


.form-mcs
{
	position:relative;
	padding:20px;
    background:#FFF;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.form-mcs:before, .form-mcs:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
} 
.form-mcs:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}

.form-mcs .btn-group .form-control-feedback {
    top: 0;
    right: -30px;
}

.fa-check-square-o{
	color:#5cb85c;
}

span[data-icon='edit'] {
  color:#ffffff;
}

#errorAddJd{
	color:#a94442;
	display:inline-block;
}

.reqField{
	color:#AD0000;
}

hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.all {
	box-shadow: 0 0 5px #333;
}

#editVehicleSubmit, #editWeightsSubmit{
	margin-left:45px;
}

.weightsInputGroup{
	display:inline-block;
}

.weightsInputGroup input{
	margin-bottom:12px;
}


.weightsJurisdiction{
	display:inline-block;
	font-size:13px;
	transition:300ms;
}

.weightsJurisdictionActive{
	transform: scale(0.8,0.8) translateX(-8px);
	transition:300ms;
}

.weightsRange{
	display:inline-block;
	font-size:12px;
	transition:300ms;
	font-weight:normal;
	
}

.weightsRangeActive{
	transform: scale(1.7,1.7) translateX(13px);
	color:#00AEDA;
	transition:300ms;
}

.form-mcs #step5_form2_weights .form-control-feedback {
    top: 45px;
    right: 14px;
}

.tMenu{
	text-decoration: none;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;  
}
.tMenu:hover{
	cursor:pointer;
	text-decoration: none;
}
.tMenu:active{
	transition:200ms;
	transform:scale(1.2);
}

.tMenu:visited{
	text-decoration: none;
}

.tMenu-muted{
	color:#777;
	cursor:default;
	font-weight:bold;
	text-decoration: none;
	-webkit-user-select: none;
    -moz-user-select: none;    
    -ms-user-select: none;     
     user-select: none;
}

.summary{
	position:relative;
	border:2px solid #808080;
	border-radius:5px;
	padding:20px 5px 5px 5px;
	margin-top:25px;
}

.summary-title{
	border:2px solid #808080;
	border-radius:5px;
	font-size:1.4em;
	font-weight:bold;
	position:absolute;
	top:-18px;
	left:20px;
	padding:2px 20px 2px 20px;
	background:#ffffff;
}

div[data-menu]{
	border:1px solid #ffffff;
	box-sizing:border-box;
	padding:6px 0 6px 0;
	cursor:pointer;
	z-index:10;
}

div[data-existing-menu]{
	background-color:rgb(225,225,225);
	border-radius:3px;
}

div[data-menu].dd-parent{
	padding-top:0;
}

div[data-ddmenu]{
	box-sizing:border-box;
	padding:6px 0 6px 0;
	cursor:pointer;
	border-radius:3px;
}

div[data-ddmenu="trigger"]{
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
    background-color: rgba(225,225,225,1);
}

div[data-ddmenu="item"]{
	display:none;
	border-top:1px solid #ffffff;
	background-color:#f2f2f2;
	-moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.25);
	
}

div[data-ddmenu="show"]{
	border-top:1px solid #ffffff;
	background-color:#f2f2f2;
	-moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.25);
	display:inline-block;
}

div[data-ddmenu="paid"]{
	box-sizing:border-box;
	padding:6px 0 6px 0;
	cursor:pointer;
	border-radius:3px;
	background-color:#f2f2f2;
	-moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.25);
	
}

.menu-active{
color:#337ab7;
-moz-box-shadow:    inset 0 0 6px rgba(51, 122, 183, 0.6) !important;
-webkit-box-shadow: inset 0 0 6px rgba(51, 122, 183, 0.6) !important;
box-shadow:         inset 0 0 6px rgba(51, 122, 183, 0.6) !important;
background-color:rgba(225,225,225,0.6) !important;
}

.menu-active::after{
  content: '';
  position:relative;
  top:14px;
  left:5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #337ab7;
  
}

.tmlvl0{
display:inline-block;
   -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.4);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
   box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.4);
   background-color:rgba(225,225,225,1);
   border-radius:3px;
}

div[data-mlevel="1"]{
padding:0;
border-radius:3px;
}

.individual-tran-parent{
	z-index:1;
	margin-top:60px;
	padding:0;
	display:inline-block;
}

.individual-tran{
	display:none;
}

.individual-tran>.summary{
	padding:25px 15px 15px 15px;
}

#newTranForm .has-feedback .form-control-feedback {
    top: 0px;
    right: 15px;
}

.paddingForFloating{
	padding-left:25px;
	padding-right:25px;
}

.form-mcs-sep{
	position:relative;
	border-top:2px solid #808080;
	padding-top:20px;
}

.form-mcs-new-title{
	display:inline-block;
	position:relative;
	top:20px;
	left:20px;
	z-index:2;
}

div[data-catalog] img{
	cursor:pointer;
	border:2px solid #d5d9e0;
	border-radius:5px;
}

.catalog-chosen{
	border:2px solid #337ab7 !important;
}

.catalog-chosen + span{
	color:#337ab7;
}
.required-asterisk::first-letter {
	color: red;
}