/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
* { font-family: 'Segoe UI', 'SEGOEUIL'; }
html { height: 100% }
body { width: auto; height: 100%; }


/* -----------------------------------*/
/* ------>>> Links and Types <<<-------*/
/* -----------------------------------*/
/* Cabeçalhos */
h1.error { color: #B20000 !important; }
#wrapper-header h2 { color: #fff; width: auto; font-weight: bold; text-transform: uppercase; }
#client h2 { text-transform: none; font-weight: 200; text-indent: 20px; }
#product h2 { font-weight: 400; }
h3 { font-size: 16px; font-weight: 400; color: #444; text-transform: uppercase; }
#content h3 { margin: 24px 0 30px 0; }
aside h4 { font-size: 13px; color: #576477; font-weight: 400; text-transform: uppercase; }

/* Text */
strong { font-weight: bold; }

/* Links */
a { text-decoration: none; color: #004F75; font-size: 14px; font-weight: 200; }
    a:active, a:hover { outline: 0; }
header nav ul li a { display: block; line-height: 32px; float: left; text-decoration: none; padding: 0 15px 0 15px; }
ul.dropdown li a { display: block; color: #fff;  width: 220px; text-transform: none }
#breadcrumb ol li a:after { content: ' >'; }
#breadcrumb ol li a { color: #004D73; font-size: 12px; }
aside nav li a { color: #3F3F3F; line-height: 30px; display: block; }
aside nav li.selected a { background-color: #DDF2FF; }
section#options ul li a { width: 140px; height: 140px; float: left; background-color: #2DAEBF; margin-right: 20px; color: #fff; font-size: 14px; text-align: right; display: table; }
    section#options ul li a span { vertical-align: bottom; position: relative; display: table-cell; top: -10px; left: -10px; }
    section#options ul li a:hover { background-color: #42C3D4; }


/* Listas */
ul li:hover > ul.dropdown { display: block;  }

#user ul { float: right !important }
    #user ul li { text-align: right; width: 100% }
header nav ul li { display: inline; font-size: 14px; background-color: #fff; text-align: left; }
header ul { cursor: pointer; }
ul.dropdown { background-color: #013F5C;  display: none; color: #ECECEC; visibility: visible; z-index: 1; position: absolute; padding: 5px; float: left; width: 250px !important; }

#user ul li > ul.dropdown { float: none;position: relative; text-align: right }
#user ul li > ul.dropdown li a { width: 100% }
    #user ul li > ul.dropdown li a span { margin-right: 18px; }
#user ul li:hover > ul.dropdown li a:hover { background-color: #2DAEBF; }
#breadcrumb ol { margin-top: 38px; height: 30px; cursor: auto; font-weight: 200; font-size: 12px; }
    #breadcrumb ol li { display: inline; color: #576477; }
section#options ul { width: auto; background-color: #fafafa; }
    section#options ul li { display: inline; }
aside nav li { height: 30px; text-indent: 10px; font-size: 12px; }




/* -----------------------------------*/
/* --------->>> Main Layout <<<--------*/
/* -----------------------------------*/
/* 1 Envelopes*/
#wrapper { }
#wrapper-header { display: block; font-size: 14px; height: 75px; }

/* 2 Header */
#topo-header { height: 40px; line-height: 40px; }
#producer { width: 180px; float: left; height: inherit; }
#client { width: auto; float: left; }
#bottom-header { height: 30px; line-height: 30px; }
#product { float: left; }
#user { float: right; color: #fff; font-size: 12px; text-indent: 15px; text-transform: uppercase; width: 300px; }
#breadcrumb { clear: both; }

/* 3. Wrapper de conteúdo */
#content { width: 940px; display: block; }
/* ___3.1 Menu lateral */
aside { margin-top: 63px; width: 228px; min-height: 556px; border-right: 1px solid #E7E9ED; float: left; }
    aside nav { width: 215px; height: auto; margin-top: 8px; }
/* ___3.2 Seção da página inícial */
section#options { margin-top: 20px; }
/* ___3.3 Definições de Colunas */
.left-column, .right-column { width: 438px; display: inline-block; vertical-align: top; }
.left-column { margin-right: 26px; }

/* 4. Footer */
footer { text-transform: uppercase; background-color: #004A6D; color: #fff; height: 20px; text-align: center; vertical-align: middle; font-size: 12px; line-height: 20px; margin-top: 25px; }


/* -----------------------------------*/
/* --------->>> Overrides <<<---------*/
/* -----------------------------------*/
header nav ul li ul.dropdown { margin-top: 30px; }
#user ul li .special-character { margin-left: 13px; }
#user ul li .dropdown li a:hover { width: 100%; }
header nav ul li .special-character { margin: 0 0 0 9px; }


/* -----------------------------------*/
/* ------->>> Miscellaneous <<<--------*/
/* -----------------------------------*/
.center-content { margin: 0 auto; width: 940px; }
.right-content { width: 700px; margin-top: 63px; float: right; }
.special-character { font-family: 'FontAwesome'; font-weight: lighter; height: auto; }
.clearfix { clear: both; }
.right { float: right; }
.left { float: right; }
#loaderDiv { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1100; color: #fff; background-color: black; opacity: .8; }
.ajax-loader { position: absolute; left: 50%; top: 50%; margin-left: -160px; margin-top: -32px; display: block; }
    .ajax-loader span { height: 65px; line-height: 65px; float: left; margin-right: 10px; }
.preloading {background-color: #fff; background-image: url('/Content/images/spinner.gif');background-repeat: no-repeat; background-position: 50% 50%;  }
