body,.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham';
}

.bg-imgr { position: fixed; top:0; left:0; width: 100%; height: 100%; background-size:cover; background-position: center center;}

footer { 
    bottom:0;
    width: 100%;
}

.h-allx { height: calc(100vh - 235px); overflow: auto;}

.ft-14 { font-size: 14px;}
.ft-15 { font-size: 15px;}
.ft-16 { font-size: 16px;}
.ft-18 { font-size: 18px;}
.ft-20 { font-size: 20px;}
.ft-25 { font-size: 25px;}
.ft-30 { font-size: 30px;}
.ft-35 { font-size: 35px;}
.ft-40 { font-size: 40px;}
.ft-45 { font-size: 45px;}
.ft-50 { font-size: 50px;}
.ft-55 { font-size: 55px;}
.ft-60 { font-size: 60px;}
.ft-65 { font-size: 65px;}
.ft-70 { font-size: 70px;}
.ft-75 { font-size: 75px;}

[class^="cl-"],
[class*=" cl-"] {
    font-family: 'Celtec';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cl-acceso:before{content:'\0041';}
.cl-anadir:before{content:'\0042';}
.cl-cliente01:before{content:'\0043';}
.cl-cliente02:before{content:'\0044';}
.cl-co2:before{content:'\0045';}
.cl-componentes01:before{content:'\0046';}
.cl-componentes02:before{content:'\0047';}
.cl-componentes03:before{content:'\0048';}
.cl-componentes04:before{content:'\0049';}
.cl-componentes05:before{content:'\004a';}
.cl-componentes06:before{content:'\004b';}
.cl-componentes07:before{content:'\004c';}
.cl-consumo01:before{content:'\004d';}
.cl-consumo02:before{content:'\004e';}
.cl-consumo03:before{content:'\004f';}
.cl-consumo04:before{content:'\0050';}
.cl-direccion01:before{content:'\0051';}
.cl-direccion02:before{content:'\0052';}
.cl-eliminar:before{content:'\0053';}
.cl-monofasico:before{content:'\0054';}
.cl-negocio:before{content:'\0055';}
.cl-tarifa01:before{content:'\0056';}
.cl-tarifa02:before{content:'\0057';}
.cl-tarifa03:before{content:'\0058';}
.cl-torre01:before{content:'\0059';}
.cl-torre02:before{content:'\005a';}
.cl-trifasico:before{content:'\0061';}
.cl-inc0:before{content:'\0062';}
.cl-inc15:before{content:'\0063';}
.cl-inc30:before{content:'\0064';}
.cl-inc45:before{content:'\0065';}
.cl-inc60:before{content:'\0066';}
.cl-ori0:before{content:'\0067';}
.cl-ori45:before{content:'\0068';}
.cl-ori90:before{content:'\0069';}
.cl-ori135:before{content:'\006a';}
.cl-ori180:before{content:'\006b';}
.cl-ori225:before{content:'\006c';}
.cl-ori270:before{content:'\006d';}
.cl-ori315:before{content:'\006e';}

[class^="cl2"],
[class*=" cl2-"] {
	display: inline-block;
    font-family: 'Celtec Icon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.cl2-inc0:before{content:'\0041';}
.cl2-inc10:before{content:'\0042';}
.cl2-inc15:before{content:'\0043';}
.cl2-inc30:before{content:'\0044';}
.cl2-inc45:before{content:'\0045';}
.cl2-inc60:before{content:'\0046';}


.ft-resp {
    font-size: 2rem;
    line-height: 3rem;
}

.submenu {
    padding-top: 10px;
    padding-right: 15px;
}

.submenu a {
    display: block;
    height: 50px;
    font-size: 1.5rem;
    line-height: 50px;
    padding: 0 10px;
    color: #000;
    transition: color 0.3s;
}
.submenu a:hover, .submenu a.selected {
    color: var(--sis2);
}

.btnesp {
    display: flex;
    vertical-align: middle;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px 0;
}
.btnesp a {
    min-width:60px;
}

.btnesp .notactive:hover{
    color:#000 !important;
}
.btnesp .notactive:not(:hover) {
    color: var(--sis2);
    background-color: #fff;
    border: 1px solid #d2d6de
}


.buttongr {
    display:block;
    cursor:pointer;
}
.buttongr img {
    width: 30%;
    margin: 0 auto 10px;
}

.buttongr i, .buttongr p {
    transition: all 0.5s;
}

.buttongr i {
    font-size: 60px;
    color: var(--sis1);
    display: inline-block;
    margin: 20px 0;
}

.buttongr p {
    padding: 0.375rem 0.75rem;
    background-color: var(--sis1);
    color: #fff;
    border-radius: 4px;
    border: 1px solid var(--sis1);
    text-transform: uppercase;
}

.buttongr:hover p, .buttongr.active p {
    background-color: var(--sis2);
    border-color: var(--sis2);
}

.buttongr:hover i, .buttongr.active i {
    color: var(--sis2);
}


.buttongr2 {
    display:block;
}
.buttongr2 img {
    width: 30%;
    margin: 0 auto 10px;
}

.buttongr2 i {
    font-size: 60px;
    color: var(--sis1);
    display: inline-block;
    margin: 20px 0;
}

.buttongrmin {
    display:block;
    cursor:pointer;
}

.buttongrmin i {
    transition: all 0.5s;
}

.buttongrmin p {
    color: var(--sis1);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: normal;
}

.buttongrmin:hover p, .buttongrmin.active p {
    color: var(--sis2);
}

.buttongrmin i {
    font-size: 30px;
    color: var(--sis1);
    display: inline-block;
    margin: 0px 0;
}

.buttongrmin:hover i, .buttongrmin.active i {
    color: var(--sis2);
}

.pall {
    display:block;
    padding: 0.375rem 0.75rem;
    background-color: var(--sis1);
    color: #fff;
    border-radius: 4px;
    border: 1px solid var(--sis1);
    text-transform: uppercase;
    margin: 0;
}

.btnimg {
    cursor:pointer;
}
.btnimg img {
    width: 50%;
}

.select2-results { text-align:center;}

.grp {
    position:absolute;
    padding-top:7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.table-celtec thead.thead-dark th {
    background-color: var(--sis1);
    border: 1px solid white;
    font-size: 1rem;

}
.table-celtec thead tr th, .table-celtec tbody tr td, .table-celtec tfoot tr td {
    padding-left: 3rem;
    padding-right: 3rem;
}


.table-celtec.minp thead tr th, .table-celtec.minp tbody tr td, .table-celtec.minp tfoot tr td {
    padding-left: 1rem;
    padding-right: 1rem;
}
.table-celtec tr th {
    height:45px

}
.table-celtec tr th:first-child, .table-celtec tr td:first-child {
    border-radius: 5px 0 0 5px;
}
.table-celtec tr th:last-child, .table-celtec tr td:last-child {
    border-radius: 0 5px 5px 0;
}

.table-celtec2 tr th:last-child, .table-celtec2 tr td:last-child {
    text-align: right;
    padding-left: 0.5rem;
    padding-right: 3rem;
}

.table-celtec2 td img { max-width: 60px; max-height:60px;}

.table-celtec tbody tr:nth-of-type(odd) {
    background-color: white;
}
.table-celtec tbody tr:nth-of-type(even) {
    background-color: #fff4cc;
}
.table-celtec tbody tr:nth-of-type(odd):hover, .table-celtec tbody tr:nth-of-type(even):hover {
    background-color: #ebebeb;
}

.table-celtec tfoot {
    background-color: var(--sis1);
    color: white;
}

.table-celtec3 .thead-dark th {
    background-color: var(--sis1);
    border: 1px solid white;
    font-size: 1rem;

}
.table-celtec3 thead tr th, .table-celtec3 tbody tr td, .table-celtec3 tfoot tr td {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
.table-celtec3 tr th {
    height:45px

}
.table-celtec3 tr th:first-child, .table-celtec3 tr td:first-child {
    border-radius: 5px 0 0 5px;
}
.table-celtec3 tr th:last-child, .table-celtec3 tr td:last-child {
    border-radius: 0 5px 5px 0;
}

.table-celtec3 tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.4);
}
.table-celtec3 tbody tr:nth-of-type(even) {
    background-color: var(--sis1_o4);
}
.table-celtec3 tbody tr:nth-of-type(odd):hover, .table-celtec3 tbody tr:nth-of-type(even):hover {
    background-color: #ebebeb;
}

@media (max-width: 992px) {
    .table-celtec thead tr th, .table-celtec tbody tr td, .table-celtec tfoot tr td {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .table-celtec2 tr th:last-child, .table-celtec2 tr td:last-child {
        padding-right: 1rem;
    }
}

.dataTables_info,
.pagination font{
    font-size: 14px;
    letter-spacing: -0.2px;
}

.paging_simple_numbers .pagination .paginate_button{
    background: transparent;
}

.paging_simple_numbers .pagination .paginate_button a {
    padding: 5px 10px;
    background-color: var(--sis1);
    color: white;
}
.paging_simple_numbers .pagination .paginate_button.active a,.paging_simple_numbers .pagination .paginate_button:hover a {
    background-color: var(--sis2) !important; 
    color: white
} 
.paging_simple_numbers .pagination .paginate_button:hover {
    background: transparent;
}

.paging_simple_numbers .pagination .page-item.disabled .page-link{
    opacity: 0.5;
    color: white;
    background: transparent;
}


.table-celtec3 tbody tr .mover { cursor:move;}
.table-celtec3 tbody tr .cap { font-weight: bold;}


.input-group-btn .btn { padding: 0.375rem 0.75rem;}

.logo img { max-width: 120px; max-height: 100px;}
.main-header .logo { height: 100px; line-height:100px;}

.logocaja {
    width:100%;
    height:122px;
    background: white;
    border: 1px solid #d2d6de;
    border-radius:.25rem;
    line-height: 122px;
    cursor:pointer;
}
.logocaja img {
    max-width: 100%;
    max-height: 100%;
}

.main-header .menu {
    padding-right: 15px;
    margin-bottom: 0;
}

.main-header .menu ul {
    list-style: none;
    
}

.main-header .menu li {
    display: inline-block;
}

.main-header .menu li a {
    display: block;
    padding: 0.375rem 0.75rem;
    text-transform: uppercase;
    font-size: 16px;
    color: black;
}
.main-header .menu li a:hover, .main-header .menu li a.selected {
    color: var(--sis1);
}

.supline2 {
    min-height: 40px;
}
.supline3 {
    min-height: 60px;
}
.supline4 {
    min-height: 80px;
}

.allc label, .allc2 label {
    width: 100%;
    padding: 0.375rem 0.75rem;
    background-color: var(--sis1);
    color: #fff;
    border: 1px solid var(--sis1);
    text-transform: uppercase;
    margin: 0;
}

.allc label {
    border-radius: .25rem .25rem 0 0;
}

.allc > .btnesp a {
    width: 50%;
}

.allc2 label {
    border-radius: .25rem 0 0 .25rem;
}

.allc input, .allc2 input {
    text-align: inherit;
}

.allc input, .allc textarea, .allc select {
    border-radius: 0 0 .25rem .25rem;
    border-top-color: transparent;
}
.allc2 input {
    border-radius: 0 .25rem .25rem 0;
    border-left-color: transparent;
}

input[type="color"] {
    padding:0;
    min-width: 60px;
    height: 32px;
    cursor:pointer;
}

.pac-container {
    z-index: 1400;
}

.main-header {
    background: #f5f5f5;
    padding-bottom: 10px;
}

.content-wrapper {
    min-height: calc(100% - 62px);
}

.titular-fixed {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1000;
    text-align: center;
}

#disenador {
    position:relative;
}
#disenador #mapar {
    width: 100%;
    height: 90vh;
    background-color: blue;
}
#disenador aside {
    position: absolute;
    width: 280px;
    height: 85%;
    top: 2.5%;
    right: 1.5%;
    z-index: 1000;
}

#disenador aside #acciones {
    position: absolute;
    z-index: 1001;
    top: -18px;
    right: -21px;
}
#disenador aside #acciones button {
    border-radius: 10px;
}

#disenador aside #acciones button i {
    font-size: 20px;
}

#disenador aside #acciones button span {
    font-size: 16px;
}


#disenador aside .panel-group-simple {
    max-height: 100%;
    overflow: auto;
    padding-right: 5px;
}

#disenador aside .panel {
    background-color: white;
    border-radius: 15px;
    overflow: auto;
    max-height: 100%;
    margin-bottom: 10px;
    -webkit-box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.2);
    box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.2);
}

#disenador aside .panel .panel-heading i.opener {
    display:block;
}

#disenador aside .panel .panel-heading i.closer {
    display:none;
}

#disenador aside .panel .panel-heading .collapsed i.opener {
    display:none;
}

#disenador aside .panel .panel-heading .collapsed i.closer {
    display:block;
}

#disenador aside .panel-title {
    padding: 10px 0;
}

#disenador aside .accordion-body {
    padding: 0 30px;
}

#disenador aside .oriEntation .rs-border  {
    border-width: 2px;
    border-color: var(--sis1);
    background-color: var(--sis1_o4);
}

#disenador aside .oriEntation .rs-handle  {
    background-color: orange;
}

#disenador aside .oriEntation .half.bottom .rs-tooltip {
    transform: translate(-50%, 0);
    margin: auto !important;
    font-size: 1.429rem !important;
    font-family: inherit;
    width: 80px;
    text-align:center;
    padding: 0;
}

#disenador aside .oriEntation .half.bottom .rs-tooltip input {
    width: 50px;
}

#disenador aside .oriEntation .rs-tooltip.hover, #disenador aside .oriEntation .rs-tooltip.edit:hover {
    border-color: transparent;
}


#disenador aside .incLination .MapinValue {
    width: 50px;
    top: 0;
    left: 0;
}