/*
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 : 20/fev/2018, 16:14:43
    Author     : Cristiano Xavier Silva
*/
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #343a40;
}

.ls-topbar, .ls-login-parent {
    background-color: #ff811d !important;
}

.ls-topbar {
    border-bottom: 5px solid yellow
}

.ls-menu a, h3.ls-login-logo {
    color: #ff811d !important
}

.ls-user-account {
    background-color: #cb652d !important
}

.ls-brand-name {
    width: 152px !important;
    padding: 0 !important
}

.ls-brand-name a {
    background-color: #fff;
    padding: 16px;
}

.ls-brand-name img {
    width: 100%;
    height: auto;
    position: relative;
    top: 10px;
}

.ls-btn-primary-green {
    background-color: #28a745 !important; 
    color: #fff !important;
}

.text-center {
    text-align: center !important;
}

.ls-custom-selectII {
    background: white;
    display: inline-block;
    position: relative;
    border: 1px solid #dddddd;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
    height: 33px;
    width: 20%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
    font-size: 14px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #555;
    text-decoration: none;
    background-color: rgba(108,108,108,0.02);
    border: 1px solid #dddddd;
}

.pagination>.active>a {
    background-color: #0087b0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-search {
    z-index: 5;
}

.ico-search {
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
    right: 2px;
}

.page-404 {
    margin: 0 auto;
}

.body-report {
    background-color: white;
    padding: 50px;
}

nav.navbar {
    border-radius: 0;
    border: none
}

nav.navbar.navbar-default {
    background-color: #343a40;
    border-bottom: 1px solid #777;
}

ol.nav li {
    margin-top: 4px;
    display: inline-block;
    font-size: 14px;
}

ol.nav li a {
    color: #343a40;
}

ol.navbar-brand {
    float: right;
    padding: 0;
}

ol.navbar-right {
    margin-right: 0;
}

ol.navbar {
    margin-bottom: 0;
}

header .navbar {
    margin-bottom: 0;
}

article {
    width: 20%;
    height: calc(100vh - 106px);
    background-color: #343a40;
    border-color: #e7e7e7;
}

article ul li a span {
    padding-left: 5px;
}

article.article-toggle #agendapp-bar span {
    display: none;
}

article.article-toggle {
    width: 80px;
}

div.col-lg-4.col-md-4.col-sm-4.mb-3, div.col-lg-6.col-md-6.col-sm-6.mb-3 {

    border-radius: 4px;
    color: #fff;
    margin: 0;
    padding: 0;
}

div.col-lx-4.col-md-4.col-sm-4.mb-3 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.logo-header {
    float: left;
    margin-right: 20px;
}

.agendapp-padding {
    padding: 5px;
    background-color: transparent !important;
}

.agendapp-card-agenda {
    background-color: #ffc107;
}

.agendapp-card-especi {
    background-color: #f129ea;
    margin-right: 5px;
}

.agendapp-card-profise {
    background-color: #007bff;
}

.agendapp-card-recados {
    background-color: #28a745;
}

.agendapp-card-agentes {
    background-color: red;
}

.card {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card a {
    color: #fff;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -13px;
    right: 1px;
    font-size: 7rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.mr-5 {
    margin-right: 3rem;
}

.h-100 {
    height: 100%;
}

.o-hidden {
    overflow: hidden !important;
}

.z-1 {
    z-index: 1;
}

.btn-login {
    background-color: #6c6c6c!important;
    border-color: #6c6c6c!important;
}

.form-title-exp {
    border-bottom: 1px solid #ccc; 
    padding-bottom: 5px; 
    margin-bottom: 20px
}

footer {
    position: relative;
    background-color: #777;
    width: 100%;
    height: 59px;
}

footer span {
    position: relative;
    top: 15px;
    color: #fff;
    float: right;
    width: 80%;
}

#barra-navegacao ul li a:hover {
    color: #777;
}

#barra-navegacao ul li a:focus {
    color: #777;
}

#dropdown-menu li a {
    color: #777;
}

#btn-none.article-toggle {
    width: 80px;
}

#menu-min {
    background-color: rgb(38,41,46);
}

#menu-min:hover {
    background-color: rgb(38,41,46);
}

#menu-min i {
    color: #fff;
}

#agendapp-body {
    position: relative;
    left: 50%;
    background-color: #f1f1f1;
    padding: 5px 25px 25px 25px;
    margin-top: 15%;
}

#agendapp-body .page-header {
    border-bottom: 1px solid #777;
}

#agendapp-bar {
    width: 100%;
    height: auto;
}

#agendapp-bar i {
    color: #777;
}

#agendapp-bar a {
    color: #777;
}

#btn-none {
    width: 20%;
    background-color: rgb(38,41,46);
    padding: 1em;
}

#calendario{
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.agendapp-body {
    background-color: #f1f1f1;
}

.agendapp-content {
    border-radius: 4px;
    padding: 10px;
    width: 100%;    
    float: right;
}

.agendapp-content table {
    text-align: center;
}

.agendapp-content table th {
    text-align: center;
}

.agendapp-content table tr td div.alert.alert-danger,
.agendapp-content table tr td div.alert.alert-info,
.agendapp-content table tr td div.alert.alert-warning,
.agendapp-content table tr td div.alert.alert-success {
    margin-bottom: 0;
    padding: 7px;
}

.agendapp-text {
    margin-left: 4%;
}

.agendapp-text label {
    font-weight: bold;
    font-size: 18px;
}

.agendapp-text span{
    font-size: 19px;
    line-height: 30px;
}

.agendapp-content-lg {
    width: 92% !important;
}

.agendapp-clear {
    display: none;
}

.agendapp-logo {
    position: absolute;
    left: 12px;
}

.agendapp-pathbar {
    background-color: #ccc;
    border-radius: 4px;
    width: 78.5%;
    margin: 10px;
    float: right;
}


.agendapp-pathbar h2{
    display: inline-block;
    margin-left: 40px;
    margin-top: 10px;
    color: #343a40;
}

.btn-condominio {
    background-color: #6c6c6c; 
    border-color: #6c6c6c;
    color: #fff
}

.btn-locacoes {
    background-color: #28a745; 
    border-color: #28a745;
    color: #fff
}

.btn-barizza {
    background-color: #46a9a9; 
    border-color: #46a9a9;
    color: #fff
}

.btn-locacoes, .btn-barizza, .btn-condominio {
    width: 100%;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

div.ls-login-box div.col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.notifcation {
    background-color: red;
    color: #fff;
    border-radius: 50%;
    border: 1px solid red;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align:center;
    position: absolute;
    right: 250px;
    top: 300px;
}

.ls-label-checkbox {
    padding: 10px;
    border: 1px solid #777;
    border-radius: 5px;
    display: block;
}

.ls-sidebar-toggled .ls-brand-name a {
    display: initial !important;
}

@media (max-width: 948px) {
    article {
        width: 80px;
    }

    section {
        width: calc(100% - 100px);
    }

    .agendapp-content {
        width: 100%;
    }

    #btn-none {
        width: 80px;
    }

    #agendapp-bar span {
        display: none;
    }

    .agendapp-pathbar {
        width: calc(100% - 100px);
    }
}

.ls-md-margin-bottom {
    margin-bottom: 40px !important;
}

@media (min-width: 992px) {
    article {
        height: auto;
    }

    div.col-lg-12.col-md-12.col-sm-6.mb-3 {
        width: 100%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    article {
        height: auto;
    }

    footer {
        background-color: transparent
    }

    .agendapp-card-especi {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .agendapp-card-profise {
        margin-left: 0;
    }

    #btn-none {
        display: none;
    }
    .text-app {
        display: none
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
    }
    .table-responsive {
        margin-bottom: 0;
        background-color: #fff;
    }
    /*    .table-responsive > thead > tr > th,
        .table-responsive > tbody > tr > th,
        .table-responsive > tfoot > tr > th,
        .table-responsive > thead > tr > td,
        .table-responsive > tbody > tr > td,
        .table-responsive > tfoot > tr > td {
            white-space: nowrap;
        }*/
    .table-responsive {
        border: 0;
    }
    .table-responsive > thead > tr > th:first-child,
    .table-responsive > tbody > tr > th:first-child,
    .table-responsive > tfoot > tr > th:first-child,
    .table-responsive > thead > tr > td:first-child,
    .table-responsive > tbody > tr > td:first-child,
    .table-responsive > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > thead > tr > th:last-child,
    .table-responsive > tbody > tr > th:last-child,
    .table-responsive > tfoot > tr > th:last-child,
    .table-responsive > thead > tr > td:last-child,
    .table-responsive > tbody > tr > td:last-child,
    .table-responsive > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > thead > tr:last-child > th,
    .table-responsive > tbody > tr:last-child > th,
    .table-responsive > tfoot > tr:last-child > th,
    .table-responsive > thead > tr:last-child > td,
    .table-responsive > tbody > tr:last-child > td,
    .table-responsive > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .table-responsive {
        display: block;
        position: relative;
        width: 100%;
    }

    .text-app {
        display: none
    }

    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
        padding: 20px 0px;
    }

    .table-responsive td,
    .table-responsive th {
        height: 35px;
    }

    .table-responsive thead {
        float: left;
    }

    table.dataTable thead th, 
    table.dataTable thead td {
        padding: 7px 18px !important;
        border: none !important;
    }

    .table-responsive tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
        padding: 20px 0px;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .table-responsive tbody tr {
        display: inline-block;
    }

    .ls-table th {
        padding: 20px 13px !important;
    }
}

@media (max-height: 349px) {
    article {
        height: auto;
    }

    footer {
        position: relative;
        top: 127%;
    }
}

@media (max-width: 293px) {
    .agendapp-pathbar {
        display: none;
    }
}