/*
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 : 21/05/2018, 08:29:51 AM
    Author     : fgalvis
*/

body {
    background-image: url("../img/background-texture2.png");
    font-family: 'Roboto', sans-serif;
}

.navbar {
    height: 65px;
    border: 1px solid #005DA6;
    position: fixed;
    width: 100%;
    z-index: 1003;
}

.navbar-brand {
    background-color: #005DA6;
    margin: -0.5rem -1rem;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    width: 240px;
    min-width: 240px;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
}

#logo {
    width: 180px;
    /*mix-blend-mode: luminosity;*/
}

#logo2 {
    height: 49px;
    mix-blend-mode: luminosity;
    margin-left: auto;
    margin-right: auto;
}

.main-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    letter-spacing: -2.2px;
    color: #222222;
}

@media only screen and (max-width: 991px) {
    .main-title {
        font-size: 13px;
        letter-spacing: -1px;
    }
}

.main-title-sub {
    font-weight: bold;
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    .main-title-sub {
        font-size: 15px;
        letter-spacing: -1px;
    }
}

.user-data {
    font-weight: 500;
    text-align: center;
}

.user-name .user-lastname {
    font-size: 14px;
    color: #222222;
}

.user-email {
    font-size: 12px;
    color: #444444;
}

.user-avatar {
    margin-left: 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #B51C1C;
    padding: 4px 0 0 4px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
}

.user-avatar:hover {
    /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34), 0px 0px 2px rgba(0, 0, 0, 0.22);*/
}

.user-img {
    max-width: 38px;
    max-height: 38px;
    border-radius: 50%;
}

.btn {
    margin-left: 5px;
    border-radius: 0.15rem;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s ease;
    -webkit-transition: box-shadow 0.2s ease;
}

.btn:hover {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34), 0px 0px 2px rgba(0, 0, 0, 0.22);
}

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

.sidenav {
    height: 100%;
    width: 240px;
    position: fixed;
    top: 65px;
    left: 0;
    background-color: #222222;
    border: 1px solid #444444;
    overflow: visible;
    padding-top: 5px;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
    color: #F0F0F0;
    font-family: Karla;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    letter-spacing: -0.5px;
    z-index: 1001;
}

@media only screen and (max-width: 767px) {
    .sidenav-toggle {
        bottom: 104px
    }
}

.sidenavCollapsed {
    width: 75px;
    min-width: 75px;
}

div[class^='menu-icon-'], div[class*=' menu-icon-']{
    margin-top: 5px;
    -webkit-filter: drop-shadow( 0px 2px 2px rgba(0, 0, 0, 0.3) );
    filter: drop-shadow( 0px 2px 2px rgba(0, 0, 0, 0.3) );
    height: 35px;
    padding: 0 15px 0 15px;
    display: flex;
    align-items: center;
}

.dropdown-toggle::after {
    display:none !important;
}

div[class^='menu-icon-']:hover, div[class*=' menu-icon-']:hover{
    background-color: #444444;
}

.menu-icon {
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    margin: 0 10px 0 10px;
}

.menu-icon-highlight {
    border-style: solid;
    border-width: 1px;
    border-color: #444444;
}

.menu-icon-isva>img{

}

.menu-text {
    margin: 0 10px 0 10px;
    color: #F0F0F0;
    font-variant: small-caps;
}

.spacer {
    margin-top: 5px;
    height: 10px;
    padding: 0 15px 0 15px;
    display: flex;
    align-items: center;
}

.sidenav-toggle {
    text-align: center;
    position: absolute;
    bottom: 157px;
    right: 0;
    left: 0;
}

.sidenav-toggle:before {
    content: "";
    display: block;
    height: 0;
    border-top: 3px solid;
    border-color: #444444;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 14px;
    z-index: -1;
}

.sidenav-toggle>button {
    border-radius: 50%;
    background-color: #222222;
}

.sidenav-toggle>button:hover {
    -webkit-filter: drop-shadow( 0px 2px 2px rgba(0, 0, 0, 0.3) );
    filter: drop-shadow( 0px 2px 2px rgba(0, 0, 0, 0.3) );
}

.sidenav-toggle>button>img{
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    display: flex;
    align-items: center;
    max-width: 29px;
    max-height: 29px;
}

@media only screen and (max-width: 767px) {
    .sidenav-toggle {
        bottom: 104px
    }
}

.sidenavtoggleCollapsed {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.main-container {
    /*margin-left: 240px;*/
    padding-left: 255px;
    padding-top: 70px;
    padding-right: 15px;
    padding-bottom: 101px;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
    width: 100%;
    max-height: 77%
}

@media only screen and (max-width: 767px) {
    .main-container {
        max-height: 84.5%;
        padding-bottom: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .main-container {
        padding-left: 90px;
    }
}

.maincontainerCollapsed {
    padding-left: 90px;
}

.main-subcontainer {
    background-color: #fff;
    border: 2px solid #E0E0E0;

}

.guide-icon{
    max-width: 30px;
    max-height: 25px;
}

.guide-font {
    font-family: Karla;
    font-size: 15px;
    letter-spacing: -1px;
}

.guide-font>div.col {
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
    padding-bottom: 5px;
    padding-top: 5px;
}

@media only screen and (min-width: 576px) {
    .guide-font{
        text-align: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .guide-font>div.col {
        border-bottom-style: none;
        border-right-style: solid;
        border-right-color: #c3c3c3;
    }
}

.carousel.slide {
    border-color: #444444;
    border-top-width: 4px;
    border-top-style: solid;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}

.carousel-inner > div > img{
    width: 1250px;
    height: 400px;
}
.img-footer {
    font-family: Karla;
    font-size: 12px;
    letter-spacing: -1px;
}

.bottomnav {
    height: 93px;
    max-height: 93px;
    width: 100%;
    background-color: #005DA6;
    padding-top: 5px;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
    overflow: hidden;
}

.bottomnav-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    letter-spacing: -1.2px;
    color: #F0F0F0;
}

.bottomnav-text>div.col-md-4 {
    float:left;
    height: 100%;
}

.bottomnav-text>div.col-6 {
    padding: 0 5px 0 5px;
}

.shield {
    max-height: 80px;
    max-width: 70px;
    mix-blend-mode: luminosity;
}

.social-icon {
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    margin: 0 3px 0 3px;
    vertical-align: bottom;
    cursor: pointer;
}

.bottomnav-toggler {
    text-align: center;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-width: 0px;
    background-color: transparent;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}

.bottomnav-2 {
    height: 40px;
    max-height: 40px;
    width: 100%;
    background-color: #005DA6;
    overflow-x: hidden;
    padding-top: 5px;
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
    overflow: hidden;
}

.bottomnav-text>div.col-sm-3, .bottomnav-text>div.col-sm-4, .bottomnav-text>div.col-sm-5 {
    float:left;
    height: 100%;
    font-size: 10px;
}

.bottomnav-text>div.col-sm-3 {
    display: flex;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.no-decor {
    text-decoration: none;
    color: initial;
}

.no-decor:hover{
    text-decoration: none;
    color: initial;
    /*text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.04);*/
}

.show{
    display: block !important;
}
/* modal */

.modal-main-section{
    margin: 0 auto;
    margin-top:100px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
}
.modal-user-img{
    margin-top:-15px;
    text-align: center;
}
.modal-user-img img{
    background-color: #F0F0F0;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.modal-user-name{
    margin:10px 0px;
    text-align: center;
}
.modal-user-name h1{
    font-size:30px;
    color:#676363;
}
.modal-user-name button{
    position: absolute;
    top:-30px;
    right:20px;
    font-size:30px;
}
.form-input button{
    width: 100%;
    margin-bottom: 20px;
}
.link-part{
    border-radius:0px 0px 5px 5px;
    background-color: #ECF0F1;
    padding:15px;
    border-top:1px solid #c2c2c2;
}

.dropdown-menu-right {
    left: unset;
    right: 0;
}

.input-main {
    margin-top: 5px;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    min-width: 150px;
    width: 40%;
    max-width: 300px;
}

.color-1 {
    border-color: #28a745;
}

.color-2 {
    border-color: #005DA6;
}

.dropdown-menu {
    transform: translate3d(16px, 5px, 0px);
}

.table.table-sm {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
}

.table td {
    border: none;
}

.deco_Principal {
    margin: 0 auto;
}

.form-group {
    margin-bottom: 0;
}

.input-group-text {
    padding: 4px;
    font-size: 13px;
    height: 18px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.alert.alert-danger {
    position: absolute;
    right: 110px;
    top: 7px;
    z-index: 1050;
}

ol.breadcrumb{
    margin: 5px;
    font-size: 10px;
    border-bottom-color: gray;
    background-color: #ffffff00;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: max-content;
}

.isva_icon_absolute{
    max-width: 25px;
    min-width: 25px;
    max-height: 25px;
    top: 10px;
    right: 35px;
    position: absolute;
}

.card {
    overflow: hidden;
}

.card-columns .card.card-stack {
    margin-bottom: 0;
}

.card.card-active {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
    border-left-color: red;
    background-color: #f6f6f6;
    border-left-width: 2px;
}

.card.card-inactive {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-left-color: grey;
    background-color: unset;
    border-left-width: 2px;
    color: grey;
}

.card.card-complete {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-left-color: green;
    background-color: unset;
    border-left-width: 2px;
    color: green;
}

div.card-inactive>div>div>div>p.card-text{
    display: none;
}

div.card-inactive>div>div>div>h6.card-subtitle{
    display: none;
}

div.card-complete>div>div>div>p.card-text{
    display: none;
}

div.card-complete>div>div>div>h6.card-subtitle{
    display: none;
}

.card-title.stack{
    font-size: 1.8vw;
    font-weight: 900;
}

.card-columns {
    column-count: 1;
}

.card-hover{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-hover:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

h7{
    font-size: 12px;
}
h6{
    font-size: 14px;
}
h5 {
    font-size: 16px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
p {
    font-size: 13px;
}
.w-100{
    width: 100% !important;
}
.m-0{
    margin: 0 !important;
}
input#plaque{
    border: 0px;
    background-color: #f3b915;
    border-bottom: #1e4e8c;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-size: 7vw;
    text-align: center;
    width: 90%;
    margin-bottom: 0.1em;
}

input#plaque:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 70px #f3b915 inset;
}

input#txt_NumPlaca{
    border: 0px;
    background-color: #f3b915;
    border-bottom: #1e4e8c;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-size: 7vw;
    text-align: center;
    width: 90%;
    margin-bottom: 0.1em;
}

input#txt_NumPlaca:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 70px #f3b915 inset;
}

.btn-sm{
    padding: 0.15rem 0.5rem;
    font-size: 0.8rem;
}

.col-form-label{
    font-size: 11px;
}

.form-control{
    font-size: 11px;
    height: fit-content !important;
}

.btn-collapsable{
    width: 100%;
    margin: 0;
    box-shadow: unset;
    border-bottom-width: 2px;
    border-bottom-color: #b51c1c;
    padding: 1px 1px 1px 10px;
    text-align: left;
    color: #b51c1c;
    font-size: 12px;
}

.btn-collapsable:hover{
    color: #b51c1c;
}

.completed{
    color: #005da6 !important;
    border-bottom-color: #005da6 !important;
}

.c-blue{
    color: blue;
}