/* 
    Document   : popup
    Created on : 11-Sep-2013, 19:31:20
    Author     : bogosi.gabonnwe
    Description:
        Purpose of the stylesheet follows.
*/

.rackContainer{
    display: block;
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow-y: auto;
}

.rackPopupBox{
    display: block;
    position: absolute;
    top: 10px;
    left: auto;
    z-index: 500;
    margin: 10px auto auto 250px;
    width: 600px;
    background: #F5E3B3;
    color: #000;
    border: 1px solid black;
    padding: 2px;
}

.sRackPopupBox{
    display: block;
    position: absolute;
    z-index: 500;
    left: 0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    top: 60px;
    width: 450px;
    background: #F5E3B3;
    color: #000;
    border: 1px solid #909090;
    padding: 2px;
}

.hkChangePopupBox{
    display: block;
    position: absolute;
    top: 10px;
    left: auto;
    z-index: 500;
    margin: 10px auto auto 250px;
    width: 200px;
    background: #F5E3B3;
    color: #000;
    border: 1px solid black;
    padding: 2px;
}

.rightPopup{
    position: relative;
    float: right;
    width: 50%;    
}

.leftPopup{
    position: relative;
    float: left;
    width: 50%;
}

.bottomPopup{
    display: block;
    position: relative;
    float: right;
    width: 100%;
}

.topPopup{
    position: relative;
    float: top;
    width: 100%;
}

.popupOuterTable{
    padding: 1px;
}

.actions{
    float: right;
}

.tabPanel{
    border: 1px solid red;
}

.popupReserveStatus{
    float:right; 
    border: 1px solid #999999;
    width: 100px;
    color: grey;
    text-align: center;
    background: lightyellow;
}

.popupOverlay{
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: grey;
        z-index: 2050;
        opacity: 0.3;
}

.popup {
        display: block;
        position: relative;
        z-index: 2060;
        top: 0px;
        left: 0px;
        margin: 0px 0px 2px 0px;
        width: 100%;
        
        color: #000;
}

.popupContainer {
    width: 100%;
    position: absolute;
    top: 120px;
    background: red;
    z-index: 2055;
}

.popShadow {
        display: none;
        position: relative;
        background-color: #FFF;
        top: 120px;
        z-index: 2055;
        margin: auto auto auto auto;
        color: #000;
        box-shadow: 5px 5px 10px rgba(0,0,0,.7);
}

.message{
    display: none;
    position: fixed;
    top: 3px;
    z-index: 3000;
    width: calc(100% - 4px);
    margin-left: auto;
    margin-right: auto;
}

.tinyPopup {
    width: 300px;
}

.smallPopup {
    width: 450px;
}

.midPopup {
    width: 600px;
}

.bigPopup {
    width: 700px;
}

.hugePopup {
    width: 980px;
}

.popup table tr.title {
        width:100%;
        height:30px;
        
}
        
.popup table tr.title td.icon {
        background: #F3DCB0;
        border: 1px solid #BBBBBB;
        width:25px;
}

.popup table tr.title td.words {
        background: #F3DCB0;
        border: 1px solid #BBBBBB;
        color: #555;
        font: bold 1em Tahoma, Arial, Sans-Serif;
}

.popup table tr td.body{
        background: #F3EFE7;
}

.warning {
    font-size: 1.3em;
    text-align: center;
    padding: 10px 5px 10px 5px;
}

