/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


body, html {
  margin:0;
  padding:0;
  font-family: 'Open Sans', sans-serif;
}


.center {
  margin-left:auto;
  margin-right:auto; 
  text-align:center;
}

.clearboth {
 clear:both; 
}

#main-wrapper {
  width: 100%;
  height: 100%;
  
}


#top-nav {
 top: 0;
 height: 49px;
 background-color: #ccc;
 width: 100%; 
 border-bottom: 1px solid #bbb;
 position:fixed;
 z-index: 999;
}

#top-logo {
  padding-top:10px;
  padding-left:10px;
  width: 190px;
  float:left;
}

#top-logo img {
	height:30px;
}

#login-info {
  padding-top:14px;
  width: 250px;
  float:right;
	font-size: 14px;
	text-align:right;
	padding-right:10px;
}


#brand-select {
 
 padding-top:10px;
 float:left;
}

.center-content {
  margin-left:auto;
  margin-right:auto; 
  width: 960px;
  
}

.button {
  background-color:#0180d1;
  color:#f4f4f4;
  font-size: 14px;
  font-weight:700; 
  padding:5px;

}

.next {
 float:right;
 width: 50px; 
 text-align:center;
 cursor:pointer;
}


#content-wrapper-outer {
	top:50px;
	position:absolute;
	width: 100%;
	
}

#content-wrapper-inner {
	padding-left:200px;
}


.info-msg {
	background-image:url('https://cdn.ahl.mx/icons-flat/basic/20x20/info.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 25px; 
	color:#3d78b2;
	font-weight:400;
}

.info-msg:hover {
	background-image:url('https://cdn.ahl.mx/icons-flat/basic/20x20/Hot/info.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	cursor:pointer;
}

.warning-msg {
	background-image:url('https://cdn.ahl.mx/icons-flat/basic/20x20/warning.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 25px; 
	color:#e7ae56;
	font-weight:400;
}

.warning-msg:hover {
	background-image:url('https://cdn.ahl.mx/icons-flat/basic/20x20/Hot/warning.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	cursor:pointer;
}

.error-msg {
	background-image:url('https://cdn.ahl.mx/icons-flat/custom/20x20/error_button.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 25px; 
	color:#cc482f;
	font-weight:400;
}

.error-msg:hover {
	background-image:url('https://cdn.ahl.mx/icons-flat/custom/20x20/Hot/error_button.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	cursor:pointer;
}


.add-link {
	background-image:url('https://cdn.ahl.mx/icons-flat/basic/20x20/add_button.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 25px; 
	color:#56ad89;
	font-weight:400;
}

.add-link:hover {
	background-image:url('https://cdn.ahl.mx/icons-flat/basic/20x20/Hot/add_button.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	cursor:pointer;
}


.form-row {
  clear:both; 
  margin-bottom:10px;
  
  height: 40px;
}

.form-label {
  float:left;
  clear:both; 
  width: 150px;
  

}

.spacer-40 {
  clear:both;
height: 40px;  
}

