@charset "utf-8";

/****************************************************************************************************** */
html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

/* Extra small devices (portrait phones, less than 576px)
//No media query since this is the default in Bootstrap */

/*Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { ... }

/*Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { ... }

/*Large devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }

.selector-for-some-widget {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/****************************************************************************************************** */
body {
    font-family: Verdana, "Palatino Linotype", "New Athena Unicode", "Gentium Plus", DejaVu sans, Times, Tahoma, Times New Roman, Arial, sans-serif;
    font-size: 11px;
}

/** ******************************** menús *********************** */
.ui-menu {
    width: auto;
    font-size: 12px;
    padding: 5px;
}

/* Clearfix for the menu */
.ui-menu:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        font-size: 12px;
    }

.ui-menu .ui-menu-item {
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        width: auto;
        font-size: 12px;
    }
#menujq {
        font-size: 12px;
        margin-left: 15px;
}

/** ******************************** ajax load *********************** */
.ajax-load {
    background: #e1e1e1;
    padding: 10px 0px;
    width: 100%;
  }

.pre{
    /*background-color:gray;*/
    color: gray;
    /*font-size: 11px;*/
    font-weight: bold;
    font-size: 0.9em;
}

.prered{
    /*background-color:gray;*/
    color: red;
    font-size: 1em;
    font-weight: bold;
    line-height: 0.9;
}

/** ************************************************************************************************************************************ */
.selector-for-some-widget {
  box-sizing: content-box;
  padding: 2em;
  margin: 1em;
  float: left;
}


label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    }

input[type="time"] {
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    }

input[type="time"]:invalid {
    border-color: #e74c3c;
    }

input[type="time"]:valid {
    border-color: green ; /* #27ae60; */
    }

.error {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    }

.success {
    color: #27ae60;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.info {
    background-color: #e8f4f8;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border-left: 4px solid #3498db;
}

/* $custom-file-text: (
    en: "Browse",
    es: "Elegir"
);


$custom-file-text: (
  placeholder: (
    en: "Choose file...",
    es: "Seleccionar archivo..."
  ),
  button-label: (
    en: "Browse",
    es: "Navegar"
  )
);*/

/**
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading2.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.CARGA {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading2.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}*/