/***LOGIN***/
#login {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 370px;
}

#login h1 {
	font-size: 52px;
	font-weight: 300;
	color: #D6D6D6;
	text-align: left;
	margin-top: 100px;
}

#login h1 b {
	color: #005F9F
}

#login .vline {
	border-right: 1px solid #eee;
	min-height: 370px;
	margin: 0 auto;	
	width: 1px;
}

#login img {
	margin-bottom: 40px;
}

.form-login {
	text-align: center;
}

#login input[type="submit"] {
	margin-top: 20px;
}

/****GERAL***/
body {
	overflow-x: hidden;
}

label {
	text-transform: uppercase;
}

.form-control {
	border-radius: 0px;
	font-family: "Titillium Web";
	color: #555;
	border: 1px solid #eee;
	box-shadow: none;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 1;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc !important;
}

.form-body .panel, .form-sidebar .panel {
	border: none;
	box-shadow: none;
}

.form-body .panel-heading, .form-sidebar .panel-heading {
	    background: transparent;
    color: #777;
    font-size: 25px;
    font-weight: normal;
    text-transform: none;
    border-radius: 0;
    padding: 8px 0;
    border-bottom: navajowhite;
}

.form-body .panel-body, .form-sidebar .panel-body {
	padding: 15px 0;
}

.form-body label, .modal-body label {
	    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 11px;
    color: #777;
}

.form-2-columns .form-sidebar {
	float: none;
    width: 100%;
    margin-right: 0;
    bottom: 0;
    z-index: 100;
}


.form-2-columns .form-sidebar .panel-body {
	width: 50%;
}

.form-2-columns .form-sidebar .panel-heading {
	display: none;
}


.page-header {
    color: #545454;
    font-size: 25px;
    margin-top: 20px;
    font-size: 31px;
    border-bottom: none !important;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

.page-header i {
	display: none;
}

.panel-default .panel-body {
	max-width: none !important;
}

.form-2-columns {
	margin: 0 !important;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f5f5f5;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
	background-color: #eee;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
}

.page-header a, .panel-heading a {
	margin-left: 30px;
}

.btn-default {
	border-radius: 0;
	text-transform: uppercase;
	padding: 8px 12px;
}

hr {
	border-style: dotted;
}
/***** MODAL *******/
.modal-backdrop {
	background-color: #000;
	opacity: 0.53;
}

.modal-content {
	box-shadow: none;
	border-radius: 0;
	border: none;
}

.modal-header {
	padding: 10px 20px;
	border: none;
	background-color: #ddd;
}

.modal-title {
	color: #0B5F9C;
	font-size: 26px;
}

.modal-body {
	padding: 15px 40px;
	overflow-y: scroll;
	max-height: 600px;
}

.btn-close, .btn-close:hover {
	    background: #0B5F9C;
    color: #ddd;
    font-size: 20px;
    padding: 1px 5px;
    line-height: 0;
    float: right;
    margin-top: 7px;
}

.modal-lg {
	width: 780px;
}

.modal-big {
	width: 90%;
	height: 80% !important;
}

.modal-quick {
	top: 10%;
}

.btn-link {
	font-weight: bold;
	font-size: 13px;
	color: #003F85;
}

.group-telefone .fa-trash, .group-email .fa-trash, .fa.fa-trash , .fa.fa-pencil{
	font-size: 20px;
	color: #1F92D2;
}


.fa.fa-pencil {
	margin-right: 10px;
}

.fa.fa-star {
	font-size: 15px;
	color: #FFBF00;
	margin-right: 4px;
}

.fa.fa-star-o {
	font-size: 15px;
	color: #ccc;
	margin-right: 4px;
}

.fa.fa-circle {
	font-size: 15px;
}

.fa-circle.ativo {
	color: #0093D5;
}

.fa-circle.inativo {
	color: #545454;
}

.detalhe .fa {
	font-size: 20px !important;
	margin-right: 8px;
}

.detalhe p {
	font-size: 15px;
	color: #545454;
}

.btn-contato-selecionar {
	padding: 0;
    height: 164px;
    padding-top: 72px;
    text-transform: uppercase;
    display: block;
    color: #555;
    font-size: 13px;
    border: 3px dashed #ccc;
}

.clear {
	clear: both;
}

.card.well {
	padding: 10px;
	position: relative;
	min-height: 186px;
}

.card.well p {
	font-size: 13px;
	word-wrap: break-word;
}

.card h5 {
	text-transform: uppercase;
}

.card a.delete {
	position: absolute;
    top: 2px;
    right: 5px;
}

/** ATIVIDADES**/
.atividades .nav-tabs {
	border-bottom: none !important;
}
.atividades .nav > li {
	width: 50%;
	text-align: center;
}

.atividades .nav.com-alertas > li {
	width: 33.3% !important;
}

.atividades .nav a {
	font-size: 15px;
	text-transform: uppercase;
	background-color: transparent !important;
    border: none !important;
    border-bottom: 5px solid #ccc !important;
    color: #535353;
    margin-right: 0 !important;
}

.atividades .nav > li.active a {
	color: #0095D5;
	border-bottom: 5px solid #0095D5 !important;
	font-weight: bolder;
}

.profile-container {
	padding: 10px 26px 0px 26px;
	list-style: none;
}

.navbar-static-top {
	z-index: 1001;
}

.profile-container.past {
	opacity: 0.5;
}

.profile-container .profile {
	margin-right:10px;
	display: inline-block;
	height: 35px;
	width: 35px;
	border-radius: 35px;
	background: #888;
}

.profile-container .icon-container {
	margin-right:10px;
	display: inline-block;
	height: 35px;
	width: 35px;
}

.profile-container .profile-info {
	display: inline-block;
	max-width: 270px;
	vertical-align: top;
}

.profile-container .profile-info .date {
	font-size: 13px;
	font-style: italic;
}

.contato-selecionar-lista {
	height: auto !important;
    padding: 8px 12px;
    border: 1px solid #eee;
    display: initial;
}

.inside .form-sidebar {
	float: left;
}