/* COMMON */

body {
    display: grid;
    grid-template-rows: 80px auto 10px;
    grid-template-areas:
        'header'
        'container'
        'footer';
    height: 100vh;
    font-family: 'Roboto';
    padding: 0;
    margin: 0;
}

.aimg {
    margin: auto auto;
}

.header {
    grid-area: header;
    display: grid;
    grid-template-columns: 170px auto;
    border-bottom: 1px solid #151515;
}

.header img {
    width: 85%;
    display: flex;
    justify-content: center;
    align-self: center;
    margin: 1rem;
}

.header .menu ul li a {
    line-height: 80px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: #425473;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.header .menu ul li {
    list-style: none;
    float: left;
}

.header .menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
}

.footer {
    grid-area: footer;
    border-top: 1px solid rgb(20, 22, 24);
}


.mtitle, .mfooter {
    font-family: 'Oswald';
    /* text-transform: uppercase; */
    align-self: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}



/* LOGIN */


.frmLogin {
    display: grid;
    grid-template-rows: 80px auto auto 10px;
    grid-template-areas: 'header''container''a'' footer';
    height: 100vh;
    font-family: 'Roboto';
    padding: 0;
    margin: 0;
}

.frmLogin .contenedor {
    grid-area: container;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.frmLogin h2 {
    text-align: center;
}

.frmLogin .card input {
    width: 250px;
}
.frmLogin .card a {
    margin-left: 40px;
}


.frmLogin .card {
    width: 550px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: 0px !important;
}

.frmLogin .card form * {
    margin-top: 10px;
    margin-bottom: 10px;
}

.frmLogin .card h2 {
    font-family: 'Oswald';
    font-weight: 800;
}

.frmLogin .card label {
    font-size: 0.6rem;
}

.frmLogin .login_wrapper {
	right: 0;
	margin: 0 auto;
	padding-top: 5%;
	max-width: 350px;
	position: relative
}

.frmLogin .login_form {
	width: 100%;
	z-index: 22
}

.frmLogin .login_content {
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	/* text-shadow: 0 1px 0 #fff; */
	min-width: 280px
}

.frmLogin .login_content form {
	margin: 20px 0;
	position: relative
}

.frmLogin .login_content form form input[type=text], .login_content form input[type=email], .login_content form input[type=password] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
	border: 1px solid #c8c8c8;
	color: #777;
	margin: 20px 0 0;
	width: 100%
}

.frmLogin .login_content form input[type=text]:focus, .login_content form input[type=email]:focus, .login_content form input[type=password]:focus {
	-webkit-box-shadow: 0 0 2px #aa77b4 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #a97aad inset;
	background-color: #fff;
	border: 1px solid #a878af;
	outline: none
}

.frmLogin .login_content form button[type=submit] {
	margin: 20px 0 20px
}

.frmLogin .separator {
	border-top: 1px solid #d8d8d8;
	margin-top: 10px;
	padding-top: 10px
}
/*.frmpassword, .admin {*/
/*    !*padding: 20px;*!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border: 0px !important;*/
/*}*/

/*.frmpassword, .admin {*/
/*    !*padding: 20px;*!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border: 0px !important;*/
/*}*/

.pedidos th, .admin th, .entregas th, .presupuestos th {
    background-color: rgb(20, 22, 24);
    color: white;
}
.admin h2,h4,h5 {
    font-family: 'Oswald';
    font-weight: 800;
}

.pedidos h2,h4,h5 {
    font-family: 'Oswald';
    font-weight: 800;
}

.entregas h2,h4,h5 {
    font-family: 'Oswald';
    font-weight: 800;
}

.presupuestos h2,h4,h5 {
    font-family: 'Oswald';
    font-weight: 800;
}

/* ADMIN */

.admin form {
    /*margin: 10px;*/
    display: flex;
    flex-direction: row;
}

.admin form .row {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0px;
}
.admin form .input-group {
    width: 450px !important;
}

/* PERFIL */

#tabla-accesos, #tabla-entregas, #tabla-usuarios, #tabla-presupuestos, #tabla-pedidos {
    width: 100% !important;
}

/*#tabla-accesos_wrapper, #tabla-usuarios_wrapper {*/
/*    width: 95% !important;*/
/*}*/
#tabla-accesos_wrapper  {
    width: 100% !important;
}
.frmpassword form .row {
    margin: 15px;
}

.frmpassword {
    width: 60%;
    margin: 0 auto;
}

#bordeDatos {
    border-right: 1px solid black;
}

@media only screen and (max-width: 600px) {
    .frmpassword {
        width: 100%;
    }

    #bordeDatos {
        border-right: 0px;
    }
}


.frmLogin input[type=text],.frmLogin input[type=password] {
    width: 300px;
    margin: 15px auto !important;
}


/*^ RESET PASSWORD */

.g-recaptcha > div {
    width: auto !important;
}