body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.app
{
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    margin: 0 auto;
    padding: 5px 0 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

::-webkit-scrollbar {
    display: block;
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #CFD8DC;
}

::-webkit-scrollbar-thumb {
    background-color: #90A4AE;
    border-radius: 6px;
}

.divContainer{
    width: 100%;
    height: 100%;
}

.divSubContainer{
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.login-container{
    position: absolute;
    width: 600px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color:white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.background-lightgray{
    background-color: #e9e6e5;
}

.span-bold-1-5-em{
    font-weight: bold;
    font-size: 1.5em;
}

.spanBlackNormalItalicSmall{
    color: #1a1a1a;
    font-style: italic;
    font-size: 0.9em;
}

.padding-10px{
    padding: 10px;
}

.padding-bottom-65px-force{
    padding-bottom: 65px !important;
}

.padding-bottom-76px-force{
    padding-bottom: 76px !important;
}

.padding-right-10px{
    padding-right: 10px;
}

.inputClass{
    float: left;
    width: 100%;
    border: 1px solid #818181 !important;
    border-radius: 5px !important;
    font-size: 1.2em;
    padding: 5px !important;
    color: black !important;
}

.textAreaClass{
    resize: none;
    width: 100%;
    height: 100px;
    border: 1px solid #818181;
    border-radius: 10px;
    font-size: 1.2em;
    padding: 8px;
}

.margin-auto{
    margin: auto;
}

.margin-zero{
    margin: 0px !important;
}

.margin-bottom-15px{
    margin-bottom: 15px;
}

.login-button-cls{
    width: 100%;
    background-color: #7b9ae3;
    color: white !important;
}

.height-60px{
    height: 60px;
}

.height-60px-force{
    height: 60px !important;
}

.border-solid{
    border: 1px solid gray;
}

i.icon.icon-mic{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../img/icon/icon_mic.svg");
    mask-image: url("../img/icon/icon_mic.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-power-onoff{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../img/icon/icon_power_onoff.svg");
    mask-image: url("../img/icon/icon_power_onoff.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-0-6x{
    width: 0.6em !Important;
    height: 0.6em !Important;
}

i.icon.icon-0-7x{
    width: 0.7em !Important;
    height: 0.7em !Important;
}

i.icon.icon-0-8x{
    width: 0.8em !Important;
    height: 0.8em !Important;
}

i.icon.icon-1x{
    width: 1em !Important;
    height: 1em !Important;
}

i.icon.icon-1-2x{
    width: 1.2em !Important;
    height: 1.2em !Important;
}

i.icon.icon-1-5x{
    width: 1.5em !Important;
    height: 1.5em !Important;
}

i.icon.icon-1-8x{
    width: 1.8em !Important;
    height: 1.8em !Important;
}

i.icon.icon-2x{
    width: 2em !Important;
    height: 2em !Important;
}

i.icon.icon-2-2x{
    width: 2.2em !Important;
    height: 2.2em !Important;
}

i.icon.icon-2-5x{
    width: 2.5em !Important;
    height: 2.5em !Important;
}

i.icon.icon-3x{
    width: 3em !Important;
    height: 3em !Important;
}

i.icon.bg-white{
    background-color: white;
}

i.icon.bg-darkgreen{
    background-color: darkgreen;
}

i.icon.bg-red{
    background-color: red;
}

.line-height-76px{
    line-height: 76px;
}
