/* ------------------------------------------------------------------------------------------- */
#logo {
	height: 20%;
    margin: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#logo img {
	max-height: 100%;
}

#wrapper {
	background-color: rgba(200, 200, 200, 0.25);
    height: 70%;
    margin: 10px 0;
    padding: 5px;
    position: absolute;
    top: 22%;
    width: 100%;
}

#wrapper .title {
	color: white;
    margin: 15px 0;
    text-align: center;
    font-size: 30px;
}

#wrapper .content {
    margin: 0 50px;
    max-height: 70%;
}

#wrapper .content .tab-content {
	bottom: 40px;
    margin: 0 60px 0 0;
    max-width: 100%;
    overflow-y: auto;
    position: absolute;
    top: 104px;
}

#wrapper .content .tab-content .tab-pane {
    max-height: 100%;
    overflow-y: auto;
}

.nav-tabs > li {
    border-top: 1px solid #55ba67 !important;
}

.nav-tabs > li.active {
	border-top: 3px solid #55ba67 !important;
}

.nav-tabs > li > a {
	background-color: #aaa;
	color: #333;
	font-size: 11px !important;
    padding: 10px 8px;
}

.nav-tabs > li:hover {
	background-color: #ddd;
}

.nav-tabs > li.active > a {
	background-color: #fff;
	color: #333;
}

#wrapper .content .text {
	padding: 10px;
	text-align: justify;
}

.text p {
	font-size: 13px;
	margin-bottom: 6px;
	margin-left: 20px;
}

.text ul {
	margin-bottom: 12px;
}

.text ul li {
	margin-top: 6px;
}

.text table {
	margin: 0 auto 12px;
}
	
.text-title {
	font-size: 20px;
	margin-bottom: 12px;
}

.last-update {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

.text-subtitle {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 6px;
}

.text-subtitle-2 {
	font-size: 14px;
}

.text-contact {
	margin-top: 24px;
}

#sla-table {
	max-width: 500px;
}

#sla-table thead {
	background-color: #cacaca;
}

#sla-table td, #sla-table th {
	border: 1px solid #666;
	padding: 1px 5px;
	text-align: center;
}

#exp-table {
	padding: 2px;
	text-align: center;
}

#tyc-back {
	bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}
#tyc-back button {
	background-color: rgba(0, 0, 0, 0) !important;
}

.copyright {
	bottom: 0px;
    color: white;
    margin: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}

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