html, body, .container {
    /*height: 100%;*/
}

.top-header {
    background-color:#002855;
    height: 45px;
}

.bottom-header {
    height: 90px;
    text-align: center;
}

.bottom-header-home {
    height: 100px;
}

.content {
    margin-top: 177px;
    font-size: 13px;
    padding-bottom: 55px;
}

.btn-custom {
    background-color:#002855;
    background-image:none;
    width: 100%;
    border-color: #002855;
}

.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
    background-color:#002855;
    border-color: #002855;
    color: white;
}

.btn-close {
    background-color:#002855;
    background-image:none;
	color: #fff;
    border-color: #002855;
}

.btn-close:hover, .btn-close:active, .btn-close:focus {
    background-color:#002855;
    border-color: #002855;
    color: white;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.row-button {
    margin-top: 15px;
    margin-right: -5px;
    margin-left: -5px;
}

.row-button-multiple {
    margin-top: 10px;
}

.glyphicon {
    font-size: 18px;
    margin-top: 5px;
}

.title-header-home-top {
    margin-top: 35px;
}

.title-header-home {
    font-weight: bold;
    display: block;
    font-size: 15px;
}

.top-header {
    text-align: center;
}

.footer {
    text-align: center;
    padding-bottom: 20px;
    background-color: white;
}

.btn-home {
    color: #002855;
    background-color: white;
    border-color: #002855;
}

.btn-home:hover, .btn-home:active {
    background-color: white;
    color: #002855;
}

.btn-back {
    color: white;
}

.btn-group {
    width: 100%;
    max-width: 85%;
}

.btn-group > .btn  {
    display: inline;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 10px;
    width: 50%;
}

.sub-title-header-home {
    font-size: 13px;
    letter-spacing: -1px;
    padding-top: 15px;
}

.page-title {
    color: #002855;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
    display: block;
    text-transform: uppercase;
}

.table-bordered {
    border-radius: 10px;
}

table.table-bordered>tbody>tr>td {
    padding: 6px;
}

h4, .h4 {
    font-weight: bold;
    margin-top: 1px;
    margin-bottom: 5px;
}


.page-title .glyphicon {
    margin-right: 15px;
    font-size: 25px;
}

.logo {
    height: 58px;
    margin-top: 24px;
}

.btn-info {
    padding: 12px;
}

.button-multiple-text {
    vertical-align: text-bottom;
}

.title-text {
    vertical-align: text-bottom;
    padding-left: 5px;
}

.info .btn-info {
    text-align: left;
    padding: 10px;
}

.info .button-multiple-text {
    padding-left: 5px;
}

.page {
    display: none;
}

.page-index {
    display: block;
}

.size-100 {
	width: 100%;
}

.valign-middle {
	display:table-cell;
	vertical-align:middle;
}

.autoWidth {
	width:90%;
	max-width: 500px;
}

.underlined {
	text-decoration:underline;
}

.btn_index {
	letter-spacing: 4px;
	text-transform: uppercase;
	background-color: #002855;
	margin: 25px;
}

.a_home {
	color: #fff;
	position: relative;
	top: 4em;
}

.a_home:hover, .a_home:active, .a_home:focus {
	color: #fff;
}

.position-closeBTN {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 4em;
	color: #002855;
	opacity: 1;
}

.contentProgram {
    margin-top: 8em;
    font-size: 13px;
    /*padding-bottom: 55px;*/
}

.positionLogo {
	position: absolute;
	top: 0;
	right: 1em;
	width: 350px;
}

.position {
	vertical-align: middle;
}

.text {
	vertical-align: middle;
}

.tdDimension {
	padding: 1em;
	padding-left: 6em;
	padding-right: 3em;
}

.tdFaculty {
	padding: 0.9em;
	padding-left: 4em;
	padding-right: 3em;
}

.titleProgram {
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left, right, color-stop(0, #FFFFFF), color-stop(1, #00bea0));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(right, #FFFFFF 25%, #00bea0 100%);

	/* Regola standard */
	background-image: linear-gradient(to left, #FFFFFF 25%, #00bea0 100%);
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	padding: 1em;
	font-weight: bold;
}

.titleSession {
	color: #00bea0;
	text-decoration: underline;
	text-transform: uppercase;
}

.titleInfo {
	color: #00bea0;
	
	font-weight: bold;
}

.mapSize{
	width: 12em;
	position: absolute;
	top: 10em;
	left: 23em;
}

.mapHotelSize{
	width: 12em;
	position: absolute;
	top: 20em;
	left: 23em;
}

.btn-send {
	background-color: #002855;
	color: #fff;
	text-transform: uppercase;
	margin: 3em 7em;
	height: 3em;
	font-size: 15px;
}

.positionSettings{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 150px;
}

.btn-setting {
	background-color: #002855;
	color: #fff;
	text-transform: uppercase;
	margin: 2em 7em;
	height: 3em;
	font-size: 15px;
	width: 13em;
}

.connection {
	position: absolute;
	top: 0;
	left: 10em;
	width: 13em;
}

.textSize {
	font-size: 20px;
}

.titleBack {
	color: #fff;
	font-weight: bold;
}

.pBack {
	margin: 0em 3em;
    padding-left: 29em;
    padding-top: 9em;
    font-size: 20px;
}

.position-closeDIV {
	position: absolute;
	top: 0.6em;
    left: 2em;
    font-size: 3em;
    font-weight: 400;
	color: #002855;
	opacity: 1;
}

.key {
	width: 15%;
	height: 7em;
	background: #ccc;
	border: 1px solid #000;
	display: inline-block;
	text-align: center;
	padding-top: 1em;
	border-radius: 1em;
	margin-bottom: 0.5em;
}

.pair {
	position: relative;
	left: 3em;
}

.dispair {
	position: relative;
	left: 0;
}

.STOP {
	background-color: #222;
	width: 45%;
	height: 7em;
	border-radius: 1em;
	text-align: center;
	margin-bottom: 0.5em;
	padding: 2em;
}
.txtStop {
	color: #fff;
	font-size: 2em;
}

#header {
	height: 50px;
}

.label {
	width: 15%;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding: 0.5em;
	border-radius: 2em;
	font-weight: bold;
	color: #fff;
}

#lblA {
	background-color: chocolate;
}

#lblB {
	background-color: aquamarine;
}

#lblC {
	background-color: cadetblue;
}

#lblD {
	background-color: chocolate;
}

#lblE {
	background-color: red;
}
