* {
    outline: none;
}

a, a:focus {
    outline: none;
}

body {
    background-color: #f6f6f6;
    font-family: "proxima-nova";
    font-style: normal;
    font-weight: 400;
    letter-spacing: .5px;
    overflow-x: hidden;
}

header#topo {
    width: 100%;
    height: 75px;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

header#topo .title-page {
    float: left;
    width: 80%;
    height: 75px;
    background: #23c0f1;
    background: -moz-linear-gradient(left, #6a4abd 0%, #4f2da6 100%);
    background: -webkit-linear-gradient(left, #6a4abd 0%, #4f2da6 100%);
    background: linear-gradient(to right, #6a4abd 0%, #4f2da6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a4abd', endColorstr='#4f2da6', GradientType=1);
}

header#topo .title-page img {
    float: left;
    margin: 22px 0 0 23px;
    width: 75px;
}

header#topo .title-page .title-bread-crumb {
    display: block;
    float: left;
    margin: 22px 0 0 10px;
    color: #FFF;
}

header#topo .title-page .title-bread-crumb span {
    float: left;
    margin: 0 0 0 10px;
}

header#topo .title-page .title-bread-crumb span:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin: 10px 15px 0 0;
    background: url("../img/imagens_do_sistema/arrow-right.png") no-repeat;
    background-size: 10px 10px;
}

header#topo .title-page .title-bread-crumb span.title-bc-larger {
    font-size: 30px;
    line-height: 30px;
}

header#topo .title-page .title-bread-crumb span.title-bc-small {
    font-size: 20px;
    line-height: 30px;
    margin-left: 20px;
}

header#topo .title-page .title-bread-crumb span.title-bc-small a {
    color: #fff;
    text-decoration: none;
}

header#topo .title-page .title-bread-crumb span.title-bc-small a:hover {
    text-shadow: 1px 1px 1px #009999;
}

header#topo .info-userLogged-page {
    float: right;
    width: 20%;
    height: 75px;
    background-color: #4f2da6;
    position: relative;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*header#topo .info-userLogged-page::before{
    border: 3px #FFF solid;
    width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    top: 8px;
    left: -30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/users/MTM2MDk1MjY2MjQyNjY0OTI2.jpg);
}*/
header#topo .info-userLogged-page .picture-user-logged {
    border: 3px #FFF solid;
    position: absolute;
    top: 8px;
    left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFF;
}

header#topo .info-userLogged-page .picture-user-logged img {
    width: 100%;
    border-radius: 50%;
}

header#topo .info-userLogged-page .infoUserLoggedNameAndGroups {
    /*border: 1px violet solid;*/
    height: 75px;
    font-weight: 500;
    padding: 19px 0 0 45px;
    position: relative;
}

header#topo .info-userLogged-page .infoUserLoggedNameAndGroups .iulng_name {
    /*border: 1px tomato solid;*/
    display: block;
    font-size: 15px;
    color: #f95043;
    white-space: nowrap;
}

header#topo .info-userLogged-page .infoUserLoggedNameAndGroups .iulng_group {
    /*border: 1px #7CFF46 solid;*/
    display: block;
    font-size: 12px;
    color: #FFF;
    white-space: nowrap;
}

header#topo .info-userLogged-page img.icon-down {
    position: absolute;
    right: 13px;
    top: 27px;
}

header#topo .info-userLogged-page:hover {
    background-color: #371f73;
}

#container {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 75px;
    z-index: 0;
    display: none;
}

#container #box-lateral-esquerdo {
    width: 16%;
    display: table-cell;
    vertical-align: top;
    background-color: #4f2da6;
    height: 100%;
}

#container #box-lateral-esquerdo #menu_wrap {
    clear: both;
}

#container #conteudo {
    width: 100%;
    vertical-align: top;
    background-color: #f6f6f6;
    height: 100%;
    padding: 20px;
    position: relative;
    display: table;
}

/************************************************************************************/
/**[INPUT CHECKBOX]******************************************************************/
/************************************************************************************/
input[type=radio]:checked ~ .check {
    border: 6px solid #60D4D4;
}

input[type=radio]:checked ~ .check::before {
    background: #FFF;
}

input[type=radio]:checked ~ label {
    color: #7e8890;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    line-height: 20px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
}

label.css-label {
    background-image: url(../img/imagens_do_sistema/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
}

#btn-info-userLogged {
    position: relative;
}

.info-userLogged-box {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px #4f2da6 solid;
    padding: 10px;
    z-index: 1000;
    background: #4f2da6;
    border-radius: 4px;
    display: none;
}

.info-userLogged-box:after {
    bottom: 100%;
    left: 92%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #4f2da6;
    border-width: 6px;
    margin-left: -6px;
}

.info-userLogged-box ul {
    margin: 0;
    padding: 2px 10px;
    list-style: none;
}

.info-userLogged-box ul li {
    display: block;
    border-bottom: 1px #371f73 solid;
    overflow: hidden;
}

.info-userLogged-box ul li:last-of-type {
    border-bottom: none;
}

.info-userLogged-box ul li a {
    color: #FFF;
    font-weight: 400;
    padding: 12px;
    font-size: 14px;
    float: left;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.info-userLogged-box ul li a:hover {
    text-decoration: none;
    color: #FFF;
    text-shadow: 0px 0px 20px #f95043;
}

.info-userLogged-box ul li a i.fa {
    margin-right: 5px;
}

.info-userLogged-box ul li .btn-group {
    float: right;
    margin: 4px 0px 0px 40px;
}

.info-userLogged-box ul li .btn-group > button.btn {
    padding: 5px 10px;
    border-color: #5CD2D2;
    background-color: #1c3b56;
    box-shadow: none;
    color: #FFF;
    border-width: 1px;
}

.info-userLogged-box ul li .btn-group > button.btn:hover {
    background-color: #5ED4D4;
}

.info-userLogged-box ul li .btn-group > button.btn.active {
    background-color: #5ED4D4;
    color: #000;
}

/*****************************
**[EXTRAS]********************
******************************/

.fixWidth-1 {
    width: 1px;
!important;
}

.fixWidth-2 {
    width: 2px;
!important;
}

.fixWidth-3 {
    width: 3px;
!important;
}

.fixWidth-4 {
    width: 4px;
!important;
}

.fixWidth-5 {
    width: 5px;
!important;
}

.fixWidth-10 {
    width: 10px;
!important;
}

.fixWidth-15 {
    width: 15px;
!important;
}

.fixWidth-20 {
    width: 20px;
!important;
}

.fixWidth-25 {
    width: 25px;
!important;
}

.fixWidth-30 {
    width: 30px;
!important;
}

.fixWidth-35 {
    width: 35px;
!important;
}

.fixWidth-40 {
    width: 40px;
!important;
}

.fixWidth-45 {
    width: 45px;
!important;
}

.fixWidth-50 {
    width: 50px;
!important;
}

.fixWidth-55 {
    width: 55px;
!important;
}

.fixWidth-60 {
    width: 60px;
!important;
}

.fixWidth-65 {
    width: 65px;
!important;
}

.fixWidth-70 {
    width: 70px;
!important;
}

.fixWidth-75 {
    width: 75px;
!important;
}

.fixWidth-80 {
    width: 80px;
!important;
}

.fixWidth-90 {
    width: 90px;
!important;
}

.fixWidth-100 {
    width: 100px;
}

.fixWidth-105 {
    width: 105px;
}

.fixWidth-110 {
    width: 110px;
}

.fixWidth-115 {
    width: 115px;
}

.fixWidth-120 {
    width: 120px;
}

.fixWidth-200 {
    width: 200px;
}

.size1 {
    width: 1%;
}

.size2 {
    width: 2%;
}

.size3 {
    width: 3%;
}

.size4 {
    width: 4%;
}

.size5 {
    width: 5%;
}

.size6 {
    width: 6%;
}

.size7 {
    width: 7%;
}

.size8 {
    width: 8%;
}

.size9 {
    width: 9%;
}

.size10 {
    width: 10%;
}

.size15 {
    width: 15%;
}

.size20 {
    width: 20%;
}

.size25 {
    width: 25%;
}

.size30 {
    width: 30%;
}

.size35 {
    width: 35%;
}

.size40 {
    width: 40%;
}

.size45 {
    width: 45%;
}

.size50 {
    width: 50%;
}

.size55 {
    width: 55%;
}

.size60 {
    width: 60%;
}

.center {
    text-align: center;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout.bgwhite {
    background-color: #FFF;
}

.bs-callout.bgred {
    background-color: #890707;
    color: #FFF;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

a#btn-clear-filtros i.fa {
    margin-top: 7px;
}

/*V1.1*/

.label-typeuser {
    margin: 0 2px;
    font-size: 75%;
}

.label.label-franqueado {
    background-color: #5bcc83;

}

.label.label-user_pdv {
    background-color: #6388b7;
}

.label.label-fornecedor {
    background-color: #8f47a3;
}

.label.label-showroom {
    background-color: #d59f52;
}

label span.required{
    color: #f00;
    font-weight: 700;
}

.modal-full {
    width: 96%;
}

.cls-is-fornecedor::before {
    border: none;
    content: "Fornecedor";
    background-color: #D5F8FF;
    font-size: 11px;
    position: absolute;
    right: 60px;
    top: 14px;
    padding: 5px 15px 3px 22px;
    border-radius: 2px;
    color: #006cb7;
    box-shadow: 1px 3px 16px 0 #A7BFE4 inset;
}

/*####### LOGS #########################*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #138aff;
    border: 4px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3665e7;
}

::-webkit-scrollbar-thumb:active {
    background: #004398;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border: 4px none #ffffff;
    border-radius: 27px;
}

::-webkit-scrollbar-track:hover {
    background: #e0e0e0;
}

::-webkit-scrollbar-track:active {
    background: #605dac;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.row-flex {
    display: flex;
}

.modal-body-fit {
    padding: 0;
}

.sidebarInfo {
    background-color: #f7f7f7;
    padding: 15px;
    border-left: 1px #E3E3E3 solid;
    overflow-y: scroll;
    height: 710px;
}

@media only screen and (max-width: 1440px) {
    .sidebarInfo {
        height: 670px;
    }
}

.sidebarInfo h3 {
    margin-top: 0;
    margin-bottom: 50px !important;
}

.eiMgOY {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.jYpiIs {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.sc-qWSGh {
    font-size: 16px;
    color: #0d47a1;
    font-weight: 500;
}

.gOkDON {
    color: #1c3b56;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: inherit;
    margin: 0px;
    font-size: 11px;
}

.painel-filterfull {
    border: none;
    border-bottom: 1px #DDD solid;
    padding-left: 15px;
    border-radius: 0;
    background-color: #f9f7f7 !important;
}

#tbl_viewsusers small {
    font-size: 10px;
    display: block;
    color: #722670;
}

.aviso-edit{
    border-left-color: #c40600;
    background-color: #f95043;
}
.aviso-edit h4{
    color: #fff;
}

.container-regras-grupos{
    background: #fff;
    border-radius: 8px;
    box-shadow: inset 2px 2px 2px 0px rgb(0 0 0 / 10%);
    padding-bottom: 20px;
}

.container-regras-grupos p{
    margin-top: 20px;
}

.cls-required{
    font-size: 12px;
    color: #ff0000;
}
