﻿/*COLORS
    COLOR 1: #ff6b35
    COLOR 2: #3cb8be
    COLOR NEUTRO: #7878b8
*/
#chartdiv {
    width: 100%;
    height: 250px;
}

/*GENERAL*/
html, body, header, section, footer, div, span, table, thead, tbody, tr, td, th, img, label, input, select, textarea, p, h1, h2, h3, h4, h5, h6, form, ul, ol, li, a {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%; min-width: 100%; min-height: 100%;}
body, label, p, h1, h2, h3, h4, h5, h6, input, select, textarea, a, th {font-size: 1em; font-family: 'Mirai'; font-weight: normal; color: #7f7f7f; text-decoration: none;}
body {background: #fff; position: relative;}
a, a label, a input {cursor: pointer;} 
li {list-style: none;} 
table {border-spacing: 0; border-collapse: collapse;}
i.icon {margin-left: 5px; margin-top: 1px; font-family: 'Mirai'; font-size: 0.9em !important; font-style: normal;}
input, select, textarea {box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -khtml-box-sizing: border-box;}
* {transition: padding 0.3s ease-in-out, max-height 0.3s ease-in-out, max-width 0.3s ease-in-out, height 0.3s ease-in-out, width 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, margin 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out, stroke-dasharray 1s ease-out, transform 0.3s ease-in-out;
   -webkit-transition: padding 0.3s ease-in-out, max-height 0.3s ease-in-out, max-width 0.3s ease-in-out, height 0.3s ease-in-out, width 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, margin 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out, stroke-dasharray 1s ease-out, transform 0.3s ease-in-out;
   -moz-transition: padding 0.3s ease-in-out, max-height 0.3s ease-in-out, max-width 0.3s ease-in-out, height 0.3s ease-in-out, width 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, margin 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out, stroke-dasharray 1s ease-out, transform 0.3s ease-in-out;
   -o-transition: padding 0.3s ease-in-out, max-height 0.3s ease-in-out, max-width 0.3s ease-in-out, height 0.3s ease-in-out, width 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, margin 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out, stroke-dasharray 1s ease-out, transform 0.3s ease-in-out;}
*:focus {outline: none;} select{cursor:pointer;}
.amcharts-main-div * {transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; }
::-webkit-input-placeholder { color: #bbb;}
:-moz-placeholder {color: #bbb; opacity: 1;}
::-moz-placeholder {color: #bbb; opacity: 1;}
:-ms-input-placeholder {color: #bbb;}

/*FONTS*/
@font-face {
    font-family: 'Mirai';
    src: url('fonts/Mirai-Regular.woff') format('woff'),
        url('fonts/Mirai-Regular.otf') format('opentype'),
        url('fonts/Mirai-Regular.eot') format('embedded-opentype'),
        url('fonts/Mirai-Regular.svg') format('svg'),
        url('fonts/Mirai-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Mirai Medium';
    src: url('fonts/Mirai-Medium.woff') format('woff'),
        url('fonts/Mirai-Medium.otf') format('opentype'),
        url('fonts/Mirai-Medium.eot') format('embedded-opentype'),
        url('fonts/Mirai-Medium.svg') format('svg'),
        url('fonts/Mirai-Medium.ttf') format('truetype');
}

/*SUPPORT*/
.desktop-only {display: none !important;}
.hidden {display: none !important;}
.position-center {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.position-center-horizontal {position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.position-center-vertical {position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.label-icon { display: inline-block; width: 14px; height: 14px; }
.label-content > label { display: inline-block; vertical-align: top; }

/*TOOLTIPS*/
.tooltip-container { position: relative; }
.tooltip { width: 182px; height: auto; z-index: 10; position: absolute; top: 25px; left: -7px; box-shadow: 0 3px 5px rgba(0,0,0,0.15); font-size: 0.7rem; border-radius: 6px; font-weight: 400; opacity: 0; pointer-events: none; }
.tooltip-container:hover .tooltip { opacity: 1; pointer-events: all; }
.tooltip-container .tooltip .tooltip-content { width: 100%; border-radius: 6px; position: relative; background-color: #ff6b35; padding: 12px 15px; text-align: left; color: #fff; white-space: pre-line; }
.tooltip-container .tooltip .tooltip-content::after { content: ''; display: block; width: 10px; height: 10px; position: absolute; top: -4px; left: 9px; background-color: #ff6b35; -webkit-transform: rotate(45deg) skew(15deg, 15deg); -moz-transform: rotate(45deg) skew(15deg, 15deg); -ms-transform: rotate(45deg) skew(15deg, 15deg); -o-transform: rotate(45deg) skew(15deg, 15deg); transform: rotate(45deg) skew(15deg, 15deg); }
.tooltip-container .tooltip.special { width: 105px; }
.tooltip-container .tooltip.special .tooltip-content { text-align: center; padding: 8px; word-break: break-word; }
.tooltip-container .tooltip.special .tooltip-content::after { bottom: -4px; left: 47px; top: initial; }

/*TEXT-FORMAT*/
.title {font-size: 1.3em; font-family: 'Mirai Medium'; color: #606060; vertical-align: middle;}
.title .edit {font-size: 0.6em; font-family: 'Mirai'; color: #7878b8; vertical-align: middle;}
.title .edit i{font-size:17px; vertical-align:middle; padding-bottom:5px; margin-left: 5px;}
.title .edit i:hover{transform:scale(1.2);}
.subtitle {margin-bottom: 10px; font-size: 1.05em; font-family: 'Mirai Medium'; color: #606060;}
.subtitle .edit {font-size: 0.8em; font-family: 'Mirai'; color: #7878b8; vertical-align: middle;}
.subtitle .edit i{font-size:17px; vertical-align:middle; padding-bottom:5px; margin-left: 10px;}
.subtitle .edit i:hover{transform:scale(1.2);}
.label {font-size: 0.85em; color: #666666;}
.align-center {text-align: center !important;}
.align-left {text-align: left !important;}
.align-right {text-align: right !important;}
.bold {font-weight: bold;}
.text-color-white {color: #fff;}
.text-color-black {color: #363639;}
.text-color-blue {color: #7878b8;}
.text-align-xtrem{display:flex; justify-content:space-between; flex-direction:row;margin:10px 0;}
.text-align-xtrem *{font-size:0.8em;}
.text-align-xtrem label:first-child {margin-left:19px;}
.text-align-xtrem label:last-child {margin-right:30px;}


/*Text color*/

.text-color-white{color:#fff;text-decoration-color:#fff;}

/*INPUTS*/
input, textarea, select {font-size: 0.85em; -webkit-appearance: none; -moz-appearance: none; border: none; line-height: initial !important;}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea {background-color: #fff;}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):disabled, select:disabled, textarea:disabled {background: rgba(0, 0, 0, 0.1) !important;}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select:not([size]), textarea {height: 36px; padding: 0 20px; border-radius: 18px; border: 1px solid #e5e5e5;}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus, select:not([size]):focus, textarea:focus, input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover, select:not([size]):hover, textarea:hover {border-color: #7878b8;}
input[type="submit"] {cursor: pointer;}
textarea {height: 59px; padding: 5px 20px; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; resize: none;}
.editable-input {background: none !important; box-shadow: none !important; padding: 0 !important;}
.editable-input:hover:not(:disabled), .editable-input:focus:not(:disabled) {background: #fff !important; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important; padding: 0 20px !important;}
textarea.editable-input:hover:not(:disabled), textarea.editable-input:focus:not(:disabled) {padding: 5px 20px;}
select:not([size]) {padding-right: 32px; background: #fff url('../Images/Controls/arrow_down_gray.svg') right center no-repeat;}
select[size] {background: #fff; border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); overflow: auto;}
select[size] option { padding: 5px 10px; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none;}
select[size] option:checked {box-shadow: 0 0 0 20000px #88d65d inset;}
input.icon-input {padding-right: 32px; background-position: calc(100% - 10px) center !important; background-repeat: no-repeat !important; background-size: 20px !important;}

/*CHECKBOXES*/
input[type="checkbox"] {width: 20px; height: 20px; position: relative; display: inline-block; border: 2px solid #fff; border-radius: 5px;}
input[type="checkbox"]:after {width: 10px; height: 4px; content: ''; display: block; position: absolute; top: 4px; left: 2px; border-bottom: 2px solid transparent; border-left: 2px solid transparent; transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg);}
input[type="checkbox"]:hover:after {border-color: #fff;}
input[type="checkbox"]:checked {background: #fff;}
input[type="checkbox"]:checked:after {border-color: #606060;}
input[type="checkbox"].black {border-color: #000;}
input[type="checkbox"].black:hover:after {border-color:#000;}
input[type="checkbox"].black:checked {background: #000;}
input[type="checkbox"].black:checked:after {border-color: white;}
input[type="checkbox"].red {border-color:#7878b8;}
input[type="checkbox"].red:hover:after {border-color:#7878b8;}
input[type="checkbox"].red:checked {background: #7878b8;}
input[type="checkbox"].red:checked:after {border-color: white;}
.perfil-usuario input[type="checkbox"] {border-color: #606060;}
.perfil-usuario .check-user {position: absolute; top:-10px; left: -10px;}

/*SWITCHES*/
input[type="checkbox"].switch {width: 36px; height: 18px; position: relative; display: block; border: none;}
input[type="checkbox"].switch:before {width: 100%; height: 100%; content: ''; display: block; position: absolute; top: 0; left: 0; border-radius: 20px; background: #bbb; transition: background ease-in-out 0.2s; -webkit-transition: background ease-in-out 0.2s; -moz-transition: background ease-in-out 0.2s; -o-transition: background ease-in-out 0.2s;}
input[type="checkbox"].switch:after {width: 14px; height: 14px; content: ''; display: block; position: absolute; top: 2px; left: 2px; border: none; border-radius: 20px; background: #fff; transition: left ease-in-out 0.2s; -webkit-transition: left ease-in-out 0.2s; -moz-transition: left ease-in-out 0.2s; -o-transition: left ease-in-out 0.2s;}
input[type="checkbox"].switch:checked {background: none;}
input[type="checkbox"].switch:checked:before {background: #7878b8;}
input[type="checkbox"].switch:checked:after {left: 20px;}

/*RADIO BUTTON*/
input[type="radio"] {width: 20px; height: 20px; position: relative; display: inline-block; border: 2px solid #606060; border-radius: 50%;}
input[type="radio"]:after {width: 14px; height: 14px; content: ''; display: block; position: absolute; top: 1px; left: 1px; border-radius: 50%;}
input[type="radio"]:hover:after {background: rgba(111, 45, 189, 0.50);}
input[type="radio"]:checked:after {background: #7878b8;}

input[name="FileMasivoUsuarios"] {display: none;}
input[name="UploadImage"] {display: none;}

/*BUTTONS*/
.button {height: 36px; line-height: 36px; padding: 0 16px; font-size: 0.75em; position: relative; background: #7878b8; color: #fff; border-radius: 18px; display: inline-block;}
.button:before {width: 100%; height: 100%; position: absolute; top: 0; left: 0; content: ''; display: block; border-radius: 18px; transition: background 0.2s ease-in-out;}
.button:hover:before {background: rgba(255, 255, 255, 0.3);}
.button.disabled {opacity: 0.4; cursor: default; pointer-events: none;}
.button.disabled:before {display: none; pointer-events: initial;}
.button .circle-info {top: -8px; right: -5px;}
.button-container {text-align: end; margin: 15px 0 30px;}
.button-container-flex {display:flex; gap:10px; justify-content: flex-end; width: 100%; padding-bottom: 20px;}
.btn-small {height: 30px; line-height: 30px;}
.btn-color01 {background: #ff6b35;}
.btn-color02 {background: #3cb8be;}
.btn-color03 {background: black;}
.btn-color05 {background: #ff6b35;}
.btn-color04 {background: #7878b8;}

/*BUTTON ICONS*/
.btn-icon-left {background-position: 8px center; padding-left: 36px; background-size: 20px 20px; background-repeat: no-repeat;}
.btn-icon-right {background-position: calc(100% - 8px) center; padding-right: 35px; background-size: 20px 20px; background-repeat: no-repeat;}
.btn-small.btn-icon-left {background-position: 6px center;}
.btn-small.btn-icon-right {background-position: calc(100% - 6px) center;}
.btn-icon-refresh {background-image: url('../Images/Icons/ic_refresh.svg');}
.btn-icon-cancelar {background-image: url('../Images/Icons/ic_cancelar.svg');}
.btn-icon-agregar {background-image: url('../Images/Icons/ic_agregar.svg');}
.btn-icon-ok {background-image: url('../Images/Icons/ic_ok.svg');}

/*TAG INPUTS*/
.tag-input {width: 100%; display: inline-block; position: relative; background: none; min-height: 36px; border-radius: 18px; border: 1px solid #e5e5e5;}
.tag-input .contents {overflow: auto;}
.tag-input ul {min-width: 1px; min-height: 36px; position: relative; float: left; z-index: 2;}
.tag-input ul:after {content: ''; display: block; clear: both;}
.tag-input ul li {line-height: 26px; height: 26px; position: relative; margin: 5px 0 5px 5px; padding: 0 32px 0 15px; font-size: 0.85em; color: #606060; background: #e5e5e5; border-radius: 13px; float: left;}
.tag-input ul li .delete {width: 16px; height: 16px; position: absolute; top: 5px; right: 5px; cursor: pointer; font-size: 1em; display: block;}
.tag-input textarea {width: 100%; height: 36px; display: block; padding: 0 10px; line-height: 36px !important; transform: translateY(-36px); -ms-transform: translateY(-36px); -webkit-transform: translateY(-36px); -moz-transform: translateY(-36px); -o-transform: translateY(-36px); margin-bottom: -36px; background: none; border: none !important; box-shadow: none; resize: none; overflow: auto;}
.tag-input .suggest {width: 100%; position: absolute; top: calc(100% + 5px); left: 0; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); opacity: 0; pointer-events: none; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; z-index: 5;}
.tag-input .suggest.active {opacity: 1; pointer-events: all;}
.tag-input .suggest a {line-height: 30px; padding: 0 8px; font-size: 0.85em; display: block; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; text-align:left;}
.tag-input .suggest a:nth-child(2n+1) {background: #f5f5f5;}
.tag-input .suggest a.active {background: #7878b8; color: #fff;}

/*SEARCH INPUTS*/
.search-input {position: relative;}
.search-input .suggest {width: 100%; position: absolute; top: calc(100% + 5px); left: 0; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); opacity: 0; pointer-events: none; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; z-index: 5;}
.search-input .suggest.active {opacity: 1; pointer-events: all;}
.search-input .suggest a {line-height: 30px; padding: 0 8px; font-size: 0.85em; display: block; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; text-align:left;}
.search-input .suggest a:nth-child(2n+1) {background: #f5f5f5;}
.search-input .suggest a.active {background: #7878b8; color: #fff;}

/*ERROR*/
.error {display: block; text-align: center; color:#e84d5c; font-size: 0.75em;}

/*FORM FIELD*/
.form-field {margin-bottom: 5px;}
.form-field > *:first-child {float: left; width: 40%; line-height: 36px;}
.form-field > *:nth-child(2) {float: left; width: 60%;}
.form-field > *:nth-child(n+3) {float: left; margin-left: 40%;}
.form-field:after {content: ''; display: block; clear: both;}
.form-field .tag-input{width:calc(60% - 2px);}

/*TABLES*/
.table .table-container {overflow: auto; margin-left: -20px; margin-right: -20px; overflow-y: hidden;}
.table table {min-width: calc(100% - 40px); border-radius: 10px; overflow: hidden; margin-left: 20px; position: relative;}
.table table:after {content: ''; display: block; width: 20px; height: 1px; position: absolute; right: -20px;}
.table table thead {background: #969696;}
.table table thead th {color: #fff;}
.table table tbody tr:nth-last-child(2n+1) {background: #e3e3e3;}
.table table tbody tr:nth-last-child(2n) {background: #fff;}
.table table td, .table table th {padding: 12px 12px; text-align: left; overflow: hidden; font-size: 0.7em;}
.table table a {width: 20px; height: 20px; display: inline-block; text-align: center;}
.table table input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .table table select:not([size]), .table table textarea {border-color: gray;}

/*TABLE PAGES*/
.table.paged {
    position: relative;
    padding-bottom: 50px;
}
.table.paged .pages {width: 100%; position: absolute; bottom: 0; left: 0; text-align: center;}
.table.paged .pages > * {display: inline-block; vertical-align: middle;}
.table.paged .pages > a {width: 20px; height: 20px; display: inline-block; margin: 0 5px;}
.table.paged .pages .numbers a {font-size: 0.7em; margin: 0 10px;}
.table.paged .pages .numbers a.active {font-family: 'Mirai Medium'; color: #7878b8;}

/*DATEPICKER*/
.datepicker {position: relative;}
.datepicker input {width: 100% !important; padding-right: 32px; background: #fff url('../Images/Icons/ic_calendar_green.svg') calc(100% - 3px) center no-repeat !important; background-size: 30px !important; cursor: pointer;}
.datepicker .datepicker-calendar {width: 250px; top: 40px; opacity: 0; pointer-events: none; background: #fff; border-radius: 12px; overflow: hidden; text-align: center; z-index: 1; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.datepicker .datepicker-calendar header {position: relative; background: #7878b8; padding: 10px; display: block;}
.datepicker .datepicker-calendar header .prev {width: 16px; height: 16px; top: 10px; left: 50px; display: block; position: absolute;}
.datepicker .datepicker-calendar header .next {width: 16px; height: 16px; top: 10px; right: 50px; display: block; position: absolute;}
.datepicker .datepicker-calendar header .prev-year {width: 16px; height: 16px; top: 10px; left: 20px; display: block; position: absolute;}
.datepicker .datepicker-calendar header .next-year {width: 16px; height: 16px; top: 10px; right: 20px; display: block; position: absolute;}
.datepicker .datepicker-calendar header .mes {display: block; font-size: 0.8em; color: #fff;}
.datepicker .datepicker-calendar table {width: 100%; table-layout: fixed;}
.datepicker .datepicker-calendar table td, .datepicker .datepicker-calendar table th {height: 25px; font-size: 0.75em;}
.datepicker .datepicker-calendar table th {color: #fff; background: #7878b8;}
.datepicker .datepicker-calendar table td {cursor: pointer; border-radius: 20px; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none;}
.datepicker .datepicker-calendar table td.today {background: rgba(0, 0, 0, 0.05);}
.datepicker .datepicker-calendar table td:hover { background: rgba(232, 77, 92, 0.3);}
.datepicker .datepicker-calendar table td.active {color: #fff; background: #7878b8;}
.datepicker .datepicker-calendar table td:empty {background: none; cursor: default;}
.datepicker .datepicker-calendar:focus {opacity: 1 !important; pointer-events: all;}

/*ICONS*/
.ic-menu {background: transparent url('../Images/Icons/ic_menu.svg') center no-repeat; background-size: contain;}
.ic-user {background: transparent url('../Images/Icons/ic_user.svg') center no-repeat; background-size: contain;}
.ic-list {background: transparent url('../Images/Icons/ic_list.svg') center no-repeat; background-size: contain;}
.ic-pen {background: transparent url('../Images/Icons/ic_pen.svg') center no-repeat; background-size: contain;}
.ic-calendar {background: transparent url('../Images/Icons/ic_calendar.svg') center no-repeat; background-size: contain;}
.ic-solicitud-card {background: transparent url('../Images/Icons/ic_solicitud_card.svg') center no-repeat; background-size: contain;}
.ic-notification {background: transparent url('../Images/Icons/ic_notification.svg') center no-repeat; background-size: contain;}
.ic-account {background: transparent url('../Images/Icons/ic_account.svg') center no-repeat; background-size: contain;}
.ic-download-service {background: transparent url('../Images/Icons/ic_download_service.svg') center no-repeat; background-size: contain;}
.ic-exit {background: transparent url('../Images/Icons/ic_exit.svg') center no-repeat; background-size: contain;}
.ic-settings {background: transparent url('../Images/Icons/ic_settings_red.svg') center no-repeat; background-size: contain;}
.ic-first {background: transparent url('../Images/Icons/ic_first_red.svg') center no-repeat; background-size: contain;}
.ic-last {background: transparent url('../Images/Icons/ic_last_red.svg') center no-repeat; background-size: contain;}
.ic-prev {background: transparent url('../Images/Icons/ic_prev_red.svg') center no-repeat; background-size: contain;}
.ic-prev-white {background: transparent url('../Images/Icons/ic_prev_white.svg') center no-repeat; background-size: contain;}
.ic-prev2-white {background: transparent url('../Images/Icons/ic_retroceder2.svg') center no-repeat; background-size: contain;}
.ic-next {background: transparent url('../Images/Icons/ic_next_red.svg') center no-repeat; background-size: contain;}
.ic-next-white {background: transparent url('../Images/Icons/ic_next_white.svg') center no-repeat; background-size: contain;}
.ic-next2-white {background: transparent url('../Images/Icons/ic_avanzar2.svg') center no-repeat; background-size: contain;}
.ic-inicio {background-image: url('../Images/Icons/ic_fin.svg');}
.ic-fin {background-image: url('../Images/Icons/ic_inicio.svg');}
.ic-inicio-red {background-image: url('../Images/Icons/ic_fin_red.svg');}
.ic-fin-red {background-image: url('../Images/Icons/ic_inicio_red.svg');}
.ic-cargar {background-image: url('../Images/Icons/ic_cargar.svg');}
.ic-carga-masiva{background-image:url('../Images/Icons/ic_carga_masiva.svg'); background-repeat:no-repeat;}
.ic-interrogacion {background-image: url('../Images/Icons/ic_interrogacion.svg');}
.ic-buscar {background-image: url('../Images/Icons/ic_buscar.svg') !important;}
.ic-calendar-green {background-image: url('../Images/Icons/ic_calendar_green.svg'); background-repeat:no-repeat;}
.ic-calendar-red {background-image: url('../Images/Icons/ic_calendar_red.svg'); background-repeat:no-repeat;}
.ic-confirmar {background-image: url('../Images/Icons/ic_confirmar.svg'); background-repeat:no-repeat;}
.ic-ojo-gris {background-image: url('../Images/Icons/ic_ojo_gray.svg') !important; background-repeat:no-repeat;}
.ic-ojo-rojo {background-image: url('../Images/Icons/ic_ojo_rojo.svg') !important; background-repeat:no-repeat;}
.ic-eliminar-red {background-image: url('../Images/Icons/ic_eliminar_red.svg'); background-repeat:no-repeat;}
.ic-eliminar-green {background-image: url('../Images/Icons/ic_eliminar_green.svg'); background-repeat:no-repeat;}
.ic-eliminar-blue {background-image: url('../Images/Icons/ic_eliminar_blue.svg'); background-repeat:no-repeat;}
.ic-evaluacion{background-image: url('../Images/Icons/ic_enEvaluacion.svg'); background-repeat:no-repeat;}
.ic-cerrado{background-image: url('../Images/Icons/ic_cerrado.svg'); background-repeat:no-repeat;}
.ic-autoevaluacion-rojo{background-image: url('../Images/Icons/ic_autoevaluacion_rojo.svg'); background-repeat:no-repeat;}
.ic-autoevaluacion-gris{background-image: url('../Images/Icons/ic_autoevaluacion_gris.svg'); background-repeat:no-repeat;}
.ic-autoevaluacion-blanco{background-image: url('../Images/Icons/ic_autoevaluacion_blanco.svg'); background-repeat:no-repeat;}
.ic-guardar-blanco{background-image: url('../Images/Icons/ic_guardar_cambios.svg'); background-repeat:no-repeat;}
.ic-excel{background-image: url('../Images/Icons/ic_excel.svg'); background-repeat:no-repeat; width: 20px; height: 20px;}
.ic-iniciado{background-image: url('../Images/Icons/ic_iniciado.svg'); background-repeat:no-repeat;}
.ic-cierre-temporal{background-image: url('../Images/Icons/ic_iniciado.svg'); background-repeat:no-repeat;}/*//*/
.ic-pares-rojo{background-image: url('../Images/Icons/ic_pares_rojo.svg'); background-repeat:no-repeat;}
.ic-pares-gris{background-image: url('../Images/Icons/ic_pares_gris.svg'); background-repeat:no-repeat;}
.ic-pares-blanco{background-image: url('../Images/Icons/ic_pares_blanco.svg'); background-repeat:no-repeat;}
.ic-subordinados-rojo{background-image: url('../Images/Icons/ic_subordinados_rojo.svg'); background-repeat:no-repeat;}
.ic-subordinados-gris{background-image: url('../Images/Icons/ic_subordinados_gris.svg'); background-repeat:no-repeat;}
.ic-subordinados-blanco{background-image: url('../Images/Icons/ic_subordinados_blanco.svg'); background-repeat:no-repeat;}
.ic-superiores-rojo{background-image: url('../Images/Icons/ic_superiores_rojo.svg'); background-repeat:no-repeat;}
.ic-superiores-gris{background-image: url('../Images/Icons/ic_superiores_gris.svg'); background-repeat:no-repeat;}
.ic-superiores-blanco{background-image: url('../Images/Icons/ic_superiores_blanco.svg'); background-repeat:no-repeat;}
.ic-eliminar-blanco {background-image: url('../Images/Icons/ic_eliminar_blanco.svg'); background-repeat:no-repeat;}
.ic-cancelar-blanco {background-image: url('../Images/Icons/ic_cancelar_blanco.svg'); background-repeat:no-repeat;}
.ic-buen-porcentaje {background-image: url('../Images/Icons/ic_buen_porcentaje.svg'); background-repeat:no-repeat;}
.ic-izquierda-rojo {background-image: url('../Images/Icons/ic_flecha_izquierda_rojo.svg'); background-repeat:no-repeat;}
.ic-derecha-rojo {background-image: url('../Images/Icons/ic_flecha_derecha_rojo.svg'); background-repeat:no-repeat;}
.ic-eliminar-gray {background-image: url('../Images/Icons/ic_eliminar_gray.svg'); background-repeat:no-repeat;}
.ic-colores {background-image: url('../Images/Icons/ic_colores.svg'); background-repeat:no-repeat;}
.ic-paso-01 {background-image: url('../Images/Icons/ic_paso_01.svg'); background-repeat:no-repeat;}
.ic-paso-02 {background-image: url('../Images/Icons/ic_paso_02.svg'); background-repeat:no-repeat;}
.ic-flecha-menta-derecha {background-image: url('../Images/Icons/ic_flecha_menta-derecha.svg'); background-repeat:no-repeat;}
.ic-flecha-menta-izquierda {background-image: url('../Images/Icons/ic_flecha_menta_izquierda.svg'); background-repeat:no-repeat;}
.ic-volver {background-image: url('../Images/Icons/ic_volver.svg'); background-repeat:no-repeat;}
.ic-cargar-evidencia {background-image: url('../Images/Icons/ic_cargar_evidencia.svg'); background-repeat:no-repeat;}
.ic-porcentaje {background-image: url('../Images/Icons/ic_porcentaje.svg'); background-repeat:no-repeat;}
.ic-porcentaje-blanco {background-image: url('../Images/Icons/ic_porcentaje_blanco.svg'); background-repeat:no-repeat;}
.ic-flecha-blanco-izquierda {background-image: url('../Images/Icons/ic_prev_flecha_white.svg'); background-repeat:no-repeat;}
.ic-flecha-blanco-derecha {background-image: url('../Images/Icons/ic_next_flecha_white.svg'); background-repeat:no-repeat;}
.ic-ajuste-gris {background-image: url('../Images/Icons/ic_ajuste_gris.svg'); background-repeat:no-repeat;}
.ic-descargar-evidencia {background-image: url('../Images/Icons/ic_descarga_evidencia.svg'); background-repeat:no-repeat;}
.ic-descargar-manual {background-image: url('../Images/Icons/ic_descarga_manual.svg'); background-repeat:no-repeat;}
.ic-click-evidencia {background-image: url('../Images/Icons/ic_click_evidencia.svg'); background-repeat:no-repeat;}
.ic-descargar-reporte {background-image: url('../Images/Icons/ic_descarga_reporte.svg'); background-repeat:no-repeat;}
.ic-descargar-reporte-avance {background-image: url('../Images/Icons/ic_descarga_reporte_avance.svg'); background-repeat:no-repeat;}
.ic-pendiente{background-image: url('../Images/Icons/ic_pendiente.svg'); background-repeat:no-repeat; }
.ic-check{background-image: url('../Images/Icons/ic_check.svg'); background-repeat:no-repeat;}
.ic-check2{background-image: url('../Images/Icons/ic_check2.svg'); background-repeat:no-repeat;}
.ic-check3{background-image: url('../Images/Icons/ic_check3.svg'); background-repeat:no-repeat;}
.ic-pdf{background-image: url('../Images/Icons/ic_pdf.svg'); background-repeat:no-repeat; width:20px;}


/*MENU*/
.menu {width: 100%; height: 60px; position: fixed; top: 0; left: 0; overflow: hidden; z-index: 2;}
.menu.active {height: 100%;}
.menu header {height: 60px; display: block; position: relative; background: #f4f4f4;}
.menu header .iso {height: 44px; display: block; position: absolute; left: 15px; top: 8px;}
.menu header .logo {display: none;}
.menu header .ic-menu {width: 30px; height: 30px; display: block; position: absolute; right: 15px; top: 15px;}
.menu header .circle-info {right: 6px; top: 9px;}
.menu header:after {content: ''; position: absolute; width: calc(100% - 30px); height: 1px; left: 15px; bottom: -1px; display: block; background: rgba(0, 0, 0, 0.2);}
.menu .menu-list {height: calc(100% - 60px); padding: 20px 15px 0 15px; background: #f4f4f4;}
.menu .menu-list li {display: block;}
.menu .menu-list > li {margin-bottom: 5px;}
.menu .menu-list li > div, .menu .menu-list li > a {padding: 0 20px; border-radius: 40px; position: relative; overflow: hidden; display: block;}
.menu .menu-list li > div.drop-down:after {content: ''; display: block; width: 25px; height: 25px; background: transparent url('../Images/Controls/arrow_down_white.svg') center no-repeat; position: absolute; top: 3px; right: 5px; transition: transform 0.3s ease-in-out; -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out;}
.menu .menu-list li .menu-item {height: 30px; background: #ff6b35;}
.menu .menu-list li .menu-item:hover{transform:scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.menu .menu-list li .menu-item.user {background: #ff6b35;}
.menu .menu-list li .menu-item.user .menu-icon {display: inline-block; width: 25px; height: 25px; vertical-align: middle; background-size:cover; border-radius:50%;}
.menu .menu-list li .menu-item.user .ic-user {display: inline-block; width: 25px; height: 25px; vertical-align: middle;}
.menu .menu-list li .menu-item label {font-size: 0.7em; color: #fff; line-height: 30px; display: inline-block; vertical-align: middle;}
.menu .menu-list li .menu-item .planes-desarrollo { white-space: nowrap;}
.menu .menu-list li .submenu-list .submenu-item {height: 0; background: #fff; opacity: 0;}
.menu .menu-list li .submenu-list .submenu-item label {font-size: 0.7em; line-height: 30px; display: block;}
.menu .menu-list li .submenu-list .submenu-item label:hover{color:#ff6b35; transform:scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.menu .menu-list li .submenu-list .submenu-item .submenu-icon {width: 22px; height: 22px; position: absolute; right: 4px; top: 4px; border-radius: 12px;}
.menu .menu-list li.active .submenu-list {margin: 15px 0;}
.menu .menu-list li.active .submenu-list .submenu-item {height: 30px; margin: 3px 0; opacity: 1;}
.menu .menu-list li.active > div.drop-down:after {transform: rotate(180deg);  -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg);}


/*CIRCLE INFO*/
.circle-info {width: 20px; height: 20px; line-height: 20px; text-align: center; vertical-align: middle; background: #e84d5c; color: #fff; border-radius: 50%; display: block; font-size: 0.75em; pointer-events: none; position: absolute;}

/*NOTIFICACIONES*/
.submenu-list li .notificacion {position:initial; display:inline-block; margin-left:10px; font-size:1.1em;}

/*CONTENT AND STRUCTURE*/
.content {width: calc(100% - 40px); max-width: 950px; margin: 80px auto 30px auto; min-height:calc(100% - 67px);}
.content > header {margin-bottom: 20px; position: relative;}
.content > header .breadcrumb {margin-top: -2px;}
.content > header .breadcrumb li {display: inline-block; vertical-align: middle;}
.content > header .breadcrumb li:not(:first-child):before {content: '/'; margin: 0 5px 0 2px; display: inline-block; font-size: 0.75em; vertical-align: middle;}
.content > header .breadcrumb a {font-size: 0.7em; font-family: 'Mirai Medium'; vertical-align: middle;}
.content > header .circle-info {right: 50px; top: 20px; z-index: 2;}
.h-line {width: calc(100% - 80px); height: 1px; background: #e5e5e5; margin: 25px auto 30px auto;}
.form-actions {text-align: center; margin-top: 35px;}
.form-actions.small-margin{margin-top:0;}
.form-actions a {margin: 0 5px;}
.screen-actions {margin: 30px 0; text-align:right; display: flex; justify-content: flex-end;}
.screen-actions a{margin: 0px 7px; text-align:center;}
.screen-actions.small-margin{margin: 10px 0;}
.form-actions .boton-lado-izquierdo{text-align:left;}
.form-actions .boton-atras-detalle-objetivo {width:200px;}
.form-actions .boton-lado-derecho, .boton-lado-derecho {text-align: right;}
.boton-atras-no-aprobado {position:absolute; right:130px; bottom:0px;}
.boton-atras-pendiente {position: absolute; right:226px; top:200px;}


/*DATE-RANGE*/
.date-range:after {content: ''; display: block; clear:both;}
.date-range {background-color: #7878b8; border-radius: 16px; padding: 5px;}
.date-range.inactive {background-color: #7878b8;}
.date-range.active {background-color: #7878b8;}
.date-range label {color:white; line-height:24px; margin: 0 10px;}
.date-range .date-contenido.izquierda {float:left;}
.date-range .date-contenido.izquierda * {float:left;}
.date-range .date-contenido.derecha {float:right;}
.date-range .date-contenido.derecha * {float:right;}
.date-range > div > div {width:24px; height: 24px;}

/*RESULTADO GENERAL*/
.resultado-objetivos:after{content:''; display:block; clear:both;}
.resultado-objetivos label{float:left; width:150px; height:30px; line-height:30px;}
.resultado-objetivos div{float:left; width:calc(100% - 160px); margin-left: 10px;}
.resultado-objetivos .barra-resultado{height: 30px; background-color:#d9d9d9; border-radius: 20px; position:relative;}
.resultado-objetivos .barra-resultado .barra-progreso {background: #7878b8; width: 0; height: 100%; position:absolute; top:0; left:-10px; border-radius: 20px;}
.resultado-objetivos .barra-resultado .img-detail {width: 20px; height: 20px; top: 4.5px; left: -4px; position: absolute;}
.resultado-objetivos .barra-resultado .label-detail {color: white; font-size:11px; top:0; left: 40px; position: absolute;}

/*ROLES*/
.roles{vertical-align:middle; margin: 5px 0;}
.roles span {width:30px; height:20px; display:inline-block; vertical-align:middle; margin-right:15px; background-size:contain; background-position:center;}


/*PROGRESS BAR*/
.progress-bar {height: 12px; position: relative; background: #bbb; border-radius: 20px;}
.progress-bar .progress {background: #ff6b35; width: 14px; height: 100%; position:absolute; top:0; left:0; border-radius: 20px;}
.progress-bar .circle {width: 10px; height: 10px; border-radius: 50%; border: 4px solid #606060; top: -3px; left: 0; position: absolute;}

/*RING-CHART*/
.ring-chart {width: 95px; position: relative;}
.ring-chart:hover {transform: scale(1.05); -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); }
.ring-chart svg path:first-child {stroke: #e5e5e5;}
.ring-chart svg path:last-child {stroke-dasharray: 0 100px;}
.ring-chart.color01 svg path:last-child {stroke: #7878b8;}
.ring-chart.color02 svg path:last-child {stroke: #7878b8;}
.ring-chart label {font-family: 'Mirai'; font-size: 1.3em; position: absolute; top: 48%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.ring-chart.big {width: 155px;}
.ring-chart.big label {font-size: 2.1em;}

/*LOADING*/
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@-o-keyframes spin { 100% { -o-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.loading {position:fixed; width:100%; height:100%; top:0; left:0; background: rgba(0, 0, 0, 0.8); z-index: 3; opacity: 0; pointer-events: none;}
.loading.active {opacity:1; pointer-events:all;}
.loading .loading-container {text-align:center; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.loading .loading-container svg {width: 100px; -webkit-animation: spin 1.5s linear infinite; -moz-animation: spin 1.5s linear infinite; -o-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite;}
.loading .loading-container svg path {stroke-width: 4;}
.loading .loading-container svg path:first-child {stroke: #555;}
.loading .loading-container svg path:last-child {stroke: #7878b8; stroke-dasharray: 20px 100px; stroke-linecap: round;}
.loading .loading-container .progress{position:fixed; top:calc(50% - 32px); color:#fff; font-size: 1.5em; display:block; width: 100%; text-align:center; transform: translateY(-50%); -webkit-transform:  translateY(-50%); -ms-transform:  translateY(-50%); -moz-transform:  translateY(-50%); -o-transform:  translateY(-50%);}
.loading .loading-container label {color: #fff; margin-top: 15px; display: block; font-size: 0.9em;}


/*.evaluation-graph .loadingGraph-container {width: 100%; height: 310px; margin: 20px 0 30px 0; background-color:red;}*/
.evaluation-graph .loadingGraph-container .loadingGraph {width: 100%; height: 310px; margin: 20px 0 30px 0; background: #7f7f7f; z-index: 3; opacity: 0; pointer-events: none;}
.evaluation-graph .loadingGraph-container .loadingGraph.active {opacity:1; pointer-events:all;}
.evaluation-graph .loadingGraph-container .loadingGraph .loading-container {text-align:center; padding-top: 72px;}
.evaluation-graph .loadingGraph-container .loadingGraph .loading-container svg {width: 100px; -webkit-animation: spin 1.5s linear infinite; -moz-animation: spin 1.5s linear infinite; -o-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite;}
.evaluation-graph .loadingGraph-container .loadingGraph .loading-container svg path {stroke-width: 4;}
.evaluation-graph .loadingGraph-container .loadingGraph .loading-container svg path:first-child {stroke: #555;}
.evaluation-graph .loadingGraph-container .loadingGraph .loading-container svg path:last-child {stroke: #ff6b35; stroke-dasharray: 20px 100px; stroke-linecap: round;}
.evaluation-graph .loadingGraph-container .loadingGraph .loading-container .progress{position:fixed; top:calc(50% - 32px); color:#fff; font-size: 1.5em; display:block; width: 100%; text-align:center; transform: translateY(-50%); -webkit-transform:  translateY(-50%); -ms-transform:  translateY(-50%); -moz-transform:  translateY(-50%); -o-transform:  translateY(-50%);}
.evaluation-graph .loadingGraph-container .loadingGraph .loading-container label {color: #fff; margin-top: 15px; display: block; font-size: 0.9em;}

/*LOGIN*/
.login {width: 100%; height: 100%;}
.login form {width: 100%; height: 100%; position: relative; display: block;}
.login .background {width: 100%; height: 100%; position: relative; background: #000 url('../Images/Login/background.jpg') center no-repeat; background-size: cover;}
.login .background:after {content: ''; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7);}
.login .panel {width: 240px; position: absolute; text-align:center; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.login .panel * {width: 100%; padding: 0; display: block; margin: 0 auto 10px auto;}
.login .panel .logo {width: 160px; margin-bottom: 40px;}
.login .panel .error {display: block; text-align: center; color: red; font-size: 0.75em;}
.login .panel .button {margin-top: 20px; text-align: center;}
.login .panel .forget-password, .login .panel .step-password, .login .panel .new-password{ text-align:center; color:#fff;}
.login .panel .new-password{border-bottom:1px solid #fff; display:inline;}
.login .panel .new-password:hover{color:#7878b8; border-bottom:1.5px solid #7878b8; font-weight:bold; transform: scale(1.1); -webkit-transform: scale(1.1);-ms-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);}

/*PERIODOS ESTRATEGICOS*/
.periodos-estrategicos .periodo-estrategico {display: block; background: #F1F0F0; padding:30px; border-radius: 20px; position: relative; margin-bottom: 20px; cursor: pointer;}
.periodos-estrategicos .periodo-estrategico:hover {background: rgba(118, 206, 191, 0.30)}
.periodos-estrategicos .periodo-estrategico .delete {width: 20px; height: 20px; position: absolute; top: 10px; right: 10px;}
.periodos-estrategicos .periodo-estrategico .date-range {margin-top: 10px;}
.periodos-estrategicos .periodo-acction .boton-configuracion{margin-bottom:15px;}
.periodos-estrategicos .periodo-acction .boton-configuracion a{background-color:#f1f1f1; color:#606060}
@media only screen and (min-width:45em){
    .periodos-estrategicos .periodo-acction{position:relative;}
    .periodos-estrategicos .periodo-acction .screen-actions{position:absolute; top:-30px; right:0px;}
    .periodos-estrategicos .periodo-acction{margin-bottom:20px;}
}

/*DETALLE PERIODO ESTRATÉGICO*/ 
.periodo-estrategico-detail > .date-range {background: none; margin-top: 12px; padding: 0;}
.periodo-estrategico-detail > .date-range label {color: #7f7f7f; font-size: 0.8em;}
.periodo-estrategico-detail .chart {width: 100%; height: 300px;}
.periodo-estrategico-detail .legend{margin:0 20px 10px 0px; position:relative;}
.periodo-estrategico-detail .legend *{display:inline-block; vertical-align:middle;}
.periodo-estrategico-detail .legend label{width:140px;}
.periodo-estrategico-detail .legend .color-leyend{width:20px; height:20px; border-radius:50%; margin:0 5px 0 0;}
.periodo-estrategico-detail .legend .action-leyend{position:absolute; top:0px; right:0px;}

.periodo-estrategico-detail .objetivos-compania-gerencial h1{margin-bottom:15px;}
.periodo-estrategico-detail .objetivos-compania-gerencial .table.paged{padding-bottom:0px;} 
.periodo-estrategico-detail .objetivos-compania-gerencial .mensaje{margin-top: 63px;}

/*PONDERACION PERIODO ESTRATÉGICO*/
.ponderacion h1{margin-bottom: 30px!important;}
.ponderacion div{margin-left:30px;}
.ponderacion div input{border: 1px solid gray!important; width: 90px!important; text-align:center;}
.ponderacion div label{width: 170px; display:inline-block;}
.ponderacion .ponderacion-valor{margin-bottom:5px;}
.ponderacion .ponderacion-valor .icon-input{background-size:10px!important;}
.ponderacion {margin-bottom: 30px;}
.ponderacion .title-container {display: flex; justify-content: space-between; margin-left: 0;}

/*USUARIOS*/
.usuarios .table-container {overflow-x: scroll !important;}
.usuarios .acciones-usuario{ display: flex;}
.usuarios .acciones-usuario .insertar-usuario{ text-align: right;}
.usuarios .acciones-usuario .insertar-usuario a{ margin-bottom: 5px; text-align: center; width: 106px;}
.usuarios .h-line{margin-top: 25px;}



/*.usuarios .acciones-usuario a:last-child {top:0px; right:0px;}*/
.usuarios .search-panel select{display:block; width:100%; background-color:#e6e6e6!important; margin-bottom: 15px;}
.usuarios .search-panel input{width:100%; background-color:#e6e6e6 !important; margin-bottom: 15px;}
@media only screen and (min-width:35em){     
    .usuarios .search-panel {margin-bottom: 30px;}
    .usuarios .search-panel:after {content:''; display:block; clear:both;}
    .usuarios .search-panel select {float:left; width:190px; position:relative; background-color:#e6e6e6!important;}
    .usuarios .search-panel input{float:left; width:calc(100% - 200px); margin-left: 10px; background-color:#e6e6e6 !important; background-size: 30px !important; background-position: calc(100% - 3px) center !important;}

}
.screen-actions .volver-usuarios{color:#7878b8;}
.screen-actions .volver-usuarios:hover{color:#7878b8; font-size:17px;}
.usuarios table tbody tr:hover{cursor:pointer; background-color:rgba(118, 206, 191, 0.3);}

/*OJO DESACTIVADO*/
.ic-ojo-gris.inactive{background-image: url('../Images/Icons/ic_ojo_gris_desactivado.svg') !important; background-repeat:no-repeat;}

/*Maximo de caracteres*/
.max-caracteres {font-size:0.70em; margin-bottom:28px;color: #666666;}

/*DETALE USUARIO*/
.detalle-usuario .cargar-imagen {width:260px; height:260px; border-radius:50%; border: 1px solid #7878b8; margin: 20px auto; position:relative; background-size:cover; background-position: 30% center; cursor: pointer;}
.detalle-usuario .cargar-imagen .ic-cargar {width: 66px; height: 66px;}
.detalle-usuario .user-content {margin: 0 auto; max-width: 440px;}
.detalle-usuario .change-pass {margin-top: 3px;}

/*POPUP*/
.popup {position:fixed; width:100%; height:100%; top:0; left:0; background: rgba(0, 0, 0, 0.8); z-index: 3; opacity: 0; pointer-events: none;}
.popup.active {opacity:1; pointer-events:all;}
.popup .popup-container {width: calc(100% - 40px); max-width: 400px; max-height: calc(100% - 60px); text-align:center; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); overflow-y: auto; }
.popup h1 {font-size: 15px; color:white; margin-bottom: 30px;}
.popup h2 {font-size: 15px; color:white; margin: 20px 0 15px;}
.popup input[type=text], .popup input[type=password], .popup select, .popup textarea{width: 100%; margin-top: 8px; border: 1px solid white; background-color: transparent !important; display: block; color: white !important;}
.popup input[type=text]:disabled, .popup input[type=password]:disabled, .popup select, .popup textarea:disabled{background: rgba(0,0,0,0.6)!important; /*color: rgba(255,255,255,0.2)!important;*/}
.popup div {display:block;}
.popup .error {margin-top: 10px;}
.popup-dashboard {position: absolute;}
.popup-dashboard .popup-container {position: absolute; max-width: 600px; max-height: calc(100% - 80px);}
.popup-dashboard .ic-eliminar-blanco {position: absolute; width: 25px; height: 25px; top: 10px; right: 10px; cursor: pointer;}
.popup-dashboard .descargar-excel {position: absolute; background: #e3e3e3; width: 40px; height: 40px; border-radius: 20px; bottom: 15px; right: 15px; cursor: pointer;}
.popup-dashboard .ic-excel {position: relative; top: 25%; left: 25%;}

/* POPUP SPRINT */
.popup .popup-container.popup-sprint {overflow: hidden; display: flex; justify-content: center; flex-direction: column; height: 100%;}
.popup .visibilidad-container {display: flex; justify-content: center; margin: 5px 0px;}
.popup .form-field-feedback {display:flex; justify-content: space-between;}
.popup .form-field-feedback label {width:200px; text-align: left; color: #fff;}

/* POPUP GRUPO OCUPACIONAL */
.popup .popup-container h1 {margin-bottom: 20px;}
.popup .popup-container div {margin-bottom: 20px;}
.popup .popup-container .checkbox-lista-grupo-ocupacional {display: flex; flex-direction: column; align-items: flex-start; margin-left: 20px; color: #fff; max-height: 390px; overflow-y: auto;}
.popup .popup-container .checkbox-lista-grupo-ocupacional div {margin-bottom: 6px;}
.popup .popup-container .form-actions {margin-top: 0}

/*POPUP EVIDENCIA*/
#popupListarEvidencias .popup-container {max-width: 700px;}
#popupListarEvidencias .popup-container .table {max-width:700px;}
#popupListarEvidencias .popup-container .table table tbody tr {background-color: #e3e3e3;}

/*CHECKBOX*/
.action-perfil{position:relative;}
.detail-checkbox {position:absolute; top:7px; right:0;}
.detail-checkbox * {display:inline-block !important; vertical-align:middle;}
.switch-detail{margin-top: 7px;}

 /*DEFINICION DE OBJETIVOS*/
 .search-panel #buscarObjetivo {float:left; width:calc(100% - 0px)!important;  background-color:#e6e6e6 !important; background-size: 30px !important; background-position: calc(100% - 3px) center !important;}
 .perfil-usuario .foto-usuario {width: 100px; height: 100px; border-radius:50%; background-size:cover; display: inline-block; vertical-align: middle; border: 1px solid #e5e5e5;}
 .perfil-usuario .datos-usuarios {width: calc(100% - 150px); margin-left: 20px; display: inline-block; vertical-align: middle;}
 .perfil-usuario .datos-usuarios .ic-pendiente{ display: inline-block; width: 20px; height: 20px; margin-left: 5px;}
 .perfil-usuario .datos-usuarios a {margin-bottom: 3px; margin-right: 30px;}
 .perfil-usuario .datos-usuarios label{display:block; font-size: 0.85em;}
 .perfil-usuario .datos-usuarios label:nth-child(1){color:black; font-size: 0.95em;}
 .perfil-usuario .datos-usuarios label:nth-child(2){color:#7878b8; font-size: 0.85em;}
 .perfil-usuario .datos-usuarios .checkbox-feedback {display: flex; margin-top: 10px;}
 .perfil-usuario .datos-usuarios .checkbox-feedback input {margin-right: 5px; width: 20px;}
 .perfil-usuario .datos-usuarios .checkbox-feedback input[type="checkbox"]:checked {background-color: #00b050; border-color: #00b050;}
 .perfil-usuario .datos-usuarios .checkbox-feedback input[type="checkbox"]:checked:after {border-color: #fff;}
 .perfil-usuario .datos-usuarios .checkbox-feedback label {width: calc(100% - 20px); font-size: 0.75em}
 table tbody tr td input.valorPorcentual {width: 100px!important; text-align:center;}
 .icon-porcentege .icon-input{background-size:10px!important;}
 .objetive-detail .perfil-usuario {position: relative;}
 .objetive-detail .search-panel .ic-objetivo-borrador{background-image: url('../Images/Icons/ic_en_borrador3.svg'); background-repeat:no-repeat;}
 @media only screen and (min-width:35em) {
    .objetive-detail .search-panel form {width: 100%; display: flex; align-items: center;}
    .objetive-detail .search-panel select {margin-bottom: 0px;}
    .objetive-detail .search-panel input {margin-bottom: 0px; width:calc(100% - 414px);}
    .objetive-detail .search-panel a {margin-left: 10px; height: 36px; font-size: 0.75em; border-radius: 18px; line-height: 36px;}
    .objetive-detail .search-panel .btn-icon-left {background-size: 20px 20px; padding-left: 36px;}
 }

 /*DETALLE OBJETIVOS*/
.detalle-objetivo h1 { margin-bottom:15px;}
.detalle-objetivo .textarea-objetivo{resize: none; min-height: 80px;}
.detalle-objetivo .evidencias .comentarioSubordinado textarea{width: 100%; margin-top: 0px; margin-bottom: 14px;}
.detalle-objetivo .evidencias .mensaje-archivos {text-align: left; padding-right: 16px; margin-top: -3px;}
.detalle-objetivo .datos-formulario { margin-top:20px;}
.detalle-objetivo .boton-comentario-subordinado {float:right;}

.detalle-objetivo .subtitle {margin: 20px 0;}

.detalle-objetivo .datos-formulario .col-1 .form-field .label-container .label {display: block;}
.detalle-objetivo .datos-formulario .col-1 .form-field .label-container .info-campo {font-size: 0.65em; line-height: 12px; width: 85%;}


.detalle-objetivo .evidencias .comentarioSubordinado {
    position: relative;
}

.detalle-objetivo .evidencias .boton-evidencia {justify-content: left; margin-bottom: 0px;}

.detalle-objetivo .evidencias .comentarioSubordinado h1{position: absolute;}
.detalle-objetivo .evidencias .comentarioSubordinado .form-field textarea{resize: none; height:118px;}
/*.detalle-objetivo .evidencias .comentarioSubordinado .form-field .max-caracteres {font-size:0.85em; margin-bottom:28px;color: #666666;}*/

@media only screen and (max-width:480px){.datos-formulario form div .form-field * { display:block!important; float:initial; width: 100%;}}
.detalle-objetivo table tbody tr td input.logro {width: 700px!important;} 
.objetive-detail  .perfil-usuario {height: 110px;}
.objetive-detail  .perfil-usuario:hover{-webkit-transform: scale(1.05);-ms-transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.objetive-detail  .perfil-usuario .foto-usuario{width:100px; height:100px;}
.objetive-detail  .perfil-usuario .datos-usuarios{margin-left:30px; position:relative;}
.objetive-detail  .perfil-usuario .datos-usuarios .text-pendiente{position:absolute; bottom:5px; left:40px;}
.objetive-detail  .perfil-usuario .datos-usuarios a{margin:5px auto;}
@media only screen and (min-width:35em){
    .objetive-detail .perfil-usuario:after{content: ''; display: block; clear:both;}
    .objetive-detail .perfil-usuario{float:left; width:calc(50% - 15px); margin-bottom:60px;}
    .objetive-detail .h-line{display:none;}
}
@media only screen and (min-width:768px){
    .objetive-detail .perfil-usuario:after{content: ''; display: block; clear:both;}
    .objetive-detail .perfil-usuario{float:left!important; width: 33.3%; margin-bottom:60px;}
}

 /*RESULTADO OBJETIVOS*/
.evaluacion-objetivo .form-field * { display:block!important; float:initial; width: 100%;}
.evaluacion-objetivo .nota-container {display: flex; gap: 6px; align-items: center;}
.evaluacion-objetivo .color-container {width: 30px; height: 30px; border-radius: 100%;}
.evaluacion-objetivo tbody tr td input {width: 80px;}
.evaluacion-objetivo thead tr th, .evaluacion-objetivo tbody tr td {border: 1px solid #fff}

.evaluacion-objetivo .resultado-resumen {margin-top: 20px;}
.evaluacion-objetivo .resultado-resumen div {display: flex; gap: 10px; margin-bottom: 10px;}
.evaluacion-objetivo .resultado-resumen label {font-weight: bold;}

/* EVALUACIONES */
.evaluacion .evaluacion-usuarios {display: flex; flex-wrap: wrap;}
.evaluacion .evaluacion-usuarios .perfil-usuario{margin-bottom:30px;}
.evaluacion .evaluacion-usuarios .perfil-usuario .datos-usuarios{position: relative; margin-left:10px;}
.evaluacion .evaluacion-usuarios .perfil-usuario .ic-pendiente{ position: absolute; top: 0; right: -30px; display: block; width: 30px; height: 30px;}
.evaluacion .evaluacion-usuarios .perfil-usuario label:nth-child(n){margin-bottom:5px;}
.evaluacion .usuarios .search-panel {margin-bottom: 0px;}
.evaluacion .validar-objetivos-container {height: 35px;}
.evaluacion .validar-objetivos-container .validar-objetivos {float:right;}

.evaluacion .evaluacion-usuarios a .check {width: 30px; height: 30px; background-color: #ff6b35; border-radius: 50%; background-image: url('../Images/Icons/ic_confirmar.svg'); position: absolute; right: -15px; top: 0; background-size: 80%; background-position: center; background-repeat: no-repeat;}
.evaluacion .evaluacion-usuarios a .ic-objetivo-pendiente{width: 30px; height: 30px; background-color: #fff; border-radius: 50%; background-image: url('../Images/Icons/ic_pendiente.svg'); position: absolute; right: -24px; top: 0; background-size: 80%; background-position: center; background-repeat: no-repeat;}

@media only screen and (min-width:45em){
    .evaluacion .evaluacion-usuarios:after{content: ''; display: block; clear:both;}
    .evaluacion .evaluacion-usuarios .perfil-usuario{float:left; width:33.33%;}
}

/* GRAFICO EVALUACION */
.evaluacion .evaluation-graph{margin:20px 0; position:relative;}
.evaluacion .evaluation-graph .title{color:#020201!important;}
.evaluacion .evaluation-graph .screen-actions{position:absolute; top:-10px; right:0px; margin:0px!important;}
.evaluacion .evaluation-graph .chart-evaluation{width: 100%; height: 310px; margin-top:20px;}

/*ESTADO OBJETIVOS*/
.objetive-definition .objetives-compania-gerencial .table.paged{padding-bottom:3px;}
.objetive-definition .objetives-compania-gerencial .mensaje{text-align:center; margin-top:6px;}
.objetive-definition .objetives-compania-gerencial .cabecera {margin-bottom:3px; background-color: #7878b8; padding:10px 5px 10px 15px; border-radius:20px; display:inline-block; width:calc(100% - 20px); margin-top:10px; position:relative; margin-right: 15px;}
.objetive-definition .objetives-compania-gerencial a label{color:white; font-size:13px; display: block;}
.objetive-definition .objetives-compania-gerencial a span{background-image: url('../Images/Controls/arrow_down_white.svg'); background-repeat:no-repeat; width:25px; height:25px; display:inline-block; position:absolute; top:8px; right:15px;}

.objetive-definition .form-actions{text-align:right;}
.objetive-definition .detalle-objetivo .perfil-usuario{width:270px;}
.objetive-definition .objetivo-estrategico-table table tbody tr{cursor:pointer;}
.objetive-definition .objetivo-estrategico-table table thead .escala-cumplimiento{padding-bottom:0; background-color: #FF6D46; text-align:center;}

/*
.objetivos-individuales-table th[rowspan]:nth-child(1), .objetivos-individuales-table th[rowspan]:nth-child(2) {min-width: 200px;}
*/
.popup select.requiredObjetivoEspecifico {background:none!important; color:white!important;}
.popup select.plan-objetivo-competencia {background:initial!important; color:white!important;}
.popup option.opciones-objetivo{background-color:black!important;}
.objetive-state{position:relative; margin-bottom:45px;}
.objetive-state .ic-objetivo-borrador{width:25px; height:25px; border-radius:50%; background-image:url(../Images/Icons/ic_en_borrador.svg); background-repeat:no-repeat; background-size:cover;}
.objetive-state2 .ic-objetivo-borrador{width:25px; height:25px; border-radius:50%; background-image:url(../Images/Icons/ic_en_borrador2.svg); background-repeat:no-repeat; background-size:cover; margin-right: 8px; margin-top: 5px;}
.objetive-state .ic-objetivo-pendiente, .objetive-detail .ic-objetivo-pendiente{width:30px; height:30px; border-radius:50%; background-image:url(../Images/Icons/ic_pendiente.svg); background-repeat:no-repeat ;background-size:cover;}
.objetive-state2 .ic-objetivo-pendiente, .objetive-detail .ic-objetivo-pendiente2{width:25px; height:25px; border-radius:50%; background-image:url(../Images/Icons/ic_pendiente2.svg); background-repeat:no-repeat ;background-size:cover; margin-right: 8px; margin-top: 7px;}
.objetive-state .text-pendiente, .objetive-detail .text-pendiente{color:#e84d5c;}
.objetive-state .text-pendiente, .objetive-detail .text-nocorresponde {color:  #8F8F9A !important; font-weight: bold;}
.objetive-state .text-pendiente, .objetive-detail .text-pendienteregistro {color: #7777B6  !important; font-weight: bold;} /*#9191C7 */
.objetive-state .text-pendiente, .objetive-detail .text-borrador{color:  #FF8A6B !important;font-weight: bold;}
.objetive-state .text-pendiente, .objetive-detail .text-nocorresponde {color: #66666A  !important; font-weight: bold;} /*#8F8F9A*/
.objetive-state .text-pendiente, .objetive-detail .text-pendienteaprobacion {color:  #FF6D46 !important; font-weight: bold;}
.objetive-state .text-pendiente, .objetive-detail .text-aprobado2 {color:  #00CEC5 !important; font-weight: bold;}
.text-nocorresponde {color:  #8F8F9A !important; font-weight: bold;}
.text-pendienteregistro {color: #7777B6 !important; font-weight: bold;}
.text-borrador{color:  #FF8A6B !important; font-weight: bold;}
.text-nocorresponde {color:   #66666A !important; font-weight: bold;}
.text-pendienteaprobacion {color:  #FF6D46 !important; font-weight: bold;}
.text-aprobado2 {color: #00CEC5 !important; font-weight: bold;}
.text-aprobado3 {color: #33d921 !important; font-weight: bold;}
.text-solicitudaprobacion {color: #f1f505 !important; font-weight: bold;}
.icon-line {line-height: 25px !important; margin-left: 30px !important;}
.objetive-state .ic-objetivo-aprobado{width:30px; height:30px; border-radius:50%; background-image:url(../Images/Icons/ic_aprobado.svg); background-repeat:no-repeat; background-size:cover;}
.objetive-state .text-aprobado{color:#7878b8;}
.objetive-state label{position:absolute; top:6px; left:34px; font-size: 0.8em;}
.objetive-state .add-new-objetive{position: absolute; top: 0; right: 0px;}
.objetive-definition .boton-manual{background-color: transparent; margin-top: 20px; color: #606060; background-size: 40px; padding-left: 50px;}
.objetive-definition .align-right{position: relative;}
.objetive-definition .align-right .add-new-objetive{position: absolute; left: 0; margin-top: 20px; margin-bottom: 50px;}
.objetive-definition .align-right .boton-manual{position: absolute; right: 0; margin-top: 20px;}



/*BOX CON ELIMINAR*/
.fondo-box{display: block; border: 2px solid #F1F0F0; padding:20px 30px; border-radius: 20px; position: relative; margin-bottom: 20px; cursor: pointer;}
.fondo-box.hovereable:hover{border: 2px solid #aaa;}
.fondo-box .delete {width:25px; height: 25px; position: absolute; cursor:pointer;}

/*SPRINT*/
.sprint .delete-red { top: 10px; right: 10px;}
.sprint .fondo-box{padding:10px 30px}
.sprint .date-range div label {color: white;}
.sprint .status-sprint > .date-range {background: none!important;}
.sprint .status-sprint > .date-range .date-contenido{ margin-bottom: 5px;}
.sprint .date-range .screen-actions{margin:0; display: inline-block; }
.sprint .date-range .screen-actions a{ margin-left: 0;}
.sprint.gray .date-range{background-color: #7878b8;}
.sprint.gray .status-sprint .date-range div label{color: #7878b8;}
.sprint.gray .date-range .screen-actions a{background-color: #7878b8;}
.sprint.green .date-range{background-color: #7878b8;}
.sprint.green .status-sprint .date-range div label{color: #7878b8;}
.sprint.green .date-range .screen-actions a{background-color: #7878b8;}
.sprint.red .date-range{background-color: #e84d5c;}
.sprint.red .status-sprint .date-range div label{color: #e84d5c;}
.sprint.red .date-range .screen-actions a{background-color: #e84d5c;}

.sprint.gray-claro .date-range{background-color: #b5aeae;}
.sprint.gray-claro .status-sprint .date-range div label{color: #b5aeae;}
.sprint.gray-claro .date-range .screen-actions a{background-color: #b5aeae;}

.sprint.black .date-range{background-color: black;}
.sprint.black .status-sprint .date-range div label{color: black;}
.sprint.black .date-range .screen-actions a{background-color: black;}


/*COMPETENCIAS*/
.competencias .datos-competencia .fondo-titulo {background-color: #7878b8; width:calc(100% - 40px);  border-radius: 20px; padding: 2px; text-align: center;}
.competencias .datos-competencia .fondo-titulo label{color: white; height:40px; line-height:40px; font-size: 16px;}
.competencias .datos-competencia .fondo-titulo span{color:white;}
.competencias .delete-green { top: 30px; right: 20px;}
.competencias .datos-competencia p{ display:block; font-size: 13px;}

/*DETALLE VALOR*/
.detalle-competencia-comportamientos .detalle-competencia .form-field * { display:block!important; float:initial; width: 100%;}
.detalle-competencia-comportamientos table tbody tr:hover{cursor:pointer; background-color:rgba(118, 206, 191, 0.3);}
.detalle-competencia-comportamientos table tbody tr td.descripcion-comportamiento{width: 550px!important;}
.detalle-competencia-comportamientos table tbody tr td.evaluador-competencia label{display:block;}



/*POPUP GENERAR NUEVO COMPORTAMIENTO*/
.popup-comprotamiento textarea{margin-bottom: 15px;}
.popup-comprotamiento .grupo-ocupacional .nombre-grupo .rol{position:relative;}
.popup-comprotamiento .grupo-ocupacional .nombre-grupo .rol label{position:absolute; top:2px;}
 @media only screen and (min-width:45em){
    .popup-comprotamiento .grupo-ocupacional{margin-bottom:10px;}
    .popup-comprotamiento .grupo-ocupacional .nombre-grupo:after{content: ''; display: block; clear:both;}
    .popup-comprotamiento .grupo-ocupacional .nombre-grupo .rol{float:left; width:50%;}
}
.popup-comprotamiento div div span{width:25px; height:25px; display:inline-block; vertical-align:middle; background-size: 100% auto; background-position: center;}
.popup-comprotamiento div div span.ic-autoevaluacion-blanco {background-size: 70% auto;}
.popup-comprotamiento .rol{ text-align:left; margin-bottom: 5px;}
.popup-comprotamiento .rol * {vertical-align: middle;}
.popup-comprotamiento .rol input{ margin:0 8px;}
.popup-comprotamiento div div label{color:white;}
#popupGuardarComportamiento .popup-container { max-width: 755px; }

/*EVALUACIONES PENDIENTES*/
.evaluaciones-pendientes .usuario-pendiente .datos-usuarios{top:14px; left:100px;}
.evaluaciones-pendientes .usuario-pendiente .numero-evaluaciones {position: relative; margin:30px 0; height:45px; background-color: #e6e6e6 ; border-radius: 27px; padding: 2px;}
.evaluaciones-pendientes .usuario-pendiente .numero-evaluaciones .datos-pendientes-evaluaciones{margin-top:10px;}
.evaluaciones-pendientes .usuario-pendiente .numero-evaluaciones:after {content: ''; display: block; clear:both;}
.evaluaciones-pendientes .usuario-pendiente .numero-evaluaciones label {display:block; line-height:14px; margin: 0 5px 0 20px;}
.evaluaciones-pendientes .usuario-pendiente .numero-evaluaciones label:nth-child(1){color:black; font-size:13px;}
.evaluaciones-pendientes .usuario-pendiente .numero-evaluaciones label:nth-child(2){color:#7878b8; font-size:10px;}
.evaluaciones-pendientes .usuario-pendiente .numero-evaluaciones .contenido.derecha {float:right;}
.evaluaciones-pendientes .usuario-pendiente .numero-evaluaciones .contenido.derecha * {float:right;}
.evaluaciones-pendientes .usuario-pendiente .numero-evaluaciones .boton-evaluar{position:absolute;  display: inline-block; top:6px; right:6px;}

/*EVALUACION COMPORTAMIENTO*/
.evaluacion-comportamiento .numero-pregunta{width:150px; background-color:#7878b8; border-radius:20px; padding:10px;}
.evaluacion-comportamiento .detalle-usuario .cargar-imagen {width:200px; height:200px;}
.evaluacion-comportamiento .numero-pregunta label, .evaluacion-comportamiento .numero-pregunta span {color: white; margin-left: 10px;}
.evaluacion-comportamiento .datos-usuario label {display:block; text-align:center;}
.evaluacion-comportamiento .datos-usuario label:first-child{color:#7878b8;}
.evaluacion-comportamiento .evaluacion-pregunta p { text-align:center; font-size:18px;}
.evaluacion-comportamiento .botones-despliegue {text-align: left;} 
.evaluacion-comportamiento .botones-despliegue:after {content: ''; display: block; clear:both;}
.evaluacion-comportamiento .botones-despliegue label {color:black;  margin: 0 10px; height:30px; line-height:30px;}
.evaluacion-comportamiento .botones-despliegue .flecha.izquierda {float:left;}
.evaluacion-comportamiento .botones-despliegue .flecha.izquierda div {width:30px; height:30px; cursor:pointer;}
.evaluacion-comportamiento .botones-despliegue .flecha.izquierda * {float:left;}
.evaluacion-comportamiento .botones-despliegue .flecha.derecha {float:right;}
.evaluacion-comportamiento .botones-despliegue .flecha.derecha div {width:30px; height:30px;  cursor:pointer;}
.evaluacion-comportamiento .botones-despliegue .flecha.derecha * {float:right;}

/*EVALUACION OBJETIVOS*/
.objetive-evaluation{text-align:center;}
.objetive-evaluation .detalle-usuario .photo-user {width:200px; height:200px; margin: 0 auto 25px auto; border-radius:50%; background-size:cover;}
.objetive-evaluation .detalle-usuario label{text-align:center; display:block;}
.objetive-evaluation .detalle-usuario .name-user{color:#000;}
.objetive-evaluation .detalle-usuario .puesto-user{color:#7878b8;}
.objetive-evaluation .contenido-objetivo-meta {margin:25px auto; text-align:center;}
.objetive-evaluation .contenido-objetivo-meta .objetivo-meta{display:inline-block; text-align:left;}
.objetive-evaluation .contenido-objetivo-meta .objetivo-meta label{color:#000; display:block;}
.objetive-evaluation .contenido-objetivo-meta .objetivo-meta label span{color:#7f7f7f;}
.objetive-evaluation .all-level {display:inline-block; text-align:left;}
.objetive-evaluation .all-level .form-field > *:first-child{float:initial;}
.objetive-evaluation .all-level .form-field label input{vertical-align:middle;}
.objetive-evaluation .form-field textarea{width:100%;}
.objetive-evaluation .botones-despliegue{position:relative; text-align: left;}
.objetive-evaluation .botones-despliegue *{display:inline-block; vertical-align:middle;}
.objetive-evaluation .botones-despliegue .ic-izquierda-rojo, .objetive-evaluation .botones-despliegue .ic-derecha-rojo{width:30px; height:30px; cursor:pointer;}
.objetive-evaluation .botones-despliegue .derecha{position:absolute; top:0px; right:0px; padding-bottom: 28px;}
.objetive-evaluation .botones-despliegue label{cursor:pointer;}
.objetive-evaluation .evidencias h1{margin-bottom:7px;}
.objetive-evaluation .botones-despliegue{margin-top:14px;}
.objetive-evaluation .evaluacion-objetivo{margin-top: 20px;} 
.objetive-evaluation .evaluacion-objetivo .comentario-general{margin-top: 20px;}
.objetive-evaluation .evaluacion-objetivo .resultado-objetivos{margin-top: 20px;}
.objetive-evaluation .objetivo-estrategico-table table thead .width-objetivo {min-width: 400px;}
.popup-evidencias {overflow-y: auto;}

/*ESTRELLAS DE PUNTUCION*/
.star{margin:30px 0; text-align:center;}
.star.big a{display:inline-block; width:40px; height:40px; margin-right:20px; text-align:center;}
.star.big a:nth-child(5){margin-right:0px!important;}
.star.small div{display:inline-block; width:17px; height:17px; margin-right:10px; text-align:center;}
.star.small div:last-child{margin:0;}
.star a{background:url(../Images/Icons/ic_estrella_roja_borde.svg); background-repeat: no-repeat;}
.star a.active{background:url(../Images/Icons/ic_estrella_roja.svg); background-repeat: no-repeat;}
.star.blanco div{background:url(../Images/Icons/ic_estrella_borde_blanco.svg); background-repeat: no-repeat;}
.star.blanco div.un-cuarto{background:url(../Images/Icons/ic_estrella_blanca_un_cuarto.svg); background-repeat: no-repeat;}
.star.blanco div.mitad{background:url(../Images/Icons/ic_estrella_blanca_mitad.svg); background-repeat: no-repeat;}
.star.blanco div.tres-cuartos{background:url(../Images/Icons/ic_estrella_blanco_tres_cuartos.svg); background-repeat: no-repeat;}
.star.blanco div.completa{background:url(../Images/Icons/ic_estrella_blanca.svg); background-repeat: no-repeat;}
.star.gray div{background:url(../Images/Icons/ic_estrella_borde_gris.svg); background-repeat: no-repeat;}
.star.gray div.un-cuarto{background:url(../Images/Icons/ic_estrella_gris_un_cuarto.svg); background-repeat: no-repeat;}
.star.gray div.mitad{background:url(../Images/Icons/ic_estrella_gis_mitad.svg); background-repeat: no-repeat;}
.star.gray div.tres-cuartos{background:url(../Images/Icons/ic_estrella_gris_tres_cuartos.svg); background-repeat: no-repeat;}
.star.gray div.completa{background:url(../Images/Icons/ic_estrella_gris.svg); background-repeat: no-repeat;}
.star a {position: relative;}
.star a p {opacity: 0; position: absolute; padding: 3px 10px; white-space: nowrap; bottom: -30px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); background: #fff; border-radius: 50px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}
.star a:hover p {opacity: 1;}

/*MI SEGUIMIENTO*/
 .mi-seguimiento .perfil-usuario{margin-bottom: 40px;}
 .mi-seguimiento .perfil-usuario:hover{-webkit-transform: scale(1.05);-ms-transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
 .mi-seguimiento .datos-usuarios label:first-child{color:#7878b8;}
 .mi-seguimiento .datos-usuarios label:nth-child(2){color:black;}
 .mi-seguimiento .menu-icon {width: 36px; height: 36px; margin-right: 5px; display: inline-block; background-size:cover; border-radius:50%;}

 /*ASIGNACIÓN PARES*/
 .asignacion-pares .perfil-usuario{margin-bottom: 40px;}
 .asignacion-pares .perfil-usuario:hover{-webkit-transform: scale(1.05);-ms-transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
 .asignacion-pares .datos-usuarios label:first-child{color:#7878b8;}
 .asignacion-pares .datos-usuarios label:nth-child(2){color:black;}
 .asignacion-pares .menu-icon {width: 36px; height: 36px; margin-right: 5px; display: inline-block; background-size:cover; border-radius:50%;}
 .asignacion-pares .mi-asignacion-par-boton { display: flex; justify-content: end; }

 /*DETALLE PARES*/
 .detalle-pares .perfil-usuario{margin-bottom: 40px;}
 .detalle-pares .perfil-usuario:hover{-webkit-transform: scale(1.05);-ms-transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
 .detalle-pares .datos-usuarios label:first-child{color:#7878b8;}
 .detalle-pares .datos-usuarios label:nth-child(2){color:black;}
 .detalle-pares .menu-icon {width: 36px; height: 36px; margin-right: 5px; display: inline-block; background-size:cover; border-radius:50%;}
 .detalle-pares .agregar-par-boton { display: flex; justify-content: space-between; gap: 5px; align-items: center;}
 .detalle-pares .agregar-par-boton .text-pendienteaprobacion { color: #FF6D46 !important; font-weight: bold; }
 .detalle-pares .agregar-par-boton .text-aprobado2 { color: #00CEC5 !important; font-weight: bold; }
 .detalle-pares .perfil-usuario { position: relative; }
 .detalle-pares .perfil-usuario .container-x { position: absolute; margin-top: -6%; margin-left: -3%; }
 .detalle-pares .perfil-usuario .container-x .imagen-x { width:25px; height:25px; }

 /*AGREGAR PARES*/
 .agregar-pares .perfil-usuario{margin-bottom: 40px;}
 .agregar-pares .perfil-usuario:hover{-webkit-transform: scale(1.05);-ms-transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
 .agregar-pares .datos-usuarios label:first-child{color:#7878b8;}
 .agregar-pares .datos-usuarios label:nth-child(2){color:black;}
 .agregar-pares .menu-icon {width: 36px; height: 36px; margin-right: 5px; display: inline-block; background-size:cover; border-radius:50%;}
 .agregar-pares .agregar-par-boton { display: flex; justify-content: end; }
 .usuarios-container .perfil-usuario { position: relative; }
 .usuarios-container .perfil-usuario .container-check { position: absolute; margin-top: -6%; margin-left: -3%; }
 .usuarios-container .perfil-usuario .container-check .imagen-check { width:35px; height:35px; }

/*COLABORADOR*/
.colaborador .perfil-usuario{position:relative;}
.colaborador .perfil-usuario .datos-usuarios{margin-left:0px; width:calc(100% - 209px);}
.colaborador .perfil-usuario .datos-usuarios label:last-child{color:#7878b8;}
.colaborador .perfil-usuario .screen-actions a{position:absolute; top:30px; right:0;}
.colaborador .carpeta .carpeta-plan .plan-action{position:absolute; top:0px; left:160px;}
.colaborador .carpeta .carpeta-plan .plan-action *{display:inline-block;}
.colaborador .carpeta .carpeta-plan .plan-action .delete{width:25px; height: 25px; cursor:pointer; margin-left:15px;}

/*CARPETA*/
.carpeta .ic-file{background-image:url('../Images/Carpeta/ic_file.svg'); background-repeat:no-repeat; width:135px; height:100px; position:relative;}
.carpeta .carpeta-plan{margin-right:15px; position:relative;}
.carpeta .carpeta-plan .ring-chart{width:65px; position:absolute; top:12px; left:50%; transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);}
.carpeta .carpeta-plan .ring-chart label{font-size:0.8em; font-weight:bold;}
.carpeta .carpeta-plan:hover{-webkit-transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.carpeta .datos-carpeta{margin:15px 0 30px 0;}
.carpeta .datos-carpeta p{padding:10px 5px; border-radius:15px; margin-top:10px;}

 @media only screen and (min-width:45em){
    .colaborador .carpeta:after{content: ''; display: block; clear:both;}
    .colaborador .carpeta .carpeta-plan{float:left; width:calc(33.33% - 15px); height: 350px;}
}

 /*PLAN*/
 .plan-accion .plan .carpeta {position:relative;}
 .plan-accion .plan .carpeta .carpeta-plan:hover{transform: scale(1); -webkit-transform: scale(1);-ms-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1);}
 .plan-accion .plan .carpeta .datos-carpeta p{padding:10px 5px; border-radius:15px; margin-top:5px; width:calc(100% - 100px);}
 .plan-accion .plan .carpeta .screen-actions a{position:absolute; top:45px; right:0px;}

 /*SOLICITUD DE CARD PENDIENTES*/
 .solicitud-card-pendiente {margin-top:30px;}
 .solicitud-card-pendiente .perfil-usuario{margin:20px 0px;}
 .solicitud-card-pendiente .datos-usuarios label:nth-child(2){color:#7878b8;}
 .solicitud-card-pendiente .datos-usuarios label:nth-child(3){font-size:13px;}
 .solicitud-card-pendiente .datos-usuarios .entregar-cards{margin:10px 0 0 0; text-align:left;}

 @media only screen and (min-width:45em){
    .usuario-card-pendiente:after{content: ''; display: block; clear:both;}
    .usuario-card-pendiente .perfil-usuario{float:left; width:33.33%;}
}

 /*TRELLO*/
 .trello-postit .border-title{padding:10px; border-radius:20px; border:1px solid gray; text-align:center;}
 .trello-postit .col{border-bottom:1px solid gray; margin-bottom:20px;}
 .trello-postit .col  .trello-state{margin:30px 0;}
 .trello-postit .trello-state .post-its .detalle-post-its .state-flecha .ic-flecha-trello-next{background-image:url(../Images/Controls/arrow_down_gray.svg); background-repeat:no-repeat; width:70px; height:70px; position:absolute; bottom:-55px; left:50%; cursor:pointer; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform:translateX(-50%);}
 .trello-postit .trello-state .post-its .detalle-post-its .state-flecha .ic-flecha-trello-prev{background-image:url(../Images/Controls/arrow_down_gray.svg); background-repeat:no-repeat; width:70px; height:70px; position:absolute; top:-55px; left:50%; cursor:pointer; transform: rotate(-180deg) translateX(50%); -webkit-transform: rotate(-180deg) translateX(50%); -ms-transform: rotate(-180deg) translateX(50%); -moz-transform: rotate(-180deg) translateX(50%); -o-transform: rotate(-180deg) translateX(50%);}
 .trello-postit .col:first-child .trello-state .post-its .detalle-post-its .state-flecha .ic-flecha-trello-prev{display:none;}
 .trello-postit .col:last-child .trello-state .post-its .detalle-post-its .state-flecha .ic-flecha-trello-next{display:none;}

 /*POST ITS*/
.post-its {text-align: center;}
.post-its .detalle-post-its{width:215px!important; margin-bottom: 40px; padding:15px; -webkit-backface-visibility:hidden; position:relative; display:inline-block; background-size: contain; background-repeat: no-repeat; background-position: center; transform: rotate(-3deg); -webkit-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg);}
.post-its .detalle-post-its:hover {transform: rotate(-3deg) scale(1.02); -webkit-transform: rotate(-3deg) scale(1.02); -ms-transform: rotate(-3deg) scale(1.02); -moz-transform: rotate(-3deg) scale(1.02); -o-transform: rotate(-3deg) scale(1.02);}
.post-its .detalle-post-its .datos-post-it .foto-usuario{width:35px; height:35px; border-radius:50%; background-size:cover;}
.post-its .detalle-post-its .datos-post-it{position:relative;}
.post-its .detalle-post-its .datos-post-it .datos-usuarios{position:absolute; top:2px; left:45px;}
.post-its .detalle-post-its .datos-post-it label{font-size: 0.75em; display:block; color: #363639; text-align: left;}
.post-its .detalle-post-its .datos-post-it label:first-child{font-weight:bold;}
.post-its .detalle-post-its .datos-post-it label:nth-child(2){color: #666666;}
.post-its .detalle-post-its .delete {width:20px; height: 20px; position:absolute; top:20px; right:10px; cursor:pointer;}
.post-its .detalle-post-its .h-line {background: #fff; margin: 10px auto;}
.post-its .detalle-post-its textarea{height: 90px; max-height: 90px; min-height: 90px; min-width:100%; max-width:100%; background-color:transparent!important; border:none; text-align:center; color: #363639;}
.post-its .detalle-post-its  textarea.marcado{text-decoration-line:line-through;}
.post-its .detalle-post-its .opciones-post-its{position:relative; margin-top:15px;}
.post-its .detalle-post-its .opciones-post-its .ic-colores{width:20px; height: 20px; cursor:pointer;}
.post-its .detalle-post-its .opciones-post-its .ic-calendar-black {background-image: url('../Images/Icons/ic_calendar_black.svg'); background-repeat:no-repeat; width:30px; height:30px; cursor:pointer; position:absolute; top:-5px; right:30px;}
.post-its .detalle-post-its .opciones-post-its .end-date-postit{position:absolute; top:2px; right:70px; color:#000; font-size:0.9em;}
.espacio-privado h1{margin-bottom:25px;}

/*HABILIDADES - ACTIVIDADES*/
.plan-accion .table .table-container table thead tr th {border-color: white; border-style: double;}
.plan-accion .table .table-container .campos {font-size: 1.2em;}
.plan-accion .table table tbody .habilidad-1 td {background: #fff;}
.plan-accion .table table tbody .habilidad-2 td {background: #e3e3e3;}
.plan-accion .table table thead tr:nth-child(1) th, .plan-accion .table table thead tr:nth-child(2) th {text-align: center; font-weight: bold;}
.plan-accion .table table thead tr:nth-child(1) {text-align: center;}
.plan-accion .table table thead tr:nth-child(1) th:nth-child(1) {background-color: #FF6A39; max-width: 220px;}
.plan-accion .table table thead tr:nth-child(1) th:nth-child(2) {background-color: #6F79BD; max-width: 215px;}
.plan-accion .table table thead tr:nth-child(1) th:nth-child(3) {background-color: #71DBD4; max-width: 230px;}
.plan-accion .table table thead tr:nth-child(1) th:nth-child(4) {background-color: #EF9C21; max-width: 215px;}
.plan-accion .table table thead tr:nth-child(1) th:nth-child(n+5) {background-color: #E0E0E0; max-width: 100px;}
.plan-accion .table table tbody .btn-actividad {text-align: left;}
.plan-accion .table table tbody .btn-actividad a {width: 66px; height: 30px; line-height: 30px;}
.plan-accion .table .btn-table2 {display: flex; justify-content:center; gap: 5px;}
.plan-accion .table .btn-table {display: flex; justify-content:center; gap: 5px;}
.plan-accion .table .btn-table a {border-radius: 20px; padding: 6px;}
.plan-accion .table .ic-confirmar, .plan-accion .table .ic-cancelar-blanco {background-position: center; background-size: 20px;}
.plan-accion .table table tbody select {max-width: 190px;}
.plan-accion .table table tbody input {max-width: 175px;}
.plan-accion .table table tbody .acciones {padding: 10px;}
.plan-accion .edit {font-size: 1.3em; font-family: 'Mirai'; color: #b0b0b0; vertical-align: middle;}
.plan-accion .edit i{font-size:18px; vertical-align:middle; padding-bottom:5px; margin-left: 5px;}

/*NUEVO CARD*/
.gestion-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gestion-card a{margin: 0 15px 15px 0;}
.gestion-card a .card{height:267px; width:100%; border-radius: 8px; position:relative;}
@media only screen and (min-width:35em){
    .gestion-card:after{content: ''; display: block; clear:both;}
    .gestion-card a{float:left; width:calc(50% - 15px);}
    .gestion-card a{margin: 0 15px 15px 0;}
    .gestion-card a:nth-child(2n){margin:0 0 15px 0;}
}
@media only screen and (min-width:45em){
    .gestion-card:after{content: ''; display: block; clear:both;}
    .gestion-card a{float:left; width:calc(25% - 5px);}
    .gestion-card a{margin: 0 4px 15px 0 !important; min-width: 225px; display: inline-block;}
    .gestion-card a:nth-child(3n){margin:0 0 15px 0 !important;}
}

.gestion-card .card-padre {border-radius:16px; position: relative; padding-left:16px; padding-right:16px; padding-top:16px; padding-bottom:16px; overflow: hidden; width: 180px; margin: 0 auto;}
.gestion-card .card-padre .background {position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5;}
.gestion-card .card-padre .card {position: relative; z-index: 1;}
.gestion-card .card-padre .card .imagen-card-padre{align-items: center; display: flex; justify-content: center; margin-top: 43px;}
.gestion-card .card-padre .card .imagen-card{position: absolute; top: 94px; display:inline-block; height:115px; width:115px; background-size:contain; background-position:center; background-repeat:no-repeat;}
.gestion-card .card-padre .asunto-card{text-align:center; padding-top:23px;}
.gestion-card .card-padre .asunto-card label.small {font-size: 1.2em;}
.gestion-card .card-padre .card label{color:#fff; font-size:1.3em;}
.gestion-card .card-padre .card label.small{font-size:1.3em;}
.gestion-card .card-padre .card .delete {border-radius: 50%; background-color:#8029c1; width:25px; height: 25px; position:absolute; top:-10px; right:-10px; cursor:pointer;} /*border:18px solid #dadbda;*/ 
#popupGuardarCard .popup-container {max-width: 290px;}

.detalle-card-padre-abuelo{align-items: center; display: flex; justify-content: center; padding-left: 32px;}
.detalle-card-padre-abuelo .detalle-card-padre{border-radius:16px; position: relative; background: #dadbda; padding-left:16px; padding-right:16px; padding-top:16px; padding-bottom:16px; overflow: hidden; width:190px;}
.detalle-card-padre-abuelo .detalle-card input[type="text"] {background-color: #fff !important; color:black !important}
.detalle-card-padre-abuelo .detalle-card-padre .detalle-card {position: relative; }
.detalle-card-padre-abuelo .detalle-card-padre .detalle-card a {margin-top:6px; position: absolute; transform: translateX(-50%); left: 50%; bottom: 30px; -webkit-transform:translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.detalle-card-padre-abuelo .detalle-card-padre .detalle-card {height: 250px; border-radius:8px; background-color:#9da1a2; padding-left:12px; padding-right:12px; padding-top:7px; padding-bottom:7px;}
.detalle-card-padre-abuelo .detalle-card-padre .detalle-card .cargar-imagen {width:100px; height:100px; margin-bottom:0px; position:absolute; background-size:contain; background-position:center; background-repeat:no-repeat; cursor: pointer; top: 70px;left: 50%; transform: translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.detalle-card-padre-abuelo .detalle-card-padre .detalle-card .cargar-imagen .ic-interrogacion {width: 60%; height: 100%; background-repeat:no-repeat;}

/*PALETA COLORES CARDS*/
.colores-card{margin-top:10px; position:relative; text-align:left;}
.colores-card .paleta-colores{text-align:center; margin-top:30px;}
.colores-card .paleta-colores a{width:25px; height: 25px; border-radius:50%; display:inline-block; margin:5px; vertical-align: middle; transition: none; -webkit-transition: none;}
.colores-card .paleta-colores a.selected{border: 5px solid white; margin:0px;}
.colores-card .paleta-colores-input{max-width:100%; margin-top:15px; padding-left:40px; padding-right:40px; display: flex}
.colores-card .paleta-colores-input label{color:white; height:36px; line-height:52px;}
.colores-card .paleta-colores-input label span{margin-left:9px;}
.colores-card .paleta-colores-input input[type="text"]{float:right; width:71%; background-color:white !important; color:black !important}


/*PALETA COLORES POST-ITS*/
.colores-post-its.hidden{display:none;}
.colores-post-its{padding:3px; background-color:#fff; border-radius: 20px; text-align:center; position:absolute; top: -5px; left:30px;}
.colores-post-its a{width: 17px; height: 17px; border-radius: 50%; display:inline-block; margin:5px; vertical-align: middle; transition: none; -webkit-transition: none;}
.colores-post-its a.selected{border: 5px solid black;; margin:0px;}
.colores-post-its a.yellow{background-color:#e9e56f;}
.colores-post-its a.rosa{background-color:#ffb3b3;}
.colores-post-its a.rosado{background-color:#ffb6d7;}
.colores-post-its a.menta{background-color:#9beada;}
.colores-post-its a.celeste{background-color:#92a8f7;}

/*ENTREGA CARD*/
.envio-card{padding:20px 10px; border-radius:8px;}
.envio-card{position: relative; z-index: 1;}
@media only screen and (min-width:35em){
    .envio-card{}
}

.envio-card-padre{border-radius:16px; position: relative; padding-left:16px; padding-right:16px; padding-top:16px; padding-bottom:16px; overflow: hidden; width:250px!important; margin: 40px auto 0 auto;}
.envio-card-padre .background {position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5;}
.envio-card .datos-remitent.hidden{display:none;}
.envio-card .datos-remitente label, .envio-card .datos-remitente span{color:#fff !important; font-size: 0.92em;}
.envio-card .anonimo{margin:10px 0 7px 0; position:relative;}
.envio-card .anonimo label{margin-left:10px; color: #fff; position:absolute; top:2px; left:20px; font-size: 0.8em;}
.envio-card .buscar:after {content:''; display:block; clear:both;}
.envio-card .buscar label{float:left; width:30px; position:relative; height:35px; line-height:35px; font-size: 0.85em;}
.envio-card .buscar #buscar{float:left; width:calc(100% - 45px); margin-left: 10px; background-color:transparent!important; border-color: #fff;}
.envio-card .buscar label{color: #fff;}
.envio-card .titulo-card {position:relative;}
.envio-card .titulo-card .asunto{margin-top:10px; text-align: center; margin-bottom: 5px;}
.envio-card .titulo-card .imagen-card{height:90px; width:90px; margin:0 auto; background-size:contain; background-position:center; background-repeat:no-repeat;}
.envio-card .titulo-card label{top:10px; left:50px; color:#fff !important;}
.envio-card div textarea{min-width:100%; max-width:100%; background-color:transparent!important; border-color: #fff; color: #fff;}
.envio-card div textarea.mensaje {height: 80px; margin-top:10px;}
.envio-card div textarea::placeholder{color: rgba(255, 255, 255, 0.8);}

/*MIS CARD*/
.mis-card .gestion-card .notificaciones-card{height:25px; width:25px; border-radius:50%; background-color:#8029c1; border:2px solid #fff; position:absolute; top:-14px; right:-14px;}
.mis-card .gestion-card .notificaciones-card span{font-size: 21px; font-weight: bold; display: block; line-height: 25px; text-align: center; color:#fff;} 
.mensaje-error-card{margin-top:30px;}

/*DETALLE DE MIS CARD*/
.detalle-mi-seguimiento {text-align: center;}
.detalle-mi-seguimiento .search {width:100%; background-size: 30px !important; background-position: calc(100% - 3px) center !important; background-color:#e6e6e6 !important;}
.favoritos-and-no-favoritos{display:flex; flex-wrap:wrap; justify-content:center;}
.detalle-mi-seguimiento .entrega-card-padre{border-radius:16px; position: relative; padding-left:16px; padding-right:16px; padding-top:16px; padding-bottom:16px; overflow: hidden; width:219px!important; margin: 20px 11px 0 11px;}
.detalle-mi-seguimiento .entrega-card-padre .background {position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5;}
.detalle-mi-seguimiento .favoritos-and-no-favoritos .datos-remitente{padding-top: 6px; max-height: 15px; overflow: hidden; display: block;}
.detalle-mi-seguimiento .entrega-card-padre .datos-remitente label{font-size: 0.80em;}
.detalle-mi-seguimiento .entrega-card{padding: 10px 3px 35px 3px; border-radius:8px; text-align: left; vertical-align: top; position: relative;}
.entrega-card-hijo-no-favorito{height: 240px;}
.detalle-mi-seguimiento .entrega-card:hover {transform: scale(1.03);-webkit-transform: scale(1.03);-ms-transform: scale(1.03);-moz-transform: scale(1.03);-o-transform: scale(1.03);}
.detalle-mi-seguimiento .entrega-card .mensaje-padre{padding-left:10px; padding-right:10px; word-break:break-word; position: absolute; top: 197px;}
.detalle-mi-seguimiento .entrega-card .imagen-card{height:100px; width:100px; margin:0 auto; background-size:contain; background-position:center; background-repeat:no-repeat; position: absolute; top: 90px; left:50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.detalle-mi-seguimiento .entrega-card .titulo-card .asunto{margin-top:20px; text-align: center; margin-bottom: 15px;}
.detalle-mi-seguimiento .entrega-card .titulo-card .asunto label{font-size:1.8em;}
.detalle-mi-seguimiento .entrega-card .titulo-card .asunto label.small{font-size:1.3em;}
.detalle-mi-seguimiento .entrega-card .titulo-card{font-size: 0.9em; margin-bottom: 18px;}
.detalle-mi-seguimiento .entrega-card label, .detalle-mi-seguimiento .entrega-card p{color: #fff!important;}
.detalle-mi-seguimiento .favorite-cards .entrega-card {position: absolute; padding: 0; width: 251px;}
.detalle-mi-seguimiento .favorite-cards .entrega-card .background {border-radius: 16px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5;}
.detalle-mi-seguimiento .favorite-cards .entrega-card .entrega-card-hijo{position: relative; border-radius:8px; background: #dadbda; margin: 16px; padding: 10px 3px 35px 3px; height: 240px;}
.detalle-mi-seguimiento .favorite-cards .entrega-card .entrega-card-hijo label {font-size: 0.80em;}
.detalle-mi-seguimiento .favorite-cards .entrega-card .entrega-card-hijo .titulo-card .asunto label{font-size: 1.8em;} 
.detalle-mi-seguimiento .favorite-cards .entrega-card .entrega-card-hijo .titulo-card .asunto label.small{font-size: 1.3em;} 

/*EVALUACIONES PENDIENTES*/
.card-pendientes .usuario-pendiente .datos-usuarios{top:14px; left:100px;}
.card-pendientes .usuario-pendiente .numero-pendientes {position: relative; margin:30px 0; height:45px; background-color: #e6e6e6 ; border-radius: 27px; padding: 2px;}
.card-pendientes .usuario-pendiente .numero-pendientes:after {content: ''; display: block; clear:both;}
.card-pendientes .usuario-pendiente .numero-pendientes div:first-child{margin-top:12px;}
.card-pendientes .usuario-pendiente .numero-pendientes label {margin:0px 5px 0 20px;}
.card-pendientes .usuario-pendiente .numero-pendientes .contenido.derecha {float:right;}
.card-pendientes .usuario-pendiente .numero-pendientes .contenido.derecha * {float:right;}
.card-pendientes .usuario-pendiente .numero-pendientes .boton-entregar{position:absolute;  display: inline-block; top:6px; right:6px;}


/*CARD FAVORITOS*/
.favorite-cards{position:relative; display:inline-block; margin: 20px 10px 0 10px; vertical-align: top; overflow: hidden;}
.favorite-cards .entrega-card{margin: 0 !important; width:254px;}
.favorite-cards .entrega-card:hover {transform: none;-webkit-transform: none;-ms-transform: none;-moz-transform: none;-o-transform: none;}
.favorite-cards .entrega-card.right{left:100%;}
.favorite-cards .entrega-card.left{left:-100%;}
.favorites-seccion{position:absolute; top:0; left:0;} 
.total-favorites .totally-margin{width:25px; height:25px; background-color: #8029c1; border:4px solid #fff; border-radius:50%; position:absolute; top:1px; right:1px; z-index:1;}
.total-favorites .totally-margin label{color:#fff; font-weight:bold; font-size:21px;}
.ic-flecha-blanco-izquierda{width:50px; height:50px; cursor:pointer; position:absolute; top:50%; left:-8px; transform:translateY(-50%); z-index:1;}
.ic-flecha-blanco-derecha{width:50px; height:50px; cursor:pointer; position:absolute; top:50%; right:-8px; transform:translateY(-50%); z-index:1;}
.favorite-star{float: right; position: absolute; bottom: 15px; right: 10px;}
.favorite-star .ic-border-star-white{background-image:url(../Images/Icons/ic_estrella_borde_blanco.svg); background-size: contain; background-repeat: no-repeat; width:25px; height:25px; cursor:pointer; margin-bottom: -9px;}
.favorite-star .ic-border-star-white:hover, .favorite-star .ic-border-star-white.active{background-image:url(../Images/Icons/ic_estrella_blanca.svg);}

/*MI COACH*/
.mi-coach  .perfil-usuario {height: 110px;}
.mi-coach  .perfil-usuario:hover{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);}
.mi-coach  .perfil-usuario .foto-usuario{width:100px; height:100px;}
.mi-coach  .perfil-usuario .datos-usuarios{margin-left:30px;}
.mi-coach  .perfil-usuario .datos-usuarios a{margin:5px auto;}
.espacio-privado .screen-actions{position:relative;}
.espacio-privado .screen-actions a{position:absolute; bottom:25px; right:0;}
@media only screen and (min-width:35em){
    .mi-coach .perfil-usuario:after{content: ''; display: block; clear:both;}
    .mi-coach .perfil-usuario{float:left; width:calc(50% - 15px); margin-bottom:60px;}
    .mi-coach .h-line{display:none;}
}
@media only screen and (min-width:768px){
    .mi-coach .perfil-usuario:after{content: ''; display: block; clear:both;}
    .mi-coach .perfil-usuario{float:left!important; width: 33.3%; margin-bottom:60px;}
}

/*WINDOWS SCROLL*/
.super-windows{overflow:hidden;}
.windows-scroll{overflow:auto; padding-bottom:30px; margin-bottom:-30px;position:relative;}
.super-windows-trabajadores{overflow:hidden;}
.windows-scroll-trabajadores{overflow:auto; padding-bottom:30px; margin-bottom:-30px;}

.super-windows-resultado{overflow:hidden;}
.windows-scroll-resultado{overflow:auto; padding-bottom:30px; margin-bottom:-30px;}
.super-windows-trabajadores-resultado{overflow:hidden;}
.windows-scroll-trabajadores-resultado{overflow:auto; padding-bottom:30px; margin-bottom:-30px;}

/*ERROR*/
.system-error{text-align:center; margin:auto; padding:90px 10px;}
.system-error .detalle-sistema{margin-bottom:70px;}
.system-error .detalle-sistema h1{font-size:50px; margin-bottom:20px; color:#606060;}
.system-error .detalle-sistema p{color:#606060; padding:20px 0 50px 0;}
.system-error .detalle-sistema span{display:block;}
.system-error .logo-empresa{background-image:url(../Images/iso.png); background-repeat:no-repeat; width:96px; height:120px; display:inline-block; background-size:contain;}
@media only screen and (min-width:45em){
    .system-error .detalle-sistema{display:inline-block; vertical-align:middle; padding: 90px 150px 0 0;}
    .system-error .logo-empresa{display:inline-block; vertical-align:middle; padding:50px;}
}

/*POWER BY*/
.footer{height:67px; padding-bottom:30px;}
.create-by {margin: 0 auto; padding: 0 20px 0 20px; text-align: center;}
.create-by *{display: inline-block; vertical-align:middle;}
.create-by .power-by{background-image: url(../Images/ic_app_circle.png); background-repeat:no-repeat; width:35px; height:35px; margin-right: 10px; background-size:contain;}
.create-by .info-by{width:150px;}
.create-by label.name-power{font-size:15px;}
.create-by a.name-developed{font-size:9px; cursor:pointer;}
.create-by a.name-developed:hover{color:#7878b8; transform:scale(1.1);-ms-transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);}

/*ORGANIGRAMA*/
.organigrama{text-align:center;}
.organigrama i.material-icons {font-size: 1.2em; vertical-align: top; cursor: pointer;}
.organigrama div .detalle-usuario{text-align:center;}
.organigrama label{font-size:13px;}
.organigrama div .detalle-usuario{text-align:center; position:relative;}
.organigrama div .detalle-usuario div {display:inline-block; vertical-align:middle;}
.organigrama .detalle-usuario .cargar-imagen{width:200px; height:200px; z-index:1; border:none;}
.organigrama .detalle-usuario .mi-organigrama a {width:25px; height:25px; display:block; margin-left:20px; margin-bottom:30px;}
.organigrama .detalle-usuario .mi-organigrama a:last-child{margin-bottom:0;}
.organigrama .detalle-usuario .mi-organigrama a span{margin-left:40px;}
.organigrama .datos-usuario-organigrama label{display:block; text-align:center; padding:2px 0;}
.organigrama .datos-usuario-organigrama label:last-child{color:#7878b8;}
.organigrama .subordinados-organigrama {position: relative; display:inline-block;}
.organigrama .subordinados-organigrama .detalle-usuario{position:relative; z-index:1; text-align:left;}
.organigrama .subordinados-organigrama .cargar-imagen{width:60px; height:60px; border:none;}
.organigrama .subordinados-organigrama .cargar-imagen:hover{box-shadow: 0px 0px 35px #666; -webkit-transform:scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);}
.organigrama .subordinados-organigrama .detalle-usuario .mi-organigrama{margin-top:5px;}
.organigrama .subordinados-organigrama .fondo-datos-subordinado{background-color:#F1F0F0; padding:10px 15px; border-radius: 40px; position: relative; cursor: pointer; margin-left:20px; min-width:240px;}
.organigrama .subordinados-organigrama .datos-subordinado label{display:block; text-align:center; margin-left:15px; text-align:left;}
.organigrama .subordinados-organigrama .datos-subordinado label:first-child{color:#7878b8;}
.organigrama .subordinados-organigrama .mi-organigrama {display:block;}
.organigrama .subordinados-organigrama .mi-organigrama a{display:initial;}
.organigrama .subordinados-organigrama:after{content: ''; width:1px; height:calc(100% + 120px); background-color:#b2b2b2; display: block; position: absolute; top: -171px; left: -20px;}
.organigrama .subordinados-organigrama:before{content: ''; height:1px; width:calc(100% - 280px); background-color:#b2b2b2; display: block; position: absolute; top: -171px; left: -20px;}
.organigrama .subordinados-organigrama .detalle-usuario:before{content: ''; display: block; width: 20px; height: 1px; background-color:#b2b2b2; position: absolute; top: calc(50% - 1px); left: -20px;}
.organigrama .detalle-usuario a .your-boss{width:40px; height:40px; border-radius:50%; position:absolute; top:0px; right:calc(50% - 100px); cursor:pointer; background-size:cover; background-repeat:no-repeat;}
.organigrama .detalle-usuario a .your-boss:hover{box-shadow: 0px 0px 35px #666; transform: scale(1.03);-webkit-transform: scale(1.03);-ms-transform: scale(1.03);-moz-transform: scale(1.03);-o-transform: scale(1.03);}

/*POPUP ORGANIGRAMA*/
.popup-container .agregar-subordinado{overflow: auto; height: 450px;}
.popup-container .agregar-subordinado .datos-subordinado{text-align:left; position:relative; margin-bottom:10px;}
.popup-container .agregar-subordinado .datos-subordinado input{width:270px; display:inline-block; vertical-align:middle; margin-top:0px!important;}
.popup-container .agregar-subordinado .datos-subordinado label, .popup-container .agregar-subordinado .datos-subordinado .buscar-subordinado{max-width:calc(100% - 100px); display:inline-block; vertical-align:middle; color:white; text-align:left; position:relative;}
.popup-container .agregar-subordinado .datos-subordinado span{width:25px; height:25px; margin-left:15px; cursor:pointer;display:inline-block; vertical-align:middle;}
.popup-container .agregar-nuevo-subordinado{text-align:left; margin:10px 0 20px 0px;}
.popup-container .acciones-subordinado #guardar{margin-left:5px;} 
.popup-container .no-dependencias{margin-left: 20px; display: block; text-align: left; color: #fff;}

/*POPUP ELIMINAR USUARIO*/
.delete-user-types label{color:#fff;}
.delete-user-types .worker-number{width:170px; padding:10px; border-radius:28px; border:1px solid #7878b8; margin-top:5px; margin-left:50%; transform:translateX(-50%); margin-bottom:15px;}
.delete-user-types .worker-number label{color:#7878b8;}
.delete-user-types .form-actions {margin-top:10px!important;}
.delete-user-types .form-actions:last-child {margin-top:50px!important;}
.delete-user-types .form-actions a{width:175px!important; margin-top:5px;}
.delete-user-types .eliminar-sin-reemplazar label{display:block;}
.search-input .suggest {width: 100%; position: absolute; top: calc(100% + 5px); left: 0; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); opacity: 0; pointer-events: none; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; z-index: 5;}
.search-input .suggest.active {opacity: 1; pointer-events: all;}
.search-input .suggest a {line-height: 30px; padding: 0 8px; font-size: 0.85em; display: block; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; text-align:left;}
.search-input .suggest a:nth-child(2n+1) {background: #f5f5f5;}
.search-input .suggest a.active {background: #7878b8; color: #fff;}

/*RESULTADO ESPERADO*/
.resultado-esperado{margin:15px 0 0 20px; position:relative;}
.resultado-esperado *{display:inline-block;}
.resultado-esperado .bar-esperado{background-color:#7878b8; height:36px; width:calc(100% - 180px); border-radius:20px;}
.resultado-esperado .bar-esperado label{color:white; font-size:13px; margin-left:20px; height:36px; line-height:36px;}
.resultado-esperado .valor-esperado{ width:100px!important; border:1px solid gray!important; margin-left:55px; position:absolute; top:1px;}

configuracion-desempeno-resultado-general

/*CONFIGURACION OBJETIVOS GERENCIA Y COMPANIA*/
/*.configuracion .objetivos-gerencial .help{margin-bottom: 15px;}*/

.configuracion-objetivo .objetivos-gerencial table tbody td .input-configuracion{width:400px !important;}
.configuracion-objetivo .objetivos-gerencial .padre{position:relative;}
.configuracion-objetivo .objetivos-gerencial .padre .title {margin-bottom: 25px;}
.configuracion-objetivo .objetivos-gerencial .padre .acciones-objetivo-gerencial{position:absolute; top: -10px; right: 0px;}
.configuracion-objetivo .objetivos-gerencial tbody tr td:nth-child(1){width:180px; padding:10px;}
.configuracion-objetivo .objetivos-gerencial tbody tr td:nth-child(2){width:50%; padding:10px;}
.configuracion-objetivo .objetivos-gerencial tbody tr td:nth-child(3){width:50%; padding:10px;}
.configuracion-objetivo .objetivos-gerencial tbody tr td:nth-child(4){width:100px; padding:10px;}
.configuracion-objetivo .objetivos-gerencial tbody tr td:nth-child(5){width:100px; padding:10px;}
.configuracion-objetivo .objetivos-gerencial tbody tr input{width:100%;}
.configuracion-objetivo .form-actions{margin-top:0px;}

/*CONFIGURACION OBJETIVOS, COMPETENCIAS, DESEMPEÑO*/
.configuracion .combobox-configuracion{margin: 15px 0;}
.configuracion .combobox-configuracion label{margin-left:20px; color:#606060; font-size:13px;}
.configuracion .table{padding-bottom:0px;}
.configuracion table tbody tr .first-column{ width:100px!important;}
.configuracion .configuracion-objetivos table tbody tr .input-configuracion{ width:550px!important;}
.configuracion table .star{margin: 0; text-align:left;}
.configuracion table .star a{margin-right:40px;}
.configuracion table .star a{background:url(../Images/Icons/ic_estrella_borde_gris.svg); background-repeat: no-repeat;}
.configuracion table .star a.active{background:url(../Images/Icons/ic_estrella_gris.svg); background-repeat: no-repeat;}
/*.configuracion .configuracion-desempeno {margin-bottom:35px;}*/
.configuracion .configuracion-desempeno table tbody tr td .input-configuracion{width:500px!important; border:1px solid gray!important;} 
.configuracion .configuracion-desempeno table tbody tr td .valorPorcentual{width:70px!important; border:1px solid gray!important; border-radius:13px!important;}
.configuracion .configuracion-desempeno .tipo-evaluacion, .configuracion .configuracion-desempeno .tipo-evaluacion .progress-bar{margin: 25px 0px;}
.configuracion .configuracion-desempeno .tipo-evaluacion .rango-evaluacion{position:relative;}
.configuracion .configuracion-desempeno .tipo-evaluacion .rango-evaluacion .rango-objetivo label{margin-left:15px;}
.configuracion .configuracion-desempeno .tipo-evaluacion .rango-evaluacion .rango-competencia{position:absolute; top:0px; right:0px;}
.configuracion .configuracion-desempeno .tipo-evaluacion .rango-evaluacion .rango-porcentaje input{border:1px solid gray; width:100px;}
.configuracion .configuracion-alcance table tbody tr td.group-row{width:250px!important;}

.configuracion .combobox-configuracion{margin-bottom:15px;}
.configuracion .configuracion-desempeno-resultado-general h1 {margin-bottom:15px;} 
.configuracion .configuracion-objetivos h1 {margin-bottom:15px;} 
.configuracion .configuracion-desempeno-resultado-general table tbody tr td .input-nombre-grupo-ocupacional{width:180px!important; border:1px solid gray!important;} 
.configuracion .configuracion-desempeno-resultado-general table tbody tr td .input-configuracion{width:110px!important; border:1px solid gray;} 
.configuracion .configuracion-desempeno-resultado-general table tbody tr td{text-align:center;} 
.configuracion .configuracion-desempeno-resultado-general table tbody tr td{cursor:move;}
.configuracion .configuracion-ponderacion table tbody tr td{text-align:center;} 
.configuracion .configuracion-ponderacion h1 {margin-bottom: 15px;}
.configuracion .configuracion-ponderacion .input-disabled {background: #efefef!important; pointer-events: none;}
.configuracion .combobox-escala {margin-bottom: 15px;}
.configuracion .escala-objetivos h1 {margin-bottom:15px;} 
.configuracion .combobox-escala label {margin-left: 20px; color: #606060; font-size: 13px;}

.configuracion .configuracion-competencias .table .table-container table tr td:last-child {width: 310px;}
.configuracion .configuracion-competencias .table .table-container table tr td textarea {width: 100%; height: 80px;}

.detalle-objetivo {margin-bottom: 9px;}
.detalle-objetivo .nuevo-objetivo{margin-bottom:25px;}
.configuracion .detalle-objetivo h1 { margin-bottom:15px;}
.configuracion .detalle-objetivo .datos-formulario { margin-top:20px;}
@media only screen and (max-width:480px){.datos-formulario form div .form-field * { display:block!important; float:initial; width: 100%;}}
.configuracion .detalle-objetivo table tbody tr td input.logro {width: 700px!important;} 

.configuracion .configuracion-adminitracion-objetivos table { margin-top:15px;}

/*COLOR INPUT*/
.input-color-container { display: flex; }
.input-color-container .extreme-color { height: 34px; width: 34px; border-radius: 18px; z-index: 1; position: relative; border: 1px solid gray;}
.input-color-container .numeral { line-height: 36px; position: relative; top: 0; right: -18px; color: gray; }
.input-color-container input[type="text"] { margin-left: -45px; width: 130px; padding-left: 62px!important; }

/*CALIBARCION*/
.calibracion .titulo-leyenda{margin-left:163px!important;}
.calibracion .titulo-leyenda label{font-size:initial!important;}
.calibracion .leyenda-calibracion{margin-bottom:10px;}
.calibracion .leyenda-calibracion *{display:inline-block; vertical-align:middle;}
.calibracion .leyenda-calibracion .color-sobresaliente{background-color:#bbddb3;}
.calibracion .leyenda-calibracion .color-sobresaliente-ideal{background-color:#97cd79;}
.calibracion .leyenda-calibracion .color-distiguido{background-color:#adcfe7;}
.calibracion .leyenda-calibracion .color-distiguido-ideal{background-color:#7abce8;}
.calibracion .leyenda-calibracion .color-esperado{background-color:#fad66a;}
.calibracion .leyenda-calibracion .color-esperado-ideal{background-color:#f8c547;}
.calibracion .leyenda-calibracion .color-desarrollo{background-color:#f5aa81;}
.calibracion .leyenda-calibracion .color-desarrollo-ideal{background-color:#f79869;}
.calibracion .leyenda-calibracion .color-observacion{background-color:#f27777;}
.calibracion .leyenda-calibracion .color-observacion-ideal{background-color:#f06066;}
.calibracion .leyenda-calibracion .color-total{border:1px solid #e6e6e6;}
.calibracion .leyenda-calibracion .color-nivel{width:20px; height:20px;}
.calibracion .leyenda-calibracion .estado-calibracion label{font-size:0.7em; color:#000; width:130px;}
.calibracion .leyenda-calibracion .estado-calibracion .total-leyenda{color:#7878b8; font-size:1.3em; width:110px; margin-left:40px;}
.calibracion .leyenda-calibracion .estado-ideal{margin-left:5px;}
.calibracion .leyenda-calibracion .total-score{width:60px; height:60px; text-align:center;}
.calibracion .leyenda-calibracion .total-score label{font-size:1.3em; color:#000; height:60px; line-height:60px;}

/* GRAFICO DE BARRAS DASHBOARD */
.evaluation-graph{margin:20px 0; position:relative;}
.evaluation-graph .title{color:#020201!important;}
.evaluation-graph .screen-actions{position:absolute; top:-54px; right:0px; margin:0px!important;}
.evaluation-graph label{color:#000; text-align:center; font-weight:bold; position:absolute; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%);}
.evaluation-graph .chart-evaluation{width: 100%; height: 310px; margin: 20px 0 20px 0; cursor:pointer;}
.grafico-avance .windows-scroll{overflow:auto; padding-bottom:0; margin-bottom:0;position:relative;}

/* EVALUACION COMPETENCIAS */

.competition-evaluation .perfil-usuario .foto-usuario{width:200px; height:200px; border-radius:50%; margin:0 auto; background-size:cover; display:block;}
.competition-evaluation .perfil-usuario .datos-usuarios {margin:20px 0; text-align:center; width:initial; display:block;}
.competition-evaluation .competition-desktop .content-competition{min-height:170px;}
.competition-evaluation .competition-desktop .content-competition .ask-name-desktop{display:none;}
.competition-evaluation .objeto-competencia .preguntas-competencias p{text-align:center; font-size:1.0em;}
.competition-evaluation .objeto-competencia .preguntas-competencias > p {max-width: 320px; margin: 20px auto 0 auto;}
.competition-evaluation .botton-actions {position:relative; margin-top: 20px;}
.competition-evaluation .botton-actions  div {display:inline-block; vertical-align:middle;}
.competition-evaluation .botton-actions .ic-izquierda-rojo, .competition-evaluation .botton-actions .ic-derecha-rojo{height:30px; width:30px; cursor:pointer;}
.competition-evaluation .botton-actions .derecha{position:absolute; top:0px; right:0px;}
.competition-evaluation .competition-desktop .resultado-objetivos, .competition-evaluation .competition-desktop .h-line, .competition-evaluation .screen-actions{display:none;}
.competition-evaluation .objeto-competencia{position:absolute; top:330px; left:50%; transform: translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); width:100%; overflow: hidden; pointer-events: none;}
.competition-evaluation .objeto-competencia .preguntas-content{position:relative;}
.competition-evaluation .objeto-competencia .preguntas-content .preguntas-competencias{width: 100%; display: block; margin:0px!important; position:absolute; top:0px; left:0px; pointer-events: all;}
.competition-evaluation .objeto-competencia .preguntas-competencias.left{left:-100%;}
.competition-evaluation .objeto-competencia .preguntas-competencias.right{left:100%;}
.competition-evaluation .competition-desktop .content-competition .objeto-competencia .preguntas-competencias .descripcion { display:none; }
.startLeft, .startRight, .guardarEvaluacion {cursor: pointer;}

/**DASHBOARD**/
.dashboard .comboboxes{text-align:right;}
.dashboard .comboboxes div{display:inline-block;}
.dashboard .comboboxes div:first-child{margin-bottom:10px;}
.dashboard .card-board .carpeta .carpeta-plan:hover{-webkit-transform:scale(1.05); cursor:pointer;-ms-transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.dashboard .card-board .carpeta .file-name{width: 135px!important; display:block; color:#000;}
.dashboard .card-board .carpeta{text-align:center; min-width: 100%; margin:20px 0;}
.dashboard .card-board .carpeta:after{content: ''; display: block; clear:both;}
.dashboard .card-board .carpeta .carpeta-plan{float:left; padding:0px!important;}
.dashboard .card-board .botones-despliegue .flecha.izquierda{float:left;}
.dashboard .card-board .botones-despliegue .flecha.izquierda div{width:30px; height:30px; cursor:pointer; margin-top:70px;}
.dashboard .card-board .botones-despliegue .flecha.derecha{float:right;}
.dashboard .card-board .botones-despliegue .flecha.derecha div{width:30px; height:30px; cursor:pointer; margin-top:70px;}
.dashboard .individual-result .datos-mi-equipo .nombre{font-size:0.8em; color:#000; text-align:center;}
.dashboard .individual-result .datos-mi-equipo .imagen-equipo{width:60px; height:60px; border-radius:50%; margin:20px auto; background-size:cover !important;  background: url('../Images/Icons/ic_user.svg');}
.dashboard .individual-result .datos-mi-equipo .imagen-equipo:hover{box-shadow: 0px 0px 15px #666; -webkit-transform:scale(1.02); cursor:pointer;-ms-transform: scale(1.02); -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -o-transform: scale(1.02);}
.dashboard .individual-result .mi-equipo-trabajadores{text-align:center; min-width: 100%;}
.dashboard .individual-result .mi-equipo-trabajadores:after{content: ''; display: block; clear:both;}
.dashboard .individual-result .mi-equipo-trabajadores .datos-mi-equipo{float:left; padding:0px 15px; width:160px; position:relative;}
.dashboard .individual-result .mi-equipo-trabajadores .datos-mi-equipo .user-selected{background-image:url(../Images/Controls/arrow_down_gray.svg); background-repeat:no-repeat; width:70px; height:70px; position:absolute; bottom:-25px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform:translateX(-50%);}
.dashboard .individual-result .botones-despliegue .flecha.izquierda {float:left;}
.dashboard .individual-result .botones-despliegue .flecha.izquierda div {width:30px; height:30px; cursor:pointer; margin-top:60px;}
.dashboard .individual-result .botones-despliegue .flecha.derecha {float:right;}
.dashboard .individual-result .botones-despliegue .flecha.derecha div {width:30px; height:30px; cursor:pointer; margin-top:60px;}
.dashboard .individual-result .mi-equipo {position: relative; margin-top: 20px;}
.dashboard .individual-result .mi-equipo *{display:inline-block; vertical-align:middle;}
.dashboard .individual-result .mi-equipo .imagen-trabajador{width:100px; height:100px; border-radius:50%; background-size:cover; margin-right:10px;}
.dashboard .individual-result .mi-equipo .datos-equipo .person-name{display:block; color:#7878b8;}
.dashboard .individual-result .mi-equipo .imagen-jefe {display: block; width: 30px; height: 30px; position: absolute; left: -15px; top: -10px; background: url('../Images/Icons/ic_user.svg'); border-radius: 50%; background-size: cover;}
.dashboard .individual-result .mi-equipo .imagen-jefe:hover {box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);}
.dashboard .individual-result .resultado-avance-desempeno .resultado-objetivos{margin-top:20px;}
.dashboard .individual-result .resultado-avance-desempeno .resultado-objetivos .barra-resultado{height:20px;}
.dashboard .individual-result .resultado-avance-desempeno .resultado-objetivos .ic-buen-porcentaje{background-image:none;}
.dashboard .individual-result .resultado-avance-desempeno .resultado-objetivos label{height:20px; line-height:20px;}
.dashboard .individual-result .input-subordinado input{border: 1px solid#ff6b35; width: 50%;}
.dashboard .individual-result .container-buscar-subordinado {margin-top: 20px;}
.dashboard .individual-result .container-buscar-subordinado label {width: 100px;}
.dashboard .individual-result .container-buscar-subordinado .search-input {width: calc(100% - 100px);}
.dashboard .individual-result .container-buscar-subordinado .search-input input {width: 100%;}

.dashboard h1{color:#7878b8; margin-bottom:15px;}
.star-dashboard{margin:0; position:absolute; top:50%; left: 50%; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);}
.porcentaje-comportamiento li p {max-width: calc(50% - 80px); display: block;}
.porcentaje-comportamiento-personal li p {max-width: calc(50% - 80px); display: block;}
.dashboard .fondo-dashboard{display: block; border-radius: 20px;}
.dashboard .fondo-dashboard a{background-color: #7878b8; padding:10px 5px 10px 15px; border-radius:20px; display:inline-block; width:calc(100% - 20px); margin-top:10px; position:relative;}
.dashboard .fondo-dashboard a:hover{-webkit-transform:scale(1.03); -ms-transform: scale(1.03); -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -o-transform: scale(1.03);}
.dashboard .fondo-dashboard a label{color:white; font-size:13px; max-width: calc(50% - 80px); display: block;}
.dashboard .fondo-dashboard .reporte-valores{position:relative;}
.dashboard .porcentaje-global label {color:white; position:absolute; top:12px; right:40px; font-size:13px;}
.dashboard .porcentaje-global span{background-image: url('../Images/Controls/arrow_down_white.svg'); background-repeat:no-repeat; width:25px; height:25px; display:inline-block; position:absolute; top:8px; right:15px;}
.dashboard .fondo-dashboard .reporte-valores ul.hidden {display:none;}
.dashboard .fondo-dashboard .reporte-valores ul li{color:#363639; padding:10px 5px 10px 15px; font-size:11px; position:relative; border-bottom:1px solid #e5e5e5;}
.dashboard .fondo-dashboard .reporte-valores ul li label{color:#363639; position:absolute;  top:10px; right:43px; font-size:11px;}
.dashboard .fondo-dashboard .h-line {width: calc(100% - 80px); height: 1px; background: #e5e5e5; margin: 20px auto;}
.dashboard .resultado-objetivos label{color:#363639;}
.dashboard .porcentaje-objetivo div{margin: 20px auto;}
.dashboard .porcentaje-objetivo p{text-align:center; color:#363639!important; margin:20px 0 40px 0; font-size:13px;}
.dashboard .regresar {position:relative; margin-top: -74px;}
.dashboard .regresar *{display:inline-block; vertical-align:middle; cursor:pointer;}
.dashboard .ic-izquierda-rojo{width:30px; height:30px;}
@media only screen and (min-width:45em){
    .dashboard .porcentaje-evaluacion-objetivos:after{content: ''; display: block; clear:both;}
    .dashboard .porcentaje-evaluacion-objetivos .porcentaje-objetivo{float:left; width:50%;}
}

/*REPORTES*/
.reportes .periodo-sprint{width:100%;}
.reportes .date-report .grupo2-report .edad {position:relative;}
.reportes .date-report .grupo2-report .edad .rango{width:100px;}
.reportes .date-report .grupo2-report .edad .rango2{position:absolute; top:0px; right:0px;}
.reportes .table table tbody .trabajador-check:nth-last-child(2n+1) {border:2px solid gray;}
.reportes .boton-resultado{position:fixed; bottom:0px; right:40px;}
.reportes .boton-resultado .btn-icon-left{padding-left: 20px;}

.reporte .nombre-reporte {display: inline-flex;}
.reporte .nombre-reporte label{margin-left: 5px; line-height: 20px;} 
.reporte .table {margin-top: 20px;} 
.reporte .boton-avance {text-align: right;}
.reporte .boton-avance div {cursor: pointer}

/*LOGS*/
.logs .screen-actions {position:fixed; bottom: 0px; right: 20px;} 

/**/
.resultado-individual label{float:left; width:128px; height:30px; line-height:30px;}
.resultado-individual .resultado-objetivos div {float:left; width:calc(100% - 160px); margin-left: 10px;}
.resultado-individual .col-3 {margin-bottom: 36px;}

/*VALIDACION*/
.validacion .search-panel select{display:block; width:100%; background-color:#e6e6e6!important; margin-bottom: 15px;}
.validacion .search-panel input{width:100%; background-color:#e6e6e6 !important; margin-bottom: 15px;}
@media only screen and (min-width:35em){     
    .validacion .search-panel {margin-bottom: 30px; margin-bottom: initial;}
    .validacion .search-panel:after {content:''; display:block; clear:both;}
    .validacion .search-panel select {float:left; width:190px; position:relative; background-color:#e6e6e6!important;}
    .validacion .search-panel input{float:left; width:calc(100% - 200px); margin-left: 10px; background-color:#e6e6e6 !important; background-size: 30px !important; background-position: calc(100% - 3px) center !important;}
  
}

.validacion .container-validar label{ display: block; margin-bottom: 15px; text-align: center;}
.validacion .container-validar .botones{ display: flex; justify-content: flex-end;}
.validacion .container-validar .botones a{ height: auto; padding-left: 30px;}
.validacion .tabs{ margin-bottom: 15px; margin-top: 15px;}
.validacion .tabs .fondo-tab { text-align: left; background-color: #ff6b35; border-radius: 20px; padding: 2px 12px;}
.validacion .tabs .fondo-tab .subtitle{ color: #fff; height: 40px; line-height: 40px; font-size: 16px;}
.validacion table thead tr th{ text-align: center;}
.validacion .table .table-container table tbody tr td:last-child{ display: flex; align-items: center;}
.validacion .table-container table tbody tr td:last-child a.btn-notificar{ width: auto; height: auto; font-size: 0.9em; line-height: 30px; margin-right: 2px;}

.evaluacion-objetivo .form-field.comentario-general> *:nth-child(n+3){margin-left:0;}
.evaluacion-objetivo .objetivo-estrategico-table .table .table-container table tbody td:last-child input{margin-top:18px;}
.objetive-evaluation .evaluacion-objetivo .form-field.comentario-general .max-caracteres {margin-bottom:5px;}
.objetive-evaluation .evaluacion-objetivo .objetivo-estrategico-table .table-container tr td:last-child textarea {width:300px;height:100px;}
.comentario-colaborador {width:300px;height:100px;}

/*RESULTADOS*/
.resultados .comboboxes{ text-align: right;}
.resultados .comboboxes div{display: inline-block;}
.resultados .comboboxes div:first-child{ margin-bottom: 10px;}
.resultados .resultados-trabajador{ margin-top: 10px;}
.resultados .resultados-trabajador .ic-descargar-evidencia {margin-top: 10px; display: inline-block;}
.resultados .objetives-compania-gerencial .table.paged{padding-bottom:3px;}
.resultados .objetives-compania-gerencial .mensaje{text-align:center; margin-top:6px;}
.resultados .objetives-compania-gerencial .cabecera {margin-bottom:3px; background-color: #7878b8; padding:10px 5px 10px 15px; border-radius:20px; display:inline-block; width:calc(100% - 20px); margin-top:10px; position:relative; margin-right: 15px;}
/*.resultados a .competencia-name{ width:calc(100% - 100px)!important;}*/
.resultados .objetives-compania-gerencial .cabecera.light {background-color: #aeaed6;}
.resultados .objetives-compania-gerencial a label{color:white; font-size:13px; display: block;}
.resultados .objetives-compania-gerencial a span{background-image: url('../Images/Controls/arrow_down_white.svg'); background-repeat:no-repeat; width:25px; height:25px; display:inline-block; position:absolute; top:8px; right:15px;}
.resultados .objetives-compania-gerencial .table table tbody tr:nth-last-child(2n+1) {background: #ffffff;}
.resultados .tabs-evaluacion{ margin-top: 20px;}
.resultados .resultados-trabajador .botones-resultados {margin-top: 20px;}
.resultados .resultados-trabajador .botones-resultados a {margin-top: 5px; margin-bottom: 10px;}
.resultados .resultados-trabajador .botones-resultados a:last-child {margin-top: -100px;}
.resultados .tabs-evaluacion {margin-bottom: 50px;}
.resultados .tabs-evaluacion .ev-competencias{margin-top: 10px;}
.resultados .subtitle {margin-top: 20px;}
.resultados > .table{margin-top: 10px;}
.resultados .resultados-generales table tr, .resultados .resultados-generales table thead {background: none !important;}
.resultados .resultados-generales table thead, .resultados .resultados-generales .table-container table tbody  {border-bottom:1px solid #7878b8!important;}
.resultados .resultados-generales table thead th {color: #666666; width:33.33%;}
.resultados .resultados-generales .table-container table tbody tr .without-info{border-bottom:1px solid #fff; border-left:1px solid #fff; border-right:1px solid #fff;}
.resultados .resultados-generales .table-container table tbody tr .individual-result{border-bottom:1px solid #7878b8;}
.resultados .resultados-generales .table-container table tbody tr .final-result{border-bottom:1px solid #fff;}
.resultados .resultados-generales .table-container table thead .competition-name, .resultados .resultados-generales .table-container table tbody tr .competition-name{border-left:1px solid #fff;}
.resultados .resultados-generales .table-container tr td:not(:first-child), .resultados .resultados-generales .table-container tr th:not(:first-child) {border-left: 1px solid #7878b8;}
.resultados .resultados-generales .table-container table:after {content: ''; position: absolute; top: 0; right: 0; width: calc(100% - 33.3% - 2px); height: calc(100% - 2px); border-radius:0 18px 18px 18px; border: 1px solid #7878b8;}
.resultados .resultados-generales .table-container table:before {content: ''; position: absolute; top: 0; left: 0; width: calc(100% - 2px); height: calc(100% - 82px); border-radius:18px 18px 0 18px; border: 1px solid #7878b8;}

.popup-historico table tr, .popup-historico table thead {background: none !important;}
.popup-historico table thead th {color: #fff;}
.popup-historico table thead th {width:127px;}
.popup-historico .table-container table {margin-left: auto;}
.popup-historico .table-container table th, .popup-historico .table-container table td {padding: 15px;}
.popup-historico .table-container thead {border-bottom: 1px solid #fff;}
.popup-historico .table-container tr td:not(:first-child), .popup-historico .table-container tr th:not(:first-child) {border-left: 1px solid #fff;}
.popup-historico .table-container {margin-left: 10px; margin-right: 10px; border: 1px solid #fff; border-radius: 10px;}

/*RESULTADOS EQUIPO*/
.resultados-equipo .search-panel select {display: block; width: 100%; background-color: #e6e6e6 !important; margin-bottom: 15px;}
.resultados-equipo .search-panel input{width: 100%; background-color: #e6e6e6 !important; margin-bottom: 15px;}
.resultados-equipo .container-volver-resultados{ text-align: right;}
.resultados-equipo .perfil-usuario{ margin-bottom: 10px;}
.resultados-equipo {display:flex;flex-direction:column;}

.resultados .tabs-evaluacion .cabecera label {display:inline-block;}
.resultados .tabs-evaluacion .cabecera a {position:relative;}
.resultados .tabs-evaluacion .cabecera .resultado-porcentaje-tab{position:absolute; right:45px; line-height: 24px;}
.resultados .resultado-competencia .resultado-porcentaje-tab{display: flex; top: 0; height: 100%; justify-content: center; align-items: center; color: #fff; font-size: 13px; text-align: center; right: 20px;}
/*.resultados .resultado-competencia .resultado-porcentaje-tab div{width: 80px;}*/

/* POTENCIAL */

.popup#nuevoObjDesarrollo .popup-container {overflow-y: hidden;}
.popup#nuevoObjDesarrollo .objetivos-container {display: flex; flex-direction: column; align-items: flex-start; overflow-y: hidden;}
.popup#nuevoObjDesarrollo .objetivos-container .option {margin-bottom: 8px;}
.popup#nuevoObjDesarrollo .objetivos-container .option .objetivo {vertical-align: middle}
.popup#nuevoObjDesarrollo .objetivos-container .option label {vertical-align: middle; margin-left: 9px;}
.popup#nuevaAccionDesarrollo .form-field, .popup#editarAccionDesarrollo .form-field {display: flex; flex-direction: column;}
.popup#nuevaAccionDesarrollo .form-field textarea, .popup#editarAccionDesarrollo .form-field textarea {height: 100px;}
.popup#nuevaAccionDesarrollo .form-field > *:first-child, .popup#editarAccionDesarrollo .form-field > *:first-child {width: 100%; text-align: left;}
.popup#nuevaAccionDesarrollo .form-field > *:nth-child(2), .popup#editarAccionDesarrollo .form-field > *:nth-child(2) {width: 90%;}
