/* 
alladin.css
hoja de estilo de alldin
19/11/2018
juan carlos c - vp
*/


/* ajusta el tamaño de la letra segun el tamaño del DOM
https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints */


/* html { */


/* font-size: 1rem; */


/* font-size: 1vw; */


/*reduce el tamaaño de la letra proporcional al tamaño de la pantalla, en los moviles no se ve la letra*/


/* } */


/* select {
font-size: 1vw;
}

label{
font-size: 1vw;
} */


/* @include media-breakpoint-up(sm) {
html {
font-size: 80%;
}
}

@include media-breakpoint-up(md) {
html {
font-size: 1.4rem;
}
}

@include media-breakpoint-up(lg) {
html {
font-size: 1.6rem;
}
} */

body {
    overflow: hidden;
    /* width:100%;
  zoom: 1; */
    font-size: 14px;
}

#styleSelector {
    display: none
}


/* input {
  height: 28.4px;
} */

input[type="search"] {
    -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.panel {
    background-color: #4680ff;
}


/*color de los iconos*/

.icofont {
    color: #35b9f5;
}

.icofontMenu {
    color: #808080;
    /* azul #35b9f5;*/
}

.icon-new {
    color: #ff5252;
}


/* centrar las imagenes */

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
}


/*tablas de los reportes*/

.table td,
.table th {
    padding-top: 0.70rem;
    padding-right: 0.70rem;
    padding-bottom: 0.70rem;
    padding-left: 0.70rem;
}

.table td {
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

table.dataTable tbody>tr>.selected,
table.dataTable tbody>tr.selected {
    background-color: #c6e1ff;
    color: #fff;
}

table.dataTable tbody tr:hover {
    background-color: #f8f8f8 !important;
    color: #4d4d4d;
}

.ck-editor__editable_inline {
    min-height: 200px;
    max-height: 400px;
}

.ck.ck-content ul,
.ck.ck-content ul li {
    list-style-type: inherit;
}

.ck.ck-content ul {
    /* Default user agent stylesheet, you can change it to your needs. */
    padding-left: 40px;
}


/* .preloader3 .loader-lg {
  height: 18px;
  width: 18px;
} */


/* .preloader3 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
} */


/* .preloader3>div {
  margin: 2px;
  background-color: #448aff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
} */


/* .loader-primary {
  background-color: #448aff !important;
} */

.jc-buttons-bar {
    position: fixed;
    left: 35px;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #ecf0f5;
    color: white;
    text-align: center;
}


/* .pcoded .selector-toggle>a {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #448aff;
    color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    padding: 14px 10px;
} */