/*
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Source-Sans-Pro.eot);
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/Source-Sans-Pro.eot) format('embedded-opentype'), url(../fonts/Source-Sans-Pro.woff) format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Source-Sans-Pro-Bold.eot);
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/Source-Sans-Pro-Bold.eot) format('embedded-opentype'), url(../fonts/Source-Sans-Pro-Bold.woff) format('woff');
}
*/

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #B53431;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #B53431;
    color: #fff;
    text-shadow: none;
}

a {
    color: #0c69a5;
    text-decoration: none;
}

a:hover, a:active {
    outline: 0;
    text-decoration: underline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.5em 0;
    font-size: 1.4em;
    text-align: center;
}


/* ===== Primary Styles ========================================================
   Author: WayNext
   ========================================================================== */

/* .linux body, html.linux , .linux button, .linux input, .linux select, .linux textarea { font-family: Ubuntu } */

.ie6 body, .ie7 body {
    font-size: 10px;
}

body {
    border-top: 8px solid #B53431;
    font-family: /*'Source Sans Pro', */Arial, Helvetica, sans-serif;
}

html, button, input, select, textarea {
    font-family: /*'Source Sans Pro', */Arial, Helvetica, sans-serif;
    color: #222;
}

.br {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.br:hover, .br:focus {
    border-color: #B53431 !important;
}

div#login {
    width: 620px;
    margin: 84px auto 0;
    border: 1px solid #cecece;
}

div#login .error-msg {
    float: left;
    color: #ca0000;
    display: block;
    padding-left: 63px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    width: 217px;
    font-weight: bold;
}

#l-left {
    float: left;
    width: 261px;
    padding: 0 0 0 18px;
    border-right: 1px solid #cecece;
    position: relative;
    height: 254px;
    background: url(../img/login_shadow.gif) right top repeat-y;
}

#l-left h2 {
    font-size: 2em;
    color: #B53431;
    font-weight: normal;
}

#l-left .wn {
    position: absolute;
    bottom: 20px;
    left: 18px;
}

#l-right {
    float: left;
    background: #f7f7f7;
    width: 340px;
    height: 254px;
}

#l-right fieldset {
    float: left;
    width: 217px;
    padding: 0 61px 26px 63px;
    border-bottom: 1px dotted #c7c8ca;
}

#l-right label {
    color: #6d6d6d;
    font-size: 1.4em;
    margin-top: 18px;
    display: block;
    padding-left: 2px;
}

#l-right .text {
    width: 205px;
    padding: 0 5px;
    border: 1px solid #cac8c8;
    height: 29px;
    background: url(../img/login_text.gif) left top repeat-x;
    font-size: 1.3em;
    color: #959595;
    margin-top: 5px;
}

#l-right .login {
    float: left;
    width: 109px;
    height: 30px;
    border: 1px solid #4795c7;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    background: url(../img/btn_login.png) center top no-repeat;
    padding: 0 36px 0 0;
    margin: 22px 0 0 116px;
}

#l-right .login.with-error {
    margin-top: 8px;
}

.lt-ie9 #l-right .text {
    padding-top: 7px;
    height: 22px;
}
    
/* INNER */
.container {
    width: 1192px;
    margin: 0 auto;
}

/* HEADER */
header {
    float: left;
    width: 100%;
    background: url(../img/bg_header.gif) bottom left repeat-x;
    padding-bottom: 12px;
}

header h2 {
    color: #B53431;
    font-size: 3.2em;
    font-weight: normal;
    float: left;
    margin: 20px 0 0;
}

header .options {
    float: right;
    color: #6d6d6d;
    font-size: 1.1em;
    margin: 22px 0 0;
}

header nav {
    float: left;
    width: 100%;
    padding: 15px 0 0;
}

header nav a {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 6px 5px 0;
    background: url(../img/bg_btn.gif) top left repeat-x;
    border: 1px solid #4795c7;
    text-decoration: none;
    height: 22px;
    float: left;
    margin: 0 9px 6px 0;
}

header nav a.on {
    color: #6d6d6d;
    background-image: url(../img/bg_btn_header.gif);
    border-color: #c0c8cc;
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 6px;
    margin-bottom: 0;
}
        
/* MAIN */
.page-title {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #cdced0;
    padding: 5px 0 7px;
}

.page-title h3 {
    color: #B53431;
    font-size: 2.3em;
    font-weight: normal;
    float: left;
    margin: 0;
}

.page-title fieldset {
    float: right;
    margin: 10px 0 0;
}

.page-title label {
    color: #6d6d6d;
    font-size: 1.2em;
}

.page-title select {
    color: #6d6d6d;
    font-size: 1.4em;
    margin-left: 5px;
}

.page-title .add-new, #table-options .add-new {
    float: left;
    height: 30px;
    border: 1px solid #4795C7;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 41px 0 10px;
    background: url(../img/btn_add_new.png) top right no-repeat;
    font-size: 1.2em;
    margin-left: 42px;
}

.search {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #cdced0;
}

.search fieldset {
    float: left;
}

.search .outer-text {
    float: left;
    border: 1px solid #e0e0e0;
    border-right: 0;
    background: url(../img/search_text.gif) top left repeat-x;
}

.search label {
    float: left;
    width: 25px;
    height: 26px;
    background: url(../img/ico_search.gif) top left no-repeat;
}

.search .text {
    color: #6d6d6d;
    font-size: 1.7em;
    height: 26px;
    padding: 0 5px;
    widht: 232px;
    float: left;
    border: none;
    background: transparent;
}

.search .go {
    float: left;
    width: 32px;
    padding: 0;
    height: 28px;
    background: url(../img/search_btn.gif) top left repeat-x;
    border: 1px solid #4795c7;
    font-size: 1.3em;
    color: #fff;
    font-weight: bold;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.search .counter {
    float: right;
    color: #dadada;
    font-size: 2.3em;
    margin: 0;
    line-height: 1em;
}

.floater {
    width: 100%;
    height: 51px;
    background: url(../img/bg_float_bar.png) left -5px repeat-x;
    position: absolute;
    top: 186px;
    left: 0;
    padding-top: 9px;
}

.floater label {
    float: left;
    color: #6d6d6d;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 10px 0 0;
}

.floater input, #add-image-options input, .news-options input {
    float: left;
    height: 30px;
    background-position: top right;
    background-repeat: no-repeat;
    color: #fff;
    border: 1px solid #4795c6;
    padding: 0 46px 0 10px;
    height: 30px;
    font-size: 1.3em;
}

.floater .publish {
    background-image: url(../img/btn_publish.png);
    margin-right: 8px;
}

.floater .undo, #add-image-options .undo {
    background-image: url(../img/btn_undo.png);
    margin-right: 8px;
}

#add-image-options .undo {
    float: right;
}

.floater .preview {
    background-image: url(../img/btn_preview.png);
}

.floater a.preview {
    float: left;
    display: block;
    width: 69px;
    height: 13px;
    background-position: top right;
    color: #fff;
    padding: 5px 38px 10px 10px;
    font-size: 1.3em;
    border: 1px solid #4795c6;
}

.floater a.preview:hover {
    text-decoration: none;
}

.floater .save, #add-image-options .save, .news-options .save {
    background-image: url(../img/btn_save.png);
    float: right;
    margin-left: 8px;
}

.floater .save-and-continue, #add-image-options .save-and-continue, .news-options .save-and-continue {
    background-image: url(../img/btn_save_and_continue.png);
    float: right;
    margin-left: 8px;
}

.floater .save-and-add, #add-image-options .save-and-add, .news-options .save-and-add {
    background-image: url(../img/btn_save_and_add_new.png);
    float: right;
}

.floater .publish, .floater .save, #add-image-options .save {
    font-size: 1.4em;
    font-weight: bold;
}

.floater .error-msg {
    padding-right: 50px;
}

#add-image-options input.undo {
    float: right;
    border: none;
    background: none;
    color: #0c69a5;
    padding: 0;
    margin: 0;
}

#add-image-options input.undo:hover {
    text-decoration: underline;
}

.fix-me {
    position: fixed;
    top: 0;
    left: 0;
    border-top: 8px solid #B53431;
    z-index: 10;
}

.news-options .save {
    font-weight: bold;
    font-size: 1.4em;
}
    
    
/* CONTEUDOS */
#toc, #news, #faqs {
    float: left;
    width: 100%;
    margin-top: 5px;
}

#toc th, #news th, #faqs th {
    color: #6d6d6d;
    font-weight: bold;
    font-size: 1.4em;
    background: #f2f2f2 url(../img/toc_header.gif) bottom left repeat-x;
    height: 27px;
    border: 1px solid #bfbfbf;
}

#toc tr.even, #news tr.even, #faqs tr.even {
    background-color: #f3f3f3;
}

#toc tr.last, #news tr.last, #faqs tr.last {
    border-bottom: 1px solid #e4e4e4;
}

#toc td, #news td, #faqs td {
    background: transparent;
    border-left: 1px solid #e4e4e4;
}

#toc tr:hover, #news tr:hover, #faqs tr:hover {
    background: #dcdada;
}

#toc .page, #news .page, #faqs .page, #faqs .answer {
    text-align: left;
    width: 628px;
    padding-left: 15px;
    padding-right: 10px;
}

#toc .update, #news .update, #faqs .update {
    width: 155px;
}

#toc td, #news td, #faqs td {
    text-align: center;
    font-size: 1.2em;
    color: #6d6d6d;
    height: 29px;
    vertical-align: middle;
}

#toc .page a {
    text-decoration: none;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 2px 0 1px 20px;
    display: block;
}

#toc .page a:hover, #toc .page a:focus {
    text-decoration: underline;
}

#toc .page a.home {
    background-image: url(../img/ico_home.png);
}

#toc .page a.doc {
    background-image: url(../img/ico_doc.png);
}

#toc .page a.doc-unp {
    background-image: url(../img/ico_doc_unpublished.png);
    color: #60a4d0;
}

#toc .page .level-1 {
    margin-left: 35px;
}

#toc .page .level-2 {
    margin-left: 70px;
}

#toc .page .level-3 {
    margin-left: 105px;
}

#toc .page .level-4 {
    margin-left: 140px;
}

#toc .status-published {
    color: #5c8800;
}

#toc .status-unpublished {
    color: #ff0000;
}

#toc .status-pending {
    color: #ff6600;
}
    

/* actions */
.actions {
    text-align: left;
    width: 228px;
    padding-left: 13px;
    border-left-color: #fff;
}

.actions a {
    float: left;
    height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-right: 5px;
    text-indent: -9000px;
}

.actions a:hover {
    background-position: bottom left;
}

.actions .edit {
    background-image: url(../img/actions/ico_edit.png);
    width: 14px;
}

.actions .duplicate {
    background-image: url(../img/actions/ico_duplicate.png);
    width: 15px;
}

.actions .no-delete {
    margin-right: 23px;
}

.actions .delete {
    background-image: url(../img/actions/ico_delete.png);
    width: 13px;
}

.actions .moveup {
    background-image: url(../img/actions/ico_moveup.png);
    width: 15px;
}

.actions .movedown {
    background-image: url(../img/actions/ico_movedown.png);
    width: 15px;
}

.actions .statusgreen {
    background-image: url(../img/actions/ico_green.png);
    width: 12px;
}

.actions .statusred {
    background-image: url(../img/actions/ico_red.png);
    width: 12px;
}

.actions .preview {
    background-image: url(../img/actions/ico_preview.png);
    width: 14px;
}

.actions .upload {
    background-image: url(../img/actions/ico_upload.png);
    width: 16px;
}

.actions .undo {
    background-image: url(../img/actions/ico_undo.png);
    width: 16px;
}

.actions .metrics {
    background-image: url(../img/actions/chart_curve.png);
    width: 16px;
}

.actions .export {
    background-image: url(../img/actions/icon_excel.gif);
    width: 16px;
}

.actions .state-toggler:hover {
    background-position: top left;
}
    
    
/* EDIT PAGE */
#edit-page {
    float: left;
    width: 100%;
    padding-top: 55px;
}

.no-floater {
    padding-top: 0 !important;
}

.blue-bar {
    float: left;
    width: 1190px;
    font-size: 1.4em;
    color: #fff;
    height: 33px;
    background: url(../img/bg_blue_bar.gif) top left repeat-x;
    border: 1px solid #1372b0;
    border-bottom: none;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.blue-bar .title {
    float: left;
    padding: 0px 20px 0 15px;
    font-weight: bold;
    margin-top: 5px;
}

.blue-bar .info-toggle {
    float: right;
    color: #6aadd8;
    margin: 6px 15px 0;
}

.blue-bar:hover .info-toggle {
    color: #fff;
}

.blue-bar-toggler .info-toggle-off, .blue-bar-toggler-on .info-toggle-on {
    display: none;
}

.blue-bar-toggler-on {
    border-bottom: 1px solid #1372b0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blue-bar-toggler-on .info-toggle-off {
    display: block;
}

.blue-bar-toggler {
    cursor: pointer;
}

.blue-bar-toggler .title {
    background: url(../img/arrow_white_up.gif) right center no-repeat;
}

.blue-bar-toggler-on .title {
    background-image: url(../img/arrow_white_down.gif);
}

.grey-box {
    float: left;
    width: 1190px;
    border: 1px solid #cecece;
}

.grey-box section {
    float: left;
    width: 100%;
}

.grey-box h4 {
    background: #e6e6e6;
    color: #6d6d6d;
    margin: 0;
    padding: 4px 0 4px 15px;
    font-size: 1.4em;
}

.grey-box h4.error {
    color: #ca0000;
}

.grey-box h4.has-button {
    float: left;
    width: 100%;
    padding: 3px 0;
}

.grey-box h4.has-button span {
    padding: 6px 0 0 15px;
    float: left;
}

.grey-box h4 .note {
    font-weight: normal;
    font-size: 0.8em;
    margin-left: 15px;
}

.error h4 {
    color: #ca0000;
}

.grey-box section > div {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #cdced0;
    padding: 4px 0;
}

.grey-box section.last > div {
    border: none;
}

#edit-page .grey-box {
    border-top: 0;
    padding-top: 4px;
}

.grey-box fieldset {
    float: left;
    width: 100%;
    padding: 4px 0;
}


.grey-box fieldset.half, .grey-box div.half {
    width: 500px;
}

.grey-box fieldset.quarter, .grey-box div.quarter {
    width: 250px;
}

.grey-box fieldset.no-text label {
    padding-top: 0;
}

.grey-box fieldset.label-margin {
    padding-left: 133px;
}

.grey-box fieldset.last {
    padding-bottom: 0;
}

.grey-box .inline-error {
    float: left;
    display: inline-block;
    color: #ca0000;
    padding-left: 10px;
    font-size: 1.2em;
}

.grey-box label {
    float: left;
    width: 128px;
    text-align: right;
    margin-right: 5px;
    color: #6d6d6d;
    font-size: 1.2em;
    padding-top: 4px;
}

.grey-box .imp {
    font-weight: bold;
}

.grey-box label.inline {
    float: none;
    position: relative;
    top: 1px;
}

.grey-box .help {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../img/btn_help.png) top left no-repeat;
    margin: 5px 0 0 3px;
}

.grey-box .help:hover, .page-info .help:focus {
    background-position: bottom left;
}

.grey-box .text {
    width: 335px;
}

.grey-box textarea.text {
    height: 103px;
    padding: 5px;
}

.grey-box textarea.big {
    margin: 5px 10px;
    width: 1159px;
}

.grey-box textarea.half-big {
    float: left;
    margin: 5px 10px;
    width: 300px;
}

.grey-box label.textarea-label.half-big {
    display: block;
    width: 300px;
    padding: 5px;
    margin: 0 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.grey-box fieldset .note {
    float: left;
    font-size: 1.2em;
    clear: both;
    padding: 10px 0 0 42px;
}

.page-url label {
    width: 50px;
}

.grey-box .dl {
    padding-top: 0;
    line-height: 1em;
}

.grey-box .error label {
    color: #ca0000;
}

.grey-box .error .text {
    border-color: #ca0000;
}

.grey-box .error select {
	border:1px solid #ca0000;
}

.grey-box .radios {
    float: left;
}

.grey-box .radios label {
    width: auto;
    margin-left: 10px;
    margin-right: 25px;
}

.grey-box .radios input {
    margin-left: 5px;
}

.grey-box .target {
    width: auto;
    margin-left: 20px;
}

.grey-box select {
    float: left;
    font-size: 1.2em;
    color: #6d6d6d;
    height: 25px;
}

.grey-box .page-type select {
    margin-top: 4px;
}

.grey-box .page-type .error .radios label, .grey-box .page-type .error .target {
    color: #6d6d6d;
}

.grey-box .page-type .error .text {
    border-color: #cac8c8;
}

.grey-box h4 .radios {
    float: none;
    display: inline;
    margin-left: 46px;
}

.grey-box h4 label {
    float: none;
    font-size: 0.8em;
    font-weight: normal;
}

.grey-box .text-date, .grey-box .text-time, .grey-box input.small {
    width: 85px;
}

.grey-box .date-block, .grey-box .time-block {
    float: left;
}

.grey-box .date-block label, .grey-box .time-block label {
    width: 41px;
    text-align: left;
    padding-left: 13px;
}

.grey-box .date-block a, .grey-box .time-block a {
    text-decoration: none;
    float: left;
}

.grey-box .date-block a:hover, .grey-box .time-block a:hover {
    text-decoration: underline;
}

.grey-box .splitter {
    color: #c6c6c6;
    float: left;
    width: 10px;
    font-size: 1.5em;
}

.grey-box .date-block img, .grey-box .time-block img {
    float: left;
    margin-top: 3px;
}

.grey-box .default-time {
    float: left;
    color: #6d6d6d;
    font-size: 0.9em;
    margin: 4px 0 0 5px;
    width: 176px;
}

.grey-box .final-date {
    width: 176px;
    cursor: default;
}

.grey-box .page-options label {
    float: none;
    width: auto;
}

.grey-box .page-options ul {
    list-style: none;
    margin: 0;
    padding: 7px 0 10px 10px;
}

.grey-box .page-options ul li {
    padding-top: 3px;
}

.grey-box .page-options input {
    margin-right: 5px;
}

.grey-box [type="radio"], .grey-box [type="checkbox"] {
    vertical-align: middle;
}

.grey-box h4 .add-content {
    float: right;
    height: 30px;
    border: 1px solid #4795C7;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 47px 0 10px;
    background: url(../img/btn_add_block.png) top right no-repeat;
    margin-right: 3px;
}

.grey-box .editor {
    float: left;
    width: 976px;
    padding: 7px 0 0 10px;
}

.grey-box .tmce {
    float: left;
}

.grey-box .editor > p {
    color: #6d6d6d;
    font-size: 1.4em;
    font-weight: bold;
    margin: 3px 0 10px;
}

.grey-box .editor-news {
    padding-bottom: 10px;
}

/* Metrics */
.grey-box span.metrics {
    float: left;
    width: 50px;
    text-align: left;
    margin-right: 5px;
    color: #6d6d6d;
    font-size: 1.2em;
    padding-top: 4px;
    font-weight: bold;
}

.grey-box span.metrics-links {
    width: 50px;
    text-align: left;
    margin-right: 5px;
    color: #6d6d6d;
    font-size: 1.2em;
    padding-top: 4px;
    font-weight: bold;
    margin-left: 15px;
}

h3.metrics {
    color: #6d6d6d;
    margin: 0;
    padding: 4px 0 4px 15px;
    font-size: 1.4em;
}
div.metrics-graph {
    width: 30% !important;
    padding: 20px !important;
    border-bottom: none !important;
}

.grey-box .editor-options, .news-options {
    float: left;
    width: 100%;
    padding: 10px 0 29px;
}

.editor-options label {
    width: auto;
    padding-top: 2px;
}

.editor-options a {
    float: left;
    width: 15px;
    height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0 4px;
}

.editor-options .moveup {
    background-image: url(../img/actions/ico_moveup.png);
}

.editor-options .movedown {
    background-image: url(../img/actions/ico_movedown.png);
}

.editor-options select {
    margin: 0 14px 0 10px;
}

.editor-options .remove, .add-remove {
    float: left;
    background: url(../img/btn_remove.png) top right no-repeat;
    font-size: 1.1em;
    color: #fff;
    border: 1px solid #4795c6;
    padding: 0 47px 0 10px;
    height: 30px;
}

.editor-options .save {
    float: right;
    background: url(../img/btn_save.png) top right no-repeat;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    border: 1px solid #4795c6;
    padding: 0 46px 0 10px;
    height: 30px;
}

.editor-options .error-msg, .floater .error-msg, .news-options .error-msg {
    float: right;
    color: #ca0000;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 3px 10px 0 0;
    background: url(../img/ico_error.png) left center no-repeat;
    padding-left: 20px;
}

.editor-options .small-items {
    float: left;
    margin-top: 7px;
}

.grey-box .page-video label {
    padding-top: 2px;
    line-height: 1em;
}

.grey-box .page-video label span {
    font-size: 0.7em;
}

.grey-box .record-images {
    padding-top: 0;
}

.grey-box .record-images ul {
    float: left;
    margin: 0;
    padding: 0 10px 10px 10px;
    list-style: none;
}

.grey-box .record-images li {
    position: relative;
    float: left;
    border: 1px solid #cecece;
    padding: 10px;
    margin: 10px 10px 0 0;
    width: 124px;
    height: 185px;
}

.grey-box .record-images li img {
    display: block;
    margin: 0 auto;
    max-width: 122px;
    max-height: 107px;
}

.grey-box .record-images li .remove {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: url(../img/btn_remove.png) top right no-repeat;
    font-size: 1.1em;
    color: #fff;
    border: 1px solid #4795c6;
    padding: 0 47px 0 10px;
    height: 30px;
    clear: both;
    margin: 0 0 0 9px;
}

.grey-box .record-images li .edit {
    position: absolute;
    bottom: 45px;
    left: 10px;
    background: url(../img/btn_editphoto.png) top right no-repeat;
    font-size: 1.1em;
    color: #fff;
    border: 1px solid #4795c6;
    padding: 0 47px 0 10px;
    height: 30px;
    clear: both;
    margin: 0 0 0 9px;
}

.grey-box .record-images .add-image {
    display: block;
    background: url(../img/btn_add_image.png) top right no-repeat;
    font-size: 1.1em;
    color: #fff;
    border: 1px solid #4795c6;
    padding: 0 43px 0 10px;
    height: 30px;
    margin: 10px;
    clear: both;
}

.grey-box .record-images .drop-image {
    float: right;
    margin: 10px;
}

#add-image .blue-bar {
    width: 100%;
}

#add-image .grey-box {
    width: 912px;
}

#add-image-options {
    display: none;
}

.image-options {
    width: 900px !important;
    padding-right: 8px !important;
    float: right !important;
}

.grey-box section.last div.multi-image {
    width: 300px;
}

.multi-image fieldset.half {
    width: 100%;
    padding-left: 12px;
}

.multi-image fieldset p.note {
    padding-left: 0;
}

.grey-box .text {
    border: 1px solid #cac8c8;
    height: 23px;
    background: url(../img/edit_text.gif) top left repeat-x;
    padding: 0 5px;
    font-size: 1.2em;
    color: #3f3f3f;
    float: left;
}

.lt-ie9 #edit-page .text {
    height: 18px;
    padding-top: 5px;
}

#edit-page .disabled {
    background: #eaeaea;
}

.tooltip {
    border: 1px solid #bfbfbf;
    padding: 10px;
    background: #f3f3f3;
    color: #0c69a5;
    width: 200px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2em;
    display: none;
    z-index: 9999;
}
    
/* NEWS TABLE */
#news .actions, #faqs .actions {
    width: 80px;
}

#news th.actions, #faqs th.actions {
    text-align: center;
    padding: 0;
}

#news .actions a, #faqs .actions a {
    margin-right: 11px;
}

#news .actions .statusgreen, #news .actions .statusred, #faqs .actions .statusgreen, #faqs .actions .statusred {
    margin-right: 0;
}

.table-sort td.page a {
    text-decoration: none;
}

.table-sort td.page a:hover, .table-sort td.page a:focus {
    text-decoration: underline;
}

.table-sort th a {
    color: #6d6d6d;
    text-decoration: none;
    padding-right: 12px;
    background-position: right center;
    background-repeat: no-repeat;
}

.table-sort th a:hover, #news th a:focus {
    text-decoration: underline;
}

.table-sort th .order-down-off {
    background-image: url(../img/sort_down_off.gif);
}

.table-sort th .order-down-on {
    background-image: url(../img/sort_down_on.gif);
    color: #0c69a5;
}

.table-sort th .order-up-off {
    background-image: url(../img/sort_up_off.gif);
}

.table-sort th .order-up-on {
    background-image: url(../img/sort_up_on.gif);
    color: #0c69a5;
}

#news .page {
    width: auto;
}

#news-holder {
    float: left;
    width: 1008px;
}

#metrics-holder {
    width: 100%;
    padding-top: 0px !important; 
}

#faqs td {
    vertical-align: top;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
}

#faqs .page {
    width: 200px;
}

#faqs .answer {
    width: auto;
}

#faqs .tags {
    text-align: left;
    padding-left: 20px;
    width: 140px;
    padding-right: 8px;
}

#filters {
    float: right;
    width: 162px;
}

#filters h4 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
    font-size: 1em;
    margin: 7px 0 0;
    height: 23px;
}

#filters h4 span {
    float: left;
    color: #B53431;
    text-transform: uppercase;
    font-size: 1.4em;
}

#filters h4 a {
    float: right;
    font-size: 0.9em;
    text-decoration: none;
    margin-top: 3px;
}

#filters h4 a:hover, #filters h4 a:focus {
    text-decoration: underline;
}

#filters ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 6px 0 0;
    padding: 0;
}

#filters ul li {
    clear: both;
    padding: 2px 0;
}

#filters .filter {
    color: #6d6d6d;
    font-size: 1.4em;
    font-weight: bold;
}

#filters ul a {
    font-size: 1.1em;
    text-decoration: none;
    padding: 3px 4px;
    width: 154px;
    float: left;
}

#filters ul a:hover, #filters ul a:focus {
    text-decoration: underline;
    padding-left: 10px;
    width: 148px;
}

#filters ul .active, #filters ul .active:hover, #filters ul .active:focus {
    color: #ffffff;
    background: #5d5d5d;
    text-decoration: none;
    display: inline;
    width: auto;
    padding-left: 4px;
    cursor: default;
}

#table-options {
    float: left;
    width: 100%;
    padding: 24px 0 0;
}

#table-options .export {
    float: left;
    height: 30px;
    border: 1px solid #4795C7;
    color: #FFFFFF;
    padding: 0 44px 0 10px;
    background: url(../img/btn_export.png) top right no-repeat;
    margin-right: 3px;
    font-size: 1.1em;
}

#table-options a.export {
    height: 20px;
    padding-top: 6px;
}

#table-options a.export:hover {
    text-decoration: none;
}

#table-options .add-new {
    float: right;
}

#pages {
    float: left;
}

#pages .prev, #pages .next {
    font-size: 1.1em;
    text-decoration: underline;
    float: left;
    text-decoration: none;
    margin-top: 8px;
}

#pages .prev:hover, #pages .prev:focus, #pages .next:hover, #pages .next:focus {
    text-decoration: underline;
}

#pages .prev {
    background: url(../img/arrow_page_left.gif) left center no-repeat;
    padding-left: 8px;
    margin-right: 4px;
}

#pages .next {
    background: url(../img/arrow_page_right.gif) right center no-repeat;
    padding-right: 8px;
    margin-left: 4px;
}

#pages .pages {
    float: left;
}

#pages .pages a {
    float: left;
    width: 35px;
    background: url(../img/bg_btn.gif) top left repeat-x;
    height: 24px;
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4795C7;
    margin: 0 3px;
    padding-top: 4px;
}

#pages .pages a:hover {
    border-color: #B53431;
}

#pages .pages a.on {
    background-image: url(../img/bg_btn_off.png);
    color: #6d6d6d;
    border-color: #c0c8cc;
}

#lb-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
    z-index: 2147483640;
}

#lightbox {
    position: fixed;
    top: 70px;
    left: 50%;
    margin-left: -475px;
    width: 950px;
    display: none;
    width: 1030px;
    margin-left: -515px;
    z-index: 2147483640;
}

#lightbox .close {
    float: right;
    height: 31px;
    background: url(../img/bg_close_lb.png) top left repeat-x;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    padding: 0 10px;
    text-transform: uppercase;
    margin: 0 1px 0 0;
}

.lt-ie8 #lightbox .close {
    width: 50px;
}

#lightbox .close:hover {
    background-position: bottom left;
}

#lightbox .close span {
    background: url(../img/btn_close_lb.png) right 3px no-repeat;
    padding-right: 12px;
    margin-top: 8px;
    float: right;
}

#lightbox > div {
    float: left;
    width: 912px;
    padding: 17px 59px 9px;
    border-top: 10px solid #B53431;
    background: #fff;
    position: relative;
}

#lightbox .page-title .remove {
    float: right;
    background: url(../img/btn_remove.png) top right no-repeat;
    font-size: 1.1em;
    color: #fff;
    border: 1px solid #4795c6;
    padding: 0 47px 0 10px;
    height: 30px;
}

#lightbox .select-all {
    float: right;
    color: #0c69a5;
    font-size: 1.1em;
    margin: 6px 21px 0 0;
}

#lightbox .select-all input {
    margin-left: 5px;
}

#lightbox .select-all:hover {
    text-decoration: underline;
}

.is-ie #lightbox .select-all input {
    vertical-align: middle;
}

#lightbox .search {
    float: right;
    width: auto;
    padding: 0;
    margin: 0 0 0 21px;
    border: none;
}

#lightbox .search fieldset {
    margin: 1px 0 0;
}

#lightbox .search .text {
    width: 145px;
}

#lightbox .arrow {
    position: absolute;
    top: 298px;
    background: url(../img/setas.png) top left no-repeat;
    width: 27px;
    height: 44px;
}

#lightbox .arrow-prev {
    left: 10px;
}

#lightbox .arrow-prev:hover {
    background-position: bottom left;
}

#lightbox .arrow-next {
    right: 10px;
    background-position: top right;
}

#lightbox .arrow-next:hover {
    background-position: bottom right;
}

#lightbox #edit-page {
    padding-top: 0px;
}

#lightbox .image-preview {
    max-width: 205px;
}

#lightbox .image-preview img {
    max-height: 105px;
}
        
        
    /* Inline gallery */
.image-list {
    float: left;
    width: 912px;
    list-style: none;
    margin: 0 0 9px 0;
    padding: 0 0 14px;
    border-bottom: 1px dotted #cdced0;
}

.image-list li {
    float: left;
    width: 122px;
    border: 1px solid #e2e2e2;
    padding: 8px 9px 0;
    text-align: center;
    color: #6d6d6d;
    font-size: 1.1em;
    margin: 9px 12px 0 0;
}

.image-list li.last {
    margin-right: 0;
}

.image-list table {
    width: 100%;
    height: 107px;
}

.image-list table td {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.image-list li p {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
    line-height: 1.2em;
}

.image-list .options a {
    display: inline-block;
    width: 14px;
    height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: -9000px;
    vertical-align: middle;
}

.image-list .edit {
    background-image: url(../img/actions/ico_edit.png);
    margin: 0 10px;
}

.image-list .delete {
    background-image: url(../img/actions/ico_delete.png);
}

#inline-gallery .add-new {
    display: none;
}

.filereader #inline-gallery .add-new {
    display: block;
}
        
/* Thumb view */
#thumb-view table {
    margin-top: 0px;
    border-right: 1px solid #e4e4e4;
}

#thumb-view table tr:hover {
    background: none;
}

#thumb-view table tr td {
    width: 238px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

#thumb-view table tr td .image-details {
    display: block;
    word-wrap: break-word;
    width: 217px;
    margin: 0 auto;
    padding: 0 10px;
}

#thumb-view table tr td .actions {
    height: 16px;
    padding: 10px 0;
    margin: 0 auto;
    width: 50px;
}

#thumb-view table tr td .actions a.edit {
    margin-left: 0;
}

#thumb-view table tr td .actions a.delete {
    float: right;
}

#thumb-view table tr td .img-container {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
}

#thumb-view table tr td .img-container img {
    max-width: 100px;
}

/* Gallery module - edit view */
.edit-image .page-info {
    float: left;
    width: 500px;
}

.edit-image .image-preview {
    float: left;
    max-width: 335px;
    margin: 8px 0 0 100px;
}

.edit-image .image-preview img {
    display: block;
    max-width: 335px;
    max-height: 207px;
    margin: 0 auto;
}

.edit-image .image-preview .image-info {
    padding: 10px 0 20px 0;
    font-size: 1.1em;
}

.edit-image .image-preview .image-info a {
    float: right;
}

.edit-image .drop-image {
    float: right;
    margin: 10px;
}

.multiple-images .drop-image {
    float: right;
    margin: 10px;
}

/* FOOTER */
footer {
    float: left;
    width: 100%;
    border-top: 1px dotted #cdced0;
    margin: 49px 0 0;
    padding: 9px 0 18px;
}

footer #logo {
    float: left;
}

footer .info {
    float: right;
    line-height: 1.2em;
}

footer .info span {
    float: right;
    color: #b0b0b0;
    font-size: 1.1em;
    padding: 5px 0;
}

footer .info .address {
    text-align: right;
    border-right: 1px solid #e3e3e3;
    padding-right: 18px;
    margin-right: 18px;
}

footer a {
    color: #b0b0b0;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
        
        
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/* shared elements */
.drop-image {
    display: none;
    width: 60px;
    height: 60px;
    padding: 20px;
    border: 5px dashed #e2e2e2;
    font-size: 1.6em;
    color: #ccc;
    text-align: center;
}

.drop-image.dragover {
    border-color: yellow;
}

.filereader .drop-image {
    display: block;
}

/* modal gallery */
#lightbox .image-list {
    height: 482px;
}

#lightbox .image-list li {
    cursor: pointer;
    transition: all 0.2s ease-out;
}

#lightbox .image-list li:hover {
    background-color: #4795c7;
    color: #fff;
    border-color: #000;
    transition: all 0.2s ease-in;
}

html.loading,html.loading:hover,html.loading * {
    cursor: wait!important;
}

/* Progress bar */
.progressbar {
    position: fixed;
    top: 80px;
    right: 50px;
    width: 190px;
    height: 274px;
    z-index: 2147483641;
}

.progressbar p {
    margin: 0;
    width: 188px;
    text-align: center;
    float: none;
    cursor: move;
}

.progressbar p span.title {
    float: none;
    display: block;
    padding-top: 0px;
}

.progressbar .bg {
    float: left;
    background-color: #4795c7;
    padding: 20px;
}

.progressbar input {
    color: #fff;
}

.progressbar progress {
}

.datelist {
    float: left;
    width: 630px;
    border-right: 1px solid #eee;
    margin: 0 !important;
    padding-right: 0 !important;
}

.datelist li {
    float: left;
    width: 630px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.datelist li.even {
    background-color: #fefefe;
}

.datelist li.odd {
    background-color: #fafafa;
}

.datelist li .actions {
    float: right;
    margin-right: 15px;
}

.datelist li input.text {
    width: 76px;
}

.datelist li .actions {
    width: auto;
}

.datelist li .date-label {
    width: 40px;
    text-align: right;
}

.datelist li .no-padding {
    padding-left: 0;
}

.datelist li .date, .datelist li .time {
    float: left;
}

.datelist li .time {
    margin-top: 3px;
}

.datelist li .weekdays label {
    margin: 0 20px 0 3px;
}

.datelist, .datelist p {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.datelist p {
    margin-top: 10px;
}

.datelist ul, .datelist li {
    list-style: none !important;
}

.spc-row {
    float: left;
    padding-right: 20px;
    border: none;
}

.spc-left {
    float: left;
    padding-right: 20px;
}

.spc-left label {
    width: 85px !important;
}

.weekdays {
    float: left;
    padding: 20px 0 5px 12px;
    border: none;
}

.date-column {
    width: 230px;
    float: left;
    border: none;
}

.allday-row {
    padding: 5px 0 15px 12px;
}

p.inline {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

p.error {
    font-weight: bold;
    color: #ca0000;
}

p.message {
}

/* telenovelas */
.grey-box section.bottom-bordered {
    border-bottom: 1px dotted #cdced0;
}

.grey-box section > .type-fields {
    float: left;
    width: 345px;
    padding-left: 50px;
    border-right: 1px dotted #cdced0;
    border-bottom: none;
}

.grey-box section > .last {
    border-right: none;
}

.grey-box section > .type-fields h3 {
    padding-left: 85px;
}

.grey-box section > .type-fields label {
    width: 80px;
}

.grey-box section > .type-fields .date-block label {
    width: auto;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */;
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    margin: 0;
}

.f100 {
    width: 100%;
    float: left;
}

.no-wrap {
    white-space: nowrap;
    overflow: auto;
}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    } /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* boticario */
.checkbox-list .column {
    float: left;
    width: 150px;
    padding-left: 20px;
}

.checkbox-list .column label {
    width: 140px;
}

.checkbox-list .column label {
    text-align: left;
    margin-bottom: 4px;
}

input[disabled], input[readonly] {
    color: #979797 !important;
}

.alert {
    font-size: 2em;
    background-color: #B6FF9B;
    text-align: center;
    padding: 1.4em 0
}

#zones-filter {
    float: right;
    margin: 5px 20px 0 0;
}

#zones-filter select {
    float: left;
    font-size: 1.2em;
    color: #6d6d6d;
    height: 20px;
    width: 150px;
}

#zones-filter select.municipality {
    margin: 0 3px;
}

#zones-filter input[type=submit] {
    margin-left: 3px;
    height: 20px;
}

.order input[disabled] {
    color: #3f3f3f !important;
}

.order select[disabled] {
    color: #6d6d6d !important;
}
.no-input {
    font-size: 1.2em;
    color: #3f3f3f;
    float: left;
    padding-left: 10px;
    padding-top: 3px;
}