/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,100italic,400,300italic,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');


/* This is for popins font for firefox */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/2fCJtbhSlhNNa6S2xlh9GyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}


/* This is for popins font for firefox */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* This is for popins font for firefox */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/******************* Global Styles *******************/

body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #686868;
    font-weight: 300;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2b2b;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
    font-weight: 300;
}

h1 {
    line-height: 48px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h4 {
    line-height: 18px;
    font-size: 15px;
}

h5 {
    font-size: 18px;
    font-size: 16px;
}

h5 {
    font-size: 16px;
    font-size: 14px;
}

.dn {
    display: none;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    padding-top: 5px;
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
}

a {
    cursor: pointer;
}

.font-default {
    font-family: 'Poppins', sans-serif !important;
}

#wrapper {
    width: 100%;
    height: 100%;
    background-color: #EBF2F6;
}

#page-wrapper {
    padding: 0 25px;
    min-height: 568px;
    background-color: #EBF2F6;
}

.container {
    position: relative;
}

.content {
    position: relative;
}

.ca-menu {
    padding: 0;
    width: 550px;
}

.ca-menu li {
    margin-left: 15px;
    height: 70px;
    overflow: hidden;
    display: block;
    background: #f7f7f7;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 4px;
    /* border-left: 10px solid #4d7d99;*/
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ca-menu li:last-child {
    margin-bottom: 0px;
}

.ca-menu li a {
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    position: relative;
}

.ca-icon {
    color: #4d7d99;
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    text-shadow: 0px 0px 1px #333;
    line-height: 65px;
    position: absolute;
    width: 50px;
    right: 1px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-header {
    margin-top: -15px;
    margin-left: 16%;
    padding-bottom: 20px;
}

.ca-h4 {
    margin-top: -15px;
    margin-left: 16%;
    padding-bottom: 20px;
    color: #9e9e9e;
    font-style: italic;
}

.ca-content {
    position: absolute;
    width: 370px;
    height: 60px;
    top: -3px;
    color: #B6B6B6;
    z-index: 99999;
}

.ca-main {
    font-size: 18px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-left: 20px;
    color: #4d7d99;
}

.ca-sub {
    margin-top: -5px;
    font-size: 12px;
    color: #50504f;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-left: 20px;
}

.ca-menu li:hover {
    border-color: #fe961b;
    background: #fafafa;
}

.ca-menu li:hover .ca-icon {
    color: #4d7d99;
    text-shadow: 0px 0px 1px #B6B6B6;
}

.ca-menu li:hover .ca-main {
    color: #4d7d99;
}

.ca-menu li:hover .ca-sub {
    color: #B6B6B6;
}

@media ( min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 15%;
        padding: 0px 15px 0 30px;
        /* border-left: 1px solid #000;*/
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 14px;
    min-height: 30px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 10px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.align-menu {
    margin-left: 7px !important;
}

.dropdown-toggle:hover {
    background-color: #EBEBEB !important;
    color: #686868;
}

.dropdown-toggle:visited {
    background-color: #EBEBEB !important;
    color: #686868;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    /* border-right:1px solid #000;*/
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
    ;
}

.sidebar ul li a:hover {
    background-color: #fff;
}

.sidebar ul li a.active {
    /* background-color: #f8f8ff;*/
    background-color: #fff;
}

.sidebar .active>a>.fa.arrow:before {
    content: "f107";
}

.sidebar ul li a.active:hover {
    background-color: #fff;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media ( min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    outline: 0 !important;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-blue {
    border-color: #0088CC;
}

.panel-blue a {
    color: #0088CC;
}

.panel-blue a:hover {
    color: #0088CC;
}

.panel-blue .panel-heading {
    border-color: #0088CC;
    color: #fff;
    background-color: #0088CC;
}


/* Classes das caixas do dashboard - In�cio */


/* In�cio Azul */

.panel-gray-blue {
    border-color: #fff;
}

.panel-gray-blue a {
    color: #fff;
    font-size: 11px;
    z-index: 9;
}

.panel-gray-blue a:hover {
    color: #f7f7f7;
    z-index: 9;
}

.panel-gray-blue .panel-heading {
    color: #fff;
    background-color: #6c8fa1;
}

.panel-gray-blue .panel-heading i {
    color: #fff;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 5em;
    margin-bottom: 15px;
    opacity: 0.5;
}

.panel-heading-blue {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 1px #6c8fa1;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.panel-footer-blue {
    z-index: 9;
    margin-top: -20px;
    padding: 6px 15px;
    border-top: 1px solid #638699;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-color: #638699;
}


/* Fim Azul */


/* In�cio Verde */

.panel-gray-green a {
    color: #fff;
    font-size: 11px;
    z-index: 9;
}

.panel-gray-green a:hover {
    color: #f7f7f7;
    z-index: 9;
}

.panel-gray-green .panel-heading {
    color: #fff;
    background-color: #22d0b8;
}

.panel-gray-green .panel-heading i {
    color: #fff;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 5em;
    margin-bottom: 15px;
    opacity: 0.5;
}

.panel-heading-green {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 1px #22d0b8;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.panel-footer-green {
    z-index: 9;
    margin-top: -20px;
    padding: 6px 15px;
    border-top: 1px solid #20c1ab;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-color: #20c1ab;
}


/* Fim Verde */


/* In�cio Amarelo */

.panel-gray-yellow a {
    color: #fff;
    font-size: 11px;
    z-index: 9;
}

.panel-gray-yellow a:hover {
    color: #f7f7f7;
    z-index: 9;
}

.panel-gray-yellow .panel-heading {
    color: #fff;
    background-color: #edb758;
}

.panel-gray-yellow .panel-heading i {
    color: #fff;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 5em;
    margin-bottom: 15px;
    opacity: 0.5;
}

.panel-heading-yellow {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 1px #edb758;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.panel-footer-yellow {
    z-index: 9;
    margin-top: -20px;
    padding: 6px 15px;
    border-top: 1px solid #e7a44d;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-color: #e7a44d;
}


/* Fim Amarelo */


/* In�cio Vermelho */

.panel-gray-red a {
    color: #fff;
    font-size: 11px;
    z-index: 9;
}

.panel-gray-red a:hover {
    color: #f7f7f7;
    z-index: 9;
}

.panel-gray-red .panel-heading {
    color: #fff;
    background-color: #ea8080;
}

.panel-gray-red .panel-heading i {
    color: #fff;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 5em;
    margin-bottom: 15px;
    opacity: 0.5;
}

.panel-heading-red {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 1px #ea8080;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.panel-footer-red {
    z-index: 9;
    margin-top: -20px;
    padding: 6px 15px;
    border-top: 1px solid #e77171;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    background-color: #e77171;
}


/* Fim Vermelho */


/* Classes das caixas do dashboard - In�cio */

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.centralizer {
    text-align: center;
}

.centralizer>label {
    font-weight: 300 !important;
}

.leftAlign {
    text-align: left;
}

.leftAlign>label {
    font-weight: 300 !important;
}

.rightAlign {
    text-align: right;
}

.rightAlign>label {
    font-weight: 300 !important;
}

.colorRequired {
    color: red;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /*background-color:rgba(0, 0, 0, 0.2);*/
    overflow-x: hidden;
    overflow-y: hidden;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    /* -1 * image width / 2 */
    margin-top: -32px;
    /* -1 * image height / 2 */
    display: block;
}

.bg_status_pendente {
    color: #ff9800;
    text-align: center;
    font-weight: bold;
}

.bg_status_cadastrado {
    color: #81D4FA;
    text-align: center;
    font-weight: bold;
}

.title {
    font-size: 14pt;
}

.input_header_table {
    width: 200px;
    margin-top: -5px;
    float: right;
}

.justify {
    text-align: justify;
}

.navbar {
    background-color: #ffffff !important;
    width: 84.03%;
    float: right;
    border-bottom: 2px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}


/*Feeds*/

.feeds {
    margin: 0px;
    padding: 0px;
}

.feeds li {
    list-style: none;
    padding: 10px;
    display: block;
}

.feeds li:hover {
    background: #f7fafc;
}

.feeds li>div {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
}

.feeds li>div i {
    line-height: 40px;
}

.feeds li span {
    float: right;
    width: auto;
    font-size: 12px;
}


/*
Basic List
*/

.basic-list {
    padding: 0px;
}

.basic-list li {
    display: block;
    padding: 5px 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    line-height: 27px;
}

.basic-list li:last-child {
    border-bottom: 0px;
}


/* Steam line widget */


/*country-state*/

.country-state {
    list-style: none;
    margin: 0px;
    padding: 0px 0 0 10px;
}

.country-state h2 {
    margin: 0px;
}

.country-state .progress {
    margin-top: 8px;
}

.country-state>li>h4 {
    font-weight: 300 !important;
}


/* Stats Row*/

.stats-row {
    margin-bottom: 20px;
}

.stat-item {
    width: 100%;
    display: inline-block;
    padding-right: 15px;
}

.stat-item+.stat-item {
    padding-left: 15px;
    border-left: 1px solid #eee;
}

.stat-item>b {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #60646D;
}

.stat-item>h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #4D4D4D;
}

.country-state>li>small {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #4D4D4D;
}

.country-state>li>h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: #4D4D4D;
}

.country-state .pull-right>span {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    color: #4D4D4D;
}

#hankingProducer>li>label {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    color: #4D4D4D;
    font-size: 10pt;
}

.dash-table>thead>tr>th {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    color: #4D4D4D;
    font-size: 10pt;
}

.dash-table>tbody>tr>td {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    color: #4D4D4D;
    font-size: 9pt;
    padding: 15px 8px !important;
}

.counts-entity .col-sm-6>h3,
.counts-entity .col-sm-6>h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

.counts-entity .col-sm-6>h5 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
}

.counts-entity .col-sm-6 .vb {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}


/* Menu Lateral

display: table;
*/

.fullleftbar {
    background-color: #fff !important;
    width: 16%;
    float: left;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
}

.fullleftbar ul {
    list-style-type: none;
    padding: 0;
    margin-top: 50px;
}

.fullleftbar ul li a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    font-size: 14px;
    color: #2E3D4D;
    text-decoration: none;
    /* border-bottom:solid 1px #fff;*/
    margin-left: -7px;
}

.fullleftbar ul li a i {
    font-size: 15px;
    color: #2E3D4D;
}


/*.fullleftbar ul li>a>i:hover{
   font-size:18px;
   margin-left:7px;
   margin-right:7px;
   color:#000 !important;
}*/

.fullleftbar ul li a:hover {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    text-decoration: none;
    color: #2E3D4D;
    border-left: solid 3px #FF5900;
}

.fullleftbar ul li ul li:hover {
    padding-left: 3px;
}


/* Style da parte de expansão do relatório */

.fullleftbar ul li {
    position: relative;
    display: block;
}

.fullleftbar li ul {
    display: none;
    margin-top: 0 !important;
    margin-left: 4px;
}

.fullleftbar li ul li a {
    font-size: 12px;
    color: #5b5a5a;
}

.fullleftbar li ul li a i {
    font-size: 12px;
    color: #5b5a5a;
}

.fullleftbar li ul li a:hover {
    color: #FF5900;
    background-color: #ffffff !important;
    border-left: none;
}

.fullleftbar li ul li a i:hover {
    font-size: 12px;
    color: #FF5900;
}

@media screen and (max-width: 1280px) {
    .fullleftbar li ul li a {
        font-size: 11px;
    }

    .fullleftbar li ul li a i {
        font-size: 14px;
        color: #5b5a5a;
    }

    .fullleftbar ul li a {
        font-size: 10pt;
    }
}

#divChartLineDash {
    height: 100% !important;
    width: 100% !important;
}

#chartLineDash {
    max-height: 90% !important;
    max-width: 90% !important;
}


/*#divChartLineDash{
    height:100% !important;
    width:100% !important;
    float:none;
    margin-top: 11px;
    margin-right: 11px;
    margin-left: 11px;
    margin-bottom: 11]px;
}
#chartLineDash{
    max-height:88%;
    min-height:88%;
    max-width:88%;
    min-widht:90%;
    float:none;
}
*/

@media screen and (min-width: 1340px) {
    #chartLineDash {
        height: auto !important;
        width: auto !important;
    }

    #chartjs-tooltip {
        margin-top: -110px;
        width: auto !important;
    }
}

@media screen and (min-width: 1940px) {

    #chartLineDash {
        width: auto !important;
        height: auto !important;
    }

    #chartjs-tooltip {
        margin-top: -110px;
        width: auto !important;
    }
}

@media scren and (min-width: 2640px) {

    #chartLineDash {
        width: auto !important;
        height: auto !important;
    }

    #chartjs-tooltip {
        margin-top: -110px;
        width: auto !important;
    }
}

@media screen and (min-height: 1020px) {

    #chartLineDash {
        width: auto !important;
        height: auto !important;
    }

    #chartjs-tooltip {
        margin-top: -110px;
        width: auto !important;
    }
}

.fullleftbar li:hover ul {
    display: block;
    position: relative;
}

.fullleftbar li:hover li {
    float: none;
}

.month_dash {
    float: right;
    margin: 7px;
    margin-top: 3px;
    font-size: 10pt;
    color: #7f7f7f;
    /*font-weight:bolder;*/
}

.white-box {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 15px;
}

.progress {
    -webkit-box-shadow: none !important;
    background-color: rgba(120, 130, 140, 0.13);
    box-shadow: none !important;
    height: 4px;
    border-radius: 0px;
    margin-bottom: 18px;
    overflow: hidden;
}

.progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}

.progress.progress-sm {
    height: 8px !important;
}

.progress.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px;
}

.progress.progress-md {
    height: 15px !important;
}

.progress.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px;
}

.progress.progress-lg {
    height: 20px !important;
}

.progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px;
}


/*col-in*/

.row-in-br {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.month_dash:hover {
    text-decoration: none;
    color: #b3b9bd;
}

.icon_calendar_dash {
    float: right;
    font-size: 12pt;
    margin-top: 5px;
}

.segoo-logo {
    margin-left: 43px;
    margin-top: -8px;
    width: 100px;
    z-index: 1;
    /*  height: 31px; */
}

.segoo-label {
    font-size: 13pt;
}

.wrap {
    width: 70%;
    margin: 0 auto;
}


/*start-contact-form*/

.contact_form {
    width: 50%;
    background: url("../img/login/border.png") no-repeat 476px 97px;
    float: left;
    position: relative;
}


/* ----- PLACEHOLDERS --------- */

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9b9c9d !important;
    font-family: 'Poppins', sans-serif !important;
    /* text-transform: lowercase !important;*/
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9b9c9d !important;
    font-family: 'Poppins', sans-serif !important;
    /* text-transform: lowercase !important; */
}


/* opacity: 1; */

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9b9c9d !important;
    font-family: 'Poppins', sans-serif !important;
    /* text-transform: lowercase !important; */
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9b9c9d !important;
    font-family: 'Poppins', sans-serif !important;
    /*   text-transform: lowercase !important; */
}


/* ------------------------------ */

.contact-form {
    background: #fff;
    padding-top: 130px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
}

.contact-form h1 {
    font-size: 1.7em;
    color: #474646;
}

.contact_form ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

.contact_form li {
    position: relative;
}


/* form element visual styles */

.contact_form li {
    float: left;
    outline: none;
    border: 1px solid #DDDDDD;
    font-size: 1.2em;
    color: #202020;
    width: 78.5%;
    font-weight: 400;
    margin-top: 4%;
    position: relative;
    height: 42px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.contact_form li:hover {
    border: 1px solid #bebfc0;
    color: #FF7F00;
}

.contact_form input {
    float: left;
    font-size: 1em;
    padding: 8px 14px;
    width: 90%;
    border: none;
    outline: none;
    color: #202020;
}

.contact_form p {
    float: right;
    padding: 8px 7px;
    width: 9.3%;
    cursor: pointer;
}

.contact_form button {
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #fe961b;
    width: 79%;
    padding: 12px;
    font-size: 1.3em;
    letter-spacing: 1px;
    margin: 28px 0 30px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.contact_form input[type="submit"]:hover {
    background: #4d7d99;
}

.contact_form input[type="checkbox"] {
    width: 21px;
    vertical-align: middle;
    padding: 5px;
    float: left;
}

.contact_form i {
    font-size: 1.2em;
    color: #FF7F00;
    width: 40%;
    float: left;
}

img.ria {
    position: absolute;
    max-width: 50%;
    top: 2%;
    left: 10%;
    z-index: 1;
}

.logo-page-error {
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 50%;
    padding-top: 30px;
    left: 25%;
    z-index: 1;
    padding-bottom: 60px;
}

img.ria:empty {
    top: 2%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999999;
}


/*start-contact-form*/

.contact_form_1 {
    width: 43%;
    float: right;
    position: relative;
}

.contact_form_1 {
    background: #fff;
    position: relative;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
}

.contact_form_1 h1 {
    font-size: 1.7em;
    color: #474646;
}

.contact_form_1 ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    margin-top: 2%;
}

.contact_form_1 li {
    position: relative;
}


/* form element visual styles */

.contact_form_1 li {
    float: left;
    outline: none;
    border: 1px solid #DDDDDD;
    font-size: 1.2em;
    color: #a9aaaa;
    width: 78.5%;
    font-weight: 400;
    margin-top: 4%;
    position: relative;
    height: 42px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.contact_form_1 li:hover {
    border: 1px solid #bebfc0;
    color: #007FFF;
}

.contact_form_1 input {
    float: left;
    font-size: 1.0em;
    padding: 8px 14px;
    width: 75%;
    border: none;
    outline: none;
    color: #202020;
}

.contact_form_1 p {
    float: right;
    padding: 8px 7px;
    width: 9.3%;
    cursor: pointer;
}

.contact_form_1 input[type="submit"] {
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #4d7d99;
    width: 79%;
    padding: 12px;
    font-size: 1.3em;
    letter-spacing: 1px;
    margin: 28px 0 30px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.contact_form_1 input[type="submit"]:hover {
    background: #fe961b;
}

.contact_form_1 input[type="checkbox"] {
    width: 21px;
    vertical-align: middle;
    padding: 5px;
    float: left;
}

.contact_form_1 i {
    font-size: 1.2em;
    color: #a9aaaa;
    width: 40%;
    float: left;
    border: solid 1px Blue;
}


/* NOVO ESTILO NOS INPUTS DO LOGIN */

input#emailLogin {
    background-image: url(../img/login/contact.png);
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 35px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* For I.E */
    -moz-border-radius: 5px/* For Mozilla Web Browser*/
}

input#passwordLogin {
    background-image: url(../img/login/lock.png);
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 35px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* For I.E */
    -moz-border-radius: 5px;
    /* For Mozilla Web Browser*/
}

input#nameNewAccount {
    background-image: url(../img/login/contact.png);
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 35px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* For I.E */
    -moz-border-radius: 5px/* For Mozilla Web Browser*/
}

input#emailNewAccount {
    background-image: url(../img/login/mail.png);
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 35px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* For I.E */
    -moz-border-radius: 5px/* For Mozilla Web Browser*/
}

input#passwordNewAccount {
    background-image: url(../img/login/lock.png);
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 35px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* For I.E */
    -moz-border-radius: 5px/* For Mozilla Web Browser*/
}

input#passwordRepeatNewAccount {
    background-image: url(../img/login/lock.png);
    background-repeat: no-repeat;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    padding-left: 35px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* For I.E */
    -moz-border-radius: 5px/* For Mozilla Web Browser*/
}

.forgot {
    float: right;
    margin-right: 77px;
    width: 35%;
    margin-top: 4px;
}

.forgot a {
    color: #B6B6B6;
    font-size: 1.1em;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.forgot a:hover {
    color: #79B42B;
}


/* === Form hints === */

.form_hint {
    color: #fff;
    text-align: center;
    background: #FF7F00;
    border-radius: 3px 3px 3px 3px;
    font-size: 1.0em;
    margin-left: 8px;
    padding: 6px 23px;
    z-index: 999;
    position: absolute;
    right: -225px;
    bottom: 3px;
    font-weight: 100;
    display: none;
}

.form_hint::before {
    content: '';
    position: absolute;
    bottom: 9px;
    left: -9px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FF7F00;
    border-top: 10px solid transparent;
}

.form_hint_1 {
    color: #fff;
    text-align: center;
    background: #FF7F00;
    border-radius: 3px 3px 3px 3px;
    font-size: 1.0em;
    margin-left: 8px;
    padding: 6px 23px;
    z-index: 999;
    position: absolute;
    right: -140px;
    bottom: 3px;
    font-weight: 100;
    display: none;
}

.form_hint_1::before {
    content: '';
    position: absolute;
    bottom: 9px;
    left: -9px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FF7F00;
    border-top: 10px solid transparent;
}

.contact_form input:focus+.form_hint_1 {
    display: inline;
}

.contact_form input:required:valid+.form_hint_1 {
    color: #000;
    background: #FF7F00;
}

.contact_form input:required:valid+.form_hint_1::before {
    color: #28921f;
}

.contact_form input:focus+.form_hint {
    display: inline;
}

.contact_form input:required:valid+.form_hint {
    color: #000;
    background: #FF7F00;
}

.contact_form input:required:valid+.form_hint::before {
    color: #28921f;
}


/*end-contact-form*/


/*start-account*/

.account {
    float: right;
    width: 45%;
}

.account h2 a {
    color: #71B8E4;
    display: block;
    font-size: 1.3em;
    font-weight: 400;
    text-align: right;
    margin-top: 3px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.account h2 a:hover {
    color: #79B42B;
}

.span {
    margin-top: 10.4%;
    display: block;
    width: 100%;
    background: #3B5998;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.span img {
    background: #354F88;
    padding: 7px;
    float: left;
}

.span i {
    color: #fff;
    padding: 9px 14px;
    float: left;
    font-size: 1.6em;
    font-weight: 400;
}

.span:hover {
    background: #354F88;
}

.span1 {
    margin-top: 9%;
    width: 100%;
    background: #45B0E3;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.span1 img {
    background: #40A2D1;
    padding: 7px;
    float: left;
}

.span1 i {
    color: #fff;
    padding: 9px 20px;
    float: left;
    font-size: 1.6em;
    font-weight: 400;
}

.span1:hover {
    background: #40A2D1;
}

.span2 {
    margin-top: 9%;
    width: 100%;
    background: #DE4C34;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.span2 img {
    background: #CE3E26;
    padding: 7px;
    float: left;
}

.span2 i {
    color: #fff;
    padding: 9px 17px;
    float: left;
    font-size: 1.6em;
    font-weight: 400;
}

.span2:hover {
    background: #CE3E26;
}


/* Estilo do modal da página de "Em construção" */

.img-construction {
    text-align: center;
    width: 100px;
}

.logo-header {
    width: 180px;
    height: 80px;
}

@media only screen and (max-width: 1440px) {
    .wrap {
        width: 56%;
    }

    .span i {
        font-size: 1.4em;
    }

    .span1 i {
        font-size: 1.4em;
    }

    .span2 i {
        font-size: 1.4em;
    }

    .contact_form p {
        padding: 8px 7px;
    }
}

@media only screen and (max-width: 1366px) {
    .wrap {
        width: 59%;
    }

    .span i {
        font-size: 1.4em;
    }

    .span1 i {
        font-size: 1.4em;
    }

    .span2 i {
        font-size: 1.4em;
    }

    .contact_form p {
        padding: 8px 3px;
    }
}

@media only screen and (max-width: 1280px) {
    .wrap {
        width: 63%;
    }

    .span i {
        font-size: 1.3em;
    }

    .span1 i {
        font-size: 1.3em;
    }

    .span2 i {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 1024px) {
    .wrap {
        width: 79%;
    }

    .contact_form input {
        width: 77%;
    }

    .span i {
        font-size: 1.2em;
        padding: 13px 14px;
    }

    .span1 i {
        font-size: 1.2em;
        padding: 13px 14px;
    }

    .span2 i {
        font-size: 1.2em;
        padding: 13px 14px;
    }

    .checkbox {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1300px) {
    #divPlans .single-service .single-package>h3 {
        font-size: 14pt !important;
    }

    .custom-font-2>li {
        font-size: 9pt !important;
    }
}


/* AQUI */

@media only screen and (max-width: 1200px) {
    #divPlans .single-service .single-package>h3 {
        font-size: 12pt !important;
    }

    #divPlans .single-service .single-package {
        min-height: 345px !important;
    }

    #divPlans .single-service .single-package .sign {
        vertical-align: super;
        font-size: 7.5pt;
        font-weight: 300;
    }

    #divPlans .single-service .single-package .month {
        font-size: 7.5pt;
        font-weight: 300;
    }

    #divPlans .single-service .single-package h2 {
        font-size: 9pt;
        font-weight: 500;
        line-height: 4.063rem;
    }

    .custom-font-2>li {
        font-size: 7.5pt !important;
    }

    #divPlans .single-service .single-package>ul {
        padding-left: 20px !important;
    }

    .badge-free-test>span {
        font-size: 9pt;
    }
}

#divPlans .single-service .single-package h2 {
    margin: 10px 0 0 0;
}

@media only screen and (max-width: 800px) {
    .wrap {
        width: 95%;
    }

    .span i {
        padding: 14px 12px;
        font-size: 1.2em;
    }

    .span1 i {
        font-size: 1.2em;
        padding: 13px 20px;
    }

    .span2 i {
        font-size: 1.2em;
        padding: 13px 20px;
    }

    .contact_form {
        background: url("../img/login/border.png") no-repeat 313px 77px;
    }

    .forgot {
        margin-right: 65px;
        width: 38%;
    }

    .checkbox {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 640px) {
    md-toast {
        z-index: 100 !important;
    }

    .wrap {
        width: 95%;
    }

    .contact-form h1 {
        font-size: 1.3em;
    }

    .contact_form li {
        height: 37px;
        margin-top: 7.3%;
    }

    .contact_form input {
        font-size: 1em;
        padding: 5px 14px;
    }

    .contact_form input[type="submit"] {
        font-size: 1.2em;
        padding: 10px;
        margin: 22px 0 30px;
    }

    .forgot a {
        font-size: 1em;
    }

    .span i {
        padding: 11px 6px;
        font-size: 1em;
    }

    .span img {
        padding: 2px;
    }

    .span1 img {
        padding: 2px;
    }

    .span1 i {
        padding: 11px 6px;
        font-size: 1em;
    }

    .span2 img {
        padding: 2px;
    }

    .span2 i {
        padding: 11px 6px;
        font-size: 1em;
    }

    .contact_form {
        background: url("../img/login/border.png") no-repeat 247px 41px;
    }

    .forgot {
        margin-right: 27px;
        width: 39%;
        margin-top: 6px;
    }

    .account h2 a {
        font-size: 0.9em;
    }

    .checkbox i {
        bottom: 10px;
    }
}

.error-span {
    margin-top: 5px;
    background-color: #EF9A9A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 5px;
    color: #FFEBEE;
}

.addEntity {
    float: right;
    margin-top: 9px;
}

.viewEntity {
    float: right;
    margin-top: 9px;
    margin-right: 3px;
}

.dashboardPeriod {
    float: right;
    font-size: 16pt;
    margin-top: 12px;
}

.errorForm {
    color: red;
    font-size: 9pt;
}

hr {
    margin-top: 9px;
    margin-bottom: 9px;
    border-color: #dddedf;
}

.input-register {
    margin-left: 100px;
    margin-top: -30px;
    width: 100px;
}

.inputOnSave {
    font-size: 9pt;
}

#scrollable-dropdown-menu-customer-in-policy .dropdown-menu {
    position: absolute !important;
    max-height: 250px;
    overflow-y: auto;
}

#scrollable-dropdown-menu-model-vehicle .dropdown-menu {
    position: absolute !important;
    max-height: 250px;
    overflow-y: auto;
}

#scrollable-dropdown-menu .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
}

#scrollable-dropdown .dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
    width: 100%;
}


/* Custom Classes policeView - start*/

.div-resume-results {
    border-left: solid 2px #f0f0f0;
    font-size: 12px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.div-resume {
    border-left: solid 2px #f0f0f0;
    font-size: 12px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.content-div-resume {
    background-color: #EEEEEE;
    padding-top: 5px;
}

.div-border-bottom {
    border-bottom: solid 2px #CCCCCC;
}

.div-resume-first-row {
    margin-top: 6px;
}

.div-resume-result-right {
    text-align: right;
}

.div-resume-label-green {
    font-weight: bold;
    color: #33CC33;
    text-align: right;
}

.div-resume-label-neutral {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    text-align: right;
}

.div-resume-label-yellow {
    font-weight: bold;
    color:rgb(219, 216, 0);
    text-align: right;
}

.div-resume-label-red {
    font-weight: bold;
    color: #FF0000;
    text-align: right;
}

.div-resume-label-dark-blue {
    font-weight: bold;
    color: #0277BD;
    text-align: right;
}

.div-resume-label-blue {
    font-weight: bold;
    color: #3399FF;
    text-align: right;
}

.div-resume-label-orange {
    font-weight: bold;
    color: #FF9900;
    text-align: right;
}

.div-resume-label-tittle {
    font-weight: bold;
    margin-top: 8px;
}

.div-resume-label-gold {
    font-weight: bold;
    color: #A64CCE;
    text-align: right;
}


/* Custom Classes policeView - end*/


/* Custom Classes policeForm - start*/

.div-display-select-dates {
    display: block;
}

.div-display-select-dates label {
    float: left;
    width: 100%;
}

.div-select-day {
    float: left;
}

.div-select-day select {
    height: 35px;
    width: 55px;
    padding-left: 10px;
}

.div-select-month {
    float: left;
    margin-left: -1px;
}

.div-select-month select {
    height: 35px;
    width: 55px;
    padding-left: 10px;
}

.div-select-year {
    float: left;
    margin-left: -1px;
}

.div-select-year select {
    height: 35px;
    width: 70px;
    padding-left: 10px;
}


/* Custom Classes policeForm - end*/


/* Style das datas do cadastro rápido de cliente */

#div-select-day-quick {
    float: left;
}

#div-select-day-quick select {
    height: 35px;
    width: 75px;
    padding-left: 10px;
}

#div-select-month-quick {
    float: left;
    margin-left: -1px;
}

#div-select-month-quick select {
    height: 35px;
    width: 75px;
    padding-left: 10px;
}

#div-select-year-quick {
    float: left;
    margin-left: -1px;
}

#div-select-year-quick select {
    height: 35px;
    width: 80px;
    padding-left: 10px;
}


/* fim do style das datas do cadastro rápido de cliente */


/* Custom Classes index - start*/

.div-initial-header-img {
    float: left;
    margin-bottom: 20px;
    background-color: #C5CED4;
    height: 35px;
    width: 35px;
    border-radius: 10%;
}

.div-img-icon-brokerage {
    float: left;
    margin-bottom: 20px;
    background-color: #C5CED4;
    height: 35px;
    width: 35px;
    border-radius: 10%;
}



/*width: 60%;
    margin-top: 8px;
    margin-left: 6px;*/

.div-initial-img {
    width: 10%;
    height: 10%;
    margin-left: 10px;
}

.div-list-menu {
    background-color: #fff !important;
}

.div-list-menu ul li {
    padding: 5px;
}

.div-list-menu ul li a {
    padding-bottom: 10px;
    border-bottom: solid 1px red;
}

.div-list-menu ul li a:hover {
    background-color: red !important;
}


/* Custom Classes index - end*/


/* Custom Classes Accordion - Start */

#accordion .ui-accordion-header {
    background: #f0f0f0;
}


/* Custom Classes Accordion - End */


/* Custom Classes all - Start */

.div-label-bold label {
    font-weight: bold;
}

.div-search {
    border-color: #999 !important;
}

.text-edit-properties {
    float: right;
    font-size: 12px;
    text-align: right;
    margin-top: 3px;
}

.md-1-right {
    float: right;
    margin-right: -30px;
}

.arrow-right-custom {
    margin-left: 5px;
}


/* Custom Classes all - End */

.message-success {
    background-color: #009933 !important;
    color: #FFFFFF !important;
    margin-top: 37px;
    border: solid 2px #009933 !important;
    border-radius: 5px;
    font-weight: 600;
    z-index: 1000000 !important;
}

.message-danger {
    background-color: #DD2C00 !important;
    color: #FFFFFF !important;
    margin-top: 37px;
    border: solid 2px #DD2C00 !important;
    border-radius: 5px;
    font-weight: 600;
    z-index: 1000000 !important;
}

.message-warning {
    background-color: #FF7416 !important;
    color: #FFFFFF !important;
    margin-top: 37px;
    border: solid 2px #FF7416 !important;
    border-radius: 5px;
    font-weight: 600;
    z-index: 1000000 !important;
}

.message-info {
    background-color: #81D4FA !important;
    color: #FFFFFF !important;
    margin-top: 37px;
    border: solid 2px #81D4FA !important;
    border-radius: 5px;
    font-weight: 600;
    z-index: 1000000 !important;
}

.button-toast {
    border: 0;
    background: 0 0;
    float: right;
    margin-right: -23px;
    margin-top: -20px;
    font-size: 10px;
    font-weight: bold;
}

.button-toast:focus,
.button-toast:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.font-size-grid {
    font-size: 13px;
}

.font-size-grid-map-production {
    font-size: 11px;
}

.font-size-grid-insurer-for-property-production {
    font-size: 13px;
}

.spanTpl {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.hrTpl {
    border: 1px #EEEEEE solid;
    margin-top: 4px !important;
    margin-bottom: 2px !important;
}

.colorIcon {
    color: #000 !important;
}

.colorIconGreen {
    color: #009933 !important;
}

.colorIconYellow {
    color: #FFCC00 !important;
}

.colorIconBlue {
    color: #81D4FA !important;
}

.colorIconRed {
    color: #DD2C00 !important;
}

.colorWhite {
    color: #FFFFFF !important;
}

.h1Login {
    color: #757575 !important;
    font-size: 24px;
    margin-bottom: 20px;
}

.btn-upload {
    background-color: #448AFF;
    color: #FFFFFF;
}

.btn-upload:hover {
    color: #e5e5e5;
}

.img-file {
    height: auto;
    width: 60px;
    margin-top: 5px;
}

.text-file {
    color: #424242;
}

.card {
    background: #FFF;
    padding: 0px;
    margin: 17px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #696969;
    overflow: hidden;
}

.position-text {
    padding-right: 20px;
}

.size-fa {
    font-size: 50px;
}

.align-labels-file {
    padding-top: 8px;
    padding-bottom: 8px;
}

.img-logo-pdf {
    height: 22px;
    width: 22px;
}

.background-img-pdf {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    padding-bottom: 6px;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 16px;
    color: #D30B0B;
    background-color: #FFFFFF;
}

.segoo-movement-producer {
    background-color: #E0F2F1 !important;
}

.segoo-movement-brokerage {
    background-color: #F0F4C3 !important;
}

.color-movement-producer {
    color: #B2DFDB !important;
}

.color-movement-brokerage {
    color: #E6EE9C !important;
}

.select-movement-recipient {
    text-align: center;
    padding: 6px !important;
    width: 200px !important;
}

.select-movement-recipient[disabled],
.select-movement-recipient[readonly],
fieldset[disabled] .select-movement-recipient {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    border: 0;
}

select#recipients option[value="1"] {
    color: #81D4FA;
}

select#recipients option[value="2"] {
    color: #CDDC39;
}

.value-map-production {
    color: #000;
    font-weight: bold;
    border: solid 1px #808080;
    background-color: #FFF;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    float: right;
    font-size: 11px;
}

.table-color-map-production-new-policies {
    background-color: #16A086;
}

.table-color-production-for-property {
    background-color: #A5D6A7;
}

.table-color-map-production-cancellations {
    background-color: #FF520F;
}

.table-color-map-production-returns {
    background-color: #FF770B;
}

.ico-color-new-policies {
    color: #16A086;
}

.ico-color-cancellations {
    color: #FF520F;
}

.ico-color-returns {
    color: #FF770B;
}

.ico-color-production-for-property {
    color: #A5D6A7;
}

.background-values-new-policies {
    height: 21px !important;
    background-color: #16A086;
    padding-right: 10px;
    color: #FFFFFF;
    text-align: center;
}

.background-values-cancellations {
    height: 21px !important;
    background-color: #FF520F;
    padding-right: 10px;
    color: #FFFFFF;
    text-align: center;
}

.background-values-returns {
    height: 21px !important;
    background-color: #FF770B;
    padding-right: 10px;
    color: #FFFFFF;
    text-align: center;
}

.background-total-values {
    height: 21px !important;
    background-color: #9E9E9E;
    padding-right: 10px;
    color: #FFFFFF;
}

#producer-level {
    padding: 10px !important;
    margin: -10px !important;
    margin-top: -10px !important;
    margin-left: -17px !important;
    margin-right: -22px !important;
    background-color: #fff !important;
}

.font-map-producer-values-total {
    color: #FFFFFF;
    /* text-shadow:#000 1px -1px, #000 -1px 1px, #000 1px 1px, #000 -1px -1px; */
}

#link-details-pdf {
    cursor: pointer;
}

#img-pdf-updater {
    width: 200px;
    height: 80px;
    margin-top: -20px;
    margin-left: -60px;
}

#msg-information-about-insurer-pdf {
    margin-left: -100px;
}

#msg-information-about-insurer-pdf>span {
    font-size: 12px;
}

.color-ico-avaliabela-pdf {
    color: green;
}

.dashboard-resume {
    margin-top: 8px;
}

.loading-dashboard {
    width: 90px;
    height: 100%;
}

.errorLabel {
    color: #ff0000;
    font-weight: bold;
}

.font-recover {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #FFFFFF;
}

.position-recover {
    margin-top: 100px;
}

.fab-position {
    width: 200px;
    position: absolute;
    margin-left: 40%;
    padding-bottom: 5%;
}

.just {
    padding-left: 8px !important;
    padding-top: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 3px !important;
}

.md-primary-segoo {
    background-color: #6C8FA1 !important;
}

.fb-loading {
    margin-top: 12px;
    font-size: 30px;
}

.background-overallCommission {
    height: 21px !important;
    border-radius: 5px;
    padding-right: 10px;
    background-color: #F8951E;
    color: #FFFFFF;
    margin-top: 4px;
}

.background-overallNetAward {
    height: 21px !important;
    background-color: #4D7D99;
    border-radius: 5px;
    padding-right: 10px;
    color: #FFFFFF;
}

.overall-values {
    margin-top: 20px;
}

.text-right .text-right>strong {
    margin-right: 2px !important;
}

.align-values-overall {
    font-size: 11pt;
    margin-right: 23px;
}

.segoo-hr {
    border: 1px #d3d3d3 solid;
    border-radius: 10px;
    margin-top: 4px !important;
    margin-bottom: 2px !important;
}

.required_update_licensePlate {
    background-color: #E53935 !important;
}

.space-bottom {
    margin-bottom: 5px;
}

.center-vertical {
    margin-top: 5px !important;
}

.btn-padding {
    padding: 2px 5px;
    background-color: transparent !important;
}

.btn-padding-info {
    padding: 2px 9px;
    background-color: transparent !important;
}

.container-dialog-details-movements {
    padding: 20px;
}

.dialog-details-movements {
    width: 350px;
}

.legend-brokerage {
    margin-left: 5px !important;
    margin-right: 5px;
}

.legend-producer {
    margin-left: 5px !important;
}

.legend-position {
    margin-top: 8px;
    float: right;
    position: relative;
}

.color-border-receivable {
    /*  border-left: 9px #A5D6A7 solid;
        border-right: 9px #A5D6A7 solid;*/
    border-radius: 2px;
}

.color-border-payable {
    /*  border-left: 9px #FFE082 solid;
        border-right: 9px #FFE082 solid;*/
    border-radius: 2px;
}


/* color: #757575; */

.type-policy-view {
    color: #FFFFFF;
    font-weight: 600;
}

.font-value-general-movements {
    font-size: 13px;
}

.md-padding {
    padding: 1px !important;
}

.container-tabs-movements {
    overflow: hidden;
}

.negativeValue {
    color: red;
}

.progress-circular-custom-color {
    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 100px !important;
}

.font-legend {
    font-size: 11px;
    color: #5e5e5e;
}

.container-login {
    width: 100%;
}

.divider-login {
    padding-top: 110px;
    font-size: 12px;
    color: #FFFFFF;
}

#footerForMobile {
    display: none;
}

.footerLogin {
    display: inline;
    background-color: rgba(0, 0, 0, 0.8);
}

.footerLogin>h6>a {
    color: #FFFFFF;
}

.footerLogin>h6>span>i {
    color: #FFFFFF;
}

.footerLogin>a>i {
    color: #FFFFFF;
}


/*.left-menu  {*/


/*display: block;*/


/*}*/

.menu-mobile {
    display: none;
}


/* media queries da tela de login */

@media ( max-width: 320px) {
    md-toast {
        z-index: 100 !important;
    }

    .navbar-default .navbar-toggle {
        border: 0 !important;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: rgba(0, 0, 0, 0.6) !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0 !important;
    }

    .divider-login {
        padding-top: 90px;
    }

    .footerLogin {
        display: none;
    }

    #footerForMobile {
        display: block;
    }

    .position-recover {
        margin-top: 50px;
    }

    .left-menu {
        display: none !important;
    }

    .menu-mobile {
        display: block;
    }

    .navbar {
        width: 100%;
    }

    .style-name-and-date-dashboard {
        width: 100%;
        height: 100%;
        background-color: #fbfbfb;
        color: #9eaab3;
        margin-top: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 1px;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .page-header-custom {
        padding-top: 50px;
    }

    .dashboard-resume {
        margin-top: -50px;
    }
}

@media ( max-width: 435px) {
    md-toast {
        z-index: 100 !important;
    }

    .navbar-default .navbar-toggle {
        border: 0 !important;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: rgba(0, 0, 0, 0.6) !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0 !important;
    }

    .divider-login {
        padding-top: 20px;
    }

    .footerLogin {
        display: none;
    }

    #footerForMobile {
        display: block;
    }

    .position-recover {
        margin-top: 50px;
    }

    .left-menu {
        display: none !important;
    }

    .menu-mobile {
        display: block;
    }

    .navbar {
        width: 100%;
    }

    .style-name-and-date-dashboard {
        width: 100%;
        height: 100%;
        background-color: #fbfbfb;
        color: #9eaab3;
        margin-top: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 1px;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .page-header-custom {
        padding-top: 50px;
    }

    .dashboard-resume {
        margin-top: -50px;
    }
}

@media ( max-width: 768px) {
    .navbar-default .navbar-toggle {
        border: 0 !important;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: rgba(0, 0, 0, 0.6) !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0 !important;
    }

    .divider-login {
        padding-top: 20px;
    }

    .footerLogin {
        display: none;
    }

    #footerForMobile {
        display: block;
    }

    .position-recover {
        margin-top: 50px;
    }

    .left-menu {
        display: none;
    }

    .menu-mobile {
        display: block;
    }

    .navbar {
        width: 100%;
    }

    .style-name-and-date-dashboard {
        width: 100%;
        height: 100%;
        background-color: #fbfbfb;
        color: #9eaab3;
        margin-top: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 1px;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0;
    }

    .page-header-custom {
        padding-top: 50px;
    }

    .dashboard-resume {
        margin-top: -50px;
    }
}

.dropdown-brokerage {
    list-style-type: none !important;
    margin-left: -25px !important;
}

.dropdown-brokerage>li>a {
    text-decoration: none;
}

.dropdown-brokerage>li>a:hover {
    background-color: transparent !important;
}

.dropdown-brokerage>li>a:FOCUS {
    background-color: transparent !important;
}

.dropdown-brokerage>li>a>span {
    background-color: transparent !important;
    color: #858585;
}

.dropdown-brokerage>li>a>span:hover {
    background-color: transparent !important;
    color: #5d5d5d;
}

.dropdown-mobile>a:HOVER {
    background-color: transparent !important;
}

.dropdown-mobile {
    list-style-type: none; 
}

.align-new-brokerage-container {
    padding-top: 10px;
}

.error-page {
    margin-left: 160px;
}

.spam-desc {
    color: red;
}

.spam-agrav {
    color: blue;
}

.main-color {
    color: #4D7D99;
}

.single-package {
    background: #F7F8FA;
    overflow: auto;
    border: 0px solid #161616;
    border-radius: 3px;
    margin-bottom: 30px;
    min-height: 409px;
}

.single-package-h:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(44, 130, 201, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(44, 130, 201, 1);
    box-shadow: 0px 0px 15px 0px rgba(44, 130, 201, 1);
    position: relative;
    cursor: pointer;
}

.card-plan-selected {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(44, 130, 201, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(44, 130, 201, 1);
    box-shadow: 0px 0px 15px 0px rgba(44, 130, 201, 1);
    position: relative;
}

.single-package .price {
    margin: 10px 12px 15px 12px !important;
    padding: 10px 0;
    font-weight: 300;
}

.color-bg {
    background: #4D7D99;
    color: #FFFFFF !important;
}

.color-bg>h2 {
    color: #FFFFFF !important;
}

.single-package .sign {
    vertical-align: super;
    font-size: 11pt;
}

.single-package .month {
    font-size: 11pt;
    font-weight: 300;
}

.price h2 {
    font-size: 3.125rem;
    line-height: 4.063rem;
}

#navbar .dropdown-menu li {
    padding: 5px;
}

#navbar .dropdown-menu li a {
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 10px;
    border-bottom: solid 1px #dddedf
}

#navbar .dropdown-menu li:HOVER {
    background-color: rgba(0, 0, 0, 0.1);
}

#navbar .dropdown-menu li a:HOVER {
    background-color: transparent;
}

#navbar .dropdown-menu {
    background-color: #FFFFFF;
}

.select-custom {
    border: 0px !important;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.msgNaoLida {
    background-color: #3ff74e34;
}

#alignButtonsActionMapRenovation {
    margin-top: 25px;
}

.font-list-table {
    font-size: 9pt !important;
}

@-webkit-keyframes myfirst {

    0% {
        background-color: #FF7416;
    }
    35% {
        background-color: #92F22A;
    }
    60% {
        background: #92F22A;
    }
    100% {
        background: #FF7416;
    }
}

.message-menu-badge-empty {
    position: relative;
    padding: 4px 4px 4px;
    line-height: .9;
    margin-top: -5px;
    margin-left: -3px;
    border-radius: 30%;
    background-color: #3C8AB8;
    font-weight: 600;
    font-size: 7.2pt;
    color: #e7e7e7;
    float: right;
}

.message-menu-badge {
    -webkit-animation: myfirst 2s infinite;
    position: relative;
    padding: 5px 5px 3px;
    line-height: .9;
    margin-top: -5px;
    margin-left: -2px;
    border-radius: 30%;
    background-color: #ff7900;
    font-weight: 600;
    font-size: 8pt;
    color: #e7e7e7;
    float: right;
}

.menu-badge_new {
    color: #7f7f7f;
}

.white-box .box-title {
    margin: 0px 0px 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #7f7f7f;
}

.message-menu-badge-mobile {
    position: absolute;
    top: 9px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
    border-radius: 50%;
    background-color: #d58512;
    font-weight: 600;
    font-size: 10pt;
    color: #e7e7e7;
    float: left;
}

.badge-label-insurer-default {
    color: #999999;
    margin-top: -10px;
    font-size: 9px;
    background-color: #EBF0F5;
    padding: 2px 6px;
    border-radius: 1em;
    margin-top: 5px;
    float: right;
}

.text-count {
    font-size: 26pt !important;
    margin-top: -5px;
}

.doughnut-legend {
    padding-left: 15px !important;
    padding-top: 25px !important;
}

.doughnut-legend-text {
    padding-right: 15px !important;
}

#divChartProductionByInsurer .doughnut-legend-icon {
    width: 12px !important;
    height: 12px !important;
    margin-top: 5px !important;
}

#divChartProductionByInsurer .doughnut-legend-text {
    font-size: 8pt !important;
}

.menu-mobile {
    color: #2E3D4D !important;
}

.menu-mobile>li>a {
    color: #2E3D4D !important;
}

.dropdown-mobile>ul>li>a {
    color: #2E3D4D !important;
    border: 0 !important;
}

.dropdown-mobile>ul>li>a>span>i {
    color: #2E3D4D !important;
    border: 0 !important;
}

.dropdown-mobile>ul>li>a>span {
    color: #2E3D4D !important;
    border: 0 !important;
}

.box-discounts .white-box {
    padding: 20px 0 20px 0 !important;
}

.custom-font {
    font-family: 'Poppins', sans-serif !important;
}

.custom-font-2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
}

.divBoxDash {
    overflow-y: scroll;
    max-height: 452px;
    min-height: 452px;
}

.box-production {
    max-height: 450px;
    min-height: 450px;
}

.style-name-and-date-dashboard {
    width: 103%;
    height: 100%;
    background-color: #fff;
    color: #7f7f7f;
    margin-top: 42px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-left: -18px;
    padding-left: 3px;
}

.label-success {
    min-width: 85px !important;
    background-color: #00C292;
    letter-spacing: .05em;
    border-radius: 60px;
    padding: 4px 5px 3px;
    font-weight: 500;
    font-size: 8pt;
}

.label-warning {
    min-width: 85px !important;
    background-color: #FEC107;
    letter-spacing: .05em;
    border-radius: 60px;
    padding: 4px 5px 3px;
    font-weight: 500;
    font-size: 8pt;
}

.label-default {
    min-width: 90px !important;
    background-color: #DED8D3;
    letter-spacing: .05em;
    border-radius: 60px;
    padding: 4px 5px 3px;
    font-weight: 700;
    font-size: 8pt;
}

.sales-report {
    background: #f7fafc;
    margin: 0 -25px;
    padding: 5px 15px;
}

.link-keymap {
    cursor: pointer;
    font-size: 8pt;
}

.font-xs {
    font-size: 20pt !important;
}

.font-md {
    font-size: 13pt !important;
}


/*
 *  STYLE 5
 */

.divBoxDash::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
}

.divBoxDash::-webkit-scrollbar {
    width: 10px;
    background-color: #FFFFFF;
}


/*background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(255, 255, 255, .2)),
                       color-stop(.5, transparent), to(transparent));*/

.divBoxDash::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
}

.divBoxDash::-webkit-scrollbar-thumb:hover {
    background-color: #BDBDBD;
}

.m-t-20 {
    color: #7f7f7f !important;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: 'Poppins', sans-serif !important;
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.jqsfield {
    height: 30px !important;
    width: auto !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10pt !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.divider-box {
    border-right: 1px solid #eee;
}

.divider-box-left {
    border-left: 1px solid #eee;
}

.container-expenses {
    min-height: 176px;
}

.checkbox-map-renovation {
    display: inline !important;
    margin-left: -1px;
}

.legend-count {
    font-family: 'Poppins', sans-serif;
    color: #4D4D4D;
    text-align: right !important;
}

.legend-count>label {
    font-weight: 300;
}

.legend-count-with-values {
    font-family: 'Poppins', sans-serif;
    color: #4D4D4D;
    text-align: right !important;
}

.legend-count-with-values>label {
    font-weight: 300;
    margin-right: -1px;
}

.mid-box {
    min-height: 100px;
}

#divChartProductionByInsurer {
    border-radius: 10px;
    padding: 0 15px;
    position: relative;
    min-height: 200px;
    margin: 15px auto;
    width: 100%;
}

#tableLine {
    min-width: 160px !important;
    max-width: 170px !important;
    height: auto !important;
}

.div-pending-content {
    overflow-x: scroll;
}

div-pending-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
}

.div-pending-content::-webkit-scrollbar {
    width: 10px;
    background-color: #FFFFFF;
}


/*background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(255, 255, 255, .2)),
                       color-stop(.5, transparent), to(transparent));*/

.div-pending-content::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
}

.div-pending-content::-webkit-scrollbar-thumb:hover {
    background-color: #BDBDBD;
}

.form-change-password {
    padding-bottom: 10px;
}

.card-change-password {
    background-color: #FFFFFF;
    padding: 12px 35px;
    border-radius: 2px;
    position: relative;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.card-segoo {
    background-color: #FFFFFF;
    padding: 0px 20px;
    border-radius: 2px;
    position: relative;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.card-segoo-sm {
    background-color: #FFFFFF;
    border-radius: 4px;
    position: relative;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

.card-normal {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    position: relative;
    outline: none;
}

.input-segoo {
    margin-top: -5px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px #ececec solid !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.input-segoo:focus {
    border-bottom: 2px #2196F3 solid !important;
}

.input-segoo-error {
    margin-top: -5px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px red solid !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.input-segoo-error:focus {
    border-bottom: 2px red solid !important;
}


/* .input-brokerage .input-segoo {
    border-bottom: 2px #2196F3 solid !important;
}

.input-producer .input-segoo {
    border-bottom: 2px #FF9900 solid !important;
} */

.input-brokerage .input-segoo {
    border-bottom: 0 !important;
}

.input-brokerage .form-control {
    padding-bottom: 0 !important;
}

.input-producer .input-segoo {
    border-bottom: 0 !important;
}

.input-producer .form-control {
    padding-bottom: 0 !important;
}


/* padding-top: 21px !important;
            padding-bottom: 23px !important; */

.input-workedCommissionAgency .input-segoo {
    border-bottom: 2px rgba(0, 0, 0, 0.6) solid !important;
}

.input-producerCommissionAgency .input-segoo {
    border-bottom: 2px #FF9900 solid !important;
}

.input-workedCommission .input-segoo {
    border-bottom: 2px rgba(0, 0, 0, 0.6) solid !important;
}

.input-discount .input-segoo {
    border-bottom: 2px #FA0700 solid !important;
}

.input-aggravation .input-segoo {
    border-bottom: 2px #33CC33 solid !important;
}

.label-error {
    color: #E75926;
    font-size: 11pt;
    margin-bottom: 10px;
}

.md-switch-thumb,
md-radio-button {
    margin: 12px !important;
}

.footer-contrataction {
    border-top: 1px solid #DDDDDD;
    cursor: pointer;
}

#m-top {
    margin-top: -10px;
}

.custom-font-2 {
    font-family: 'Poppins', sans-serif;
}

.custom-font-roboto {
    font-family: 'Poppins', sans-serif;
}

#m-top h2 {
    font-size: 2.125rem;
    line-height: 4.063rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
}

.package-feature {
    list-style-type: none;
}


/* Usado para exibir o hearder de alert para quando rolar o scroll */


/*.on-scroll .header-segoo {
    position: fixed;
    z-index: 1000000;
}*/

.header-segoo {
    top: 0;
    width: 100%;
    position: relative;
}


/* margin: 10px 20px 10px 20px; */


/*     position: fixed; */

.header-segoo ul {
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #81D4FA;
    z-index: 10000;
    margin-bottom: 0 !important;
}

.header-segoo>ul>span {
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: 500;
}

.header-segoo>ul>a {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12pt;
    text-decoration: underline;
}

#small-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 3px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}

.badge-free-test {
    margin-top: 20px;
    padding-bottom: 9px;
    padding-top: 9px;
    color: #FFF;
    font-weight: 600;
    font-size: 12pt;
    background-color: #FF9E17;
}


/* border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; */

#small-chat>button {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    background-color: #7BB0A6;
    color: white;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

#small-chat>button:hover {
    background-color: #6C8784;
    color: white;
}

#small-chat>button:FOCUS {
    outline: none;
}

#small-chat>button>i {
    margin-left: -2px;
}

.nradio {
    position: relative !important;
    vertical-align: middle !important;
    margin-top: auto !important;
    width: auto !important;
    border: 0
}

.text-legend>strong {
    font-size: 11pt;
    font-family: 'Poppins', sans-serif;
}

.panel-heading>strong {
    font-size: 12pt;
}

#divObservation {
    width: 100%;
    text-align: left;
}

.form-inline .input-segoo {
    margin-top: -18px;
    border-bottom-width: 0px;
    padding-bottom: 0px;
    height: 28px;
    margin-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.search-input .input-group-btn .div-search {
    border: 0;
    margin-left: -10px;
    background: transparent;
}

.field-observation-view {
    border: 1px solid #ccc !important;
    padding: 10px;
}

#accordionSegoo>div {
    margin-bottom: 2px !important;
}

.commissions-slider .input-commission {
    padding-right: 5px !important
}

.commissions-slider .slider-commission {
    margin-top: -14px;
    padding-left: 5px !important;
}

.commissions-slider .md-slider {
    height: 0px;
}

.style-form-policy .panel-heading {
    border-bottom: 0 !important;
}


/* .style-form-policy .panel-default {
                border-color: transparent !important;
} */

.style-form-policy .panel-default {
    border-color: transparent !important;
}

.style-form-policy md-tabs[md-border-bottom] md-tabs-wrapper {
    border-style: hidden !important;
}

.label-title-form {
    border-bottom: 0;
    font-size: 10pt;
    font-weight: 400;
}

.rzslider .rz-bar {
    margin-top: -5px !important;
}

.custom-slider.rzslider .rz-pointer {
    top: -13px;
    width: 20px;
    height: 20px;
    outline: none;
}

.custom-slider.rzslider .rz-pointer:after {
    position: absolute;
    top: 7.3px;
    left: 7px;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 4px;
    content: '';
    outline: none;
}

.div-resume-label-tittle {
    font-weight: bold;
    margin-top: 15px;
}

.content-login {
    padding: 5px 0px;
    margin-top: 10px;
}

.content-login .h1Login {
    color: rgba(0, 0, 0, 0.5) !important;
}

.forgot-password {
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.forgot-password:hover {
    color: #3078ff;
    text-decoration: underline;
}


/*

    background-color: rgba(82, 140, 203, 0.8) !important;
*/

.remove-wrapper {
    margin-left: 0px !important;
}

.background-login {
    height: 100%;
    width: 100%;
    /* background-image: url("../img/login/login-bg.gif") !important; */
    background: no-repeat left;
    background-size: cover;
    background-color: #fff !important;
}


/*  filter: blur(5px);*/

.rzslider .rz-bubble {
    font-size: 10pt;
    bottom: -29px !important;
}

.rzslider {
    margin-top: 10px !important;
}

.rzslider .rz-bubble.rz-limit {
    display: none !important;
}

.sessions-policyform {
    margin-bottom: 10px;
}

.sessions-policyform>p,
.sessions-policyform>span {
    font-weight: 300;
    font-size: 13pt;
    margin: 0 !important;
}

.sessions-policyform #changeVigency {
    font-size: 13pt;
}

.text-resume-policyform {
    font-size: 11pt;
    font-weight: 300;
    margin-top: 8px
}

.modal-content {
    border-radius: 0 !important;
}

.modal-header {
    border-bottom: 0 !important;
}

.modal-footer {
    border-top: 0 !important;
}

.btn-warning {
    background-color: #FF9900;
    border: 0 !important;
}

.btn-primary {
    background-color: #54ACD2;
    border: 0 !important;
}

.content-new-account {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 9px;
}

.format-img-logo-login {
    height: 85px;
    width: auto;
}

.format-img-logo-block {
    height: 60px;
    width: auto;
}

.low-commission .md-default-theme {
    background-color: transparent !important;
}

.card-segoo-sm md-radio-button {
    display: inline !important;
}

.head-card-wayCommissioning {
    min-height: 48px;
    padding-top: 12px;
    width: 100%;
    background-color: #FF9900;
}

.head-card-calcullation {
    min-height: 48px;
    padding-top: 12px;
    width: 100%;
    background-color: #2CC990;
}

.font-head-modal-wayCommissioning {
    margin-left: 20px;
    color: #FFFFFF;
    font-size: 13pt;
}

.font-head-card-reports {
    margin-left: 10px;
    font-size: 12pt;
    padding-top: 10px;
}

.content-selection-security-type {
    margin-top: 15px;
}

.head-card-wayCommissioning-discounts {
    min-height: 48px;
    padding-top: 12px;
    width: 100%;
    background-color: #33A8FF;
}

md-toast {
    z-index: 10000 !important;
}

.custom-radios md-radio-button {
    margin: 0 !important;
}

.label-legend-commission-30 {
    font-style: italic;
    font-weight: 600;
    vertical-align: text-top;
}

.md-tab.md-active {
    background-color: #FFFFFF !important;
    color: #000 !important;
    font-weight: 500;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
}

.md-tab.md-active md-icon {
    color: #000 !important;
}

.low-commission md-tabs {
    margin-top: -1px !important;
}

.md-tab {
    background-color: #F6F7F2;
    color: #000 !important;
    /*margin-left:5px !important;*/
    border-top: solid 1px #DDDDDD !important;
    border-right: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
}

.md-tab md-icon {
    color: #000 !important;
}

.legend-comissions>span {
    font-size: 10pt !important;
}

.rzslider .rz-bar-wrapper {
    z-index: 0 !important;
}

.span-checkbox-cancellation {
    font-size: 13pt;
}

.btn-segoo-custom-1 {
    background-color: #F7D00D !important;
}

.btn-segoo-reimport {
    background-color: #EBEBEB;
    padding: 4px 10px;
    color: #737373;
    font-size: 10pt;
    cursor: pointer;
    font-weight: 400;
}

.btn-segoo-reimport:hover {
    background-color: #FFFFFF;
}

.tooltip>.tooltip-inner {
    background-color: #3F4352;
    color: #FFFFFF;
    border: 1px solid #3F4352;
    padding: 10px;
    font-size: 11pt;
    font-weight: 400;
    max-width: none;
    white-space: nowrap; /* Ô pulo do gato pra porra do tooltip não fuder a posição */
    word-break: break-all;
}


/* Tooltip on top */

.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #3F4352;
}


/* Tooltip on bottom */

.tooltip.bottom>.tooltip-arrow {
    border-bottom: 5px solid #3F4352;
}


/* Tooltip on left */

.tooltip.left>.tooltip-arrow {
    border-left: 5px solid #3F4352;
}


/* Tooltip on right */

.tooltip.right>.tooltip-arrow {
    border-right: 5px solid #3F4352;
}

/************* TOOLTIP **************/

.err-space {
    padding-bottom: 10px;
}

#accordionSegoo .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px !important;
    padding-left: 5px !important;
    ;
}

.btn-padding-transparent {
    background-color: transparent !important;
    padding: 1px 1px;
}

.btn-padding-warning {
    padding: 3px 7px;
    background-color: transparent !important;
}

.remove-click-effect {
    outline: none !important;
}


/*border-bottom: 1px solid #ddd;*/

.session-report .panel-default {
    border-color: transparent;
}

.session-report .panel-group .panel {
    border-radius: 0 !important;
}

.session-report .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0 !important;
}

.segoo-hr-2 {
    border-bottom: 1px solid #FAFAFA;
    margin-bottom: -10px;
}


/*border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/

.card-production {
    color: #FFFFFF !important;
    background-color: #34515e;
    border-left: 6px solid #34515e;
    border-right: 6px solid #34515e;
    border-radius: 5px;
    border-top: 1px solid #34515e;
    border-bottom: 1px solid #34515e;
}

.card-return {
    color: #FFFFFF !important;
    background-color: #FF770B;
    border-left: 6px solid #FF770B;
    border-right: 6px solid #FF770B;
    border-radius: 5px;
    border-top: 1px solid #FF770B;
    border-bottom: 1px solid #FF770B;
}

.card-cancellation {
    color: #FFFFFF !important;
    background-color: #FF520F;
    border-left: 6px solid #FF520F;
    border-right: 6px solid #FF520F;
    border-radius: 5px;
    border-top: 1px solid #FF520F;
    border-bottom: 1px solid #FF520F;
}

.card-result {
    color: #FFFFFF !important;
    background-color: #16A086;
    border-left: 6px solid #16A086;
    border-right: 6px solid #16A086;
    border-radius: 5px;
    border-top: 1px solid #16A086;
    border-bottom: 1px solid #16A086;
}

.card-financial-consolidation {
    border-left: 1px solid #D6DAC2;
    border-right: 1px solid #D6DAC2;
    border-radius: 5px;
    border-top: 1px solid #D6DAC2;
    border-bottom: 1px solid #D6DAC2;
}

.card-financial-consolidation .text-justify .text-right .align-values-overall>strong {
    font-size: 10pt;
    font-weight: 300;
}

.card-financial-consolidation .text-justify .text-right .align-values-overall>label {
    font-size: 17pt;
    font-weight: 300;
}


/* Classes do layout Segoo 2.0 */


/* Login- register pages */

.login-register {
    background: url(../plugins/images/login-register.jpg) no-repeat center center/cover !important;
    height: 100%;
    position: fixed;
}

.login-box {
    background: #ffffff;
    width: 400px;
    margin: 0 auto;
    margin-top: 10%;
}

.login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px;
}

.login-box .social {
    display: block;
    margin-bottom: 30px;
}


/*Login sidebar*/

.login-sidebar {
    /* position: absolute; */
    right: 0px;
    margin-top: 0px;
    height: 100%;
}

.white-box {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 15px;
}

.white-box .box-title {
    margin: 0px 0px 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.db {
    display: block;
}

.t-a-c {
    text-align: center !important;
}

.form-horizontal .form-group {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 25px;
}


/*Material inputs*/

.form-material .form-group {
    overflow: hidden;
}

.form-material .form-control {
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom, center calc(99%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: linear-gradient(#ff5900, #ff5900), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
}

.form-material .form-control.focus,
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    transition-duration: 0.3s;
}

.form-bordered .form-group {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    padding-bottom: 20px;
}

.btn {
    border-radius: 0px;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #e4e7ea;
    border-radius: 0px;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2b2b2b;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 44px;
    padding: 5px 10px;
    font-size: 18px;
}

.t-a-r {
    text-align: right !important;
}

.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-13 {
    padding: 13px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.m-0 {
    margin: 0px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-150 {
    margin-left: 150px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-160-n {
    margin-right: -160px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-8 {
    margin-top: 8px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-15-n {
    margin-top: -15px !important;
}

.m-t-140 {
    margin-top: 140px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-t-10-n {
    margin-top: -10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.vt {
    vertical-align: top;
}

.vb {
    vertical-align: bottom;
}

.font-bold {
    font-weight: 700;
}

.font-normal {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}

.b-0 {
    border: none !important;
}

.vertical-middle {
    vertical-align: middle;
}


/********** Text colors **********/

.text-default {
    color: #DED8D3;
}

.background-default {
    background-color: #DED8D3;
}

.text-white {
    color: #ffffff;
}

.text-danger {
    color: #fb9678;
}

.text-muted {
    color: #8d9ea7;
}

.text-warning {
    color: #fec107;
}

.text-success {
    color: #00c292;
}

.text-info {
    color: #03a9f3 !important;
}

.text-inverse {
    color: #4c5667;
}

.text-blue {
    color: #02bec9;
}

.text-purple {
    color: #9675ce;
}

.text-primary {
    color: #ab8ce4;
}

.text-megna {
    color: #ff5900;
}

.text-dark {
    color: #686868 !important;
}

.text-orange {
    color: #FF7416;
}

.text-yellow-dark {
    color: #FEC606
}

.text-red {
    color: #ff0500 !important;
}


/*Coluns*/

.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}


/*Buttons*/

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-rounded {
    border-radius: 60px;
}

.btn-custom,
.btn-custom.disabled {
    background: #ff5900;
    color: #ffffff;
}

.btn-custom:hover,
.btn-custom.disabled:hover,
.btn-custom:focus,
.btn-custom.disabled:focus,
.btn-custom.focus,
.btn-custom.disabled.focus {
    background: #ff5900;
    opacity: 0.8;
    color: #ffffff;
}

.btn-primary,
.btn-primary.disabled {
    background: #ff5900;
}

.btn-primary:hover,
.btn-primary.disabled:hover,
.btn-primary:focus,
.btn-primary.disabled:focus,
.btn-primary.focus,
.btn-primary.disabled.focus {
    background: #ff5900;
    opacity: 0.8;
}

.btn-success,
.btn-success.disabled {
    background: #00c292;
}

.btn-success:hover,
.btn-success.disabled:hover,
.btn-success:focus,
.btn-success.disabled:focus,
.btn-success.focus,
.btn-success.disabled.focus {
    background: #00c292;
    opacity: 0.8;
    text-decoration: none;
}

.btn-info,
.btn-info.disabled {
    background: #2e3d4d;
}

.btn-info:hover,
.btn-info.disabled:hover,
.btn-info:focus,
.btn-info.disabled:focus,
.btn-info.focus,
.btn-info.disabled.focus {
    background: #2e3d4d;
    opacity: 0.8;
}

.btn-warning,
.btn-warning.disabled {
    background: #fec107;
}

.btn-warning:hover,
.btn-warning.disabled:hover,
.btn-warning:focus,
.btn-warning.disabled:focus,
.btn-warning.focus,
.btn-warning.disabled.focus {
    background: #fec107;
    opacity: 0.8;
}

.btn-danger,
.btn-danger.disabled {
    background: #fb9678;
    border: 1px solid #fb9678;
}

.btn-danger:hover,
.btn-danger.disabled:hover,
.btn-danger:focus,
.btn-danger.disabled:focus,
.btn-danger.focus,
.btn-danger.disabled.focus {
    background: #fb9678;
    opacity: 0.8;
}

.btn-default,
.btn-default.disabled {
    background: #e4e7ea;
}

.btn-default:hover,
.btn-default.disabled:hover,
.btn-default:focus,
.btn-default.disabled:focus,
.btn-default.focus,
.btn-default.disabled.focus {
    opacity: 0.8;
    background: #e4e7ea;
}

.btn-default.btn-outline {
    background-color: #ffffff;
}

.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline.focus {
    background: #e4e7ea;
}

.btn-primary.btn-outline {
    color: #ab8ce4;
    background-color: #ffffff;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline.focus {
    background: #ab8ce4;
    color: #ffffff;
}

.btn-success.btn-outline {
    color: #00c292;
    background-color: transparent;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline.focus {
    background: #00c292;
    color: #ffffff;
}

.btn-info.btn-outline {
    color: #03a9f3;
    background-color: transparent;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline.focus {
    background: #03a9f3;
    color: #ffffff;
}

.btn-warning.btn-outline {
    color: #fec107;
    background-color: transparent;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline.focus {
    background: #fec107;
    color: #ffffff;
}

.btn-danger.btn-outline {
    color: #fb9678;
    background-color: transparent;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline.focus {
    background: #fb9678;
    color: #ffffff;
}

.button-box .btn {
    margin: 0 8px 8px 0px;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: white;
}

.btn-label {
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: -6px 12px -6px -14px;
    padding: 7px 15px;
}

.btn-facebook {
    color: #ffffff !important;
    background-color: #3b5998 !important;
}

.btn-twitter {
    color: #ffffff !important;
    background-color: #55acee !important;
}

.btn-linkedin {
    color: #ffffff !important;
    background-color: #007bb6 !important;
}

.btn-dribbble {
    color: #ffffff !important;
    background-color: #ea4c89 !important;
}

.btn-googleplus {
    color: #ffffff !important;
    background-color: #dd4b39 !important;
}

.btn-instagram {
    color: #ffffff !important;
    background-color: #3f729b !important;
}

.btn-pinterest {
    color: #ffffff !important;
    background-color: #cb2027 !important;
}

.btn-pinterest:hover {
    background-color: #9c2026 !important;
}

.btn-dropbox {
    color: #ffffff !important;
    background-color: #007ee5 !important;
}

.btn-flickr {
    color: #ffffff !important;
    background-color: #ff0084 !important;
}

.btn-flickr:hover {
    background-color: #c00060 !important;
}

.btn-tumblr {
    color: #ffffff !important;
    background-color: #32506d !important;
}

.btn-skype {
    color: #ffffff !important;
    background-color: #00aff0 !important;
}

.btn-youtube {
    color: #ffffff !important;
    background-color: #bb0000 !important;
}

.btn-github {
    color: #ffffff !important;
    background-color: #171515 !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #ab8ce4;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
    background-color: #00c292;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
    background-color: #03a9f3;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
    background-color: #fec107;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
    background-color: #fb9678;
}

.btn-inverse,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.dropdown-toggle.btn-inverse {
    background-color: #4c5667;
    color: #ffffff;
}

#recoverform {
    display: none;
}


/**********Wave Effeects**********/

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

.img-circleCustom {
    height: 25px;
    margin-right: 10px;
    cursor: pointer;
}

.rpanel-body a:hover {
    color: #ff5900 !important;
    text-decoration: none;
}

.rpanel-body a i:hover {
    color: #ff5900 !important;
}


/*Right sidebar*/

.navbar-top-links>li.right-side-toggle a:focus {
    background: #4F5467;
}

.right-sidebar {
    position: fixed;
    right: -240px;
    width: 240px;
    display: none;
    z-index: 1000;
    background: #ffffff;
    top: 0px;
    height: 100%;
    box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.right-sidebar .rpanel-title {
    display: block;
    padding: 21px;
    color: #3F3F3F;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #D1D5D8 !important;
}

.right-sidebar .rpanel-title span {
    float: right;
    cursor: pointer;
    font-size: 11px;
}

.right-sidebar .rpanel-title span:hover {
    color: #2b2b2b;
}

.right-sidebar .r-panel-body {
    padding: 20px;
}

.right-sidebar .r-panel-body ul {
    margin: 0px;
    padding: 0px;
}

.right-sidebar .r-panel-body ul li {
    list-style: none;
    padding: 5px 0;
}

.right-sidebar .r-panel-body ul li a {
    color: #2b2b2b !important;
}

.right-sidebar .r-panel-body ul li a:hover {
    color: #ff5900 !important;
}

.right-sidebar .r-panel-body ul li a i {
    font-size: 16px;
    width: 25px;
    text-align: center;
}

.shw-rside {
    right: 0px;
    width: 240px;
    display: block;
}

.img-avatar-user-view {
    height: 120px;
}

.img-avatar-user-search {
    height: 25px;
}

.img-avatar-user-form {
    margin-top: 15px;
    height: 80px;
    margin-bottom: 10px;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
}

.img-avatar-user-form:HOVER {
    background: #FC6042 !important;
}

.img-avatar-user-form-selected {
    background: #FC6042 !important;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(252, 97, 66, 1);
    -moz-box-shadow: 0px 0px 25px 5px rgba(252, 97, 66, 1);
    box-shadow: 0px 0px 25px 5px rgba(252, 97, 66, 1);
    position: relative;
}

.img-avatar-user-tpl {
    height: 40px;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
}

.img-avatar-user-tpl:HOVER {
    background: #FC6042 !important;
}

.container-avatar {
    max-height: 438px;
    overflow-y: scroll;
}

.input-segoo-2 {
    height: 30px !important;
    margin-top: -5px;
    border-top: 2px #83D6DE solid !important;
    border-left: 2px #83D6DE solid !important;
    border-right: 2px #83D6DE solid !important;
    border-bottom: 2px #83D6DE solid !important;
    border-radius: 5px !important;
}


/*background-color: #FFFFFF !important;*/

.input-segoo-2:HOVER {
    box-shadow: 0 0px 8px 0px #83D6DE;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #BBB7A4;
    border-color: #BBB7A4;
}

.btn-grid {
    height: 40px !important;
    background-color: #D2D7D3;
    border-radius: 15px;
    color: #60646D;
    font-weight: 600;
    border: 1px solid #60646D;
}

.btn-grid:hover {
    background-color: #FF5900;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    border: 0;
}

.btn-grid .label-btn-grid {
    margin-top: 10px;
    font-size: 11pt;
}

.tr-button-grid>td {
    background: #FFFFFF;
}

.property-modal .img-property-modal>img {
    height: 80px;
}

.property-modal .img-property-modal:hover {
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    outline: none !important;
}

.property-modal .img-property-modal .span-property-modal {
    margin-top: 15px;
    margin-bottom: 30px;
}

.property-modal-sm .img-property-modal>img {
    height: 40px;
}

.property-modal-sm .img-property-modal:hover {
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    outline: none !important;
}

.property-modal-sm .img-property-modal .span-property-modal {
    margin-top: 5px;
    margin-bottom: 30px;
}

.select-parcel-control .md-select-label {
    padding-top: 3px;
    width: 170px;
}

.bg-title h4 {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-top: 6px;
}

.bg-title .breadcrumb {
    background: none;
    margin-bottom: 0px;
    float: right;
    padding: 0;
    margin-top: 8px;
}

.bg-title .breadcrumb a {
    color: rgba(0, 0, 0, 0.5);
}

.bg-title .breadcrumb a:hover {
    color: #000000;
}

.bg-title .breadcrumb .active {
    color: #ff5900;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    margin-left: 3px;
    -moz-box-shadow: 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px #ccc;
    box-shadow: 2px 2px #ccc;
}

.btn-circle.btn-sm {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font-size: 10px;
    padding: 0;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.page-title-custom {
    margin-left: -17px;
    margin-right: -16px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f9fafb;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
}

.page-title-custom h4 {
    margin-top: 23px;
    font-weight: bolder;
    margin-left: 10px;
}

.page-title-custom button {
    margin-top: 19px;
}

.page-title-custom a {
    margin-top: 19px;
}

.btn-rounded {
    border-radius: 60px;
    padding-left: 20px;
    padding-right: 25px;
    margin-bottom: 8px;
}


/* Card todas as páginas*/

.row-margin {
    margin-right: -16px;
    margin-left: -15px;
    margin-top: 8px;
}

.row-margin-tab {
    margin-right: -6px;
    margin-left: -6px;
    margin-top: 8px;
}

.rowCard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -15px;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.cardCustom {
    padding-top: 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.card .body {
    font-size: 14px;
    color: #444;
    padding: 15px;
    font-weight: 400;
}

.body span {
    font-size: 12px;
}

.body h4 {
    font-weight: bolder;
    font-size: 14px;
}

.align-center,
.profile_state li,
.social_media_table .list-icon,
.new_friend_list li {
    text-align: center;
}


/*div.card {*/


/*position: relative;*/


/*display: -webkit-box;*/


/*display: -webkit-flex;*/


/*display: -ms-flexbox;*/


/*display: flex;*/


/*-webkit-box-orient: vertical;*/


/*-webkit-box-direction: normal;*/


/*-webkit-flex-direction: column;*/


/*-ms-flex-direction: column;*/


/*flex-direction: column;*/


/*background-color: #fff;*/


/*border: 1px solid rgba(0, 0, 0, .125);*/


/*}*/

.profile_state li i {
    font-size: 25px;
}

.col-amber {
    color: #FFC107 !important;
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Card todas as páginas*/

.m-top-5 {
    margin-top: 5px;
}

.m-top-8 {
    margin-top: 8px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top--4 {
    margin-top: -4px;
}

.m-top-clear-row {
    clear: both;
    margin-top: -20px !important;
}

.p-size-11 {
    font-size: 10px;
}


/* Select with checkbox */

.selectBox {
    position: relative;
}


/*.selectBox select {
  width: 100%;
}*/

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
    padding: 10px;
}


/* Select with checkbox */

.circle {
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.progress-upload {
    height: 7px;
    overflow: hidden;
    background-color: #EBF2F6;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar .progress-content>span {
    font-size: 8pt;
}

.progress-content {
    margin-top: 3px;
}

.btn-circle-segoo {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 50% !important;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

#menuCofiguration {
    background-color: #fff;
}

#menuCofiguration>li:hover {
    background-color: #e0e0e0;
}

.r-panel-body {
    padding: 0 !important;
    margin-top: 15px;
}

.r-panel-body ul li {
    padding: 10px 10px 10px 25px !important;
}

.r-panel-body ul li:HOVER {
    padding: 10px 10px 10px 25px !important;
    background-color: #f1f2f6;
}

.r-panel-body ul li a {
    text-decoration: none;
    outline: 0;
}

.btn-undoCancell {
    background-color: #b416b4;
    border: #b416b4;
}


/*td > .btn {*/


/*padding: 0 !important;*/


/*}*/

tbody>tr>td {
    padding: 13px 5px !important;
}

.btn-padding-transparent {
    outline: 0 !important;
    background-color: transparent !important;
}

.bottom-action-buttons-modal-quick-registration {
    margin-top: 30px;
    margin-bottom: 80px;
}

.border-separation {
    border-left: 1px solid #d2d1cf;
}

.no-outline {
    outline: 0 !important;
}

.style-clickable {
    cursor: pointer;
}

.alert-notification-component {
    width: 42px;
}

.alert-notification-component ul.alert-box {
    width: 450px;
    max-width: 450px;
}

#navbar .dropdown-menu li a {
    padding-top: 10px;
}

#navbar .dropdown-menu li.alert-title {
    padding: 0;
}

#navbar .dropdown-menu li.alert-title:hover {
    padding: 0;
    background-color: white;
}

#navbar .dropdown-menu li.alert-title a {
    padding-top: 10px;
    text-decoration: none;
    cursor: default;
}

#navbar .dropdown-menu li.alert-title div a {
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    height: 48px;
}

.left-menu-icons>a {
    display: inline-block;
}

.content-notification div.notify {
    position: relative;
    margin-top: -25px;
}

.content-notification div.notify span.heartbeat {
    position: absolute;
    top: -3px;
    right: -13px;
    height: 25px;
    width: 25px;
    border: 5px solid #fb9678;
    border-radius: 70px;
    -moz-animation: heartbeat 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbeat 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbeat 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation: heartbeat 1s ease-out;
    animation-iteration-count: infinite;
}

.content-notification div.notify span.point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fb9678;
    position: absolute;
    right: -3px;
    top: 7px;
}

@-moz-keyframes heartbeat {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.notification-tabs {
    height: 66px;
    padding: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #FF7A32 !important;
}

.movement-table>tr>td {
    font-weight: 300 !important;
    font-size: 9pt !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle !important;
}

.badge-red {
    background-color: #FD5B03 !important;
    border: 1px solid #FD5B03 !important;
    border-radius: 5px;
}

.badge-blue {
    background-color: #72c1c9 !important;
    border: 1px solid #72c1c9 !important;
    border-radius: 5px;
    padding: 0 3px 0 3px;
    color: #fff;
    font-weight: 500;
}

.badge-green {
    background-color: #4CD4B0 !important;
    border: 1px solid #4CD4B0 !important;
    border-radius: 5px;
}

.badge-orange {
    background-color: #FF7A32 !important;
    border: 1px solid #FF7A32 !important;
    border-radius: 5px;
}

.badge-grey-dark {
    background-color: #706F77 !important;
    border: 1px solid #706F77 !important;
    border-radius: 5px;
}

.color-red {
    color: #FD5B03 !important;
    font-weight: 600 !important;
    border: 1px solid #FD5B03 !important;
}

.color-blue {
    color: #83D6DE !important;
    font-weight: 600 !important;
    border: 1px solid #83D6DE !important;
}

.color-blue-front {
    color: #83D6DE !important;
}

.color-green {
    color: #4CD4B0 !important;
    font-weight: 600 !important;
    border: 1px solid #4CD4B0 !important;
}

.color-green-font {
    color: #4CD4B0 !important;
}

.color-orange {
    color: #FF7A32 !important;
    font-weight: 600 !important;
    border: 1px solid #FF7A32 !important;
}

.color-orange-font {
    color: #FF7A32 !important;
}

.color-grey-dark {
    color: #706F77 !important;
    font-weight: 600 !important;
    border: 1px solid #706F77 !important;
}

.min-width-extract-span-status {
    padding-left: 8px;
    padding-right: 8px;
}

.position-button-input {
    margin-top: -5px;
}

.label-input-segoo {
    margin-bottom: 10px;
}

.inputs-customer .col-md-4 {
    margin-bottom: 10px !important;
}

.container-title-modal {
    padding: 10px 10px 18px 0 !important;
}

.container-title-modal>span {
    font-size: 13pt;
    font-weight: 300;
}

.content-scroll-modal-extract-details {
    padding-top: 0;
    max-height: 400px;
    overflow-y: scroll;
}

.text-bold {
    font-weight: 600 !important;
}

.f-s-12 {
    font-size: 12pt;
}

.f-s-20 {
    font-size: 20pt;
}

.f-s-18 {
    font-size: 18pt;
}

.f-s-16 {
    font-size: 16pt;
}

.f-s-14 {
    font-size: 14pt;
}

.f-s-12 {
    font-size: 12pt;
}

.badge-pdf-download {
    background-color: #19c9de;
    color: #FFFFFF;
    border-radius: 5px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 600;
    margin-right: 15px;
}

.badge-pdf-remove {
    background-color: #E26E67;
    color: #FFFFFF;
    border-radius: 5px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 600;
    margin-right: 15px;
}

.badge-pdf-download:HOVER {
    background-color: #1892a7;
    cursor: pointer;
}

.badge-pdf-remove:HOVER {
    background-color: #c44c37;
    cursor: pointer;
}

.badge-suggestion {
    background-color: #4CD4B0;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 3px;
    font-weight: 600 !important;
}

.session-alert-consumption {
    padding-top: 13px;
    padding-bottom: 12px;
    z-index: 10000;
    margin-left: 0px;
    position: relative !important;
    margin-bottom: 0 !important
}

.session-alert-consumption>div>span {
    font-size: 10pt !important;
}

.session-alert-consumption>div>a {
    color: #FFFFFF;
    font-size: 10pt;
    font-style: italic;
}

.consumption-block {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    border: solid 2px #000000 !important;
    font-weight: 600;
    z-index: 1000000 !important;
}

.consumption-danger {
    background-color: #DD2C00 !important;
    color: #FFFFFF !important;
    border: solid 2px #DD2C00 !important;
    font-weight: 600;
    z-index: 1000000 !important;
}

.consumption-warning {
    background-color: #FF5900 !important;
    color: #FFFFFF !important;
    border: solid 2px #FF5900 !important;
    font-weight: 600;
    z-index: 1000000 !important;
}

.consumption-info {
    background-color: #81D4FA !important;
    color: #FFFFFF !important;
    border: solid 2px #81D4FA !important;
    font-weight: 600;
    z-index: 1000000 !important;
}

#consumptionContainer {
    margin-top: 0px;
}

.f-s-10 {
    font-size: 14pt !important;
}

.badge-beta {
    height: auto;
    width: 40px;
    border: 1px solid #4DB6AC;
    border-radius: 3px;
    font-size: 8pt;
    font-weight: 600;
    margin-top: -25px;
    margin-right: 8px;
    padding: 0 5px 0 5px;
    background-color: #4DB6AC;
    color: #FFFFFF;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

.badge-beta:HOVER {
    color: #4DB6AC;
    background-color: #ffffff;
    animation: none;
}


/*
 -ms-transform: rotate(40deg); IE 9
-webkit-transform: rotate(40deg); Safari
transform: rotate(40deg);
 */

.badge-coming-soon {
    height: auto;
    width: 40px;
    border: 1px solid #FF7A32;
    border-radius: 3px;
    font-size: 8pt;
    font-weight: 600;
    margin-top: -25px;
    margin-right: 8px;
    padding: 0 5px 0 5px;
    background-color: #FF7A32;
    color: #FFFFFF;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

.badge-coming-soon:HOVER {
    color: #FF7A32;
    background-color: #ffffff;
    animation: none;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.font-title-under-construction {
    font-size: 17pt;
    font-weight: 300 !important;
}

@media ( min-width :992px) {
    .modal-lg {
        width: 1000px !important;
    }
}

.logo-insurer {
    height: 70px !important;
    padding: 7px;
    cursor: pointer;
}

.logo-insurer:hover {
    border-bottom: 2px solid #FF7A32;
}

.title-pt-12 {
    font-size: 12pt;
    font-weight: 300;
}

.title-pt-10 {
    font-size: 10pt;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.legend-receivables {
    background-color: #9E9E9E;
    color: #FFF;
    border-radius: 3px;
    padding: 3px 10px 3px 10px;
    width: 50%;
}

#btnNotFoundReceivable:hover {
    border: 1px solid #FD5B03;
    background-color: #FD5B03;
    color: #FFFFFF !important;
    cursor: pointer;
}

#btnNoAppliedReceivable:hover {
    border: 1px solid #FF7A32;
    background-color: #FF7A32;
    color: #FFFFFF !important;
    cursor: pointer;
}

.modal .modal-sm {
    top: 25%;
}

*:focus {
    outline: 0 !important;
}


/*opacity: .6 !important;*/


/*.block-ui-overlay {*/


/*background-color: #ffffff !important;*/


/*}*/

.block-ui-message {
    background-color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 400 !important;
}

.hover-image-label:hover {
    font-weight: 500 !important;
}

.row-insurer-policy {
    background-color: #FFFFFF;
    padding: 10px 0;
}

.content-insurer-logos {
    display: inline-block;
}


/*
transition: transform .2s;
transform: scale(1.5);
*/

.logo-insurer-sm:hover {
    border-bottom: 2px solid #FF7A32;
    height: 55px !important;
}

#dock ul {
    padding: 0 0 0 16px !important;
}

#dock li {
    list-style-type: none;
}

#dock li img {
    height: 40px !important;
    cursor: pointer;
    -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent),
    color-stop(0.7, transparent), to(rgba(255, 255, 255, .5)));
    /* reflection is supported by webkit only */
    -webkit-transition: all 0.3s;
    -webkit-transform-origin: 50% 100%;
}


/* margin: 0 2em; */

#dock li:hover img {
    -webkit-transform: scale(1.5);
}

.span-upload {
    color: #009688;
    font-weight: 600;
}

.filter-content select {
    font-weight: 300 !important;
    margin-right: 10px;
    font-size: 10pt;
    font-family:"Poppins", serif;
}

.filter-content select option {
    font-weight: 400 !important;
    font-size: 10pt;
    font-family:"Poppins", serif;
}

.expand-option {
    cursor: pointer;
}

.w-300 {
    width: 270px;
}

.new-brokerage-container {
    background-image: url('../img/others/background-register-006.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    width: 100%;
    height:100%;
}

.segoo-logo-login {
    height: 60px ;
    margin-top: 10px;
    margin-bottom: 20px;
}

.input-link-quotation {
    border: 0;
}

.panel {
    margin-bottom: 20px;
    border: 0;
}

.align-in-navbar {
    margin-top: 10px;
    margin-right: -5px;
}

.alert-content {
    display: flex;
    align-items: center;
}

.alert-content .ntf-type {
    width: 23%;
}

.alert-content .ntf-type .ntf-message {
    background-color: #00aff0;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.alert-content .ntf-type .ntf-alert {
    background-color: #FF7416;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.alert-content .ntf-type .ntf-release-notes {
    background-color: #42D674;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.alert-content .ntf-data {
    width: 74%;
}

.alert-content .ntf-data >span {
    font-weight: 300;
}

.alert-content > h5 {
    font-weight: 500;
}
.alert-content > span {
    font-size: 9pt;
}

.btn-danger {
    background-color: #eb2f06 !important;
}

.btn-success {
    border: none;
    border-radius: 4px;
    box-shadow: 3px 4px 5px rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .165em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    white-space: nowrap;
}

.btn-success:hover {
    background-color: #17bb94 !important;
}

.btn-info {
    border: none;
    border-radius: 4px;
    box-shadow: 3px 4px 5px rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .165em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    white-space: nowrap;
}

.btn-warning {
    border: none;
    border-radius: 4px;
    box-shadow: 3px 4px 5px rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .165em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    white-space: nowrap;
}

.btn-danger {
    border: none;
    border-radius: 4px;
    box-shadow: 3px 4px 5px rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .165em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    white-space: nowrap;
}

.btn-primary {
    border: none;
    border-radius: 4px;
    box-shadow: 3px 4px 5px rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .165em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    white-space: nowrap;
}


.btn-default {
    border: none;
    border-radius: 4px;
    box-shadow: 3px 4px 5px rgba(0,0,0,.1);
    color: #7e8b91;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .165em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    white-space: nowrap;
}

.btn-upload {
    border: none;
    border-radius: 4px;
    box-shadow: 3px 4px 5px rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .165em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    white-space: nowrap;
}

.btn-upload:hover {
    background-color: #3e76e5 !important;
}

.btn-second {
    width: 100%;
    height: 100%;
    background-color: #1a5dff;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    box-shadow: 3px 4px 5px rgba(0,0,0,.1);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .165em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    white-space: nowrap;
}

.btn-flickr {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
    box-shadow: 3px 4px 5px rgba(0,0,0,.1);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .165em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    white-space: nowrap;
}

.btn-wine {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
    color:#fff;
    background-color:#cb2027;
    border-color:rgba(0,0,0,0.2);
    box-shadow: 3px 4px 5px rgba(0,0,0,.1);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .165em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: box-shadow .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    white-space: nowrap;
}

.btn-wine:hover {
    color:#fff;
    background-color:#a81a20;
    border-color:rgba(0,0,0,0.2);
}

.btn-second:hover {
    background-color: #1b53ca;
    color: #FFFFFF;
}

.btn-second:focus {
    color: #FFFFFF;
}

.icon-proposal {
    color: #19c9de;
}

.icon-active {
    color: #09cd51;
}

.icon-endorsed {
    color: #ff961a;
}

.icon-cancelled {
    color: #f41a0a;
}

.icon-expired {
    color: #787775;
}

.icon-proposal-w-mov {
    color: #2f8600;
}

.icon-proposal-unauthorized {
    color: #ff0500;
}

.icon-proposal-pending-approval {
    color: #ff6a0f;
}

.icon-policy {
    color: #1a5dff;
}

.icon-freeze-policy {
    color: #ff0084;
}

.icon-related-searches {
    color: #e5b256;
}

.btn-sm {
    min-width: 33px;
    text-align: center;
}

.right-sidebar-overlay {
    background-color: transparent;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 240px;
    top: 0;
    z-index: 1010;
}

.c-pointer {
    cursor: pointer;
}

.logo-brokerage {
    border-radius: 5px;
    object-fit: cover;
}

.divBoxMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
}

.divBoxMenu::-webkit-scrollbar {
    width: 10px;
    background-color: #FFFFFF;
}

.divBoxMenu::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
}

.divBoxMenu::-webkit-scrollbar-thumb:hover {
    background-color: #BDBDBD;
}

/*********************/

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #FFFFFF;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #FFFFFF;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.21);
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

.m-h-415 {
    min-height: 415px;
}

.table-hover>tbody>.sub-tr {
    background-color: transparent !important;
}

.table-hover>tbody>.sub-tr>td>i {
    color: rgba(0, 0, 0, 0.58);
}

.b-b-0 {
    border-bottom: 0 !important;
}

.separator-policy-action-buttons {
    color: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    font-weight: bold;
}

.panel-heading-contratacao{
	font-size: 12pt;
    font-weight: bold;
}

.li-properties-in-line {
    display: inline-block;
    width: 80px;
    min-height: 100px;
    vertical-align: bottom;
}

.pagination>.disabled>a:focus {
    color: #fff !important;
}

.w-s-n {
    white-space: nowrap;
}

.gray-scale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    outline: none !important;
}

.no-gray-scale {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    outline: none !important;
}

.add-overflow {
    background-color: transparent;
    overflow-y: auto;
    height: 360px;
}

.m-h-360 {
    min-height: 360px;
}

.d-n {
    display: none;
}

.d-b {
    display: block;
}

.interrogation-icon {
    cursor: pointer;
    color: #CE3E26;
}

.article-beneficiary-img {
    height: 190px;
}

#divChartGeneralVision {
    width: 96%;
    min-height: 200px;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 10px;
}


#divChartGeneralVision .doughnut-legend-icon {
    width: 12px !important;
    height: 12px !important;
    margin-top: 5px !important;
}

#divChartGeneralVision .doughnut-legend-text {
    font-size: 8pt !important;
}

#chartPieInsurer {
    min-height: 200px;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 10px;
}

.f-w-b {
    font-weight: bold;
}

.background-form-block-message {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 9px;
}

.style-tab ul li a {
    font-weight: 700;
}

.version-label > span {
    font-size: 10px;
    color: rgb(168, 168, 168);
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.version-label > img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Tasks */

.content-modal-task {
    background-color: rgb(246, 246, 246);
    border-radius: 5px;
}

.input-task-modal {
    border: 0;
    border-radius: 5px;
}

.input-task-modal:focus {
    border: 1px solid #b8b8b883;
}

.title-modal-task > div > div > span {
    font-size: 18px;
    font-weight: bold;
}

.title-modal-task > div > div > p {
    font-size: 12px;
    padding-left: 34px;
}

/* The container <div> - needed to position the dropdown content */
.list-card .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.list-card .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.list-card .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.list-card .dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.tag-task-modal {
    height: 15px;
    width: 100%;
    border: 0;
}

.tag-ticket-card {
    height: 15px;
    width: 20px;
    border: 0;
    border-bottom-right-radius: 85%;
}

.tag-high {
    background-color: #ff6b6b;
}

.tag-medium {
    background-color: #feca57;
}

.tag-low {
    background-color: #74b9ff;
}

.color-grey {
    color: #9e9e9e;
}

.ticket span {
    color: rgb(104, 102, 102);
    font-size: 12px;
}

.subtitle-board {
    margin-top: -11px;
    margin-left: 10px;
    font-size: 11px;
    color: rgb(92, 92, 92);
}

.if-edit, #iptNewCtg {
    display: none;
}

.selected-category-row {
    background-color: #E9EBEE;
    font-weight: bold !important;
    color: rgb(0, 129, 168);
}

.tag-lifelong {
    color: #009933;
    font-weight: bold;
}

.tag-agency {
    color: #b3a70c;
    font-weight: bold;
}

div#brokerageSignature,
div#brokerageConfiguration {
    display: none;
}

.container-activate-account {
    right: 50%;
    top: 40%;
    transform: translate(50%,50%);
    position: absolute;
}

.activate-account-loading > span {
    font-size: 42px;
}

.container-activate-account-response {
    width: 800px;
    padding: 20px 30px 20px 30px;
    right: 50%;
    top: 10%;
    transform: translate(50%,50%);
    position: absolute;
}

.activate-account-loading-response {
    width: auto;
    display: flex;
    align-items: center;
}

.container-activate-account-response > .success{
    margin-top: 10%;
}

.create-account a {
    color: rgb(97, 97, 97);
}

.create-account .title {
    color: rgb(68, 196, 161);
    font-weight: 600;
}

.create-account.error .title {
    color: #f29c1f;
}

.create-account a:hover {
    color: rgb(180, 177, 177);
}

.activate-account-loading-response > div {
    padding: 0 10px 0 10px;
}

.activate-account-loading-response div .title {
    font-size: 28px;
}

.activate-account-loading-response div .subtitle {
    font-size: 16px;
}

/* INDETERMINED LOADER */

.progress-line, .progress-line:before {
    height: 3px;
    width: 100%;
    margin: 0;
  }
  .progress-line {
    background-color: #b3d4fc;
    display: -webkit-flex;
    display: flex;
  }
  .progress-line:before {
    background-color: #3f51b5;
    content: '';
    -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  @-webkit-keyframes running-progress {
    0% { margin-left: 0px; margin-right: 100%; }
    50% { margin-left: 25%; margin-right: 0%; }
    100% { margin-left: 100%; margin-right: 0; }
  }
  @keyframes running-progress {
    0% { margin-left: 0px; margin-right: 100%; }
    50% { margin-left: 25%; margin-right: 0%; }
    100% { margin-left: 100%; margin-right: 0; }
  }

    /*  Password Recover */

.container-password-recover {
    top: 7%;
    right: 50%;
    transform: translate(50%,50%);
    position: absolute;
    padding: 20px 30px 20px 30px;
}

.image-segoo {
    position: absolute;
    transform: translate(50%,50%);
    right: 50%;
    top: 5%;
}

.image-segoo > img {
    
    height: 70px;
    margin: 0 auto;
}

.container-password-recover > .input {
    width: 400px;
    margin: 0 auto;
}

.container-password-recover > .input > form > label {
    color: rgb(92, 92, 92);
}

.container-password-recover > .input > form > button {
    margin-top: 23px;
}

div#customerArchives, div#customerProperties, div#customerProposals {
    display: none;
}

.item-property {
    padding: 5px 0;
}

.text-ellipsis {
    white-space: nowrap; 
    width: auto; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-prop-icon {
    height: 20px;
    margin-top: -10px;
    margin-right: 5px;
}

.container-list-proposals .content-list-proposals {
    display: flex; 
    align-items: center; 
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid; 
    margin: 15px 30px;
}

.thumbnail .icon-document {
    height: 50px;
}

.thumbnail .icon-document{
    height: 80px;
    width: auto;
    background: url('../img/others/Document.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle;
}

.chips-text {
    border-radius: 20px;
    color: #FFFFFF;
    padding: 3px 0;
    font-weight: 600;
}

.disabled-at-done {
    pointer-events:none;
}

.input-task-modal.disabled-at-done {
    background-color: rgb(212, 212, 212);
}

.content-metrics { 
    display: flex;
    text-align: center;
    margin: auto;
    width: 450px;
}

.circle-tasks-metrics {
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    padding-top: 4px;
    color: #FFF !important;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.42);
}

.circle-tasks-metrics > h1 {
    color: #FFF !important;
}

.calendar-task tbody>tr>td {
    padding: 3px !important;
}

.calendar-task .btn-group .btn-info {
    margin-right: 22px;
}

.mp-header-overall-values {
    min-height: 78.55px;
    display: flex !important;
    align-items: center;
}

.mp-total-labels strong {
    font-weight: 500;
    font-size: 14px;
}

.mp-total-labels span {
    font-size: 19px;
}

.circle-orange {
    height: 10px;
    width: 10px;
    background-color: #FF7A32;
    border-radius: 50%;
}

.mt-13-neg {
    margin-top: -13px;
}

.legend-returns {
    display: flex;
    align-items: center;
}

.label-cancel-account {
    font-size: 13px;
    font-weight: 300;
}

.border-cancel-account-container {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}

.padding-cancel-account-container {
    padding: 10px 0;
}

.padding-top-account-container-8 {
    padding-top: 8px;
}

.padding-top-account-container-20 {
    padding-top: 20px;
}

.border-bottom-account-container {
    border-bottom: 1px solid #d3d3d3;
}

.content-notification-cancel-account div.notify span.heartbeat {
    position: absolute;
    top: 4px;
    right: -12px;
    height: 25px;
    width: 25px;
    border: 5px solid #fb9678;
    border-radius: 70px;
    -moz-animation: heartbeat 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbeat 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbeat 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation: heartbeat 1s ease-out;
    animation-iteration-count: infinite;
}

.content-notification-cancel-account div.notify span.point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fb9678;
    position: absolute;
    right: -3px;
    top: 14px;
}

.content-notification-cancel-account div.notify {
    position: relative;
    float: left;
}

.custom-paddind-left-20 {
    padding-left: 20px;
}

.custom-paddind-left-5 {
    padding-left: 5px;
}

.white-box.box-production > #divChartProductionByInsurer {
    height: 22vh;
    width: 25vw;
}

.label-checkbox-movements {
    margin-left: 10px;
}

/* Esconder o checkbox padrão */
input.checkbox-movements[type="checkbox"] {
    display: none;
}

/* Estilo para o "falso" checkbox */
.custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

/* Estilo para o ícone quando o checkbox está marcado */
.custom-checkbox::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s;
}

/* Quando o checkbox está marcado */
input.checkbox-movements[type="checkbox"]:checked + .custom-checkbox {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

input.checkbox-movements[type="checkbox"]:checked + .custom-checkbox::after {
    background-color: white;
    opacity: 1;
}

.segoo-table-container {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

table.segoo-table-container-override {
    width: 100%;
    border-collapse: collapse;
}

thead.segoo-table-container-override, th.segoo-table-container-override {
    background-color: #f4f4f4;
    position: sticky;
    top: 0;
    z-index: 1;
}

tbody.segoo-table-container-override {
    display: block;
    max-height: 350px; /* Defina a altura do tbody */
    overflow-y: scroll; /* Habilita o scroll no tbody */
}

thead.segoo-table-container-override, tbody.segoo-table-container-override tr.segoo-table-container-override {
    display: table;
    width: 100%;
    height: 40px;
    table-layout: fixed; /* Assegura que a tabela mantenha a largura correta */
}

th.segoo-table-container-override, td.segoo-table-container-override {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.icon-time-inactivity, .icon-release-notes {
    text-align: center;
    margin: 0 0 15px 0;
}

.icon-time-inactivity > img {
    height: 100px;
}

.message-time-inactivity {
    text-align: center;
}

.icon-release-notes > img {
    height: 300px;
}

.release-notes.modal-body {
    overflow-y: visible;
}

.release-notes > .message-time-inactivity {
    margin-top: -35px;
}

md-progress-circular.md-default-theme.md-hue-3 .md-inner .md-left .md-half-circle {
    border-left-color: #113257 !important;
}

md-progress-circular.md-default-theme.md-hue-3 .md-inner .md-left .md-half-circle, md-progress-circular.md-default-theme.md-hue-3 .md-inner .md-right .md-half-circle {
    border-top-color: #f26b18 !important;
}

md-progress-circular.md-default-theme.md-hue-3 .md-inner .md-right .md-half-circle {
    border-right-color: #113257 !important;
}

.sweet-alert p {
    font-weight: 400 !important;
}

.font-bolder {
    font-weight: bolder;
}

@media ( min-width: 1500px) {
    .white-box.box-production > #divChartProductionByInsurer {
        height: 20.6vh;
        width: 22vw;
    }
}

@media ( min-width: 1700px) {
    .white-box.box-production > #divChartProductionByInsurer {
        height: 20.6vh;
        width: 18.8vw;
    }
}
