/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

body {
    background: #000276;
	font-family: 'Titillium Web', sans-serif;
	color:#000;
}

.site {
    color: #000276;
    text-align: left;
    line-height: 35px;
    display: block;
    font-size: 16px;
    padding: 10px 10px 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}
.linia {
    border-top: 4px solid #73EDFF;
}
.linia-white {
    border-top: 4px solid #fff;
}

#bottom-wizard {
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 25px;
    right: unset;
}

#inicio button.forward:before {
    content: "\35";
    font-family: 'ElegantIcons';
    position: absolute;
    top: 24px;
    right: 36px;
    font-size: 25px;
}
#inicio button.forward {
    width: 60%;
    height: 70px;
    font-size: 20px;
    margin: 25px;
    background: #000276;
    color: #ffffff;
}
#inicio button.forward:hover {
    background: #ffffff;
    color: #000276;
	border: 1px solid #000276;
}
button.forward, button.submit {
    background: #000276;
}

.backward:hover, .forward:hover {
    background: rgb(115 237 255);
    color: #000;
}

#logo_home h1 a {
    width: 100px;
    height: 64px;
    background-image: url(../img/mediaACES-logo.png);
    background-size: 100px auto;
}
#menu ul li a {
    color: #000276;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 16px;
    padding: 10px 10px 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}
a#current {
    color: #73edff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#menu ul li {
    float: left;
    margin: 0 5px 10px 0;
    list-style: none;
}
#menu ul {
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    text-align: center;
}
#menu ul li a:hover {
    color: #73edff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#menu {
    float: right;
    margin: 0 60px 0 0;
}

a.animated_link:before {
    background-color: #73EDFF;
}

a:hover, a:focus {
    color: #73EDFF;
}
.print, .pdf, .email{
    border: none;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    outline: none;
    text-align: center;
    background: #409fff;
    position: relative;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 30px 10px 10px;
    background-color: #999;
}
button.pdf:before {
    content: "\68";
    font-family: 'ElegantIcons';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
}
button.print:before {
    content: "\e103";
    font-family: 'ElegantIcons';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
}
button.email:before {
    content: "\e010";
    font-family: 'ElegantIcons';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
}
#resultados #header {
    background-color: #3f5067;
}

#cabecera {
    background-color: #000276;
    color: #fff;
    text-align: left;
    padding: 50px 50px 60px 50px;
    box-sizing: border-box;
    position: relative;
}

#cabecera h2 {
    font-weight: 300;
    color: #fff;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 36px;
    margin-bottom: 15px;
}

#cabecera p {
    font-size: 16px;
}

h3.main_question {
    color: #000;
}

h3 {
	color:#000;
}

/*Forms*/

.styled-select select {
    color: #000;
}

input.form-control, select.form-control, textarea.form-control {
    color: #000;
}

#left_form {
    background-color: #009ED4;
}
#left_form p {
	text-align: justify;
}
#left_form h2 {
	text-align: left;
}

#dimension2 #left_form {
    background-color: #ff6600;
}
#dimension2 #left_form {
    background-color: #FF2900;
}
#dimension3 #left_form {
    background: #00A740;
}
#dimension1 #top-wizard {
    background-color: #aed6e4;
}
#dimension2 #top-wizard {
    background-color: #eac9c2;
}
#dimension3 #top-wizard {
    background-color: #c8f0d7;
}
#dimension1 .ui-widget-header {
    background: #009ed4;
}
#dimension2 .ui-widget-header {
    background: #FF2900;
}
#dimension3 .ui-widget-header {
    background: #00A740;
}
textarea {width:100%;}


.radio_input label {color:#000;}

/*TABS - resultados*/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button#dimension-tab1.active{
    background-color: #009ED4;
    color: white;
}
.tab button#dimension-tab2.active  {
    background-color: #FF2900;
    color: white;
}
.tab button#dimension-tab3.active {
    background-color: #BC0FBC;
    color: white;
}
.tab button#dimension-tab4.active {
    background-color: #02A740;
    color: white;
}
.tab button#dimension-tab5.active {
    background-color: #F18700;
    color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent h3 {
    color: #000;
}

/*Tables*/
/* Style the table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
}

/* Style table headers and table data */
th, td {
  text-align: center;
  padding: 10px;
}

th:first-child, td:first-child {
  text-align: left;
}

/* Zebra-striped table rows */
#table-dimension1 tbody tr:nth-child(odd) { background-color: #aed6e4;}
#table-dimension1 tbody tr:nth-child(even) { background-color: #ffffff;}
#table-dimension1 th { background-color: #009ed4; color:#fff; text-transform:uppercase; }

#table-dimension2 tbody tr:nth-child(odd) { background-color: #eac9c2;}
#table-dimension2 tbody tr:nth-child(even) { background-color: #ffffff;}
#table-dimension2 th { background-color: #ff2900; color:#fff; text-transform:uppercase; }

#table-dimension3 tbody tr:nth-child(odd) { background-color: #d4b8d4;}
#table-dimension3 tbody tr:nth-child(even) { background-color: #ffffff;}
#table-dimension3 th { background-color: #bc0fbc; color:#fff; text-transform:uppercase; }

#table-dimension4 tbody tr:nth-child(odd) { background-color: #c8f0d7;}
#table-dimension4 tbody tr:nth-child(even) { background-color: #ffffff;}
#table-dimension4 th { background-color: #02a740; color:#fff; text-transform:uppercase; }

#table-dimension5 tbody tr:nth-child(odd) { background-color: #e4caa8;}
#table-dimension5 tbody tr:nth-child(even) { background-color: #ffffff;}
#table-dimension5 th { background-color: #f18700; color:#fff; text-transform:uppercase; }


/*Footer*/
footer, footer#home {
    width: 100%;
    margin: auto;
    font-size: 15px;
    margin-bottom: 0px;
    color: #fff;
    border-top: none;
    padding: 0;
    height: 100%;
    background-color: #000276;
}
footer .col-lg-4 {
    margin-bottom: 20px;
}
footer ul {
    margin-top: 20px;
    float:right;
}
footer ul li a {
	color:#fff;
}

/*Resultados*/

.icona-area {
    max-width: 50px;
    padding: 5px;
}
.icones li {
    width: 20%;
    text-align: center;
    float: left;
}

ul.icones {
    list-style: none;
}

.puntuacion {
    text-align: center;
    width: 200px;
    font-size: 50px;
    padding: 34px;
    line-height: 54px;
    color: #fff;
    background-color: #3f5067;
    border-radius: 100px;
}

#form_container {
    margin: 30px auto 30px;
}

/*-------- RESPONSIVE ---------*/
@media screen and (max-width:987px){
#menu {display:none;}

}

@media screen and (min-width:988px){
.cd-nav-trigger {display:none}
}

@media (min-width:992px){
#form_container, #left_form {
min-height: 1200px;
}
#bottom-wizard{bottom:0px;}
footer .row {width: 1140px!important;}
}
@media (max-width:720px){
	.col-6 {
		max-width: 100%;
		flex: unset;
}
}


.chart-container {
    padding: 0;
    margin: 0 auto;
}

@media print {
  .tabcontent {
    display: block;
  }
  .tab {
    display: none;
  }
  footer {
    display: none;
  }
}
