﻿.new {
    float: left;
    width: 100%;
}

.new ul,
.new li{
    list-style:none;
}


.new [class^="ds-flex-"], .new [class*=" ds-flex-"],
.new .ds-flex{
    display:flex;
}

/*DIREÇÃO ITENS - LINHAS E COLUNAS*/
.new .ds-flex-row{flex-direction:row;}/*Alinhamento inline*/
.new .ds-flex-row-wrap{flex-flow:row wrap;}/*Permite quebra de linha*/
.new .ds-flex-row-reverse {flex-direction: row-reverse;}
.new .ds-flex-row-nowrap{flex-flow:row nowrap;}/*Não permite quebra de linha*/
.new .ds-flex-row-strech {
    flex-direction: row;
    align-items: stretch;
}
.new .ds-flex-column{flex-direction:column;}/*Alinhamento um sobre o outro - 1 por linha*/
.new .ds-flex-column-nowrap{flex-flow:column nowrap;}

/*ALINHAMENTO CONJUNTO DE ITENS - HORIZONTALMENTE*/
.new .ds-flex-justify-start{justify-content: flex-start;}
.new .ds-flex-justify-center{justify-content: center}
.new .ds-flex-justify-end{justify-content: flex-end;}
.new .ds-flex-justify-between{justify-content: space-between;}
.new .ds-flex-justify-around{justify-content: space-around;}



/*ALINHAMENTO CONJUNTO DE ITENS - VERTICALMENTE*/
/*Alinhamento inline*/
.new .ds-flex-align-strech{align-items: stretch;}/*Estica os itens até a soma dos dois ocuparem todo o espaço do container*/
.new .ds-flex-align-start{align-items: flex-start;}/*Alinha todos os itens ao início*/
.new .ds-flex-align-center{align-items: center}/*Alinha todos os itens ao centro, independente da altura do item*/
.new .ds-flex-align-end{align-items: flex-end;}/*Alinha todos os itens ao final*/

.new .ds-flex-align-start-center {
    align-items: flex-start;
    align-items: center
}
.new .ds-flex-align-between-center {
    justify-content: space-between;
    align-items: flex-start;
    align-items: center
}


/*CENTRALIZA ITENS NA VERTICAL E HORIZONTAL*/
.new .ds-flex-centralizar{
    justify-content: center;
    align-items: center;
}

/*ORNEDA ITENS INDIVIDUALMENTE*/
.new .order-1{order:1;}
.new .order-2{order:2;}
.new .order-3{order:3;}
.new .order-4{order:4;}
.new .order-5{order:5;}
.new .order-6{order:6;}

/*ALINHAMENTO INDIVIDUAL DO ITEM*/
.new .item-flex-align-self-auto{align-self: auto;}/*Respeita o alinhamento definido pelo align-items do container*/
.new .item-flex-align-self-strech{align-self: stretch;}/*Estica o item*/
.new .item-flex-align-self-start{align-self: flex-start;}/*Alinha o item ao início*/
.new .item-flex-align-self-center{align-self: center}/*Alinha o item ao centro*/
.new .item-flex-align-self-end{align-self: flex-end;}/*Alinha o item ao final*/

.new .item-flex{flex:1;}
.new .item-flex-1{flex:1;}
.new .item-flex-2{flex:2;}
.new .item-flex-3{flex:3;}
.new .item-flex-4{flex:4;}
.new .item-flex-5{flex:5;}



.new .fl-rigth{float:right !important;}
.new .fl-left{float:left !important;}
.new .fl-none{float:none !important;}
.new .ds-center{display:block; float:none !important;margin:0 auto;width:auto;}
.new .ds-none{display:none !important}
.new .mg-zero{margin:0 !important;}
.new .mg-0{margin:0 !important;}
.new .mg-3{margin:3px !important;}
.new .mg-10-0{margin:10px 0 !important;}
.new .mg-20-0{margin:20px 0 !important;}
.new .mg-left-0{margin-left:0 !important;}
.new .mg-top03{margin-top:3px !important;}
.new .mg-top05{margin-top:5px !important;}
.new .mg-bot02{margin-bottom:2px !important;}
.new .mg-bot05{margin-bottom:5px !important;}
.new .mg-bot10{margin-bottom:10px !important;}
.new .mg-bot20{margin-bottom:20px !important;}
.new .mg-bot30{margin-bottom:30px !important;}
.new .mg-bot40{margin-bottom:40px !important;}
.new .mg-top10{margin-top:10px !important;}
.new .mg-top20{margin-top:20px !important;}
.new .mg-top30{margin-top:30px !important;}
.new .mg-right10{margin-right:10px !important;}

.new [class^="pd-"], [class*=" pd-"]{
    box-sizing:border-box;
}
.new .pd-zero{padding:0 !important;}
.new .pd-05{padding:5px !important;}
.new .pd-10{padding:10px !important;}
.new .pd-1{padding:1px !important;}
.new .pd-2{padding:2px !important;}
.new .pd-3{padding:3px !important;}
.new .pd-03{padding:3px !important;}
.new .pd-5{padding:5px !important;}
.new .pd-13{padding:13px !important;}
.new .pd-20{padding:20px !important;}
.new .pd-0-10{padding:0 10px !important;}
.new .pd-10-0{padding:10px 0px !important;}
.new .pd-5-0{padding:5px 0px !important;}
.new .pd-10-20{padding:10px 20px !important;}
.new .pd-10-13{padding:10px 13px !important;}
.new .pd-5-20{padding:5px 20px !important;}
.new .pd-20-0{padding:20px !important;}
.new .pd-05-10{padding:05px 10px !important;}
.new .pd-0-3{padding:0px 3px !important;}
.new .pd-x-0{padding-left:0 !important; padding-right:0 !important;}
.new .pd-top0{padding-top:0 !important;}
.new .pd-top5{padding-top:5px !important;}
.new .pd-top8{padding-top:8px !important;}
.new .pd-top10{padding-top:10px !important;}
.new .pd-top15{padding-top:15px !important;}
.new .pd-top20{padding-top:20px !important;}
.new .pd-top25{padding-top:25px !important;}
.new .pd-top27{padding-top:27px !important;}
.new .pd-top30{padding-top:30px !important;}
.new .pd-top35{padding-top:35px !important;}
.new .pd-bot0{padding-bottom:0 !important;}
.new .pd-bot5{padding-bottom:5px !important;}
.new .pd-bot05{padding-bottom:5px !important;}
.new .pd-bot05{padding-bottom:5px !important;}
.new .pd-bot10{padding-bottom:10px !important;}
.new .pd-bot20{padding-bottom:20px !important;}
.new .pd-bot25{padding-bottom:25px !important;}
.new .pd-bot27{padding-bottom:27px !important;}
.new .pd-left10{padding-left:10px !important}
.new .pd-left20{padding-left:20px !important}
.new .pd-left30{padding-left:30px !important}
.new .pd-left40{padding-left:40px !important}
.new .pd-left50{padding-left:50px !important}
.new .pd-right3{padding-right:3px !important}
.new .pd-right20{padding-right:20px !important}

.new .pd-right23{padding-right:23px !important}

.new .pd-right10{padding-right:10px !important}


.new [class^="over-h-"], [class*=" over-h-"]{overflow-x:auto;}
.new .over-h-50{max-height:50px}
.new .over-h-60{max-height:60px}
.new .over-h-100{max-height:100px}
.new .over-h-200{max-height:200px}
.new .over-h-300{max-height:300px}
.new .over-h-350{max-height:350px}
.new .over-h-380{max-height:380px}
.new .over-h-400{max-height:400px}
.new .over-h-450{max-height:450px}
.new .over-h-500{max-height:500px}
.new .over-h-600{max-height:600px}

.new .br-zero{border:0;}
.new .border{border:1px solid #dfdfdf;}
.new .br-right{border-right:1px solid #dfdfdf !important;}
.new .br-left{border-left:1px solid #dfdfdf;}
.new .br-bottom{border-bottom:1px solid #dfdfdf;}
.new .br-top{border-top:1px solid #dfdfdf;}
.new .br-top-bot{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;}
.new .br-2-top{border-top:2px solid %COR1%;}
.new .br-3-top{border-top:3px solid %COR1%;}

.new .shadow-1{
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.10);
}
.new .shadow-2{
    box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.2);
}
.new.shadow-8,
.new .shadow-8{
    box-shadow: 1px 1px 300px 50px rgba(0,0,0,0.8) !important;
}

.new .clear{
    clear:both;
}

.new [class^="hei-"], [class*=" hei-"]{
    overflow-x:auto;
}
.new .hei-05{height:5px !important;}
.new .hei-10{height:10px !important;}
.new .hei-15{height:15px !important;}
.new .hei-20{height:20px !important;}
.new .hei-25{height:25px !important;}
.new .hei-30{height:30px !important;}
.new .hei-35{height:35px !important;}
.new .hei-50{height:50px !important;}
.new .hei-70{height:70px !important;}
.new .hei-75{height:75px !important;}
.new .hei-80{height:80px !important;}
.new .hei-100{height:100px !important;}
.new .hei-280{height:280px !important;}
.new .hei-300{height:300px !important;}
.new .hei-380{height:380px !important;}
.new .hei-400{height:400px !important;}
.new .hei-500{height:500px !important;}

.new [class^="wid-"], [class*=" wid-"]{
    float:left;
    box-sizing:border-box;
}
.new .wid-05{width:5% !important;}
.new .wid-10{width:10% !important;}
.new .wid-15{width:15% !important;}
.new .wid-20{width:20% !important;}
.new .wid-25{width:25% !important;}
.new .wid-30{width:30% !important;}
.new .wid-33{width:33.3% !important;}
.new .wid-40{width:40% !important;}
.new .wid-45{width:45% !important;}
.new .wid-48{width:48% !important;}
.new .wid-49{width:49% !important;}
.new .wid-50{width:50% !important;}
.new .wid-60{width:60% !important;}
.new .wid-67{width:66.7% !important;}
.new .wid-70{width:70% !important;}
.new .wid-75{width:75% !important;}
.new .wid-80{width:80% !important;}
.new .wid-90{width:90% !important;}
.new .wid-100{width:100% !important;}
.new .wid-auto{
    width:auto !important;
}
.new .pos-center{
    display:block;
    float:none !important;
    margin:0 auto !important;
}

.new .wid-fix-20{width:20px !important;}
.new .wid-fix-30{width:30px !important;}
.new .wid-fix-40{width:40px !important;}
.new .wid-fix-45{width:45px !important;}
.new .wid-fix-50{width:50px !important;}
.new .wid-fix-55{width:55px !important;}
.new .wid-fix-60{width:60px !important;}
.new .wid-fix-70{width:70px !important;}
.new .wid-fix-80{width:80px !important;}
.new .wid-fix-100{width:100px !important;}
.new .wid-fix-120{width:120px !important;}
.new .wid-fix-135{width:135px !important}
.new .wid-fix-140{width:140px !important;}
.new .wid-fix-150{width:150px !important;}
.new .wid-fix-183{width:183px !important;}
.new .wid-fix-190{width:190px !important;}
.new .wid-fix-200{width:200px !important;}
.new .wid-fix-220{width:220px !important;}
.new .wid-fix-230{width:230px !important;}
.new .wid-fix-250{width:250px !important;}
.new .wid-fix-290{width:290px !important;}
.new .wid-fix-300{width:300px !important;}
.new .wid-fix-305{width:305px !important;}
.new .wid-fix-320{width:320px !important;}
.new .wid-fix-380{width:380px !important;}
.new .wid-fix-400{width:400px !important;}
.new .wid-fix-415{width:415px !important;}
.new .wid-fix-450{width:450px !important;}
.new .wid-fix-480{width:480px !important;}
.new .wid-fix-500{width:500px !important;}
.new .wid-fix-600{width:600px !important;}
.new .wid-fix-700{width:700px !important;}
.new .wid-fix-800{width:800px !important;}
.new .wid-fix-820{width:820px !important;}
.new .wid-fix-900{width:900px !important;}
.new .wid-fix-1000{width:900px !important;}

.new .wid-50-10px{width:calc(50% - 10px) !important}
.new .wid-50-25px{width:calc(50% - 25px) !important}
.new .wid-50-30px{width:calc(50% - 30px) !important}
.new .wid-50-35px{width:calc(50% - 35px) !important}
.new .wid-100-30px{width:calc(100% - 30px) !important}
.new .wid-100-35px{width:calc(100% - 35px) !important}
.new .wid-100-40px{width:calc(100% - 40px) !important}
.new .wid-100-50px{width:calc(100% - 50px) !important}
.new .wid-100-55px{width:calc(100% - 55px) !important}
.new .wid-100-60px{width:calc(100% - 60px) !important}
.new .wid-100-70px{width:calc(100% - 70px) !important}
.new .wid-100-30px{width:calc(100% - 30px) !important}
.new .wid-100-85px{width:calc(100% - 85px) !important}
.new .wid-100-100px{width:calc(100% - 100px) !important}
.new .wid-100-110px{width:calc(100% - 110px) !important}
.new .wid-100-120px{width:calc(100% - 120px) !important}
.new .wid-100-150px{width:calc(100% - 150px) !important}
.new .wid-100-160px{width:calc(100% - 160px) !important}
.new .wid-100-190px{width:calc(100% - 190px) !important}
.new .wid-100-200px{width:calc(100% - 200px) !important}
.new .wid-100-220px{width:calc(100% - 220px) !important}
.new .wid-100-230px{width:calc(100% - 230px) !important}
.new .wid-100-300px{width:calc(100% - 300px) !important}
.new .wid-100-310px{width:calc(100% - 310px) !important}
.new .wid-100-400px{width:calc(100% - 400px) !important}
.new .wid-100-420px{width:calc(100% - 420px) !important}
.new .wid-100-450px{width:calc(100% - 450px) !important}
.new .wid-100-500px{width:calc(100% - 500px) !important}
.new .wid-100-600px{width:calc(100% - 600px) !important}
.new .wid-100-800px{width:calc(100% - 800px) !important}
.new .wid-100-820px{width:calc(100% - 820px) !important}
.new .wid-100-900px{width:calc(100% - 900px) !important}


.new [class^="title-"], [class*=" title-"] {
    float: left;
    width:100%;
    color:#646464;
    padding:3px;
    padding:0 !important;
    box-sizing:border-box;
    margin:0;
    font-weight:normal;
}
.new [class^="title-"].icon, [class*=" title-"].icon {
    position:relative;
    padding-left:50px !important;
}
.new [class^="title-"].icon:before, [cllass*="title-"].icon:before {
    position: absolute;
    width: 40px;
    height: 30px;
    left: 0px;
    color: #b0b0b0;
    bottom: -1px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 2px solid %COR1%;
}
.new .title-1{font-size:1.3em;}
.new .title-2{font-size:1.2em;}
.new .title-3{font-size:1em;}
.new [class^="text-"], [class*=" text-"] {
    float: left;
    width:100%;
    color:#1c1c1c;
    padding:3px;
    box-sizing:border-box;
    margin:0;
}
.new .text-09{font-size:0.9em;}
.new .text-1{font-size:1em;}
.new .text-11{font-size:1.1em !important;}
.new .text-12{font-size:1.2em !important;}
.new .text-13{font-size:1.3em !important;}
.new .text-14{font-size:1.4em !important;}
.new .text-15{font-size:1.5em !important;}
.new .text-16{font-size:1.6em !important;}
.new .text-17{font-size:1.7em !important;}
.new .text-18{font-size:1.8em !important;}
.new .text-19{font-size:1.9em !important;}
.new .text-2{font-size:2em;}
.new .text-21{font-size:2.1em;}
.new .text-22{font-size:2.2em;}
.new .text-23{font-size:2.3em;}
.new .text-24{font-size:2.4em;}
.new .text-25{font-size:2.5em;}
.new .caixa-alta {
    text-transform: uppercase !important;
    letter-spacing: 0.4px;
}


.new .font-08{font-size:0.8em !important;}
.new .font-09{font-size:0.9em !important;}
.new .font-1{font-size:1em !important;}
.new .font-11{font-size:1.1em !important;}
.new .font-12{font-size:1.2em !important;}
.new .font-13{font-size:1.3em !important;}
.new .font-14{font-size:1.4em !important;}
.new .font-15{font-size:1.5em !important;}
.new .font-16{font-size:1.6em !important;}
.new .font-17{font-size:1.7em !important;}
.new .font-18{font-size:1.8em !important;}
.new .font-19{font-size:1.9em !important;}
.new .font-2{font-size:2em;}
.new .font-21{font-size:2.1em;}
.new .font-22{font-size:2.2em;}
.new .font-23{font-size:2.3em;}
.new .font-24{font-size:2.4em;}
.new .font-25{font-size:2.5em;}

.new .ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.new .text-center{
    text-align:center;
}
.new .text-left{
    text-align:left;
}
.new .text-right{
    text-align:right;
}



.new .ui-dialog-buttonpane{
    padding:10px;
    float:left;
    width:100%;
    box-sizing:border-box;
}
.new .ui-dialog-buttonpane [class^="btn-"], [class*=" btn-"] {
    width: auto !important;
}
.new [class^="btn-"], [class*=" btn-"] {
    float: right;
    width: auto;
    padding: 6px 20px;
    text-align: center;
    font-size: 1.1em;
    border-radius: 3px;
    color: #fff !important;
    background: #333;
    margin-left: 20px;
    text-transform: none;
    text-decoration: none;
    box-sizing:border-box;
    border:0;
}
.new [class^="btn-icon-"]{
    padding-left:30px;
    position:relative;
}
.new [class^="btn-icon-"]:before{
    position: absolute;
    left: 10px;
    font-size: 1.3em;
    top: calc(50% - 7px);
}
.new [class^="btn-"].mini, [class*=" btn-"].mini {
    padding: 4px 10px;
    font-size: 1em;
    min-height: 0 !important;
}

.new .btn-cliente,
.new .btn-icon-cliente  {
    background: %COR1%;
}
.new .btn-blue,
.new .btn-icon-blue {
    background: #186096!important;
    color:#fff !important;
}
.new .btn-branco,
.new .btn-icon-branco  {
    background: #fff !important;
    border:1px solid #ccc;
    color:#333 !important;
}
.new .btn-cinza,
.new .btn-icon-cinza  {
    background: #e2e2e2 !important;
    color:#333 !important;
}
.new .btn-cinza-2,
.new .btn-icon-cinza-2  {
    background: #515151!important;
}
.new .btn-cinza-3,
.new .btn-icon-cinza-3  {
    background: #343434!important;
}
.new .btn-orange,
.new .btn-icon-orange  {
    background: #db5923;
}
.new .btn-orange-2,
.new .btn-icon-orange-2  {
    background: #c34c1b;
}
.new .btn-red,
.new .btn-icon-red  {
    background: #dd4f4f;
}
.new .btn-green,
.new .btn-icon-green  {
    background: #1ca064 !important;
    color:#fff !important;
}




.new .tabela{
    border-collapse:collapse;
    border:0;
}
.new .tabela tr th{
    background:#666666;
    color:#fff;
    font-size:1em;
    font-weight:normal;
    text-align:center;
}
.new .tabela tr th a{
    background:#666666;
    color:#fff;
    text-decoration:none;
}
.new .tabela tr th,
.new .tabela tr td{
    padding:7px 5px;
    border:0;
    border-bottom:1px solid #ccc;
    font-size:1.0em !important;
}
.new .tabela tr td img{
    width: 70px !important;
    height: 20px !important;
    box-sizing: border-box;
    border-radius: 3px !important;
    border: 1px solid #dedede;
    background: #fff;
    padding: 2px;
}
.new .tabela tr td a img{
    width: 20px !important;
    height: 20px !important;
    box-sizing: border-box;
    background: #fff;
}

.new .dataTables_filter{
    float:left;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    background: #e8e8e8;
    border-bottom: 1px solid #6f6f6f;
}
.new .dataTables_filter input{
    border:1px solid #ccc;
    border-radius:3px;
}
.new .dataTables_info{
    float:left;
    width:auto;
    padding:10px;
}

.new .form {
    float: left;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.new .form_bloco {
    padding: 0 10px;
}
.new .form.form10 {
    width: 10%
}
.new .form.form20 {
    width: 20%
}
.new .form.form25 {
    width: 25%
}
.new .form.form30 {
    width: 32%
}
.new .form.form33 {
    width: 33%
}
.new .form.form40 {
    width: 40%
}
.new .form.form50 {
    width: 50%
}
.new .form.form60 {
    width: 60%
}
.new .form.form70 {
    width: 68%
}
.new .form.form80 {
    width: 80%
}
.new .form.form90 {
    width: 90%
}
.new .form.form100 {
    width: 100%
}
.new .max30 {
    max-width: 30px
}
.new .max35 {
    max-width: 35px
}
.new .max50 {
    max-width: 50px
}
.new .max70 {
    max-width: 70px
}
.new .max100 {
    max-width: 100px
}
.new .max130 {
    max-width: 130px
}
.new .max160 {
    max-width: 160px
}
.new .max200 {
    max-width: 200px
}
.new .max250 {
    max-width: 250px
}
.new .max300 {
    max-width: 300px
}
.new .max400 {
    max-width: 400px !important
}
.new .max500 {
    max-width: 500px
}
.new .max700 {
    max-width: 700px
}
.new .max900 {
    max-width: 900px
}

.new .form input[type="text"],
.new .form input[type="email"],
.new .form input[type="number"],
.new .form input[type="date"],
.new .form input[type="password"],
.new .form textarea,
.new .form select {
    float: left;
    width: 100% !important;
    padding: 3px !important;
    background: #fff !important;
    box-sizing: border-box;
    min-height: 29px !important;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #046387 !important;
    min-width: 0;
}
.new .form textarea {
    line-height:1.4;
    resize:none;
}

.new .form legend_campo_inline .legend{

}
.new .form legend_campo_inline input[type="text"],
.new .form legend_campo_inline input[type="email"],
.new .form legend_campo_inline input[type="number"],
.new .form legend_campo_inline input[type="date"],
.new .form legend_campo_inline input[type="password"],
.new .form legend_campo_inline textarea,
.new .form legend_campo_inline select {
    float: left;
    width: 100% !important;
    padding: 3px !important;
    background: #fff !important;
    box-sizing: border-box;
    min-height: 29px !important;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #046387 !important;
    min-width: 0;
}
.new .form legend_campo_inline textarea {
    line-height:1.4;
    resize:none;
}


.new .form input[type="text"].disabled,
.new .form input[type="email"].disabled,
.new .form input[type="number"].disabled,
.new .form input[type="date"].disabled,
.new .form input[type="password"].disabled,
.new .form textarea.disabled,
.new .form select.disabled {
    float: left;
    width: 100% !important;
    padding: 5px 10px !important;
    background: #f0f0f0 !important;
    box-sizing: border-box;
    min-height: 29px !important;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #046387 !important;
    min-width: 0;
    font-weight:normal !important;
}
.new span.disabled {
    float: left;
    width: 100%;
    padding: 5px 10px !important;
    background: #f0f0f0;
    box-sizing: border-box;
    min-height: 29px !important;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #046387;
    min-width: 0;
    font-weight:normal !important;
}
.new span.disabled a{
    color:#fff;
}
.new label.disabled {
    float: left;
    width: 100%;
    padding: 5px 10px !important;
    background: #f0f0f0;
    box-sizing: border-box;
    min-height: 29px !important;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #046387;
    min-width: 0;
    font-weight:normal !important;
}
.new label.disabled a{
    color:#fff;
}

.new input[type="submit"][disabled="disabled"],
.new input[type="button"][disabled="disabled"]{
    background:#9a9a9a;
    cursor:unset;
    opacity:0.6;
}


.new .form input.wid-fix-50, .form select.wid-fix-50, .form textarea.wid-fix-50{width:50px !important;}
.new .form input.wid-fix-100, .form select.wid-fix-100, .form textarea.wid-fix-100{width:100px !important;}
.new .form input.wid-fix-200, .form select.wid-fix-200, .form textarea.wid-fix-200{width:200px !important;}
.new .form input.wid-fix-220, .form select.wid-fix-220, .form textarea.wid-fix-220{width:220px !important;}
.new .form input.wid-fix-300, .form select.wid-fix-300, .form textarea.wid-fix-300{width:300px !important;}
.new .form input.wid-fix-400, .form select.wid-fix-400, .form textarea.wid-fix-400{width:400px !important;}
.new .form input.wid-fix-450, .form select.wid-fix-450, .form textarea.wid-fix-450{width:450px !important;}
.new .form input.wid-fix-500, .form select.wid-fix-500, .form textarea.wid-fix-500{width:500px !important;}

.new .form input.wid-100-30px, .form select.wid-100-30px, .form textarea.wid-100-30px{width:calc(100% - 30px !important)}
.new .form input.wid-100-40px, .form select.wid-100-40px, .form textarea.wid-100-40px{width:calc(100% - 40px !important)}
.new .form input.wid-100-50px, .form select.wid-100-50px, .form textarea.wid-100-50px{width:calc(100% - 50px !important)}
.new .form input.wid-100-100px, .form select.wid-100-100px, .form textarea.wid-100-100px{width:calc(100% - 100px) !important}
.new .form input.wid-100-110px, .form select.wid-100-110px, .form textarea.wid-100-110px{width:calc(100% - 110px) !important}
.new .form input.wid-100-120px, .form select.wid-100-120px, .form textarea.wid-100-120px{width:calc(100% - 120px) !important}
.new .form input.wid-100-200px, .form select.wid-100-200px, .form textarea.wid-100-200px{width:calc(100% - 200px) !important}
.new .form input.wid-100-230px, .form select.wid-100-230px, .form textarea.wid-100-230px{width:calc(100% - 230px) !important}
.new .form input.wid-100-300px, .form select.wid-100-300px, .form textarea.wid-100-300px{width:calc(100% - 300px) !important}
.new .form input.wid-100-400px, .form select.wid-100-400px, .form textarea.wid-100-400px{width:calc(100% - 400px) !important}
.new .form input.wid-100-450px, .form select.wid-100-450px, .form textarea.wid-100-450px{width:calc(100% - 450px) !important}
.new .form input.wid-100-500px, .form select.wid-100-500px, .form textarea.wid-100-500px{width:calc(100% - 500px) !important}

.new .form .icon_input {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 30px;
    height: 29px;
    text-align: center;
    padding-top: 8px;
    background: #333;
    color: #fff;
    box-sizing: border-box;
}
.new .form .obrig:after {
    content: "*";
    position: absolute;
    font-size: 1.6em;
    margin-left: 10px;
    top: -5px;
    color: #F44336;
}

.new .checkbox input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 17px;
    position: absolute;
    left: 0;
    z-index: 99;
}
.new .checkbox input[type="checkbox"] + span, 
.new .checkbox input[type="checkbox"] + label {
    font-size: 1.1em;
    color: #000;
    font-family: roboto_cond;
    float: left;
    position: relative;
}
.new .checkbox input[type="checkbox"] + span:before, 
.new .checkbox input[type="checkbox"] + label:before {
    content: "";
    float: left;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    color: #ffffff;
    border-radius: 2px;
}
.new .checkbox input[type="checkbox"]:checked + span:after,
.new .checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 7.4px;
    top: 50%;
    margin-top: -6.5px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    border: solid #7281a4;
    box-sizing: border-box;
}

.new table.checkbox{
    width:100%;
    margin-bottom:0;
}
.new table.checkbox label{
    font-size:0.9em !important;
}
.new table.checkbox tr td{
    position:relative !important;
    padding: 2px 0;
}
.new table.checkbox.por10 tr td{
    width:10% !important;
    position:relative;
}
.new table.checkbox.por20 tr td{
    width:20% !important;
    position:relative;
}
.new table.checkbox.por33 tr td{
    width:33.3% !important;
    position:relative;
}
.new table.checkbox.por25 tr td{
    width:25% !important;
    position:relative;
}
.new table.checkbox.por50 tr td{
    width:50% !important;
    position:relative;
}
.new table.checkbox.por100 tr td{
    width:100% !important;
    position:relative;
}

.new .mask_check{
    padding-left:30px !important;
    font-size:1.2em;
    cursor:pointer;
    color: #000;
}
.new .mask_check:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    color: #ffffff;
    border-radius: 2px;
}
.new .mask_check.checked_on:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -6.5px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    border: solid #7281a4;
    box-sizing: border-box;
}

.new .bandeiras{
    list-style:none;
}
.new .bandeiras li{
    position:relative;
    padding-left:30px;
    margin-right:10px;
}
.new .bandeiras li .radio,
.new .bandeiras li .radio input[type="radio"]{
    height:35px;
}

.new .bandeiras li .ban{
    float:left;
    width:60px;
    height:35px;
    background-repeat:no-repeat;
    background-color:#fff;
    /*border:1px solid #e5e5e5;*/
    border-radius:3px;
    background-position: center;
    background-size: 45px;
}
.new .bandeiras li .ban_visa {
    background-image: url("../Imagens/NovoLayout/Bandeiras/ban_visa.png");
}
.new .bandeiras li .ban_mastercard {
    background-image: url("../Imagens/NovoLayout/Bandeiras/ban_mastercard.png");
}
.new .bandeiras li .ban_amex {
    background-image: url("../Icones/Bandeiras/card_amex.png");
}
.new .bandeiras li .ban_hipercard {
    background-image: url("../Icones/Bandeiras/card_hipercard.png");
}
.new .bandeiras li .ban_diners {
    background-image: url("../Icones/Bandeiras/card_diners.png");
}
.new .bandeiras li .ban_elo {
    background-image: url("../Icones/Bandeiras/card_elo.png");
}
.new .bandeiras li .ban_Visa {
    background-image: url("../Imagens/NovoLayout/Bandeiras/ban_visa.png");
}
.new .bandeiras li .ban_Mastercard {
    background-image: url("../Imagens/NovoLayout/Bandeiras/ban_mastercard.png");
}
.new .bandeiras li .ban_Amex {
    background-image: url("../Icones/Bandeiras/card_amex.png");
}
.new .bandeiras li .ban_Hipercard {
    background-image: url("../Icones/Bandeiras/card_hipercard.png");
}
.new .bandeiras li .ban_Diners {
    background-image: url("../Icones/Bandeiras/card_diners.png");
}
.new .bandeiras li .ban_Elo {
    background-image: url("../Icones/Bandeiras/card_elo.png");
}

.new .radio{
    position:absolute;
    width:100%;
    left:0;
    top:0;
}
.new .radio input[type="radio"] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
}
.new .radio input[type="radio"] + label {
    position:absolute;
    width: 18px;
    height: 18px;
    top:calc(50% - 9px);
    left:0px;
    background: #fff;
    background:#326689;
    border-radius: 50%;
    box-sizing:border-box;
}
.new .radio input[type="radio"]:checked + label{
    border: 5px solid #326689;
    background: #ffffff;
}


.new .form .campo {
    width: 100%;
    padding: 3px;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.new .form .campo_auto {
    width: auto;
}
.new .form .campo a.lupa,
.new .form .campo a.calendario{
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 29px;
    height: 29px;
    background: #ececec;
    text-align: center;
    color: #333;
    font-size: 1.1em;
    padding-top: 8px;
    box-sizing: border-box;
    text-decoration:none;
}

.new .form .campo10 {
    width: 10%;
}
.new .form .campo15 {
    width: 15%;
}
.new .form .campo20 {
    width: 20%;
}
.new .form .campo25 {
    width: 25%;
}
.new .form .campo30 {
    width: 30%;
}
.new .form .campo33 {
    width: 33.3%;
}
.new .form .campo35 {
    width: 35%;
}
.new .form .campo40 {
    width: 40%;
}
.new .form .campo45 {
    width: 45%;
}
.new .form .campo50 {
    width: 50%;
}
.new .form .campo55 {
    width: 55%;
}
.new .form .campo60 {
    width: 60%;
}
.new .form .campo67 {
    width: 66.7%;
}
.new .form .campo70 {
    width: 70%;
}
.new .form .campo75 {
    width: 75%;
}
.new .form .campo80 {
    width: 80%;
}
.new .form .campo90 {
    width: 90%;
}
.new .form .campo100 {
    width: 100%;
}
.new .form .campo img {
    position: absolute;
    right: 7px;
    bottom: 9px;
}
.new .form .legend {
    float: left;
    width: 100%;
    margin-bottom: 3px;
    font-size: 1.1em;
    color: #000;
    font-family: roboto_cond;
    position: relative;
    box-sizing:border-box;
    position:relative;
}
.new .form .legend_form {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.3em;
    color: #545454;
    font-family: roboto_cond;
    position: relative;
    padding:5px 3px;
    border-bottom: 1px solid #ccc;
    box-sizing:border-box;
    font-weight:bold;
}


.new .form .conj-input-wid-fix-20  input[type="text"], .new .form .conj-input-wid-fix-20  select, .new .form .conj-input-wid-fix-20  textarea{width:20px !important;}
.new .form .conj-input-wid-fix-30  input[type="text"], .new .form .conj-input-wid-fix-30  select, .new .form .conj-input-wid-fix-30  textarea{width:30px !important;}
.new .form .conj-input-wid-fix-50  input[type="text"], .new .form .conj-input-wid-fix-50  select, .new .form .conj-input-wid-fix-50  textarea{width:50px !important;}
.new .form .conj-input-wid-fix-100 input[type="text"], .new .form .conj-input-wid-fix-100 select, .new .form .conj-input-wid-fix-100 textarea{width:100px !important;}
.new .form .conj-input-wid-fix-200 input[type="text"], .new .form .conj-input-wid-fix-200 select, .new .form .conj-input-wid-fix-200 textarea{width:200px !important;}
.new .form .conj-input-wid-fix-300 input[type="text"], .new .form .conj-input-wid-fix-300 select, .new .form .conj-input-wid-fix-300 textarea{width:300px !important;}
.new .form .conj-input-wid-fix-400 input[type="text"], .new .form .conj-input-wid-fix-400 select, .new .form .conj-input-wid-fix-400 textarea{width:400px !important;}
.new .form .conj-input-wid-fix-450 input[type="text"], .new .form .conj-input-wid-fix-450 select, .new .form .conj-input-wid-fix-450 textarea{width:450px !important;}
.new .form .conj-input-wid-fix-500 input[type="text"], .new .form .conj-input-wid-fix-500 select, .new .form .conj-input-wid-fix-500 textarea{width:500px !important;}
.new .form .conj-input-wid-fix-auto input[type="text"], 
.new .form .conj-input-wid-fix-auto select, 
.new .form .conj-input-wid-fix-auto textarea{width:auto !important;}

.new .form .conj-input-wid-fix-20  .disabled{width:20px !important;}
.new .form .conj-input-wid-fix-50  .disabled{width:50px !important;}
.new .form .conj-input-wid-fix-100 .disabled{width:100px !important;}
.new .form .conj-input-wid-fix-200 .disabled{width:200px !important;}
.new .form .conj-input-wid-fix-300 .disabled{width:300px !important;}
.new .form .conj-input-wid-fix-400 .disabled{width:400px !important;}
.new .form .conj-input-wid-fix-450 .disabled{width:450px !important;}
.new .form .conj-input-wid-fix-500 .disabled{width:500px !important;}
.new .form .conj-input-wid-fix-auto .disabled{width:auto !important; min-height:0 !important;}

.new [class*="conj-input-wid-fix-"] .legend{
    width:auto !important;
    cursor:pointer;   
    margin-top: 5px;
    margin-right: 10px;
}
.new [class*="conj-input-wid-fix-"] .campo{
    border-bottom:1px solid #dfdfdf;
}
.new [class*="conj-input-wid-fix-"] .campo:last-of-type{
    border-bottom:0;
}
.new [class*="conj-input-wid-fix-"] input[type="text"], 
.new [class*="conj-input-wid-fix-"] select{
    float:right !important;
}
.new [class*="conj-input-wid-fix-"] .no-wid-fix input[type="text"],
.new [class*="conj-input-wid-fix-"] .no-wid-fix select{
    width:auto !important;
}

.alerta{
    padding: 6px 10px;
    padding-left: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-sizing: border-box;
    position:relative;
    float:left;
}
.alerta a{
    display: inline-block;
    margin-left: 20px;
    color: #3F51B5 !important;
    text-decoration: underline;
}
.alerta:before{
    position: absolute;
    font-size: 1.5em;
    color: #333;
    top: calc(50% - 8px);
    left: 15px;
}
.alerta [class^=".bg-"], [class*=" .bg-"]:before{
    color: #fff;
}
.alerta span{
    float:left;
    width:100%;
    margin-bottom:3px;
}
.alerta span:last-of-type{
    margin-bottom:0;
}
.atencao{
    background:#e6c282;
    color:#333;
}
.atencao-1 {
    background: #fff;
    color: #333;
}
.atencao-1 span{
    color: #d73232 !important;
}
.atencao-1:before {
    color: #d73232;
}
.atencao-2 {
    background: #e3e3e3;
    color: #333;
}
.error{
    background:#e4a9a9;
    color:#333;
}


.new .bg-none{
    background:none !important
}
.new .bg-branco{
    background:#fff !important;
}
.new .bg-cinza {
    background: #c5c5c5 !important;
}
.new .bg-cinza {
    background: #c5c5c5 !important;
}
.new .bg-cinza-escuro {
    background: #cecece !important;
}
.new .bg-cinza-claro{
    background:#f7f7f7 !important;
}
.new .bg-cinza-1{
    background:#f7f7f7 !important;
}
.new .bg-cinza-2 {
    background: #ececec !important;
}
.new .bg-cinza-3 {
    background: #cecece !important;
}
.new .bg-amarelo{
    background:#e5cb79 !important;
    color:#333 !important;
}
.new .bg-verde{
    background:#1ca064 !important;
    color:#fff !important;
}
.new .bg-vermelho{
    background:#d73232 !important;
    color:#fff !important;
}
.new .bg-vermelho-2 {
    background: #831a1a !important;
    color: #fff !important;
}
.new .bg-azul-2 {
    background: #0b485f !important;
    color: #fff !important;
}
.new .bg-orange {
    background: #d46d1c !important;
    color: #fff !important;
}
.new .bg-orange *:before {
    color: #fff !important;
}


.new .color-branco{
    color:#fff;
}
.new .color-cinza {
    color: #c5c5c5 ;
}
.new .color-cinza {
    color: #c5c5c5 ;
}
.new .color-cinza-escuro {
    color: #cecece ;
}
.new .color-cinza-claro{
    color:#f7f7f7 ;
}
.new .color-cinza-1{
    color:#f7f7f7 ;
}
.new .color-cinza-2 {
    color: #dedede ;
}
.new .color-cinza-3 {
    color: #cecece ;
}
.new .color-cinza-4 {
    color: #696969 ;
}
.new .color-amarelo{
    color:#ebbe2e ;
}
.new .color-verde{
    color:#1ca064 ;
}
.new .color-vermelho{
    color:#d73232 ;
}
.new .color-vermelho-2 {
    color: #831a1a ;
}
.new .color-azul{
    color:#0c4876;
}
.new .color-azul-2 {
    color: #0b485f ;
}
.new .color-orange {
    color: #d46d1c ;
}


.new .text-branco {
    color: #fff !important;
}
.new .text-cinza-claro {
    color: #f7f7f7 !important;
}
.new .text-amarelo {
    color: #ebbe2e !important;
}
.new .text-verde {
    color: #1ca064 !important;
}
.new .text-vermelho {
    color: #d73232 !important;
}
.new .text-branco a {
    color: #fff !important;
}
.new .text-cinza-claro a {
    color: #f7f7f7 !important;
}
.new .text-amarelo a {
    color: #ebbe2e !important;
}
.new .text-verde a {
    color: #1ca064 !important;
}
.new .text-vermelho a {
    color: #d73232 !important;
}


/*========================================================================================================================================================================
========================================================================================================================================================================
========================================================================================================================================================================
========================================================================================================================================================================
========================================================================================================================================================================*/

.no-background{
    background:none !important;
}

.new .imgBackground{
    position:fixed;
    width:100%;
    height:100%;
    /*background-image:none !important;*/
    background-position:center !important;
    background-size:cover !important;
    background-repeat:no-repeat;
}
.new .div_login {
    position: absolute;
    width: 323px;
    height: auto;
    left: calc(50% - 175px);
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
}
.new .div_login .logo{
    text-align:center;
    padding:10px 0;
    border-bottom:1px solid #e8e8e8;
}
.new .div_login .logo img{
    width:110px;
}
.new .div_login .logo .no-image{
    color:#ccc;
    font-size:3.0em;
}
.new .div_login .logo .no-image-cad{
    color:#ccc;
    font-size:3.0em;
}
.new .div_login .legend{
    display:none;
}
.new .div_login .icon{
    float: left;
    width: 30px;
    height: 28px;
    box-sizing: border-box;
    background: #e8e8e8;
    color: #929292;
    border-radius: 3px;
    padding: 5px;
    padding-top: 7px;
    text-align:center;
}
.new .div_login .lembrar_senha{
    color:#3977b5;
    font-size: 0.9em;
    text-decoration: none;
    margin-top: 8px;
    float:left;
    width:auto;
    font-style:italic;
}
.new .div_login input[type="text"],
.new .div_login input[type="password"]{
    padding:3px 10px !important;
}

.modal_token{
    position:absolute;
    width:470px;
    top:calc(50% - 220px) !important;
    background:#fff;
    border:0;
    border-radius:3px;
}
.modal_token .modal_btn_close{
    position:absolute;
    right: 20px;
    top: 17px;
}
.modal_token #imgToken {
    width: 100%;
    display: table;
    margin: 10px auto;
    background: #acadad;
}
.modal_token #imgToken.WooTokenMobile {
    width: 65% !important;
    background:none !important;
}
.modal_token input[type=submit] {
    font-size:0.9em;
    margin:0;
    height:29px;
}
.modal_token .legend {
    font-size: 0.9em !important;
}


._tabela_limite_credito{
    border:1px solid #ccc;
    float:left;
    width:100%;
}
._tabela_limite_credito tr td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding:5px;
}
._tabela_limite_credito tr td:first-of-type {
    width:170px;
}
._tabela_limite_credito tr td:last-of-type {
    border-right: 0;
}
._tabela_limite_credito tr:last-of-type td{
    border-bottom: 0;
    background: #fbf6ca;
}

.modal_autorizacao .ui-dialog-content {
    height:auto !important;
}





























/********************************************************************************************/
/********************************************************************************************/
/******************************** NOVA PALETA DE ÍCONES *************************************/
/********************************************************************************************/
/********************************************************************************************/
@font-face {
    font-family: 'icomoon2';
    src: url('fonts/icomoon_novos/icomoon.eot?ramv6k');
    src: url('fonts/icomoon_novos/icomoon.eot?ramv6k#iefix') format('embedded-opentype'), 
        url('fonts/icomoon_novos/icomoon.ttf?ramv6k') format('truetype'), 
        url('fonts/icomoon_novos/icomoon.woff?ramv6k') format('woff'), 
        url('fonts/icomoon_novos/icomoon.svg?ramv6k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon2-"]:before, [class*=" icon2-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon2-separar:before {
  content: "\e9c8";
}
.icon2-remover:before {
  content: "\e9c7";
}
.icon2-reembolso:before {
  content: "\e9c6";
}
.icon2-selo:before {
  content: "\e9c5";
}
.icon2-wifi:before {
  content: "\e9c4";
}
.icon2-import:before {
  content: "\e9c3";
}
.icon2-carrinho1:before {
  content: "\e9c2";
}
.icon2-alterar_2:before {
  content: "\e9c1";
}
.icon2-tap:before {
  content: "\e9c0";
}
.icon2-pagamento_online:before {
  content: "\e9bf";
}
.icon2-copy:before {
  content: "\e9bd";
}
.icon2-negociar:before {
  content: "\e9bc";
}
.icon2-bagagem:before {
  content: "\e9bb";
}
.icon2-historico:before {
  content: "\e9b9";
}
.icon2-clip:before {
  content: "\e9ba";
}
.icon2-nova_ocorrencia:before {
  content: "\e9b8";
}
.icon2-confirmar:before {
  content: "\e9b7";
}
.icon2-voucher:before {
  content: "\e9b5";
}
.icon2-alterar_prazo:before {
  content: "\e9b6";
}
.icon2-fechar:before {
  content: "\e9b4";
}
.icon2-no_acordo:before {
  content: "\e9b3";
}
.icon2-seta_esq_2:before {
  content: "\e9b1";
}
.icon2-seta_dir_2:before {
  content: "\e9b2";
}
.icon2-traduzir:before {
  content: "\e9b0";
}
.icon2-tourcode_minhas_condicoes:before {
  content: "\e9ae";
  color: #1f5096;
}
.icon2-transfer:before {
  content: "\e9ad";
}
.icon2-tourcode_consultar_condicoes_2:before {
  content: "\e9ab";
}
.icon2-tourcode_consultar_condicoes:before {
  content: "\e9ac";
  color: #1f5096;
}
.icon2-valido:before {
  content: "\e9a9";
}
.icon2-aplicado:before {
  content: "\e9af";
}
.icon2-invalido:before {
  content: "\e9aa";
}
.icon2-abrir_quad:before {
  content: "\e9a3";
}
.icon2-fechar_quad:before {
  content: "\e9a4";
}
.icon2-maritimo_alterar_cabine:before {
  content: "\e99e";
  color: #204984;
}
.icon2-maritimo_alterar_categoria:before {
  content: "\e99f";
  color: #204984;
}
.icon2-maritimo_alterar_cruzeiro:before {
  content: "\e9a0";
  color: #204984;
}
.icon2-maritimo_alterar_dados:before {
  content: "\e9a1";
  color: #204984;
}
.icon2-maritimo_excluir_bebidas:before {
  content: "\e9a2";
}
.icon2-email:before {
  content: "\e99c";
}
.icon2-pagar:before {
  content: "\e99d";
}
.icon2-voltar:before {
  content: "\e99a";
}
.icon2-imprimir:before {
  content: "\e99b";
}
.icon2-dividir_2:before {
  content: "\e998";
}
.icon2-dividir:before {
  content: "\e999";
}
.icon2-middle:before {
  content: "\e997";
}
.icon2-logo_adm:before {
  content: "\e996";
  color: #606060;
}
.icon2-tourcode_apenas_um2:before {
  content: "\e994";
  color: #1d4984;
}
.icon2-tourcode_exigencia_2:before {
  content: "\e9a5";
  color: #1d4984;
}
.icon2-tourcode_todos2:before {
  content: "\e995";
  color: #1d4984;
}
.icon2-tourcode_exigencia_1:before {
  content: "\e9a6";
  color: #1d4984;
}
.icon2-tourcode_apenas_um:before {
  content: "\e991";
  color: #1d4984;
}
.icon2-tourcode_todos:before {
  content: "\e992";
  color: #1d4984;
}
.icon2-tourcode_diferente_de:before {
  content: "\e990";
  color: #1e4c8c;
}
.icon2-tourcode_excecao_true:before {
  content: "\e9a7";
  color: #1e4c8c;
}
.icon2-tourcode_igual_a:before {
  content: "\e993";
  color: #1e4c8c;
}
.icon2-tourcode_excecao_false:before {
  content: "\e9a8";
  color: #1e4c8c;
}
.icon2-op_aprovar_negociacao2:before {
  content: "\e98e";
  color: #1e4c8c;
}
.icon2-op_aprovar_seguranca2:before {
  content: "\e98f";
  color: #1e4c8c;
}
.icon2-carrinho:before {
  content: "\e98d";
  color: #1f5096;
}
.icon2-op_responsavel_add:before {
  content: "\e98b";
  color: #1f5096;
}
.icon2-op_responsavel_remove:before {
  content: "\e98c";
  color: #1f5096;
}
.icon2-xml:before {
  content: "\e989";
  color: #1b5491;
}
.icon2-xml2:before {
  content: "\e98a";
  color: #1b5491;
}
.icon2-op_anexar:before {
  content: "\e988";
  color: #1f5096;
}
.icon2-op_editar:before {
  content: "\e97f";
  color: #1e4c8c;
}
.icon2-op_aprovar_credito:before {
  content: "\e980";
  color: #1f5096;
}
.icon2-op_aprovar_negociacao:before {
  content: "\e981";
  color: #1f5096;
}
.icon2-op_aprovar_seguranca:before {
  content: "\e982";
  color: #1e4c8c;
}
.icon2-op_aprovar_triagem:before {
  content: "\e983";
  color: #1f5096;
}
.icon2-op_cancelar:before {
  content: "\e984";
  color: #c13835;
}
.icon2-op_emitida_gds:before {
  content: "\e985";
  color: #1e4c8c;
}
.icon2-op_emitir:before {
  content: "\e986";
  color: #2c7746;
}
.icon2-op_rejeitar:before {
  content: "\e987";
  color: #a62e2c;
}
.icon2-seta_dir:before {
  content: "\e97d";
}
.icon2-seta_esq:before {
  content: "\e97e";
}
.icon2-assento:before {
  content: "\e97c";
}
.icon2-cambio:before {
  content: "\e97b";
}
.icon2-alterar:before {
  content: "\e9be";
}
.icon2-lixeira:before {
  content: "\e979";
}
.icon2-apagar:before {
  content: "\e97a";
}
.icon2-abrir_pasta2:before {
  content: "\e977";
}
.icon2-abrir_pasta:before {
  content: "\e978";
}
.icon2-order_servico:before {
  content: "\e976";
}
.icon2-seta_baixo:before {
  content: "\e975";
}
.icon2-recusado:before {
  content: "\e973";
}
.icon2-relogio:before {
  content: "\e974";
}
.icon2-info2:before {
  content: "\e972";
}
.icon2-seguros:before {
  content: "\e96f";
}
.icon2-servios:before {
  content: "\e970";
}
.icon2-bus:before {
  content: "\e971";
}
.icon2-hotel:before {
  content: "\e96b";
}
.icon2-aviao:before {
  content: "\e96c";
}
.icon2-maritmo:before {
  content: "\e96d";
}
.icon2-carro:before {
  content: "\e96e";
}
.icon2-caneta:before {
  content: "\e96a";
}
.icon2-seta_left:before {
  content: "\e966";
}
.icon2-seta_right:before {
  content: "\e967";
}
.icon2-cobranca_adicional:before {
  content: "\e965";
}
.icon2-grupos_aprovadores:before {
  content: "\e964";
}
.icon2-grupo_clientes:before {
  content: "\e968";
}
.icon2-justificativas:before {
  content: "\e969";
}
.icon2-motivos_viagem:before {
  content: "\e95d";
}
.icon2-atividades:before {
  content: "\e95e";
}
.icon2-projetos:before {
  content: "\e95f";
}
.icon2-departamentos:before {
  content: "\e960";
}
.icon2-unidades_negocio:before {
  content: "\e961";
}
.icon2-funcoes:before {
  content: "\e962";
}
.icon2-dados_cadastrais:before {
  content: "\e963";
}
.icon2-salvar:before {
  content: "\e95c";
}
.icon2-tela:before {
  content: "\e95b";
}
.icon2-texas:before {
  content: "\e959";
}
.icon2-atualizar:before {
  content: "\e95a";
}
.icon2-passageiro:before {
  content: "\e957";
}
.icon2-passageiros:before {
  content: "\e958";
}
.icon2-codigo:before {
  content: "\e956";
}
.icon2-street_view:before {
  content: "\e954";
}
.icon2-fogo:before {
  content: "\e955";
}
.icon2-location:before {
  content: "\e953";
}
.icon2-estrela_metade:before {
  content: "\e952";
}
.icon2-estrela:before {
  content: "\e951";
}
.icon2-acessorios_carro2:before {
  content: "\e94d";
}
.icon2-acessorios_carro:before {
  content: "\e94e";
}
.icon2-protecoes_carro2:before {
  content: "\e94f";
}
.icon2-protecoes_carro:before {
  content: "\e950";
}
.icon2-disponibilidade:before {
  content: "\e94c";
}
.icon2-menu_horizontal:before {
  content: "\e94a";
}
.icon2-menu_vertical:before {
  content: "\e94b";
}
.icon2-fixar2:before {
  content: "\e948";
}
.icon2-fixar:before {
  content: "\e949";
}
.icon2-alerta:before {
  content: "\e947";
}
.icon2-tarifa_operadora:before {
  content: "\e946";
}
.icon2-token:before {
  content: "\e940";
}
.icon2-validacao:before {
  content: "\e941";
}
.icon2-cartao_consulta:before {
  content: "\e942";
}
.icon2-cartao_black:before {
  content: "\e943";
}
.icon2-log:before {
  content: "\e944";
}
.icon2-analise_risco:before {
  content: "\e945";
}
.icon2-alterar_ud:before {
  content: "\e93f";
}
.icon2-limite:before {
  content: "\e93b";
}
.icon2-desconectar:before {
  content: "\e93c";
}
.icon2-usuario2:before {
  content: "\e93d";
}
.icon2-relatorio:before {
  content: "\e93a";
}
.icon2-origem_destino_pessoas:before {
  content: "\e939";
}
.icon2-ida_volta:before {
  content: "\e938";
}
.icon2-valores:before {
  content: "\e93e";
}
.icon2-eventos:before {
  content: "\e937";
}
.icon2-desconto_config:before {
  content: "\e931";
  color: #fcfcfc;
}
.icon2-grupo_ofertas_config:before {
  content: "\e933";
}
.icon2-hotel_config:before {
  content: "\e934";
}
.icon2-aereo_config:before {
  content: "\e935";
}
.icon2-taxas_config:before {
    content: "\e936";
}
.icon2-social_config:before {
  content: "\e930";
}
.icon2-email_config:before {
  content: "\e92c";
}
.icon2-publicador_config:before {
  content: "\e92d";
}
.icon2-link_config:before {
  content: "\e92e";
}
.icon2-telefone_config:before {
  content: "\e92f";
}
.icon2-cartao_credito_config:before {
  content: "\e932";
}
.icon2-info_empresa:before {
  content: "\e92a";
}
.icon2-enderecos:before {
  content: "\e92b";
}
.icon2-banco:before {
  content: "\e90d";
}
.icon2-adicionar:before {
  content: "\e929";
}
.icon2-nao_pago:before {
  content: "\e927";
}
.icon2-pago:before {
  content: "\e928";
}
.icon2-link:before {
  content: "\e926";
}
.icon2-email_responsavel2:before {
  content: "\e925";
}
.icon2-email_responsavel:before {
  content: "\e924";
}
.icon2-configuracoes:before {
  content: "\e91f";
}
.icon2-responsavel:before {
  content: "\e920";
}
.icon2-politicas:before {
  content: "\e921";
}
.icon2-condicoes_gerais:before {
  content: "\e922";
}
.icon2-cartao_credito:before {
  content: "\e923";
}
.icon2-atendentes:before {
  content: "\e91d";
}
.icon2-atendente:before {
  content: "\e91e";
}
.icon2-pedidos:before {
  content: "\e91c";
}
.icon2-lupa:before {
  content: "\e91b";
}
.icon2-informacao:before {
  content: "\e915";
}
.icon2-endereco:before {
  content: "\e916";
}
.icon2-contatos:before {
  content: "\e917";
}
.icon2-usuarios:before {
  content: "\e918";
}
.icon2-acesso:before {
  content: "\e919";
}
.icon2-add:before {
  content: "\e91a";
}
.icon2-calendario:before {
  content: "\e90e";
}
.icon2-ofertas:before {
  content: "\e90f";
}
.icon2-pagamento:before {
  content: "\e910";
}
.icon2-publicador:before {
  content: "\e911";
}
.icon2-relatorios:before {
  content: "\e912";
}
.icon2-seo:before {
  content: "\e913";
}
.icon2-world:before {
  content: "\e914";
}
.icon2-home:before {
  content: "\e90a";
}
.icon2-administrativo:before {
  content: "\e90b";
}
.icon2-loja_online:before {
  content: "\e90c";
}
.icon2-assento_disponivel:before {
  content: "\e909";
}
.icon2-assentos:before {
  content: "\e908";
}
.icon2-login:before {
  content: "\e907";
}
.icon2-usuario:before {
  content: "\e906";
}
.icon2-companhia:before {
  content: "\e904";
}
.icon2-info:before {
  content: "\e905";
}
.icon2-aviao_volta:before {
  content: "\e902";
}
.icon2-aviao_ida:before {
  content: "\e903";
}
.icon2-cadeado_close:before {
  content: "\e900";
}
.icon2-cadeado_opem:before {
  content: "\e901";
}






/*===============================================================================================*/


/*#div_hotel30_mapaPI_controle {
    width: 20%;
}*/

.ul_hotel30_mapa_pi {
    position: absolute;
}

.ul_hotel30_mapa_pi li {
    /*font-family: roboto_cond;*/
    font-size: 14px;
    padding: 0 0 0 28px;
    margin: 10px 0 0 0;
    /*background: url("../Imagens/NovoLayout/flag.png") no-repeat;*/
    background-position: 5px center;
}

.li_hotel30_mapa_pi {
    text-align: left !important;
}


#div_hotel_mapa_conteudo .infoBox {
    background: #fff !important;
}
#div_hotel_mapa_conteudo .infoBox > img{
    z-index:99999;
}

.div_det_hotel {
    position:absolute;
}
.div_det_hotel .estrelas .estrela{
    float:left;
    width:20px;
    height:20px;
    text-align:center;
    box-sizing:border-box;
    position:relative;
}
.div_det_hotel .estrelas .estrela.meia:after{
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    background:#fff;
    right:0;
    top:0;
    line-height: 1;
}
.div_det_hotel .estrelas .estrela:before{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    content: "★";
    font-size: 1.6em;
    color: #e6931d;
    line-height: 1;
}








