﻿:root {
    --bg-otw-dark: #3D4543ff;
    --bg-otw-green: #00A252ff;
    --bg-otw-yellow: #f6ae2dff;
    --bg-otw-white: #FFFFFFff;
    --bg-otw-gray: #D6D6D6ff;
    --bg-otw-blue: #2B369Eff;
}

.text-bg-yellow{
    color:var(--bg-otw-yellow)
}
.otw-oscuro {
    background-color: #474746;
}

.otw-oscuro-footer {
    background-color: #000000;
    opacity: 0.6;
}

.otw-verde {
    background-color: #00A252;
    color: whitesmoke !important;
}

.otw-bg-oscuro,li.itemarea.active {
    background-color: #474746 !important;
    color: whitesmoke !important;
}

.otw-bg-verde {
    background-color: #00A252;
    color: whitesmoke;
}

.otw-bg-orange {
    background-color: #ff8c00;
    color: #474746;
}

.otw-bg-blue {
    background-color: #00377a;
    color: whitesmoke;
}

.otw-bg-tomato {
    background-color: #ff6347;
    color: whitesmoke;
}
.otw-bg-white {
    background-color: #FFFFFF;
    color: #474746;
}


.otw-bg-purple {
    background-color: #800080;
    color: whitesmoke;
}

.otw-bg-gold {
    background-color: #efb810;
    color: #474746;
}

.main-menu-area{
    margin-bottom:20px;
}

/*Border*/
.otw-border-verde {
    border: 5px solid #00A252;
    border-style: double;
    -webkit-box-shadow: 11px 11px 4px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 11px 11px 4px -5px rgba(0,0,0,0.5);
    box-shadow: 11px 11px 4px -5px rgba(0,0,0,0.5);
}

.otw-border-white {
    border: 2px solid whitesmoke;
}
.otw-border-green {
    border: 2px solid #00A252;
}

.otw-areamain {
    -webkit-box-shadow: 5px 5px 13px 3px rgba(0,0,0,0.33);
    box-shadow: 5px 5px 13px 3px rgba(0,0,0,0.33);
}
/*Text*/
.font-bold {
    font-weight: bolder !important;
}

.text-small {
    font-size: 12px !important;
}

.text-smaller {
    font-size: 11px !important;
}
.rounded{
    border-radius:5px;
}

table{
    table-layout:fixed;
    width:100%;
    font-size:0.2em;
}

td{
    display:table-cell;
    align-items:center;
    align-content:center;
}

.text-otw-verde {
    color: #00A252;
  
}

.text-danger {
    color: tomato;
}

.text-bold-black {
    color: black;
    font-weight: bold;
}

.text-light {
    color: whitesmoke !important;
}

.text-gray {
    color: lightgray !important;
}

.text-otw-oscuro {
    color: #474746;
}

.text-black {
    color: black !important;
}

.text-large-20 {
    font-size: 20px !important;
}
.text-large-30{
    font-size:30px !important;
}

/*tr.selected td {
    color: white !important;
    background-color: #50C28A !important;*/ /*#00c292*/
/*}*/

/*Padding*/
.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px !important;
}
.p-5{
    padding: 5px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-10{
    padding-top:10px !important;
}
.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pr-20{
    padding-right: 20px !important;
} 
.pr-30{
    padding-right: 30px !important;
} 
.m-0{
    margin:0px;
}
.mt-15{
    margin-top:15px;
}
.mb-15{
    margin-bottom:15px;
}
 .mg-l-3{
    margin-left:10px !important;
 }
.otw-img-tiposala {
    opacity: 0.9;
}

.otw-opacity {
    opacity: 0.4;
}

/*Content*/

.align-flex-center{
    display:flex;
    align-items:center;
    vertical-align:middle;
}

.center-content {
    display: flex;
    justify-content: center;
}


.item-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4CAF50; /* Color de fondo */
    color: white; /* Color del texto */
    width: 50px; /* Ancho del círculo */
    height: 50px; /* Altura del círculo */
    border-radius: 50%; /* Hace que el elemento sea redondo */
    font-size: 20px; /* Tamaño del texto */
    text-align: center; /* Centra el texto horizontalmente */
}
.inline-content {
    display: inline-flex;
}

.itemimg{
    width:200px;
}
/*Border*/
.list-group-item.b-0 {
    border: none !important;
}

.border-light {
    border: 1px solid whitesmoke;
}

.b-bottom{
    border-bottom:1px solid #989898;
}

/*Formularios*/
input:read-only {
    background-color: lightgrey !important;
    border-radius: 2px !important;
}

textarea:read-only {
    background-color: lightgrey !important;
    border-radius: 2px !important;
}

input[type=number], input.dolar {
    text-align: right;
    padding-right:1em !important;
}

.required label::after {
    content: "*";
    color: red;
}
.form-control{
    padding-left:1.5em !important;
}
.select-precio:hover{
     background-color: #00A252;
     color:white;
}
/*************************************************/
/*Para documentos con la propiedad Drop*/
.inputDnD .form-control-file {
    position: center;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
    box-shadow: 0 0 5px initial currentColor;
}

    .inputDnD .form-control-file::before {
        content: attr(data-title);
        position: absolute;
        /*top: 0.5em;*/
        left: 0;
        width: 100%;
        min-height: 6em;
        line-height: 2em;
        /*padding-top: 1.5em;*/
        opacity: 1;
        visibility: visible;
        text-align: center;
        border: 0.25em dashed currentColor;
        /*transition: all 0.3s cubic-bezier(.25, .8, .25, 1);*/
        overflow: hidden;
    }

    .inputDnD .form-control-file:hover::before {
        border-style: solid;
        box-shadow: inset 0px 0px 0px 0.25em currentColor;
    }
/*************************************************/

.w-200{
    width:200px;
}
.w-300{
    width:300px;
}
.w-250{
    width:250px;
}


/*Altura*/
.h-80 {
    height: 80vh;
}

.vh-70 {
    height: 70vh;
}

.vh-100 {
    height: 100vh;
}
.w-100{
    width:100%;
}
.overflow-y{
    overflow-y:auto;
}
.carousel-inner img{
display:inline-block  !important;
}
.codpais{
    height:200px;
    overflow:auto;
}
/*svg*/
rect.prod.selected {
    fill: #00A252;
    opacity:1;
}

rect.prod:hover {
    fill: aquamarine;
}


.ui-autocomplete {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.dropdown-menu{
    font-size:9px;
}


