﻿body {
    margin: 0;
    padding: 0;
}

.navbar {
    background-color: #001333;
    background-image: linear-gradient(#001333, #002463);
    color: #333 !important;
}

.w-95 {
    width: 95% !important;
}

ul.stepper li.success a .circle {
    background-color: #00c851;
}

#background_modal {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 100001;
}

.loader_text {
    z-index: 1000001;
    position: fixed;
    top: 45%;
    left: 43%;
    color: #333;
    font-size: 20px;
    text-shadow: 1px 3px 5px #595959;
}

a#linkNotif {
    display: inline-block;
}

    a#linkNotif > span {
        position: absolute;
        top: 2px;
        right: 3px;
        padding: 1px 4px;
        border-radius: 50%;
        color: white;
        font-size: 9px;
        font-weight: bold;
    }

        a#linkNotif > span.count {
            background-color: #dc3545 !important;
        }

        a#linkNotif > span.zero {
            background-color: #17a2b8 !important;
        }

#Background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 100001;
}

#Background2 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 100001;
}

.modalUn {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 100001;
}

.form-header {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    color: #333;
    text-align: center;
    margin-top: -3.13rem;
    margin-bottom: 3rem;
    padding: 1rem;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    background-color: #ffcc00;
}
/********************************************************/

.mask {
    /*background-color: #333;*/
    background-color: rgba(0, 19, 51, 1);
}

.log_title {
    font-size: 1.5em;
}

.bodybg {
    background-image: linear-gradient(#ddd, #fff);
    /*background: url(../img/unacar/bg_unacar.jpg) center center fixed;
    background-size: cover;*/
}

.log_title {
    font-size: 1.5em;
}

.hr-yellow {
    border-top: 1px solid #ffcc00;
}

.unacar_title {
    font-size: 2em;
    color: #FFF;
    text-shadow: 2px 2px 8px #fff;
}

.lema_title {
    font-size: 0.9em;
    color: #FFF;
    text-shadow: 2px 2px 8px #fff;
}

.bodyLogin {
    height: 100vh;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    margin: 7% auto 0 auto;
}

.ht {
    font-weight: 400;
    color: #fff;
}

.footer {
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
}

footer {
    background-color: #001333;
    color: #fff;
    font-size: 0.9em;
}

.fileUploadMask {
    border-radius: 1em;
    border: 2px dashed #d9d9d9;
    height: 10em;
    text-align: center;
}

.testimonial-card .card-up {
    overflow: hidden;
    height: 18em;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 185px;
    height: 190px;
    margin-top: -95px;
    overflow: hidden;
    border: 5px solid #fff;
}

.font-1-3 {
    font-size: 1.3rem;
}

.font-1-1 {
    font-size: 1.3rem;
}

.jqte-test {
	display:block;
	margin:0 0 10px;
	padding:6px;
	width:95%;
	background:#FFF;
	border:#AAA 1px solid;
	font-size:13px;
}

.pt-10 {
    padding-top: 5em !important;
}

.tbl-lista {
    border-collapse: unset;
    width: 100%;
}

    .tbl-lista tr td:first-child {
        width: 10%;
        text-align: center;
    }

.base_table tbody th {
    background-color: #ccc;
    color: #000;
}

/* menu navbar icon */
.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .animated-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon span {
        background: #ffcc00;
    }

        .animated-icon span:nth-child(1) {
            top: 0px;
        }

        .animated-icon span:nth-child(2) {
            top: 10px;
        }

        .animated-icon span:nth-child(3) {
            top: 20px;
        }

    .animated-icon.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-icon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
/********************************/
.tbl-minuta thead tr th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.tbl-minuta tbody tr th {
    background-color: #fafafa;
    font-weight: bold;
}

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    ul.stepper {
        display: none;
    }
}
