﻿.bgLoading {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99998;
    filter: alpha(opacity=50);
    opacity: .50;
    text-align: center;
    padding: 20px;
    font-family: Segoe UI;
    height: 1000px;
    display: none;
}

.bgLoadingSub {
    z-index: 99999;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    filter: alpha(opacity=80);
    opacity: .8;
    height: 1000px;
    padding-top:calc((100vh/2) - 130px);
    padding-left: calc((100vw/2) - 80px);
    display: none;
}

.bgSessionTimeOut {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    margin:0px;
    z-index: 99998;
    text-align: center;
    padding: 20px;
    font-family: Segoe UI;
    height: 1000px;
    display: none;
}

.bgSessionTimeOutSub {
    background-color:White;
    width:400px;
    height:250px;
    margin-top:calc((100vh/2) - 150px);
    margin-left: calc((100vw/2) - 200px);
    border-radius:10px
}

.bgShadowPopUp {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    filter: alpha(opacity=50);
    opacity: .50;
    text-align: center;
    padding: 20px;
    padding-top: 100px;
    color: Red;
    font-family: Segoe UI;
    display: none;
}

.bgShadowPopUpAlert {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999;
    filter: alpha(opacity=50);
    opacity: .50;
    text-align: center;
    padding: 20px;
    padding-top: 100px;
    color: Red;
    font-family: Segoe UI;
    display: none;
}

#alert-box {
    z-index: 99999;
    width: 500px;
    height: auto;
    border: 3px solid #063f44;
    outline:2px solid #a60a0a;
    border-radius:10px;
    position: absolute;
    display: none;
    background-color: White;
}

#alert-text {
    background-color: #111827;
    border-radius: 3px;
    color: White;
    margin: 3px;
    padding: 6px 10px;
    font-weight: bold;
}

#alert-message {
    padding: 10px;
}

#alert-btn {
    border-top: 1px solid #182e40;
    padding: 6px;
    text-align: right;
}

#confirm-box {
    z-index: 99999;
    width: 500px;
    height: auto;
    border: 3px solid #063f44;
    outline:2px solid #a60a0a;
    border-radius:10px;
    position: absolute;
    display: none;
    background-color: White;
}

#confirm-text {
    background-color: #111827;
    border-radius: 3px;
    color: White;
    margin: 3px;
    padding: 4px;
}

#confirm-message {
    padding: 10px;
}

#confirm-btn {
    border-top: 1px solid #182e40;
    padding: 6px;
    text-align: right;
}

.errorIcon-Style {
    font-size: 26px;
    cursor: pointer;
    padding-top: 4px;
}


.tooltip.left .tooltip-inner {
    background-color:#a84543;
}

.tooltip.left .tooltip-arrow {border-left: 5px solid #a84543 !important;}

.tooltip.top .tooltip-inner {
    background-color:#a84543;
}

.tooltip.top .tooltip-arrow {
      border-top-color: #a84543;
}
.tooltip.top .tooltip-arrow {border-top: 5px solid #a84543 !important;}

.ui-widget-header {
    background-color:#009aa6;
}
.ui-dialog .ui-dialog-titlebar-close {
    height:24px;
    margin:-12px 0 0 0;
    width:23px;
}
.divAddBtn 
{
    text-align: center;
    z-index: 97;
    display: block;
    margin-top: 3px;
    position: absolute;
    font-weight: bolder;
    font-size: 16px;
}
.checkBoxTextStyle {
    font-weight: bold;
    padding-left: 7px;
}

.text-white {
    color: white;
}

.errorIcon-Style {
    font-size: 26px;
    cursor: pointer;
    padding-top: 4px;
}

.disableSelection{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
}
