#ExecsummaryClient .ag-row-selected{
    font-weight: bold;
}
#ExecsummaryClient .cellSelected{
    background-color:#81D4FA;
}
md-option.asesorList{
    font-size: 14px;
    height: 30px
}

#ExecsummaryClient {
    font-size: 16px;
}

#ExecsummaryClient .btn1{
    min-width: 40px;
}

#ExecsummaryClient .activebtn{
    background: #81D4FA;
    /*color:#FFF;*/
}


#ExecsummaryClient .arrowBtn.disabled {
    outline: none;
    color: #E2E2E4;
    cursor: not-allowed;
}


#ExecsummaryClient .arrowBtn.enabled {
    outline: none;
    color: #000000;
    cursor: pointer;
}

#ExecsummaryClient .vertical-centered{
    align-items: center;
}

#ExecsummaryClient .justify-around-content{
    justify-content: space-around;
}

#ExecsummaryClient .justify-between-content {
    display: flex;
    justify-content: space-between;
}

#ExecsummaryClient .flex-row {
    display: flex;
    flex-flow: row nowrap;
}

#ExecsummaryClient .flex-col {
    display: flex;
    flex-flow: column nowrap;
}

#ExecsummaryClient .align-centered {
    align-self: center;
}

#ExecsummaryClient .bolded {
    font-size: x-large;
    font-weight: bolder;
    text-transform: capitalize;
}

#ExecsummaryClient .bolded-no-capitalize {
    font-size: x-large;
    font-weight: bolder;
}


#ExecsummaryClient .legend-text {
    color: #85868C;
}

#ExecsummaryClient .camelcase-text {
    text-transform: capitalize;
}
#ExecsummaryClient .remove-border {
    border: none;
}
#ExecsummaryClient md-card.md-analyticboard-theme, md-card.rounded {
    border-radius: 5px !important;
}

#ExecsummaryClient md-card {
    box-shadow: none;
}

#ExecsummaryClient .md-select-value{
    max-width: 450px;
}

#ExecsummaryClient .light-gray-bg {
    background: #EFEFF0;
}

#ExecsummaryClient .dark-color-text {
    color: #242732;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 6px;
}
.pr-2{
    padding-right: 2%;
}
.pr-1{
    padding-right: 1%;
}
.pb-1{
    padding-bottom: 1%;
}
.mh-50{
    min-height: 50px;
    height: 50px;
}

#ExecsummaryClient .ag-material .ag-header {
    border: none;
    text-align: start;
}

#ExecsummaryClient .ag-material .ag-header-cell-label .ag-header-cell-text {
    font-weight: normal;
    color: #85868C;
}

#ExecsummaryClient #help{
    /*min-height: 50px;*/
    /*width: 150px;*/
    padding: 5px;
    /*background: rgba(255, 255, 255, 1);*/
    background: #FAFAFA;
    border: 1px solid #666;
    position: absolute;
    z-index: 2000;
    font-size: 12px;
    border-radius: 4px;
    display: none;
}

#ExecsummaryClient .logoCompany{
    height: 60px;
}

#ExecsummaryClient .ag-cell svg{
    margin-top: -10px;
    margin-left: 10px;
}

#ExecsummaryClient .text-align-right {
    text-align: end;
}

#ExecsummaryClient .text-align-center {
    text-align: center;
}

#ExecsummaryClient .ag-material .ag-header-cell-label {
    text-align: center;
    justify-content: center;
}
#ExecsummaryClient .barInCell{
    margin-left: 10px;
}

#ExecsummaryClient .md-button.md-analyticboard-theme.md-primary.selected {
    /*border-bottom: 2px solid #a9a9a9;*/
    /*color: #3387AF;*/
    /*margin-top: 1px;*/
    background-color:#3387AF;
    color:#eee;
}
#ExecsummaryClient .md-button.md-analyticboard-theme.md-primary.selected:hover {
    /*border-bottom: 2px solid #a9a9a9;*/
    /*color: #3387AF;*/
    /*margin-top: 1px;*/
    background-color:#3387AF;
    color:#2d3139;
}

#ExecsummaryClient .md-button.md-analyticboard-theme.md-primary {
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    min-height: 20px;
    height: 26px;
}

#ExecsummaryClient .disabled {
    outline: none;
    color: #ccc;
}

#ExecsummaryClient .greenDot{
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: #b1e0a6;
    margin: -13px 0px 5px 10px;
}

#ExecsummaryClient .greenBar{
    height: 15px;
    background-color: #b1e0a6;
    float:left;
}

#ExecsummaryClient .grayBar{
    height: 15px;
    background-color: #555;
    float:left;
}

#ExecsummaryClient [data-tooltip]:before {
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    transition: all 0.15s ease;
    padding: 10px;
    color: #333;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;
}

#ExecsummaryClient [data-tooltip]:hover:before {
    opacity: 1;
    background: #f8f8f8;
    margin-top: -50px;
    margin-left: 20px;
}

#ExecsummaryClient [data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}

#ExecsummaryClient .description{
    font-size: 12px;
    color:#ccc;
    padding-left: 10px;
}

#ExecsummaryClient .green{
    color:#5cbf46;
    font-weight: bold;
}

#ExecsummaryClient #imgLoading {
    position: absolute;
    top: 250px;
    left: 47%;
    height: 100%
}

#ExecsummaryClient .cont1 {
    opacity: 0.1;
    filter: alpha(opacity=5);
}

#ExecsummaryClient .md-analyticboard-theme .md-datepicker-input-container {
    border-bottom-color: rgba(0,0,0,0.12);
}

#ExecsummaryClient .md-analyticboard-theme .md-calendar-month-label md-icon, .md-analyticboard-theme .md-datepicker-input {
    text-align: center;
}

#ExecsummaryClient .md-analyticboard-theme .md-calendar-month-label md-icon, .md-analyticboard-theme .md-datepicker-input {
    font-size: 20px;
    font-family: bold;
    text-transform: capitalize;
    text-align: center;
}

#ExecsummaryClient .ag-body-viewport {
    overflow-x: hidden !important;
}

#ExecsummaryClient .etapa{
    color: #FFCC1D;
    font-weight: bold;
}

#ExecsummaryClient .switch-wrap {
    cursor: pointer;
    background: #15273b30;
    padding: 7px;
    width: 50px;
    height: 30px;
    border-radius: 33.5px;
}

#ExecsummaryClient .switch-wrap input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#ExecsummaryClient .switch {
    height: 100%;
    display: grid;
    grid-template-columns: 0fr 1fr 1fr;
    transition: 0.2s;
}

#ExecsummaryClient .switch::after {
    content: "";
    border-radius: 50%;
    background: #ccc;
    grid-column: 2;
    transition: background 0.2s;
}

#ExecsummaryClient input:checked + .switch {
    grid-template-columns: 1fr 1fr 0fr;
}

#ExecsummaryClient input:checked + .switch::after {
    background-color: #52cf71;
}
