/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/04/2019, 22:33:05
    Author     : Rafael Galeno
*/

h1 h2 h3 h4 h5{
    font-family: 'Barlow Semi Condensed', sans-serif;
}
a {
    color: #747474;
}
a:hover{
    color: #5d5847;  
}
.content-wrapper {
    min-height: 100%;
    background-color: #f1f1f1;
    z-index: 800;
}

.skin-blue .main-header .navbar{
    /* background: rgba(69,69,69,1);
    background: -moz-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(69,69,69,1) 31%, rgba(84,84,84,1) 51%, rgba(69,69,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,69,69,1)), color-stop(31%, rgba(69,69,69,1)), color-stop(51%, rgba(84,84,84,1)), color-stop(100%, rgba(69,69,69,1)));
    background: -webkit-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(69,69,69,1) 31%, rgba(84,84,84,1) 51%, rgba(69,69,69,1) 100%);
    background: -o-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(69,69,69,1) 31%, rgba(84,84,84,1) 51%, rgba(69,69,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(69,69,69,1) 31%, rgba(84,84,84,1) 51%, rgba(69,69,69,1) 100%);
    background: linear-gradient(to bottom, rgba(69,69,69,1) 0%, rgba(69,69,69,1) 31%, rgba(84,84,84,1) 51%, rgba(69,69,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#454545', GradientType=0 ); */
    background: #5f5f5f;
    background: linear-gradient(178deg, rgba(95,95,95,1) 0%, rgb(162 162 162 / 64%) 100%);

}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background: rgba(69,69,69,1);
    background: -moz-linear-gradient(left, rgba(69,69,69,1) 0%, rgba(84,84,84,1) 50%, rgba(69,69,69,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,69,69,1)), color-stop(50%, rgba(84,84,84,1)), color-stop(100%, rgba(69,69,69,1)));
    background: -webkit-linear-gradient(left, rgba(69,69,69,1) 0%, rgba(84,84,84,1) 50%, rgba(69,69,69,1) 100%);
    background: -o-linear-gradient(left, rgba(69,69,69,1) 0%, rgba(84,84,84,1) 50%, rgba(69,69,69,1) 100%);
    background: -ms-linear-gradient(left, rgba(69,69,69,1) 0%, rgba(84,84,84,1) 50%, rgba(69,69,69,1) 100%);
    background: linear-gradient(to right, rgba(69,69,69,1) 0%, rgba(84,84,84,1) 50%, rgba(69,69,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#454545', GradientType=1 );
}
.skin-blue .main-header .logo:hover {
    background-color: #656463;
}
.sidebar-menu>li{
    border-bottom: 1px solid #656565;
}

.box-tools{
    border: 1px solid #ccc;
    background-color: #dcdcdc;
    width: 26px;
    height: 85px;
    padding-top: 10px;
    margin-left: 14px;
}
.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #ccc0a7;
}
.skin-blue .main-header .logo {
    /* background: rgba(69,69,69,1);
    background: -moz-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(69,69,69,1) 31%, rgba(84,84,84,1) 51%, rgba(69,69,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,69,69,1)), color-stop(31%, rgba(69,69,69,1)), color-stop(51%, rgba(84,84,84,1)), color-stop(100%, rgba(69,69,69,1)));
    background: -webkit-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(69,69,69,1) 31%, rgba(84,84,84,1) 51%, rgba(69,69,69,1) 100%);
    background: -o-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(69,69,69,1) 31%, rgba(84,84,84,1) 51%, rgba(69,69,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(69,69,69,1) 31%, rgba(84,84,84,1) 51%, rgba(69,69,69,1) 100%);
    background: linear-gradient(to bottom, rgba(69,69,69,1) 0%, rgba(69,69,69,1) 31%, rgba(84,84,84,1) 51%, rgba(69,69,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#454545', GradientType=0 ); */
    background: #a9998c;
    color: #fff;
    border-bottom: 0 solid transparent;
}
.skin-blue .sidebar-menu>li.active>a {
    border-left-color: #ffffff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #585d5f;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #585d5f  ;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    background: #948769;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #797468;
}

.skin-blue .main-header li.user-header {
    background-color: #585858
}

.login-page, .register-page {
    background: #5f5f5f;
background: linear-gradient(178deg, rgba(95,95,95,1) 0%,  rgb(162 162 162 / 64%) 100%);
}
.login-logo a, .register-logo a {
    color: #fff;
}
.btn-primary {
    background-color: #c5b99e;
    border-color: #cbcbcb;
}

.btn-group-sm>.btn, .btn-sm{
    padding: 2px 4px;
    font-size: 11px;
}
.box{
    border-top: 2px solid #bfbfbf !important;
    border-radius: 4px !important;
    padding: 6px !important;
}
.invisivel{
    display: none !important;
}
.visivel{
    display: block !important;
}
.val-success{
    border: 1px solid #4aa238;
}
.val-vazio{
    border: 1px solid #f30606;
}

.alert{
    width: 174px;
    position: absolute;
    z-index: 2000;
    right: 23px;
    top: 137px;
}

.alert-tour{
    position: relative !important;
    width: 80%;
    right: 0;
    top: 0;
}

/* Estilo iOS */
.switch__container {

}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch--shadow + label {
    padding: 2px;
    width: 49px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 60px;
}
.switch--shadow + label:before,
.switch--shadow + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
.switch--shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--shadow + label:after {
    width: 20px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}
.switch--shadow:checked + label:before {
    background-color: #50e061;
}
.switch--shadow:checked + label:after {
    transform: translateX(26px);
}

/* Estilo Flat */
.switch--flat + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--flat + label:before,
.switch--flat + label:after {
    display: block;
    position: absolute;
    content: "";
}
.switch--flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 56px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}
.switch--flat:checked + label {
    background-color: #8ce196;
}
.switch--flat:checked + label:after {
    margin-left: 60px;
    background-color: #8ce196;
}

.alertx{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}
.msg-sucesso{
    background: #fff;
}

.msg-erro{
    background: #fff;
}

.img-sucess-gif{
    width: 100px;
    position: relative;
    top: 200px;
}

.mt-1{margin-top: 5px !important;}
.mt-2{margin-top: 10px !important;}
.mt-3{margin-top: 15px !important;}
.mt-4{margin-top: 20px !important;}
.mt-5{margin-top: 25px !important;}
.mt-6{margin-top: 30px !important;}

.mb-1{margin-bottom: 5px !important;}
.mb-2{margin-bottom: 10px !important;}
.mb-3{margin-bottom: 15px !important;}
.mb-4{margin-bottom: 20px !important;}
.mb-5{margin-bottom: 25px !important;}

.pt-1{padding-top: 5px !important;}
.pt-2{padding-top: 10px !important;}
.pt-3{padding-top: 15px !important;}
.pt-4{padding-top: 20px !important;}
.pt-5{padding-top: 25px;}

.p-1{padding: 5px !important;}
.p-2{padding: 10px !important;}
.p-3{padding: 15px !important;}
.p-4{padding: 20px !important;}
.p-5{padding: 25px !important;}

.pb-1{padding-bottom: 5px !important;}
.pb-2{padding-bottom: 10px !important;}
.pb-3{padding-bottom: 15px !important;}
.pb-4{padding-bottom: 20px !important;}
.pb-5{padding-bottom: 25px !important;}

.mr-1{margin-right: 5px !important;}
.mr-2{margin-right: 10px !important;}
.mr-3{margin-right: 15px !important;}
.mr-4{margin-right: 20px !important;}
.mr-5{margin-right: 25px;}

.ml-1{margin-left: 5px !important;}
.ml-2{margin-left: 10px !important;}
.ml-3{margin-left: 15px !important;}
.ml-4{margin-left: 20px !important;}
.ml-5{margin-left: 25px !important;}

.w-100{
    width: 100% !important;
}

.f-12{
    font-size: 12px !important;
}

#loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 9999;
    background-color: rgb(255 255 255);
    text-align: center;
    line-height: 38;ndex: 9999;

}

#loading > img{
    width: 100px;
}

.notas{
    height: 440px;
    overflow: auto;
    overflow-x: hidden;
}

.r-notas{
    /* background: #a2a2a2; */
    border: 1px dashed #ccc;
    padding-top: 14px;
}
.btn > i {
    font-size: 17px;
}
.text-muted > i{
    font-size: 23px;  
}
.bg-nav{
    background-color: #f1f1f1;
}
.nav-tabs-custom>.nav-tabs>li{
    margin-bottom: -5px;
}

#aguarde-salvando-dados{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 25%;
    position: absolute;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}
.nav-tabs-custom>.nav-tabs>li {
    border: 1px solid #ccc;
}
.nav-tabs-custom>.nav-tabs>li> .pull-right  {
    border: none !important;
}
.nav-tabs-custom>.nav-tabs>li.header {
    /* color: #fff; */
    border: none;
}

.nav-tabs-interna >.nav-tabs >li>a {
    color: #000 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #9a9898;
}
.tb-2col-200 {
    width: 400px;
}
.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer{
        margin-left: 0px !important;
            
}

.sidebar-mini.sidebar-collapse .main-sidebar{
  width: 0px !important;  
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 0px;
}
a.logo{
    width: 110px !important;
}

.paginate_button {
    padding: 10px;
    border: 1px solid;
    margin: 3px;
    cursor: pointer;
}

.content-header>.breadcrumb{
    display: none !important
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 83px !important;
}
.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #f39c12;
}
.select2-container{
    width: 100% !important;
}

.login-box-body, .register-box-body{
    border-radius: 10px;
    box-shadow: 0px 0px 27px #00000061;
    padding: 30px;
}
.b-0{
    border: none !important;
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a{
    background-color: #eee !important;
}
.h-500{
    height: 500px;
    overflow-y: auto;
}
.login-box, .register-box{
    width: 424px;
    margin: 10% auto;
}