html {
    font-size: 12px;
}
* {
    padding: 0; margin: 0; 
    font-family: 'OpenSans-Regular'; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {color: #4a4a4a;}
.clearfix:after {content: ""; display: block; clear: both; height: 0;}
.course-content, .course-content > div, .contenido, #gi_content {
    height: 100%;
}

.GI-invoices-app-content {
    margin-top: 70px;
}



.app_title {
    font-size: 1.6rem;
    color: #4a4a4a;
    margin-bottom: 1.3rem;
}

.app_title i {
    font-size: 1.3rem;
    padding: 10px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.app-description.is-collapsed {
    max-height: 0;
}
.accordionItemDetail {
    height: auto;
    overflow: hidden;
    max-height: 50em;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
}
.accordionItemDetail {
    max-height: 15em;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
}

.animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.app-description p {
    padding: 0.5rem 0 0.5rem 0;
    line-height: 1.5em;
}

.app-description p:last-child {
    padding-bottom: 2.3rem;
}



#copyright-footer {display: none !important; }

.loading_main {     float: left; margin-right: 10px; }

#form-view-wrapper .form_header {
    display: none;
}
.vertical-align--middle {vertical-align: middle;}
.head {    
    padding: 5px 30px;
    border-bottom: 1px solid #e7e7e7;
    color: #777;
    line-height: 47px;
    position: fixed;
    background: white;
    width: 100%;
    z-index: 100;
    top: 0;
    box-shadow: 0px 3px 3px 2px #eee;
}
.head__img {
    margin-right: 10px;
    vertical-align: middle;
    width: 28px;
}

.head__option {
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
    margin-left: 20px;
    height: 45px;
}
.head__text {display: inline-block; vertical-align: middle; font-size: 1.2rem;}
.head__text--bold {font-weight: bold; letter-spacing: 1px; font-size: 1.2rem;}
.head__text--bigger {font-size: 1.2rem; letter-spacing: .6px; font-family: 'OpenSans-Light';}
.head__blue-dot {display: inline-block; vertical-align: middle; width: 7px; height: 7px; margin: 0 10px 0 0px; background: #6EAE9E; border-radius: 50%;}



.head__option i {
    margin-right: 10px;
    color: #888;
}

.head__option:hover i,
.head__option:hover .head__text {
    color: #6EAE9E;
}

.head__user {
    text-align: right;
    float: right;
}
.head__user__exit-img {
    vertical-align: middle;
    width: 26px;
    cursor: pointer;
}
.head__user__photo-wrapper {position: relative; display: inline-block;}
.head__user__photo {
    vertical-align: middle; 
    margin: 0 40px 0 18px; 
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}
.head__user__number {display: block; width: 21px; height: 21px; background: #4a90e2; border-radius: 50%; color: #fff; line-height: 21px; text-align: center; font-size: 12px; position: absolute; bottom: -4px; right: 28px;}
.inline {
    display: inline-block;
    cursor: pointer;
}
.flex {
    display: flex;
}
.width70 {
    width: 70%;
}
.width80 {
    width: 80%;
}
.active_timetracker {
    background-color: rgba(110, 179, 161, 0.05);
    border: 1px solid rgba(110, 179, 161, 0.5);
}
.div_timetracker {
    padding-left: 10px;
}
.active_timetracker:hover {
    background-color: rgba(110, 179, 161, 0.2);
}
.text_timetracker {
    line-height: 30px !important;
    padding-right: 24px;
    font-size: 13px;
    vertical-align: middle;
    white-space: nowrap;
    float: left;
    overflow-x: hidden;
    font-weight: 600;
}
.icon_timetracker {
    vertical-align: middle;
    font-size: 24px;
}

.aoc_user_menu li {
    padding: 15px !important;
}

.SM-content {
    margin-top: 58px;
}
.wrapper_main {background: #f8f8f8; overflow-y: hidden;}
.left-panel {float: left; width: 7.5%; padding-top: 43px; text-align: center; background: #fff; padding-bottom: 20000px; margin-bottom: -20000px;}
.left-panel__link {display: block; text-align: center; text-decoration: none; font-size: 12px; margin-bottom: 30px;color: #4a4a4a; position: relative;}
.left-panel__link:hover {color: #4a90e2;}
.left-panel__link--active {font-weight: bold; color: #4a90e2;}
.left-panel__img {display: block; margin: 0 auto; margin-bottom: 5px;}
.left-panel__img--active {padding-top: 20%; margin-bottom: 0;}
.left-panel__span--active {display: block; margin: 0 auto; width: 50px; height: 50px; border-radius: 50%; background: #4a90e2;}

.main_block { position: relative; overflow-y: hidden; margin: 0 3% 0 0;} 
.main_block--active {display: block;}
.wrapper_content {
    margin-bottom: 30px; 
    background: #fff; 
    -webkit-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    box-shadow: 2px 2px 5px 0px rgba(230,234,238,1); 
    position: relative; 
    padding-bottom: 30px; 
    overflow:hidden;
}

.wrapper_content > .row {
    padding: 40px 20px 0 !important;    
}

.wrapper_content--66 {width: 66%; float: left; overflow-y: auto;}
.wrapper_content--30 {width: 30%; float: right; overflow-y: auto;}
.wrapper_content--60 {width: 60%; float: left;}
.wrapper_content--37 {width: 37%; float: right;}
.wrapper_accordion {padding-bottom: 50px;}
.heading--margin-bottom75 {margin-bottom: 75px;}

.content__top {height: 72px; padding: 29px 35px 22px 16px; border-bottom: 1px solid #f7f7f7;}
.content__top__text {display: inline-block;font-family: 'OpenSans-Light'; font-size: 16px;}
.content__top__progress {float: right;width: 82%;}
.content__top__progress__cell {display: inline-block;width: 7.89%;height: 15px;border-radius: 10px;background: #e6eaee;vertical-align: middle;}
.content__top__progress__cell--active {background: #70d600;}

.graphs {
    padding: 4% 4% 0 4%;
}
.graphs--padding-bottom {padding-bottom: 47px;}
.wrapper__graphs {width: 100%; margin-top: 25px;}
.wrapper__graphs__circle {display: inline-block; width: 23%; text-align: center; vertical-align: top; position: relative;}
.graphs__heding {
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    font-size: 1.02rem;
}
.graphs__circle--blue {border-color: #96c7ff;}
.graphs__circle--green {border-color: #a5df65;}
.graphs__circle--orange {border-color: #f5a623;}
.graphs__circle__number {
    position: absolute;
    left: 68%;
    color: #b3b2b2;
    top: 10px;
    font-size: 1.02rem;
}
.graphs__circle__img {position: absolute; top: 0; bottom: 0; left:0; right:0; margin :auto; width: 50%;}
.graphs__circle__text {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    color: #777;
}
circle[data-circle="18748923"],
circle[data-circle="18748961"],
circle[data-circle="18748838"] {
    fill: tomato;
}
.svg-container {display: block; height: 120px; width: 120px; margin: 0 auto; border-radius: 100%; position: relative;}
.svg {transform: rotate(-90deg);}
.svg circle {stroke-dashoffset: 0; transition: stroke-dashoffset 1s linear; stroke: #dcdcdc; stroke-width: 6px;}
.bar--blue {stroke: #96c7ff !important;}
.bar--green {stroke: #a5df65 !important;}
.bar--orange {stroke: #f5a623 !important;}

.button__bottom {float: right; width: 298px; height: 35px; margin-bottom: 70px; border: none; background: #4a90e2; color: #fff; border-radius: 20px; cursor: pointer;}

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc !important;
    color: #555;
}

.btn.paginator {
    margin-right: 5px;
}

.table_stl1 tr.selected_row {
    background: #FFF59D;
}

.wrapper_content--progress {padding: 20px 0;}

.aoc_popup.expanded {
    width: 98%;
}



.wrapper_progress {padding: 0 30px 30px 30px;}
.progress_main {width: 100%; position: relative; background: #ecf0f1; border-radius: 20px;}
.text-progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-weight: bold; font-size: 10px;}
.progress {height: 25px; border-radius: 20px;}
.progress--green {width: 15%; background: #8cddb1;}
.progress--yellow {width: 25%; background: #eed980;}
.progress--orange {width: 10%; background: #e8b689;}
.progress--purple {width: 60%; background: #c2a4d3;}
.wrapper_progress-info {width: 55%; margin: 0 auto; margin-top: 10px;}
.progress__text {font-size: 12px; display: inline-block; vertical-align: top;}
.progress__text--right {float: right;}
.arrow-green {color: #b0ef70;}
.arrow-red {color: #f7786c;}
.dash-blue {color: #4a90e2; font-weight: bold;}


 

.wrapper_blue {position: relative; min-height: 60px; padding: 5px 25px; background: #96c7ff; color: #fff;}
.blue_section__img {margin: 0 7%;}
.blue_section__text {display: inline-block; width: 35%; margin-right: 10%; font-size: 14px; padding-top: 5px; vertical-align: top;}
.blue_section__text--bold {font-weight: bold;}
.blue_section__text--tiny {font-family: 'OpenSans-Light'; font-size: 12px;}
.blue_section__text--big {display: inline-block; font-size: 22px; font-weight: bold; vertical-align: top; padding-top: 15px;}
.blue_section__text--small {display: inline-block; font-size: 12px; vertical-align: top; margin-top: 25px;}
.wrapper_padding {padding: 25px 10px 10px 10px;}
.table--colegios {font-size: 12px;}
.table_cell--5 {width: 5%; padding: 10px 0;}
.table_cell-text-right {text-align: right;}
.table_cell-text-center {text-align: center;}

.slideshow-container {max-width: 1000px; position: relative; margin: auto;}
.link_prev, .link_next {cursor: pointer; position: absolute; top: 3%; width: auto; padding: 16px; color: #fff; font-weight: bold; font-size: 18px;}
.link_prev {left: 0.5%;}
.link_next {right: 0.5%;}
.link_prev:hover, .link_next:hover {background-color: rgba(225,225,225,0.8);}
.fade {-webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s;}
@-webkit-keyframes fade {from {opacity: .4} to {opacity: 1}}
@keyframes fade {from {opacity: .4} to {opacity: 1}}
@media only screen and (max-width: 300px) {.prev, .next,.text {font-size: 11px}}

.wrapper_border-top {padding: 10px 0; border-top: 1px solid #f7f7f7; text-align: center;}

.highcharts-credits {display: none;}
#container3 {margin-top: 30px;}


#blocks  {width: 100%; overflow: hidden}
.block {position: relative; width: 100%;}
.block:not(:first-of-type) {display: none;}
.progress_bar {width: 80%; margin: 0 auto; position: relative; height: 50px; z-index: 1;}
.progress_bar hr.all_steps {
    width: 100%; 
    height: 2px; 
    border: none; 
    background: #4a90e2; 
    border-bottom: 1px solid #fff; 
    position: absolute; 
    bottom: -13px; 
    left: 0%; 
    z-index: 1;
}
.progress_bar hr.current_steps {
    width: 0%; 
    border: 0; 
    height: 2px; 
    background: #4a90e2; 
    position: absolute; 
    bottom: -13px; 
    left: 0%; 
    z-index: 2;
    display: none;
}
.progress_bar div.step {float: left; width: 50%; height: 50px; text-align: center; font-size: 12px; color: #b4bfc0; position: relative; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
.progress_bar div.step:before {position: absolute; width: 18px; height: 18px; border-radius: 20px; border: 1px solid #4a90e2; background: #4a90e2; bottom: 0; left: 50%; margin-left: -6px; content: ''; z-index: 3; display: none;}
.progress_bar div.step:after {position: absolute; width: 18px; height: 18px; border-radius: 20px; border: 1px solid #4a90e2; background: #fff; bottom: 0; left: 50%; margin-left: -6px; content: ''; z-index: 2; cursor: pointer;}
div#step1.step:before, div#step1.step:after {left: 50%;}
#step1 span {position: relative; left: 0%; display: inline-block;}
div#step3.step:before, div#step3.step:after {left: 70%;}
#step3 span {padding-left: 40%;}
.progress_bar div.step.current {color: #4a90e2; font-weight: bold;}
.progress_bar div.step.current:before {display: block;}
.progress_bar div.step.complete {color: #7f8c8d;cursor: pointer;}
.progress_bar div.step.complete:before {display: block;}

.content__top--height {height: 53px; padding: 17px 15px 6px 15px;}
.content__top__info-link {float: right;}

.wrapper__50 {
    width: calc(50% - 30px); 
    display: inline-block; 
    vertical-align: top; 
    color: #7f8c8d;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}

.graph-text-wp {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.svg_circle {display: block; margin:  0 auto; width: 90%;}
.svg_circle__small {cursor: pointer; -webkit-transform: scale(1); -webkit-transform-origin: 50% 50%; -webkit-transition:.3s; transform: scale(1); transform-origin: 50% 50%; transition:.3s;}
.layer:hover + g .svg_circle__small {-webkit-transform: scale(1); -webkit-transform-origin: 50% 50%; -webkit-transition:.3s; transform: scale(1); transform-origin: 50% 50%; transition:.3s;}
.svg_circle__small--active {font-size: 20px;}
.svg_circle__small:hover {-webkit-transform: scale(1, 1);}
.svg_circle--blue:hover {fill: #96c7ff;}
.svg_circle--green:hover {fill: #a5df65;}
.svg_circle--orange:hover {fill: #f5a623;}

.header_circle-text {
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    height: 80px;
}
.header_circle-text--blue-border {border-color: #96c7ff;}
.header_circle-text--green-border {border-color: #a5df65;}
.header_circle-text--orange-border {border-color: #f5a623;}
.header_circle-text__img {
    height: 80px;
    position: absolut;
}
.SM-configuration-content .header_circle-text__text,
.dimension_evaluation-information .header_circle-text__text {
    display: inline-block;
    font-family: 'OpenSans-Bold';
    font-size: 1.2rem;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2em;
}
.SM-configuration-content .header_circle-text__text {
    padding-left: 0px;
    top: -30px;
   
}
.dimension_evaluation-information .header_circle-text__text {
    top: -32px;
}
.dimension_evaluation-information {
    margin-top: -20px;
}
.wrapper_circle-text {display: none; width: 100%;}
.wrapper_circle-text--current {display: inherit;}
.circle-text__about {
    padding: 13px 0 50px;
    font-family: 'OpenSans-Regular';
    font-size: 1em;
    line-height: 25px;
}

.wrapper_circle-text > h2 {
    margin-top: 15px;
}

.wrapper_circle-text > ul {
    padding: 10px 0;
}

.wrapper_circle-text > ul .add_parameter {
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: stretch;
    -webkit-justify-content: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-content: stretch;
    -webkit-align-content: stretch;
}

.wrapper_circle-text > ul .ev-startup-bubble-main-wrapper {
    display: inline-block;
    width: calc(100% - 55px);
    line-height: 1.25;
    padding: 8px 0;
}

.wrapper_circle-text > ul .add_parameter i {
    padding: 12px 20px;
    border-right: 1px solid #ddd;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.wrapper_circle-text > ul .add_parameter i:before {
    transition: all .4s;
}

.wrapper_circle-text > ul .add_parameter:hover {
    box-shadow: 1px 1px 1px 1px #eee;
}

.wrapper_circle-text > ul .add_parameter:hover i:before {
    transform: rotate(180deg);
}

.wrapper_circle-text > ul .add_parameter:hover i.bg-orange {
    background-color: #f5a623;
    color: #fff;
}
.wrapper_circle-text > ul .add_parameter:hover i.bg-blue {
    background-color: #96c7ff;
    color: #fff;
}
.wrapper_circle-text > ul .add_parameter:hover i.bg-green {
    background-color: #a5df65;
    color: #fff;
}

.tarea_titulo .left-dot {    
	
    padding-left: 25px;
    list-style-type: none;
}

.button_borders {float: right; width: 227px; height: 41px; border-radius: 20px; border: 1px solid #4a90e2; color: #4a90e2; font-weight: bold; background: #fff; margin-right: 35px; cursor: pointer;}
.button_borders--margin-top70 {margin-top: 70px;}

.wrapper_info {
    display: inline-block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.Indicadores-Seleccion-wrapper .modal__accordion.info.info--white.clearfix {
    width: 100%;
    max-width: 100%;
    height: 55px;
}

.wrapper_content .info,
.info.tag-dimension {
    display: inline-block;
    max-width: 180px;
    min-width: 130px;
    width: 40%;
    margin-right: 20px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    vertical-align: top;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    height: 50px;
}
.info.tag-dimension {
    display: inline-block;
    max-width: 150px;
    min-width: 130px;
    width: 40%;
    margin-right: 20px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    vertical-align: top;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    height: 40px;
}
.info--green {
    background: #e8f7d8;
}
.info--blue {
    background: #e5f1ff;
}
.info--orange {
    background: #fce9c8;
}
.info__line {
    display: inline-block; 
    width: 40px;  
    border-right: 1px solid #f7f7f7; 
    vertical-align: middle; 
    text-align: center; 
    position: absolute;
}
.info__line--green {border-right-color: #a5df65;}
.info__line--blue {border-right-color: #96c7ff;}
.info__line--orange {border-right-color: #f5a623;}
.info__img {}
.info_wrap {
    display: inline-block;
    padding: 6px 10px 6px 50px;
    overflow: hidden;
    height: 100%;
}

.info_wrap{
    padding: 6px 0px!important;
    text-align: center;
    margin:0 auto;
}

.info__text {
    font-size: .8em;
    line-height: 1.3;
    text-align: left;
    color: #7f8c8d;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    height: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.info__text2 {
    padding-top: 10px;
    font-size: 16px;
    color: #7f8c8d;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}
.info__text2 span {
    padding-top: 6px;  
    display: inline-block;
    cursor: pointer;
}

.info__text--blue {
    color: #4a90e2;
    font-size: 12px;
    font-weight: normal;
}
.info--white .info__text {
    -webkit-line-clamp: 1;
    font-size: 12px;
}
.info__close {
    position: absolute;
    top: -9px;
    right: -9px;
    display: inline-block;
    width: 17px;
    height: 17px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #696969;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);
    cursor: pointer;
    font-size: 8px;
    line-height: 19px;
}

.drag_block {width: 90%; padding: 50px 20px 30px 20px; margin: 0 auto; margin-top: 20px; margin-bottom: 50px; border: 5px dashed #e6eaee; border-radius: 10px; color: #cecece;}
.drag_block__text {max-width: 400px; margin: 0 auto; margin-bottom: 20px; font-family: 'OpenSans-Light'; text-align: center;}

.wrapper_blocks-drag {width: 100%; padding: 20px;}
.wrapper__48 {width: 48%; margin-top: 67px; display: inline-block; padding-left: 40px; margin-bottom: 50px;}
.wrapper__49 {width: 49%; float: right;margin-right: 30px; margin-top: 67px; display: inline-block; vertical-align: top; margin-bottom: 50px;}

.info--white {margin-right: 15px; margin-bottom: 20px; border-radius: 5px; border: 2px solid transparent;}
.info--white:hover {border: 2px solid #2d80e0;}
.info__line--white {height: 56px;}
.info__wrap-bottom {margin-top: 5px;}
.info__img-stars {margin-left: 10px;}
.info__wrap-cube {display: inline-block;}
.info__cube {display: inline-block; width: 11px; height: 11px; border-radius: 2px;}
.info__cube--blue {background: #96c7ff;}
.info__cube--green {background: #b0ef70;}
.info__cube--orange {background: #f5a623;}

.more_link {display: block; max-width: 420px; text-align: center; color: #4a90e2; font-weight: bold; line-height: 30px; text-decoration: none; -webkit-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1); -moz-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1); box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);}

.wrapper__49__section {display: inline-block; vertical-align: top;}
.wrapper__49__section--70 {width: 70%; padding-left: 30px;}

.inclusion__img {
    margin-left: 35px;
    width: 100px;
    height: 100px;
}
.inclusion__heading {font-family: 'OpenSans-Bold'; font-size: 22px;}
.wrapper_inclusion__block {margin-bottom: 30px; margin-top: 20px;}
.inclusion__block {display: inline-block; margin-right: 5px; border: 1px solid transparent; border-radius: 20px; line-height: 16px;}
.inclusion__block--blue {background: #e5f1ff; border-color: #96c7ff;}
.inclusion__block--green {background: #e8f7d8; border-color: #a5df66;}
.inclusion__block--orange {background: #fce9c8; border-color: #f5a623;}
.inclusion__block__circle {display: inline-block; margin-left: 3px; width: 8px; height: 8px; border-radius: 50%;}
.inclusion__block__circle--blue {background: #96c7ff;}
.inclusion__block__circle--green {background: #a5df66;}
.inclusion__block__circle--orange {background: #f5a623;}
.inclusion__block__text {display: inline-block; padding: 0 15px 0 10px; font-size: 10px;font-weight: bold;}
.inclusion__text {font-size: 14px; line-height: 20px;}

.wrapper_search {width: 38%; display: inline-block; position: relative;}
.input_search {width: 95%; margin-top: 16px; margin-left: 20px; border: 1px solid #e3e3e3; border-radius: 5px; line-height: 35px;}
.input_search__icon {position: absolute; right: 3%; top: 23px; cursor: pointer;}

.button_borders--margin-top13 {margin-top: 13px;}

.button_borders--top-content {
    margin-right: 0;
    margin-top: -15px;
}

.table {width: 100%; margin-top: 25px; color: #7f8fa4; font-size: 14px;}
.table__head {color: #cfd2d6;}
.table__head__cell {padding-bottom: 15px;}
.table__head__arrow {font-size: 10px;}
.table__cell--7-3 {width: 7.3%; padding-left: 20px; border-bottom: 1px solid #f7f7f7;}
.table__cell--39 {width: 39%; font-weight: bold; padding: 18px 0; border-bottom: 1px solid #f7f7f7;}
.table__cell--18-2 {width: 18.2%; border-bottom: 1px solid #f7f7f7;}
.table__cell--28 {width: 28%; border-bottom: 1px solid #f7f7f7;}
.table__cell--4-3 {width: 4.3%; border-bottom: 1px solid #f7f7f7;}
.table__cell--3-2 {width: 3.2%; border-bottom: 1px solid #f7f7f7;}

.label__checkbox_green {display: inline-block; cursor: pointer; position: relative;}
.label__checkbox_green:before {content:""; display: inline-block; width: 18px; height: 18px; margin-right: 10px; position: absolute; left: 0; bottom: -3px; background-color: #fff; border: 1px solid #95a5a6; border-radius: 2px;}
.checkbox_green[type=checkbox] {display: none;}
.checkbox_green[type=checkbox]:checked + .label__checkbox_green:before {content:""; background: #b0ef70; border-color: #b0ef70; -webkit-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1); -moz-box-shadow: 2px 2px 5px 0px rgba(230,234,238,1); box-shadow: 2px 2px 5px 0px rgba(230,234,238,1);}

.table__indicador {display: inline-block; margin-right: 5px; margin-bottom: 2px; line-height: 25px; padding: 0 15px; border-radius: 20px; background: #dbe9f9; color: #4a90e2; font-size: 10px; font-weight: bold; text-transform: uppercase;}
.table__link_dots {display: inline-block; width: 25px; height: 25px; text-decoration: none; border-radius: 50%;background: #dbe9f9; color: #4a90e2; font-weight: bold; text-align: center;}
.table__link_arrow {text-decoration: none; color: #4a90e2; font-weight: bold; font-size: 24px; line-height: 24px;}

.wrapper_paginator {width: 55%; margin: 10px 30px 5px 0; float: right; text-align: right; color: #b0b8c6; font-size: 12px;}
.paginator__link {text-decoration: none; color: #4a90e2; font-weight: bold; font-size: 24px;}
.paginator__number {color: #4a90e2; padding: 0 9%; font-weight: bold; font-size: 14px;}

.margin-left8-3 {margin-left: 8.3%;}
.margin-left6-6 {margin-left: 6.6%;}
.margin-left25 {margin-left: 25%;}

.modal-wrapper {width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #f0f2f4; visibility: hidden; overflow: scroll; opacity: 0; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; z-index: 1000;}
.modal-wrapper.open {opacity: 1; visibility: visible;}
.modal {display: none; width: 80%; padding: 73px 5% 100px 5%; background: #fff; border-radius: 5px; -webkit-box-shadow: 0px 0px 3px 1px rgba(230,234,238,1); -moz-box-shadow: 0px 0px 3px 1px rgba(230,234,238,1); box-shadow: 0px 0px 3px 1px rgba(230,234,238,1);position: absolute; left: 10%; top: 65px; z-index: 10; max-height: calc(100vh - 100px); overflow-y: auto;}
.modal__head {margin-bottom: 20px; font-size: 14px; font-weight: bold; color: #7f8c8d;}
.modal__accordion {width: 100%;  margin-top: 20px;}
.info__text--margin-top20 {margin-top: 20px;}
.info__number {float: right; text-align: right; margin-top: 12px; margin-right: 10px; font-size: 14px; color: #7f8c8d;}
.info__number--blue {color: #4a90e2; font-weight: bold;}
.modal__accordion--active, .modal__accordion:hover {border: 2px solid #2d80e0;}
.modal__accordion-panel { margin-top: -10px; display: none; overflow: hidden; transition: max-height 0.2s ease-out; padding: 20px 0;}
.modal__close {width: 225px; margin-bottom: 0; margin-top: 45px;}

.table-accordion {width: 100%; border: 1px solid #efefef; color: #7f8c8d; font-size: 14px; margin-bottom: 20px; border-bottom: none;}
.table-accordion__cell--11-5 {width: 5%; padding-left: 20px; border-bottom: 1px solid #efefef;}
.table-accordion__cell--80 {width: 80%; padding: 14px 0; border-bottom: 1px solid #efefef;}
.table-accordion__cell--8-5 {width: 8.5%; text-align: right; padding-right: 10px; border-bottom: 1px solid #efefef;}
.table-accordion__cell--20 {
    width: 20%;
    text-align: right;
    padding: 14px 0;
    border-bottom: 1px solid #efefef;
    padding-right: 20px;
}

.contentMenu {
    background-color: #f8f8f8;
   
}

.vector_details_content_information {
    display: inline-block;
}

th.table_header_cell {
    #text-align: center;
}

.jstable-cell {
    border-bottom: 1px solid #DDD;
    padding: 7px 7px 7px 17px !important;
}

input#filter-quick_search {
    width: 60% !important;
}

.school__indicador {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    line-height: 25px;
    padding: 6px 15px;
    border-radius: 20px;
    background: #dbe9f9;
    color: #4a90e2;
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
}

button.btn.btn-default.btn_back_to_rewards_i_manage {
    border: 0.5px solid #4a90e2 !important;
    padding: 3px 10px;
    font-size: 12px;
    width: 80px;
    height: 35px;
    background: #fff;
    color: #4a90e2;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.colegios_selected {
    margin-bottom: 50px;
}
.vector_container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: stretch;
    -webkit-justify-content: stretch;
    align-content: stretch;
    -webkit-align-content: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    
}
.Indicadores-Seleccion-wrapper .vector_container{
    width: 100%;
    margin: 0px;
}
.Indicadores-Seleccion-wrapper .info__text--margin-top20 {
    margin-top: 10px;
}

.wrapper_list {padding: 25px 10%;}
.list_actions {margin-bottom: 50px; font-size: 14px; font-weight: bold; color: #7f8fa4;}
.list_actions li.list__item {margin-bottom: 20px; margin-left: 15px; list-style: disc; }

.panel-item {line-height: 22px; padding: 15px 40px; border: 1px solid #efefef; border-top: none; color: #9aa6b7; font-size: 14px;}
.panel-item--active {
    background: #f8fcff; 
    font-size: 16px; 
    font-weight: bold;
}
.panel__text {width: 90%; display: inline-block;}
.left-dot {margin-right: 15px;}
.wrapper-panel_links {float: right;}
.panel__link {display: inline-block; margin-bottom: 4px; margin-left: 13px; width: 14px; height: 14px;     color: #4a90e2;font-size: 23px;  cursor: pointer;}
.panel__link--arrow-right {background: url('../img/arrow_right.png') no-repeat 50% 50%;}
.panel__link--arrow-bottom {background: url('../img/arrow_bottom.png') no-repeat 50% 50%;}
.panel_sub {margin: 35px 0;}
.panel_sub__img {float: left;}
.wrapper_sub-right {float: right; width: 60%;}
.panel_sub__text {margin-bottom: 50px; color: #9eabbb; font-weight: normal; font-size: 14px; text-align: justify;}

div.title_element {
    font-size: 16px;
    padding: 5px 0;
    color: #666;
    font-weight: 600;
}


.erv-css #results_table2 .simple_pager:first-child{
    display:none!important;
}

.erv-css #results_table2 .simple_pager:last-child{
    display: block!important;
    margin: 10px auto!important;
    width: 100%!important;
    position: static!important;
    text-align: center;

}

.erv-css #results_table2 .simple_pager .previous, .erv-css #results_table2 .simple_pager .next, .erv-css #results_table2 .simple_pager .page {
    border: 0.5px solid #4a90e2 !important;
    padding: 3px 10px;
    font-size: 11px;
    width: 90px;
    height: 35px;
    background: #fff;
    color: #4a90e2;
    border-radius: 20px;
    font-weight: bold;
}

.erv-css #results_table2 .simple_pager .page.current{
    background-color: #fff!important;
    color: #4A90E2;
    font-weight: bold;
    width: 30px;
    border: none !important;
}

.erv-css #form_results .table_header_cell{
    background-image: none!important;
    background-color: #f9f9f9!important;
    padding:10px 20px;
}

.erv-css .form-table-results #form_results th{
    border: none!important;
    background-color: #f9f9f9!important;
}

.erv-css #form_results .jstable-cell:nth-child(2){
    font-weight: bold!important;
}

.erv-css .simple_pager a{
    float: none!important;
}

.erv-css #results_table2 .simple_pager .previous, #results_table2 .simple_pager .next, #results_table2 .simple_pager .page{
    display: inline-block!important;
}

.simple_pager .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 0px 0 rgba(255,255,255,1), 0 0 0px rgba(0, 0, 0, 0.3) inset;
    cursor: default;
}

td#float-menu {
    display: none !important;
    position: absolute;
}
.colegios_rewards #previus_pager, 
.colegios_rewards #next_pager {
    padding-left: 0 !important;
}

.colegios_rewards table#div_view_more {
    width: 100%;
}
.your_dimension_content.dimensions.col-xs-12.col-sm-4 {
    padding-right: 0px;
}


.heading {font-size: 24px; font-family: 'OpenSans-Light'}
.heading--margin-bottom75 {margin-bottom: 75px;}
.heading--bold {font-family: 'SourceSansPro-Regular'; display: inline-block;}
.heading--bold sup {font-family: 'SourceSansPro-Regular'; font-size: 14px}
.wrapper_content--width90 {width: 90%; margin-top: 30px;}
.wrapper_content--margin-top115 {margin-top: 115px;}
.colegios__img_pcipal_detalle {
    width: 40%;
    max-width: 220px;
    
}
.wrapper__colegios-info {padding: 18px 10px 10px 19px;}
.colegios__name {font-size: 20px;}
.colegios__locaton {padding-top: 5px; color: #9b9b9b; font-size: 14px;}
.wrapper__ninos {padding-top: 35px;}
.wrapper__ninos p {display: inline-block; font-size: 18px; color: #4a90e2;}
.text--right-bold {font-weight: bold; float: right;}


.text__descripcion {padding: 30px 15px; color: #9aa9aa;}
.wrapper_colegios-about {
    width: calc(100% - 230px);
    display: inline-block;
    padding-left: 40px;
}
.button__bottom--width170 {width: 170px; margin-bottom: 0;}
.colegios__adress {margin-top: 13px; color: #9b9b9b; font-size: 18px;}
.wrapper--20 {display: inline-block; width: 20%; vertical-align: top;}
.wrapper--75 {display: inline-block; width: 75%;}
.margin-top25 {margin-top: 25px;}
.margin-bottom25 {margin-bottom: 25px;}
.text--bold-small {display: inline-block; width: 24%; font-family: 'SourceSansPro-Regular'; font-size: 14px; margin-bottom: 2px; line-height: 1.2;}
.text--light-small {display: inline-block; width: 75%; font-size: 14px; color: #aaa; margin-bottom: 2px; line-height: 1.2;}
.text--light-big {color: #aaa; font-family: 'OpenSans-Light'; line-height: 1.2;}
.link__blue {font-size: 12px; color: #4a90e2; text-decoration: none; font-weight: bold;}

.wrapper_content--padding {padding: 17px 0;}
.wrapper--32 {display: inline-block; width: 32%; padding-left: 35px; vertical-align: top;}
.border--grey {border-right: 1px solid #e6eaee;}
.number--big {font-family: 'SourceSansPro-Regular'; color: #4a90e2; font-size: 35px; margin-right: 10px;}
.number--big-grey { color: #cdcdcd;}
.text--inline {display: inline-block;}

.left-tab {float: left; display: inline-block; width: 29%; list-style-type: none; text-align: right; font-size: 12px;}
.left-tab__item {
    line-height: 1.5em; 
    padding: 15px; 
    cursor: pointer;
}
.left-tab__item--current,
.left-tab__item:hover {
    font-weight: bold; 
    background: #96c7ff;
    color: white;
    letter-spacing: 0.5px;
}

.wrapper--70 {float: left; display: inline-block; width: 70%; padding: 30px; vertical-align: top; border-left: 1px solid #e6eaee;}
.left-tab__content {display: none;}
.left-tab__content--current {display: inline-block;}
.wrapper--right {float: right; width: 60%;}
.number-text--small {font-size: 12px; color: #8b99ac; display: inline-block;}

.table-puntos {width: 100%; padding-top: 30px; color: #8897ab; font-size: 14px;}
.table-puntos__head {font-size: 12px; padding-bottom: 15px;}
.table-puntos__cell-15 {width: 15%; padding-bottom: 15px;}
.table-puntos__cell-75 {width: 75%; padding-bottom: 15px;}
.table-puntos__cell-10 {text-align: right; vertical-align: top; padding-bottom: 15px;}

.actions_content.colegio_tareas_evaluacion button.button_borders.button_borders--top-content {
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    background: #4a90e2;
}


.form-fill-wrapper-total_faux .question {
    margin: 0;
    padding-left: 0;
}
.form-fill-wrapper-total_faux .question, .question-context {
    border:  none !important;
}
.form-fill-wrapper-total_faux span.form-question-text {
    font-size: 1.1em !important;
    line-height: 1.2em;
}
.form-fill-wrapper-total_faux span.answer-text {
    width: 90% !important;
    white-space: normal;
    line-height: 1.2em;
}
.form-fill-wrapper-total_faux .question_error,.form-fill-wrapper-total_faux .question_saved {
    background: none !important;
}
.dimension_evaluation-information {
    padding: 4%;
}


@media screen and (max-width: 1279px)  {
.content__top__progress__cell {width: 7.5%;}
 }

@media screen and (max-width: 1200px)  {
.wrapper__graphs {margin: 0 auto;}
}

@media screen and (max-width: 1195px)  {
.wrapper__48 {width: 30%; margin-bottom: 30px;}
.wrapper__49 {width: 60%; margin-bottom: 30px;}
.more_link {width: 200px;}

.header_circle-text__text{
  font-size:1em;  
}

}

@media screen and (max-width: 1130px)  {
.wrapper_paginator {width: 90%;}
}

@media screen and (max-width: 950px)  {
.left-panel {float: none; width: 100%; padding-bottom: 0; margin-bottom: 0; padding: 20px 0;}
.left-panel__link {display: inline-block; margin: 0 1%;}
.content__top {height: auto;}
.content__top__progress {float: none; width: 98%; margin: 0 auto;}

.info{
    width: 80%;
}

.header_circle-text__text{
    width:50% ;    
}


 }

@media screen and (max-width: 875px) {
.info {margin-right: 25px;}
}

@media screen and (max-width: 830px)  {
.wrapper__50, .wrapper__48, .wrapper__49 {width: 100%;}
.wrapper__48 {padding-left: 35px;}
.wrapper__49 {float: none;margin-right: 0;}
.more_link {max-width: 100%;}

}

@media screen and (max-width: 767px)  {
.head__text, .head__blue-dot {
    display: none;
}
.progress_bar {width: 80%}
.info {display: block; margin-bottom: 20px;}
.more_link {width: 200px;}
.wrapper__49 {margin-left: 0;}
.wrapper__49__section--70 {width: 100%; padding-right: 30px;}
.inclusion__img {margin-bottom: 20px;}
.wrapper_table {width: 100%; display: inline-block; overflow: scroll;}
.wrapper_search {width: 80%;}
.button_borders--margin-top13 {margin: 30px;}
.table {width: 800px;}
.modal {width: 500px;}
.margin-left25 {margin-left: 5%;}
.paginator__number {padding: 0 5%;}
}

@media screen and (max-width: 720px)  {
.wrapper__graphs {width: 100%;}
.wrapper__graphs__circle {width: 95%;}
.head__user .head__text {
    display: none;
}
}

@media screen and (max-width: 560px)  {
.content__top__progress__cell {width: 6.75%;}
}

@media screen and (min-width: 768px) {
    .your_dimension_content.dimensions .wrapper_content {
        min-height: 453px;
    }
}




.step2 .your_dimension_content .wrapper_content{
    padding:0;
    max-height:auto;
    -webkit-transition: max-height 1s linear;
    -ms-transition: max-height 1s linear;
    -moz-transition: max-height 1s linear;
    transition: max-height 1s linear;
}

.step2 .your_dimension_content .wrapper_content.show{
    max-height: 100%;
}




.list_your_top_startups {
    padding-left: 5%;
    padding-right: 5%;
}

.list_parametros_content {
    padding: 20px 5%;
    
    min-height: 40px;
    
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: none;
    font-weight: normal;
    color: #7f8c8d;    
}

.wrapper_info.list_your_top_startups .startup_selected.ui-state-default {
    border-radius: 2px;
    margin-bottom: 8px;
    cursor: pointer;
    text-align: left;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-content: stretch;
    -webkit-align-content: stretch;
    justify-content: stretch;
    -webkit-justify-content: stretch;
}

.wrapper_info.list_your_top_startups .startup_selected.ui-state-default:hover {
    box-shadow: 1px 1px 1px 1px #eee;
}

.wrapper_info.list_your_top_startups .startup_selected.ui-state-default i {
    padding: 12px 20px;
    border-right: 1px solid #ddd;
    height: auto;
    display: flex;
    display: -webkit-flex;
    margin-right: 10px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
}

.wrapper_info.list_your_top_startups .startup_selected.ui-state-default i:before {
    transition: all .4s;
}

.wrapper_info.list_your_top_startups .startup_selected.ui-state-default:hover i {
    color: #f7786c;
}

.wrapper_info.list_your_top_startups .startup_selected.ui-state-default:hover i:before {
    transform: rotate(180deg);
}

.wrapper_info.list_your_top_startups .startup_selected.ui-state-default .param_text {
    width: calc(100% - 52px);
    line-height: 1.25;
    padding: 8px 0;
}

.list_your_top_startups_actions .button__bottom {
    width: 240px;
    border-radius: 25px;
    margin: 0 auto;
    background-color: #fff;
    float: none;
    display: block;
    color: #4a90e2;
    border: 1px solid #4a90e2;
}

.wrapper_content--66 .school_detail_cont {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.vectores_sugeridos_content {
    padding-bottom: 0;
}

.vectores_sugeridos_content .btn-primary {
    border-radius: 25px;
    background-color: #4a90e2;
    color: #fff;
}

.vector_container .info--accordion {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100% !important;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-top: 10px;
    width: 40%;
    display: flex;
    display: -webkit-flex;
    justify-content: stretch;
    -webkit-justify-content: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-content: stretch;
    -webkit-align-content: stretch;
    height: 100%;
    cursor: auto !important;
}

.vector_container .info--accordion:hover {
    border: 1px solid #4a90e2;
}

.vector_container .info--accordion .info__text2 {
    padding-top: 0;
}

.vector_container .info--accordion .info__line--white {
    height: 100%;
}

.vector_container .info--accordion > .arrow_accordion{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    cursor: pointer;
}

.panorama_column .filter-opt-selected .filter-tab-2-body-text {
   color: rgb(171, 201, 16) !important;
   color: #4a90e2 !important;
}








.carrousel-content {
    padding: 40px;
}

.carrousel-content .question-content {
    margin-bottom: 20px;
}

.form-question-text, 
.carrousel-content .question-content span,
.carrousel-content .question-content span {
    font-family: 'SourceSansPro-Regular';
    color: rgb(74, 74, 74);
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
}

.carrousel-content .list_your_top_startups_actions .btn-primary {
    border-radius: 25px;
    background-color: #4a90e2;
    color: #fff;
    padding: 8px 20px;
    display: block;
    width: 160px;
    margin: 0 auto;
}

.carrousel-content .startup_selected {
    border-radius: 2px;
    margin-bottom: 8px;
    cursor: pointer;
    text-align: left;
    list-style: none;
    padding: 8px;
    align-items: center;
    -webkit-align-items: center;
}

.carrousel-content .startup_selected .label__checkbox_green {
    margin-right: 16px;
    padding-right: 16px;
    width: 18px;
    height: 18px;
    display: block;
}

.carrousel-content .startup_selected .label__checkbox_green:before {
    position: static;
}

.question, .question-context {
    border: none;
    margin: 0;
    padding: 0;
    padding-left: 0;
}

.question_saved,
.question_error,
.question_loading {
    background: none;
}

#pprof-avatar {
    display: none;
}

.colegioDetails-content input {
    font-weight: normal;
}

.colegioDetails-content .question {
    margin-bottom: 20px;
}

.colegioDetails-content .form-question-text {
    margin-bottom: 0;
}

.colegioDetails-content div[id^=aml-wrapper-question-] {
    width: auto;
    display: inline-block;
    min-width: calc(50% - 5px);
}

.colegioDetails-content div[id^=aml-wrapper-question-] input {
    width: calc(100% - 40px) !important;
}

.colegioDetails-content .button_document_form {
    margin-top: 10px;
    padding: 6px 12px;
    border-radius: 25px;
}

input[type=text], 
input[type=numeric], 
input[type=password], 
textarea, select {
    border: none;
    border-bottom: 2px solid #E8E8E6;
    box-shadow: none !important;
    border-radius: 0 !important;
}

input[type=text]:hover, input[type=password]:hover,
textarea:hover, select:hover, input[type=text]:focus,
textarea:focus, select:focus,
.shadow_hover:hover, .gi_select:hover {
    border: none;
    border-bottom: 2px solid #8eb7ef;
    box-shadow: 0px 1px 0px 0px #aecaef;
    border-radius: 0 !important;
}

.fjord-input {
    box-shadow: none;
    border-radius: 0 !important;
}

.form-question-text-wrapper {
    padding-bottom: 5px !important;
}

.fast-select-answer {
    border-radius: 15px;
    padding: 4px 8px;
}




.dimension_evaluation-form .form-question-text {
    font-family: 'SourceSansPro-Regular';
    color: rgb(74, 74, 74);
    font-weight: normal;
}

.dimension_evaluation-content .form-answers-save_faux {
    border-radius: 25px;
    background-color: #4a90e2 !important;
    color: #fff !important;
    padding: 8px 20px;
    display: block;
    width: 160px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2 !important;
}

.question .ui-slider-horizontal,
.context-independent_question .ui-slider-horizontal {
    background: #53d45d;
    background: -moz-linear-gradient(left,#c0e8c9 0%,#53d45d 100%);
    background: -webkit-gradient(left,#c0e8c9 0%,#53d45d 100%);
    background: -webkit-linear-gradient(left,#c0e8c9 0%,#53d45d 100%);
    background: -o-linear-gradient(left,#c0e8c9 0%,#53d45d 100%);
    background: -ms-linear-gradient(left,#c0e8c9 0%,#53d45d 100%);
    background: linear-gradient(left,#c0e8c9 0%,#53d45d 100%);
}



#warped {
    position: absolute;
    display: block;
    top: -16px;
    left: -102px;
}

#warped>span[class^=w]:nth-of-type(n+0){display:block; position:absolute;
-moz-transform-origin:50% 100%; -webkit-transform-origin:50% 100%; -o-transform-origin:50%
100%; -ms-transform-origin:50% 100%; transform-origin:50% 100%; }

#warped span{font-family: 'Cousine', monospace;font-size:14px;font-weight:regular;font-style:normal;
line-height:0.65; white-space:pre; overflow:visible; padding:0px;}

#warped .w0 {-moz-transform: rotate(-0.59rad);-webkit-transform: rotate(-0.59rad);-o-transform:
rotate(-0.59rad);-ms-transform: rotate(-0.59rad); transform: rotate(-0.59rad);
width: 9px; height: 9px; left: 240.2px; top: 123.93px;}

#warped .w1 {-moz-transform: rotate(-0.46rad);-webkit-transform: rotate(-0.46rad);-o-transform:
rotate(-0.46rad);-ms-transform: rotate(-0.46rad); transform: rotate(-0.46rad);
width: 9px; height: 9px; left: 252.33px; top: 116.95px;}

#warped .w2 {-moz-transform: rotate(-0.34rad);-webkit-transform: rotate(-0.34rad);-o-transform:
rotate(-0.34rad);-ms-transform: rotate(-0.34rad); transform: rotate(-0.34rad);
width: 6px; height: 9px; left: 265.35px; top: 112.11px;}

#warped .w3 {-moz-transform: rotate(-0.23rad);-webkit-transform: rotate(-0.23rad);-o-transform:
rotate(-0.23rad);-ms-transform: rotate(-0.23rad); transform: rotate(-0.23rad);
width: 8px; height: 9px; left: 275.86px; top: 108.75px;}

#warped .w4 {-moz-transform: rotate(-0.11rad);-webkit-transform: rotate(-0.11rad);-o-transform:
rotate(-0.11rad);-ms-transform: rotate(-0.11rad); transform: rotate(-0.11rad);
width: 8px; height: 9px; left: 288.67px; top: 106.6px;}

#warped .w5 {-moz-transform: rotate(0.02rad);-webkit-transform: rotate(0.02rad);-o-transform:
rotate(0.02rad);-ms-transform: rotate(0.02rad); transform: rotate(0.02rad);
width: 9px; height: 9px; left: 301.65px; top: 106.02px;}

#warped .w6 {-moz-transform: rotate(0.12rad);-webkit-transform: rotate(0.12rad);-o-transform:
rotate(0.12rad);-ms-transform: rotate(0.12rad); transform: rotate(0.12rad);
width: 4px; height: 9px; left: 315.61px; top: 106.87px;}

#warped .w7 {-moz-transform: rotate(0.22rad);-webkit-transform: rotate(0.22rad);-o-transform:
rotate(0.22rad);-ms-transform: rotate(0.22rad); transform: rotate(0.22rad);
width: 7px; height: 9px; left: 324.45px; top: 108.71px;}

#warped .w8 {-moz-transform: rotate(0.34rad);-webkit-transform: rotate(0.34rad);-o-transform:
rotate(0.34rad);-ms-transform: rotate(0.34rad); transform: rotate(0.34rad);
width: 9px; height: 9px; left: 335.91px; top: 112.38px;}

#warped .w9 {-moz-transform: rotate(0.45rad);-webkit-transform: rotate(0.45rad);-o-transform:
rotate(0.45rad);-ms-transform: rotate(0.45rad); transform: rotate(0.45rad);
width: 4px; height: 9px; left: 348.99px; top: 116.87px;}

#warped .w10 {-moz-transform: rotate(0.55rad);-webkit-transform: rotate(0.55rad);-o-transform:
rotate(0.55rad);-ms-transform: rotate(0.55rad); transform: rotate(0.55rad);
width: 8px; height: 9px; left: 356.61px; top: 122.2px;}



#warped2 {
    position: absolute;
    display: block;
    top: -34px;
    left: -96px;
}

#warped2>span[class^=w]:nth-of-type(n+0){display:block; position:absolute;
-moz-transform-origin:50% 100%; -webkit-transform-origin:50% 100%; -o-transform-origin:50%
100%; -ms-transform-origin:50% 100%; transform-origin:50% 100%; }

#warped2 span{font-family: 'Cousine', monospace;font-size:14px;font-weight:regular;font-style:normal;
line-height:0.65; white-space:pre; overflow:visible; padding:0px;}

#warped2 .w0 {-moz-transform: rotate(3.55rad);-webkit-transform: rotate(3.55rad);-o-transform:
rotate(3.55rad);-ms-transform: rotate(3.55rad); transform: rotate(3.55rad);
width: 8px; height: 9px; left: 254.62px; top: 317.57px;}

#warped2 .w1 {-moz-transform: rotate(3.65rad);-webkit-transform: rotate(3.65rad);-o-transform:
rotate(3.65rad);-ms-transform: rotate(3.65rad); transform: rotate(3.65rad);
width: 6px; height: 9px; left: 244.88px; top: 312.23px;}

#warped2 .w2 {-moz-transform: rotate(3.76rad);-webkit-transform: rotate(3.76rad);-o-transform:
rotate(3.76rad);-ms-transform: rotate(3.76rad); transform: rotate(3.76rad);
width: 8px; height: 9px; left: 233.77px; top: 305.78px;}

#warped2 .w3 {-moz-transform: rotate(3.87rad);-webkit-transform: rotate(3.87rad);-o-transform:
rotate(3.87rad);-ms-transform: rotate(3.87rad); transform: rotate(3.87rad);
width: 9px; height: 9px; left: 222.77px; top: 297.31px;}

#warped2 .w4 {-moz-transform: rotate(3.99rad);-webkit-transform: rotate(3.99rad);-o-transform:
rotate(3.99rad);-ms-transform: rotate(3.99rad); transform: rotate(3.99rad);
width: 8px; height: 9px; left: 213.84px; top: 287.65px;}

#warped2 .w5 {-moz-transform: rotate(4.09rad);-webkit-transform: rotate(4.09rad);-o-transform:
rotate(4.09rad);-ms-transform: rotate(4.09rad); transform: rotate(4.09rad);
width: 4px; height: 9px; left: 209.05px; top: 279.01px;}

#warped2 .w6 {-moz-transform: rotate(4.18rad);-webkit-transform: rotate(4.18rad);-o-transform:
rotate(4.18rad);-ms-transform: rotate(4.18rad); transform: rotate(4.18rad);
width: 7px; height: 9px; left: 201.87px; top: 270.18px;}

#warped2 .w7 {-moz-transform: rotate(4.3rad);-webkit-transform: rotate(4.3rad);-o-transform:
rotate(4.3rad);-ms-transform: rotate(4.3rad); transform: rotate(4.3rad);
width: 9px; height: 9px; left: 195.01px; top: 258.58px;}

#warped2 .w8 {-moz-transform: rotate(4.41rad);-webkit-transform: rotate(4.41rad);-o-transform:
rotate(4.41rad);-ms-transform: rotate(4.41rad); transform: rotate(4.41rad);
width: 7px; height: 9px; left: 191.5px; top: 246.4px;}

#warped2 .w9 {-moz-transform: rotate(4.5rad);-webkit-transform: rotate(4.5rad);-o-transform:
rotate(4.5rad);-ms-transform: rotate(4.5rad); transform: rotate(4.5rad);
width: 4px; height: 9px; left: 190.39px; top: 236.23px;}

#warped2 .w10 {-moz-transform: rotate(4.6rad);-webkit-transform: rotate(4.6rad);-o-transform:
rotate(4.6rad);-ms-transform: rotate(4.6rad); transform: rotate(4.6rad);
width: 8px; height: 9px; left: 186.67px; top: 225.37px;}

#warped2 .w11 {-moz-transform: rotate(4.71rad);-webkit-transform: rotate(4.71rad);-o-transform:
rotate(4.71rad);-ms-transform: rotate(4.71rad); transform: rotate(4.71rad);
width: 8px; height: 9px; left: 186px; top: 212.4px;}

#warped2 .w12 {-moz-transform: rotate(0.37rad);-webkit-transform: rotate(0.37rad);-o-transform:
rotate(0.37rad);-ms-transform: rotate(0.37rad); transform: rotate(0.37rad);
width: 7px; height: 9px; left: 342.49px; top: 107.01px;}

#warped2 .w13 {-moz-transform: rotate(0.46rad);-webkit-transform: rotate(0.46rad);-o-transform:
rotate(0.46rad);-ms-transform: rotate(0.46rad); transform: rotate(0.46rad);
width: 4px; height: 9px; left: 353.56px; top: 111.32px;}

#warped2 .w14 {-moz-transform: rotate(0.55rad);-webkit-transform: rotate(0.55rad);-o-transform:
rotate(0.55rad);-ms-transform: rotate(0.55rad); transform: rotate(0.55rad);
width: 6px; height: 9px; left: 361.27px; top: 116.23px;}

#warped2 .w15 {-moz-transform: rotate(0.66rad);-webkit-transform: rotate(0.66rad);-o-transform:
rotate(0.66rad);-ms-transform: rotate(0.66rad); transform: rotate(0.66rad);
width: 9px; height: 9px; left: 370px; top: 123.41px;}



#warped3 {
    position: absolute;
    display: block;
    top: -21px;
    left: -121px;
}

#warped3>span[class^=w]:nth-of-type(n+0){display:block; position:absolute;
-moz-transform-origin:50% 100%; -webkit-transform-origin:50% 100%; -o-transform-origin:50%
100%; -ms-transform-origin:50% 100%; transform-origin:50% 100%; }

#warped3 span{font-family: 'Cousine', monospace;font-size:14px;font-weight:regular;font-style:normal;
line-height:0.65; white-space:pre; overflow:visible; padding:0px;}

#warped3 .w0 {-moz-transform: rotate(1.21rad);-webkit-transform: rotate(1.21rad);-o-transform:
rotate(1.21rad);-ms-transform: rotate(1.21rad); transform: rotate(1.21rad);
width: 8px; height: 9px; left: 407.01px; top: 173.71px;}

#warped3 .w1 {-moz-transform: rotate(1.32rad);-webkit-transform: rotate(1.32rad);-o-transform:
rotate(1.32rad);-ms-transform: rotate(1.32rad); transform: rotate(1.32rad);
width: 7px; height: 9px; left: 411.17px; top: 185.65px;}

#warped3 .w2 {-moz-transform: rotate(1.44rad);-webkit-transform: rotate(1.44rad);-o-transform:
rotate(1.44rad);-ms-transform: rotate(1.44rad); transform: rotate(1.44rad);
width: 9px; height: 9px; left: 412.56px; top: 198.42px;}

#warped3 .w3 {-moz-transform: rotate(1.56rad);-webkit-transform: rotate(1.56rad);-o-transform:
rotate(1.56rad);-ms-transform: rotate(1.56rad); transform: rotate(1.56rad);
width: 8px; height: 9px; left: 413.99px; top: 211.89px;}

#warped3 .w4 {-moz-transform: rotate(1.66rad);-webkit-transform: rotate(1.66rad);-o-transform:
rotate(1.66rad);-ms-transform: rotate(1.66rad); transform: rotate(1.66rad);
width: 6px; height: 9px; left: 414.48px; top: 223.87px;}

#warped3 .w5 {-moz-transform: rotate(1.75rad);-webkit-transform: rotate(1.75rad);-o-transform:
rotate(1.75rad);-ms-transform: rotate(1.75rad); transform: rotate(1.75rad);
width: 4px; height: 9px; left: 414.09px; top: 233.77px;}

#warped3 .w6 {-moz-transform: rotate(1.85rad);-webkit-transform: rotate(1.85rad);-o-transform:
rotate(1.85rad);-ms-transform: rotate(1.85rad); transform: rotate(1.85rad);
width: 8px; height: 9px; left: 409.56px; top: 244.47px;}

#warped3 .w7 {-moz-transform: rotate(1.96rad);-webkit-transform: rotate(1.96rad);-o-transform:
rotate(1.96rad);-ms-transform: rotate(1.96rad); transform: rotate(1.96rad);
width: 8px; height: 9px; left: 405.27px; top: 256.73px;}

#warped3 .w8 {-moz-transform: rotate(2.07rad);-webkit-transform: rotate(2.07rad);-o-transform:
rotate(2.07rad);-ms-transform: rotate(2.07rad); transform: rotate(2.07rad);
width: 7px; height: 9px; left: 400.35px; top: 267.99px;}

#warped3 .w9 {-moz-transform: rotate(2.16rad);-webkit-transform: rotate(2.16rad);-o-transform:
rotate(2.16rad);-ms-transform: rotate(2.16rad); transform: rotate(2.16rad);
width: 4px; height: 9px; left: 396.37px; top: 276.94px;}

#warped3 .w10 {-moz-transform: rotate(2.26rad);-webkit-transform: rotate(2.26rad);-o-transform:
rotate(2.26rad);-ms-transform: rotate(2.26rad); transform: rotate(2.26rad);
width: 9px; height: 9px; left: 386.95px; top: 286.12px;}

#warped3 .w11 {-moz-transform: rotate(2.36rad);-webkit-transform: rotate(2.36rad);-o-transform:
rotate(2.36rad);-ms-transform: rotate(2.36rad); transform: rotate(2.36rad);
width: 4px; height: 9px; left: 381.64px; top: 294.56px;}

#warped3 .w12 {
    -moz-transform: rotate(2.46rad);
    -webkit-transform: rotate(2.46rad);
    -o-transform: rotate(2.46rad);
    -ms-transform: rotate(2.46rad); 
    transform: rotate(2.46rad);
    width: 7px; 
    height: 9px; 
    left: 372.3px;
    top: 298.54px;
}

#warped3 .w13 {
    -moz-transform: rotate(2.55rad);
    -webkit-transform: rotate(2.55rad);
    -o-transform: rotate(2.55rad);
    -ms-transform: rotate(2.55rad); 
    transform: rotate(2.55rad);
    width: 4px; 
    height: 9px; 
    left: 365.35px; 
    top: 305.77px;
}

#warped3 .w14 {
    -moz-transform: rotate(2.64rad);
    -webkit-transform: rotate(2.64rad);
    -o-transform: rotate(2.64rad);
    -ms-transform: rotate(2.64rad); 
    transform: rotate(2.64rad);
    width: 6px; 
    height: 9px; 
    left: 355.81px; 
    top: 309.95px;
}

#warped3 .w15 {
    -moz-transform: rotate(2.74rad);
    -webkit-transform: rotate(2.74rad);
    -o-transform: rotate(2.74rad);
    -ms-transform: rotate(2.74rad); 
    transform: rotate(2.74rad);
    width: 9px; 
    height: 9px; 
    left: 343.04px;
    top: 313.35px;
}

#warped3 .w16 {
    -moz-transform: rotate(2.85rad);
    -webkit-transform: rotate(2.85rad);
    -o-transform: rotate(2.85rad);
    -ms-transform: rotate(2.85rad); 
    transform: rotate(2.85rad);
    width: 5px; 
    height: 9px; 
    left: 335.73px;
    top: 316.34px;
}

#warped3 .w17 {-moz-transform: rotate(6.09rad);-webkit-transform: rotate(6.09rad);-o-transform:
rotate(6.09rad);-ms-transform: rotate(6.09rad); transform: rotate(6.09rad);
width: 21px; height: 24px; left: 256.43px; top: 51.51px;}

#warped3 .w18 {-moz-transform: rotate(6.28rad);-webkit-transform: rotate(6.28rad);-o-transform:
rotate(6.28rad);-ms-transform: rotate(6.28rad); transform: rotate(6.28rad);
width: 23px; height: 24px; left: 282.27px; top: 49px;}

#warped3 .w19 {-moz-transform: rotate(6.43rad);-webkit-transform: rotate(6.43rad);-o-transform:
rotate(6.43rad);-ms-transform: rotate(6.43rad); transform: rotate(6.43rad);
width: 13px; height: 24px; left: 310.18px; top: 50.76px;}

#warped3 .w20 {-moz-transform: rotate(6.59rad);-webkit-transform: rotate(6.59rad);-o-transform:
rotate(6.59rad);-ms-transform: rotate(6.59rad); transform: rotate(6.59rad);
width: 23px; height: 24px; left: 327.54px; top: 56.07px;}





.panorama_column,
#results_filter {
    background-color: #2b3353 !important;
}

.panorama_column .filter-tab-2-body-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#results_table2 {
    padding-left: 20px !important;
}

#results_table {
    padding: 0px !important;
}

.GI_finutiveApp-wp .panorama_column.panorama_column .ui-slider .ui-slider-handle {
    background-color: #6fb3a1 !important;
    width: 6px !important;
    border: 1px solid #888 !important;
    margin-top: -2px !important;
    margin-left: -2px !important;
}

.GI_finutiveApp-wp .panorama_column.panorama_column .filter-tab-2-body input[type="text"] {
    color: #555 !important;
    margin-bottom: 10px !important;
}

.GI_finutiveApp-wp .panorama_column.panorama_column .sort-option {
    display: block !important;
}

.GI_finutiveApp-wp .panorama_column.panorama_column .filter-pie-chart {
    display: none !important;
}





.finutive_admin_indicators {
    padding: 10px;
    background-color: #fafafa;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px 2px #eee;
}
.finutive_admin_section_title {
    font-weight: 600;
    font-size: 24px;
    color: #4b4b4b;
    border-left: 5px solid #6fb3a1;
    padding-left: 10px;
    margin: 20px 0;
}

.finutive_indicator_panel {
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
}

.finutive_indicator_panel.no_border {
    border-right: 0px;
}

.finutive_indicator_panel .finutive_indicator_value {
    font-weight: 600;
    font-size: 30px;
    color: #4b4b4b;
    font-family: 'OpenSans-Bold';
    margin-bottom: 5px;
}


.finutive_indicator_panel .finutive_indicator_text {
    text-transform: uppercase;
    font-size: 14px;
    color: #4b4b4b;
    font-family: 'OpenSans-Light';
}

.fj_feedback_lateral {
    display: none;
}

.aml_social_layer_title {
    display: none;
}

.popupTitleContent {
    padding: 0px 10px;
}



@media (min-width: 768px) {
    .invoices_filters-wrapper .invoices_filters-state,
    .invoices_filters-wrapper .invoices_filters-date {
        width: 50%; 
    }
    
    .invoices_filters-wrapper .invoices_filters-options {
        width: 100%;
    }
}