* {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
}

ul {
    list-style: none outside none;
}

img {
    border: 0 none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, textarea {
    border-radius: 0;
}

body {
    background: none repeat scroll 0 0 transparent;
    color: #282828;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 14px;
}

input[type="text"], input[type="password"], textarea, select {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.midle {
    margin: 0 auto;
    width: 960px;
}

.head_top {
    background-color: #194875;
    height: 50px;
}

.head_top_logo {
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 50px;
}

    .head_top_logo img {
        height: auto;
        max-height: 40px;
        max-width: 200px;
        vertical-align: middle;
        width: auto;
    }

.head_top_user {
    background-color: #194875;
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 15px;
    white-space: nowrap;
}

    .head_top_user img {
        display: inline-block;
        vertical-align: middle;
    }

    .head_top_user .icon-user {
        color: #fff;
        display: inline-block;
        line-height: normal;
        margin: 10px 5px 0 0;
        vertical-align: top;
        white-space: nowrap;
    }

        .head_top_user .icon-user:before {
            float: left;
            font-size: 25px;
            margin: 0 5px 0 0;
        }

        .head_top_user .icon-user div {
            font-size: 12px !important;
            padding: 0 25px 0 0;
        }

    .head_top_user .setts {
        float: right;
        position: relative;
        margin: 0 0 0 10px;
    }

    .head_top_user .bt {
        background-color: #003466;
        text-align: center;
        width: 50px;
    }

    .head_top_user .setts:hover .bt, .head_top_user .setts div.active {
        background-color: #003466;
        cursor: pointer;
    }

    .head_top_user ul {
        background-color: #003466;
        display: none;
        position: absolute;
        right: 0;
        text-align: left;
        top: 50px;
        z-index: 999;
    }

        .head_top_user ul li a {
            color: #fff;
            display: block;
            font-family: Arial !important;
            font-size: 14px !important;
            line-height: 40px;
            padding: 0 15px;
            text-decoration: none;
            white-space: nowrap;
        }

            .head_top_user ul li a:hover {
                background-color: #5d7b9d;
            }
/*Menu*/
#ucMenu_mnuMain, ul.level1 {
    display: none;
}

.dl-menuwrapper {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    text-align: left;
}

.dl-trigger {
    background-color: #003466;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 28px !important;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    width: 50px;
}

.dl-menuwrapper ul {
    background-color: #003466;
    padding: 0;
    left: 0;
    list-style: none;
    min-width: 200px;
    top: 50px;
}

.dl-menuwrapper li {
    position: relative;
}

    .dl-menuwrapper li a {
        color: #fff;
        display: block;
        font-size: 14px !Important;
        font-weight: 300;
        line-height: 40px;
        outline: medium none;
        padding: 0 40px 0 20px;
        position: relative;
        white-space: nowrap;
    }

    .dl-menuwrapper li .dl-afirst:before {
        display: inline-block;
        right: 10px;
        position: absolute;
        top: 14px;
    }

    .dl-menuwrapper li a:hover {
        background-color: #5D7B9D;
    }

    .dl-menuwrapper li.dl-back a {
        padding-left: 40px;
    }

        .dl-menuwrapper li.dl-back a:before {
            display: inline-block;
            left: 20px;
            position: absolute;
            top: 15px;
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.dl-menuwrapper:hover .dl-button {
    background-color: #222;
}

.dl-menuwrapper .dl-menu {
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 9999;
}

    .dl-menuwrapper .dl-menu.dl-menuopen {
        opacity: 1;
        pointer-events: auto;
    }

.dl-menuwrapper li .dl-submenu {
    display: none;
}

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

    .dl-menu.dl-subview li.dl-subview,
    .dl-menu.dl-subview li.dl-subview .dl-submenu,
    .dl-menu.dl-subview li.dl-subviewopen,
    .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
    .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
        display: block;
    }

.dl-menuwrapper > .dl-submenu {
    position: absolute;
    min-width: 200px;
    top: 50px;
    left: 0;
    margin: 0;
}

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.2s;
    animation: MenuAnimOut1 0.2s;
}

@-webkit-keyframes MenuAnimOut1 {
    0% {
    }

    100% {
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    0% {
    }

    100% {
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.2s;
    animation: MenuAnimIn1 0.2s;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.2s ease;
    animation: SubMenuAnimIn1 0.2s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.2s ease;
    animation: SubMenuAnimOut1 0.2s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*Page*/
.Page {
    margin: 0 auto;
    width: 980px;
}
/*Footer*/
.footer {
    background-color: #194875;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.footer_float {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}

.footer .midle {
    margin: 12px auto;
    width: 600px;
}

.footer_tit {
    display: inline-block;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 25px;
    margin: 1px 0 0;
    text-transform: uppercase;
    vertical-align: top;
}

.footer_phone, .footer_email {
    display: inline-block;
    font-size: 16px !important;
    line-height: 25px;
    margin: 0 0 0 15px;
    vertical-align: top;
}

.footer .icon-phone::before {
    font-size: 18px;
    margin: 0 3px 0 0;
    vertical-align: middle;
}

.footer .icon-envelop::before {
    font-size: 18px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.footer_lk {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .footer_lk img {
        width: 150px;
    }
/*FAprovacaoCotacaoContratoVisualizacao*/
.ctc {
    color: #282828;
    margin: 10px 0 30px;
    text-align: left;
    width: 940px;
}

.ctc_tit {
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 24px;
    margin: 0 0 7px;
}

.ctc_list {
    overflow: hidden;
}

.ctc_list_li {
    float: left;
    font-size: 14px !important;
    line-height: 23px;
    width: 50%;
}

    .ctc_list_li .tit {
        color: #000;
        float: left;
        margin: 0 5px 0 0;
    }

    .ctc_list_li .txt {
        float: left;
    }

.tb_fp, .tb_tt {
    font-size: 14px !important;
    white-space: nowrap;
    /*max-*/ width: 940px;
    /*min-width: 700px;*/
}

.tb_fp_1 .nobg {
    background-color: #fff;
}

.tb_fp .tb_fp_1 th {
    line-height: 20px;
    max-width: 120px;
    padding: 5px 5px 0;
    text-align: center;
    white-space: normal;
}

.tb_fp tr th {
    background-color: #003466;
    color: #fff;
    padding: 7px 5px;
    text-transform: uppercase;
}

.tb_fp tr td, .tb_tt tr td {
    color: #282828;
    padding: 7px 5px;
}

.tb_fp tr:nth-child(odd) td, .tb_tt tr:nth-child(odd), .tt_list div:nth-child(even) {
    background-color: #fff;
}

.tb_fp tr:nth-child(even) td, .tb_tt tr:nth-child(even), .tt_list div:nth-child(odd) {
    background-color: #e5e5e5;
}

.tb_fp .ctxt, .tb_tt .ctxt {
    text-align: center;
}

.tb_tt {
    text-align: center;
}

    .tb_tt tr th {
        background-color: #003466;
        color: #fff;
        font-size: 14px !important;
        max-width: 120px;
        text-align: center;
        text-transform: uppercase;
        white-space: normal;
    }

        .tb_tt tr th .forn {
            padding: 5px 0;
        }

        .tb_tt tr th:first-child {
            background: none;
        }

    .tb_tt tr td:first-child {
        background: rgba(0,0,0,0.1) !important;
        text-align: right;
        width: 200px;
    }

.tb_fp .box_txt {
    display: inline-block;
    line-height: 17px;
    vertical-align: middle;
}

.tb_fp .green, .tb_tt .green {
    color: #388f39;
}

.tb_fp .blue, .tb_tt .blue {
    color: blue;
}

.tb_fp .red, .tb_tt .red {
    color: red;
}

.tb_fp .icon-play3:before, .tb_tt .icon-play3:before {
    margin: 0 1px 0 -15px;
    vertical-align: middle;
}

.tt_list {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.tt_list_li {
    color: #282828;
    line-height: 30px;
    overflow: hidden;
}

.tt_list .tit {
    background: rgba(0,0,0,0.1);
    float: left;
    padding: 0 10px 0 5px;
    text-align: right;
    width: 200px;
}

.tt_list .txt {
    float: left;
    padding: 0 5px;
    min-width: 200px;
}

.tt_list .icon-play3::before {
    vertical-align: middle;
}

.tt_list .blue {
    color: Blue;
}

.tt_list .red {
    color: Red;
}

#bloqueio {
    display: none;
}
/*Alterar grupo de usuário*/
.boxuser {
    color: #282828 !important; /*x*/
    display: block !important;
    overflow: hidden;
    padding: 0 15px 15px;
}

.boxuser_tit {
    border-bottom: 1px solid #ccc;
    font-size: 30px !important; /*x*/
    letter-spacing: -2px;
    line-height: 54px;
}

.boxuser_sel {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 38px;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    width: 268px;
}

    .boxuser_sel::before {
        color: #666;
        font-size: 17px;
        left: 9px;
        position: absolute;
        top: 10px;
    }

    .boxuser_sel select {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        border-radius: 0px; /*x*/
        color: #666 !important; /*x*/
        font-size: 14px !important; /*x*/
        font-weight: normal !important; /*x*/
        height: 38px !important; /*x*/
        line-height: 38px;
        padding: 0 0 0 34px;
        position: relative;
        width: 300px !important; /*x*/
        z-index: 1;
    }

        .boxuser_sel select option { /*x*/
            background: none repeat scroll 0 0 transparent;
            border-radius: 0;
            color: #666 !important;
            font-size: 14px !important;
            font-weight: normal !important;
        }

    .boxuser_sel .icon-play3:before {
        color: #666;
        font-size: 17px;
        position: absolute;
        right: 10px;
        top: 11px;
        z-index: 0;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.boxuser_bt {
    background: none repeat scroll 0 0 #003466 !important;
    border: medium none !important;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    float: right;
    font-size: 16px !important;
    line-height: 40px;
    padding: 0 15px !important;
    text-transform: uppercase;
}

#MensagemPadrao {
    cursor: pointer;
    background: #003466;
    position: absolute;
    z-index: 999999;
    top: 0;
    margin: 0;
    width: auto;
    max-width: 800px;
    height: auto;
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    /*margin-left:10px;*/
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#TextoMensagem {
    padding: 10px;
    color: #fff;
}

.cortina {
    width: 100%;
    height: 800px;
    background-color: #2B2B2B;
    opacity: 0.8;
    position: absolute;
    z-index: 700;
    left: 0px;
    top: 0px;
}

.modal {
    z-index: 710;
    position: absolute;
    top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background-color: white;
}

.invisivel {
    display: none;
}

.disabledComponent {
    pointer-events: none;
    opacity: 0.7;
}

#ui-datepicker-div * {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-weight: normal;
}

#ui-datepicker-div {
    width: 260px;
}

#fdsInformacoesGeraisCotacaoFornecedor {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid;
}

#fdsInformacoesGeraisCotacaoFornecedor legend {
    padding: 0 4px;
    margin-bottom: 4px;
    font-size: 15px;
    color: #3867d6;
}

#fdsInformacoesGeraisCotacaoFornecedor div {
    text-align: left;
    margin-bottom: 10px;
}