/*!
 * 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=Roboto:100,300,100italic,400,300italic,500,300,600,700');

@import url('https://fonts.googleapis.com/css?family=Poiret+One');

body {
    background-color: #f8f8f8;
    font-family: 'Roboto', sans-serif;
}

button:focus {outline:0 !important;}

.color-font {
	color: black !important;
	text-decoration: none !important;
}

.li-item-menu:focus {outline: 0 !important;}

.font-menu
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: -20px;
}

.font-menu:hover
{
	background-color: rgba(0,0,0,0.1);
}

.length-bar-left
{
	width: 200px !important;	
}

.dropdown-toggle:HOVER
{
	background-color: #1A237E !important;
}

.dropdown-toggle:VISITED
{
	background-color: #1A237E !important;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
    margin-top: 60px !important;
}

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

.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: 15px;
    min-height: 50px;
}

.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 20px;
    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;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

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

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

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

.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;
}

.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-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;
}

.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: #03a9f4;
    text-align: center;
    font-weight: bold;
}
.title{
	font-family:  "Segoe UI";
	font-size: 14pt;
}
.color_body{
	background-color:#4d7d99;
}

.body_grey 
{
	background-color:#f3f3f3 !important;
}

#spaceLabel{
	margin-right: 28px;
}

.labelProfile{
	font-weight: normal;
}

.errorForm 
{
	color: red;
	font-size: 11px;
}

li:hover{
    cursor: pointer;
}

.container-confirmation-register_producer-form
{
	margin-top: 20px;
	background-color: #FFFFFF; 
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
}

.form-control
{
	border-radius: 0 !important;
}

.container-confirmation-register_producer-form .panel
{
	border-radius: 0 !important;
}

.container-confirmation-register_producer-form .panel-heading
{
	background-color: transparent !important;
}

.page-header-custom 
{
	margin-bottom: 20px;
	margin-top: -3px;
}

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

.dates-producer .col-md-4
{
	width: 80px !important;
	padding: 0 1px 0 0 !important;
}

.errorLogin 
{
	color: #FFFFFF;
	font-weight: lighter;
	font-family: 'Segoe UI';
	font-size: 15px;
}

.text-size
{
	font-size: 12px !important;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    /*border: 1px solid transparent;*/
    border-radius: 1px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 1px;
    margin-left: 15px;
    margin-right: 20px;
    border-bottom: solid 1px #dddedf;
}

/* .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 1px;
} */



/* .btn-primary {
    color: #fff;
    background-color: #01579B;
    border-color: #ccc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4d7d99;
    border-color: #ccc;
} */

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

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

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.table-link tr{
    cursor: pointer;
}

.table-link tr label{
    cursor: pointer;
}
.div-resume-first-row {
    margin-top: 6px;
}

.div-resume-label-green {
    font-weight: bold;
    color: #33CC33;
    text-align: right;
}
.table-color-map-production-new-policies{
	background-color: #81D4FA;
}
.table-color-map-production-cancellations{
	background-color: #FFAB91;
}

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

.ico-color-new-policies
{
	color: #81D4FA;
}

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

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

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

.rightAlign{
	text-align: right;
}
.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;
}
.overall-values
{
	width: 300px;
	float: right;
}

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

.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;
}

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

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

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

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

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

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

.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-red {
    font-weight: bold;
    color: #FF0000;
    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;
}

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

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

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

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

.font-size-grid-map-production {
	font-size: 10pt;
}

.font-size-grid-map-production {
	font-size: 9pt;
}

.font-size-grid {
			font-size: 10pt;
}

.text-progress-message {
			font-size: 16pt;
			font-weight: 300 !important;
}

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

.content-progress {
	-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;
}

.form-login {
    width: 400px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0px;
    margin-top: 0px;
    height: 100%;
}

#containerLogin {
    height: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.background-style {
    position: absolute; 
    width: 100%;
    height: 100%; 
    background-image: url(../images/login-register.jpg) !important;
    background: no-repeat center;
    background-size: cove;
}

.span-logo-consultant {
    margin-top: -18px;
    margin-left: 120px;
    font-size: 13pt;
    font-weight: 600;
    font-family: 'Poiret One', cursive;
}

.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;
}

.container-form {
    margin-top: 40px;
}

.name-user-auth {
    color: #FFFFFF;
    padding-top: 25px;
    font-weight: 500;
}


.segoo-input {
    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;
}

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


.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-pinterest {
    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;
}