body, html {
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	background: url(../img/intro-bg.jpg) fixed center center;
	background-size: cover;

}

.intro-message {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: rgba(11, 171, 255, .3);
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.content-section-b {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 50px 0;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}

.banner {
    margin-top: 10px;
	padding: 10px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg.jpg) fixed bottom center;
	background-size: cover;
}

.banner p {
	font-size: 14px;
}

.banner ul {
	margin-bottom: 0;
}

.banner .super-urgente {
    color: #ff625f;
}

.banner .urgente {
    color: #ff9854;
}

.banner .normal {
    color: #97ff7d;
}

.banner .nacional {
    color: #fff282;
}

.banner .espanha {
    color: #00bdcc;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}	
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}	
}

footer {
	padding: 50px 0;
}

p.copyright {
	margin: 15px 0 0;
}

h2.interessado {
    color: #47A447;
    margin-bottom: 5%;
    margin-top: 5%;
}

a.interessado {
    margin-top: 9%;
}

p strong {
    color: #000000;
}

.sobre p {
    color: #666;
}

.line-height-30 td {
    line-height: 30px !important;
}

/* ==========================================================================
   Custom
   ========================================================================== */
.after-top-bar {
    margin-top: 50px;
}

/* ==========================================================================
   Dashboard user
   ========================================================================== */
.top-space {
    margin-top: 60px;
}

.img-small {
    max-height: 160px;
}

.user-dashboard h2 {
    color: #1891CF;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}

.user-dashboard hr {
    margin-top: 10px;
}

/********************************** user box */
.panel-client tr:first-child > td {
    border: 0;
    color: rgb(73, 73, 73);
}

.panel-client tr > td:first-child {
    font-weight: bold;
}

.panel-client .table {
    margin-bottom: 0;
}

.panel-client div.text {
    font-size: 11px;
    color: #888;
    font-style: italic;
    text-align: center;
}

/******************************** FIM user box */

.color-info {
    color: rgb(0, 173, 255);
}

.color-danger {
    color: rgb(255, 18, 18);
}

.color-alert {
    color: rgb(255, 132, 18);
}

.color-warning {
    color: #c6c168;
}

.color-success {
    color: #138608;
}


/* Tables */
.user-dashboard .table td {
}
.user-dashboard .table {
    margin-bottom: 0;
}

.nice-well {
    padding: 5px;
    border: 1px solid #80DBFF;
}

.show_guide {
    color: #00547C;
}

.show_guide strong {
    color: #333;
}

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

.show_guide .space-row strong {
    padding-left: 15px;
}

/* ==========================================================================
   notifications
   ========================================================================== */
#notification {
    display: none;
    position: fixed;
    cursor: pointer;
    height: 51px;
    line-height: 51px;
    width: 100%;
    background-color: #ffffff;
    color: #ffffff;
    text-align: center;
    border: 0;
    z-index:9999;
}

.notification-error {
    background-color: #d9534f !important;
}
.notification-info {
    background-color: rgb(86, 208, 255) !important;
}
.notification-success {
    background-color: #5cb85c !important;
}

/* ==========================================================================
   Guides
   ========================================================================== */
.guide .well {
    padding: 10px;
}

.guide select, .guide input[type="text"], .guide input[type="email"], .guide textarea {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h4.guide {
    text-align: center;
    margin-top: 20px;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    padding: 5px;
}

h3.guide {
    text-align: center;
    margin-top: 20px;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    padding: 7px;
    font-size: 18px;
    color: #1891CF;
}

.guide-header {
    border-radius: 4px;
    border: 1px solid #BEBEBE;
    margin-bottom: 10px;
}

.guide-header h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #1891CF;
    text-align: center;
    padding: 7px;
}

.guide-header .date {
    color: #333;
    font-size: 13px;
    padding-top: 7px;
}

.inline-form {
    display: inline-block;
    width: auto;
}

.guide textarea {
    resize: vertical;
}

.table td {
    color: #4B4B4B;
}

.list-form-item {
    padding-top: 6px;
}
/*
.guide [class*="col-"] {
    border: 1px solid #000;
}
*/

.table-center td, .table-center th {
    text-align: center;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 767px) {
    .responsive-center  {
        text-align: center;
    }

    .xs-center {
    }

    .inline-form {
        display: block;
        width: 100%;
    }

}
@media (min-width: 767px) and (max-width: 992px) {

    .sm-center {
    }
}

/* ==========================================================================
   5 columns
   ========================================================================== */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}