body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    font-family: "Poppins", "Helvetica", "Arial", sans-serif !important;
    font-weight: 400;
    line-height: 1.5;
}
.pad-user1 {
    margin-bottom: 42px;
}

.rol-inter .col-md-7 {
    text-align: right;
}

.padding-aling2{
    
}


.loader-page {
    position: fixed;
    z-index: 25000;
    background: url('../imagenes/loader/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);
    /*background: rgb(255, 255, 255);*/
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
}

 .burger-menu  i{
    vertical-align: middle;
    color: black !important;
}
.loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
}
@keyframes rotarload {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}
.loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid black;
    border-color: black transparent black transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
body {
    font-size: 12px;
    background: #fefefe !important;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 21px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}

a {
    color: #666;
    cursor: pointer;
}
a:hover {
    color: #000;
    cursor: pointer;
}

input::placeholder {
    font-size: 12px !important;
}
input::-ms-input-placeholder {
    font-size: 12px !important;
}
input::-ms-input-placeholder {
    font-size: 12px !important;
}

.estatus {
    display: inline-block;
    width: auto;
    padding: 6px 20px;
    margin: 10px;
}

.Trabajando {
    background: rgb(202, 239, 207);
}
.Pausa {
    background: #ffffc1 !important;
}

.infoTotales tr th {
    padding: 6px;
}
.infoTotales tr td {
    padding: 6px;
}

.overflow-formu{
    overflow: scroll;
    overflow-x: hidden;
    height: 600px;
}

.btn-primary {
    color: #fff !important;
    font-size: 11px !important;
    padding: 10px 20px;
    background-color: #000 !important;
    border-color: none;
    box-shadow: 1px 1px 20px #ccc;
    margin: 20px 0;
    display: block;
    width: 180px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 2px;
}

.bt-secondary {
    width: 33%;
    padding: 8px 10px;
    margin: 20px 0;
    display: block;
    text-align: center;
    border-radius: 4px;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
}

.main-panel > .content {
    margin-top: 30px !important;
}

.nav-item {
    cursor: pointer;
}
.card {
    font-size: 12px;
}
.btn-excelx{
    margin-right: 76px !important;
}
.btn-excelll {
    color: #11c327;
    background-color: #ffffff;
    padding: 3px;
    border: none;
}

.hastadelante{
    position: absolute;
}


.minlength {
}

.minlength:invalid {
    border: red solid 1px;
}

.padd{
    margin-top: 20px !important;
}
.overflow-scrool{
    overflow: scroll;
    height: 400px;
}
.wrapper-hidden {
    position: relative !important;
    top: 0 !important;
    height: 100vh !important;
    overflow-x: hidden !important;
}


.form-control {
    background-image: none !important;
    font-size: 12px;
    line-height: 1.5;
    height: auto !important;
    padding: 5px 0;
    border-width: 0 0 1px 0;
    border-color: #ccc;
    border-style: solid;
}
.form-control:focus {
    color: #495057;
    background-color: rgba(0, 0, 0, 0);
    border-color: #222;
    outline: 0;
    box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
label {
    font-size: 12px;
    line-height: 1.5;
    height: auto !important;
    padding: 5px 0;
}

.elementbox {
    padding: 20px;
    border: 1px solid lightgray;
    margin: 10px;
    background: white;
    border-radius: 5px;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

.row-width{
    width: 100%;
    height:200px;
    /* background-color: #000 !important; */
}
/* .login1 {
    width: 423px;
    background: #f8f9fa;
    background-color: rgb(228, 214, 214) !important;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 0px 0px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10vh;
    border-radius: 15px !important;
    border: #f5eddc solid 1px;
    box-shadow: 10px 4px 20px 10px rgb(0 0 0 / 15%), 0 7px 10px 10px rgb(160 142 86 / 80%) !important;

} */


.logIN{
    padding: 25px 55px 33px;  
}
.login1 i{
    color: #000000 !important;
    padding-right: 7px !important;

}

.img-login{
    background-color: #000 !important;
}
.xgrand{
    width: 80%;
    margin-top: 10px !important;
}
.xgrand1{
    width: 80%;
}

.welcome-login {
    font-size: 25px;
    font-weight: 600;
    margin-left: 23% !important;
    color: #000000 !important;
}

.input100 {
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    padding: 0 5px;
    border-bottom: gray solid;
}

.inputLogin {
    padding-bottom: 60px;
}

.logoLogin {
    width: 35%;
    border-radius: 13px;
    margin-left: 105px;
    padding-bottom: 25px;
    padding-top: 32px !important;
}

.boton-login {
    /* border-radius: 20px; */
    font-size: 15px;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #000000 !important;
    color: white;
}
.seePassword {
    width: 35px !important;
    height: 29px;
    border: none !important;
    background: #fefefe00;
    color: #625C44 !important;
}

.iconUser{
    padding: 3px !important;
}
.singup {
    padding-top: 15px;
    text-align: center;
}
.back {
    background-color: yellow;
}

.tableUsuarios {
    background-color: white;
}

.cardUsers {
    background-color: white;
    width: 95%;
    border: black solid;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.header-card {
    background: #000 !important;
    box-shadow: none;
}

.form-style {
    width: 100% !important;
}

.delete-style {
    height: 27px;
    border-radius: 2px;
    background-color: #b10000;
    color: white;
}

.styles-card {
    background-color: white;
    width: 77%;
    overflow: hidden;
    margin-right: unset;
    margin-left: auto;
}

.style-table {
    text-align: center;
}

.style-header {
    text-align: center;
    background-color: black;
    display: flex;
}

.sinpadding{
    padding-right: 0px !important;
}
.sinpadding-left{
    padding-left: 0px !important;
    align-self: center;
}


.minlength:invalid {
    border: red solid 1px;
}

.wrapper-hidden {
    position: relative !important;
    top: 0 !important;
    height: 100vh !important;
    overflow-x: hidden !important;
}

/* .button-add{
  margin-left: auto;
  width: 100px;
  height: 35px;
} */

.mystyles-header {
    background: black !important;
    width: 96% !important;
    overflow: hidden !important;
}
.card-usuarios {
    float: right !important;
    margin-right: 6%;
    width: 69%;
}

@media screen and (max-width: 767px) {
    .card-usuarios {
        float: right !important;
        margin-top: 15%;
        margin-right: 3%;
        width: 95%;
    }
}

@media screen and (max-width: 985px) and  (min-width: 769px){

    .navbar-wrapper.z-index-card.mediaContact {
        margin-left: 76px;
    }
}

.width-per {
    width: 98%;
}

#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #000000;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
}

.z-index-card {
    z-index: 0 !important;
}
.content-users {
    text-align: center;
    margin-left: 10%;
}

.importe {
    margin-top: 56px !important;
}
.button-add-user {
    display: inline;
    float: right;
    margin-right: 10px;
}

.pad-Iva{
    margin-top: 50px;
}
.inline-style {
    display: inline;
}

*:focus {
    outline: none !important;
}

.marg-espacio input {
    margin-bottom: 22px;
    margin-top: 20px;
}
.tipoUser {
    width: 90% !important;
    background-color: #F8F9FA !important;
    border-color: #FFFFFF !important;
    border: solid #c1c1c1 !important;
    border-width: 0 0 1px 0 !important;
    padding: 6px !important;
}

.marg-espacio1 {
    margin-bottom: 15px;
    margin-top: 20px;
}
.marg-espacio2 {
    margin-bottom: 15px;
    margin-top: 20px;
}

.style-roles {
    width: 90% !important;
    margin-top: 15px !important;
}

.buttonaddusers {
    width: 80px;
    height: 30px;
    margin: 0px;
    padding: 0px;
}
.padding-aling {
    padding-bottom: 14px;
    color: white !important;
}
.padding-aling1 {
    padding-bottom: 14px;
    color:  #bbb8b8 !important;
}
textarea {
    height: 82px !important;
    resize: none;
    line-height: 1.42857 !important;
    /* width: auto !important; */
    width: 90%;
}
.result-nada {
    padding-top: 25px;
    position: absolute;
    margin-left: 29% !important;
}
.sin-datos{
    padding-top: 20px;
}
.overflow-scroool {
    height: 203px;
}
button.btn.btn-success.proyect-btn {
    padding: 5px;
}
.center-bt {
    text-align: -webkit-center;
    /* margin-left: -57px;
    margin-top: -20px; */
}
.display-block{
    display: block;
}
.proyect-btn{

}
.edit-delete-buttons {
    height: 25px;
    width: 60px;
}
.padding-aling-editdelete {
    margin-left: -7px;
    padding-bottom: 16px;
}

.boxstyles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400;
    background-color: #f8f9fa;
    border: 2px solid #000;
    padding: 4;
}

.style-precio {
    display: inline;
    float: left;
    width: 40%;
    margin-right: 10px;
}

.width-form {
    width: 90% !important;
    background-color: #F8F9FA;
    border-width: 0px 0px 1px 0px;
    padding: 6px;
    border-color: #c1c1c1;
    /* background-color: #c1c1c1; */
    color: #c1c1c1;
}
.MuiAutocomplete-hasPopupIcon.css-viou3o-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon.css-viou3o-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 30px;
    background-color: #F8F9FA;
}
.img-logo {
    width: 200px;
    height: 70px;
    border: solid 1px #c1c1c1;
}
.btn.btn-success.proyect-btn {
    padding: 6px;
}
input#fechaNac {
    color: #c1c1c1;
}
.content-style {
    float: right;
    width: 80%;
    padding: 0px 70px 0px 0px;
}

@media screen and (max-width: 767px) {
    .content-style {
        padding-top: 25%;
        margin-right: 10%;
        margin-left: 10%;
    }
    .wrapper-style {
        padding-top: 15%;
    }
}

.margin-toop {
    margin-top: 21px;
}


.card-size-dash {
    height: 75%;
}

.contactos-style {
    margin: 0 12px;
}

.tipoUser {
    width: 100% !important;
}
.tipoUser1 {
    width: 100% !important;
}

.panel-main {
    width: 100%;
}

.marggin-top {
    margin-top: 5%;
}

.margin-users {
    margin-left: 20%;
}

.margin-users-search {
    margin-right: 10%;
}

/* .responsive-nav{
  background-color: red;
} */

.responsive-box-proyectos3{
    overflow: auto;
    height: 85%;
    width: 50%;
}
.responsive-box {
    overflow: auto;
}

.responsive-box-proyectos {
    overflow: auto;
    height: 90%;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .margin-users {
        margin-left: 5%;
    }
    .padd{
        margin-top: 20px !important;
    }
    .responsive-box-proyectos3{
        background-color: rgb(245 245 245);
        overflow: auto;
        height: 85%;
        width: 50%;
    }
    .responsive-box {
        background-color: rgb(245 245 245);
        overflow: auto;
        height: 90%;
        width: 50%;
    }
    .responsive-box-proyectos {
        background-color: rgb(245 245 245);
        overflow: auto;
        height: 90%;
        width: 50%;
    }
     
    

    /*   .responsive-nav{
    background-color: blue;
  } */
}










