﻿@font-face {
    font-family: 'ReadexPro';
    src: url("../Content/ReadexPro/static/ReadexPro-Regular.ttf");
}

body,
html {
    background-color: #eee;
    max-height: 100vh;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.1);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0) !important;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15) !important;
    background-color: lightgray;
}

::-webkit-scrollbar-button:single-button {
    background-color: #bbbbbb !important;
    display: block;
    border-style: solid;
    height: 10px;
    width: 10px;
    color: #bbbbbb;
}

form[data-forma*="Forma_POSF_0"] {
    height: 680px !important;
    max-height: 680px !important;
}

.favsMenuCard {
    display: block;
    float: left;
}

    .favsMenuCard md-card-title-text {
        position: relative !important;
    }

.delFavsCard {
    position: absolute;
    right: 0;
    display: block;
}

.openTab {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.favsMenuCard:hover .delFavsCard {
    display: block;
}

@media (max-width: 420px) {
    .favsMenuCard {
        width: 100%;
        min-width: 320px;
    }
}

@media (min-width: 421px) and (max-width: 820px) {
    .favsMenuCard {
        width: 50%;
        min-width: 320px;
    }
}

@media (min-width: 821px) and (max-width: 1280px) {
    .favsMenuCard {
        width: 33%;
        min-width: 320px;
    }
}

@media (min-width: 1281px) {
    .favsMenuCard {
        width: 25%;
    }
}

#Proccess_Loading_min {
    display: none;
    right: 5px;
    top: 5px;
    position: absolute;
    width: 30px;
    height: 30px;
}

    #Proccess_Loading_min svg path,
    #Proccess_Loading_min svg rect {
        fill: rgba(0,153,255,0.97);
    }

/* #Proccess_Loading img {
    height: 20vw;
    width: 20vw;
} */
/* #Proccess_Loading .loader {
    height: 12vw;
    width: 12vw;
} */
/* #Proccess_Loading .cssload-loader {
    height: 15vw;
    width: 15vw;
} */
#Proccess_Loading .cssload-thecube {
    height: 7vw;
    width: 7vw;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    /* margin: 60px auto; */
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255,255,255,0.2);
    border-right: 1.1em solid rgba(255,255,255,0.2);
    border-bottom: 1.1em solid rgba(255,255,255,0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cssload-loader {
    width: 169px;
    height: 169px;
    border-radius: 50%;
    /* margin: 10em; */
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #fff;
}

    .cssload-loader,
    .cssload-loader:before,
    .cssload-loader:after {
        animation: 1.3s infinite ease-in-out;
        -o-animation: 1.3s infinite ease-in-out;
        -ms-animation: 1.3s infinite ease-in-out;
        -webkit-animation: 1.3s infinite ease-in-out;
        -moz-animation: 1.3s infinite ease-in-out;
    }

        .cssload-loader:before,
        .cssload-loader:after {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
        }

.cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader;
}

@-o-keyframes cssload-loader {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }

    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }

    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }

    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

.cssload-thecube {
    /*width: 103px;*/
    /*height: 103px;*/
    /*margin: 0 auto;*/
    /*margin: 150px;*/
    /*margin-top: 69px;*/
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

    .cssload-thecube .cssload-cube {
        position: relative;
        transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    }

    .cssload-thecube .cssload-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

        .cssload-thecube .cssload-cube:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 145, 220, 1);
            animation: cssload-fold-thecube 3.48s infinite linear both;
            -o-animation: cssload-fold-thecube 3.48s infinite linear both;
            -ms-animation: cssload-fold-thecube 3.48s infinite linear both;
            -webkit-animation: cssload-fold-thecube 3.48s infinite linear both;
            -moz-animation: cssload-fold-thecube 3.48s infinite linear both;
            transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
        }

    .cssload-thecube .cssload-c2 {
        transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
    }

    .cssload-thecube .cssload-c3 {
        transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
    }

    .cssload-thecube .cssload-c4 {
        transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
    }

    .cssload-thecube .cssload-c2:before {
        animation-delay: 0.44s;
        -o-animation-delay: 0.44s;
        -ms-animation-delay: 0.44s;
        -webkit-animation-delay: 0.44s;
        -moz-animation-delay: 0.44s;
    }

    .cssload-thecube .cssload-c3:before {
        animation-delay: 0.87s;
        -o-animation-delay: 0.87s;
        -ms-animation-delay: 0.87s;
        -webkit-animation-delay: 0.87s;
        -moz-animation-delay: 0.87s;
    }

    .cssload-thecube .cssload-c4:before {
        animation-delay: 1.31s;
        -o-animation-delay: 1.31s;
        -ms-animation-delay: 1.31s;
        -webkit-animation-delay: 1.31s;
        -moz-animation-delay: 1.31s;
    }

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -o-transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -o-transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -ms-transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -ms-transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

md-menu-item {
    font-family: ReadexPro;
    font-weight: 500;
    color: #757575;
    font-style: oblique;
}

.menuIntelisis {
    position: fixed;
    top: 50vh;
    left: -25px;
    z-index: 9;
}

.avatar {
    height: 100px;
    width: 100px;
    margin: 10px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.labelAvatar {
    background-color: rgba(0,0,0,0.15);
    padding: 8px;
    font-size: 1em;
    overflow: hidden;
}

.mainContent {
    background-repeat: no-repeat !important;
    background-position: 95% 97% !important;
    background-size: 15% !important;
    height: 90vh !important;
    max-height: 90vh !important;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
}

.mainContentMobile {
    background-repeat: no-repeat !important;
    background-position: 95% 97% !important;
    background-size: 15% !important;
    /*height: 90vh !important;*/
    /*max-height: 90vh !important;*/
    -webkit-overflow-scrolling: touch;
    /* padding-top: 1px; */
}

md-toolbar.md-2xtall {
    height: 192px;
    min-height: 192px;
    max-height: 192px;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fullFlex {
    width: 100% !important;
}

.ColorWhite {
    color: #fff !important;
}

.contentViews.page-container {
    padding: 32px;
    background-color: #eee;
}

.contentViews .page {
    margin: 0 auto;
    padding: 24px;
    max-width: 540px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25);
}

.pageSize.landscape {
    width: 632px;
    height: 220px;
}

.newSurvayPageContainer {
    max-width: 720px;
    margin: 0 auto;
}

.ui-question-srvy,
.ui-question-srvy-new {
    display: block;
    width: calc(100% - 50px);
    min-height: 50px;
    border: 1px;
    margin: 25px 15px;
    padding: 10px;
    border-style: dashed;
    border-color: #ccc;
    background-color: #fafafa;
}

.srvyCover {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.contentViews .page h1 {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 0;
    font-weight: normal;
}

.contentViews .page p {
    line-height: 1.6rem;
}

#loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    background-image: url("../Images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.previewPageSize {
    height: 142px;
    width: 100px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 10px;
    padding: 10PX;
    -ms-high-contrast-adjust: none;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.07);
    box-shadow: 0 1px 0 rgba(0,0,0,0.07);
}

.coverPage {
    min-height: 245px;
    width: 160px;
    float: left;
    display: inline-block;
    margin: 5px;
    position: relative;
    text-align: left;
    vertical-align: top;
    white-space: normal;
}

.addBtn {
    position: fixed;
    right: 5%;
    bottom: 20px;
}

md-card.indicator {
    display: inline-block;
    padding: 0;
    height: auto;
    position: relative;
}

    md-card.indicator .number {
        float: left;
        height: 100%;
        width: 30%;
        display: inline-block;
        text-align: center;
    }

    md-card.indicator .title {
        height: 100%;
        width: 70%;
        display: inline-block;
        text-align: center;
    }

.md-center-x {
    float: left;
    height: 100%;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.truncatedemoBasicUsage #fake-app {
    position: relative;
    height: 400px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #333;
}

    .truncatedemoBasicUsage #fake-app .sidebar {
        position: absolute;
        width: 50px;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #333;
    }

        .truncatedemoBasicUsage #fake-app .sidebar md-icon {
            display: block;
            color: #ddd;
            margin-top: 15px;
        }

    .truncatedemoBasicUsage #fake-app .app-body {
        position: absolute;
        left: 50px;
        right: 100px;
        top: 0;
        bottom: 0;
        background-color: #fff;
        padding: 10px;
        overflow: auto;
    }

    .truncatedemoBasicUsage #fake-app .rightbar {
        position: absolute;
        width: 100px;
        right: 0;
        top: 0;
        bottom: 0;
        background: #ddd;
        padding: 10px;
    }

.w100 {
    width: calc(100% - 16px);
}

md-switch .md-container {
    cursor: pointer !important;
}

.marginToBtn {
    margin-bottom: 50px;
}

md-menu-content.surveyMenu {
    min-width: 100% !important;
}

.newSurveyContainer {
    text-align: center;
    padding-top: 40px;
}

.iconPadd {
    padding-top: 12px;
}

.left {
    display: block;
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    display: block;
    text-align: right;
}

.buttonNoPadding {
    padding: 0;
}

#Questions,
.QuestionsAdd {
    padding: 0;
}

.ui-question-srvy:hover {
    border-color: #0027ff;
    background-color: #fff;
    border-style: solid;
}

.emotion {
    background-repeat: no-repeat;
    background-size: auto 32px;
    height: 36px;
    width: 40px;
    /*border: 1px solid #000;*/
    float: left;
    background-position-x: center;
}

.emo5 {
    background-image: url("../assets/emoticons.png");
    background-position-x: 0;
}

.emo4 {
    background-image: url("../assets/emoticons.png");
    background-position-x: -38px;
}

.emo3 {
    background-image: url("../assets/emoticons.png");
    background-position-x: -76px;
}

.emo2 {
    background-image: url("../assets/emoticons.png");
    background-position-x: -115px;
}

.emo1 {
    background-image: url("../assets/emoticons.png");
    background-position-x: -153px;
}

.e5 {
    background-image: url("../assets/e5.png");
}

.e4 {
    background-image: url("../assets/e4.png");
}

.e3 {
    background-image: url("../assets/e3.png");
}

.e2 {
    background-image: url("../assets/e2.png");
}

.e1 {
    background-image: url("../assets/e1.png");
}


#zoom.leftmargin {
    margin: 0 !important;
    margin-left: 10px !important;
}

.paginacionCaption {
    margin-left: 10px;
    text-align: -webkit-center;
}

.resMargin {
    margin-left: 35px;
}

.rdEmotions {
    margin-left: 15px;
    margin-bottom: 40px;
}

    .rdEmotions .md-container {
        margin: 30px 0 0 15px;
    }

    .rdEmotions md-radio-button {
        width: 50px;
        text-align: center;
        margin: 0 5px !important;
        padding: 0;
    }

    .rdEmotions .md-label {
        margin: 0;
    }

.rdIcons {
    margin-bottom: 15px;
}

    .rdIcons span {
        margin-top: 6px;
        display: inline-block;
    }

.noMargin {
    margin: 0 !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-fixed-top {
    position: relative !important;
}

.sideMenuMain {
    /*margin-top: 2vh;*/
    display: none;
}

.sideMenu {
    /*height: calc(100vh - 96px - 2vh); Medidas con las que el menú principal empuja el footer hacia abajo*/
    height: calc(100vh - 132px);
    -webkit-overflow-scrolling: touch;
}

.isMenuRight {
    position: relative;
    float: right;
    right: 0;
    top: 0.2em;
}

.isMenuRightFinder { /*27/03/2023 JAPA Se agrega clase  en elemento md-icon para mostrar completo el icono de favs en el finder*/
    position: relative;
    float: right;
    right: 0;
    bottom: 4px;
}

.isMenuLeft {
    position: relative;
    float: left;
    right: 0;
    top: 0.2em;
}

.menuItem_Two {
    /*background-color: rgba(0, 0, 0, 0.1);*/
    /* background-color: #eee; */
    color: #757575;
}

.menuItem_Three {
    /*background-color: rgba(0, 0, 0, 0.25);*/
    /* background-color: #eee; */
    color: #757575;
}

.menuItem_Four {
    /* background-color: #eee; */
    color: #757575;
}

.fixMenuItem_One {
    position: -webkit-sticky;
    position: sticky;
    z-index: 50;
    width: -webkit-fill-available;
    top: 0;
}

.menuItem_Two.activeMenu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 45;
    width: -webkit-fill-available;
    top: 48px;
}

.menuItem_Three.activeMenu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 40;
    width: -webkit-fill-available;
    top: 96px;
}

.childMenus {
    margin-top: 3px;
    display: none;
}

.childTwo_MenuItem {
    top: 96px;
    position: absolute;
    width: 100%;
    /*display: none;*/
}

.childThree_MenuItem {
    top: 48px;
    position: absolute;
    width: 100%;
    /*display: none;*/
}

.menuName {
    max-width: calc(100% - 80px);
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
}

    .menuName:hover {
        max-width: calc(100% - 40px);
        display: inline-block;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 10px;
    }

.sinIconoMenuParent {
    display: none !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 240px;
    background-color: #dfdfdf;
    color: #757575;
    text-align: left;
    position: fixed;
    z-index: 99;
    /*left: 56px;*/
    height: 48px;
    padding-right: 8px;
    border-radius: 8px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.nopadding {
    padding: 0 !important;
}

md-radio-button {
    outline: none !important;
}

.formaContainer md-radio-group {
    max-height: 220px;
    overflow: auto;
    display: inline-block;
    width: 290px;
    -webkit-overflow-scrolling: touch;
}

#filtro-arbol-div {
    padding-left: 4px;
}

.filtro-tree-sidenav {
    padding-top: 10px;
}

.grid-table {
    text-align: left;
    padding: 0 10px;
}

#mainMenu-search-toolbar {
    min-height: 1em;
    max-height: 2.8em;
}

#mainMenu-search-input-container {
    margin: 2px 0px 0px 0px;
    min-height: 1em;
    max-height: 2.8em;
    padding: 3px !important;
}

/*#mainMenu-search-input-container .md-input {
        border-color: transparent;
        height: 30px !important;
        color: white !important;
    }*/

.placeHolderWhite::-webkit-input-placeholder {
    color: #fff !important;
}

.placeHolderWhite:-moz-placeholder {
    color: #fff !important;
}

.placeHolderWhite::-moz-placeholder {
    color: #fff !important;
}

.placeHolderWhite:-ms-input-placeholder {
    color: #fff !important;
}

.placeHolderBlackPrincipal::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: rgb(186 183 183) !important;
}

.placeHolderBlackPrincipal::-moz-placeholder {
    /* Firefox 19+ */

    color: rgb(186 183 183) !important;
}

.placeHolderBlackPrincipal:-ms-input-placeholder {
    /* IE 10+ */

    color: rgb(186 183 183) !important;
}

.placeHolderBlackPrincipal:-moz-placeholder {
    /* Firefox 18- */
    /*color: #000000 !important;*/
    color: rgb(186 183 183) !important;
}

#icon-placeholder {
    left: 86%;
    top: 7px;
}


.md-button.main-menu-button {
    max-height: none !important;
    padding-top: 8px;
}

.input-buscador-principal::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
}

.input-buscador-principal::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}

.input-buscador-principal:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}

.input-buscador-principal:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
}

.grid-header {
    font-size: 14px;
}

.grid-row-element {
    min-height: 0px;
    max-height: 30px;
    margin: 0px;
    min-width: 150px !important;
    /*width: 150px !important;*/
}

.md-wf-20dp {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}

.md-wf-20dp-button {
    -webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,0.18), 0 0 0 0 rgba(0,0,0,0.14), 0 1px 1px -1px rgba(0,0,0,0.12);
    box-shadow: 1px 0 0 0 rgba(0,0,0,0.18), 0 0 0 0 rgba(0,0,0,0.14), 0 1px 1px -1px rgba(0,0,0,0.12);
}

body div div md-content div md-content form .dataRow_view_size {
    height: calc(100% - 50px) !important;
}

.view_size {
    width: 100%;
    margin: auto;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.busquedaRapida_box {
    border: 1px;
    border-radius: 2px;
    margin-top: 5px;
}

md-grid-tile {
    outline: none !important;
}

.treeFilter {
    outline: none !important;
    cursor: pointer;
}

.labelTotalizador {
    white-space: nowrap;
    padding: 0 10px;
    /*border-left:2px solid;*/
    font-weight: 600;
    font-size: 16px !important;
}

.labelTotalizador-not-alone {
    border-left: 2px solid;
}

.zone-showDet {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.zone-principal {
    /*border-top: 12px solid;*/
    /*margin-top: 12px !important;*/
}

.table-estiloHoja {
    overflow-y: initial;
    max-height: 20em !important;
    width: 100% !important;
    height: 100%;
    min-height: 150px;
    display: block;
    overflow: initial;
}

    .table-estiloHoja.scrollx {
        overflow: initial;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cfd8dc;
    padding: 0;
}

md-menu-item hr {
    margin: 0;
}

.md-datepicker-button {
    display: none;
}

.md-icon-button + .md-datepicker-input-container {
    margin-left: 0 !important;
    width: inherit;
}

.paginacionContainer {
    font-size: 0.9em;
    float: left;
    display: block;
    margin-bottom: 5px;
}

    .paginacionContainer i {
        outline: none;
    }

.paginacionContainer_S0 {
    float: left;
    text-align: center;
    width: 0;
    display: none;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    outline: none;
}

.paginacionContainer_S1 {
    float: left;
    text-align: center;
    width: 33%;
}

.paginacionContainer_S2 {
    float: left;
    text-align: center;
    width: 33%;
}

.paginacionContainer_S3 {
    float: left;
    text-align: center;
    width: 33%;
}

.gridColorBack {
    width: 100% !important;
    display: inline-table;
}

.gridColorBackTitle {
    height: 60px !important;
}

@media (max-width: 648px) {
    #Zona_A1 {
        width: 100% !important;
    }

    .paginacionContainer_S0 {
        display: block;
        width: 5%;
    }

    .paginacionContainer_S1 {
        display: none;
        width: 0;
    }

    .paginacionContainer_S2 {
        width: 35%;
    }

    .paginacionContainer_S3 {
        width: 60%;
    }
}

@media (min-width: 649px) and (max-width: 1055px) {
    .paginacionContainer_S1 {
        width: 24%;
    }

    .paginacionContainer_S2 {
        width: 24%;
    }

    .paginacionContainer_S3 {
        width: 52%;
    }
}

.md-color-picker-input-container md-input-container {
    margin: 0 0;
}

.selectlist {
    min-width: 100px;
}

.calendarioHoras {
    min-width: 150px;
}

.row-calendarioHoras {
    min-height: 0px;
    max-height: 30px;
    margin: 0px;
    width: 150px !important;
}

.dtp-date-view header {
    margin: 0;
}

.row-buscarArchivo {
    min-height: 0px;
    max-height: 35px;
    margin: 0px;
    width: 400px !important;
}
/* Mapa */
#map {
    height: 750px;
    width: 100%;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

#pac-input {
    background-color: #fff !important;
    font-size: 14px !important;
    font-weight: bold;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 600px;
    border-bottom-color: transparent !important;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

ul {
    -webkit-margin-after: 0 !important;
    -webkit-margin-before: 0 !important;
    -webkit-padding-start: 10px;
}

.sideMenu #mdPrincipalContent .md-button,
.sideMenu #mdPrincipalContent .md-button:focus,
#mdPrincipalContent .md-button,
#mdPrincipalContent .md-button:focus {
    display: initial;
}

.heigthAuto {
    height: auto !important;
}

    .heigthAuto span {
        /*padding: 8px;*/
        padding: 0.811em;
    }

    .heigthAuto md-card md-card-header:first-child md-card-avatar {
        padding: 10px 0 0 0;
    }

.menuBtnAccess:hover .addFavIcon,
#mainMenu:not(.notaddfavorites) .menuBtnAccessFinder:hover .addFavIcon {
    display: block !important;
    padding-top: 2px;
}

.header-fixed-buttons {
    position: fixed;
    z-index: 4;
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 15px;
    background: #303030;
    color: rgba(255,255,255,0.87);
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2), 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2), 0 3px 4px 0 rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}

.header-fixed-grid {
    position: fixed;
    z-index: 4;
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 15px;
    background: #303030;
    color: rgba(255,255,255,0.87);
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2), 0 0px 0px 0 rgba(0,0,0,0.14), 0 5px 3px -2px rgba(0,0,0,0.12);
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2), 0 0px 0px 0 rgba(0,0,0,0.14), 0 5px 3px -2px rgba(0,0,0,0.12);
}

.menu-fixed-content {
    display: block;
    max-height: 500px;
    overflow-y: hidden;
    overflow-x: auto;
    border: 2px solid transparent;
}

.menu-fixed-header {
    border: 2px solid transparent;
}

.menu-fixed-body {
    max-height: 300px;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 2px solid transparent;
    width: fit-content;
}

.icon-null {
    width: 29.6px !important;
}

.icon-empty {
    width: 49.35px !important;
}

@-moz-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(193px) rotateX(-180deg);
        transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(193px) rotateX(0deg);
        transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(193px) rotateY(180deg);
        transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(193px) rotateX(-180deg);
        transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(193px) rotateX(0deg);
        transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(193px) rotateY(180deg);
        transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .addFavIcon {
        display: block !important;
        padding-top: 2px;
    }
}

.table-resize-hoja thead tr {
    text-align: left;
    cursor: col-resize;
}

.table-resize-hoja thead th.resizing {
    cursor: col-resize;
}

.table-resize-grid thead tr {
    text-align: left;
    cursor: col-resize;
}

.table-resize-grid thead th.resizing {
    cursor: col-resize;
}

#iconos-resizer {
    background-color: transparent;
    width: 6px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: col-resize;
}

#iconos-resizer-div {
    background-color: transparent;
    width: 6px;
    border-right: 1px solid transparent
}

#iconos-resizer:hover {
    background-color: #AAA;
}

md-dialog.md-CopperDark-theme {
    background-color: rgb(41, 41, 41) !important;
}

.table-forModal {
    height: 100%;
    position: absolute;
    display: block;
    overflow: hidden;
}

md-dialog-content {
    overflow: hidden !important;
}

.show-grid {
    -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.14);
    box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.14);
}

/* Dialogo Seleccionar Campos */
.dlg-select-campos {
    height: 100%;
}

    .dlg-select-campos md-list {
        padding: 0 !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        .dlg-select-campos md-list md-list-item {
            min-height: 30px !important;
            height: 30px !important;
        }

            .dlg-select-campos md-list md-list-item md-checkbox {
                margin: 0 !important;
            }

.dlg-select-campos-start {
    height: 100% !important;
    min-height: 40% !important;
    padding: 4px !important;
}

.dlg-select-campos-middle {
    max-height: 35% !important;
    height: 100% !important;
    margin-top: 10% !important;
}

@media (max-width: 599px) {
    .dlg-select-campos-middle {
        max-height: 10% !important;
        margin: 0 !important;
    }
}

.dlg-select-campos-end {
    height: 100%;
    min-height: 50%;
}

    .dlg-select-campos-end .dlg-list {
        height: 80%;
        padding: 4px !important;
    }

    .dlg-select-campos-end .dlg-buttons {
        min-height: 10%;
    }

.dlg-select-campos-actions {
}

    .dlg-select-campos-actions .dlg-input-nombre {
        height: 100%;
    }

    .dlg-select-campos-actions .dlg-input-tamano {
        height: 100%;
    }

    .dlg-select-campos-actions .dlg-action-btns {
        height: 100%;
    }

    .dlg-select-campos-actions md-input-container {
        margin: 0 !important;
    }

/*Estilos Francisco*/
.color-select {
    border: 1px solid;
    border-color: black;
    height: 10px;
    width: 10px
}


/*form.ng-valid.ng-dirty.ng-valid-parse{
    min-height: 549px;
}*/

.img-icono {
    border: white 1px solid;
}

.btn-icono {
    background-color: rgb(45,45,45);
    padding: 6px 6px 6px 6px;
    margin: 6px 6px 6px 6px;
    height: 30px;
    width: 30px;
}

.btn-icono-activo {
    background-color: rgb(90, 102, 104);
}

.md-small-button {
    max-height: 26px;
    min-height: 29px;
    font-size: 12px
}

    .md-small-button > md-icon {
        font-size: 17px;
    }

/*Estilos para model de date piker*/

.dtp div.dtp-date {
    background: rgb(0,145,220);
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: rgb(0,145,220);
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: rgb(0,145,220);
}

.dtp table.dtp-picker-days tr > td > .dtp-select-day.selected {
    color: #757575;
    font-size: 1rem;
    line-height: 1;
    box-shadow: 0 0 0 2px #5ebdec !important;
}

.dtp .dtp-picker-time > a.dtp-select-hour.selected {
    color: rgba(255,255,255,0.87);
    background: rgb(0,145,220);
}

.dtp .dtp-actual-meridien a.selected {
    color: rgba(255,255,255,0.87);
    background: rgb(0,145,220);
}

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
    color: #757575;
}

.dtp div.dtp-picker-month {
    color: transparent;
}

/*.dtp-btn-cancel,*/ .dtp-btn-today {
    color: rgb(0, 0, 0) !important;
    background-color: rgba(255,255,255,0.87) !important;
    border-radius: 12px;
}

    .dtp-btn-cancel:hover, .dtp-btn-today:hover {
        color: rgb(0, 0, 0) !important;
        background-color: rgba(255,255,255,0.87) !important;
    }

.dtp-btn-ok {
    color: rgba(255,255,255,0.87) !important;
    background-color: rgb(0,145,220) !important;
    border-radius: 12px;
}

dtp-btn-ok:hover {
    color: rgba(255,255,255,0.87) !important;
    background-color: rgb(0,145,220) !important;
}

.input-group-text {
    color: black;
    font-size: 14px;
    line-height: 24px;
    /*margin-bottom: 0;*/
    white-space: nowrap;
    background-color: white;
    height: 22.5px;
    width: 10px;
    border-color: white;
    padding-left: 3px;
    margin: auto;
}

.btn-div {
    background-color: rgb(45,45,45);
    padding: 3px;
}

.btn-div-activo {
    background-color: rgb(90, 102, 104);
}

.titulo-cat {
    font-weight: bolder;
    text-align: center;
}

.lista-cat {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lista-cat-left {
    padding-left: 10px;
}

.lista-cat-titulo {
    height: 28px;
    cursor: pointer;
}

.selected-asistente {
    background-color: #3366FF;
}

/*ESTILOS PARA VIRTUAL SCROLL NO MOVER SIN AVISAR*/
#virtual-hoja .repeated-item {
    height: 40px;
}

.bordeRenglon {
    border-bottom: 1px solid #ddd;
    border-bottom-style: dashed;
}

#virtual-hoja-noeditable .md-virtual-repeat-sizer {
    height: auto !important;
}

#virtual-hoja-noeditable .repeated-item {
    height: 40px;
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
    overflow-x: auto !important;
    overflow: hidden !important;
}

/*Botones vista resumen*/
.btn-vr md-icon {
    color: rgba(0,0,0,0.38) !important;
}

/*Modificaciones reducir tamaño de formas*/
md-toolbar {
    min-height: 48px !important;
    max-height: 48px !important;
}

.md-toolbar-tools {
    min-height: 48px !important;
    max-height: 48px !important;
}

/*MODO TABLET Y  ESCRITORIO*/
@media only screen and (min-width: 768px) {
    .busquedaRapida_box {
        margin-top: 0px;
    }

    .menu_smaller md-menu .md-button {
        width: 20px;
        height: 25px;
        line-height: 25px;
        min-height: 25px;
        vertical-align: top;
        font-size: 10px;
        padding: 0 0;
        margin: 0;
    }

    md-pagination-wrapper {
        height: 35px;
    }

    md-tab-item {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        text-transform: none !important;
    }

    md-tabs-canvas {
        /*height: 35px;*/
        height: 40px;
    }
}

@media only screen and (min-width: 768px) {
}

/*COMBO EDITABLE ULTIMA VERSION FUNCIONA*/
.combocontainer {
    width: 250px !important;
    position: relative;
    display: inline-block;
}

.comboinput {
    position: relative !important;
    top: -3px !important;
    left: -30px !important;
    width: 20px;
}

    .comboinput div._md-text {
        display: none !important;
    }

    .comboinput md-select-value:not([disabled]):focus ._md-select-value {
        border-bottom: none !important;
    }

    .comboinput md-select-value {
        min-width: 0.0em !important;
        border-bottom: none !important;
    }

        .comboinput md-select-value .md-text {
            display: none !important;
        }

/*COMBO EDITABLE SIN MATERIAL*/
.dropdown {
    position: relative;
    /*width: 200px;*/
}

    .dropdown select {
        width: 100%;
    }

    .dropdown > * {
        box-sizing: border-box;
    }

    .dropdown input {
        position: absolute;
        width: calc(100% - 24px);
    }

.itl-required:not(.loginForm form input) {
    color: red;
}

label:has(span.itl-required) {
    font-weight: bold;
}
/* ESTILOS CARPETA FICHA */
.paginacionContainer_S3 span,
input:not(.loginForm form input):not([type='checkbox']),
#carpeta_tipo_ficha_template input:not(.loginForm form input),
select:not(.loginForm form input) {
    padding: 1px !important;
    /*height: 21px !important;*/
    border-width: 0 0 1px !important;
    border-style: inset !important;
    box-sizing: border-box !important;
}

    .paginacionContainer_S3 span,
    input:not(.loginForm form input):not([type='checkbox']):not(.grid-row-element):not(.combocontainer md-input-container input),
    #carpeta_tipo_ficha_template input:not(.loginForm form input),
    select:not(.loginForm form input), md-input-container label:not(.md-container-ignore) {
        height: 21px !important;
    }

#carpeta_tipo_hoja_template .combocontainer md-input-container.comboinput {
    top: 1.8px !important;
}


.paginacionContainer_S3 span,
input:not(.loginForm form input):not([type='checkbox']):not(.over):not(.combocontainer md-input-container input),
#carpeta_tipo_ficha_template input:not(.loginForm form input):not(.over),
select:not(.loginForm form input):not(.over) {
    background: transparent !important;
}

textarea:not(.loginForm form input, .biometrico) {
    border-width: 0 0 1px !important;
    background: transparent !important;
    border-style: inset !important;
}

md-icon.btn-more:not(.loginForm md-icon) {
    /*    transform: rotate(90deg) !important;*/
    padding-bottom: 0px;
}

md-input-container > md-icon.btn-more:not(.loginForm md-icon) {
    margin-top: 3px;
}

.md-button.filtro-btn {
    border: solid 1px;
    border-radius: 0 0 6px 6px;
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 3px;
    padding-right: 3px;
    color: black;
}

select i {
    position: absolute;
    right: 20px;
    top: calc(50% - 13px);
    width: 16px;
    height: 16px;
    display: block;
    border-left: 4px solid #2AC176;
    border-bottom: 4px solid #2AC176;
    transform: rotate(-45deg);
    transition: all 0.25s ease;
}

.u-button-group {
    display: inline-flex;
    flex-direction: row;
    padding-left: 15px;
}

    .u-button-group .bs-Button--primary {
        border-radius: 0px !important;
        padding: 0px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        border: solid 1px !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    /*.u-button-group .bs-Button--primary:first-child {
            border-top-left-radius: 20px !important;
            border-bottom-left-radius: 20px !important;
        }*/
    .u-button-group .bs-Button--primary-alone {
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }

    .u-button-group .bs-Button--primary-no-alone {
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }

    .u-button-group .bs-Button--primary:last-child {
        border-top-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

.u-button-group-a {
    display: flex;
    justify-content: right;
    margin-bottom: 5px;
    margin-right: 15px;
}

    .u-button-group-a .bs-Button--primary {
        border-radius: 0px !important;
        padding: 0px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

        .u-button-group-a .bs-Button--primary:first-child {
            border-top-left-radius: 20px !important;
            border-bottom-left-radius: 20px !important;
        }

        .u-button-group-a .bs-Button--primary:last-child {
            border-top-right-radius: 20px !important;
            border-bottom-right-radius: 20px !important;
        }

.bs-Menu--primary {
    border-radius: 0px !important;
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border: solid 1px !important;
    /*border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;*/
}

.bs-Menu--primary-alone {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.bs-Menu--primary-no-alone {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.loginForm form input {
    width: 12em !important;
    padding: 8px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    height: 28px !important;
    border-radius: inherit !important;
    outline: none !important;
    border: 0 !important;
}

#carpeta_tipo_ficha_template md-checkbox {
    margin: 3px 0 !important;
    padding: 0 !important;
}
/* ESTILOS CARPETA HOJA */
#carpeta_tipo_hoja_template tr.md-row {
    height: 30px !important;
}

#carpeta_tipo_hoja_template md-input-container {
    margin: 0 !important;
}

.carpeta-resizable {
    resize: vertical !important;
    overflow: auto !important;
}

.note-codable,
.note-editable {
    background-color: #ffffff !important;
}

/* ESTILOS BOTON CON IMAGEN ACCION SECUNDARIA*/

.btn-icon-only {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    width: auto;
    overflow: visible;
    border: 0;
    background: transparent;
}

textarea {
    resize: none;
}

* {
    box-sizing: border-box;
}

/* ZONAS Y CARPETAS */
.carpeta-sort-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.carpetasort-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: row;
    display: flex
}

.carpeta-totalizador {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}

.carpeta-filtro {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.canvas-firma {
    border: 2px dotted #CCCCCC;
    border-radius: 5px;
    cursor: crosshair;
}

.panelFirmaContainer {
    width: 100%;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*MODO MOVIL*/
@media only screen and (max-width: 767px) {
    .carpeta-totalizador {
        justify-content: unset;
    }
}


/* CARPETA BOTONES 3X3*/
.btn-item-container {
    display: grid;
    grid-auto-columns: auto;
    grid-template-rows: repeat(3,1fr);
}

/*1 / span 3*/

.btn-item1 {
    grid-column: 1 / span 3;
    grid-row: 1 / 3;
}

.btn-item2 {
    grid-column: 1 / span 3;
    grid-row: 1 / 3;
}

.btn-item3 {
    grid-column: 1 / span 3;
    grid-row: 1 / 3;
}

.btn-item4 {
    grid-column: 1 / span 3;
    grid-row: 2;
}

.btn-item5 {
    grid-column: 1 / span 3;
    grid-row: 2;
}

.btn-item6 {
    grid-column: 1 / span 3;
    grid-row: 2;
}

.btn-item7 {
    grid-column: 1 / span 3;
    grid-row: 3;
}

.btn-item8 {
    grid-column: 1 / span 3;
    grid-row: 3;
}

.btn-item9 {
    grid-column: 1 / span 3;
    grid-row: 3;
}

/* $ ESTILO HOJA */
md-input-container > .monetario {
    position: absolute;
    top: 8px;
    left: 0px;
    right: auto;
}

.input-monetario {
    box-sizing: border-box !important;
    padding-left: 10px !important;
}
/* Header Estilo HOJA */
tr md-input-container span:not(.md-select-icon) {
    padding: 2px 2px 1px;
    padding-right: 2px;
    border-width: 0 0 1px;
    line-height: 26px;
    height: 30px;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 5px;
    /*text-align: right;*/
    background-position: bottom -1px left 0;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    color: rgba(0,0,0,0.8);
    border-bottom: 1px solid rgba(0,0,0,0.8);
    border-bottom-style: dashed;
    white-space: nowrap;
    cursor: pointer;
}

tr md-input-container span .md-select-icon {
    padding: 2px 2px 1px;
    padding-right: 2px;
    border-width: 0 0 1px;
    line-height: 26px;
    height: 30px;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 5px;
    background-position: bottom -1px left 0;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    color: rgba(0,0,0,0.8);
    white-space: nowrap;
    cursor: pointer;
}

.table-scroll-header-fix {
    overflow-y: visible;
    height: 100%;
    width: 100%;
}

.table-responsive.tablex > thead {
    position: -webkit-sticky; /*Se agrega propiedad para Safari*/
    position: sticky;
    top: 0;
    /*display: flex;
    flex-direction: row;*/
}


.table-responsive th {
    text-align: left;
    font-size: 14px;
}

/*Problema al hacer resize en el dialogo*/
.ui-dialog, .ui-dialog-content {
    box-sizing: content-box;
}

    .ui-dialog .ui-dialog-content {
        padding: 0;
    }

/*Dragbar zonas*/
.clearfix {
    height: 100%;
}

    .clearfix:after {
        content: '';
        display: table;
        clear: both;
    }


#dragbar_A, #dragbar_B, #dragbar_C {
    background-color: lightgray;
    height: 1px;
    width: 100%;
    cursor: row-resize;
    position: absolute;
    /*bottom: 0px;*/
}

#ghostbar {
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    cursor: col-resize;
    z-index: 999
}

#dragbarZoneA, #dragbarZoneB, #dragbarZoneC {
    width: 2px;
    padding: 0;
    cursor: ew-resize;
    flex: 0 0 auto;
    background-color: lightgray;
}

#dragbarZone::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: grey;
    margin: 0 auto;
}

#ghostbarH {
    width: 2px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    cursor: col-resize;
    z-index: 999
}

@media only screen and (max-width: 600px) {
    .carpeta-avanzada {
        max-width: 100vw !important;
        width: 100vw !important;
    }
}

/*Estilos obtenidos de metro-all*/
[hidden] {
    display: none !important;
}

.disabled {
    pointer-events: none !important;
    color: #e4e4e4 !important;
}

/*Estilos Lector de Huella*/
#flex-containerFP {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

    #flex-containerFP > .flex-itemFP {
        -webkit-flex: auto;
        flex: auto;
        text-align: center;
        color: red;
        font-size: 28px;
    }

#readerFP {
    width: 100%;
    height: 60px;
    -webkit-flex: auto;
    flex: auto;
    text-align: center;
    font-size: 28px;
    padding-top: 10px;
}

.registerFP {
    width: 100%;
    height: 60px;
    -webkit-flex: auto;
    flex: auto;
    text-align: center;
    font-size: 28px;
}

/*Estilos PlantillasExcel Gastos*/

.flexbox-containerExcelPlantillas {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

    .flexbox-containerExcelPlantillas > div {
        width: 45%;
        padding: 2px;
    }

        .flexbox-containerExcelPlantillas > div:first-child {
            margin-right: 20px;
        }

@media only screen and (max-width: 600px) {
    .accionAgrupar {
        display: none !important;
    }

    .menuAgrupar {
        display: flex !important;
    }

    .menu-Bar-movil {
        margin-top: 115px;
        margin-left: -20px;
        position: absolute;
        border-radius: 5px;
    }

    .accionAgruparPanel {
        display: block !important;
    }
}


/*Estilos Asistente presupuestos*/
#AsisPresupuesto .PanelAcciones {
    margin-bottom: 5px;
}

#AsisPresupuesto .ContenedorBotones {
    margin: 1px;
    display: inline-flex;
    width: fit-content;
}

#AsisPresupuesto .Col1 {
    margin: 0px 25px;
}

#AsisPresupuesto .IconButton {
    font-size: 22px;
}

#AsisPresupuesto .ContentDiv {
    height: fit-content;
}

#AsisPresupuesto .DisplayBlock {
    display: block;
}

#AsisPresupuesto .W100 {
    width: 100px;
}

#AsisPresupuesto .W196 {
    width: 196px;
}

#AsisPresupuesto .SelPResupuesto {
    margin: 0px 0 0px;
}

#AsisPresupuesto .ValEjercicio {
    margin: 8.2px 0 26px;
}

#AsisPresupuesto .MarginL10 {
    margin-left: 10px;
}

#AsisPresupuesto .BtnRecalcular {
    margin: 0px 50px 0px;
}

#AsisPresupuesto .BtncheckImporte {
    text-transform: none;
}

#AsisPresupuesto .checkImporte {
    margin-bottom: 0;
}

#AsisPresupuesto .checkImporteSpan {
    white-space: nowrap;
}

#AsisPresupuesto .ContenedorPresPer {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

#AsisPresupuesto .PresupuestoPeriodo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1em;
}

#AsisPresupuesto .ContenedorMes {
    display: inline-flex;
    max-height: 25px;
}

#AsisPresupuesto .MesLabel {
    width: 120px;
}

#AsisPresupuesto .MesValor {
    text-align: end
}

/*Estilos Tabla Asistente aplicación CxC*/
.fixTableHead {
    overflow-y: auto;
    height: 400px;
}

    .fixTableHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

.grid-table-asistentes {
    text-align: left !important;
    padding: 0 1px;
    border-collapse: collapse;
    width: 100%;
}

.md-row-asistentes {
    height: 35px;
}

.activerowasistentes {
    background: #DCDCDC;
}

/*#region FiltroCampos*/
div.FrameBarraFiltroCampos {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    max-height: 35px;
    width: 100%;
}

div.FrameBarraFiltroCamposValor {
    display: flex;
    flex-direction: row;
    border: solid 1px;
    border-radius: 10px !important;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    min-height: 40px;
}

.BtnFiltroCampos {
    border-style: dotted;
}

div.IconoGridBusquedaContainer {
    display: flex;
    flex-direction: row;
    justify-content: normal;
}

span.my-suffixBarr {
    /* position: absolute;*/
    /*left: 0;*/
    /*top: 1px;*/
    /* color: #555;*/
    /*padding-left: 5px;*/
    height: 21px;
    border-width: 0 0 1px;
    border-style: inset;
    display: initial;
    padding-bottom: 1.3px;
}

div.ContainerCFTexto_barr {
    display: inline-block;
    position: relative;
}

div.FrameFiltroCampos {
    display: flex;
    flex-direction: column;
}

div.HeaderFrameFiltroCampos {
    flex-direction: column;
    justify-content: center;
}

div.ContentFrameFiltroCampos {
    border-radius: 30px;
    border-style: groove;
}

div.CFiltroCampos {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    justify-content: flex-start;
    align-items: center;
    overflow-y: scroll;
    max-height: 460px;
    margin: 8px 5px 8px 5px;
}

div.ComboFiltroCampos {
    margin-top: 15px;
}

div.CFTextos {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    max-height: 40px;
    max-width: 290px;
    min-width: 290px;
    flex-wrap: wrap;
    overflow-y: auto;
    min-height: 40px;
    border: solid 1px;
}

div.ContainerCFTexto {
    /*margin-left: 2px;*/
    transition: all 0.8s ease-in-out;
    border-radius: 30px;
    border: 1px solid #d3d2d2;
    display: inline-flex;
    align-items: center;
    padding: 4px 6px 4px 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    height: 25px;
    margin-top: 5px;
}

input.CFTexto {
    min-width: 20px;
    max-width: 250px;
    border-bottom: none !important;
}

md-input.CFTexto {
    min-width: 10px;
    max-width: 280px;
}

div.FechaFiltroCampos {
    max-width: 290px;
    min-width: 290px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

    div.FechaFiltroCampos > input, div.FechaFiltroCampos > select {
        border-style: groove;
        border-radius: 10px;
    }

div.NumberFiltroCampos {
    max-width: 290px;
    min-width: 290px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

    div.NumberFiltroCampos > input {
        border-style: groove;
        border-radius: 10px;
    }

div.NumberFiltroCamposCont {
    display: flex;
    flex-direction: row;
}

div.GButtonsFrameFiltroCampos {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/*#endregion */

.overflow-menu-panel {
    overflow-x: auto;
}

@keyframes animation {
    0% {
        stroke-dasharray: 1 98;
        stroke-dashoffset: -105;
    }

    50% {
        stroke-dasharray: 80 10;
        stroke-dashoffset: -160;
    }

    100% {
        stroke-dasharray: 1 98;
        stroke-dashoffset: -300;
    }
}

#spinner {
    transform-origin: center;
    animation-name: animation;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier;
    animation-iteration-count: infinite;
}

/*AC Calendario*/
.dtp-content {
    max-width: 100% !important;
}

/*Clase para botonera de filtro*/
.filtro {
    max-height: 100%;
    overflow: auto;
}

.layout-row.layout-align-end-center.paginacionContainer.hidePaginator {
    display: none
}

/*Ocultar contenedor de botones en barra Botones*/
div .accionAgrupar:has(button[style*="display: none;"]) {
    display: none;
}

/*Clase para Asistente CXC*/
/* Cuando la pantalla es mayor a 900px  (demás pantallas) JAPA 05/10/2023*/
@media only screen and (min-width : 901px) {
    .md-dialog-content-cxc {
        padding: 20px;
        padding-bottom: 5px;
    }

    .label-asiste-cxc {
        text-align: left;
        display: flex;
        justify-content: left;
    }

    .buttons-asiste-cxc {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* Cuando la pantalla es menor a 900px  (tablets y teléfonos inteligentes) JAPA 05/10/2023*/
@media only screen and (max-width : 900px) {
    .md-dialog-content-cxc {
        padding: 5px;
    }

    .label-asiste-cxc {
        text-align: left;
        display: flex;
        justify-content: left;
        text-wrap: wrap !important;
    }

    .buttons-asiste-cxc {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width : 1880px) {
    .overflow-menu {
        overflow-x: auto;
    }
}
