﻿.dxgv {
    Font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 1.42857 !important;
}

.dxgvTable_Metropolis {
    font-size: 10px !important;
}

.dxgvHeader_Metropolis {
    Font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: bold !important;
    font-size: 13px !important;
    line-height: 1.42857 !important;
}

.dxgvEditFormCaption_Metropolis {
    Font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: bold !important;
    font-size: 13px !important;
    line-height: 1.42857 !important;
}

.dxgvEditForm_Metropolis {
    background-color: whitesmoke;
}

.dxic {
    Font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 1.42857 !important;
}

.dxeCalendarDay {
    font-size: 14px !important;
}

.dxeListBoxItemRow {
    font-size: 13px !important;
}

.form-control {
    color: #000000 !important;
}

table {
    font-size: 12px !important;
}


    table.filtro {
        border-collapse: collapse;
    }

        table.filtro td {
            padding: 6px;
        }

    table.filtrosm {
        border-collapse: collapse;
    }

        table.filtrosm td {
            padding: 2px;
        }

.tagBoxHome {
    padding-top: 19px !important;
}






.custom-scroll {
    height: calc(100vh - 120px);
    overflow-y: scroll;
}



/*SUBMENU*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }
/* \SUBMENU*/


.texto-padrao {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 11px;
}

a.disabled {
    color: gray !important;
    pointer-events: none !important;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5) !important;
    text-decoration: line-through;
}

.ErrorControl {
    border: solid 1px Red;
    background: no-repeat;
    background-image: url(../images/field-error.png);
    background-position: right center;
    background-origin: content-box;
    background-color: #FBE3E4;
}

.img-disable {
    opacity: 0.8;
    filter: grayscale( 100% );
    -webkit-filter: grayscale( 1 );
    cursor: not-allowed;
}


.uppercase {
    text-transform: uppercase;
}


.label-success-clear {
    background-color: #88C988 !important;
}



.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}



.text-red {
    color: red;
}

.text-bold {
    font-weight: bold;
}

.dxpc-header {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 50px;
}

.dxpc-headerText {
    padding-top: 15px !important;
}

.thumbnail {
    display: block;
    float: left;
    margin-bottom: 0px;
    line-height: 1.42857;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    max-width: 40px;
    min-height: 50px;
}

.ui-autocomplete {
    font-size: 12px !important;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f6f6f6 !important;
}

.ui-menu-item {
    padding: 5px 3px 3px 5px !important;
    color: #000000 !important;
}

.dropdown-menu-separator {
    border-bottom: 1px inset;
    border-bottom-color: #ccc;
}

.systemtHelp {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    background-image: url('http://localhost:8033/content/images/help-info.png');
}

.impLancamento {
    border: 1px solid rgba(150, 150, 150, 0.5) !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.form-control {
    border-color: #98a5be !important;
}

span.form-control {
    border-color: none !important;
    border-width: 0px !important;
    padding-left: 0px !important;
}








label.error {
    margin-top: 6px;
    margin-bottom: 0;
    color: #fff;
    background-color: #D65C4F;
    display: table;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
}

    label.error.valid {
        background-color: #65B688;
    }



/*ERROS VALIDACAO CAMPOS*/
.has-error {
    color: #dd4b39;
}

.invalid {
    background-color: #fcd5d5 !important;
}

.valid {
    background-color: #ffffff !important;
}


/*MODAL UP UPDATEPROGRESS */
.outter_update_progress {
    background-color: #FFF;
    filter: alpha(opacity=30);
    opacity: 0.3;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.inner_update_progress {
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%;
    z-index: 20000;
}

.outter_modal {
    background-color: rgba(102, 102, 102, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.inner_modal {
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%;
}

.popup {
    position: relative;
    background-color: White;
    border: solid 2px Black;
    padding: 1px 5px 10px 1px;
    -moz-box-shadow: 5px 5px 15px Black;
    -webkit-box-shadow: 5px 5px 15px Black;
    box-shadow: 5px 5px 15px Black;
}
/*FIM - MODAL UP UPDATEPROGRESS */




.qtip-produto {
    padding-right: 20px;
    min-width: 326px !important;
}

.qtip-produto-sem-foto {
    padding-right: 20px;
    width: 280px !important;
}

a.disabled img {
    opacity: 0.5;
    filter: grayscale(100%);
}


input[type="image"].disabled {
    opacity: 0.5;
    filter: grayscale(100%);
}

@media (max-width: 768px) {
    .painel-grid {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        border-radius: 0px 0px !important;
    }
}

a.link-dark {
    color: #000000 !important;
    text-decoration: none;
    font-weight: normal;
}
    a.link-dark:hover {
        color: #3c8dbc!important;
        text-decoration: underline;
        font-weight: normal;
    }

    a.link-dark:visited {
        color: #000000 !important;
        text-decoration: none;
        font-weight: normal;
    }
