﻿*, *:before, *:after {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}

body {
    background: #f3f6f8;
}

h1 {
    font-size: 2em;
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 1.8em;
    font-weight: 400;
}

h3 {
    font-size: 1.5em;
    font-weight: 500;
}

p {
    margin-bottom: 15px;
}

    p:last-child {
        margin-bottom: 0;
    }

b, .css_site strong {
    font-weight: bold;
}

mark {
    padding: 5px 10px;
    background-color: #eee;
}

ul {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

small {
    font-size: 0.75em;
    color: #555;
}

a {
    text-decoration: none;
    outline: none;
}

    a img {
        border: 0;
    }

    a:active, a:hover {
        outline: 0 !important;
    }

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f9fbfd inset !important;
    -webkit-text-fill-color: #4D90FE !important;
}*/

.checkbox.checked, .radio.checked,
.radio.checked .icons,
.radio_2.checked,
.radio_2.checked .icons_2 {
    color: #3f3f3f;
}

.loading_gif {
    background: #FFF !important;
    opacity: 0.8 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99999 !important;
}

.checkbox, .radio, .radio_2 {
    padding-left: 23px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 12px;
    margin-right: 25px;
}

.modalaguarde {
    width: auto !important;
    border: none !important;
}

    .modalaguarde img {
        position: fixed;
        left: calc(50% - 100px);
        top: calc(50% - 100px);
        z-index: 99999999;
        width: 200px;
    }

.modalaguardeInfo {
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    border: 2px solid #dedede;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.list_duo {
    width: 100%;
    height: auto;
    float: left;
}

.box_list_left {
    width: 49%;
    float: left;
}

.box_list_left {
    margin-right: 2%;
}

.box_list_right {
    width: 49%;
    float: left;
}

    .box_list_left input,
    .box_list_right input {
        width: 100%;
        height: 30px;
        margin: 0 0 5px 0;
        background: #fff;
        border: 1px solid #e1e1e1;
        text-indent: 5px;
    }

.listagem_L, .listagem_R {
    width: 100%;
    height: 100px;
    margin: 0 0 5px 0;
    background: #fff;
    border: 1px solid #e1e1e1;
}

a.btn_excluir_com_ico {
    background: #f39c12;
    color: #fff !important;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}

    a.btn_excluir_com_ico::before {
        content: "\e620";
        font-family: icomoon;
        font-size: 25px;
    }

a.btn_adicionar_com_ico {
    background: #1abc9c;
    color: #fff !important;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}

.alertacampo {
    border: 2px solid red !important;
}

.spanObg {
    color: red;
    font-size: 16px;
}

.check {
    position: relative;
    float: left;
    width: 135px;
    margin-right: 10px;
    margin-top: 6px;
}

.check100 {
    width: 100% !important;
}

.check input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 17px;
    position: absolute;
    left: 0;
}

    .check input[type="checkbox"] + span,
    .check input[type="checkbox"] + label {
        font-size: 0.9em;
        color: #545454;
        float: left;
        position: relative;
        cursor: pointer;
    }

        .check input[type="checkbox"] + span:before,
        .check input[type="checkbox"] + label:before {
            content: "";
            display: inline-block;
            margin-right: 10px;
            width: 18px;
            height: 18px;
            visibility: visible;
            background: #fff;
            border: 1px solid #ccc;
            line-height: 12px;
            font-size: 14px;
            text-align: center;
            font-weight: bold;
            color: #ffffff;
            padding-top: 3px;
            float: left;
            border-radius: 2px;
            box-sizing: border-box;
        }

    .check input[type="checkbox"]:checked + span:before,
    .check input[type="checkbox"]:checked + label:before {
        /*content: "?";*/
    }

    .check input[type="checkbox"]:checked + span:after,
    .check input[type="checkbox"]:checked + label:after {
        content: '';
        position: absolute;
        left: 7px;
        top: 50%;
        margin-top: -6px;
        width: 5px;
        height: 10px;
        border-width: 0 2px 2px 0 !important;
        transform: rotate(45deg);
        border: solid #7281a4;
        box-sizing: border-box;
    }


/*input[type="radio"] {
    opacity: 0;
    margin-right: -12px;
    cursor: pointer;
    width: 12px;
    height: 12px;    
}*/
input[type="radio"] + span:before {
    content: "\00a0";
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    visibility: visible;
    background: #e8e8e8;
    line-height: 12px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #052;
    margin-top: 1px;
    float: left;
    border-radius: 50%;
}

input[type="radio"]:checked + span:before {
    background: #1c6298;
    border: 4px solid #e8e8e8;
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
textarea,
select {
    padding: 7px !important;
    width: 100%;
    position: relative;
    border: 0;
    background: #fff !important;
    font-size: .8em;
    color: #333 !important;
    background: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 29px;
}

    label[disabled="disabled"],
    textarea[disabled="disabled"],
    select[disabled="disabled"],
    input[disabled="disabled"] {
        /*background: #f2f2f2;*/
        opacity: 0.4;
    }

.check span {
    font-size: 0.9em !important;
}

input[type="date"],
select {
    /*padding: 7.7px 15px;*/
    height: 33px;
}

input[type="submit"],
input[type="reset"],
button {
    width: auto;
    /*margin-top: 10px;*/
}

input[type="color"] {
    height: 40px;
    cursor: pointer;
}

input[type="submit"] {
}

::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
    color: #fff;
}

::-moz-placeholder {
    font-style: italic;
    color: #fff;
}

:-ms-input-placeholder {
    font-style: italic;
    color: #fff;
}

.fl-right {
    float: right !important;
}

.fl-left {
    float: left !important;
}

.mg-zero {
    margin: 0 !important;
}

.w-auto {
    width: auto !important;
}

.container {
    float: left;
    width: 100%;
    position: relative;
}

.content {
    /*width: 100%; 
    display:block;
    margin:0 auto; 
    padding: 20px;*/
}

.geraltitle {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

    .geraltitle:before {
        position: absolute;
        top: 8px;
        left: 10px;
        color: #ccc;
        font-size: 1.7em;
        display: none;
    }

@media(min-width:820px) {
    .geraltitle {
        padding-left: 50px;
    }

        .geraltitle:before {
            display: block;
        }
}

.geraltitle h1 {
    text-align: left;
    font-size: 1.3em;
    color: #858585;
    line-height: 1;
}

.btn {
    padding: 5px 12px;
    min-width: 100px;
    border-radius: 3px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    font-size: 0.9em;
    float: left;
    border: 0;
}

    .btn a {
        text-decoration: none;
        color: #fff;
    }

.btn-orange {
    background-color: #ff6a00;
}

    .btn-orange:hover {
        background-color: #094663;
    }

.btn-orangeDark {
    background-color: #7a3809;
}

    .btn-orangeDark:hover {
        background-color: #5e2c09;
    }

.btn-blueDark {
    background-color: #717171 !important;
}

    .btn-blueDark:hover {
        background-color: #0d6cbb !important;
    }

.btn-blue {
    background-color: #1c6298;
    border-color: #1c6298;
}

    .btn-blue:hover {
        background-color: #496ba1;
        border-color: #496ba1
    }

.btn-green {
    background-color: #2ba990 !important;
    border-color: #2ba990;
}

    .btn-green:hover {
        background-color: #258673;
        border-color: #258673;
    }

.btn-yelow {
    background-color: #eeac3a;
}

    .btn-yelow:hover {
        background-color: #bf8a2f;
    }

.btn-red {
    background-color: #dd3c3c !important;
    border-color: #995b5b;
}

    .btn-red:hover {
        background-color: #cc7979;
        border-color: #b26a6a;
    }

.btn-gray {
    background-color: #c8c8c8;
    color: #8e8e8e
}

    .btn-gray:hover {
        background-color: #9b9b9b;
        color: #fff;
    }

.btn-dark {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff
}

    .btn-dark:hover {
        background-color: #1e1e1e;
        border-color: #1e1e1e;
    }

.ds-none {
    display: none;
}

.body_login {
    background: #fff;
}

    .body_login .marca {
        display: none;
        font-size: 14em;
        position: absolute;
        right: 200px;
        bottom: 150px;
        color: #1e5e90;
        text-shadow: 5px 5px #1a5583;
    }

.login {
    position: absolute;
    width: 100%;
    max-width: 300px;
    height: 215px;
    left: calc(50% - 150px);
    top: calc(50% - 105px);
    background: #fff;
    box-shadow: 1px 1px 10px 1px rgba(51, 51, 51, 0.2);
}

    .login .content_login {
        float: left;
        width: 100%;
        padding: 20px;
    }

    .login .title {
        float: left;
        width: 100%;
        font-size: 1.3em;
        position: relative;
        padding: 10px 20px;
        padding-left: 50px;
        background: #333;
        color: #fff;
    }

        .login .title:before {
            position: absolute;
            left: 25px;
        }

@media(min-width: 320px) {
}

.nova_senha {
    position: absolute;
    width: 300px;
    height: auto;
    left: 50%;
    margin-left: -150px;
    top: 200px;
    background: #fff;
    padding: 15px;
}

    .nova_senha .title {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.3em;
        position: relative;
        text-align: center;
    }

.container_left {
    position: fixed;
    height: 100%;
    left: -250px;
    top: 85px;
    width: 250px;
    background: #333;
    z-index: 9999;
    transition: 0.3s;
}

    .container_left.ativo {
        left: 0;
    }

.container_right {
    float: left;
    width: 100%;
}

@media(min-width: 820px) {
    .container_left {
        top: 0px;
        left: 0;
    }

    .container_right {
        float: right;
        width: calc(100% - 250px);
    }
}

.title_tabela {
    float: left;
    width: 100%;
    font-size: 1.3em;
    color: #1c6298;
    padding: 10px;
    background: #efefef;
}

.tabela tr:hover {
    background: #efefef;
}

.tabela tr td .btn {
    width: auto;
    font-size: 0.8em;
    margin-right: 10px;
    min-width: 0;
    float: right;
}

.tabela.dash {
    width: 50%;
}

    .tabela.dash tr td input[type="date"] {
        max-width: 150px !important;
    }

.tabela.tab_relatorio tr th {
    font-size: 0.9em;
    font-weight: bold;
}


.main_header .logo_sistema {
    float: left;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #494949;
    display: none;
    text-align: center;
}

    .main_header .logo_sistema .capa:before {
        font-size: 6em;
        color: #fff;
    }

    .main_header .logo_sistema .capa:hover::before {
        opacity: .8;
    }

    .main_header .logo_sistema .nome {
        float: left;
        width: 100%;
        text-align: center;
        color: #fff !important;
        font-size: 1.3em;
        /*display:none;*/
    }

.main_header .menu {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .main_header .menu li {
        float: left;
        width: 100%;
        position: relative;
    }

        .main_header .menu li:before {
            color: #fff;
            font-size: 1.1em;
            position: absolute;
            left: 20px;
            top: 8px;
            z-index: 99;
        }

        .main_header .menu li a {
            float: left;
            width: 100%;
            padding: 10px;
            text-align: left;
            padding-left: 55px;
            color: #fff;
            font-size: 0.8em;
            position: relative;
        }

@media (min-width: 768px) {
    .main_header .menu li a {
        font-size: 0.8em;
    }
}

.main_header .menu li a:before {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    position: absolute;
    right: 15px;
    top: 13px;
}

.main_header .menu li a:hover {
    background: rgb(35, 35, 35);
}

.main_header .menu .li_sub:hover .sub_menu {
    display: block;
}

.main_header .menu .li_menu_sub {
    position: relative;
}

    .main_header .menu .li_menu_sub:hover .sub_menu {
        display: block;
    }

.main_header .menu .sub_menu {
    float: left;
    position: relative;
    width: 100%;
    display: none;
    z-index: 99999;
    background: #1c6298;
}

    .main_header .menu .sub_menu:before {
        position: absolute;
        border-right: 10px solid #1c6298;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 9px;
        left: -10px;
        content: "";
        display: none;
    }

@media (min-width: 570px) {
    .main_header .menu .sub_menu {
        position: absolute;
        width: 250px;
        right: -250px;
        top: 0;
    }
}


.sec_header {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px;
    position: relative;
    height: 85px;
    padding-left: 70px;
    box-shadow: 1px 1px 20px 2px rgba(51, 51, 51, 0.2);
}

    .sec_header .btn_menu {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 55px;
        height: 85px;
        background: #fff;
        border-right: 1px solid #ccc;
        color: #ccc;
        text-align: center;
        padding-top: 30px;
        z-index: 99999;
        cursor: pointer;
        font-size: 1.7em;
    }

        .sec_header .btn_menu:hover {
            color: #646464;
        }
    /*.sec_header .contexto {
    float: none !important;
    margin: 0 auto !important;
    display: table;
}*/
    .sec_header .contexto input,
    .sec_header .contexto select {
        height: auto;
        padding: 5px !important;
        font-size: 0.8em;
        height: 27.2px;
    }

    .sec_header .user {
        float: right;
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
        padding: 3px;
    }

        .sec_header .user .capa {
            display: none;
            float: left;
            width: 25px;
            height: 25px;
            text-align: center;
            padding-top: 5px;
            font-size: 0.7em;
            color: #676767;
            background: #fff;
            margin: 0 auto;
            border-radius: 50%;
            border: 2px solid #ccc;
        }

        .sec_header .user .nome {
            float: left;
            width: auto;
            text-align: center;
            color: #333 !important;
            font-size: 0.9em;
            margin-top: 5px;
        }

            .sec_header .user .nome a {
                color: #fff !important;
                color: #333 !important;
            }

        .sec_header .user .btn {
            max-width: 60px !important;
            min-width: inherit !important;
            margin: 0 auto;
            float: left;
            display: table;
            margin-left: 10px;
        }

    .sec_header .contexto .loc a {
        position: absolute;
        right: 0;
        height: 33px;
        width: 33px;
        text-align: center;
        background: #1c6298;
        color: #fff;
        padding: 0;
        padding-top: 10px;
        font-size: 0.8em;
        bottom: 3px;
        min-width: 0 !important;
        border-radius: 3px;
        cursor: pointer;
    }


@media(min-width:820px) {
    .sec_header .btn_menu {
        display: none;
    }

    .sec_header {
        height: auto;
        padding: 20px;
    }

    .main_header .logo_sistema {
        display: block;
    }

    .sec_header .contexto {
        float: left !important;
    }

        .sec_header .contexto select {
            min-width: 310px;
        }
}

@media(min-width:1280px) {
    .sec_header .user {
        width: auto;
        margin-top: 0;
        padding: 0;
        position: relative;
    }

        .sec_header .user .capa {
            display: block;
        }

        .sec_header .user .nome {
            width: auto;
            margin-top: 5px;
            margin-left: 10px;
            margin-bottom: 0;
        }

        .sec_header .user .btn {
            max-width: 60px !important;
            min-width: inherit !important;
            margin: 0 auto;
            position: absolute;
            right: 0;
            top: 0;
        }
}

.sec_header .btn {
    float: right;
}

    .sec_header .btn a {
        text-decoration: none;
        color: #fff;
    }

.main_content {
    padding: 20px;
    float: left;
    width: 100%;
}

    .main_content .geraltitle h1 {
        text-align: center !important;
        font-size: 1em;
        line-height: 1.5;
    }

    .main_content .content {
        background: #fff;
        float: left;
        width: 100%;
        padding: 10px;
        position: relative;
        overflow-y: hidden;
        overflow-x: auto;
    }

        .main_content .content::-webkit-scrollbar {
            height: 6px;
            cursor: pointer;
        }

        .main_content .content::-webkit-scrollbar-track {
            background-color: rgba(0,0,0,.3)
        }

        .main_content .content::-webkit-scrollbar-thumb {
            background: #5376d4;
        }


    .main_content .acoes {
        float: left;
        width: 100%;
        padding: 10px;
        background: #fff;
        border-top: 1px solid #ccc;
    }

        .main_content .acoes input,
        .main_content .acoes button {
            margin-top: 0;
        }

        .main_content .acoes input {
            margin-left: 20px !important;
        }

@media(min-width:820px) {
    .main_content .content {
        padding: 20px;
    }

    .main_content .geraltitle h1 {
        text-align: left !important;
        font-size: 1.3em;
        line-height: 1;
    }
}

.home h1.apresentacao {
    font-size: 7em;
    float: left;
    width: 100%;
    background: none;
    text-align: center;
    margin-top: 200px;
    color: #1c6298;
    text-shadow: 5px 5px rgba(51, 51, 51, 0.42);
}

.atividades .acoes .btn {
    float: right;
}

.servicos .acoes .btn {
    float: right;
}

.usuarios .btn {
    float: right;
}

.tela_forms .btn_absolute {
    position: initial !important;
}

    .tela_forms .btn_absolute .btn {
        position: absolute;
        right: 10px;
        position: absolute;
        right: 10px;
        bottom: -38px;
    }

.buscador {
    min-width: 500px;
}

    .buscador .btn_icon {
        position: absolute;
        right: -20px;
        font-size: 1em;
        color: #258673;
        background: none;
        border: 0;
        cursor: pointer;
        bottom: 13px;
    }

    .buscador .form {
        margin-bottom: 0;
    }

    .buscador .btn_icon.remove {
        right: -40px;
        color: #dd3c3c;
    }

    .buscador .add_campo input {
        margin-bottom: 5px;
    }

    .buscador .add_campo .btn {
        margin-top: 25px;
    }

    .buscador .linha_idade {
        float: left;
        width: 100%;
        position: relative;
    }

        .buscador .linha_idade input[type="text"] {
            float: left;
            max-width: 50px !important;
            margin-right: 60px;
        }

    .buscador .btn_icon_2 {
        position: absolute;
        left: 60px;
        font-size: 1em;
        color: #258673;
        background: none;
        border: 1px;
        cursor: pointer;
        bottom: 12px;
        z-index: 9999;
    }

        .buscador .btn_icon_2.remove {
            left: 80px;
            bottom: 9px;
            color: #dd3c3c;
        }

    .buscador .tar_especiais {
        width: auto;
        float: left;
        margin-top: 8px;
    }

        .buscador .tar_especiais .check {
            margin-right: 0px;
            margin-top: 0
        }

.selecao {
    z-index: 9999;
    transition: 0.3s;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: calc(100% - 40px);
    background: #fff;
    border-top: 4px solid #1c6298;
    box-shadow: 1px -1px 20px 2px rgba(51, 51, 51, 0.2);
}

    .selecao .itens_selecionados {
        float: left;
        width: 100%;
        padding: 10px 20px;
        max-height: 100px;
        overflow: auto;
    }

        .selecao .itens_selecionados::-webkit-scrollbar {
            width: 7px;
            cursor: pointer;
        }

        .selecao .itens_selecionados::-webkit-scrollbar-track {
            background-color: rgba(0,0,0,.3)
        }

        .selecao .itens_selecionados::-webkit-scrollbar-thumb {
            background: #5376d4;
        }


    .selecao .item_selecionado {
        float: left;
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #ccc;
        padding-right: 30px;
        /*border-right: 30px solid #cbcbcb;*/
        border-left: 30px solid #ccc;
        background: #fff;
        margin-right: 10px;
        border-radius: 3px;
        margin-bottom: 5px;
        position: relative;
        transition: 0.3s;
    }

        .selecao .item_selecionado:before {
            font-size: 1.6em;
            color: #777777;
            position: absolute;
            top: 15px;
            left: -27px;
        }

        .selecao .item_selecionado:hover {
            opacity: 0.8;
        }

        .selecao .item_selecionado span {
            float: left;
            border: 0;
            padding: 3px 0;
            margin: 0;
            width: 100%;
            font-size: 0.8em;
        }

            .selecao .item_selecionado span.item_nome,
            .selecao .item_selecionado span.data,
            .selecao .item_selecionado span.valor {
                width: auto;
                margin-top: 2px;
            }

            .selecao .item_selecionado span.valor,
            .selecao .item_selecionado span.data {
                padding: 3px 5px;
                background: #989898 !important;
                color: #fff;
                text-align: center;
                border-radius: 3px;
                margin-left: 5px;
                font-size: 0.7em;
                height: 18.8px;
            }

            .selecao .item_selecionado span.valor {
                background: #258673;
            }

    .selecao .btn_remover:before {
        float: none;
        position: absolute;
        right: 10px;
        margin: 0;
        top: calc(50% - 8px);
        font-size: 1em;
        color: #dd3c3c;
        border: 1px;
        cursor: pointer;
    }

@media(min-width:650px) {
    .selecao .item_selecionado {
        width: calc(50% - 5px);
    }

        .selecao .item_selecionado:nth-of-type(2n - 0) {
            margin-right: 0;
        }
}

@media(min-width:820px) {
    .selecao {
        width: calc(100% - 240px);
    }
}

@media(min-width:1024px) {
    .selecao .item_selecionado {
        width: calc(33% - 5px);
    }

        .selecao .item_selecionado:nth-of-type(2n - 0) {
            margin-right: 10px;
        }

        .selecao .item_selecionado:nth-of-type(3n - 0) {
            margin-right: 0;
        }
}

@media(min-width:1366px) {
    .selecao .item_selecionado {
        max-width: 280px;
        margin-right: 10px !important;
    }

    .disponibilidade {
        padding-bottom: 110px;
    }
}

@keyframes alertPulse {
    0% {
        background: #b4b4b4;
        opacity: 1;
        color: #fff !important;
    }

    50% {
        background: rgb(255, 255, 255);
        opacity: 1;
        color: #333 !important;
    }

    100% {
        background: #b4b4b4;
        opacity: 1;
        color: #fff !important;
    }
}



/*RELATORIOS CONFIG*/
.relatorio_config_form .tabela {
    min-width: 0;
}

.vouchers_gerados {
    float: left;
    width: 100%;
}

    .vouchers_gerados .voucher {
        float: left;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }

        .vouchers_gerados .voucher:last-of-type {
            border-bottom: 0;
        }

        .vouchers_gerados .voucher .id,
        .vouchers_gerados .voucher .total {
            float: left;
            width: auto;
            margin-top: 6px;
            margin-right: 10px;
        }

        .vouchers_gerados .voucher .btn {
            float: right;
        }

.consultar_reserva .content {
    overflow: auto;
    float: left;
    width: 100%;
    max-height: 460px !important;
    overflow: auto;
    position: relative;
}

.consultar_reserva p.status {
    position: absolute;
    left: 220px;
    top: 8px;
    background: #e17676;
    color: #fff;
    font-size: 0.9em;
    padding: 5px 15px;
    border-radius: 3px;
}

.consultar_reserva .tabela tr th {
    border-bottom: 2px solid #ccc;
}

.consultar_reserva .tabela .title {
    border: 0;
    background: #969696;
    color: #fff;
}

.consultar_reserva .tabela {
    margin-bottom: 30px;
}

@media (max-width: 520px) {
    .consultar_reserva .content {
        max-height: 600px !important;
    }
}

/*LISTAGEM RESERVAS*/
.reservas .tabela p.status {
    float: left;
    width: 100%;
    text-align: center;
    color: #d73f3f;
    font-weight: bold;
    font-size: 0.9em;
}




/*SERVIÇO CATALOGOS*/
.servico_catalogo_imagens {
    /*margin-top: 0;*/
}

    .servico_catalogo_imagens .imagem {
        margin-right: 20px;
    }

        .servico_catalogo_imagens .imagem img {
            border-radius: 5px;
            width: 100%;
            max-width: 300px;
        }

.servico_catalogo_form .lista_informacoes {
    float: left;
    width: 100%;
    max-height: 630px;
    overflow: auto;
    padding-right: 10px;
}

    .servico_catalogo_form .lista_informacoes::-webkit-scrollbar {
        width: 5px;
        cursor: pointer;
    }

    .servico_catalogo_form .lista_informacoes::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,.3)
    }

    .servico_catalogo_form .lista_informacoes::-webkit-scrollbar-thumb {
        background: rgba(51, 51, 51, 0.56);
    }

    .servico_catalogo_form .lista_informacoes .item_lista {
        padding: 10px;
        /*background: #f5f5f5;*/
        border-bottom: 2px solid #ccc;
        margin-bottom: 20px;
    }

        .servico_catalogo_form .lista_informacoes .item_lista:hover {
            background: #f5f5f5;
        }

        .servico_catalogo_form .lista_informacoes .item_lista .acoes {
            background: none;
        }




.alertPulse-css {
    animation: alertPulse .5s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
    background: rgb(223, 223, 223);
}

.modal_reserva .ui-dialog-content > div {
    float: left;
    width: 100%;
    max-height: 500px;
    overflow: auto;
    padding: 10px;
}

.modal_reserva .ui-dialog-content .title_bloco_pessoa .title {
    float: left;
    width: auto;
    font-weight: bold;
}

.modal_reserva .ui-dialog-content .title_bloco_pessoa .copiar {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    float: left;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #1c6298;
    font-size: 0.8em;
    padding-top: 3px;
    position: relative;
}

    .modal_reserva .ui-dialog-content .title_bloco_pessoa .copiar:hover {
        opacity: 0.8;
    }

.modal_aguarde {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.54);
    z-index: 99999;
}

    .modal_aguarde .ui-dialog-content img {
        position: absolute;
        z-index: 99999;
        width: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    }

.modal_geral {
    background: #fff;
    box-shadow: 1px 1px 1000px 200px rgba(51, 51, 51, 0.4);
    position: fixed !important;
    width: 90% !important;
    left: 5% !important;
    z-index: 9999999;
    border-radius: 3px;
}

@media (max-width: 520px) {
    .modal_geral {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0% !important;
    }
}


.modal_geral .ui-dialog-titlebar {
    float: left;
    width: 100%;
    padding: 10px;
    background: #828282;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .modal_geral .ui-dialog-titlebar .ui-dialog-title {
        color: #fff;
        float: left;
        margin-top: 5px;
    }

    .modal_geral .ui-dialog-titlebar .ui-button {
        float: right;
        border: 0;
        padding: 5px 10px;
        margin: 0;
        background: #dd3c3c;
        color: #fff;
        cursor: pointer;
    }

.modal_geral .ui-dialog-content {
    float: left;
    width: 100% !important;
    padding: 20px;
    height: auto !important;
}

    .modal_geral .ui-dialog-content ul {
        float: left;
        width: 100%;
    }

        .modal_geral .ui-dialog-content ul li {
            float: left;
            width: 100%;
        }

            .modal_geral .ui-dialog-content ul li span {
                float: left;
                width: 100%;
                margin-bottom: 10px;
            }

                .modal_geral .ui-dialog-content ul li span .title {
                    float: left;
                    width: 120px;
                    margin-right: 10px;
                }

.modal_geral .ui-dialog-buttonpane {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
}

    .modal_geral .ui-dialog-buttonpane .btn {
        margin-left: 10px;
        margin-top: 0;
    }

.modal_error {
    background: #fff;
    width: 400px !important;
    left: calc(50% - 200px) !important;
    border-radius: 3px;
    margin-left: 0 !important;
}

    .modal_error.aviso .ui-dialog-titlebar {
        background: #e1ad5c;
    }

    .modal_error.error .ui-dialog-titlebar {
        background: #dd3c3c;
    }

    .modal_error.sucesso .ui-dialog-titlebar {
        background: #258673;
    }

    .modal_error .ui-dialog-content {
        line-height: 1.5;
        color: #929292;
        font-size: 0.9em;
    }

.modal_menor {
    background: #fff;
    width: 400px !important;
    left: calc(50% - 200px) !important;
    border-radius: 3px;
    margin-left: 0 !important;
}

    .modal_menor .ui-dialog-titlebar {
        background: #828282;
    }

    .modal_menor .ui-dialog-content {
        line-height: 1.5;
        color: #929292;
        font-size: 0.9em;
    }


.ui-widget-overlay {
    z-index: 9999998;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
}


.ui-autocomplete {
    width: 300px !important;
    background: #333 !important;
    height: auto;
}

    .ui-autocomplete li {
        color: #fff !important;
        cursor: pointer;
        height: 40px;
    }

        .ui-autocomplete li div {
            height: 40px;
            position: absolute;
            z-index: 9999999;
            padding: 10px;
            width: 100%;
        }

            .ui-autocomplete li div.ui-state-active {
                background-color: #757575;
            }

        .ui-autocomplete li:hover {
            opacity: 0.8;
        }


.lds-ripple {
    position: relative;
}

    .lds-ripple div {
        box-sizing: content-box;
        position: absolute;
        border-width: 5px;
        border-style: solid;
        opacity: 1;
        border-radius: 50%;
        -webkit-animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(1) {
            border-color: #0696cb;
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
        }

        .lds-ripple div:nth-child(2) {
            border-color: #0696cb;
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
        }




.form {
    float: left;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.form_auto {
    width: auto;
}

.form_bloco {
    padding: 0 10px;
}

.form.form10 {
    width: 10%
}

.form.form20 {
    width: 20%
}

.form.form30 {
    width: 32%
}

.form.form33 {
    width: 33%
}

.form.form40 {
    width: 40%
}

.form.form50 {
    width: 50%
}

.form.form60 {
    width: 60%
}

.form.form70 {
    width: 68%
}

.form.form80 {
    width: 80%
}

.form.form90 {
    width: 90%
}

.form.form100 {
    width: 100%
}

.max30 {
    max-width: 30px
}

.max50 {
    max-width: 50px !important
}

.max70 {
    max-width: 70px
}

.max100 {
    max-width: 100px
}

.max130 {
    max-width: 130px
}

.max160 {
    max-width: 160px
}

.max200 {
    max-width: 200px
}

.max250 {
    max-width: 250px
}

.max300 {
    max-width: 300px
}

.max350 {
    max-width: 350px
}

.max500 {
    max-width: 500px
}

.max600 {
    max-width: 600px
}

.max700 {
    max-width: 700px
}

.max900 {
    max-width: 900px
}


.form .campo {
    width: 100%;
    margin-bottom: 5px;
    padding: 3px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.form .campo_auto {
    width: auto;
}

.form .campo05 {
    width: 5%;
}

.form .campo10 {
    width: 10%;
}

.form .campo15 {
    width: 15%;
}

.form .campo20 {
    width: 20%;
}

.form .campo25 {
    width: 25%;
}

.form .campo30 {
    width: 30%;
}

.form .campo33 {
    width: 33.3%;
}

.form .campo35 {
    width: 35%;
}

.form .campo40 {
    width: 40%;
}

.form .campo45 {
    width: 45%;
}

.form .campo50 {
    width: 50%;
}

.form .campo55 {
    width: 55%;
}

.form .campo60 {
    width: 60%;
}

.form .campo67 {
    width: 66.7%;
}

.form .campo70 {
    width: 70%;
}

.form .campo75 {
    width: 75%;
}

.form .campo80 {
    width: 80%;
}

.form .campo90 {
    width: 90%;
}

.form .campo100 {
    width: 100%;
}

.form .campo_inline .legend {
    width: auto !important;
    margin-top: 7px;
}

.form .campo_inline input,
.form .campo_inline select {
    width: auto;
    float: right !important;
}

.form .campo_inline.campo_left input,
.form .campo_inline.campo_left select {
    float: left !important;
    margin-left: 10px !important;
}

.form .campo .text-danger span {
    font-size: 0.8em;
    color: #dd3c3c;
}

.form .campo .disabled {
    float: left;
    padding: 7px !important;
    width: 100%;
    position: relative;
    border: 0;
    font-size: .9em;
    color: #868686 !important;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 33px;
}

.border_r {
    border-right: 1px solid #ccc;
    padding-left: 0;
}

.border_left {
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.form .legend {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 0.8em;
    color: #545454;
    color: #8e8e8e;
    position: relative;
}

    .form .legend.light {
        color: #Fff;
    }

.form .legend2 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: bold;
    padding: 3px;
    border-bottom: 1px solid #ccc;
    color: #545454;
    position: relative;
    box-sizing: border-box;
    padding-left: 0;
}

.validation-summary-errors {
    float: left;
    width: 100%;
    padding: 10px;
    background: #fbeed5;
    margin-top: 10px;
    border-top: 2px solid #b94a48;
    text-align: justify;
}


.form .mesma_linha .legend {
    width: auto;
    margin-right: 10px;
    margin-top: 7px;
}

.form .mesma_linha select,
.form .mesma_linha input {
    float: left;
    max-width: 150px !important;
}


.tooltype {
    display: none !important;
    position: absolute;
    background: #1c6298;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    padding: 5px 20px;
    display: block;
    border-radius: 3px;
    width: 200px;
    z-index: 999999;
}

.opem_tooltype:hover .tooltype {
    display: block !important;
}

.tooltype.baixo {
    top: calc(100% + 5px);
}

.tooltype.top {
    bottom: calc(100% + 5px);
}

    .tooltype.top.tool100,
    .tooltype.baixo.tool100 {
        left: calc(50% - 50px);
    }

    .tooltype.top.tool150,
    .tooltype.baixo.tool150 {
        left: calc(50% - 75px);
    }

    .tooltype.top.tool200,
    .tooltype.baixo.tool200 {
        left: calc(50% - 100px);
    }

    .tooltype.top.tool250,
    .tooltype.baixo.tool250 {
        left: calc(50% - 125px);
    }

.tooltype.left {
    right: calc(100% + 10px);
    bottom: -1px;
}

.tooltype.right {
    left: calc(100% + 10px);
    bottom: -1px;
}





.tool100 {
    width: 100px;
}

.tool150 {
    width: 150px;
}

.tool200 {
    width: 200px;
}

.tool250 {
    width: 250px;
}


/*MENSAGENS ERRO FORMULÁRIOS*/
.field-validation-error {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 0.8em;
    color: #fff;
    background: rgba(221, 60, 60, 0.62);
    padding: 5px 0;
    text-align: center;
    border-radius: 3px;
}

    .field-validation-error.text-danger span {
    }


/*==================== CALENDÁRIO ===================*/

#ui-datepicker-div {
    display: none;
    background: #fff;
}

div.ui-datepicker {
    width: 250px !important;
    height: auto;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-color: #FFF;
    border-collapse: collapse;
    border-width: 0px !important;
    z-index: 1000000;
    padding: 0px;
    margin-top: 5px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

    div.ui-datepicker .ui-datepicker-group {
        width: 250px !important;
        float: left;
    }

        div.ui-datepicker .ui-datepicker-group:nth-of-type(2) table tbody tr {
            border-left: 1px solid #ccc !important;
        }

    div.ui-datepicker .ui-widget-header {
        background: none;
        border: 0 !important;
        background: #717171;
        height: 50px;
        padding-bottom: 5px;
        padding: 0 !important;
    }

.ui-datepicker-prev {
    display: block;
    cursor: pointer;
    left: 15px;
    top: 1px;
    position: absolute;
    font-family: 'icomoont' !important;
    color: #fff;
}

    .ui-datepicker-prev::before {
        content: "‹";
        font-family: 'icomoont' !important;
        font-size: 1.8em;
        display: none;
    }

.ui-datepicker-next {
    font-family: 'icomoont' !important;
    display: block;
    cursor: pointer;
    right: 15px;
    top: 1px;
    position: absolute;
    color: #fff;
}

    .ui-datepicker-next::before {
        display: none;
        content: "›";
        font-family: 'icomoont' !important;
        font-size: 1.8em;
    }

    .ui-datepicker-prev span,
    .ui-datepicker-next span {
        background-size: contain !important;
        width: 15px;
        height: 15px;
        font-size: 0;
        float: left;
        margin-top: 15px;
    }

.ui-datepicker-prev span {
    background: url(../images/leftBranco.png);
}

.ui-datepicker-next span {
    background: url(../images/rigthBranco.png);
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    /*display: none;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;*/
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

span.ui-datepicker-month,
span.ui-datepicker-year {
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 0 0;
    color: #fff;
}

span.ui-datepicker-year {
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    margin: 15px 0 0 0;
    color: #fff;
}

table.ui-datepicker-calendar {
    width: 195px;
    height: 200px;
}

    table.ui-datepicker-calendar tr th {
        background-color: #717171;
        color: #fff;
        border: 0;
        padding: 5px 2px;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
        text-align: center;
    }

    table.ui-datepicker-calendar tbody tr td {
        padding: 0px;
    }

.ui-widget-content .ui-state-default {
    color: #333;
    background-color: #fff;
    border: 0;
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    margin: 0 auto;
    font-size: 12px !important;
    line-height: 25px;
}

table.ui-datepicker-calendar tbody tr td span, table.ui-datepicker-calendar tbody tr td a:link {
    padding: 5px;
    font-size: 1.1em;
    color: #333;
}

td.ui-datepicker-week-end span, td.ui-datepicker-week-end a:link {
    background-color: #e6e6e6;
    text-align: center;
}

.ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    cursor: text;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

a:link.ui-state-active,
a:visited.ui-state-active,
a:hover.ui-state-active {
    background-color: #717171;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50px;
}



.ui-datepicker-buttonpane {
    display: none;
}

table.ui-datepicker-calendar tbody tr td a:hover {
    background-color: #3e98e3;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50px;
}

.tela_relatorios .btn-green {
    margin-top: 26px;
    cursor: pointer;
}

.tela_relatorios .menu_charts a {
    height: 50px;
    float: left;
    width: 100%;
    /*border-bottom: 1px solid #ccc;*/
    text-align: center;
    padding-top: 7px;
    color: #6b6b6b;
    margin-bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .tela_relatorios .menu_charts a:hover {
        background: #f4f4f4;
    }

    .tela_relatorios .menu_charts a:before {
        font-size: 1.4em;
    }

    .tela_relatorios .menu_charts a span {
        font-size: 0.8em;
        float: left;
        width: 100%;
        margin-top: 3px;
    }

    .tela_relatorios .menu_charts a:last-of-type {
        border-bottom: 0;
    }

.tela_relatorios #google-visualization-errors-all-1,
.tela_relatorios #divRelatorioResultadoErros {
    padding: 20px !important;
    background: #c00000;
    width: 100%;
    box-sizing: border-box;
    float: left;
    color: #fff;
}



@media (max-width: 1024px) {
    #divRelatorioResultado .menu_charts {
        float: left !important;
        width: 100% !important;
        border-bottom: 1px solid #ccc;
    }

        #divRelatorioResultado .menu_charts a {
            width: 50px !important;
            margin-bottom: 0;
        }

    #divRelatorioResultado .charts {
        max-width: 1024px;
        overflow: auto;
        float: left !important;
        width: 100% !important;
        border: 0;
    }
}

@media (max-width: 1024px) {
    .tela_relatorios .box_list_left,
    .tela_relatorios .box_list_right {
        width: 100%;
        margin-right: 0;
    }

    .tela_relatorios .box_list_left {
        margin-bottom: 10px;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../_fonts/icomoon/icomoon.eot?ak0753');
    src: url('../_fonts/icomoon/icomoon.eot?ak0753#iefix') format('embedded-opentype'), url('../_fonts/icomoon/icomoon.ttf?ak0753') format('truetype'), url('../_fonts/icomoon/icomoon.woff?ak0753') format('woff'), url('../_fonts/icomoon/icomoon.svg?ak0753#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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;
}

.icon-hourglass:before {
    content: "\e945";
}
.icon-api:before {
  content: "\e940";
}
.icon-comercial:before {
  content: "\e941";
}
.icon-geografia:before {
  content: "\e942";
}
.icon-infra:before {
  content: "\e943";
}
.icon-seguranca:before {
  content: "\e944";
}
.icon-line_atividades:before {
  content: "\e93f";
}
.icon-line_cambio:before {
  content: "\e93e";
}
.icon-line_developer:before {
  content: "\e939";
}
.icon-line_edit:before {
  content: "\e93c";
}
.icon-line_warning:before {
  content: "\e93d";
}
.icon-line_airplane:before {
  content: "\e93b";
}
.icon-line_register:before {
  content: "\e93a";
}
.icon-line_list:before {
  content: "\e931";
}
.icon-line_contracts:before {
  content: "\e932";
}
.icon-line_products_2:before {
  content: "\e933";
}
.icon-line_home:before {
  content: "\e934";
}
.icon-line_location:before {
  content: "\e935";
}
.icon-line_products:before {
  content: "\e936";
}
.icon-line_user:before {
  content: "\e937";
}
.icon-line_users:before {
  content: "\e938";
}
.icon-email:before {
  content: "\e930";
}
.icon-confirmacao:before {
  content: "\e92e";
}
.icon-pagamento:before {
  content: "\e92f";
}
.icon-fornecedor:before {
  content: "\e92c";
}
.icon-lixeira:before {
  content: "\e92d";
}
.icon-ambiente:before {
  content: "\e92b";
}
.icon-chart_area:before {
  content: "\e925";
}
.icon-chart_barras:before {
  content: "\e926";
}
.icon-chart_combo:before {
  content: "\e927";
}
.icon-chart_lines:before {
  content: "\e928";
}
.icon-chart_stopped:before {
  content: "\e929";
}
.icon-chart_table:before {
  content: "\e92a";
}
.icon-empresa:before {
  content: "\e924";
}
.icon-qr-code:before {
  content: "\e923";
}
.icon-voucher:before {
  content: "\e920";
}
.icon-voucher2:before {
  content: "\e921";
}
.icon-etickets:before {
  content: "\e922";
}
.icon-logo_crs:before {
  content: "\e91f";
}
.icon-menu:before {
  content: "\e91e";
}
.icon-copy:before {
  content: "\e91d";
}
.icon-dashboard:before {
  content: "\e91a";
}
.icon-dashboard2:before {
  content: "\e91b";
}
.icon-relatorio2:before {
  content: "\e91c";
}
.icon-location:before {
  content: "\e919";
}
.icon-servicos_catalogo:before {
  content: "\e916";
}
.icon-tipos_servicos:before {
  content: "\e917";
}
.icon-lupa:before {
  content: "\e918";
}
.icon-seta_left:before {
  content: "\e914";
}
.icon-seta_right:before {
  content: "\e915";
}
.icon-home:before {
  content: "\e913";
}
.icon-atividades2:before {
  content: "\e900";
}
.icon-editar:before {
  content: "\e901";
}
.icon-abrir_pasta:before {
  content: "\e902";
}
.icon-acesso:before {
  content: "\e903";
}
.icon-add:before {
  content: "\e904";
}
.icon-alerta:before {
  content: "\e905";
}
.icon-apagar:before {
  content: "\e906";
}
.icon-cadeado_close:before {
  content: "\e907";
}
.icon-cadeado_opem:before {
  content: "\e908";
}
.icon-calendario:before {
  content: "\e909";
}
.icon-camera:before {
  content: "\e90a";
}
.icon-chave:before {
  content: "\e90b";
}
.icon-clientes:before {
  content: "\e90c";
}
.icon-configuracoes:before {
  content: "\e90d";
}
.icon-contatos:before {
  content: "\e90e";
}
.icon-dados_cadastrais:before {
  content: "\e90f";
}
.icon-telefone:before {
  content: "\e910";
}
.icon-usuario:before {
  content: "\e911";
}
.icon-usuarios:before {
  content: "\e912";
}






.span.btn {
    position: relative;
    height: 27px
}

    .span.btn a {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        top: 6px;
    }


#DivFornecedorLocalidadesDetalhes_grafico {
    width: 500px;
    float: left;
    padding: 20px;
    background: rgba(248, 248, 248, 0.48);
    border-radius: 20px;
    overflow: hidden;
}

    #DivFornecedorLocalidadesDetalhes_grafico rect {
        fill: none !important;
    }


.js-alert {
    /*position: fixed;
    top: 70px;
    right: 10px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.11);
    width: auto;
    padding: 20px 20px;
    text-align: center;
    background: #2cff9f;
    border: 1px solid #28d486;
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9em;
    border-radius: 4px;
    margin: 10px 0;
    z-index: 999;*/
}

.box-radius {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.07);
}

.new .form textarea[obrigatorio="obrigatorio"],
.new .form select[obrigatorio="obrigatorio"],
.new .form input[obrigatorio="obrigatorio"] {
    /*animation: alertPulse .5s ease-out;
    animation-iteration-count: infinite;*/
    /*opacity: 1;*/
    border: 1px solid rgb(229, 52, 52) !important;
}

.new .campo.obrigatorio:before {
    content: "*";
    position: absolute;
    color: #dd3c3c;
    bottom: 12px;
    right: 5px;
    z-index: 9;
}


.form_register .title-1 {
    border: 0 !important;
    background: none !important;
    padding: 0 3px !important;
}

.form_register select,
.form_register input {
    font-size: 0.7em;
}


@media (max-width: 768px) {
    .form_register .to-wid-100 {
        width: 100%;
    }
}



/*.div_apis .div_api {
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0;
}

    .div_apis .div_api:hover {
        background: #f6f6f6;
    }

    .div_apis .div_api:last-of-type {
        border-bottom: 0;
    }*/

.span_ip {
    width: auto;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
}

input.campo_telefone {
    padding-left: 100px !important;
    height: 29px !important;
}

    input.campo_telefone::-webkit-input-placeholder {
        color: #ccc;
        font-style: italic;
    }

    input.campo_telefone:-moz-placeholder {
        font-style: italic;
        color: #ccc;
    }

    input.campo_telefone::-moz-placeholder {
        font-style: italic;
        color: #ccc;
    }

    input.campo_telefone:-ms-input-placeholder {
        font-style: italic;
        color: #ccc;
    }
