
/*  Todos los derechos Reservados  Softipal S.A.S 2023 */
body
{
    background-color: white;
    margin-bottom: 0px;
}

.notPadding
{
    padding: 0px !important;
}

.pointer
{
    cursor: pointer;
}

.notMargin
{
    margin: 0px;
}

.height8em
{
    height: 8em !important;
}

.centerImg
{
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.prev_info {
    width: 200px;
    height: 200px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #000000;
}

#QR_size {
    width: 200px;
    height: 200px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.btnQR {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btnConfig {
    display: none;
}

#nav_with_style {
    padding-left: unset;
    background: transparent;
    border-bottom: unset;
}

#nav_with_style>li.active {
    border: 1px solid white;
    border-bottom: unset;
    border-radius: 10px 10px 0 0;
}

#nav_with_style>li {
    border-bottom: 1px solid white;
}

.config-model {
    display: block;
    position: absolute;
    right: 20px;
    top: 5px;
}

.config-model:hover {
    cursor: pointer;
}

.scrollAuto
{
    overflow: auto !important;
    overflow-x: none !important;
}

.topPadding15
{
    padding-top: 15px;
}

#menuNavbar
{
    margin-bottom: 0px;
    background-image: url(../images/backgrounds/4_navbar.png);
    background-color: white !important;
}

#Content
{
    margin-top: 1%;
    padding-top: 5px;
    height: 100%;
}

.fullScreenDiv
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 10;
}

.maxWidth
{
    max-width: 100%;
    width: 100%;
}

.borderSimple
{
    padding-bottom: 10px;
    padding-top: 10px;
}

/*
*|---------------------------------------------------------------------------------------------------------------------------------|
*|---------------------------------------------------------| inicio diseño Tabla|--------------------------------------------------|
*|---------------------------------------------------------------------------------------------------------------------------------|
*/

.datagrid table
{
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

.datagrid
{
    background: #fff;
    border: 1px solid #009688;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.datagrid table td, .datagrid table th
{
    padding: 3px 10px;
    text-align: center;
}

.datagrid table thead th
{
    background:-webkit-gradient
        (
        linear, left top
        ,left bottom
        ,color-stop(0.05, #009688)
        ,color-stop(1, #009688)
        );

    background:-moz-linear-gradient
        (
        center top
        , #009688 5%
        , #009688 100%
        );

    /*filter:progid:DXImageTransform.Microsoft.gradient
        (
        startColorstr='#009688'
        ,endColorstr='#009688'
        );*/

    background-color:#009688;
    color:#FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid #FFFFFF;
}

#infoAddition, #confirmationAddition {
    z-index: 10000;
}

#comentaryAddition {
    z-index: 20000;
}

.datagrid table thead th:first-child
{
    border: none;
}

.datagrid table tbody td
{
    color: #000000;
    border-left: 1px solid #E1EEF4;
    font-size: 13px;
    font-weight: normal;
}

.datagrid table tbody .alt td
{
    background: #E1EEF4;
    color: #000000;
}

.datagrid table tbody td:first-child
{
    border-left: none;
}

.datagrid table tbody tr:last-child td
{
    border-bottom: none;
}

/*
*|---------------------------------------------------------------------------------------------------------------------------------|
*|-----------------------------------------------------------| Fin diseño Tabla|---------------------------------------------------|
*|---------------------------------------------------------------------------------------------------------------------------------|
*/

/*
*|---------------------------------------------------------------------------------------------------------------------------------|
*|---------------------------------------------------------| inicio Tabla Simple|--------------------------------------------------|
*|---------------------------------------------------------------------------------------------------------------------------------|
*/

.datagridSimple table
{
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

.datagridSimple
{
    background: #fff;
    overflow: hidden;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.datagridSimple table td, .datagridSimple table th
{
    padding: 3px 10px;
    text-align: center;
}

/*.datagridSimple table thead th
{
    background:-webkit-gradient
        (
        linear
        , left top
        , left bottom
        , color-stop(0.05, #FFFFFF)
        , color-stop(1, #FFFFFF)
        );

    background:-moz-linear-gradient
        (
        center top
        ,#FFFFFF 5%
        ,#FFFFFF 100%
        );

    filter:progid:DXImageTransform.Microsoft.gradient
        (
        startColorstr='#FFFFFF',
        endColorstr='#FFFFFF'
        );

    background-color:#FFFFFF;
    color:#000000;
    font-size: 15px;
    font-weight: bold;
}*/

.datagridSimple table thead th:first-child
{
    border: none;
}

.datagridSimple table tbody td
{
    color: #000000;
    border-left:
        1px solid #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}

.datagridSimple table tbody .alt td
{
    background: #B0C9F4;
    color: #000000;
}

.datagridSimple table tbody td:first-child
{
    border-left: none;
}

.datagridSimple table tbody tr:last-child td
{
    border-bottom: none;
}

/*
*|---------------------------------------------------------------------------------------------------------------------------------|
*|-----------------------------------------------------------| Fin Tabla Simple|---------------------------------------------------|
*|---------------------------------------------------------------------------------------------------------------------------------|
*/

/*
*|---------------------------------------------------------------------------------------------------------------------------------|
*|---------------------------------------------------------| inicio Diseños base|--------------------------------------------------|
*|---------------------------------------------------------------------------------------------------------------------------------|
*/

/*
*|---------------------------------------------------------------------------------------------------------------------------------|
*|-----------------------------------------------------------| Fin Diseños base|---------------------------------------------------|
*|---------------------------------------------------------------------------------------------------------------------------------|
*/

/*
*|---------------------------------------------------------------------------------------------------------------------------------|
*|---------------------------------------------------------| Inicio Diseños Load|--------------------------------------------------|
*|---------------------------------------------------------------------------------------------------------------------------------|
*/

.animationload
{
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.osahanloading
{
    animation: 1.5s linear 0s normal none infinite running osahanloading;
    background: #fed37f none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}

.osahanloading::after
{
    animation: 1.5s linear 0s normal none infinite running osahanloading_after;
    border-color: #85d6de transparent;
    border-radius: 80px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 80px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 80px;
}

@keyframes osahanloading
{
    0%
    {
        transform: rotate(0deg);
    }

    50%
    {
        background: #85d6de none repeat scroll 0 0;
        transform: rotate(180deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

/*
*|---------------------------------------------------------------------------------------------------------------------------------|
*|-----------------------------------------------------------| Fin Diseños Load|---------------------------------------------------|
*|---------------------------------------------------------------------------------------------------------------------------------|
*/

/*
*|---------------------------------------------------------------------------------------------------------------------------------|
*|-----------------------------------------------------------| Inicio Fuente de la Aplicacion|-------------------------------------|
*|---------------------------------------------------------------------------------------------------------------------------------|
*/

@font-face{
    font-family: Monserrat;
    src: url(../fonts/Monserrat/Montserrat-Bold.ttf) format("truetype");
}

body
{
    font-family: Monserrat !important;
}

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

.table-responsive{
    border: none !important;
}
