html{
font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
height: 100%;
min-height: 100%;
}

body{
font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
height: 100%;
min-height: 100%;
background:linear-gradient(rgba(36, 39, 100,0.1) 0%,rgba(36, 39, 100,0.15) 15%,rgba(36, 39, 100,0.18) 50%,rgba(36, 39, 100,0.15) 85%,rgba(36, 39, 100,0.1) 100%);

}

@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 300;
	src: local('fonts/Roboto Condensed Light'), local('fonts/RobotoCondensed-Light'), url("fonts/RobotoCondensed-Light.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 300;
	src: local('fonts/Roboto Condensed Light Italic'), local('fonts/RobotoCondensed-LightItalic'), url("fonts/RobotoCondensed-LightItalic.ttf") format('truetype');
}

/* Normal */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: local('fonts/Roboto Condensed Regular'), local('fonts/RobotoCondensed-Regular'), url("fonts/RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 400;
	src: local('fonts/Roboto Condensed Italic'), local('fonts/RobotoCondensed-Italic'), url("fonts/RobotoCondensed-Italic.ttf") format('truetype');
}

/* Bold */
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	src: local('fonts/Roboto Condensed Bold'), local('fonts/RobotoCondensed-Bold'), url("fonts/RobotoCondensed-Bold.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: italic;
	font-weight: 700;
	src: local('fonts/Roboto Condensed Bold Italic'), local('fonts/RobotoCondensed-BoldItalic'), url("fonts/RobotoCondensed-BoldItalic.ttf") format('truetype');
}

/* Overriding Bootstap CSS class - container-fluid*/
.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.sideTabsContainer{
width:100%;
height:auto;
box-sizing: border-box;
display: inline-block;
}

/*sideTabs start*/

.ui-effects-transfer { border: 2px dotted gray; }

.sideTabs{
width:100%;
height:500px;
box-sizing: border-box;
list-style-type: none;
padding: 0;
margin:10px 0 0 10px;
}
.sideTabs-active{
box-shadow:inset 0 0 10px #000000;
}


.sideTabs li{
box-sizing: border-box;
width:90%;
height:10%;
margin:0 auto;
text-align:center;
border-bottom:1px solid #bcbcbc;
line-height:50px;
transition: 300ms;
}

.sideTabs2 li{
transition: 300ms;
}

.sideTabs2 li>div{
display:inline-block;
}

.sideTabs2 li:hover{
cursor:pointer;
background:rgba(0,0,0,0.1);
font-weight:bold;
}

.sideTabs2-active{
box-shadow:inset 0 0 10px #000000;
background:rgba(0,0,0,0.05);
font-weight:bold;
}

.sideTabs a{
width:100%;
height:100%;
display:block;
}

.sideTabs li:nth-of-type(5){
border:none;
}
.sideTabs li:hover{
cursor:pointer;
}

.sideTabs li:nth-of-type(1):hover{
cursor:pointer;
}

.sideTabs li:hover .spanLeft{
transform: scale(1.3);
}

.spanLeft{
float:left;
padding-left:8px;
transition: 300ms;
color:black;
}

.spanRight{
float:right;
    margin:8px 5px;
    font-size: 18px;
	line-height:24px;
    color: white;
    font-weight: bold;
    padding: 2px 8px 2px 8px;
    border-radius: 3px;
	background-color: #777;
}

.sideTabs li .spanRight{
background-color:;
}


.spanLeft-active{
color:#0099AE;
}

.spanRight-active{
color:#0099AE;
}


/*sideTabs end*/




/* Default icon formatting */
.spanLeft i {
  display: inline-block;
  font-style: normal;
  position: relative;
  float:left;
  margin-left:-20px;
}

/* Additional formatting for arrow icon */
i.arrow {
	margin-top:18px;
    width: 0.6em;
    height: 0.6em;
    border-right: 0.13em solid #0099AE;
    border-top: 0.13em solid #0099AE;
    transform: rotate(45deg);
}

.mainContent{
width:84%;
display: inline-block;
box-sizing: border-box;
float:right;
height:auto;
}

.fa-truck-red{
	color:#D9534F;
}

.fa-truck-yellow{
	color:#F0AD4E;
}

.fa-truck-blue{
	color:#428BCA;
}

.mainContent-hidden{
display:none;
}

.mainContent-inner-active{
display:block;
}

.mainContent-1{
width:100%;
height:100%;
box-sizing: border-box;
}

.invisibleIcon{
visibility:hidden;
}

.alert-regular{
	background-color: #428BCA;
}
.alert-urgent{
	background-color: #F0AD4E;
}
.alert-critical{
	background-color: #D9534F;
}

.containerWidth{
	width:96%;
}

#myNavmenu{
width:180px;
}

.mainContent-2-appBtn{
text-align:center;
}

.mainContent-2-appBtn a{
font-size:20px;
}

.btn-info.raised {
    box-shadow: 0 4px 2px -1px #1F364A;
	background-color:#3F719B;
	border-color:#3F719B;
}

.btn-info.raised:hover {
	background-color:rgba(63,113,155,0.82);
}

.btn-info.raised:active, .btn-info.raised.active {
    background: #396488;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}

.lv3{
display:none;
}

.baseWrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -140px;
  /* Pad bottom by footer height */
  padding: 0 0 140px;
  /*background:linear-gradient(rgba(255, 255, 255,0.1) 0%,rgba(255, 255, 255,0.15) 15%,rgba(255, 255, 255,0.18) 50%,rgba(255, 255, 255,0.15) 85%,rgba(255, 255, 255,0.1) 100%); */
  background:white;
}


.lv4{
height: 140px;
width:100%;
margin:0 auto;
}

.lv4 a{
margin-bottom:3px;
}

.lv4-1-1{
text-align: center;
font-size:21px;
margin-bottom:30px;
}

.copyRight{
width:auto;
height:100%;
display:inline-block;
margin:0 auto;
}

.copyRight-year{
font-size:16px;
}

.lv4-2{
height:100px;
width:50%;
float:left;
font-size:16px;
}

.lv4-2 i{
margin-right:10px;
}

.lv4-2-1{
height:auto;
width:auto;
float:left;
margin:0 10px 0 10px;
}

.lv4-2-2{
height:auto;
width:auto;
float:left;
margin:0 10px 0 10px;
}

.min500{
	min-height:450px !important;
	padding:0 !important;
}

.footer-menu>.redirect-menu a:hover{
text-decoration:underline !important;
}

.footer-menu>.redirect-menu a:hover i{
color:#F0AD4E;
transform: scale(1.5);
transition:300ms;
}

.lv4-2-3{
height:auto;
width:auto;
float:left;
margin:0 10px 0 10px;
}

.footer-menu>.social-media-menu a:hover{
text-decoration:underline !important;
}

.footer-menu>.social-media-menu a:nth-of-type(1):hover i{
color:#3b5999;
transform: scale(1.5);
transition:300ms;
}

.footer-menu>.social-media-menu a:nth-of-type(2):hover i{
color:#4099FF;
transform: scale(1.5);
transition:300ms;
}

hr.style-eight {
   border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


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

@media only screen and (min-width : 1200px) {
	body{
		padding-left: 10%;
		padding-right: 10%;
	}
}

.padding1px {
	padding-left: 1px;
	padding-right: 1px;
}





/* divider */

.modal-alerts{
	font-size:16px;
	color:#d9534f;
}

.lv1{
height:100px;
width:100%;
margin:3px 0 12px 0;
border-radius:0.5em 0.5em 0.5em 0.5em;
background-image: url("../images/bg-2.jpg");
background-size: 100% 100%;
color:#FFFFFF;
}

.lv1 img{
margin-top:5px;
margin-left:5px;
float:left;
}

.lv1-1{
height:100%;
width:400px;
float:left;
position:relative;
backgound:none;
}

.lv1-1-1{
background-color: transparent !important;
border-color:transparent !important;
padding:0 5px 0 0;
font-size:1.375em;
position:relative;
top:16px;
}

.lv1-1-2{
border-bottom:1px solid #3F719B !important;
font-size:1.625em;
}

.lv1-2{
height:100%;
width:350px;
float:right;
position:relative;
top:-12px;

}

.lv1-2 h1{

float:right;
font-size:18px;
line-height:40px;
margin-right:20px;
border-bottom:1px solid #3F719B !important;
}

.lv1-2-1{
height:1px;
width:180px;
background-color:#3F719B;
float:right;
margin-top:-15px;
margin-right:20px;
}

.lv1-2-2{
height:30px;
width:90px;

float:left;
margin-top:-5px;
margin-left:26px;
line-height:30px;
text-align:center;
border-radius:3px;
transition: ease-in 0.3s;
/*text-decoration: underline; */

}

.lv1-2-2:hover{
background-color:#3F719B;
cursor:pointer;
text-decoration: none;
color:#FFFFFF;
}

.lv1-3{
height:100%;
width:300px;
float:right;
position:relative;
top:-2px;
}

.lv1-3 h1{

color:;
float:right;
font-size:18px;
line-height:40px;
margin-right:20px;
}

.loginBg{
background-color:rgba(0,0,0,0.1);
}



.lv2{
height:50px;
width:100%;
background:rgba(0,0,0,0.5);
color:#ffffff;
font-size:21px;
margin-top:20px;
}

.lv2 span{
width:150px;
height:50px;
display:inline-block;
margin:0px 5px 0px 5px;
box-sizing:border-box;
text-align:center;
line-height:50px;
border-radius:0.3em 0.3em 0.3em 0.3em;
background:-webkit-linear-gradient(left, rgba(0,0,0,0) , rgba(0,0,0,0.4),rgba(0,0,0,0));
transition:400ms;
float:left;
}

.lv2 span:nth-of-type(1){
margin-left:20px;
}

.lv2 span:nth-of-type(2){
float:right;
}

.lv2 span:hover{
color:lightGray;
cursor:pointer;
height:30px;
margin-top:10px;
margin-bottom:10px;
line-height:30px;
background:-webkit-linear-gradient( rgba(0,0,0,0.2) , rgba(0,0,0,0.8),rgba(0,0,0,0.2));
}

.lv2 div:nth-of-type(1){
display:inline-block;
padding:0 20px 0 6px;
line-height:50px;
float:right;
color:#ffffff;
font-size:30px;
font-weight:bold;
text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

.lv2 div:nth-of-type(2){
display:inline-block;
padding:0 0px 0 20px;
line-height:30px;
float:right;
color:#ffffff;
font-size:20px;
position:relative;
left:0;
top:13px;
}

.header{
height:80px;
}

.messageContainer{
padding-left:20px;
color:red;
display:none;
}

.accountInfo{
background-color:rgba(51,122,183,0.1);
}

.lv2-1{
width:80%;
box-sizing:border-box;
margin:50px 0 50px 0;
display:inline-block;
float:left;
}

.lv2-2{
width:18%;
height:500px;
box-sizing:border-box;
margin:50px 0 50px 0;
display:inline-block;
float:left;
padding:25px;
margin-left:1%;
}

.lv2-2 span{
font-size:22px;
}

.shadow{
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


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

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

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

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

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

.apps .thumbnail{
height:200px;
margin-bottom: 30px;
background-color:rgba(247,254,255,0.3);
}

.apps:hover{
cursor:pointer;
transform:scale(1.05);
transition:200ms;
}

.apps:hover >div{
box-shadow: 0 0 5px #333;
transition:300ms;
}

.apps:hover hr{
	border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.appDenied{
color:#d9534f;
}

.appButton-disabled{
background-color:#d9534f;
border-color:#d43f3a;
}

#alerts{
padding:0 15px 0 15px;
}

.lv2-1-2{
font-size:24px;
display:none;
padding:0 0 20px 0;
margin:0 0 40px 0;
border-radius:5px;
-moz-box-shadow:    inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow:         inset 0 0 10px #000000;
}

.lv2-1-2-title{
text-align:center;
padding:10px 0 0 0;
position:abosolute;
margin:0 auto;
width:70%;
}

.lv2-1-2-ul{
width:96%;
margin:20px auto;
font-size:18px;
}

.lv2-1-2-close{
margin:20px 20px 0 0;
float:right;
box-sizing:border-box;
width:35px;
height:35px;
text-align: center;
vertical-align: bottom;
line-height: 35px;
display:inline-block;
z-index:2;
}

.lv2-1-2-close i{
margin:0 auto;
}

.lv2-1-2-close:hover{
cursor:pointer;
}

.lv2-1-2-close i{
transform:rotate(0deg) scale(1);
transition:300ms;
}

.lv2-1-2-close:hover i{
transform:rotate(180deg) scale(1.4);
transition:300ms;
}

.style-five{
border: 0;
height: 1px;
background: #333;
background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.boxShadow{
border-radius:5px;
-moz-box-shadow:    inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow:         inset 0 0 10px #000000;
}


.mcs-font-sm{
	font-size: 12px;
}

.mcs-font-md{
	font-size: 14px;
}

.mcs-font-lg{
	font-size: 16px;
}

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

.form-mcs-new .pad{
	padding-left:20px;
	padding-right:20px;
}

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

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

.mcs-affix{

	padding:5px;
	margin: 25px 0 0 0 ;
}

ul.mcs-affix-side{
	list-style-type: none;
	padding-left:10px;
	font-size:12px;
}

ul.mcs-affix-side li{
	color:#000000;
	box-sizing: border-box;
	padding:0 0 0 5px;
	display:block;
	width:100%;
}

ul.mcs-affix-side li a{
	color:inherit;
	display:block;
	text-decoration:none;
	padding:5px;
}

ul.mcs-affix-side li.active{
	font-weight:bold;
	border-left:2px solid #25447c;
	padding:0 0 0 3px;
	color:#25447c;
}

ul.mcs-affix-side li:hover{
	border-left:1px solid #25447c;
	padding:0 0 0 4px;
	background:rgba(0,0,0,0.05);
}

ul.mcs-affix-side li.active:hover{
	font-weight:bold;
	border-left:2px solid #25447c;
	padding:0 0 0 3px;
	color:#25447c;
	background:none;
}

.mcs-company-submit-panel{
	margin-top:15px;
	padding:5px;
}

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

#weightsForm .form-control-feedback {
    top: 45px;
    right: 14px;
}
.required-asterisk::before {
	content: "*\0000a0";
	color: red;
}
.required-asterisk-following::after {
	content: "*\0000a0";
	color: red;
}

.stepwizard{
    margin-top: 5px;
}

.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
	left:0;
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step *{
    cursor: default !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.mcs-tooltip + .tooltip > .tooltip-inner {background-color: rgba(36, 39, 100,0.9);}
.mcs-tooltip + .tooltip > .tooltip-arrow {border-bottom-color: rgba(36, 39, 100,0.9);}
.tooltip-inner {
    max-width: 500px;
}
