html {
  font-size: 14px;
}

#myModal {    
    background-color: black;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*.nav-button {
    position: absolute;
    top: 200px;
    right: 110px;
}*/
/*.sd-btn2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}*/

.nav-input {
    color: #ffffff;
    background-color: #ff9814;
    border: 1px solid #19b394 !important;
}



/*@media screen and (max-width: 1920px) {
    .sd-title h3 {
        width: auto;
        height: auto;
    }

    .nav-button {
        position: absolute;
        top: 200px;
        right: 340px;
    }
}

@media screen and (max-width: 1700px) {
    .sd-title h3 {
        width: auto;
        height: auto;
    }

    .nav-button {
        position: absolute;
        top: 200px;
        right: 230px;
    }
}

@media screen and (max-width: 1550px) {
    .sd-title h3 {
        width: auto;
        height: auto;
    }

    .nav-button {
        position: absolute;
        top: 200px;
        right: 150px;
    }
}

@media screen and (max-width: 1200px) {
    .sd-title h3{
        width:400px;
        height:auto;
    }
    .nav-button {
        position: absolute;
        top: 240px;
        right: 85px;
    }
}

@media screen and (max-width: 950px) {
    .sd-title h3 {
        width: 400px;
        height: auto;
        padding-bottom: 50px;
    }

    .nav-button {
        position: absolute;
        top: 300px;
        right: 110px;
    }
}

@media screen and (max-width: 850px) {
    .sd-title h3 {
        width: 400px;
        height: auto;
        padding-bottom: 50px;
    }

    .nav-button {
        position: absolute;
        top: 300px;
        right: 90px;
    }
}

@media screen and (max-width: 650px) {
    .sd-title h3 {
        width: 100%;
        height: auto;
        padding-bottom:90px;
    }

    .nav-button {
        position: absolute;
        top: 320px;
        right: 70px;
    }
}

@media screen and (max-width: 550px) {
    .sd-title h3 {
        width: 100%;
        height: auto;
        padding-bottom: 60px;
    }

    .nav-button {
        position: absolute;
        top: 320px;
        right: 40px;
    }
}

@media screen and (max-width: 420px) {
    .sd-title h3 {
        width: 100%;
        height: auto;
        padding-bottom: 80px;
    }

    .nav-button {
        position: absolute;
        top: 340px;
        right: 40px;
    }
}

@media screen and (max-width: 350px) {
    .sd-title h3 {
        width: 100%;
        height: auto;
        padding-bottom: 80px;
    }

    .nav-button {
        position: absolute;
        top: 380px;
        right: 40px;
    }
}*/



/*loading botton*/
#btnSincronizar {
    position: relative;
}

#btnSincronizar:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    border-radius: 50%;
    border-top-color: #000;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    animation: spin 0.8s linear infinite;
    opacity: 0;
    pointer-events: none;
}

#btnSincronizar.loading:after {
    opacity: 1;
    pointer-events: auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.table2 {
    width: 100%;
    border-collapse: collapse;
}

.table2 th, .table2 td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.table2 tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table2 th {
    background-color: #f8f9fa;
    color: black;
}
