header{ background: url(../img/bg_header.png)  repeat-x; overflow: hidden; }
.header_bg{ background: url(../img/header_top.jpg) right no-repeat; overflow: hidden; height: 64px;}
.no-padding{ padding: 0;}
header h1{ color:#fff; padding-left: 10px; font-size: 24px;}
.paddingtop10{ padding:10px;}
.paddingtop20{ padding:20px;}
.paddingRight20{ padding-right: 20px;}
.paddingRight30{ padding-right: 30px;}
.paddingLeftTop30 {
    padding-bottom: 70px;
    padding-left: 74px;
    padding-top: 0px;
}
.paddingPercentageTop{padding-top: 8%;}
.paddingLeft{padding-left:8%;}
.panelSearch{ background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #f2f2f2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #f2f2f2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #f2f2f2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #f2f2f2); /* Standard syntax */ border: 1px solid #d9d9d9;}
.borderTopNone{ border: 1px solid #d9d9d9;  border-top: none;}

.table > thead > tr > th {
    background: #3498db none repeat scroll 0 0;
    color: #fff;
    vertical-align: middle;
}
.btn-primary {
    background-color: #4299e7 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px)
{

	.form-group { width:23% !important;}
}
.breadcrumb {
    border-radius: 4px;
    list-style: outside none none;
    margin: 4px 0 0 !important;
    padding: 8px 15px 0 !important;
	background: none !important; 
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
	.breadcrumb{ font-size:10px !important;
	}
	header h1 {
    font-size: 17px !important;
}
	.paddingRight30 {
    padding-right: 0 !important;
}
	.paddingtop20 {
    padding: 10px 10px 0 !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.paddingRight30 {
    padding-right: 0 !important;
}
}
h3{ text-align: center; font-weight: bold; font-size: 20px;}
.grayRow{ background: #f3f3f3; }
.textCenter td, .textCenter th{ text-align: center;}


/* Login */

.bgLogin{ background: url(../img/bgLogin.jpg) no-repeat ; background-origin: cover; width: 100%;}
.loginPanel{width: 590px !important; margin: 0 auto; font-family: 'Open Sans', sans-serif !important; max-width:100%}
.BgLoginPanel{ background: url(../img/LoginPanel.png)  no-repeat; width: 100%; height: auto; display: inline-block; margin-bottom: 20px; padding-bottom: 20px;  }
.BgLoginPanel .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #f0f0f0 !important;
    border-radius: 0;
    box-shadow:none;
	border-left: 1px solid #fff !important;
    color: #000 !important;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 1.42857;
    padding: 8px 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
/*
    Note: It is best to use a less version of this file ( see http://css2less.cc
    For the media queries use @screen-sm-min instead of 768px.
    For .omb_spanOr use @body-bg instead of white.
*/


.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}
	
.omb_login .omb_socialButtons a {
	color: white; // In yourUse @body-bg 
	opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}			

.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}

	
@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
		margin-top:10px;
 	}		
}

h2{ font-weight: 300; text-align: center; padding-top:40px; color: #fff; font-size: 30px;}
h4{font-weight: 400; text-align: center; padding-bottom:50px; color: #fff; font-size: 30px;}
.checkbox, .radio {margin-bottom: 0!important;}
.BgLoginPanel  label{ font-weight: 300 !important;}
.input-group-addon {
    background-color: #fff !important;
    border: 1px solid #f0f0f0;
	
    border-radius: 0;
    color: #235a9a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 7px 6px 11px;
    text-align: center;
}
.btn-default{ background: #1c5598 !important; border:none;  text-shadow: none;}
.TextUnderline{ text-decoration: underline;}

@media only screen and (min-width: 320px) and (max-width: 480px)
{

	.BgLoginPanel .form-control
	{
		width: 95% !important;
	}
	.paddingLeftTop30 {
    padding-bottom: 0 !important;
    padding-left: 16px !important;
    padding-top: 83px;
}
	.paddingPercentageTop {
    padding-bottom: 25px !important;
    padding-left: 20px !important;
    padding-top: 0 !important;
}
	h4 {
 
    font-size: 25px;
	}
	
	
	.BgLoginPanel {
    background: url(../img/bg_mini_screen.jpg) no-repeat;

}
}

@media only screen and (width: 640px){
.BgLoginPanel .form-control
	{
		width: 95% !important;
	}	
	.paddingLeftTop30 {padding-left: 16px !important; padding-bottom: 0; padding-top: 76px;
	}
	.paddingPercentageTop {padding-top: 0;  padding-left: 19px; padding-bottom: 57px;}
	.paddingLeft {
    padding-left: 3%; 
}
}


@media only screen and (min-width: 320px) and (max-width:767px) {
    .omb_login .col-xs-12.text-center img{width:150px;}
    .omb_login  h2 {padding-top: 0px;}
    .BgLoginPanel {background-size: 100% 100%;}
}
.form-control::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}
.form-control{padding:6px 3px !important;}

  /* css added for breadcrumbs */
  
  .breadcrumb > li {
    display: inline;
    float: left;
}





.logo-cox{ float:right; background:url(../../images/logo-cox.png) no-repeat; width:107px; height:33px;}
.logo-charter{ float:right; background:url(../../images/logo-charter.png) no-repeat; width:107px; height:33px;}
.logo-sudden{ float:right; background:url(../../images/logo-link.png) no-repeat; width:107px; height:33px;}


/*added for logo placement */

.nav-logo{float:right;}
.float-left{float:left;}
.marginTop10{margin-top:10px; margin-right:10px;}
select[multiple].multyfiles{background-color: #fff;
    background-image: none;
    border: 1px solid #999999 !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    height:93px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    float: left;    margin-right: 10px;}
    
    .ExecutiveMetrics label{max-width: 100%; display:block;
    text-align: left;}
    
    .ExecutiveMetrics .btn-group{   width: 100%;    float: left;}
    
    .row-fluid.ExecutiveMetrics .span4 .form-control {
    width: 100%;
}
    
    .form-inline .ExecutiveMetrics .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.tableheading{font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 0;
    text-align: left;}
    
    .editvhnotes input[type="button"], .editvhnotes button{background-color: #4299e7;  color: #fff;    box-shadow: none;    border-radius: 3px;    border: 1px solid #2e6da4; margin:0px 3px; }
    .errornoti{color: red;
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: -20px;}