@media (min-width: 768px) {
    .nav-orders {
        margin-left: 4px;
    }

    .nav-orders .col-sm-4 {
        padding: 0px 9px 0px 6px;
    }

    .nav-orders .col-sm-4:first-child {
        margin: 0px -16px 0px 8px !important;
    }

    .nav-orders .col-sm-4:last-child {
        margin: 0px 8px 0px -16px !important;
    }
}

.nav-orders button {
    border-radius: 0px;
}

.dropzone {
    min-height: auto;
    text-align: center;
    padding: 1em !important;
}

.dropzone .dz-default.dz-message span {
    text-align: center;
    display: block;
    font-size: 18px;
}

.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
    width: 190px;
    height: auto;
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
    margin: 0 20px 20px 20px;
}

.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
    display: inline;
}

.social-body img {
    width: 100%;
    height: 250px;
}

.navbar-right {
    float: right !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav-orders i {
    font-size: 20px;
}

.xmlContent {
    word-break: break-word;
    height: 400px;
    overflow: auto;
}

.nav-header {
    background: #2F4043;
}

.nav-header img {
    max-width: 140px;
    max-height:
        140px;
}

img.circle-border {
    border: 2px solid #FFFFFF;
    border-radius: 10%;
}

.image-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* .tableTh {
    min-width: 200px !important;;
} */

.tableTh>th {
    min-width: 165px;
}

.colorContenido {
    background: #dbe6e480 !important;
}

/*Mis cambios*/
body {
    background-image: url('../images/Headerh.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#navPrincipal,
#bntHam {
    display: none;
}

.backLogin {
    background-image: url('../images/fondo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.divOpaco {
    background-color: rgba(255, 255, 255, 0.4);
    width: 300px;
    border-radius: 9px;
    float: right;
    margin: 10% 10%;
}

.divOpacoRegistro {
    background-color: rgba(255, 255, 255, 0.4);
    width: 300px;
    border-radius: 9px;
    float: right;
    margin: 2% 10%;
}

.btn-successlog {
    color: #fff;
    background-color: #013063;
    border-color: #013063;
    width: 130px !important;
    margin: auto;
}

.btn-successlog:hover {
    color: #fff;
    background-color: #3B8AC0;
    border-color: #3B8AC0;
    width: 130px !important;
    margin: auto;
}

.tamanioLetra {
    font-size: 11px !important
}

.inp::placeholder {
    color: #fff !important;
    font-size: 14px;
}

.redondeo {
    border-radius: 20px
}

.redondeoNav {
    border-radius: 30px !important
}

.redondeoNavInactivos {
    border-radius: 30px !important;
    border-color: #fff;
    background-color: #f3f3f4;
}

.colorLetra1 {
    color: #013063
}

.btnRegistro {
    float: right;
    color: #fff;
    font-weight: bold
}

.loginscreen.middle-box {
    width: 240px;
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 25px;
}

.backHeader {
    background-image: url('../images/fondo_nav.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.divRegistro {
    background-color: white;
    width: 300px;
    border-radius: 2px;
    float: right;
    margin: -5% 10%;
    -webkit-box-shadow: 9px 11px 5px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 9px 11px 5px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 9px 11px 5px -9px rgba(0, 0, 0, 0.75);
}

.divNav {
    margin: 2% 35%;
    font-weight: bold;
    color: white;


}

.divNav label {

    font-weight: bold;
    color: white;
}

.divNavTextoCentral {
    margin: 10% 0%;



}

.divNavTextoCentral label {

    font-weight: bold;
    color: white;
    font-size: 14px !important;


}

.divNavReg {
    margin: 2% 35%;
    font-weight: bold;
    color: white;


}

.divNavReg label {

    font-weight: bold;
    color: white;
}

.divNavCerrar {
    float: right;
    margin-top: 5px;
    font-weight: bold;
    color: white;


}

.divNavCerrar label {

    font-weight: bold;
    color: white;
}

.divNavCerrar a {

    font-weight: bold;
    color: white;
}

.divNavCerrar img {
    width: 21px !important;
    height: 21px !important;

}

.spanPadding {
    padding-left: 30px;
}

.linkPadding {
    padding-right: 25px;
}

/*Se agregan estilos para los input y wizard */

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #fff;
    font-size: 11px !important;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 11px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #777777;
    content: "|\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #013063;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #013063;
    font-weight: bold;

}

ul.breadcrumb li a:active {
    color: #013063;
    font-weight: bold;
}

.p-l {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 10px;

}

.imgDocumento {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
}

.iconoTamanio {
    width: 21px !important;
    height: 21px !important;
    padding-bottom: 3px;
    border: 1px solid #013063 !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    padding-top: 3px;
}

.iconoTamanioView {
    width: 21px !important;
    height: 21px !important;
    padding-bottom: 3px;
    border: 1px solid #3B8AC0 !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    padding-top: 3px;
}

.spaceText {
    padding-left: 10px;
    font-size: 10px;
    font-weight: bold;
    text-align: justify;


}

.spaceTextView {
    padding-left: 10px;
    color: red ;
    font-size: 10px;
    font-weight: bold;
    text-align: justify;

}

.headerModal {
    background-color: #013063 !important;
    background-image: url('../images/Header.png');






}

.headerNavProveedores {
    background-color: #013063 !important;
    background-image: url('../images/Header.png');
    background-repeat: round;
    height: 62px;
}

.headerModalProv {
    background-color: #013063 !important;
    background-image: url('../images/Header.png');
    color: #fff;

}

.buttonModal {
    color: #fff;
}

.heading {
    color: #013063 !important;

}

.colorParrafo {
    padding-top: 35%;
    text-align: center;
}

.divFinal {
    min-height: 410px !important;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
    background-color: #fff;
}

.final-container {
    padding-top: 0px !important;
    z-index: 3 !important;
}

.final-card {
    min-height: 410px !important;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
    background-color: #fff;
}

.loginColor {
    color: white !important;
}

.divBanco {
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    padding: 15px 20px 5px 0px;
}

.divBottom {
    padding-bottom: 8px;
}

.imageIcon img:hover {
    cursor: pointer;
}
.imageIcon  {
    cursor: pointer !important;
}

.aprobado {
    color: #088A08;
}

.rechazado {
    color: #DF0101;
}

.revision {
    color: #FF8000;
}

.shadowPanel {
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}

.divOpacoRecupera {
    background-color: rgba(255, 255, 255, 0.4);
    width: 300px;
    border-radius: 9px;
    float: right;
    margin: 40% -15%;
}

.btn-successlogRecupera {
    color: #fff;
    background-color: #013063;
    border-color: #013063;
    width: 160px !important;
    margin: auto;
}

.btn-successlogRecupera:hover {
    color: #fff;
    background-color: #3B8AC0;
    border-color: #3B8AC0;
    width: 160px !important;
    margin: auto;
}

.msgError {
    color: red;
    font-size: 11px !important;
    line-height: 1.07143 !important;
    font-weight: 400 !important;
    margin: 40px 0 0px 0 !important;
}
.msgComentarios {
    color: red;
   
}
/********/


.legalScroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.legalScroll::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.legalScroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
                                       left bottom,
                                       left top,
                                       color-stop(0.44, rgb(122,153,217)),
                                       color-stop(0.72, rgb(73,125,189)),
                                       color-stop(0.86, rgb(28,58,148)));
}
/********/

.colorRojo{
    color:red ;
    font-size: 10px;

}
.colorAzul{
    color:#013063 ;
    font-size: 10px;
    font-weight: bold;
}
.positionDiv{
    display: flex;
}
.spanSize{
    font-size:10px;
}
.borderPanel{
    border: 1px solid #e6e6e6;
}

.imageAlignment{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    cursor:pointer;
}

.divTextoCentral {
    margin: 7% 21%;
    color: white;

}
.arrowLeft{
    color:white;
    font-size: 20px;
}

.divComentariosError{
    background-color: red;
    width: auto;
    text-align: center !important;
    font-size: 15px;
    color: white;
    font-weight: bold;
    height: auto;
}