﻿.dv-login {
    background-color: #F7F7F7;
    height: 100%;
    width: 100%;
}

    .dv-login > .grid {
        height: 100%;
    }

    .dv-login .image {
        margin-top: -100px;
    }

    .dv-login .column {
        max-width: 450px;
    }
    
    .dv-login .ui.buttons {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }

        .dv-login .ui.buttons .or {
            width: 0;
        }

        .dv-login .ui.buttons .button {
            width: 50%;
            margin-bottom: 5px;
        }

.main {
    margin-top: 15px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.ui.dividing.header {
    font-size: 1.5em;
}

.ui.menu.sidebar {
    background: #2185d0 !important;
}

.grid .column {
    text-align: center;
}

/*input[type='file'] {
    display: none;
}*/

.input-wrapper {
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    height: 38px;
}

    .input-wrapper label {
        background-color: #CACBCD;
        border-top-right-radius: 0.28571429rem;
        border-bottom-right-radius: 0.28571429rem;
        color: rgba(0, 0, 0, 0.6);
        margin: 0px;
        padding: 8.4px 20px;
        float: right;
        cursor: pointer;
    }

    .input-wrapper span {
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 8px;
        display: block;
        font-size: 10px;
        max-width: 100%;
        overflow: hidden;
    }

    .input-wrapper label:hover {
        background-color: #2980b9;
    }

.button.btn-upload {
    padding: 10px;
    background-color: #3498db;
}

    .button.btn-upload i {
        margin: 0px !important;
        color: #FFF !important;
    }

.field-validation-error,
.error {
    text-align: center;
    display: block;
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
    padding: 5px;
    margin-top: 7px;
}

.hide {
    display: none !important;
}

.error p {
    margin: 0;
}

.error i {
    float: left;
    padding: 9px;
}

.error .validation-summary-errors ul {
    margin: 0 !important;
}

.center {
    text-align: center;
}

.dv-waiting {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
}

    .dv-waiting img {
        text-align: center;
        margin: auto;
        display: table;
        margin-top: 20%;
    }

body, .segment {
    background: #F2F4F8 !important;
}

.form .segment {
    padding: 6px !important;
    background: #FFF !important;
}

.form-actions {
    display: inline-block;
    border-top: 1px solid #CCC;
    padding-top: 4px;
    text-align: right;
    width: 100%;
}

/*.pushable,
.ui.menu.sidebar
{
    height:800px;
}*/
/*.pusher
{
    padding:0;
    margin:0;
    min-height:50% !important;
    max-height:80% !important;
}

.pushable
{
    min-height:50% !important;
    max-height:80% !important;
}

html, body
{
    height: auto !important;
}*/

.ui.grid {
    margin: 0;
}

input[readonly], input[readonly="readonly"],
textarea[readonly], textarea[readonly="readonly"] {
    background: #EFF0F1 !important;
}

.modal .actions {
    height: 50px;
    padding: 6px !important;
}

.message {
    display: block;
}

.money {
    text-align: right;
}

.ui.menu {
    border-radius: 0 !important;
}

.ui.checkbox {
    margin-top: 2em;
    margin-left: 1em;
}

.ui.modal iframe {
    width: 100%;
    height: 100%;
}

.ui.large.modal {
    height: 90%;
    padding: 10px;
    background: #f2f4f8;
}

.pushable {
    height: auto !important;
    min-height: 80% !important;
}

.ui.footer p {
    font-size: 11px;
}

.ui.footer {
    /*position: fixed;
    bottom: 0;*/
    width: 100%;
    background: #2185D0 !important;
    color: #FFF;
    text-align: center;
    border-radius: 0;
}

html, body {
    height: 99%;
}

.article {
    margin-bottom: 10px;
}

.modal .content input,
.modal .content textarea {
    width: 100%;
}

.input-label {
    border: 0 !important;
}

.table .links a {
    padding: 5px;
    cursor: pointer;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.no-margin {
    margin: 0px !important;
}

.dv-login h4 {
    padding: 3px;
    margin: 3px;
}

.small.modal {
    height: 200px;
}

.ui.selection.dropdown .menu > .disabled.item {
    font-weight: bold !important;
    opacity: 100 !important;
    color: #000 !important;
    padding-left: 1em !important;
}

.ui.selection.dropdown .menu > .item {
    padding-left: 2em !important;
}

.ui.statistic .label {
    margin-top: 1em !important;
}

/*.ui.dividing.header,
.ui.vertical.segment {
    text-align: left;
}
.ui.form .field > label
{
    text-align:left;
}*/

a:hover,
a.i:hover,
.button label:hover,
.button:hover
{
    cursor:pointer !important;
}

.table td.orange
{
    color:orange;
}
.table td.green
{
    color:green;
}

.article
{
    min-height:500px;
}

.table tr.child td
{
    padding-left: 3em;
}

.dropdown .menu.visible
{
    overflow-y:scroll !important;
    max-height:200px !important;
}

.dv-fornecedor input[type="text"]
{
    width:88% !important;
}
.dv-fornecedor a
{
    margin-left:1% !important;
    width:10% !important;
}

.ui.scroll
{
    overflow-x:scroll;
    margin-top:10px;
    height:300px;
}

.menu-status .row .column
{
    font-size:0.9em !important;
    line-height:1.2em !important;
    border-left:1px solid #000;
    width:12.5% !important;
}

.detalhe-exercicio .row .column {
    width: 14.2% !important;
}

.menu-status .column:first-child
{
    border-left:0;
}

.menu-status .column.active
{
    background:#CCE2FF !important;
}
.menu-status .icon
{
    font-size:0.5em !important;
}

.menu-status .check.icon
{
    color:#5BBD72;
}
.menu-status .remove.icon
{
    color:#D95C5C;
}
.menu-status .column.blocked .icon
{
    color:grey;
}

.ui.table tr td
{
    line-height:1.3em !important;
}

.ui.table .separator
{
    background:#F9FAFB;
    font-weight:bold;
}

/*.tb-relatorio
{
    overflow-x:scroll;
    display:block;
}*/

.tb-relatorio .linha td:first-child
{
    padding-left:5%;
}
.tb-relatorio .conta td:first-child
{
    padding-left:3%;
}

.tb-relatorio .grupo td
{
    background:rgb(255,247,229);
}

.tb-relatorio .grupofn td
{
    background:rgb(193, 229, 255);
}


.tb-relatorio .conta td
{
    background:rgb(237, 249, 255);
}

.tb-relatorio .saldo td
{
    background:#F5F5F5;
}

.tb-relatorio tr td
{
    min-width:110px;
}

.wmd-view-topscroll, .wmd-view {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 800px;
    border: none 0px RED;
}

.wmd-view-topscroll { height: 20px; }
.wmd-view { /*height: 200px;*/ }
.scroll-div1 { 
    width: 1000px; 
    overflow-x: scroll;
    overflow-y: hidden;
}
.scroll-div2 { 
    /*width: 1000px;*/ 
    /*height:20px;*/
}

.quebra-linha
{
    white-space:pre-line;
    margin-top:-20px;
}
.aviso
{
    color:red;
    font-weight:bold;
    padding-top:10px;
    display:inline-block;
}

.ui.table th:first-child
{
    text-align: left;
    margin: auto;
}

.tb-mostra-status .aprovado td
{
    background-color: #defcd5;
    color: #52a954;
}

.tb-mostra-status .reprovado td
{
    background-color: #f1d7d7;
    color: #a95252;
}

.scroll
{
    overflow-x:hidden !important;
    overflow-y:scroll !important;
}

.ui.calendar .ui.table tr th 
{
   text-align:inherit !important;
}

.tb-saldo .disabled-row
{
    background:#FAFAFB;
}

.data-saldo 
{
    padding-bottom:10px;
    text-align:center;
    margin:0px auto;
}

.data-saldo label
{
    font-weight:bold;
    float:left;
    padding-top:7px;
    padding-right:7px;
}

.data-saldo .date
{
    float:left;
}

@media (max-width: 1020px) and (min-width: 992px) {
    .ui.large.modal {
        width:98%;
    }
}

label span{
    font-weight:normal !important;

}

.table-log .log-line
{
    background: #defcd5;
}

.table-log tr td,
.table-log tr th
{
    border:1px solid #D4D4D5 !important;
}

table .lineBold td{
    font-weight:bold !important;
}