@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,500);
@import url("bootstrap-multiselect.css");
@import url("fonts.css");
@import url("margins.css");
@import url("paddings.css");

body {
    color: #67666a;
    font-family: "HelveticaNeueLT-Light", serif;
}

button {
    font-family: "helveticaneueregular", serif;
    letter-spacing: 1px;
}

label {
    color: #67666a;
    font-family: "HelveticaNeueLT-Light", serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
}

h3 {
    font-family: "HelveticaNeueLT-Light", serif;
}

h3 span {
    font-family: "HelveticaNeueLT-Thin", serif;
    font-size: 13px;
    vertical-align: middle;
}

footer {
    bottom: 0px;
    padding: 5px 15px;
    position: absolute;
    width: 100%;
}

footer * {
    color: #FFF;
    font-family: "HelveticaNeueLT-Roman", serif;
    font-size: 12px;
    line-height: 34px;
}

p {
    text-align: justify;
}

#add-edit-category {
    display: none;
}

#add-category-toggle {
    cursor: pointer;
}

#alert {
    display: none;
    max-width: 600px;
    position: fixed;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 15px;
    width: 100%;
    z-index: 99999999999999;
}

#drag-and-drop {
    background-color: #dadada;
    height: 250px;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
}

#drag-and-drop .zone {
    border: dashed 2px #9e9e9e;
    bottom: 10px;
    left: 10px;
    line-height: 230px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
}

#drag-and-drop .zone .content {
    display: inline-block;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}

#header {
    border-bottom: solid 5px #00833b;
    padding: 30px 75px;
    position: absolute;
    width: 100%;
}

#header.logged {
    background-image: url(../img/header.png);
    background-size: 100% 100%;
    background-position: bottom center;
    border: none;
    padding: 30px 75px 35px;
}

#header.logged.superadmin {
    background-image: url(../img/header-superadmin.jpg);
    background-size: cover;
    background-position: bottom left;
    margin-bottom: 5px;
    padding: 25px 75px;
    position: relative;
}

#header-text {
    color: rgba(103, 102, 106, 0.75);
    font-family: "helveticaneueregular", serif;
    font-size: 21px;
    position: absolute;
    right: 75px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#header.logged #header-text {
    color: #FFF;
}

#body {
    background: url(../img/bg_login_user.jpg);
    background-size: auto 100%;
    background-position: top center;
    min-height: 430px;
    position: absolute;
    bottom: 0px;
    top: 115px;
    width: 100%;
}

#body.superadmin {
    background: url(../img/bg_login_superadmin.jpg);
    background-size: cover;
}

#body.logged {
    background: none;
    background-color: #FFF;
    bottom: initial;
    padding: 30px 75px;
}

#body.logged.superadmin {
    top: initial;
    position: relative;
}

#category-edit {
    display: none;
}

#create-company {
    display: none;
}

#filters {
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 185px;
}

#filters .btn-group {
    display: block;
    width: 100%;
}

#filters .btn-group .btn-default {
    display: block;
    width: 100%;
    float: none;
    padding: 6px 15px;
    font-size: 14px;
    font-family: "HelveticaNeueLT-Light", serif;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    margin: 0 !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(1, 0, 2, 0.35) inset;
    box-shadow: 1px 1px 3px 0px rgba(1, 0, 2, 0.35) inset;
    border: none;
    border-radius: 10px;
    height: auto;
    letter-spacing: 0px;

    text-align: left;
    min-height: 34px;
    overflow: hidden;
}

#filters .btn-group .btn-default[disabled] {
    background-color: #eee;
    opacity: 1;
}

#filters .caret {
    position: absolute;
    color: #000;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#form-login {
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 0px 43px rgba(1, 0, 2, 0.55);
    border-radius: 10px;
    min-height: 204px;
    left: 50%;
    margin-top: -23px;
    padding: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 562px;
    width: 100%;
}

#form-login .form-group {
    margin-bottom: 20px;
}

#form-report > * {
    margin-bottom: 10px;
}

#form-report #additional-filters {
    display: none;
    margin-bottom: 0;
}

#form-report #additional-filters > * {
    margin-bottom: 10px;
}

#form-report select.form-control {
    max-width: none;
    min-width: 0;
}

#logo {
    display: inline-block;
    vertical-align: middle;
}

#logo img {
    height: 50px;
}

#table-slider thead tr th {
    width: 20%;
}

#table-slider thead tr th:first-child {
    width: 60%;
}

#nav {
    margin: 0px;
    min-height: 0px;
    padding: 0 50px;
}

#report {
    position: absolute;
    left: 200px;
    right: 0;
    width: 1025px;
}

#report-container {
    position: relative;
    margin: auto;
    max-width: 1200px;
    min-height: 50vh;
}

#steps-container {
    float: right;
    height: 60px;
    max-width: 680px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

.category.categories,
#questions-category.categories {
    list-style: none;
    padding: 0;
}

.category.categories li,
#questions-category.categories li {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}

#questions-category.categories li span {
    flex: 1;
}

.category.categories li span {
    flex: 2;
}

.category.categories li .category-input,
#questions-category.categories li .category-question-input {
    flex: 30;
    padding: 5px;
}

.category.categories li:hover .category-input,
#questions-category.categories li:hover .category-question-input {
    border-color: #555;
    background-color: #cdcdcd;
}

.category.categories li:hover .category-input:focus,
#questions-category.categories li:hover .category-question-input:focus {
    border-color: #555;
    background-color: #FFF;
}

.category.categories li .category-checkbox,
.category.categories li .category-opinion-checkbox,
.category.categories li .meta-category,
#questions-category.categories li .category-question-checkbox {
    flex: 1;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
}

.category.categories li .category-checkbox,
.category.categories li .category-opinion-checkbox,
.category.categories li .meta-category {
    flex: 2;
}

.gray {
    background: #dddddd !important;
}

.bg-grid {
    background-color: transparent;
    /*background-image: linear-gradient(0deg, transparent 24%, rgba(221,221,221,.5) 25%,
                      rgba(221,221,221,.5) 26%, transparent 27%, transparent 74%,
                      rgba(221,221,221,.5) 75%,
                      rgba(221,221,221,.5) 76%, transparent 77%, transparent),
                      linear-gradient(90deg, transparent 24%, rgba(221,221,221,.5) 25%,
                      rgba(221,221,221,.5) 26%, transparent 27%, transparent 74%,
                      rgba(221,221,221,.5) 75%,
                      rgba(221,221,221,.5) 76%, transparent 77%, transparent);
    background-size: 50px 50px;*/
    background-image: url("../img/border.png");
    background-size: 2.5% auto;
    border: solid 1px rgba(221, 221, 221, .5);
    position: relative;
}

.block {
    display: block;
}

.block-total {
    display: block;
    min-width: 0 !important;
    width: 100%;
}

.bar-horizontal-content {
    height: 44px;
    line-height: 44px;
}

.bar-horizontal {
    display: inline-block;
    line-height: normal;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}

.btn-default {
    background-color: #eeeeee;
    border: none;
    border-radius: 0px;
    font-family: "HelveticaNeueLT-Light", serif;
    font-size: 16px;
    margin: 15px 0;
}

.btn-success {
    background: #00833b;
    border-radius: 0px;
    color: #FFF;
    font-family: "HelveticaNeueLT-Light", serif;
    min-width: 185px;
}

.btn-primary {
    background: #23243c;
    border-radius: 0px;
    color: #FFF;
    font-family: "HelveticaNeueLT-Light", serif;
    min-width: 185px;
}

.btn-warning {
    border-radius: 0;
    color: #FFF;
    font-family: "HelveticaNeueLT-Light", serif;
}

.button-group {
    position: relative;
}

.form-inline .btn-primary,
.form-inline .btn-success {
    min-width: 0;
}

.categories {
    list-style-position: inside;
    padding: 0px;
}

.categories li {
    padding: 0 10px;
    position: relative;
}

.categories li label {
    line-height: 34px;
}

.categories li label a {
    color: inherit;
}

.categories li label a:hover,
.categories li label a:focus {
    text-decoration: none;
}

.categories li:hover {
    background-color: #cdcdcd;
}

.categories li input[type=checkbox] {
    margin: 0px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.categories li input[type=checkbox] + input {
    right: 50px;
}

.category-question-input {
    border: solid 1px #cdcdcd;
    max-width: none;
    padding: 5px;
    width: auto;
}

.dropdown-menu > .active > a > label,
.dropdown-menu > .active > a:hover > label,
.dropdown-menu > .active > a:focus > label {
    color: #FFF;
}

.form-horizontal .control-label {
    text-align: left;
}

.default {
    background: #ffffff !important;
}

.display thead tr {
    background-color: #67666a;
    color: #FFF;
}

.error {
    color: #ff0000;
}

.form-control {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(1, 0, 2, 0.35) inset;
    box-shadow: 1px 1px 3px 0px rgba(1, 0, 2, 0.35) inset;
    border: none;
    border-radius: 10px;
    height: auto;
    min-height: 34px;
}

.form-control:focus {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(1, 0, 2, 0.5) inset;
    box-shadow: 1px 1px 3px 0px rgba(1, 0, 2, 0.5) inset;
}

.has-error .form-control {
    background-color: rgba(217, 83, 79, 0.1);
    border: solid 1px #a94442;
}

.has-error .control-label {
    font-weight: bold;
}

.img-responsive-center {
    display: block;
    margin: auto;
    max-width: 100%;
}

.item {
    display: inline-block;
    position: relative;
    margin: 35px 15px;
    vertical-align: top;
}

.item-container {
    text-align: center;
}

.item-text {
    background-color: #00652d;
    color: #FFF;
    bottom: 0px;
    font-size: 20px;
    height: 84px;
    line-height: 84px;
    left: 50%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    max-width: 230px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.item-text span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

/*.item:hover .item-text{
	background-color: #1e1f38;
}*/

.linear-graph {
    height: 500px;
    margin: auto;
    position: relative;
    width: 800px;
}

.linear-graph::before {
    content: "En 5 años";
    left: -270px;
    position: absolute;
    text-align: center;
    top: 240px;
    transform: rotate(-90deg);
    width: 500px;
}

.linear-graph::after {
    bottom: -35px;
    content: "Hoy";
    position: absolute;
    text-align: center;
    width: 100%;
}

.linear-graph-axis-y {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 520px;
    text-align: center;
    left: -10px;
    justify-content: space-between;
    top: -10px;
}

.linear-graph-axis-x {
    width: 810px;
    position: absolute;
    bottom: -12px;
    left: -3px;
    display: flex;
    justify-content: space-between;
}

.linear-graph-axis-y span,
.linear-graph-axis-x span {
    font-size: 12px;
}

.linear-graph-item {
    font-size: 12px;
    position: absolute;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.linear-graph-item::after {
    background-color: #A86C8E;
    border-radius: 50%;
    content: '';
    height: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    width: 10px;
}

.modal-footer .btn-success {
    min-width: 0;
    font-family: "helveticaneueregular", serif;
    border-radius: 4px;
}

.modal-footer .btn-default {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "helveticaneueregular", serif;
    font-size: 14px;
    margin: 0;
}

.navbar.navbar-inverse {
    border-radius: 0px;
    background-color: #23243c;
}

.navbar-inverse .navbar-nav > li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    border-right: solid 1px #FFF;
    color: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-inverse .navbar-nav > li:nth-last-child(2) > a,
.navbar-inverse .navbar-nav > li:last-child > a {
    border-right: none;
}

.nav-tabs > li > a {
    background-color: #AFAFAF;
    color: #67666A;
    min-width: 150px;
    text-align: center;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #67666A;
}

.pagination > li > a,
.pagination > li > span {
    color: #00833B;
}

.nav-tabs > li.pull-right {
    margin-bottom: 0;
    min-width: 0;
}

.nav-tabs > li.pull-right a {
    border: inherit;
    color: inherit;
    padding: 0;
    background-color: inherit;
    min-width: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #00833B;
    border-color: #00833B;
}

.progress {
    background-color: #E8E8E8;
}

.progress.line {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 16px;
    margin-bottom: 0;
}

.progress-bar.line {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 14px;
    font-size: 12px;
    color: #67666a;
}

.progress.present .progress-bar {
    background-color: #EEE1E8;
    border: solid 1px rgba(168, 108, 142, 1);
}

.progress.future .progress-bar {
    background-color: #EFF7FD;
    border: solid 1px rgba(175, 216, 242, 1);
}

table > tbody > tr > td:last-child > a:hover,
table > tbody > tr > td:last-child > a:focus {
    text-decoration: none;
}

table > tbody > tr > td:last-child > a .glyphicon {
    font-size: 16px;
}

.tab-pane .panel {
    background-color: #fdfffc;
    border-top: none;
    border-top-left-radius: 0px;
}

.table > tbody > tr > td.valign-middle {
    vertical-align: middle;
}

.table-responsive {
    margin-bottom: 15px;
}

.text-bold {
    font-weight: bold !important;
}

.text-middle {
    vertical-align: middle !important;
}

.text-underline {
    text-decoration: underline;
}

.select-all.category {
    line-height: 26px;
    margin: 20px auto 10px;
}

.select-all label * {
    display: inline-block;
    line-height: normal;
    margin: 0 2px !important;
    vertical-align: middle;
}

.slider-tag {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
}

.step {
    text-align: center;
    position: absolute;
    width: 100px;
}

.step-ball {
    background-color: #FFF;
    border: solid 2px #67666a;
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    width: 36px;
}

.step-ball.active {
    background-color: #67666a;
}

.steps-line {
    border-color: #67666a;
    border-width: 2px;
    left: 15px;
    margin: 0px;
    top: 18px;
    position: absolute;
    right: 15px;
}

.step-text {
    font-size: 12px;
}

/*.table > tbody > tr > td {
    padding: 15px;
}*/

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    height: 18.5px;
    text-align: center;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    width: 18.5px;
}

.slider-range {
    max-width: 170px;
    margin: auto;
}

.questions-group {
    height: auto;
    max-height: 300px;
    overflow: auto;
    padding: 10px;
}

.report-mask {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}

.a4 {
    display: block;
    box-sizing: border-box;
    /*min-*/
    height: 680px;
    margin: auto;
    /*margin-bottom: 5px;*/
    overflow: hidden;
    position: relative;
    width: 1025px;
}

.a4.fluid {
    height: auto;
    min-height: 680px;
}

.a4 h3 {
    font-size: 20px;
    margin-top: 10px !important;
}

.a4-container,
.a4-container-next {
    padding: 57px 15px 65px;
    position: relative;
}

.a4-container-header {
    border-bottom: solid 1px #23243c;
    /*display: flex;
    justify-content: space-between;*/
    margin: 15px 0 30px;
    padding: 15px 0 30px;
}

.a4-header {
    background-color: #23243c;
    color: #ffffff;
    font-size: 12px;
    left: 0;
    min-height: 47px;
    padding: 15px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 999;
}

.a4-header span:first-child {
    float: left;
}

.a4-footer {
    background-color: #23243c;
    bottom: 0;
    color: #ffffff;
    left: 0;
    font-size: 12px;
    padding: 5px 15px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.a4-page {
    float: right;
}

.a4-footer span {
    line-height: 25px;
}

.evaluation-name {
    text-align: center;
    margin: 40px auto;
    max-width: 800px;
}

.contents {
    margin: 15px 0;
    font-size: 15px;
}

.contents a,
.contents a:hover {
    color: inherit;
    text-decoration: none;
}

.contents li,
.contents li span {
    margin-bottom: 10px;
}

.contents ol {
    margin-top: 15px;
}

.report-date {
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.center-50 {
    margin: auto;
    width: 50%;
}

.width-search {
    min-width: 156px;
}

.cover {
    background-color: rgba(255, 255, 255, .75);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.cover > div {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
}

#cover-progress-bar {
    display: block;
}

.graphic-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.legends {
    background-color: rgba(255, 255, 255, .5);
    border: solid 1px #67666a;
    bottom: 65px;
    padding: 10px;
    position: absolute;
    text-align: left;
    right: 15px;
    z-index: 999;
}

.legends.center {
    bottom: auto;
    position: relative;
    margin: 10px auto;
    right: auto;
    width: 150px;
}

.legends-color {
    border: solid 1px transparent;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.legends-color.present {
    background-color: rgba(175, 216, 242, 0.2);
    border-color: rgba(175, 216, 242, 1);
}

.legends-color.future {
    background-color: rgba(168, 108, 142, 0.2);
    border-color: rgba(168, 108, 142, 1);
}

.tb-contents a {
    color: inherit;
    text-decoration: none;
}

@media screen and (min-width: 766px) {
    .navbar-inverse .navbar-nav {
        width: 100%;
    }

    .navbar-inverse .navbar-nav > li:last-child {
        float: right;
    }
}

@media screen and (max-width: 766px) {
    #header {
        padding: 30px;
    }

    #header.logged {
        padding: 30px 30px 35px;
    }

    #header.logged.superadmin {
        padding: 25px 30px;
    }

    #body.logged {
        padding: 30px;
    }

    #nav {
        padding: 0px;
    }

    #header-text {
        right: 30px;
    }

    .navbar-inverse .navbar-nav > li {
        border-bottom: solid 1px #fff;
    }

    .navbar-inverse .navbar-nav > li:last-child {
        border-bottom: none;
    }

    footer .col-sm-6 {
        text-align: center;
    }

    #form-login {
        margin-top: -35px;
    }

    #table-slider thead tr th {
        width: 25%;
    }

    #table-slider thead tr th:first-child {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    #header {
        text-align: center;
    }

    #header-text {
        display: none;
    }
}

@media screen and (max-width: 592px) {
    #form-login {
        left: 30px;
        right: 30px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);;
        width: auto;
    }
}

@media screen and (max-height: 545px) {
    #header, #body, footer {
        position: relative;
        bottom: initial;
        top: initial;
    }

    footer {
        margin-top: -45px;
    }
}

@media screen and (max-height: 545px) and (max-width: 766px) {
    footer {
        margin-top: -79px;
    }
}