﻿./*appbg {*/
    /*background-image: url("../Images/AbatarBackground1.png");*/
    /*background-size: cover;
    background-color: #262051;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}*/

input, select {
    max-width: none;
}

.dxeButtonEditSys {
    width: 100% !important;
}

.login_body {
    background: url('../Images/fondo.jpg') no-repeat center fixed;
    background-size: cover;
    /*background-color: #0094bc;*/
}

input,
select,
textarea {
    max-width: 280px;
}

.fondo-blanco {
    background-color: #FFF;
}

.padtop20 {
    padding-top: 20px;
}

.bg-warning {
    background-color: #eaae1d !important;
}

.border-success {
    border-color: #007bff !important;
}

.text-primary {
    color: black !important;
    font-weight: bold;
}

.navbar-dark {
    border-color: #262051 !important;
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #00DDFF 0%, #6552B9 75%) !important;
}


.form-control {
    max-width: 365px !important;
}

/*body {
    padding-top: 0px !important;
}

body form {
    padding-top: 50px !important;
}*/

/*RETIRAR SI IMPLEMENTAN SIDEBAR*/
/*nav{
    margin-left: 0px !important;
}

body div footer {
    margin-left: 0px !important;
}

body div div {
    margin-left: 0px !important;
}*/
/*FIN SIDEBAR*/

.content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}