﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:300&subset=latin-ext);

html, body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

/***************************************DIOGO*************************************/
.btn-Novo-Cliente {
    padding-bottom: 10px;
}

.cst-ckb-Novo-Cliente {
    margin-top: 20px;
}

.cst-tbl-linhaHover:hover {
	cursor: pointer;
	background-color: #ccc;
}

.cst-msg-select-null {
	color: #fd5757;
}


/*************************************END DIOGO***********************************/
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #e7e7e7;
    padding: 8px;
    text-align: right;
    /* margin-left: 230px; */
    border-top: 1px solid #d0cdcd;
    z-index: 850;
}

a {
    cursor: pointer;
}

hr {
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #d6c93d;
    width: 500px;
}


input[type="radio"], input[type="checkbox"] {
    display: inline-block !important;
}

.line {
    border-bottom: 1px dotted #e6cb0a;
}

.left {
    float: left;
}

    .left div {
        float: left;
    }


.height {
    height: 100%;
}

.containerCustom {
    padding: 0px;
    height: 100%;
}

.menuMobile {
    text-align: center;
    background-color: transparent;
    border: unset;
    font-size: 20px;
    vertical-align: middle;
    padding: 5px 25px !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .menuMobile .fa {
        margin-right: 0px;
        color: #24211d;
        font-size: 22px;
    }

    .menuMobile :focus > .fa :focus {
        outline: 0px solid blue;
    }


.main-sidebar {
    position: fixed;
    margin-top: 50px;
    display: inline-block;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 230px;
    z-index: 900;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    background-color: #eaeaea !important;
    border-right: 2px solid #e6cb0a;
    -webkit-box-shadow: 10px 0px 26px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 0px 26px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 0px 22px -8px rgba(0,0,0,0.75);
}

.logo {
    width: 100%;
    height: auto;
    position: relative;
    max-height: 30px;
    max-width: 200px;
}

.labelChave {
    padding: 5px;
    min-width: 100px;
    margin-bottom: 0px;
}

.labelValor {
    padding: 5px;
    min-width: 320px;
    max-width: 400px;
    background-color: #d6c93d;
    cursor: pointer;
}

.navbar-default {
    border: unset;
    background-color: #ffeb3b !important;
    background-image: unset;
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        background-color: #e6cb0a;
    }

.navbar {
    z-index: 3000;
    border-radius: 0px;
    margin-bottom: 0px;
    position: fixed;
    width: 100%;
}

/*.navbar-brand {
    padding: 15px 65px;
}*/

.sidebar a {
    color: #000;
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
    border-left: 3px solid transparent;
}

.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a, .sidebar-menu > li.menu-open > a {
    color: #000;
    background: #e4d45f;
}

.sidebar-menu > li.active > a {
    border-left-color: #000;
}

.sidebar-menu > li > a > .fas, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu > li.header {
        color: #4b646f;
        background: #eeeeef;
    }

    .sidebar-form, .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }

    .sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
        white-space: nowrap;
        overflow: hidden;
    }

        .sidebar-menu li.header {
            padding: 10px 25px 10px 15px;
            font-size: 12px;
        }

        .sidebar-menu > li {
            position: relative;
            margin: 0;
            padding: 0;
            cursor: pointer;
        }

.content-wrapper {
    position: relative;
    display: inline-block;
    min-height: 100%;
    z-index: 800;
    min-height: 650px;
    vertical-align: top;
    height: 100%;
    padding-left: 230px;
    width: 100%;
    margin-top: 50px;
}

.content-wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    /*margin-left: 230px;*/
    z-index: 820;
    background-color: #f5f5f5;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

.imgDetalhe {
    visibility: hidden;
}

.popover {
    max-width: 576px;
    border: 5px solid rgba(226, 210, 18, 0.2);
}

.breadcrumb {
    background-color: #eeeeef;
}

.box-total {
    float: right;
    background: #505a8c;
    padding: 5px 20px;
    color: white;
    text-align: center;
    margin: 15px;
}

.box-total-tit {
    border-bottom: 1px solid;
}

.small-box {
    border-radius: 20px 0px 0px 0px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box .inner a {
        color: #fff !important;
    }

    .small-box h3, .small-box p {
        z-index: 5;
    }

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
    }

    .small-box h3, .small-box p {
        z-index: 5;
    }

    .small-box p {
        font-size: 15px;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        display: block;
        z-index: 10;
        background: #05125a;
        text-decoration: none;
    }

    .small-box:hover {
        color: #91640F;
        animation: moveUpBox 1s;
        animation-fill-mode: forwards;
    }

        .small-box:hover .small-box-footer {
            -webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
            -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
            box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
        }

@-webkit-keyframes moveUpBox {
    from {
        top: 0px;
    }

    to {
        top: -6px;
    }
}

@keyframes moveUpBox {
    from {
        top: 0px;
    }

    to {
        top: -6px;
    }
}


.bg-light-gray {
    background-color: #067ba7 !important;
    color: #fff !important;
}

.bg-bhjet-blue-3 {
    background-color: #106cc8 !important;
    color: #fff !important;
}

.bg-bhjet-blue-d {
    background-color: #505a8c !important;
    color: #fff !important;
}

.bg-bhjet-blue-d2 {
    background-color: #05125a !important;
    color: #fff !important;
}

.bg-bhjet-blue-l {
    background-color: #64b6f7 !important;
    color: #fff !important;
}

.bg-bhjet-blue-l2 {
    background-color: #2196f3 !important;
    color: #fff !important;
}

.bg-bhjet-blue-l3 {
    background-color: #eaeaea !important;
    color: #000 !important;
}


.bg-bhjet-blue-pu {
    background-color: #9575cd !important;
    color: #fff !important;
}

.bg-bhjet-blue-pu2 {
    background-color: #673ab7 !important;
    color: #fff !important;
}

.bg-bhjet-blue-pi {
    background-color: #ba68c8 !important;
    color: #fff !important;
}

.bg-bhjet-blue-pi2 {
    background-color: #9c27b0 !important;
    color: #fff !important;
}


.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #c5ae06;
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    margin-bottom: 20px;
    width: auto;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 10px;
    min-height: 140px;
}

    .box :before {
        -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.75);
    }



.box-title {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
}

.fa {
    margin-right: 10px;
}

/* default styles here for older browsers. 
       I tend to go for a 600px - 960px width max but using percentages
    */
@media only screen and (min-width:960px) {
    /* styles for browsers larger than 960px; */
}

@media only screen and (min-width:1440px) {
    /* styles for browsers larger than 1440px; */
}

@media only screen and (min-width:2000px) {
    /* for sumo sized (mac) screens */
}

@media only screen and (max-device-width:480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
}

@media only screen and (device-width:768px) {
    /* default iPad screens */
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    #form1-Novo-cliente {
        width: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .cst-ckb-Novo-Cliente {
        margin-top: 0;
    }
}

@media (max-width: 1112px) {
    hr {
        width: 200px;
    }

    .main-sidebar {
        transition: opacity 1s ease-out;
        overflow: hidden;
        height: unset;
        width: 100%;
        min-height: 0px;
        display: none;
        border-bottom: 2px solid #e6cb0a;
        border-right: none;
        box-shadow: 0px 10px 22px -8px rgba(0,0,0,0.75);
    }

    .content-wrapper {
        width: 100%;
        padding-left: 0px;
    }

    .content-wrapper, .main-footer {
        margin-left: 0px;
    }

    .navbar-default {
        background-image: linear-gradient(#f5ed00 0,#c6de44 100%);
    }

    .labelValor {
        padding: 5px;
        min-width: 220px;
        max-width: unset;
        background-color: #d6c93d;
    }

    #footer {
        text-align: center;
    }

        #footer strong {
            margin-right: 0px;
        }

    .ctnLoginPainel {
        padding: 15px !important;
        min-height: 430px !important;
        height: 480px;
    }

    .timeline > li > .timeline-item {
        margin-left: 0px !important;
    }

    .timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
        left: 0 !important;
        z-index: 5;
    }

    .popover {
        max-width: 376px;
    }
}
/* ---------------- */

#map_canvas {
    width: 100%;
    height: 850px;
}

.timeline {
    position: relative;
    margin: 0 0 0px 0;
    padding: 0;
    list-style: none;
}

    .timeline > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
    }

        .timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #000;
            background: #d6c93d;
            border-radius: 50%;
            text-align: center;
            left: 2px;
            top: 0px;
        }

    .timeline > .time-label > span {
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #fff;
        border-radius: 4px;
    }

    .timeline > li:after {
        clear: both;
    }

    .timeline > li:before, .timeline > li:after {
        content: " ";
        display: table;
    }

    .timeline > li > .timeline-item {
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 3px;
        margin-top: 0;
        background: #fff;
        color: #444;
        /*margin-left: 60px;
        margin-right: 15px;*/
        padding: 0;
        position: relative;
    }

        .timeline > li > .timeline-item > .time {
            color: #999;
            float: right;
            padding: 10px;
            font-size: 12px;
        }

        .timeline > li > .timeline-item > .timeline-header {
            margin: 0;
            color: #555;
            border-bottom: 1px solid #f4f4f4;
            padding: 10px;
            font-size: 16px;
            line-height: 1.1;
        }

            .timeline > li > .timeline-item > .timeline-header > a {
                font-weight: 600;
            }

        .timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
            padding: 10px;
        }


.radio, .checkbox {
    margin-top: 0px;
}


.titulo {
    margin-bottom: 30px;
}

    .titulo h2 {
        font-size: 17px;
        position: relative;
        margin-top: 10px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    }

        .titulo h2::after {
            position: absolute;
            content: "";
            background-color: #337ab7;
            height: 3px;
            width: 50px;
            bottom: -1px;
            left: 0;
        }

.inline {
    display: inline;
}

.whatsapp {
    color: green;
    font-size: 20px !important;
    display: inline;
    box-shadow: 2px 2px 2px 2px rgba(87, 222, 56, 0.05);
}

input[type="radio"] {
    margin-left: 15px;
}




/* CHECKBBOX CUSTOM */
.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

    .label-cbx input:checked + .checkbox {
        border-color: #20C2E0;
    }

        .label-cbx input:checked + .checkbox svg path {
            fill: #20C2E0;
        }

        .label-cbx input:checked + .checkbox svg polyline {
            stroke-dashoffset: 0;
        }

    .label-cbx:hover .checkbox svg path {
        stroke-dashoffset: 0;
    }

    .label-cbx .checkbox {
        position: relative;
        top: 2px;
        float: left;
        margin-right: 8px;
        width: 20px;
        height: 20px;
        border: 2px solid #C8CCD4;
        border-radius: 3px;
        min-height: unset;
    }

        .label-cbx .checkbox svg {
            position: absolute;
            top: -2px;
            left: -2px;
        }

            .label-cbx .checkbox svg path {
                fill: none;
                stroke: #20C2E0;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 71px;
                stroke-dashoffset: 71px;
                transition: all 0.6s ease;
            }

            .label-cbx .checkbox svg polyline {
                fill: none;
                stroke: #FFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 18px;
                stroke-dashoffset: 18px;
                transition: all 0.3s ease;
            }

    .label-cbx > span {
        pointer-events: none;
        vertical-align: middle;
    }

.cntr {
    text-align: center;
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

/* -----------   */



/* RADIO */

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        background: #9faab7;
    }

    .option-input:checked {
        background: #20C2E0;
    }

        .option-input:checked::before {
            height: 20px;
            width: 25px;
            position: absolute;
            content: '✔';
            display: inline-block;
            font-size: 20.66667px;
            text-align: center;
            line-height: 27px;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
        padding-top: unset;
        margin: 0px 5px 0;
        height: 10px;
        width: 25px;
        min-height: 25px;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }


/* ------ */




/*
    Login Form 
*/
.bodyLogin {
    margin: 0px;
    border-bottom: 5px solid #e6cb0a;
}

.ctnlogin {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .ctnlogin::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,0.9);
    }

.ctnLoginPainel {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;
    background: #9152f8;
    background: -webkit-linear-gradient(top, #fffdc8, #e0d228);
    background: -o-linear-gradient(top, #7579ff, #b224ef);
    background: -moz-linear-gradient(top, #7579ff, #b224ef);
    -webkit-box-shadow: 0px -2px 46px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 46px -6px rgba(0,0,0,0.75);
    box-shadow: 0px -2px 46px -6px rgba(0,0,0,0.75);
    min-height: 500px;
    padding: 70px;
}

    .ctnLoginPainel button {
        background-color: transparent;
        border: 2px solid white;
        padding: 10px 40px;
        color: black;
    }

        .ctnLoginPainel button:hover {
            -webkit-box-shadow: 0px -2px 46px -6px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px -2px 46px -6px rgba(0,0,0,0.75);
            box-shadow: 0px -2px 46px -6px rgba(0,0,0,0.75);
        }

    .ctnLoginPainel img {
        margin-bottom: 40px;
    }

    .ctnLoginPainel input {
        font-family: Poppins-Regular;
        font-size: 16px;
        color: #24211d;
        line-height: 1.2;
        display: block;
        width: 100%;
        height: 45px;
        background: transparent;
        border-top: none;
        border: 10px;
        border-bottom: 2px solid black;
    }

    .ctnLoginPainel .fa:before {
        padding-right: 10px;
    }


/* ------ */



/*  Overrides */
#tabs > li :active {
    border: 1px solid #000000 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #e6cb0a !important;
    border: 1px solid #000000 !important;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: black !important;
    }

/* ------- */

.ui-autocomplete {
    overflow-y: scroll;
    max-width: 450px;
    max-height: 250px;
    z-index: 985 !important;
    -webkit-box-shadow: 0px 7px 15px -6px #000000;
    box-shadow: 0px 7px 15px -6px #000000;
    overflow-x: hidden;
}

.ui-menu-item a {
    padding: 7px;
}

.ui-menu-item :hover {
    overflow-x: no-display;
    background-color: #e0e0e0;
}

.ui-widget-content a {
    font-size: 12px;
}

.ui-widget-content {
    background: #f3f0ce;
}

.ui-menu-item-wrapper :hover {
    overflow-x: no-display;
}

.bg-success {
    padding: 20px;
    max-width: 500px;
    color: #a9a9a3;
    font-weight: bolder;
    font-size: 12px;
}


.ui-autocomplete-loading {
    background: url('img/indicator.gif') no-repeat right center
}

.input-sm {
    max-width: 240px;
}



/* LOADING   --------------- */
.loader {
    background-color: #e6cb0a;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999;
    display: none;
    text-align: center;
    padding-top: 20%;
}

.car__body {
    -webkit-animation: shake 0.2s ease-in-out infinite alternate;
    animation: shake 0.2s ease-in-out infinite alternate;
}

.car__line {
    -webkit-transform-origin: center right;
    transform-origin: center right;
    stroke-dasharray: 22;
    -webkit-animation: line 0.8s ease-in-out infinite;
    animation: line 0.8s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.car__line--top {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.car__line--middle {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.car__line--bottom {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }

    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }

    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@-webkit-keyframes line {
    0% {
        stroke-dashoffset: 22;
    }

    25% {
        stroke-dashoffset: 22;
    }

    50% {
        stroke-dashoffset: 0;
    }

    51% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: -22;
    }

    100% {
        stroke-dashoffset: -22;
    }
}

@keyframes line {
    0% {
        stroke-dashoffset: 22;
    }

    25% {
        stroke-dashoffset: 22;
    }

    50% {
        stroke-dashoffset: 0;
    }

    51% {
        stroke-dashoffset: 0;
    }

    80% {
        stroke-dashoffset: -22;
    }

    100% {
        stroke-dashoffset: -22;
    }
}



.modal-header {
    background-color: #192123;
    color: white;
}

.modal-body {
    background-color: #e6cb0a;
    font-weight: bold;
    text-align: center;
}

.modal-footer {
    background-color: #e6cb0a;
}

    .modal-footer .btn-default {
        color: #fff;
        background-color: #192123;
        border-color: #ccc;
    }



    .obrigatorio{
        color:red;
        margin-right:3px;
        display:inline;
    }


.rowList {
    background-color: #efefef;
    padding: 15px 0px;
    border-radius: 20px;
    margin-bottom: 8px;
}

    .rowList a {
        color: red;
        margin: 25px 0px;
        font-size: 20px;
    }


.inputDesc {
    width: auto;
    display: inline;
    border: 0px;
    margin: 1px;
    padding-right: 0px;
}

.ui-corrida-content {
    z-index: 10;
    position: absolute;
    left: 250px;
    top: 62px;
    max-width: 700px;
    padding: 50px;
    /* width: auto; */
    /* min-width: 800px; */
    height: auto;
    font-weight: bold !important;
    color: #0090c5;
    background: rgba(51, 49, 49, 0.3);
    border: 1px solid rgb(113, 110, 110);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 16px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px !important;
}

#ctnInicio {
    /*height: 0px;
    font-size: 15px;*/
}

.w3-content img {
    height: 350px;
}

.listaBotaoInicio {
    padding: 20px;
}

    .listaBotaoInicio li {
        margin: 0px 20px;
    }

        .listaBotaoInicio li a {
            margin: 20px;
        }

.ctnEntregaInterno {
    display: block;
    font-weight: 800;
    margin: 0 0 1em 0;
    font-size: 0.8em;
    color: #444;
    background: white;
    padding: 3px 20px;
    /*border-radius: 50px;*/
}

    .ctnEntregaInterno .titulo {
        margin: 0;
        /* padding: 0; */
        border-bottom: 1px solid;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        color: #0090c5;
        margin-bottom: 10px;
    }


.btnPadrao {
    float: right;
    transition: background-color .25s ease-in-out;
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    outline: 0;
    border: 0;
    padding: 5px 15px;
    font-size: 17px;
}


.btnSolicitacao {
    float: right;
    font-size: 17px;
    background: #117196;
    padding: 5px 50px;
}

    .btnSolicitacao:hover {
        background-color: #6f9cad !important;
    }

.btnConfirmacao {
    float: right;
    background-color: #cacc13 !important;
}

    .btnConfirmacao:hover {
        background-color: #ebec5e !important;
    }

.ui-menu {
    width: 501px;
    height: auto;
    background: white;
    padding: 15px;
    cursor: pointer;
}

    .ui-menu:hover {
        background-color: #e4de3f;
    }


.cts-titulo-side-bar {
    margin: -50px -50px -50px -50px;
    /*margin: -50px  -35px -35px -35px;*/
    background: #373730;
    padding: 7px;
    margin-bottom: 40px;
    text-align: center;
    color: white;
    cursor: pointer;
}

    .cts-titulo-side-bar .titulo {
        margin-right: -100px;
    }

    .cts-titulo-side-bar .iconeLeft {
        top: 0;
        float: right;
        display: block;
        position: relative;
    }


.cts-subtitulo-side-bar {
    margin: 0px;
    margin-right: 0px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: rgba(51, 49, 49, 0.3);
    background: #373730;
    padding: 7px;
    cursor: pointer;
}

    .cts-subtitulo-side-bar .titulo {
        color: white;
    }

    .cts-subtitulo-side-bar .subtitulo {
        font-size: 12px;
        display: block;
    }

    .cts-subtitulo-side-bar .iconeLeft {
        top: 0;
        float: right;
        display: block;
        position: relative;
    }


.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        background: #9faab7;
    }

    .option-input:checked {
        background: #20C2E0;
    }

        .option-input:checked::before {
            height: 20px;
            width: 25px;
            position: absolute;
            content: '✔';
            display: inline-block;
            font-size: 20.66667px;
            text-align: center;
            line-height: 27px;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
        padding-top: unset;
        margin: 0px 15px 0;
        height: 10px;
        width: 25px;
        min-height: 25px;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

.total {
    display: inline;
    color: #cacc13;
}




/* externo */

.navExt {
    margin: 0 auto;
    /*max-width: 800px;*/
    background: #d5d800;
    box-shadow: 0 3px 15px rgba(0,0,0,.15);
}

    .navExt::after {
        display: block;
        content: '';
        clear: both;
    }

    .navExt ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .navExt ul li {
            float: left;
            position: relative;
        }

            .navExt ul li a {
                display: block;
                color: rgb(55, 55, 48);
                text-decoration: none;
                font-size: 13px;
                padding: 1rem 2rem;
                border-top: 2px solid transparent;
                border-bottom: 2px solid transparent;
                transition: all .3s ease-in-out;
            }

                .navExt ul li a:hover,
                .navExt ul li a:focus {
                    background: rgba(0, 0, 0, .15);
                }

                .navExt ul li a:focus {
                    color: white;
                }

                .navExt ul li a:not(:only-child)::after {
                    padding-left: 4px;
                    content: ' ▾';
                }

            .navExt ul li ul li {
                width: 100%;
                min-width: 190px;
            }

                .navExt ul li ul li a {
                    background: transparent;
                    color: #555;
                    border-bottom: 1px solid #DDE0E7;
                }

                    .navExt ul li ul li a:hover,
                    .navExt ul li ul li a:focus {
                        background: #eee;
                        color: #111;
                    }

.dropdownNavEx {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 4px 10px rgba(10, 20, 30, .4);
    z-index: 1;
}