﻿table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    float: left;
    opacity: 0.5;
    position: initial;
    margin-right: 5px;
}

.swal-text {
    color:#6F86D6;
}

select, input:not(.input-details) {
    height: 30px;
}

.circle-1 {
    color: orange;
}

.circle-2 {
    color: green;
}

.circle-3 {
    color: blue;
}

.circle-4 {
    color: red;
}

.circle-tarjavermelha {
    color: red;
}

.circle-TarjaVermelha {
    color: red;
}

.circle-tarjapreta {
    color: black;
}

.circle-TarjaPreta {
    color: black;
}

.circle-vendalivre {
    color: green;
}
.circle-vendalivre::after {
    content: "- Simples";
    /*content: " (" attr(href) ")";*/
}
.circle-TarjaVermelha::after {
    content: "- Controle especial";
}
.circle-tarjavermelha::after {
    content: "- Controle especial";
}
.circle-VendaLivre {
    color: green;
}

.has-error {
    border-color: red;
    color: red !important;
}

th, td {
    text-align: center !important;
}


.submit-lente {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border: none;
    background: transparent;
    outline: none;
}

.submit-line {
    position: relative;
}

    .submit-line input {
        width: 100%;
    }

.parsley-error-list {
    -webkit-animation-name: has-error;
    -webkit-animation-duration: 1s;
    animation-name: has-error;
    animation-duration: 1s;
}

.form-group .parsley-success .parsley-error-list {
    display: none !important;
}

.parsley-error-list {
    position: relative;
    display: inline-block !important;
    padding: 2px 10px;
    margin: 0;
    list-style: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #b94a48;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    border-radius: 0px;
    background-clip: padding-box;
}


.form-group .parsley-error-list::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #B94A48;
    position: absolute;
    top: -6px;
    left: 3px;
}

/*input, select {
    text-transform:uppercase;
}*/

/*#Dv-MaskWait:before {
    font-weight: bold;
    color: navy;
    content: "Reference ";
}*/

#Dv-MaskWait {
    display: none;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    opacity: 0.8;
    z-index: 9999;
    max-height: 100%;
    overflow: hidden;
}

.Dv-Boxes_ {
    display: none;
    position: fixed;
    left: 42%;
    width: 200px;
    height: 200px;
    z-index: 9999;
    padding: 20px;
    border-radius: 10px;
}

    .Dv-Boxes_ > #Dv-Wait {
        width: 100px;
        height: 150px;
        padding: 0px 0 20px 25px;
        float: left;
        margin-top: 150%;
        margin-left: 0px;
    }

/*END WAIT*/

.loader {
    border: 10px solid rgba(191, 191, 191, 0.75); /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s ease-in infinite;
    position:relative !important;
    opacity: 1.0 !important;
}
#load {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    opacity:.5;
    background-color:white;
    display:flex !important;
    align-items:center;
    justify-content:center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.menu-top-right {
    position:absolute;
    right:100px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
}
.icon-valid-crm {
    text-align: center;
    border-radius: 50px;
    background-color: orange;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-right: 10px;
    cursor:pointer;
}

.div_alert-warning {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}
.div_alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
}
.div_alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.div_alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.preventBox {
    overflow: hidden;
    width: 950px;
}

@media screen and (max-width:768px){
    .menu-top-right{
        right:20px;
    }
}