@media only screen and (max-width: 576px) {

    #licit-card {
        max-width: 50px;
    }
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 10px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }
        /*
    Label the data
    */
        #no-more-tables td:before {
            content: attr(data-title);
        }

    #step1_login {
        max-width: 320px;
        height: 100vh !important;
        padding: 1.5rem;
    }

    #step2_login {
        max-width: 320px;
        height: 100vh !important;
        padding: 1.5rem;
    }

    #step3_login {
        max-width: 350px;
        height: 100vh !important;
        padding: 1.5rem;
        height: 100%;
    }

    #login {
        overflow-y: scroll;
        position: fixed;
        margin-bottom: -200px;
        margin-top: -89% !important;
        height: 100vh !important;
    }

    .fa {
        /*top: 30px !important;*/
        /*left: 25px !important;*/
    }

    .ui-modal-content {
        /*padding-bottom: -10px;*/
    }
}

.markText {
    color: #c59e00;
    background-color: #ffe26f;
    padding: 2px 5px;
}

.panel-fornecedor {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.hl {
    background-color: #64c9c1;
    color: #ffffff;
}

#login {
    margin-top: -274px;
}

.alert-gray {
    background-color: #f3f3f3;
    border-color: #d6d6d6;
    color: #6b6b6b;
}

.table td {
    vertical-align: middle !important;
}

.btn-cta {
    background-color: #eb6651 !important;
    color: #fff !important;
    border-color: #eb6651 !important;
}

.label {
    display: inline-block !important;
    margin-bottom: .5rem !important;
    font-weight: 500 !important;
    color: #062232 !important;
}

.form-control:focus {
    border-color: #327431 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #327431 !important;
    border-color: #327431 !important;
    box-shadow: 1px 1px 1px 0 #163d15;
}

.btn-secondary.active {
    color: #fff !important;
    background-color: #327431 !important;
    border-color: #327431 !important;
    box-shadow: 1px 1px 1px 0 #163d15e0;
}

.btn-secondary {
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #64c9c1 !important;
    border-color: #64c9c1 !important;
}

.btn-primary:focus {
    color: #fff !important;
    background-color: #5bb7b0 !important;
    border-color: #5bb7b0 !important;
}

.btn-primary:active {
    color: #fff !important;
    background-color: #56a09b !important;
    border-color: #56a09b !important;
    box-shadow: 0px 0px 1px 0 #163d15e0;
}

.btn-success {
    color: #fff !important;
    background-color: #062232 !important;
    border-color: #062232 !important;
}

    .btn-success:hover {
        color: #fff !important;
        background-color: #041621 !important;
        border-color: #041621 !important;
    }

    .btn-success:focus {
        color: #fff !important;
        background-color: #041621 !important;
        border-color: #041621 !important;
    }

    .btn-success:active {
        color: #fff !important;
        background-color: #0a3b56 !important;
        border-color: #0a3b56 !important;
    }

@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Open-Sans-Light.woff');
}

@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Open-Sans-Bold.woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Roboto-Regular.woff");
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Raleway.woff");
}

@font-face {
    font-family: "Ionicons";
    src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
    src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.o-hidden {
    overflow: hidden;
}

* {
    outline: inherit !important;
}

html {
    font-size: 15px !important;
}

body {
    font-family: 'Nunito', sans-serif;
    overflow: hidden !important;
    color: #2a4561;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: bold;
}

small,
.small {
    font-size: 90% !important;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    line-height: 1.8;
}

th {
    font-weight: normal;
    color: inherit;
}

.logo {
    text-align: center;
    padding: 22px 0 21px;
}

.logo-osb {
    background-image: url(../images/logo_osb.png);
    height: 60px !important;
}

.header {
    width: 100%;
    height: auto;
    padding: 7px 0px;
    border-bottom: 1px solid #ddd;
    background-color: #fff !important;
}

.text-white {
    color: #fff !important;
}

    .text-white * {
        color: inherit !important;
    }

.header.initial {
    padding-top: 65px;
    background-color: transparent;
    border-bottom: 0;
}

    .header.initial li {
        color: #fff;
    }

    .header.initial .button-as-anchor {
        color: #fff !important;
    }

    .header.initial li:nth-child(1) {
        text-shadow: none;
    }

.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 1.3rem 0rem;
    margin-right: 5.3rem;
}

.super-tab{
    line-height:0;
}

.super-tab .nav {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background-color: transparent;
    width:100%;
}

.super-tab .nav-item {
    color: #83818c;
    padding: 25px;
    flex:1;
    text-decoration: none;
    transition: .3s;
    text-align:center;
    /* margin: 0 6px; */
    z-index: 1;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    position: relative;
}

.super-tab .nav-item:nth-child(0) {
    margin-left:0
}

.super-tab .nav-item:nth-last-child() {
    margin-right:0
}

.super-tab .nav-item:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #dfe2ea;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    transition: .3s;
}

.super-tab .nav-item:not(.is-active):hover:before {
opacity: 1;
bottom: 0;
}

.super-tab .nav-item:not(.is-active):hover {
color: #333;
}

.super-tab .nav-indicator {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
transition: .4s;
height: 5px;
z-index: 1;
border-radius: 8px 8px 0 0;
}

@media (max-width: 580px) {
.nav {
    overflow: auto;
}
}

.header li {
    display: inline;
    padding: 0rem 1rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    font-size: 0.93rem;
}

.header .button-as-anchor {
    color: inherit;
}

.header li.active {
    background-color: #327431;
    padding: 7px 15px;
    color: #fff;
    border-radius: 3px;
}

    .header li.active .button-as-anchor {
        color: #fff;
    }

.header .ion {
    position: relative;
    top: 3px;
}

.header button {
    font-size: 0.93rem;
}

.header li:not(.social-li):hover {
    background-color: #327431;
    padding: 7px 15px;
    color: #fff;
    border-radius: 3px;
}

.header li:not(.social-li):hover {
    background-color: #327431;
    padding: 7px 15px;
    color: #fff;
    border-radius: 3px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.light-span {
    color: #909090;
    font-weight: 100;
}

.strong-span {
    color: #333;
    font-weight: bold;
}

.user-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.dropdown-no-hover:hover,
.dropdown-no-hover:focus,
.dropdown-no-hover {
    color: inherit !important;
    background-color: #ffffff !important;
    border-color: inherit !important;
}

.dropdown .notificationItem:hover {
    background-color: #51a9a4 !important;
}

.light-jumbo {
    background-color: transparent !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
sup,
sup a,
.h5 {
    color: #294661 !important;
}

/**/

.font32 {
    font-size: 2.13rem !important;
}

.font23 {
    font-size: 1.53rem !important;
}

.word-highlight {
    background-color: #64c9c1;
    padding: 3px 8px;
    color: #fff;
    margin-right: 5px;
}

.bg-white {
    background-color: #fff !important;
}

.line30 {
    line-height: 30px !important;
}

.link {
    color: #327431;
    text-decoration: underline;
    cursor: pointer;
}

.animate-opacity {
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/*
.data-table tbody tr:hover {
    background-color: #f9f9f9;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
*/

.data-table tbody tr:hover .animate-opacity {
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

button {
    cursor: pointer;
}

.data-table tbody tr:hover .animate-right {
    right: 0px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.animate-right {
    position: relative;
    right: -200%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.data-table tbody tr:focus {
    background-color: #f7f7f7;
}

.data-table th {
    font-weight: 600 !important;
}

.data-table th,
.data-table td {
    vertical-align: middle !important;
}

.align-center {
    text-align: center !important;
}

.main-jumbo {
    padding: 4rem 2rem 2rem 2rem !important;
}

.font-bold {
    font-weight: 600 !important;
}

body.bar-trial .side-menu {
    height: calc(100vh - 56px) !important;
}

.side-menu {
    width: 220px;
    display: inline-block;
    height: 100vh;
    background-color: #062232;
    position: fixed;
    left: 0px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 4;
}

.side-menu-mini {
    width: 60px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .side-menu-mini .mini-hide {
        opacity: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .side-menu-mini i {
        text-align: center;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

.mini-hide {
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

body.bar-trial .content {
    height: calc(100vh - 56px) !important;
}

.content {
    width: calc(100% - 160px);
    display: inline-block;
    margin-left: 190px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 50px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.content-mini {
    margin-left: 30px;
    width: calc(100% - 0px);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.side-menu ul {
    margin: 0px !important;
    padding: 0px !important;
}

.side-menu li {
    color: #fff;
    list-style: none;
    padding: 1rem;
    font-weight: 100;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: center;
}

.transition {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.side-menu-mini .user-photo {
    margin-left: -6px;
}

.logo-mini {
    margin-left: 9px;
    height: 38px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.side-menu li:hover, .menu_head div.item:hover, .menu_head div.item button:hover {
    background-color: #51a9a4 !important;
    color: #fff;
}

.menu_head div.item {
    float: left;
    margin: 0px;
    width: 75px;
    position: relative;
}

.side-menu li.active {
    background-color: #51a9a4;
    color: #fff;
}

.pos-rel {
    position: relative;
}

.pl-btn-sm {
    padding-left: 70px !important;
}

.notification {
    font-size: 11px;
    background-color: #fa3e3e;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    padding: 4px 0px;
    top: 20px;
    left: 25px;
    font-weight: bold;
    color: #fff;
    min-width: 20px;
}

.content.w-sidebar {
    padding-right: 282px;
}

.sidebar-right {
    height: 100vh;
    background-color: #eceeef;
    width: 250px;
    position: fixed;
    right: 0px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.input-group-addon {
    background-color: #fff !important;
    width: 51px !important;
}

    .input-group-addon *:not(i) {
        font-size: 13px !important;
    }

.sidebar-left {
    height: 100vh;
    background-color: #eceeef;
    width: 250px;
    position: fixed;
    left: 220px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
}


    .sidebar-left .card {
        margin: 0.9rem;
        box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    }

.sidebar-left-mini {
    left: 60px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.w-sidebar-left {
    margin-left: 440px;
}

.w-sidebar-left-mini {
    margin-left: 280px;
}

.plus-animated > div {
    transition: transform .1s ease-in;
}

.plus-animated.minus > div:nth-child(1) {
    transform: rotate(90deg);
}

.sidebar-fix-w {
    overflow-x: hidden;
    width: 250px;
    border-bottom: 1px solid #ddd;
}

body.bar-trial .sidebar-fix-w {
    height: calc(100vh - 130px - 56px) !important;
}

body.bar-trial .sidebar-left {
    height: calc(100vh - 56px) !important;
}

.btn-fix-w {
    padding: 0.9rem;
    margin-top: 5px;
}

.hamburg-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #041621;
    font-size: 3rem;
    padding: 5px 0px;
    cursor: pointer;
}

.sidebar-nav {
    display: inline-block;
    width: 100%;
    text-align: left;
    background-color: #dadada;
    font-size: 3rem;
    padding: 5px 0px;
    cursor: pointer;
}


.right-sidebar-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #dadada;
    font-size: 3rem;
    padding: 5px 0px;
    cursor: pointer;
}

.side-nav-mini {
    width: 61px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.w-sidebar-left-mini-mini {
    margin-left: 91px;
}

.w-sidebar-mini-and-menu-big {
    margin-left: 251px;
}

.content-w-r-sidebar {
    padding-right: 93px !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.input-group select {
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.card-button {
    border-radius: 0px !important;
    border: 0px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
    padding: 0.5rem 0.5rem !important;
}

.card .card-button:nth-last-child(1) {
    border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.breadcrumb {
    padding: .75rem 0rem !important;
    background-color: #fff !important;
    font-weight: 500;
}

.col-xs-12 .licit-card {
    vertical-align: top;
    position: relative;
    top: 0px;
    -webkit-transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s;
    box-shadow: 0px 0px 0px 0px rgb(228, 228, 228);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(228, 228, 228);
    -moz-box-shadow: 0px 0px 0px 0px rgb(228, 228, 228);
    cursor: default;
}

    .col-xs-12 .licit-card:hover {
        top: -3px;
        -webkit-transition: all ease 0.15s;
        -moz-transition: all ease 0.15s;
        -o-transition: all ease 0.15s;
        transition: all ease 0.15s;
        box-shadow: 2px 5px 10px 0px rgb(228, 228, 228);
        -webkit-box-shadow: 2px 5px 10px 0px rgb(228, 228, 228);
        -moz-box-shadow: 2px 5px 10px 0px rgb(228, 228, 228);
    }

.licit-card {
    width: 20rem;
    margin-right: 1rem;
    margin-bottom: 1rem !important;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    cursor: pointer;
}

    .licit-card .card-block {
        cursor: pointer !important;
    }

    .licit-card.no-hover:hover {
        top: 0px;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        cursor: default !important;
    }

.custom-badge {
    top: 34px;
    background-color: #f74044;
    left: 5px;
    position: absolute;
    font-size: 10px !important;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-primary {
    background-color: #062232;
}

#licit-list .card {
    margin-bottom: 0px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

    .badge-pill:not(:first-child):not(:last-child) {
        margin: 0 0.5rem 0 0.5rem;
    }

.badge-success {
    background-color: #64c9c1;
}

small i {
    margin-right: 10px;
}

.card-title button i {
    position: relative;
    top: -6px;
}

.card-title button.close-dimmer {
    margin: 0px !important;
}

.card-title {
    margin-bottom: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
}

.licit-card:focus {
    top: -3px;
    -webkit-transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s;
    box-shadow: 2px 5px 10px 0px rgb(228, 228, 228);
    -webkit-box-shadow: 2px 5px 10px 0px rgb(228, 228, 228);
    -moz-box-shadow: 2px 5px 10px 0px rgb(228, 228, 228);
}

.input-group-addon .material-icons {
    font-size: 16px !important;
    position: relative;
    top: 1px;
}

.custom-controls-stacked {
    font-size: 0.9rem;
}

.custom-control-description {
    position: relative;
    top: 4px;
}

.title-filtros {
    font-size: 1rem;
    vertical-align: middle;
    position: relative;
    top: -5px;
    font-weight: 600;
}

.filter-title {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding-left: 23px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter-title-big {
    padding-left: 56px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.popover-menu {
    position: fixed;
    z-index: 9991;
    background-color: #000;
    border-radius: 4px;
    width: 200px;
    box-shadow: 5px 5px 10px 0px rgb(105, 105, 105);
    -webkit-box-shadow: 5px 5px 10px 0px rgb(105, 105, 105);
    -moz-box-shadow: 5px 5px 10px 0px rgb(105, 105, 105);
    display: none;
}

    .popover-menu .arrow {
        width: 0;
        height: 0;
        border-top: 6px solid rgba(0, 0, 0, 0);
        border-bottom: 6px solid rgba(0, 0, 0, 0);
        border-right: 7px solid #000;
        position: relative;
        left: -6px;
        display: inline-block;
        top: 10px;
    }

    .popover-menu ul {
        padding: 0px;
        margin: 0px;
    }

    .popover-menu li {
        list-style: none;
        padding: 0.9rem;
        font-weight: 100;
        font-size: 13px;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #171717;
        color: #fff;
    }

    .popover-menu ul li:nth-last-child(1) {
        border: none;
    }

    .popover-menu ul li:nth-child(1) {
        color: #fff;
        font-weight: normal;
        text-align: center;
        padding: 0px;
        position: relative;
        top: -8px;
        padding-bottom: 9px;
        font-size: 13px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        cursor: default;
    }

    .popover-menu ul li:nth-child(2) {
        margin-top: -8px;
    }

    .popover-menu li:not(:nth-child(1)):hover {
        background-color: #171717;
    }

    .popover-menu li.active {
        background-color: #171717;
    }

    .popover-menu a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #d0d0d0 !important;
    content: "\25BA" !important;
    font-size: 10px !important;
}

.loader-sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(236, 238, 239, 0.95);
    right: 0px;
    bottom: 0px;
    z-index: 99;
    display: none
}

    .loader-sidebar.loader-white {
        background-color: transparent;
        display: block;
    }

        .loader-sidebar.loader-white div {
            background-color: transparent;
        }

    .loader-sidebar div {
        width: 200px;
        height: 175px;
        position: absolute;
        top: 50%;
        margin-top: -87.5px;
        left: 50%;
        margin-left: -100px;
        text-align: center;
    }

    .loader-sidebar img {
        margin-bottom: 15px;
    }

.alert-strip {
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    color: #fff;
    padding: 1rem 0rem;
    display: none;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.35);
}

.alert-error {
    background-color: #d9534f;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #64c9c1 !important;
}

.breadcrumb-item.active {
    color: #828282 !important
}

.dimmed {
    position: relative
}

.dimmer {
    display: none;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .85);
    opacity: 1;
    line-height: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: opacity;
    z-index: 1000;
}

    .dimmer.dimmer-white {
        background-color: rgba(255, 255, 255, 0.95);
    }

    .dimmer.modal-dimmer {
        position: absolute;
    }

.close-dimmer {
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    margin: -5px;
}

    .close-dimmer:hover {
        background-color: #dededf;
    }

    .close-dimmer:active {
        background-color: #327431;
    }

        .close-dimmer:active i {
            color: #fff;
        }

    .close-dimmer i {
        font-size: 1rem;
        text-align: center;
        cursor: pointer;
        color: #262626;
    }

.ui-modal {
    display: none;
    z-index: 1001;
    width: 70%;
    text-align: left;
    background: #fff;
    border: none;
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, .2), 1px 3px 15px 2px rgba(0, 0, 0, .2);
    border-radius: .28571429rem;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

    .ui-modal .ui-modal-header {
        display: block;
        background: #fff;
        margin: 0;
        padding: 1.25rem 1.5rem;
        box-shadow: none;
        font-weight: 700;
        border-bottom: 1px solid rgba(34, 36, 38, .15);
    }

    .ui-modal .ui-modal-content {
        width: 100%;
        font-size: 1em;
        line-height: 1.4;
        max-height: 478.5px;
        padding: 1.5rem;
        overflow-y: scroll;
        background: #fff;
    }

    .ui-modal .ui-modal-actions {
        background: #f9fafb;
        padding: 1rem 1rem;
        border-top: 1px solid rgba(34, 36, 38, .15);
        text-align: right;
    }

    .ui-modal.navigate .nav-left {
        color: #ccc;
        font-size: 3rem;
        cursor: pointer;
        width: 50px;
        height: 50px;
        text-align: center
    }

    .ui-modal.navigate .nav-right {
        color: #ccc;
        font-size: 3rem;
        cursor: pointer;
        width: 50px;
        height: 50px;
        text-align: center
    }

.readonly-form input[readonly] {
    background-color: #fff !important;
}

.btn i {
    font-size: 1.3rem !important;
    margin-right: 5px;
}

.btn.with-icon {
    padding: 4.5px 1rem !important;
}

.no-bg {
    background-color: #fff !important;
}

.undo.hidden {
    bottom: -50px !important;
}

.undo {
    cursor: pointer;
    position: fixed;
    text-align: center;
    width: 200px;
    background-color: #000;
    color: #fff;
    left: 50%;
    padding: 1rem;
    border-radius: 20px;
    margin-left: -100px;
    bottom: 65px;
    z-index: 999;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.6);
}

.licit-card.hidden {
    display: none !important;
}

.caption {
    font-size: 1rem;
}

    .caption .color-caption {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 0.5rem;
    }

.color-caption.white {
    border: 1px solid #cacaca;
    background-color: #fff;
}

.color-caption.gray {
    background-color: #cacaca;
}

.jumbo-tag {
    padding: 5px 10px;
    background-color: #64c9c1;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    border-radius: 6px;
}

.anim-bg {
    animation: bgbtn 1s;
    -moz-animation: bgbtn 1s infinite;
    -webkit-animation: bgbtn 1s infinite;
}

@-moz-keyframes bgbtn {
    0% {
        background: #062232;
        color: #657782;
    }

    45% {
        background: #327431;
        color: #fff;
    }

    55% {
        background: #327431;
        color: #fff;
    }

    100% {
        background: #062232;
        color: #657782;
    }
}

@-webkit-keyframes bgbtn {
    0% {
        background: #062232;
        color: #657782;
    }

    45% {
        background: #327431;
        color: #fff;
    }

    55% {
        background: #327431;
        color: #fff;
    }

    100% {
        background: #062232;
        color: #657782;
    }
}

.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.jumbo-img {
    background-size: cover;
}

    .jumbo-img.img1 {
        background-image: url(../../resources/images/bg_theme1.jpg);
    }

    .jumbo-img.img2 {
        background-image: url(../../resources/images/bg_theme2.jpg);
    }

    .jumbo-img.img3 {
        background-image: url(../../resources/images/bg_theme3.jpg);
    }

    .jumbo-img * {
        color: #fff !important;
    }

    .jumbo-img.img3 * {
        color: inherit !important;
    }

.card.card-home {
    width: 100% !important;
    border-top: 1px solid #ddd !important;
    cursor: pointer;
}

    .card.card-home i {
        font-size: 2.5rem;
    }

.menu-home {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 390px;
}

    .menu-home li {
        display: inline-block;
        font-size: 1.5rem;
        text-align: center;
        margin: 0px 10px;
        width: 70px;
    }

    .menu-home i {
        display: block;
        margin: 0 auto;
    }

    .menu-home li div {
        display: block;
        position: relative;
        margin-top: -5px;
        font-size: 1rem;
    }

.navbar-nav .nav-item + .nav-item {
    margin-left: 2rem !important;
}

.ui-modal.modal-fw {
    width: 710px;
    margin-left: -355px;
    max-height: none;
    height: auto;
}

    .ui-modal.modal-fw .ui-modal-content {
        max-height: none;
        height: auto;
    }

.tour-popover {
    z-index: 1102;
}

.border-dark {
    border-top-color: #062232 !important;
}

.border-medium {
    border-top-color: #385464 !important;
}

.border-light {
    border-top-color: #327431 !important;
}

.border-lighter {
    border-top-color: #84dbd7 !important;
}

.modal-pub-dark *.text-white:not(.btn) {
    color: #062232 !important;
}

.modal-pub-dark * {
    color: #062232 !important;
}

#home-cards .card-block {
    min-height: 135.75px;
}

.chart-height {
    min-height: 475px;
    line-height: 475px;
}

.key_input,
.key_input .input-group-addon,
.key_input .tokenfield {
    max-height: 100px !important;
}

    .key_input .tokenfield {
        max-height: 100px !important;
        overflow: scroll;
        max-width: 149px !important;
    }

.subs-only-dimmer {
    position: absolute;
    display: none;
    top: 65px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.90);
}

.subs-only-txt {
    height: 120px;
    position: relative;
    top: 50%;
    margin-top: -120px;
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    border-color: #efefef;
    vertical-align: top;
}

.color_circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.card-block .color_circle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.card-block.custom-card-empresa {
    height: 150px;
    min-width: 200px;
}

.back-breadcrumb-after::before {
    content: none !important;
    opacity: 0 !important;
}

#page_empresa .py-2 {
    margin: 5px;
    padding: 15px !important;
    min-height: 70px !important;
    max-height: 70px !important;
}

.col-fixed-240 {
    width: 240px;
    position: fixed;
    height: 100%;
    z-index: 1;
}

.col-fixed-160 {
    margin-left: 240px;
    width: 160px;
    position: fixed;
    height: 100%;
    z-index: 1;
}

.col-offset-400 {
    padding-left: 415px;
    z-index: 0;
}

.verDetail textarea[readonly],
.verDetail input[readonly] {
    background-color: #fff !important;
    border: 0;
    border-left: 3px solid #74cec7;
    border-radius: 0px;
}

/* chosen reset */

.chosen-container-multi .chosen-choices {
    position: relative !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 5px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 34px !important;
    border: 1px solid #d9d9d9 !important;
    background-color: #fff !important;
    background-image: none !important;
    cursor: text !important;
    border-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        margin: 7px !important;
        padding: 0 !important;
        height: inherit !important;
        outline: 0 !important;
        border: 0 !important;
        background: rgba(0, 0, 0, 0) !important;
        box-shadow: none !important;
        color: #65595c !important;
        font-size: 15px !important;
        line-height: normal !important;
        border-radius: 0 !important;
        width: auto !important;
        font-family: inherit !important;
    }

.chosen-container-active .chosen-choices {
    box-shadow: none !important;
    border: 1px solid #aaa !important;
}

tabs {
    width: 100%;
    display: inline-block;
}

/*----- Tab Links -----*/

/* Clearfix */

.tab-links:after {
    display: block;
    clear: both;
    content: '';
    bottom: 15px;
}

.tab-links li {
    float: left;
    list-style: none;
}

.tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #657782;
    font-size: 1vw;
    font-weight: 600;
    color: #FFFFFF;
    transition: all linear 0.15s;
    text-align: center;
}

    .tab-links a:hover {
        background: #94a3a3;
        text-decoration: none;
    }

li.active a,
li.active a:hover {
    height: 100%;
    background: white;
    color: #4c4c4c;
    border: 1px solid #d9d9d9;
    border-bottom: 1px solid white;
}

.tabDiv {
    border-bottom: 1px solid #d9d9d9;
    width: 10px;
}

/*----- Content of Tabs -----*/

.tab-content {
    padding: 15px;
    border-radius: 3px;
    /*box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);*/
    background: #fff;
}

.tab {
    display: none;
}

    .tab.active {
        display: block;
    }

.tab-last {
    border-top-right-radius: 30px !important;
}

.tab-first {
    border-top-left-radius: 30px !important;
}

.no-border-top {
    border-top: 1px solid white !important;
}

.b2 {
    bottom: 2px;
}

.align-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card-click * {
    white-space: normal;
    line-height: normal;
}

.card-click div {
    font-size: 1rem;
    white-space: normal;
}

.card-click i {
    font-size: 3rem !important;
}

.card-click p {
    color: #b9b9b9 !important;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 5px;
}

.btn-opt {
    color: #fff !important;
    background-color: #657782 !important;
    border-color: #f7f7f7 !important;
}

    .btn-opt:hover {
        color: #657782 !important;
        background-color: #f7f7f7 !important;
        border-color: #657782 !important;
    }

.scroll {
    width: 20px;
    height: 200px;
    overflow: auto;
    float: left;
    margin: 0 10px;
}

.align-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.scroll4::-webkit-scrollbar {
    width: 10px;
}

.scroll4::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}

.scroll4::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

.scroll2::-webkit-scrollbar {
    width: 5px;
}

.scroll2::-webkit-scrollbar-thumb {
    background: rgba(157, 170, 177, 0.50);
    overflow-x: hidden
}

.scroll_tokenfield > div::-webkit-scrollbar {
    width: 5px;
    overflow-x: hidden
}

.scroll_tokenfield > div::-webkit-scrollbar-thumb {
    background: #666;
    overflow-x: hidden
}

.card-click:hover {
    text-decoration: none;
}

.btn-opt {
    color: #fff !important;
    background-color: #657782 !important;
    border-color: #f7f7f7 !important;
}

    .btn-opt:hover {
        color: #657782 !important;
        background-color: #f7f7f7 !important;
        border-color: #657782 !important;
    }

.scroll {
    width: 20px;
    height: 200px;
    overflow: auto;
    float: left;
    margin: 0 10px;
}

.align-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.scroll4::-webkit-scrollbar {
    width: 10px;
}

.scroll4::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}

.scroll4::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}


.scroll_tokenfield > div::-webkit-scrollbar {
    width: 5px;
}

.scroll_tokenfield > div::-webkit-scrollbar-thumb {
    background: #666;
    overflow-x: hidden
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-mobile {
    width: 100% !important;
    margin-left: 0px !important;
}

.view-report {
    display: none;
}

.view-report-show {
    display: block !important;
}

.highcharts-container:not(.notCustomMap) .highcharts-series-group {
    fill: rgba(82, 169, 165, 0.5);
    d: path('M 300 230.426 A 32 32 0 1 1 300 230.394 Z');
    stroke: rgb(82, 169, 165);
    stroke-width: 1;
}

.highcharts-container:not(.notCustomMap) [class*=highcharts-name] {
    stroke: #cccccc;
    stroke-width: 1;
}

.tokenfield .token {
    border: 1px solid #63cac2 !important;
    background-color: #63cac2 !important;
    color: #fff !important;
}

.bg-row-rcc {
    background-color: #ddf1ef !important;
}

#prototypeTable {
    border-collapse: separate !important;
    border-spacing: 0 20px;
}

    #prototypeTable tbody tr {
        background-color: #fff;
        box-shadow: 3px 3px 6px 1px #00000012;
        min-height: 85px;
    }

        #prototypeTable tbody tr td:nth-child(1) {
            border-top: 2px solid #fff;
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }

    #prototypeTable tr td {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        height: 80px;
    }

        #prototypeTable tr td:nth-last-child(1) {
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }

    #prototypeTable tr:hover td:nth-child(1) {
        border-top: 2px solid #51a9a4;
        border-left: 2px solid #51a9a4;
        border-bottom: 2px solid #51a9a4;
    }

    #prototypeTable tr:hover td:nth-last-child(1) {
        border-top: 2px solid #51a9a4;
        border-right: 2px solid #51a9a4;
        border-bottom: 2px solid #51a9a4;
    }

    #prototypeTable tr:hover td {
        border-top: 2px solid #51a9a4;
        border-bottom: 2px solid #51a9a4;
        cursor: pointer !important;
    }

    #prototypeTable tr.tr_border td:nth-child(1) {
        border-top: 2px solid #51a9a4;
        border-left: 2px solid #51a9a4;
        border-bottom: 2px solid #51a9a4;
    }

    #prototypeTable tr.tr_border td:nth-last-child(2) {
        border-top: 2px solid #51a9a4;
        border-right: 2px solid #51a9a4;
        border-bottom: 2px solid #51a9a4;
    }

    #prototypeTable tr.tr_border td {
        border-top: 2px solid #51a9a4;
        border-bottom: 2px solid #51a9a4;
        cursor: pointer !important;
    }

    #prototypeTable th {
        font-size: 0.9rem;
        color: #656565;
    }

.modalidade {
    background-color: #062232;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
}

.modalidadeDetailContainer > .bootstrap-select {
    width: calc(100% - 50px);
}

select#licit-modalidade {
    padding: 7px;
}

.prioridade {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

div#prototypeTable_filter {
    color: #656565;
}

input[type="search"]:hover {
    border: 1px solid #51a9a4;
}

input[type="search"] {
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #64c9c1;
}

.listview .breadcrumb {
    background-color: transparent !important;
}

.noHover_td {
}

.Hover_td {
    display: none;
}

.buttonsHover {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.changeviewbtn i {
    font-size: 0.9rem !important;
}

.filterLicit {
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid;
    height: 32px;
    padding: 0px 1rem;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

    .filterLicit:hover {
        cursor: pointer;
        border-radius: 30px;
        border: 1px solid;
        height: 32px;
        padding: 0px 1rem;
        background-color: #efefef;
    }

.bulkLicit {
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-top: -30px !important;
    border-color: rgb(217, 237, 247) !important;
    position: relative !important;
    z-index: 2 !important;
    padding: 1.5rem !important;
    color: rgb(30, 136, 229) !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    margin-bottom: 2rem !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
    height: 65px;
}

    .bulkLicit.bulkHide {
        height: 0px !important;
        padding: 0px 1.5rem !important;
    }

    .bulkLicit .iconActionBulk {
        font-size: 1.6rem;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

.iconActionBulk:hover {
    background-color: rgb(183, 223, 243);
}

.licitacaoTable {
    border-collapse: separate;
    border-spacing: 0 30px;
}

    .licitacaoTable tbody td:nth-child(1) {
        border-left: 5px solid #fff;
    }

    .licitacaoTable th {
        font-size: 0.9rem;
        color: #656565;
    }


    .licitacaoTable label {
        font-weight: bold;
    }

        .licitacaoTable label span {
            font-weight: 500;
            font-size: 0.9rem;
            color: #919191;
        }

    .licitacaoTable .btn {
        padding: 5px 12px !important;
        position: relative;
    }

    .licitacaoTable .internalDiv {
        display: inline-block;
        line-height: 22px;
        width: 100%;
    }

    .licitacaoTable td:nth-last-child(1) .internalDiv {
        border-right: none;
    }

.modalidade {
    background-color: #062232;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
}

.prioridade {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.tokenfield .token {
    height: auto !important;
}

.tokenfield {
    max-height: 300px;
    overflow: scroll;
}

    .tokenfield .token .token-label {
        word-break: break-word !important;
        white-space: pre-line !important;
        height: auto !important;
        text-transform: lowercase;
        display: inline !important;
    }

.objetoDiv {
    margin: 0 auto;
    max-width: 520px;
    display: block;
}

.objetoTexto {
    text-align: justify;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.breakText {
    max-width: 100%;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.lozenge-red {
    background-color: #FFEBE6;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #BF2600;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    max-width: 200px;
    font-size: 13px;
    padding: 6px 4px 3px 4px;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: nowrap;
}

.lozenge-navy {
    background-color: #327431;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    max-width: 200px;
    font-size: 13px;
    padding: 6px 4px 3px 4px;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: nowrap;
}

.lozenge-green {
    background-color: #E3FCEF;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #006644;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    max-width: 200px;
    font-size: 13px;
    padding: 6px 4px 3px 4px;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: nowrap;
}

.lozenge-blue {
    background-color: #0747A6;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    max-width: 200px;
    font-size: 13px;
    padding: 6px 4px 3px 4px;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: nowrap;
}

.lozenge-redbold {
    background-color: #BF2600;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    max-width: 200px;
    font-size: 13px;
    padding: 6px 4px 3px 4px;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: nowrap;
}

.itensLicitaOvr,
.itensLicitaOvr * {
    cursor: pointer;
}

.editalLicitaOvr,
.editalLicitaOvr * {
    cursor: pointer;
}

.lozenge-gray {
    background-color: #DFE1E6;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #253858;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    max-width: 200px;
    font-size: 13px;
    padding: 6px 4px 3px 4px;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: nowrap;
}

.p-chave {
    padding: 1px 6px;
    border-radius: 6px;
    color: white;
    background: #81d5ce;
    border: 1px solid #63cac2;
}

.pagesContainer > div {
    width: 30px;
    height: 30px;
    background: #062232;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0px 5px;
    color: white;
    display: flex;
    cursor: pointer;
}

.pagesContainer {
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.pageButton {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #51a9a4;
    border-radius: 50px;
    font-weight: bold;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.selectedPage {
    background: #115b85 !important;
}

.disabledPage {
    background: #4f4f4f !important;
    cursor: unset !important;
}

.semLicitacoes {
    display: flex;
    background: #e6e6e6;
    position: relative;
    color: #787878;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    font-size: 19px;
    padding: 10px 0px;
}


.bulkActions.top-fixed {
    top: 0px !important;
    height: 112px !;
    left: 0px !important;
    right: 0px !important;
    padding-bottom: 0px !important;
    position: absolute;
}

    .bulkActions.top-fixed > div {
        position: fixed;
        border-left: 0px !important;
        padding-left: 60px !important;
    }


.bulkActions {
    transition: all 0.2s ease;
    z-index: 2;
    top: -150px;
    padding: 15px 0px;
    margin-bottom: 1rem;
}

    .bulkActions td {
        padding: 0px 15px;
    }

    .bulkActions label {
        font-weight: 500;
        font-size: 0.9rem;
        color: #828282;
        margin: 0px;
    }

    .bulkActions select {
        box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
    }

    .bulkActions.fixed {
        position: fixed;
        z-index: 9;
        right: 36px;
        left: 338px;
        background-color: #e6e6e6;
        top: 0px;
    }

.bootstrap-select {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

    .bootstrap-select .dropdown-menu li.active a,
    .bootstrap-select .dropdown-menu li.active a:hover {
        height: auto !important;
        background: transparent !important;
        color: inherit !important;
        border: none !important;
        border-bottom: none !important;
    }

    .bootstrap-select .dropdown-menu li.hidden {
        display: none !important;
    }

    .bootstrap-select .dropdown-menu li * {
        white-space: nowrap !important;
    }

    .bootstrap-select .dropdown-menu li:hover {
        background-color: #f7f7f7;
    }

    .bootstrap-select .dropdown-menu li {
        color: #999;
    }

        .bootstrap-select .dropdown-menu li.selected {
            color: #000;
            font-weight: 500;
        }

            .bootstrap-select .dropdown-menu li.selected::after {
                font-family: "Ionicons";
                content: "\f122";
                font-size: 12px;
                position: absolute;
                right: 15px;
                top: 6px;
                color: #52a8a5;
            }

    .bootstrap-select .dropdown-toggle {
        border: none !important;
        box-shadow: none !important;
    }

    .bootstrap-select.btn-group .no-results {
        padding: 15px !important;
        background: transparent !important;
    }

.status-licit-select {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
    vertical-align: baseline;
}

.editalLicitaOvr,
.itensLicitaOvr {
    box-shadow: 0 0 0 0 #000;
    position: relative;
    padding: 15px;
    top: 0px;
    -webkit-transition: top ease 0.1s;
    -moz-transition: top ease 0.1s;
    -o-transition: top ease 0.1s;
    transition: top ease 0.1s;
    border-radius: 15px;
}

    .editalLicitaOvr:hover,
    .itensLicitaOvr:hover {
        position: relative;
        background-color: #ececec;
        -webkit-transition: top ease 0.1s;
        -moz-transition: top ease 0.1s;
        -o-transition: top ease 0.1s;
        transition: top ease 0.1s;
    }

.actionsLicitNoHover {
    opacity: 0.55;
}

    .actionsLicitNoHover:hover,
    .actionsLicitNoHover:hover * {
        cursor: not-allowed !important;
        top: 0px !important;
        box-shadow: none !important;
        background-color: #ececec;
    }

.blockTip {
    display: block;
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 15px;
    margin-top: 35px;
    position: relative;
    margin-bottom: 50px;
}

.avatarImage {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.center-content {
    max-width: 700px;
    margin: 0 auto;
}

.areainteresse_lozenge {
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #5a5a5a;
    display: block;
    line-height: 1;
    padding: 6px 5px;
    vertical-align: baseline;
    white-space: nowrap;
}

kbd {
    margin: 0px 0.1em !important;
    padding: 0.1em 0.6em !important;
    border-radius: 3px !important;
    border: 1px solid rgb(204, 204, 204) !important;
    color: rgb(51, 51, 51) !important;
    line-height: 1.4 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.9rem !important;
    display: inline-block !important;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px #ffffff !important;
    background-color: rgb(247, 247, 247) !important;
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset !important;
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    text-shadow: 0 1px 0 #fff !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    margin-bottom: -5px !important;
}

.wiggle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes wiggle {
    2%, 6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    4%, 8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    10%, 14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    12%, 16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes wiggle {
    2%, 6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    4%, 8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    10%, 14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    12%, 16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}


/* Top Bar Loading */

#LoadingTop {
    width: 100%;
    max-width: 0%;
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: #63cac2;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width 600ms ease-out, opacity 500ms linear;
    -ms-transition: width 600ms ease-out, opacity 500ms linear;
    -o-transition: width 600ms ease-out, opacity 500ms linear;
    -webkit-transition: width 600ms ease-out, opacity 500ms linear;
    transition: width 1000ms ease-out, opacity 500ms linear;
}

    #LoadingTop b,
    #LoadingTop i {
        position: absolute;
        top: 0;
        height: 3px;
        -moz-box-shadow: #777777 1px 0 6px 1px;
        -ms-box-shadow: #777777 1px 0 6px 1px;
        -webkit-box-shadow: #777777 1px 0 6px 1px;
        box-shadow: #777777 1px 0 6px 1px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    #LoadingTop b {
        clip: rect(-6px, 22px, 14px, 10px);
        opacity: 0.6;
        width: 20px;
        right: 0;
    }

    #LoadingTop i {
        clip: rect(-6px, 90px, 14px, -6px);
        opacity: 0.6;
        width: 180px;
        right: -80px;
    }

/* Fim Top Bar Loading */

.powerzap_open_button_standardType_iframe {
    right: -119px !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .powerzap_open_button_standardType_iframe.opened {
        right: 0px !important;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .powerzap_open_button_standardType_iframe:hover {
        right: 0px !important;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

.new-container {
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

    .new-container b {
        font-size: 1.6rem;
    }

.ux-table {
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
}

    .ux-table th {
        font-size: 1rem;
        font-weight: 700;
        color: #2a4561;
        padding: 0.75rem;
        vertical-align: top;
    }

    .ux-table td {
        padding: 1rem 0.75rem;
        vertical-align: middle;
        border-top: 1px solid #eceeef;
    }

    .ux-table tr:hover td {
        background-color: #eceeef;
    }

.for-children td:nth-child(1) {
    padding-left: 2rem;
}

.for-children td {
    border-top: 0 !important;
}

.foundItensBody {
    color: #327431;
    cursor: pointer;
}

#precosTable,
#tableSuggest {
    border-collapse: separate !important;
    border-spacing: 0px 30px;
}

table#tableSuggest tbody#appendSuggestion.customCarrinho td {
    padding: 10px 20px !important;
}

table#tableSuggest tbody#appendSuggestion.customCarrinho tr {
    line-height: 35px;
    padding: 10px !important;
}

.customTitle > th {
    border: none !important;
}

.fornecedoresTable {
    border-collapse: separate !important;
}

    .fornecedoresTable .odd {
        background: #f7f7f7 !important;
    }

.CAUC .odd td:first-child {
    border-left: 5px solid #dadada;
}

.CAUC .odd td {
    border-radius: 2px;
    padding: 10px 25px;
}

.CAUC .even td:first-child {
    border-left: 5px solid #dadada;
}

.CAUC .even td {
    border-radius: 2px;
    padding: 10px 25px;
}

.grupo .odd:not(.pre) td:first-child {
    background: #eeeeee !important;
}

.grupo .odd td:nth-child(2) {
    border-left: 5px solid #40b161;
}

.grupo .odd {
    background: #f7f7f7 !important;
}

    .grupo .odd td {
        border-radius: 2px;
        padding: 10px 25px;
    }

.grupo .even td:first-child {
    background: #eeeeee !important;
}

.grupo .even td:nth-child(2) {
    border-left: 5px solid #f33737;
}

.grupo .even td {
    border-radius: 2px;
    padding: 10px 25px;
}

.dataTables_wrapper::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b7b7b7;
}

.dataTables_wrapper::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}

.dataTables_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #ffffff;
}

table#tableSuggest tbody#appendSuggestion.customCotacoes td
table.fornecedoresTable tbody#appendSuggestion.customCotacoes td {
    padding: 10px 20px !important;
}

table#tableSuggest tbody#appendSuggestion.customCotacoes tr
table.fornecedoresTable tbody#appendSuggestion.customCotacoes tr {
    line-height: 35px;
    padding: 10px !important;
}

#tableSuggest thead tr.customTitle th,
.fornecedoresTable thead tr.customTitle th {
    padding: 10px 20px !important;
}

.fornecedoresTable thead tr.customTitle,
#tableSuggest thead tr.customTitle {
    background-color: #327431 !important;
    line-height: 35px;
    color: #ffffff;
    padding: 10px !important;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

    .fornecedoresTable thead tr.customTitle th {
        padding: 10px 20px !important;
    }

.fornecedoresTable thead tr.customTitle {
    background-color: #327431 !important;
    line-height: 35px;
    color: #ffffff;
    padding: 10px !important;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
}



#precosTable tbody tr, #tableSuggest tbody tr, .fornecedoresTable tbody tr {
    height: 50px;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

#precosTable tbody td,
#tableSuggest tbody td,
.fornecedoresTable tbody td {
    padding: 0px 20px;
    line-height: 25px;
}

#precosTable thead th,
#tableSuggest thead th,
.fornecedoresTable thead th {
    padding: 0px 20px;
    border-color: transparent;
    font-weight: 700;
}

#precosTable_length,
#tableSuggest_length,
.fornecedoresTable {
    margin-bottom: 1rem;
}

.button-suporte {
    background: #327431;
    color: white;
    border: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    width: 15px;
    text-align: center;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

    .button-suporte:hover {
        background: white !important;
        color: #327431 !important;
        border: 1px solid #327431 !important;
    }

#precosTable label,
#tableSuggest label,
.fornecedoresTable label {
    font-weight: bold;
    display: block;
}

.card-default {
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-left: 5px solid #327431 !important;
}

.defaultCardTable {
    border-collapse: separate !important;
    border-spacing: 0px 30px;
    margin-top: -30px !important;
}

    .defaultCardTable tbody tr {
        height: 50px;
        box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
        background-color: #fff;
    }

    .defaultCardTable tbody td {
        padding: 25px 20px;
        line-height: 25px;
    }

    .defaultCardTable thead th {
        padding: 0px 20px;
        border-color: transparent !important;
        font-weight: 700;
    }

    .defaultCardTable label {
        font-weight: bold;
        display: block;
    }

#preco-medio-card {
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    transition: all ease 0.3s;
}



.preco-card-fix {
    position: fixed !important;
    top: 0px;
    z-index: 9;
    /*width: 100%;*/
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 8px 5px 20px 0 rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
    transition: all ease 0.3s;
    /*//////TESTE*/
    right: -10px;
    width: calc(100% - 330px);
}

.bootstrap-select.btn-group .dropdown-menu li a {
    width: 100%;
    display: inline-block;
    display: inline-block;
    padding: 5px 15px;
}

.menu-open {
    background-color: #51a9a4;
    color: #fff;
}

.palavras-negativas .tokenfield .token {
    border: 1px solid #113c53 !important;
    background-color: #113c53 !important;
    color: #fff !important;
}

.panelOver {
    background-color: #e6e6e6a6;
    z-index: 999;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 60px;
    bottom: 0px;
    display: none;
}

    .panelOver .panel {
        background-color: #fff;
        z-index: 999;
        position: fixed;
        top: 0px;
        box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
        right: -60%;
        width: 60%;
        bottom: 0px;
    }

        .panelOver .panel .panel-info {
            position: relative;
            margin-top: 2rem;
        }

            .panelOver .panel .panel-info .panel-title {
                padding: 0rem 2rem 0.5rem 0rem;
                color: #2a4461;
                font-size: 1.6rem;
                font-weight: bold;
            }

            .panelOver .panel .panel-info .panel-subtitle {
                padding: 0 0 2rem 0;
                display: block;
                color: #2a4461;
                font-size: 1rem;
            }

            .panelOver .panel .panel-info button {
                position: absolute;
                top: 0px;
                right: 0px;
            }

        .panelOver .panel .panel-content {
            height: calc(100vh - 146.5px);
            overflow-y: scroll;
            line-height: 25px;
        }

.counter-card {
    background-color: #ffffff;
    border-radius: 6px;
    color: #103c53;
    font-weight: bold;
    font-size: 24px;
    padding: 0 4px;
    position: relative;
    top: 2px;
    box-shadow: 1px 1px 9px #0000005c;
}

    .counter-card span {
        position: relative;
        z-index: 3;
    }

    .counter-card::after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 16px;
        width: 100%;
        height: 100%;
        border-bottom: 1px solid rgb(193, 193, 193);
    }

    .counter-card::before {
        position: absolute;
        top: -12px;
        font-size: 11px;
        left: 0;
        width: 100%;
        color: #fff;
    }

    .counter-card.counter-dia::before {
        content: "DIAS";
    }

    .counter-card.counter-hora::before {
        content: "HORAS";
    }

    .counter-card.counter-minuto::before {
        content: "MIN.";
    }

    .counter-card.counter-segundo::before {
        content: "SEG.";
    }

.precosWinner td i {
    font-size: 2rem;
    text-align: left;
    background-color: transparent;
    margin-bottom: 1rem;
    color: #FFC107;
    display: block;
}

/*DATATABLES*/

.dataTables_paginate {
    margin: 0 0 3rem;
    float: right;
    margin-top: 10px;
}

.paginate_button {
    margin: 0 5px;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
    display: inline-block;
    width: 37px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}

    .paginate_button.previous:hover,
    .paginate_button.next:hover {
        background-color: #e6e6e6 !important;
        color: #062232;
        border: 1px solid #ddd !important;
        width: auto;
    }

    .paginate_button:hover {
        background-color: #51a9a4;
        color: #fff;
    }

    .paginate_button.current {
        background-color: #327431;
        color: #fff;
    }

    .paginate_button.previous,
    .paginate_button.next {
        background-color: #fff !important;
        border: 1px solid #ddd !important;
        width: auto;
        font-weight: 300;
    }

        .paginate_button.previous.disabled,
        .paginate_button.next.disabled {
            opacity: 0.6;
        }

.pagine_button.current {
    background: #327431 !important;
    color: #fff !important;
    border: 0 !important;
}

.ads-modal .ui-modal-header {
    border: 0 !important;
}

.ads-modal .ui-modal-content {
    padding: 0 !important;
}

/*Novo Novo Novo Novo Novo Novo Novo Novo*/

body {
    display: flex;
    flex-direction: column;
}

#MobileMenu {
    background: #113c53;
    background-image: linear-gradient(to right, #072435, #0e3348d9);
    min-height: 60px;
    max-height: 60px;
    height: 60px;
    display: flex;
    display: none;
}

    #MobileMenu > div {
        flex: 1;
        min-width: 33% !important;
        color: white;
        display: flex;
        align-items: center;
        padding: 0 20px
    }

.MainMenuIcon {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    fill: rgba(255, 255, 255, 0.6);
    transition: all 0.4s ease;
    width: 70px;
    padding: 15px 0;
    transform-origin: bottom;
    z-index: 2;
    position: relative;
    pointer-events: none;
}

.HrMainMenu {
    background: #0e364c;
}

.SubMenu {
    background: rgba(0, 0, 0, 0.36);
    display: none;
    overflow: hidden;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 15px;
}

.SubMenuIcon {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.4s ease;
    width: 70px;
    padding: 15px 0;
    position: relative;
    transform-origin: bottom;
}

    .SubMenuIcon > i {
        font-size: 16px !important;
    }

.BackMenuIcon {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.4s ease;
    width: 70px;
    padding: 15px 0;
    transform-origin: bottom;
}

.sidebar-tooltip:hover {
    background-color: #327431;
}

#MainMenu:not(.Open) .SubMenu {
    display: none !important;
}

#MainMenu {
    background: #327431;
    color: white;
    background-image: linear-gradient(to right, #327431, #438f42);
    font-family: 'Open Sans Light' !important;
    transition: all 0.2s ease;
    max-width: 270px;
    display: flex;
    flex-direction: column;
    z-index: 6;
}

.Selected {
    border-top: 1px solid #ffffff1f;
    box-shadow: 4px 0px 0px #5bb0ac inset;
    border-bottom: 1px solid #ffffff1f;
    background: rgba(0, 0, 0, 0.36);
}

    .Selected > .MainMenuIcon {
        color: white;
        fill: white;
    }

    .Selected > .MainMenuIconDescription {
        color: white;
        fill: white;
        display: flex;
    }

.MainMenuIcon > svg {
    height: 25px
}

#MainContent {
    display: flex !important;
    height: 100% !important;
    width: 100% !important;
}

#PageContent {
    flex-grow: 1 !important;
    flex: 1 !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
}

.Dimmer {
    display: none;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .85);
    opacity: 1;
    line-height: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: opacity;
    z-index: 1000;
}

#BiddingContent, #IntelligenceContent, #CalendarContent, #InnerContent {
    overflow-y: scroll;
    flex-grow: 1;
    flex: 1;
    padding: 60px 50px;
    max-height: 100%;
}

#SpecificContent {
    margin: 0;
    display: flex;
    width: 100%;
    align-items: stretch;
    height: 100%;
}

#MainFilter {
    position: relative !important;
    left: 0px;
    min-height: 100%;
    height: 100%;
    min-width: 270px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.30)
}

.MainMenuIconContainer {
    display: flex;
    align-items: center;
    transition: all 0.7s ease;
    cursor: pointer;
}

    .MainMenuIconContainer.Open {
        background: rgba(0, 0, 0, 0.36);
    }

.MainMenuArrowContainer {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

#ZeroDataContainer {
    flex-grow: 1;
    display: flex;
    align-items: center
}

.MainMenuArrowContainer > i {
    margin-left: 15px !important;
    font-size: 11px;
}

.SubMenuIconContainer {
    display: flex;
    align-items: center;
    transition: all 0.7s ease;
    cursor: pointer;
    padding-left: 10px;
    font-size: 14px;
}

    .SubMenuIconContainer:hover, .SubMenuIconContainer.Selected {
        background: rgba(255, 255, 255, 0.2);
    }

        .SubMenuIconContainer:hover > .SubMenuIcon, .SubMenuIconContainer.Selected > .SubMenuIcon {
            color: white;
            transform: rotate(-15deg);
        }

        .SubMenuIconContainer:hover > .SubMenuIconDescription, .SubMenuIconContainer.Selected > .SubMenuIconDescription {
            color: white;
        }

.MainMenuIconContainer:hover {
    background: rgba(0, 0, 0, 0.36)
}

.MainMenuIconContainer:not(.Blocked):hover > .MainMenuIcon {
    transform: rotate(-15deg);
}

.MainMenuIconContainer:hover > .MainMenuIcon {
    fill: white;
    color: white;
}

.MainMenuIconContainer:hover > #UserIcon {
    transform: rotate(-15deg);
}

.MainMenuIconContainer:hover > .MainMenuIconDescription {
    color: white !important;
}

    .MainMenuIconContainer:hover > .MainMenuIconDescription > div {
        color: white !important;
    }

.MainMenuIconDescription {
    padding-right: 25px;
    max-width: 200px;
    flex-grow: 1;
    transition: all 0.2s ease-out;
    display: flex;
    min-width: 180px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
}

.MainMenuIconDescriptionLeft {
    padding-left: 25px;
    padding-right: 0 !important;
}

.SubMenuIconDescription {
    padding-right: 15px;
    max-width: 200px;
    transition: all 0.2s ease-out;
    display: flex;
    color: rgba(255, 255, 255, 0.6);
}

.RotateIcon {
    transition-duration: 0.2s;
    transition-property: transform;
}

.Rotate180 {
    transform: rotate(180deg);
}

.MainMenuIconContainer > .sidebar-tooltip {
    width: 70px;
}

#UserIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    padding: 15px 0;
    transform-origin: bottom;
    transition: all 0.2s ease;
}

    #UserIcon > div {
        border-radius: 21px;
        min-width: 35px;
        display: flex;
        background-image: linear-gradient(to bottom right, #67bab6, #327431);
        border: 2px solid #77c4c0;
        align-items: center;
        margin: 0 auto;
        justify-content: center;
        min-height: 35px;
        cursor: pointer;
        margin: 0 !important;
    }

        #UserIcon > div > div > i {
            font-size: 18px;
        }


body {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

.LockedIcon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 9px 14px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #c55252;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .LockedIcon > i {
        color: white;
        font-size: 8px !important;
    }

.LockedFilter {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    z-index: 20;
    color: white;
    cursor: pointer;
}

    .LockedFilter > span {
        padding: 22px;
        background: rgba(0, 0, 0, 0.35);
        margin: 22px;
        border-radius: 26px;
    }

        .LockedFilter > span > i {
            font-size: 32px;
        }

.Licitacao {
    border-left: 5px solid #fff;
    background: white;
    margin-bottom: 30px;
    font-size: 15px;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.LicitacaoInnerContainer {
    display: flex;
}

    .LicitacaoInnerContainer > div {
        padding: 17px 10px;
    }

.LoadingLicitacao {
    background: white;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.mobileLicitButtons {
    display: none;
    padding: 17px 25px;
}

.HamburguerMenu {
    margin-bottom: -6px;
    cursor: pointer;
}

    .HamburguerMenu > div {
        width: 30px;
        height: 2px;
        background: white;
        margin-bottom: 6px;
        transition: all 0.5s ease;
    }

    .HamburguerMenu.OpenHamburguerMenu > div:nth-child(1) {
        transform: rotate(45deg);
        margin-bottom: 0px;
    }

    .HamburguerMenu.OpenHamburguerMenu > div:nth-child(2) {
        opacity: 0;
    }

    .HamburguerMenu.OpenHamburguerMenu > div:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -10px
    }

#VoltarCalendarioMobile {
    display: none;
}

@media screen and (max-width: 850px) {
    /*Main*/
    #MainMenu {
        width: 0px;
        position: absolute;
        top: 60px;
        bottom: 0
    }

    #MobileMenu {
        display: flex;
    }

    #MainFilter {
        max-width: 0%;
        min-width: 0%;
    }

    #InnerContent {
        padding: 20px 10px
    }

    #SpecificContent {
        flex-direction: row-reverse;
    }

    .ExpandMainMenuContainer {
        display: none;
    }

    .sidebar-nav {
        display: none
    }

    .FilterMobileOpen {
        min-width: 100% !important;
        max-width: 100% !important
    }

    .MainMenuMobileOpen {
        width: 500px !important
    }

    .btn {
        font-size: 12px !important
    }

    .ui-modal.navigate {
        width: 100%;
    }

    .fornecedoresTable > tbody > tr {
        height: auto !important
    }

        .fornecedoresTable > tbody > tr > td {
            min-height: 33px !important
        }

            .fornecedoresTable > tbody > tr > td > button {
                margin: 0 !important
            }

    /*Login*/
    #btnLoginAssinante {
        width: 100%
    }

    .LogoContainer {
        display: flex;
        justify-content: center;
    }

    .loginTitle {
        display: none;
    }

    .footer-login > .field-group {
        min-width: 100% !important;
        padding: 0 !important
    }

    .other-links {
        width: 100% !important;
        text-align: center !important;
    }

    /*Licitações*/
    .licitacaoTable tbody tr {
        font-size: 10px;
    }

    .LicitacaoInnerContainer {
        flex-direction: column;
    }

        .LicitacaoInnerContainer > div {
            padding: 5px 10px;
        }

    .aberturaContainer {
        display: flex !important;
    }

        .aberturaContainer > div {
            padding: 15px !important
        }

    .mobileLicitButtons {
        display: block;
    }

    .defaultLicitButtons {
        display: none;
    }


    .lozenge-green, .lozenge-red, .lozenge-redbold, .lozenge-blue, .lozenge-gray {
        font-size: 10px
    }

    .LicitacaoStatus {
        padding: 20px !important;
        padding-bottom: 0px !important;
    }

    /*Calendario*/
    #TodasLicitacoesContainer {
        display: none !important;
        position: fixed;
        z-index: 4 !important;
        background: white;
        right: 0;
        left: 0;
        bottom: 0;
        top: 54px;
        max-width: 999px !important;
        overflow: auto
    }

    #VoltarCalendarioMobile {
        display: block;
    }

    .fc-view-container {
        position: relative;
    }

    .fc-left > h2 {
        font-size: 12px !important;
    }

    .fc-center {
        display: none !important
    }

    .fc-today-button {
        display: none
    }
}




/* line 1, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
body.dragging, body.dragging * {
    cursor: move !important;
}

/* line 4, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
.dragged {
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 2000;
}

/* line 10, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
ol.vertical.email_drag_with_animation {
    margin: 0 0 9px 0;
    border-radius: 5px;
    min-height: 100px;
    width: 100%;
    border: solid 1px #2a4561;
    display: block;
    padding: 0px;
}
/* line 13, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
ol.vertical li {
    display: block;
    margin: 5px;
    border: 1px solid #49726e;
    color: #ffffff;
    background: #327431;
    border-radius: 7px;
    padding: 7px;
}
    /* line 20, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
    ol.vertical li.placeholder {
        position: relative;
        margin: 0;
        padding: 0;
        border: none;
    }
        /* line 25, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
        ol.vertical li.placeholder:before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            margin-top: -5px;
            left: -5px;
            top: -4px;
            border: 5px solid transparent;
            border-left-color: #327431;
            border-right: none;
        }

        .modal_header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px;
  color: #383838;
  font-size: 14px;
  font-weight: bold;
  font-family: "open_sansbold";
}

.close_modal {
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 13px;
}

.modal_guides {
  height: 52px;
  border: 1px solid #eee;
  background-color: #fafafa;
}

.btn_modal {
  float: right;
  margin: 10px;
}

.body_modal {
  padding: 25px;
  background-color: #fff;
}

.modal_header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px;
    color: #383838;
    font-size: 14px;
    font-weight: bold;
    font-family: "open_sansbold";
  }
  
  .close_modal {
    display: inline-block;
    float: right;
    cursor: pointer;
    font-size: 13px;
  }
  
  .modal_guides {
    height: 52px;
    border: 1px solid #eee;
    background-color: #fafafa;
  }
  
  .btn_modal {
    float: right;
    margin: 10px;
  }
  
  .body_modal {
    padding: 25px;
    background-color: #fff;
  }


  .materialModalHead {
    height: 63px;
    color: #fff;
  }
  
  .materialGreen {
    border-top: 12px solid #1f471f;
    background-color: #327431;
  }

  .modal_new_process {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 600px !important;
    margin-top: -279px;
    margin-left: -300px;
    background-color: #fff;
  }

  .btn_toolbar_pipeline {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
  }
  
  .btn_toolbar_pipeline:hover {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }

  .btngreen {
    background-color: #327431;
  }
  
  .btngreen:hover {
    background-color: #28a95e;
  }
  