﻿body {
    width: 812px;
}
html, body {
    height: 98% !important;
    /* background-color: transparent !important; */
}

.auto-style1 {
    width: 91%;
}

.auto-style2 {
    width: 195px;
}

.MasterButton {
}

.auto-style3 {
    width: 113px;
}

.auto-style4 {
    width: 105px;
}

.div-style {
    VISIBILITY: hidden;
    POSITION: absolute;
}

.align-right {
    text-align: right;
}
.container{
    width:100%;
}
.input-with-icon {
    position: relative;
}
.img-style {
    visibility: hidden;
    margin-left:25px;
}
.parent-container {
    overflow: visible !important; /* removes parent scroll */
}

.child-container {
    overflow-x: auto; /* only horizontal scroll */
    overflow-y: hidden; /* remove vertical scroll */
    white-space: nowrap; /* prevents wrapping */
}
