/* ---------------------------------------------------
    GENERAL
----------------------------------------------------- */
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    /*background: #fafafa;*/
    background: #ffffff;
    font-size: 8pt !important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.ultimo {
    margin-bottom: 80px !important;
}

/* ---------------------------------------------------
    FORM STYLE
----------------------------------------------------- */
.form-group {
    margin-bottom: 7px;
}

.form-control-editable {
    border: 0;
    padding: 5px;
}


/* ---------------------------------------------------
    MENU STYLE
----------------------------------------------------- */
.navbar {
    background: #2d2e88 !important;
    padding: 0 !important;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff !important;
}

.color-menu {
    color: #fff;
    font-size: 8pt;
}

.dropdown-menu {
    background: #2d2e88 !important;
    font-size: 8pt;
}

.dropdown-item {
    color: #fff;
    font-size: 8pt;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f9e121;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.logo-menu {
    width: 40px;
    height: 60px;
    float: left;
    margin-right: 15px;
    padding-bottom: 15px;
}

.page-item.active .page-link {
    background-color: #2d2e88;
    border-color: #2d2e88;
}

.page-link,
.page-link:hover {
    color: #2d2e88;
}

.card-header {
    font-size: 15pt;
    font-weight: 500;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.content {
    /*width: calc(100% - 250px);*/
    padding: 55px 10px 10px 10px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

.card-header:first-child {
    font-size: 12pt;
}

.card-body {
    padding-top: 5px !important;
}

.required:after {
    color: #e32;
    content: ' *';
    font-weight: bold;
    display: inline;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #4420b9;
    font-weight: bold;
    background-color: #fff;
}

/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */

.btn,
.btn-sm {
    margin: 5px;
    font-size: 8pt !important;
}

.btn-sgi {
    background: #2d2e88;
    color: #fff;
}

.btn-sgi:focus,
.btn-sgi:hover {
    color: #fff;
    background-color: #15164c;
    border-color: #15164c;
}

.btn-sgi-reverse {
    background: #f9e121;
    color: #fff;
}

.btn-sgi-reverse:focus,
.btn-sgi-reverse:hover {
    color: #fff;
    background-color: #8b7c10;
    border-color: #8b7c10;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

#btnTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #2d2e88; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    height: 3.5em;
    width: 3.5em;
}

#btnTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

button.btn .show-ctrl {
    display: none;
}

button.btn .hide-ctrl {
    display: block;
}

button.btn.collapsed .show-ctrl {
    display: block;
}

button.btn.collapsed .hide-ctrl {
    display: none;
}

.botonera-right {
    margin: 20px !important;
    text-align: right !important;
}


.btn-outline-purple {
    color: #a020f0;
    background-color: transparent;
    background-image: none;
    border-color: #a020f0;
}

.btn-outline-purple:hover {
    background-color: #a020f0;
}

.btn-outline-chartreuse4 {
    color: #458b00;
    background-color: transparent;
    background-image: none;
    border-color: #458b00;
}

.btn-outline-chartreuse4:hover {
    background-color: #458b00;
}

.btn-outline-dark-orange {
    color: #ff8c00;
    background-color: transparent;
    background-image: none;
    border-color: #ff8c00;
}

.btn-outline-dark-orange:hover {
    background-color: #ff8c00;
}

.btn-outline-dark-goldenrod1 {
    color: #ffb90f;
    background-color: transparent;
    background-image: none;
    border-color: #ffb90f;
}

.btn-outline-dark-goldenrod1:hover {
    background-color: #ffb90f;
}

.btn-outline-violet-red1 {
    color: #ff3e96;
    background-color: transparent;
    background-image: none;
    border-color: #ff3e96;
}

.btn-outline-violet-red1:hover {
    background-color: #ff3e96;
}

.btn-outline-turquoise2 {
    color: #00e5ee;
    background-color: transparent;
    background-image: none;
    border-color: #00e5ee;
}

.btn-outline-turquoise2:hover {
    background-color: #00e5ee;
}

.btn-outline-magenta4 {
    color: #8b008b;
    background-color: transparent;
    background-image: none;
    border-color: #8b008b;
}

.btn-outline-magenta4:hover {
    background-color: #8b008b;
}

.btn-outline-saddle-brown {
    color: #8b4513;
    background-color: transparent;
    background-image: none;
    border-color: #8b4513;
}

.btn-outline-saddle-brown:hover {
    background-color: #8b4513;
}


.btn-outline-purple:disabled,
.btn-outline-chartreuse4:disabled,
.btn-outline-dark-orange:disabled,
.btn-outline-dark-goldenrod1:disabled,
.btn-outline-violet-red1:disabled,
.btn-outline-turquoise2:disabled,
.btn-outline-magenta4:disabled,
.btn-outline-saddle-brown:disabled {
    animation: disabledBg 4s 1;
    -webkit-animation: disabledBg 4s 1; /* Safari and Chrome */
    background-color: #c6c6c6;
    color: #7b7b7b !important;
}

.btn-outline-purple:disabled div {
    animation: disabled-color-purple 2s 1;
    -webkit-animation: disabled-color-purple 2s 1; /* Safari and Chrome */
    color: #7b7b7b !important;
}

.btn-outline-chartreuse4:disabled div {
    animation: disabled-color-chartreuse4 2s 1;
    -webkit-animation: disabled-color-chartreuse4 2s 1; /* Safari and Chrome */
    color: #7b7b7b !important;
}

.btn-outline-dark-orange:disabled div {
    animation: disabled-color-dark-orange 2s 1;
    -webkit-animation: disabled-color-dark-orange 2s 1; /* Safari and Chrome */
    color: #7b7b7b !important;
}

.btn-outline-dark-goldenrod1:disabled div {
    animation: disabled-color-dark-goldenrod1 2s 1;
    -webkit-animation: disabled-color-dark-goldenrod1 2s 1; /* Safari and Chrome */
    color: #7b7b7b !important;
}

.btn-outline-violet-red1:disabled div {
    animation: disabled-color-violet-red1 2s 1;
    -webkit-animation: disabled-color-violet-red1 2s 1; /* Safari and Chrome */
    color: #7b7b7b !important;
}

.btn-outline-turquoise2:disabled div {
    animation: disabled-color-turquoise2 2s 1;
    -webkit-animation: disabled-color-turquoise2 2s 1; /* Safari and Chrome */
    color: #7b7b7b !important;
}

.btn-outline-magenta4:disabled div {
    animation: disabled-color-magenta4 2s 1;
    -webkit-animation: disabled-color-magenta4 2s 1; /* Safari and Chrome */
    color: #7b7b7b !important;
}

.btn-outline-saddle-brown:disabled div {
    animation: disabled-color-saddle-brown 2s 1;
    -webkit-animation: disabled-color-saddle-brown 2s 1; /* Safari and Chrome */
    color: #7b7b7b !important;
}

@keyframes disabledBg {

    25% {
        background: rgba(0, 0, 0, .03);
    }
    75% {
        background: #e9ecef;
    }
    100% {
        background: #c6c6c6;
    }
}

@-webkit-keyframes disabledBg /* Safari and Chrome */
{
    25% {
        background: rgba(0, 0, 0, .03);
    }
    75% {
        background: #e9ecef;
    }
    100% {
        background: #c6c6c6;
    }
}

@keyframes disabled-color-purple {

    0% {
        color: #A020F0;
    }
    10% {
        color: #9F2CE7;
    }
    20% {
        color: #9E38DE;
    }
    30% {
        color: #9D44D5;
    }
    40% {
        color: #9D50CD;
    }
    50% {
        color: #9C5CC4;
    }
    60% {
        color: #9B68BB;
    }
    70% {
        color: #9B74B3;
    }
    80% {
        color: #9A80AA;
    }
    90% {
        color: #998CA1;
    }
    100% {
        color: #999999;
    }
}

@-webkit-keyframes disabled-color-purple /* Safari and Chrome */
{

    0% {
        color: #A020F0;
    }
    10% {
        color: #9F2CE7;
    }
    20% {
        color: #9E38DE;
    }
    30% {
        color: #9D44D5;
    }
    40% {
        color: #9D50CD;
    }
    50% {
        color: #9C5CC4;
    }
    60% {
        color: #9B68BB;
    }
    70% {
        color: #9B74B3;
    }
    80% {
        color: #9A80AA;
    }
    90% {
        color: #998CA1;
    }
    100% {
        color: #999999;
    }
}

@keyframes disabled-color-chartreuse4 {
    0% {
        color: #458B00;
    }
    10% {
        color: #4D8C0F;
    }
    20% {
        color: #558D1E;
    }
    30% {
        color: #5E8F2D;
    }
    40% {
        color: #66903D;
    }
    50% {
        color: #66903D;
    }
    60% {
        color: #77935B;
    }
    70% {
        color: #7F946B;
    }
    80% {
        color: #88967A;
    }
    90% {
        color: #909789;
    }
    100% {
        color: #999999;
    }
}

@-webkit-keyframes disabled-color-chartreuse4 /* Safari and Chrome */
{

    0% {
        color: #458B00;
    }
    10% {
        color: #4D8C0F;
    }
    20% {
        color: #558D1E;
    }
    30% {
        color: #5E8F2D;
    }
    40% {
        color: #66903D;
    }
    50% {
        color: #66903D;
    }
    60% {
        color: #77935B;
    }
    70% {
        color: #7F946B;
    }
    80% {
        color: #88967A;
    }
    90% {
        color: #909789;
    }
    100% {
        color: #999999;
    }
}

@keyframes disabled-color-dark-orange {

    0% {
        color: #FF8C00;
    }
    10% {
        color: #F48D0F;
    }
    20% {
        color: #EA8E1E;
    }
    30% {
        color: #E08F2D;
    }
    40% {
        color: #D6913D;
    }
    50% {
        color: #CC924C;
    }
    60% {
        color: #C1935B;
    }
    70% {
        color: #B7956B;
    }
    80% {
        color: #AD967A;
    }
    90% {
        color: #A39789;
    }
    100% {
        color: #999999;
    }
}

@-webkit-keyframes disabled-color-dark-orange /* Safari and Chrome */
{

    0% {
        color: #FF8C00;
    }
    10% {
        color: #F48D0F;
    }
    20% {
        color: #EA8E1E;
    }
    30% {
        color: #E08F2D;
    }
    40% {
        color: #D6913D;
    }
    50% {
        color: #CC924C;
    }
    60% {
        color: #C1935B;
    }
    70% {
        color: #B7956B;
    }
    80% {
        color: #AD967A;
    }
    90% {
        color: #A39789;
    }
    100% {
        color: #999999;
    }
}

@keyframes disabled-color-dark-goldenrod1 {

    0% {
        color: #FFB90F;
    }
    10% {
        color: #F4B51C;
    }
    20% {
        color: #EAB22A;
    }
    30% {
        color: #E0AF38;
    }
    40% {
        color: #D6AC46;
    }
    50% {
        color: #CCA954;
    }
    60% {
        color: #C1A561;
    }
    70% {
        color: #B7A26F;
    }
    80% {
        color: #AD9F7D;
    }
    90% {
        color: #A39C8B;
    }
    100% {
        color: #999999;
    }
}

@-webkit-keyframes disabled-dark-goldenrod1 /* Safari and Chrome */
{

    0% {
        color: #FFB90F;
    }
    10% {
        color: #F4B51C;
    }
    20% {
        color: #EAB22A;
    }
    30% {
        color: #E0AF38;
    }
    40% {
        color: #D6AC46;
    }
    50% {
        color: #CCA954;
    }
    60% {
        color: #C1A561;
    }
    70% {
        color: #B7A26F;
    }
    80% {
        color: #AD9F7D;
    }
    90% {
        color: #A39C8B;
    }
    100% {
        color: #999999;
    }
}

@keyframes disabled-color-violet-red1 {

    0% {
        color: #FF3E96;
    }
    10% {
        color: #F44796;
    }
    20% {
        color: #EA5096;
    }
    30% {
        color: #E05996;
    }
    40% {
        color: #D66297;
    }
    50% {
        color: #CC6B97;
    }
    60% {
        color: #C17497;
    }
    70% {
        color: #B77D98;
    }
    80% {
        color: #AD8698;
    }
    90% {
        color: #A38F98;
    }
    100% {
        color: #999999;
    }
}

@-webkit-keyframes disabled-color-violet-red1 /* Safari and Chrome */
{

    0% {
        color: #FF3E96;
    }
    10% {
        color: #F44796;
    }
    20% {
        color: #EA5096;
    }
    30% {
        color: #E05996;
    }
    40% {
        color: #D66297;
    }
    50% {
        color: #CC6B97;
    }
    60% {
        color: #C17497;
    }
    70% {
        color: #B77D98;
    }
    80% {
        color: #AD8698;
    }
    90% {
        color: #A38F98;
    }
    100% {
        color: #999999;
    }
}

@keyframes disabled-color-turquoise2 {

    0% {
        color: #00E5EE;
    }
    10% {
        color: #0FDDE5;
    }
    20% {
        color: #1ED5DD;
    }
    30% {
        color: #2DCED4;
    }
    40% {
        color: #3DC6CC;
    }
    50% {
        color: #4CBFC3;
    }
    60% {
        color: #5BB7BB;
    }
    70% {
        color: #6BAFB2;
    }
    80% {
        color: #7AA8AA;
    }
    90% {
        color: #89A0A1;
    }
    100% {
        color: #999999;
    }
}

@-webkit-keyframes disabled-color-turquoise2 /* Safari and Chrome */
{
    0% {
        color: #00E5EE;
    }
    10% {
        color: #0FDDE5;
    }
    20% {
        color: #1ED5DD;
    }
    30% {
        color: #2DCED4;
    }
    40% {
        color: #3DC6CC;
    }
    50% {
        color: #4CBFC3;
    }
    60% {
        color: #5BB7BB;
    }
    70% {
        color: #6BAFB2;
    }
    80% {
        color: #7AA8AA;
    }
    90% {
        color: #89A0A1;
    }
    100% {
        color: #999999;
    }
}

@keyframes disabled-color-magenta4 {

    0% {
        color: #8B008B;
    }
    10% {
        color: #8C0F8C;
    }
    20% {
        color: #8D1E8D;
    }
    30% {
        color: #8F2D8F;
    }
    40% {
        color: #903D90;
    }
    50% {
        color: #924C92;
    }
    60% {
        color: #935B93;
    }
    70% {
        color: #946B94;
    }
    80% {
        color: #967A96;
    }
    90% {
        color: #978997;
    }
    100% {
        color: #999999;
    }
}

@-webkit-keyframes disabled-color-magenta4 /* Safari and Chrome */
{
    0% {
        color: #8B008B;
    }
    10% {
        color: #8C0F8C;
    }
    20% {
        color: #8D1E8D;
    }
    30% {
        color: #8F2D8F;
    }
    40% {
        color: #903D90;
    }
    50% {
        color: #924C92;
    }
    60% {
        color: #935B93;
    }
    70% {
        color: #946B94;
    }
    80% {
        color: #967A96;
    }
    90% {
        color: #978997;
    }
    100% {
        color: #999999;
    }
}

@keyframes disabled-color-saddle-brown {

    0% {
        color: #8B4513;
    }
    10% {
        color: #8C4D20;
    }
    20% {
        color: #8D552D;
    }
    30% {
        color: #8F5E3B;
    }
    40% {
        color: #906648;
    }
    50% {
        color: #926F56;
    }
    60% {
        color: #937763;
    }
    70% {
        color: #947F70;
    }
    80% {
        color: #96887E;
    }
    90% {
        color: #97908B;
    }
    100% {
        color: #999999;
    }
}

@-webkit-keyframes disabled-color-saddle-brown /* Safari and Chrome */
{
    0% {
        color: #8B4513;
    }
    10% {
        color: #8C4D20;
    }
    20% {
        color: #8D552D;
    }
    30% {
        color: #8F5E3B;
    }
    40% {
        color: #906648;
    }
    50% {
        color: #926F56;
    }
    60% {
        color: #937763;
    }
    70% {
        color: #947F70;
    }
    80% {
        color: #96887E;
    }
    90% {
        color: #97908B;
    }
    100% {
        color: #999999;
    }
}

/* ---------------------------------------------------
    INPUTS
----------------------------------------------------- */
.readonly-transparent {
    background-color: transparent !important;
    border: transparent !important;
}

.money2 {
    text-align: right;
}

.formato-nro-factura {
    color: black;
    font-size: 16pt;
    font-weight: 500;
    font-family: monospace;
}

.total-format {
    color: #38c172;
    font-size: 25pt;
    font-weight: 500;
}


.inputRadius {
    width: 70px !important;
    height: auto;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    align-items: center;
    text-align: center;
}

.scroll {
    overflow: auto;
}

.center {
    text-align: center !important;
}

.alignLeft {
    text-align: left !important;
}

.alignRight {
    text-align: right !important;
}

.fondo-salidos{
    background: #f7c6c5;
}

/* ---------------------------------------------------
    SELECT2
----------------------------------------------------- */
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    /*height: calc(2.19rem + 2px) !important;*/
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border: 1px solid #ced4da !important;
    /*height: calc(2.19rem + 2px) !important;*/
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    cursor: text;
    /*height: calc(2.19rem + 2px) !important;*/
}

/* ---------------------------------------------------
    CHECKBOX
----------------------------------------------------- */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2d2e88;
}

input[type="checkbox"] {
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
    padding: 10px;
    margin: 5px !important;
}

/* ---------------------------------------------------
    RADIO
----------------------------------------------------- */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #29AAE2;
}

/* ---------------------------------------------------
    ALIGN
----------------------------------------------------- */

.align-right {
    text-align: right !important;
}

.align-right-big-window {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

/* ---------------------------------------------------
    IMAGES
----------------------------------------------------- */

.box {
    position: relative;
}

.logo-bottom-right {
    bottom: 0;
    position: fixed;
    right: 10px;
}

/* ---------------------------------------------------
    contentTable
----------------------------------------------------- */
.contentTable80 {
    width: 80%;
    margin: 0 auto;
}

.contentTable95 {
    width: 95%;
    margin: 0 auto;
}

.contentTable75 {
    width: 75%;
    margin: 0 auto;
}

.contentTable60 {
    width: 60%;
    margin: 0 auto;
}

.contentTable50 {
    width: 50%;
    margin: 0 auto;
}

/* ---------------------------------------------------
    TABLES
----------------------------------------------------- */
.tabla > thead > tr > td,
.tabla > thead > tr > th,
.tabla > tbody > tr > td {
    text-align: center;
}

.table1 {
    text-align: center;
}

.table1 > thead > tr > td {
    height: 50px !important;
}

.table-bordered > thead > tr > td,
.table-bordered > tfoot > tr > td {
    font-weight: bold;
    text-align: center;
}

.tableBorderRed {
    border: 1px solid #b94a48 !important;
}

.thLargo {
    height: 230px;
    white-space: nowrap;
    text-align: left;
    vertical-align: bottom;
    position: relative;
    width: 50px; /* ESTE VALOR ES "A" */
}

.rotar {
    display: inline-block;
    -webkit-transform-origin: 13px 10px; /* ESTE VALOR SE CALCULA: A/2 */
    -webkit-transform: rotate(-90deg);
    -moz-transform-origin: 13px 10px; /* ESTE VALOR SE CALCULA: A/2 */
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    bottom: 5px; /* ESTE VALOR SE CALCULA: A/2 -5 */
    left: 0;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    font-size: 8pt !important;
}

.tablePrint > tbody > tr > td,
.tablePrint > thead > tr > td {
    border: 1px solid #737373;
    font-size: 8pt;
    text-align: center;
}

.tablePrint th {
    text-align: center;
}

.tablePrint > thead > tr > td {
    background-color: #e6e6e6;
    text-align: center;
    padding: 5px!important;
}

/* ---------------------------------------------------
    SELECT2
----------------------------------------------------- */
.select2-default {
    border: 1px solid #ced4da;
}

.select2 {
    width: 100% !important;
}

/* ---------------------------------------------------
    FONT SIZE
----------------------------------------------------- */
.titulo1 {
    font-size: 1rem;
    font-weight: 300;
}

.subtitulo-1 {
    font-weight: bold;
    text-align: center;
    font-size: 10pt;
}

/* ---------------------------------------------------
    FONT COLOR
----------------------------------------------------- */
.pErrorMsg {
    color: #b94a48 !important;
}

.colorSuccess {
    color: #38c172;
}

.colorError {
    color: #FF0000;
}

.color-black {
    color: black;
}

.color-purple {
    color: #a020f0;
}

.color-chartreuse4 {
    color: #458b00;
}

.color-dark-orange {
    color: #ff8c00;
}

.color-dark-goldenrod1 {
    color: #ffb90f;
}

.color-violet-red1 {
    color: #ff3e96;
}

.color-turquoise2 {
    color: #00e5ee;
}

.color-magenta4 {
    color: #8b008b;
}

.color-saddle-brown {
    color: #8b4513;
}

.color-purple:hover,
.color-chartreuse4:hover,
.color-dark-orange:hover,
.color-dark-goldenrod1:hover,
.color-violet-red1:hover,
.color-turquoise2:hover,
.color-magenta4:hover,
.color-saddle-brown:hover {
    color: white !important;
}

/* ---------------------------------------------------
    BACKGROUND
----------------------------------------------------- */
.bge6e6e6 {
    background: #e6e6e6;
}

/* ---------------------------------------------------
    MARGIN
----------------------------------------------------- */
.margin20 {
    margin: 20px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginRight20 {
    margin-right: 20px !important;
}

/* ---------------------------------------------------
    SPINNER
----------------------------------------------------- */

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

/* ---------------------------------------------------
    PADDING
----------------------------------------------------- */
.padding20 {
    padding: 20px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/* Medium desktops */
@media (min-width: 1200px) and (max-width: 1799px) {
    .titulo1 {
        font-size: 1rem;
        font-weight: 300;
    }

    body,
    .btn,
    .btn-sm,
    .form-control {
        font-size: 8pt !important;
    }

    .navbar {
        padding: -0.5em 1rem;
    }

    #table-inscripcion .form-control {
        font-size: 0.6rem;
    }

    .inputRadius {
        width: 70px !important;
        height: auto;
        font-size: 14px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        align-items: center;
        text-align: center;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

    body,
    .btn,
    .btn-sm,
    .form-control {
        font-size: 8pt !important;
    }

    .titulo1 {
        font-size: 1rem;
        font-weight: 300;
    }

    .contentTable50 {
        width: 70%;
        margin: 0 auto;
    }

    .inputRadius {
        width: 70px !important;
        height: auto;
        font-size: 14px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        align-items: center;
        text-align: center;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 769px) and (max-width: 991px) {

    body,
    .btn,
    .btn-sm,
    .form-control {
        font-size: 8pt !important;
    }

    .titulo1 {
        font-size: 1rem;
        font-weight: 300;
    }

    .contentTable60 {
        width: 80%;
        margin: 0 auto;
    }

    .contentTable50 {
        width: 70%;
        margin: 0 auto;
    }

    .inputRadius {
        width: 65px !important;
        height: auto;
        font-size: 14px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        align-items: center;
        text-align: center;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 768px) {

    body,
    .btn,
    .btn-sm,
    .form-control {
        font-size: 8pt !important;
    }

    .titulo1 {
        font-size: 1rem;
        font-weight: 300;
    }

    .logo-bottom-right {
        bottom: 0;
        position: relative;
        right: 0;
        text-align: right !important;
    }

    .logo-menu {
        width: 40px;
        height: 60px;
        float: left;
        margin-right: 15px;
        padding-bottom: 15px;
    }

    .btn-lg {
        padding: -0.5rem 1rem !important;
        font-size: 1rem !important;
    }

    .contentTable80 {
        width: 85%;
        margin: 0 auto;
    }

    .contentTable75 {
        width: 85%;
        margin: 0 auto;
    }

    .contentTable60 {
        width: 80%;
        margin: 0 auto;
    }

    .contentTable50 {
        width: 75%;
        margin: 0 auto;
    }

    .inputRadius {
        width: 50px !important;
        height: auto;
        font-size: 14px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        align-items: center;
        text-align: center;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

    body,
    .btn,
    .btn-sm,
    .form-control {
        font-size: 8pt !important;
    }

    .align-right-big-window {
        text-align: left !important;
    }

    .logo-bottom-right {
        bottom: 0;
        position: relative;
        right: 0;
        text-align: right !important;
    }

    .logo-menu {
        width: 40px;
        height: 60px;
        float: left;
        margin-right: 15px;
        padding-bottom: 15px;
    }

    .btn-lg {
        padding: -0.5rem 1rem !important;
        font-size: 1rem !important;
    }

    .contentTable80 {
        width: 90%;
        margin: 0 auto;
    }

    .contentTable75 {
        width: 95%;
        margin: 0 auto;
    }

    .contentTable60 {
        width: 90%;
        margin: 0 auto;
    }

    .contentTable50 {
        width: 90%;
        margin: 0 auto;
    }

    .inputRadius {
        width: 50px !important;
        height: auto;
        font-size: 14px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        align-items: center;
        text-align: center;
    }
}
