/* page login */
.background-tothErp{
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: white;
}
.login-box{
    background-color: #3C8DBC;
}
.login-logo, .register-logo {
    margin: 0px;
    padding: 10px 0px 20px 0px;
}
.login-logo a, .register-logo a {
    color: #ffffff;
}
.login-box-msg{
    display: none;
    font-family: sans-serif;
    color: #dd4b39;
}
/* fim login */
::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 8px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #a7a7a7;
}
.main-footer {
    padding: 7px 15px;
}
.loadingPage {
    width: 190px;
    height: 80px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -85px;
}
.logo-img{
    height: 100%;
    position: absolute;
    padding: 3px;
    left: 10px;
}
.logo-lg .logo-img{
    width: 160px;
    height: 40px;
    padding: 0px;
    margin: 5px 0px;
}
.logo-mini .logo-img{
    left: 0px;
}
.loaderPage{
    margin: 0px 10px;
    color: slategrey;
}
.user-menu{
    margin-right: 5px;
}
.user-menu span{
    margin: 0px 7px 0px 0px;
}
.user-menu .dropdown-menu>li>a{
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
}
.navbar-nav>.user-menu>.dropdown-menu {
    width: 230px;
}
.main-header>.navbar{
    box-shadow: 0 1px 0px rgba(0,0,0,0.1);
}
.skin-black .main-header>.navbar>.sidebar-toggle, .skin-black .main-header>.logo, .skin-black .main-header>.navbar .navbar-custom-menu .navbar-nav>li>a, .skin-black .main-header>.navbar .navbar-right>li>a {
    border-right: none;
    border-left: none;
}
.open>.dropdown-menu {
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.no-padding-right{
    padding-right: 0px !important;
}
.margin-top-20px{
    margin-top: 20px;
}
.margin-3px{
    margin: 3px !important;
}
.margin-bottom-5px {
    margin-bottom: 5px !important;
}
.margin-label{
    margin: 3px 5px 0px 5px;
}
.padding-left-45px{
    padding-left: 45px;
}
.padding-10px{
    padding: 10px;
}
.btn-margin{
    margin: 2px 0px 2px 3px !important;
}
.box-profile .list-group-item{
    height: 45px;
}
.profile-username {
    height: 22px;
    font-size: 14px;
}
.clear{
    clear: both;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.float-none{
    float: none;
}
/* main */
.main-footer{
    bottom: 0px;
    height: auto;
}
/* navbar */
.box-detail .nav>li>a {
    padding: 4px 15px;
}
.box-detail .nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-color: rgb(60, 141, 188);
}
.box-detail .nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: #3C8DBC;
    border-right-color: #3C8DBC;
}
.box-detail .nav-tabs-custom>.tab-content {
    border: solid 1px #84ACC3;
}
.box-detail .table-bordered {
    border: 1px solid #ddd;
}
.box-detail .nav-tabs-custom {
    margin-top: 15px;
}
.box-detail .nav-tabs>li {
    border-top: 3px solid #E8E8E8;
}
.reloadPageActive{
    float: left;
    padding: 4px 8px 4px 4px;
    font-size: 20px;
}
/* fim navbar */
/* tabela */
table{
    background-color: white;
}
.selected, .selected-v, .selected td{
    background-color: #73a0be !important;
    color: white !important;
}
.box-detail .table>tbody>tr>td, .box-detail .table>tbody>tr>th, .box-detail .table>tfoot>tr>td, .box-detail .table>tfoot>tr>th, .box-detail .table>thead>tr>td, .box-detail .table>thead>tr>th {
    padding: 3px;
}
.box-detail .box-footer {
    border-top: 1px solid #D1D1D1;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ebebeb;
}
.pagination{
    margin: 0px;
    cursor: pointer;
}
.dataTables_info{
    margin: 10px 0px;
}
.dt-toolbar {
    display: block;
    position: relative;
    padding: 6px 7px 1px;
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fafafa;
}
.dt-toolbar-footer {
    background: #fafafa;
    font-size: 11px;
    overflow: hidden;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px #fff;
    -moz-box-shadow: inset 0 1px #fff;
    -ms-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
}
.table-bordered>thead>tr>th{
    text-align: center;
    border: 1px solid #D4D4D4;
}
.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    cursor: pointer;
}
.no-padding .dataTables_wrapper table, .no-padding>table {
    border: none!important;
    margin-bottom: 0!important;
    border-bottom-width: 0!important;
}
.no-padding .dataTables_wrapper table tr td:first-child, .no-padding .dataTables_wrapper table tr th:first-child, .no-padding>table tr td:first-child, .no-padding>table tr th:first-child {
    border-left: none!important;
}
.table-hover>tbody>tr:hover {
    background-color: #8cb5d0;
    cursor: pointer;
}
.no-padding .dataTables_wrapper table tr td:last-child, .no-padding .dataTables_wrapper table tr th:last-child, .no-padding>table tr td:last-child, .no-padding>table tr th:last-child {
    border-right: none!important;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #DDD !important
}
#tabela_device_filter .input-group-addon{
    width: 38px;
    float: left;
    height: 33.5px;
}
#tabela_device_filter .form-control{
    margin: 0px;
}
/* fim tabela */
/* modulos */
.modulosViews .info-box {
    min-height: 100%;
    height: 40px;
    line-height: 20px;
    cursor: pointer;
}
.modulosViews .info-box:hover {
    background-color: #B9B9B9;
    color: white;
}
.modulosViews .info-box .info-box-icon {
    height: 40px;
    width: 50px;
    font-size: 25px;
    padding: 7px;
    line-height: 15px;
}
.modulosViews .info-box-content {
    padding: 11px 10px 3px 10px;
    margin-left: 50px;
}
.modulosViews .info-box-number {
    font-size: 11px;
    right: 20px;
    top: 0px;
    position: absolute;
}
/* fim modulos */
/* alert aviso */
.avisoServer{
    padding: 7px;
    display: none;
}
.avisoServer i{
    float: left;
    margin: 3px 15px 3px 5px;
}
.avisoServer b{
    margin: -5px 5px 0px 5px;
    padding: 4px 10px;
    font-family: cursive;
}
.avisoServer i:hover, .avisoServer b:hover{
    color: black;
    cursor: pointer;
}
/* fim alert aviso */
/* pagina form */
.form-group-no-label {
    margin-bottom: 15px;
}
.form-group-no-label.has-error label {
    color: #dd4b39;
}
.form-group-no-label.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}
.box-detail {
    font-size: 13px;
}
.box-detail .form-group {
    margin-bottom: 8px;
}
.box-detail .form-control {
    height: 22px;
    padding: 0px 12px 0px 5px;
}
.box-detail .input-group-addon {
    padding: 3px 12px;
}
/* fim pagina form */
/* model */
.modal-header .close {
    margin: -10px -10px 0px 0px;
    padding: 5px 15px;
    font-size: 30px;
}
.modal-header .close:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.modal-body {
    border-bottom: solid 1px #E2E2E2;
    border-top: solid 1px #E2E2E2;
}
/* fim model */
/* geral */
input[type=number]{
    padding: 3px 0px 3px 3px;
}
/* fim geral */
/* tela pedidos */
#tabela_pedidos .nao_enviado{
    background-color: #fff;
    color: black;
}
#tabela_pedidos .aguardando_analise{
    background-color: #B3E0FF;
    color: black;
}
#tabela_pedidos .aceito{
    background-color: #CCFFCC;
    color: black;
}
#tabela_pedidos .faturado{
    background-color: rgba(14, 224, 0, 0.45);
    color: black;
}
#tabela_pedidos .cancelado{
    background-color: rgba(255, 108, 0, 0.44);
    color: black;
}
#tabela_pedidos .aceito_com_pendencia{
    background-color: #FFFFB3;
    color: black;
}
#tabela_pedidos .excluido{
    background-color: #B3B3B3;
    color: black;
}
#tabela_pedidos .recusado{
    background-color: #FFB3B3;
    color: black;
}
#tabela_pedidos .cli_aguardando_analise{
    background-color: #8ed5ff;
    color: black;
}
.dropdown-menu{
    padding: 5px 0px 0px 0px;
}
.dropdown-menu li{
    padding: 4px;
    border-bottom: solid 1px #cacaca;
}
.dropdown-menu li:hover{
    background: #eaeaea;
    cursor: pointer;
}
/* fim tela pedidos */
/* form */
.form-new{
    padding: 10px;
}
.form-new .form-group:after{
    clear: both;
}
.form-new .form-group:after, .form-new .form-group:before{
    display: table;
    content: " ";
}
/* fim form */
/* ajuste datatable responsive */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: none;
}
/*  fim ajuste datatable responsive */
@media only screen and (max-width : 768px){
    .main-header .logo {
        height: 0px;
    }
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 49px;
    }
}
@media (min-width: 768px){
    .main-sidebar, .left-side {
        width: 175px;
    }
    .content-wrapper, .right-side, .main-footer {
        margin-left: 175px;
    }
    .main-header .logo {
        font-size: 19px;
        width: 175px;
    }
    .main-header>.navbar {
        margin-left: 175px;
    }
    .form-horizontal .control-label {
        padding-top: 3px;
    }
}
@media (max-width: 767px){
    .skin-blue .main-header .navbar .dropdown-menu li a {
         color: #212121;
    }
    .main-sidebar, .left-side {
        padding-top: 50px;
    }
}


.no-padding {
    padding: 0!important;
}
.well {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
}
.client-form header {
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}
.smart-form header {
    display: block;
    padding: 15px 15px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
}
.smart-form *, .smart-form :after, .smart-form :before {
    margin: 0;
/*    padding: 0;*/
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.smart-form {
    margin: 0;
    outline: 0;
    color: #666;
    position: relative;
}
.smart-form fieldset {
    display: block;
    padding: 25px 14px 5px;
    border: none;
    background: rgba(255,255,255,.9);
    position: relative;
}
.smart-form section {
    margin-bottom: 15px;
    position: relative;
}
.smart-form .button, .smart-form .checkbox, .smart-form .input, .smart-form .radio, .smart-form .select, .smart-form .textarea, .smart-form .toggle {
    position: relative;
    display: block;
    font-weight: 400;
}
.smart-form .icon-append, .smart-form .icon-prepend {
    color: #A2A2A2;
}
.smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
    border-color: #BDBDBD;
    border-radius: 0;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.smart-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}
.smart-form .icon-append, .smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.smart-form .input .icon-append+input, .smart-form .textarea .icon-append+textarea {
    padding-right: 37px;
}
.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.smart-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}
.smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0,0,0,.9);
    color: #fff;
    opacity: 0;
    transition: margin .3s,opacity .3s;
    -o-transition: margin .3s,opacity .3s;
    -ms-transition: margin .3s,opacity .3s;
    -moz-transition: margin .3s,opacity .3s;
    -webkit-transition: margin .3s,opacity .3s;
}
.smart-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    height: 40px;
}
.smart-form footer .btn {
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
    cursor: pointer;
}
.smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}
.txt-color-teal {
    color: #568a89!important;
}
.smart-form .tooltip-top-right:after {
    top: 100%;
    right: 11px;
    border-top: 4px solid rgba(0,0,0,.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.smart-form .tooltip:after {
    content: '';
    position: absolute;
}
.smart-form .checkbox:hover i, .smart-form .input:hover input, .smart-form .radio:hover i, .smart-form .select:hover select, .smart-form .textarea:hover textarea, .smart-form .toggle:hover i {
    border-color: #5D98CC;
}
input[type=checkbox].checkbox{visibility:hidden;position:absolute;z-index:20;width:18px;height:18px}
label input[type=checkbox].checkbox+span{position:relative;z-index:19;display:inline-block;margin:0;line-height:17px;min-height:14px;min-width:14px;margin-right:5px}
label input[type=checkbox].checkbox+span:hover{cursor:pointer}
label input[type=checkbox].checkbox+span:before{font-family:FontAwesome;font-size:12px;border-radius:0;content:"\a0";display:inline-block;text-align:center;vertical-align:middle;padding:1px;height:12px;line-height:12px;min-width:12px;margin-right:5px;border:1px solid #bfbfbf;background-color:#f4f4f4;font-weight:400;margin-top:-1px}
label input[type=checkbox].checkbox+span:before{content:"\a0"}
label input[type=checkbox].checkbox:checked+span:before{content:"\2713";font-weight:700}
label input[type=checkbox].checkbox:checked+span:before{color:#2E7BCC}

b.tooltip.tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}
.alertUsuario {
    border-color: #953b39;
    background-color: #C46C6C;
    text-shadow: none;
    color: #FFFFFF;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 16px;
}
.ajust-margin-user{
    margin-top: 25px;
}
.smart-form .select i {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 5px;
    height: 11px;
    background: #fff;
    box-shadow: 0 0 0 9px #fff;
}
.smart-form .select i:after {
    bottom: 0;
    border-top: 4px solid #404040;
}
.smart-form .select i:before {
    top: 0;
    border-bottom: 4px solid #404040;
}
.smart-form .select i:after, .smart-form .select i:before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.smart-form .label {
    font-weight: 400;
    font-size: 13px;
    color: #333;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.skin-blue .main-header .navbar, .skin-blue .main-header .logo {
    background-color: #6fbdea;
}

#label-selecEmpresas {
  display: none;
  padding: 10px 10px 0px;
}
#label-selecEmpresas .select2-selection {
  min-width: 200px;
}
#label-selecEmpresas .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
#label-selecEmpresas .select2-container--default.select2-container--focus .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa !important;
}
#label-selecEmpresas .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #6fbdea;
  border: 1px solid #6fbdea;
}
#label-selecEmpresas .select2-selection--multiple {
  border:1px solid #aaa !important
}
#label-selecEmpresas span.select2-selection.select2-selection--single {
  height : 32px;
  padding-left: 0px;
}

#label-selecEmpresas .select2-container {
    width: 100% !important;
}

#label-selecEmpresas .select2-container span:first-child {
    border-radius: 4px !important;
}
