html,
body {
    height: 100%;
    color: #4a4a4a;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    font-weight: bold;
}

.logo {
    background-image:url('../../whitelabel/small_logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    height:60px;
    width:220px;
    margin:5px 0 5px 15px;
    display:inline-block;
}

.logo-center {
    margin: 40px auto;
}

.logo-big {
    background-image:url('../../whitelabel/big_logo.png');
    background-repeat: no-repeat;
    background-position: center;
    width:440px;
    height:200px;
}

#client_name {
    font-size: 16px;
    padding: 4px;
}

#project_name {
    font-size: 20px;
    padding: 4px;
}

.gray_bg {
    background-color: #f5f5f5;
}

.mono, .label-mono {
    font-family: Consolas, "Courier New", Courier, monospace;
}

/*
 * accordion multi
 */

.accordion-multi .accordion-group .accordion-heading {
    transition: all .5s;
}

.accordion-multi .accordion-group {
    border-width: 2px;
    transition: border-color .5s;
}

.accordion-multi .accordion-group.selected .accordion-heading {
    background-color: #f5f5f5;
    transition: all 1s;
}

.accordion-multi .accordion-group.selected {
    border-color: #000;
    border-width: 2px;
    transition: all 1s;
}

/*
 * text editor
 */

textarea {
    resize: none;
}

/*
.texteditor {
    margin: 0 !important;
}

.texteditor .panel-heading,
.texteditor .panel-body,
.texteditor .panel-footer {
    padding: 4px;
    font-size: inherit;
    font-weight: inherit;
}

.texteditor ul.nav {
    margin: 2px;
}

.texteditor textarea {
    resize: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.texteditor div.display {
    margin: -10px;
    padding: 0;
    height: 60px;
    overflow: auto; 
    border: 0;
    display: none;
}

.texteditor div.display textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 */

/*
 * Lotes
 */

div.dispatch {
    margin-bottom: 4px !important;
}

ul.errorlist {
    margin: 0 2px 0 15px;
}

#dispatches td .progress {
    height: 8px;
    margin: 2px;
}

.batch-progress {
    margin: 6px 0;
}

.accordion-inner:last-child table.table {
    margin-bottom: 2px;
}

input#filename {
    background: none;
}

.batch_status_scheduled { background-color: #000000; }
.batch_status_blocked { background-color: #9a2268; }
.batch_status_stopped { background-color: #c2472a; }
.batch_status_sending { background-color: #1e8c4b; }
.batch_status_finished {  }
.batch_status_canceled { background-color: #c2682a; }

/*
 * currency
 */

.currency {
    text-align: right;
}

/*
 * Relatorios
 */

.report_table {
    margin-bottom: 15px;
    border-width: 3px;
}

.report_table th, .report_table td {
    border-right: 1px solid #DDD;
    white-space: nowrap;
}

.report_table th:last-child, .report_table td:last-child {
    border-right: 0;
}

.report_table th {
    text-align: center;
}

.report_table th.h_label {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    overflow-x: hidden; 
}

.report_table .accordion-inner {
    overflow-x: scroll; 
}

/*
 * Pagination
 */

.pagination.pull-right {
    margin: 8px 0 8px 10px;
}

.pagination.pull-left {
    margin: 8px 10px 8px 0;
}


/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: -8px auto -26px auto;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 26px;
}

#header, #push_header {
    height: 8px;
}


/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#footer p {
    margin: 3px 0;
    color: white;
    font-size: 9pt;
}

#footer a {
    text-decoration: None;
    font-weight: bold;
    color: #ffffff;
}

div#project {
    font-size: 120%;
    padding: 3px;
}

h1, h2, h3 {
    font-family: verdana, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 20px;
    line-height: 30px;
}

h2 {
    font-size: 16px;
    line-height: 20px;
}

h3 {
    font-size: 14px;
    line-height: 20px;
}

h4 {
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: normal;
}

legend {
    font-size: 18px;
    margin-bottom: 12px;
}

.asteriskField{
    color: red;
    padding-left:1px;
}

#change_active_project {
    display: none;
}

.scrollable {
    position:absolute;
    top:230px;
    bottom:90px;
    overflow-y: scroll;
}

.nowrap {
    white-space: nowrap;
}


.detail {
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.dialog_spinner {
    text-align: center;
    padding: 100px;
}
    

/*
 * Tooltips
 */

.one-line-panel {
    padding: 8px 15px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

/*
 *  Bootstrap Panel
 */

.panel {
    padding: 15px;
    margin: 20px 0;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
    padding: 10px 15px;
    margin: -15px -15px 15px;
    font-size: 15px;
    font-weight: 500;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-footer {
    padding: 10px 15px;
    margin: 15px -15px -15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-warning {
    border-color: #fbeed5;
}

.panel-warning .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.panel-danger {
    border-color: #eed3d7;
}

.panel-danger .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel form, .panel table, table.table-no-margin {
    margin-bottom: 0;
}

/*
 * Bootstrap fixes
 */


td.text-right, th.text-right {
    text-align: right !important;
}

td.text-center, th.text-center {
    text-align: center !important;
}

td.text-left, th.text-left {
    text-align: left !important;
}

a.btn-block > i.pull-left {
    margin: 3px -10px auto 10px;
}

/*
 * Login
 */

.form-horizontal.small .control-label {
    width: 90px !important;
}

.form-horizontal.small .controls {
    margin-left: 110px;
}

.panel-narrow {
    margin: auto 40px;
}


/*
 * Forms
 */

.pills_select_widget ul {
    margin-bottom: 2px;
}

.list_field_widget input {
    display: none;
}

.fl_row td {
    text-align: center;
}

.form-buttons {
    text-align: right;
    margin: 25px 15px 10px 0;
}

.controls .alert {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 4px 8px;
}

span > label {
    display: inline;
    margin-left: 15px;
}

/*
 * Show views
 */

p.field {
    font-weight: bold;
    text-align: right;
}

p.info, p.field {
    padding-top: 8px;
    margin-bottom: 8px;
}

p.info .label {
    padding: 5px 8px;
    font-weight: normal;
    font-size: 14px;
}

div.panel.info {
    margin: 10px 0;
    padding: 10px;
}

code {
    color: #333333;
}


/*
 * List views
 */

table#object_list {
    border: 3px solid #ccc;
}

table#object_list td {
    vertical-align: middle;
}

table#object_list td.actions {
    text-align: right;
}

table#object_list td h5 {
    margin: 0px;
}

/*
 * Mensagens
 */

#messages {
    padding-top: 5px;
    padding-bottom: 5px;
}

#messages li.message {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.2em;
    list-style: none;
    margin-bottom: 2px;
}


/*
 * Help
 */

.tm {
    font-weight: normal;
    font-family: verdana, sans-serif;
}

.help_content h1,
.help_content h2,
.help_content h3 {
    margin-top: 30px;
    border-bottom: 3px solid;
}

.help_content th {
    border-bottom: 1px solid;
}

.help_content ul ul {
    margin-bottom: 12px;
}

/*
 * Tour: Fazemos aqui um workaround para colocar o backgrop na frente de todos os controles, para que nenhum
 * fique clicavel. Com isto, perdemos sua funcionalidade de destacar o elemento relacionado ao passo. Assim,
 * delegamos esta funcionalidade ao fundo do passo, adicionando a ele uma borda que fará o destaque.
 */

.tour-backdrop {
    z-index: 1101 !important;
    opacity: 0.1 !important;
}

.popover[class*="tour-"] {
    z-index: 1102 !important;
}

.tour-step-background {
    border: 2px solid red;
    background-color: hsla(0, 100%, 50%, 0.05) !important;
}

.popover.tour .btn.disabled {
    display: none;
}

/*
 * Credit display
 */

.credit_display h2 {
    margin: 5px 0;
}

