﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}


titulo-municipio {
    margin-left: 12px;
    font-size: 18px;
    color: #fff;
    line-height: 2.0;
}

.titulo-itbi {
    margin-left: 12px;
    color: #fff;
    line-height: 1.1;

}

.iconAbase .fa-suitcase {
    color: #00c0c8;
}

.iconAbase .fa-windows {
    color: #fb9678a3;
}

.iconAbase .fa-bars {
    color: #ab8ce4c7;
}

.iconAbase .fa-users-cog {
    color: #00c292;
}

.iconAbase .fa-city {
    color: #e21b2f8a;
}

.iconAbase .fa-warehouse {
    color: #fec20b;
}

.iconAbase .fa-sign-out-alt {
    color: #fb9678;
}


.iconAbase .fa-folder-open {
    color: #27db53;
}
.iconAbase .fa-map-marked-alt {
    color: #009aff;
}
.select2-abase {
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    margin-top: 0px;
    margin-bottom: 3px;
    color: black;
    border: 0px;
    height: 34px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: black;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 30px
}

.foto-perfil {
    background-image: url('');
    background-size: cover;
    background-position: center;
    height: 128px;
    width: 128px;
    border-radius: 50% !important;
    display: inline-block;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.coluna-sem-padding {
    padding: 0px !important;
    text-align: center;
}

.titulo-navbar {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.none {
    display: none;
}

.label-danger-form {
    color: red;
}

* {
    margin: 0;
    padding: 0
}

i {
    margin-right: 10px
}

.navbar-logo {
    padding: 15px;
    color: #fff
}

.navbar-mainbg {
    background-color: #1B6EC2;
    padding: 0
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative
}

    #navbarSupportedContent ul {
        padding: 0;
        margin: 0
    }

        #navbarSupportedContent ul li a i {
            margin-right: 10px
        }

    #navbarSupportedContent li {
        list-style-type: none;
    }

    #navbarSupportedContent ul li a {
        border-radius: 10px;
        color: rgba(255,255,255,.5);
        text-decoration: none;
        font-size: 15px;
        display: block;
        padding: 20px;
        transition-duration: .6s;
        transition-timing-function: cubic-bezier(0.68,-.55,.265,1.55);
        position: relative
    }

    #navbarSupportedContent > ul > li.active > a {
        color: #1B6EC2;
        background-color: transparent;
        transition: all .7s
    }

    #navbarSupportedContent a:not(:only-child):after {
        content: "\f105";
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 14px;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        transition: .5s
    }

    #navbarSupportedContent .active > a:not(:only-child):after {
        transform: rotate(90deg)
    }

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.68,-.55,.265,1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px
}

    .hori-selector .left, .hori-selector .right {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #fff;
        bottom: 10px
    }

    .hori-selector .right {
        right: -25px
    }

    .hori-selector .left {
        left: -25px
    }

        .hori-selector .left:before, .hori-selector .right:before {
            content: '';
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #1B6EC2
        }

    .hori-selector .right:before {
        bottom: 0;
        right: -25px
    }

    .hori-selector .left:before {
        bottom: 0;
        left: -25px
    }

@media (max-width:991px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px
    }

    .hori-selector {
        margin-top: 0;
        margin-left: 10px;
        border-radius: 25px 0 0 25px
    }

        .hori-selector .left, .hori-selector .right {
            right: 10px
        }

        .hori-selector .left {
            top: -25px;
            left: auto
        }

        .hori-selector .right {
            bottom: -25px
        }

        .hori-selector .left:before {
            left: -25px;
            top: -25px
        }

        .hori-selector .right:before {
            bottom: -25px;
            left: -25px
        }
}
