/*
 * Copyright (c) 2019, ISG2Tech
 * UNPUBLISHED PROPRIETARY SOURCE CODE
 */

/* hacks for ie */
.out {
    _height: 100%;
    width: expression((documentElement.offsetWidth || document.body.offsetWidth) < 996 ? "996px" : "100%")
}

/*.topMenu {
// width: 230px
} */

.pageLayout {
// padding-top: 0
}

.narrowPopup {
    width: 350px !important;
}

.middlePopup {
    width: 600px !important;
}

.widePopup {
    width: 750px !important;
}
.inpTxtState,
.inpTxtCountry {
//  margin: 0;
}