/*normal CSS for any width */
#card-view .divTableCell{
    display:inline-block;
    min-width:170px;
    padding:5px;
    border-color: #138C13;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    margin: 1px;
    font-weight: normal;
}
.bus_adr, .hom_adr, .oth_adr {
    display: inline-block;
    width: 30%;
    min-width: 354px;
}
.resp-form label,
#account-form label {
    width:130px !important;
    display:inline-block !important;
    text-align: right !important;
}
 
.divGroup {
    display: inline-block;
    float: left !important;
    min-width: 320px;
}
.divTableRow, .divTable    {clear: both;}

.divGroup.divGroupCompact .divSection{
    float: left;
    display: inline-block;
}


.divGroup.divGroupCompact .divSection label{
    width: 100px !important;
    line-height: 1em;    
}

#options-table .divSection {
     clear: none;
    display: inline-block;
}
.formgrid, .detailedViewTable {
    max-width: none;
    width: 100%;
    min-width: 300px;
}
@media only screen and (max-device-width: 800px), only screen and (max-width: 800px) {

#main-content #content #right, #userinfopanel {
    display:none;
}
#page {width:100%;}
#header, #logo img {width:100%;}

#header{ height: 60px; }

#content h1 {
    font-size: 20px;
    text-align: left;
}
#content {
    padding: 5px 2px;
}
#left {
    width: 100% !important;
    text-align: center;
    float: none;
}

#mainmenu {
    padding-left: 0%; 
    background-color: unset;
    width: 100%;
    position: absolute;
    z-index: 99999;
    margin-top: 24px;
}

#mainmenu ul {
    width: 100%;
}

#mainmenu ul li{
    background-color: #11405c !important;
}

#mainmenu ul li a{
    background-color: var(--blueshade);
    color: #eee;
}

#mainmenu ul li li a {
    color: #555 !important;
    width: 100%;
}

#mainmenu ul li ul{
    border-top: 0;
}

#mainmenu ul > li > ul > li {
    padding-left: 0;
}

#mainmenu ul li ul li ul {
    margin-left: 0;
    margin-top: 0;
}

.collapse {
    background-color: var(--blueshade);
}

.delete img {display:none;}

.contactactions_sales {width:50px !important;}
.accountactions_sales {width:50px !important;}
#account-grid_c0 {width:50px !important;}

.divGroupRight {
    padding-left:0px;
    padding-top:20px;
}

/*#account_crop {width:90%;}
.tankassembly td {width:50px !important;}*/

}


@media  only screen and (min-width: 800px) {

    .divGroupRight {padding-left:10px;padding-top:0px;}

}