@media only screen and (min-width:321px) and (max-width: 536px) {
    .style7 {
        /* display: none; */
        min-width: 195px;
        width: 340px !important;
    }

    .mis-vis-val {
        width: 75px;
        float: right;
        top: -50px;
        position: relative;
        text-align: left;
    }

    .fecha {
        display: none !important;
    }

    #leftside {
    }

    #content {
        /* margin: 165px 20px !important; */
        /* width: 100% !important; */
        padding: 0 0 0 0 !important;
    }

        #content .loginContent td {
        }

            #content .loginContent td p {
            }

        #content.cnt-mnu-usuario {
           /* background-image: url('../img/inicio536x600.png') !important;*/
        }

    #lblEmpresa {
        font-weight: normal !important;
    }

    #site-subheader td {
        display: inline-block;
    }
}

@media only screen and (max-width: 320px) {
    #site-header {
    }

        #site-header td span {
            font-size: 8pt;
        }

    .style7 {
        display: none;
    }

    .fecha {
        display: none;
    }

    #leftside {
        /*display: none;*/
    }

    #content {
        /* display: table-column !important; */
        margin: 165px 20px !important;
        /* height: 100% !important; */
        /* width: 100% !important; */
    }

        #content .loginContent td {
            display: inline-block;
        }

            #content .loginContent td p {
                display: inline-block;
            }

        #content.cnt-mnu-usuario {
            /*background-image: url('../img/inicio300x600.png') !important;*/
        }

    #site-header td {
        font-size: 10px;
    }
}


/* andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author. */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width:320px;
}

body {
    background: #8b8b8b;
    color: #303030;
    font: 76% Verdana,Tahoma,Arial,sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    min-width:320px!important;
    font-style: inherit;
}

a {
    color: #505050;
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        color: #ccc;
        text-decoration: underline;
        cursor: pointer; 
    }

p {
    line-height: 1.5em;
    margin: 0 0 15px;
    width: 300px;
}


/*** Main container ***/
#container {
    display: table;
    background: #f0f0f0 url(../img/background.jpg) repeat-x;
    color: #303030;
    margin: 0;
    /* min-width: 320px; */
    padding: 0;
    text-align: left;
    width: 100%;
    /* min-height: 92%; */
}

/*** Header section ***/

#sitename {
    color: #ffffff;
    height: 102px;
    /*margin:0 0 10px;*/
    text-align: left;
    /*padding-top:15px;*/
}

    #sitename h1, #sitename h2 {
        font-weight: 400;
        letter-spacing: -2px;
        margin: 0;
        padding: 0;
    }

    #sitename img {
        /* margin:0px; */
        padding-top: 10px;
        margin-left: -20px;
        width: 290px;
    }

    #sitename h1 {
        font-size: 2.4em;
        padding-top: 20px;
    }

#site-header {
    width: 100%;
    height: 35px;
    border-spacing: 3px;
    border-collapse: separate;
}

    #site-header td {
        font-size: 14px;
    }

#site-header-empresa {
}

#mainmenu td {
    /* padding-top:4px; */
    display: inline-block;
    /* min-width: 206px; */
}

#sitename td {
    box-sizing: initial;
}


#sitename h2 {
    font-size: 1.6em;
}

.dxmMenu {
    height: 100%;
}

    .dxmMenu a {
        text-decoration: none !important;
    }

    .dxmMenu > table {
        height: 100% !important;
    }
/*** Horizontal menu ***/

#mainmenu {
    margin: 0;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

    #mainmenu ul {
        font-size: 16px;
        margin: 0;
        padding: 0;
        background-image: none;
    }

    #mainmenu li {
        /* float: left; */
        height: 30px;
        list-style: none;
        margin: 0;
        padding: 0;
        border-style: none;
    }

    #mainmenu .dxm-selected {
        background-color: #e0e0e0;
        min-width: 0px !important;
    }

    #mainmenu .dxm-selected span{

width: 185px;

}

    #mainmenu .dxm-spacing {
        display: none;
    }

.globalMenu {
    font-size: 23px;
    text-align: center;
    cursor: pointer;
}

.fecha {
    margin: 0px;
    padding-top: 12px;
}


#mainmenu a, #mainmenu span {
    /*border-right:1px solid #b0b0b0;*/
    color: #606060;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 4px 10px 6px;
    /* text-transform: capitalize; */
}

    #mainmenu a.logoff { /* border-right:1px solid #b0b0b0; */
        color: #ffffff;
        display: block;
        font-size: 0.7em;
        padding: 0px 10px 10px;
        text-transform: uppercase;
    }


.dxmLite .dxm-main {
    border: none;
    padding: unset;
    width:100%;
}

.dxmLite .dxm-popup {
    border: 1px solid #A8A8A8;
    background-color: #F0F0F0;
    padding: 2px;
    width: 210px !important;
    left: 15px !important;
}

    .dxmLite .dxm-popup .dxm-hovered {
        border: 1px solid #888888;
        background-color: #CBCBCB;
        padding: 2px;
    }

#menuClose {
    background-color: #cf102e;
    margin-top: 3px;
}

#menuHdr {
    height: 142px;
    background-color: #cf102e;
    flex: none;
}

    #menuHdr #menuHdrTop {
        height: 65px;
        width: 65px;
        margin: 5px 10px 15px 10px;
        background-image: url(../img/favicon.ico);
        background-repeat: no-repeat;
        background-size: contain;
    }

    #menuHdr span {
        color: white;
        padding: 0;
        display: inline-grid;
        text-transform: initial;
    }

#menuBody {
    overflow-y: scroll;
    flex: auto;
    overflow: auto;
    border: 1px solid #A8A8A8;
    background-color: #F0F0F0;
    padding: 2px;
}

#menuFtr {
    display:table;
    height: 50px;
    background-color: #cf102e;
    flex: none;
}

#menuFtrContent {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

#menulbCerrarSesion{
    color:white !important;
}

/*menu animado*/
/* The side navigation menu */
#dSideNav {
    height: 100%; /* 100% Full-height */
    width: 225px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    top: 0px; /* Stay at the top */
    /* left: -277px; */
    /*background-color: #111;*/ /* Black*/
    /* overflow-x: hidden; */ /* Disable horizontal scroll */
    /* padding-top: 60px; */ /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    #dSideNav td {
        /* padding: 8px 8px 8px 8px; */
        text-decoration: none;
        font-size: 13px;
        color: #818181;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        #dSideNav td:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    #dSideNav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#wrap {
    transition: margin-left .5s;
    /* padding: 20px; */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        /* padding-top: 15px; */
        top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

#lblEmpresa {
    position: absolute;
    color: #FAFAFA;
    font-family: Verdana;
    font-weight: bold;
    margin-right: 10px;
    right: 10px;
    top: 10px;
}

#menu-hamburguesa-icon {
    cursor: pointer;
    color: white;
}

#menu-hamburguesa, #menu-hamburguesa-master {
    cursor: pointer;
    height: 30px;
    width: 40px;
    font-size: 23px;
    text-align: center;
    z-index: 999;
}

#menu-hamburguesa-icon {
    cursor: pointer;
    position: absolute;
    left: 10px;
    /* top: 15px; */
}

    #menu-hamburguesa-icon span, #menu-hamburguesa-icon span:before, #menu-hamburguesa-icon span:after {
        cursor: pointer;
        border-radius: 5px;
        height: 2px;
        width: 23px;
        background: white;
        position: absolute;
        display: block;
        content: '';
    }

        #menu-hamburguesa-icon span:before {
            top: -6px;
        }

        #menu-hamburguesa-icon span:after {
            bottom: -6px;
        }

        #menu-hamburguesa-icon span, #menu-hamburguesa-icon span:before, #menu-hamburguesa-icon span:after {
            transition: all 500ms ease-in-out;
        }

    #menu-hamburguesa-icon.active span {
        background-color: transparent;
    }

        #menu-hamburguesa-icon.active span:before, #menu-hamburguesa-icon.active span:after {
            top: 0;
        }

        #menu-hamburguesa-icon.active span:before {
            transform: rotate(45deg);
        }

    #menu-hamburguesa-icon.activ-icon.active span:after {
        transform: rotate(-45deg);
    }
/*menu animado*/

.usuario {
    display: block;
    padding: 0px 10px 10px;
}

.itemmenu {
    /* text-transform: uppercase; */
    border: 1px solid #f0f0f0;
    padding: 4px 8px 5px;
}


.itemsubmenu {
    padding: 0;
    background-color: #e0e0e0;
    border: 1px;
}

.dxmSubMenuItemHoverWithImage { /* background-color: #F2F2F2; */
    border: 1px solid #888888M
}

.dxmMenuItemSelected {
    border: 1px solid #888888;
}

uario-item {
    height: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    font-weight: 600;
}

.pie-titulo-mnu-usuario-w-item {
    height: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

#content.cnt-mnu-usuario {
    /*background-image: url('../img/inicio.jpg');*/
}
/*** Content wrap ***/

#wrap {
    clear: both;
    font-size: 0.9em;
    padding: 0;
    /* margin-top: 5px; */
    /* display: table; */
    /* table-layout: fixed; */
    /* width: 50%; */
    /* min-height: 720px; */
    height: 100%;
}

    #wrap form {
        margin: 0;
    }

/*** Sidebars***/

#leftside, #rightside {
    margin: 0;
    padding: 0 10px 10px;
    min-width: 210px;
    width: 210px;
    height: auto;
}

#leftside {
    display: table-cell;
    margin-right: 10px;
}

#rightside {
    float: right;
    margin-left: 10px;
}

    #leftside h1, #rightside h1 {
        color: #666666;
        font-size: 1.6em;
        font-weight: bold;
        letter-spacing: -1px;
        margin: 0 0 12px;
    }


    #leftside h2, #rightside h2 {
        font-size: 1.1em;
        margin: 0 0 20px;
    }

    #leftside p, #rightside p {
        font-size: 0.9em;
        line-height: 1.4em;
        margin: 0 0 5px 10px;
    }

#leftside a {
    /* font-size: 12px; */
    line-height: 1.4em;
    margin: 0 0 16px 10px;
    color: #666666;
}

.linklist {
    list-style: none;
    margin: 0 0 16px 10px;
    padding: 0;
}

    .linklist li {
        margin-bottom: 0.7em;
    }

/*** Sidebar menu ***/

.nav {
    background: #e8e9ea;
    border: 1px solid #b0b0b0;
    color: #606060;
    display: block;
    margin-top: 8px;
    padding: 5px 4px 4px 10px;
    position: relative;
    text-transform: uppercase;
}

    .nav:hover, .active {
        background: #f8f9fa;
        border: 1px solid #909090;
        color: #303030;
        text-decoration: none;
    }

.sub {
    font-size: 0.8em;
    letter-spacing: 1px;
    margin: 3px 0 2px 10px;
    padding: 4px 2px 2px 8px;
    width: 125px;
}

/*** Content ***/

#content, #contentalt {
    background-color: #fafcff;
    border: 1px solid #909090;
    color: #2a2a2a;
    padding: 15px 20px 5px;
}

#content {
    margin: 0 5px 0 230px;
    display: table-cell;
    min-height: 600px;
    min-width: 60vw;
    height: 104vh;
    width: 98vw;
    /* margin-top: 3px; */
    vertical-align: top;
    max-width: -webkit-fill-available;
}

#contentalt {
    margin: 0 200px 0 20px;
}

    #content h1, #content h2, #contentalt h1, #contentalt h2 {
        /* background-color: inherit; */
        /* color: #606060; */
        /* font-size: 1.8em; */
        /* font-weight: bold; */
        /* letter-spacing: -1px; */
        /* margin: 0 0 15px; */
        /* padding: 0; */
        /* width: 201px; */
    }


    #content h2, #contentalt h2 {
        font-size: 1.6em;
        margin-bottom: 10px;
    }

#content .containerScrollAuto {
    overflow: auto;
    max-height: 1280px;
    text-align: right;
}

#content .message {
    margin: 5px 0px;
    padding: 4px 4px 4px 22px;
    border: 1px solid #999;
    background-color: #E9E9E9;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: bold;
}

#content .messageInformation {
    background-image: url(../img/information.png);
}

#content .messageWarning {
    background-image: url(../img/warning.png);
}

#content .messageError {
    background-image: url(../img/error.png);
}

.RoundCornersAll {
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.RoundCornersTop {
    webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.RoundCornersBottom {
    webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.divGroupPanel {
    border: 1px solid #8B8B8B;
}

    .divGroupPanel .divGroupPanelHeader {
        margin: 0;
        padding: 4px 5px;
        border: none;
        border-bottom: 1px solid #C6C6C6;
        background-color: #DEDEDE;
    }

    .divGroupPanel .divGroupPanelContent {
        margin: 0;
        padding: 5px;
        background-color: #F7F7F7;
    }
/***
#content img,#contentalt img {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}
****/
/*** Footer ***/


/*** Various classes ***/

.thumbnail {
    background: #fafbfc;
    border: 1px solid #b0b0b0;
    margin: 0 0 10px 10px;
    padding: 5px;
}

.searchform {
    margin: 0;
}

.searchbox {
    background: #ffffff;
    border: 1px solid #b0b0b0;
    margin: 0 10px 0 20px;
    width: 150px;
}

.searchbutton {
    background: #f0f0f0;
    border: 1px solid #b0b0b0;
}

.clearingdiv {
    clear: both;
    height: 10px;
    width: 1px;
}

.hide {
    display: none;
}

/*** Text format ***/

.intro {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: -1px;
}

.small {
    font-size: 0.8em;
}

.large {
    font-size: 1.4em;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.touppercase .dxeEditAreaSys {
    text-transform: uppercase;
}  
/*** End of file ***/
