/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font: 12px/1.25 verdana, arial, helvetica, sans-serif;
background-color: #3e606f;
color: #333;
overflow: hidden;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
font-family: arial, helvetica, sans-serif;
}

h1 {
font-size: 2em;
margin-bottom: 15px;
}

h2 {
font-size: 1.5em;
margin-bottom: 10px;
text-align: center;
background-color: #e1e8ea;
padding: 3px;
margin-top: 10px;
}

h3 {
font-size: 1em;
margin-bottom: 5px;
}

p, ul, ol {
margin:0;
padding: 0;
}

ul, ol {
list-style:none;
padding:0 0 10px 20px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a {
outline: none;
}

a:visited {
color: #3e606a;
}

a:link {
color: #3e606f;
}



a:hover {
/*background-color: #3e606f;
color: #fff*/
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font: 14px verdana, arial, helvetica, sans-serif;
color: #555;
border: 1px solid #ccc;
border-top-color: #aaa;
border-left-color: #aaa;
}

input[type="image"] {
border: 0;
}

input.textfield {
padding: 3px 5px;
}
input.checkbox {
margin: 10px 0 5px 0;
border: 0;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

a.button {
    background: transparent url('/images/button_a_bg.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/button_span_bg.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 8px 0 8px 18px;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 9px 0 7px 18px; /* push text down 1px */
}

a.smallbutton {
    background: transparent url('/images/button_small_a_bg.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 11px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.smallbutton span {
    background: transparent url('/images/button_small_span_bg.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 18px;
}

a.smallbutton:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.smallbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.smallbuttonwhite {
    background: transparent url('/images/button_small_a_bg_white.gif') no-repeat scroll top right;
    color: #222;
    display: block;
    float: left;
    font: bold 11px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.smallbuttonwhite span {
    background: transparent url('/images/button_small_span_bg_white.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 18px;
}

a.smallbuttonwhite:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.smallbuttonwhite:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

table tr td {
padding:2px;
}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; overflow: hidden; width: 100%; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }


/***** Maintenance Profile Tags *****/
div.email_body_div, div.attributes_body_div {margin-left:17em;}

/***** Start New Header Style *****/
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px;
    font-family: 'Neo Sans','Arial',sans-serif;
    
}

.navbar-inverse {
    background-color: #FFF;
    border: #FFF;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    background-color: #63666A;
    font-size: 13px !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #A7A8AA;
}

.navbar-header{
    float: left;
}

a.navbar-brand {
    margin-top: -15px;
}

a.navbar-brand img {
    width: 50px;
}

.navbar-right {
    float: right;
}

.nav{
    padding-left: 0;
    list-style: none;
    margin-top: 15px;
    font-family: 'Neo Sans','Arial',sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.navbar-nav > li {
    float: left;
    padding-top: 2px;
}

.nav > li {
    position: relative;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    background-color: #63666A;
    text-decoration: none;
}

.navbar-nav > li > a {
    padding: 17px 10px;
}

a.authentication-support {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.authentication-user {
    font-weight: 500;
}

.authentication > .glyphicon {
    top: 10px;
    font-size: 30px;
    float: left;
    margin-left: 10px;
}

.navbar-inverse .navbar-nav > li > a > div {
    display: inline;
    padding-left: 8px;
    font-family: 'Neo Sans','Arial',sans-serif;
}
.authentication.glyphicon{
    height:50px;
}

.nav li .authentication.user-company {
    height: 50px;
    width: 150px;
    line-height: 20px;
    text-align: right;
    background-color: #A7A8AA;
    color: #FFF;
    margin-left: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: -17px;
}

.authentication .authentication-user-company h6 {
    margin-bottom: 0;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    font-family: 'Neo Sans','Arial',sans-serif;
    margin-top: 10px;
}

.authentication .authentication-user-company {
    float: left;
    width: 70%;
}

.authentication > .glyphicon {
    top: 10px;
    font-size: 30px;
    float: left;
    margin-left: 10px;
}

.authentication .authentication-company {
  margin-top: -4px !important;
  font-weight: 700;
  color: #EE2737;
}
/***** End New Header Style *****/
