/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 29, 2016, 5:51:26 AM
    Author     : Petrus Hanafi
*/

.mymask{
    position:fixed;
    z-index:5001;
    top:0px;
    left:0px;
    background-color: black;
    display:none;
    opacity:0.8;
    width: 100%;
    height:100%;
}

.mywindow{
    position:fixed;
    left:1%;
    width: 98%;
    height:96%;
    top:0%;
    background-color:white;
    display:none;
    border: none;
    overflow:auto;
    z-index:5002;
    padding:5px 5px 5px 5px;
    overflow-x:hidden;
}
.mylightboxmask{
    position:fixed;
    z-index:5005;
    top:0px;
    left:0px;
    background-color: black;
    display:none;
    opacity:0.8;
    width: 100%;
    height:100%;
}
.lightbox{
    position:fixed;
    top:0;
    left:5%;
    width: 90%;
    height:100%;
    background-color: white;
    display:none;
    border: 1px solid #E0E0E0;
    overflow:auto;
    z-index:5006;
    padding:5px;
}
.lightbox_xs{
    position:fixed;
    top:25%;
    left:35%;
    width: 30%;
    height:50%;
    background-color: white;
    display:none;
    border: 1px solid #E0E0E0;
    overflow:auto;
    z-index:5007;
    padding:15px;
    border-radius:5px;
}
.lightbox_darkroom{
    position:absolute;
    top:0;
    margin:auto;
    width: 500px;
    height:100%;
    background-color: black;
    display:none;
    overflow:none;
    z-index:5006;
    padding:5px;
}
.buttonDiv{
    left:1%;
    background-color:white;
    width:97%;
    height:7%;
    font-size:2em;
    vertical-align:middle;
    padding:0.1em;
    border-bottom:0.1em solid #264A6D;
}
.buttonlabel{
    color:black;
}
.buttonlabel:hover{
    cursor:pointer;
    color: #486C8F;
}
.buttonlabel1{
    color:black;
    font-size:1.5em;
}
.buttonlabel1:hover{
    cursor:pointer;
    color: #486C8F;
}
.preloaderdiv{
    position:absolute;
    z-index:5007;
    top:0%;
    left:0%;
    background-color: white;
    display:none;
    opacity:0.8;
    width: 100%;
    height:100%;
}
.buttonDiv_noscale{
    top:0;
    left:0;
    background-color:white;
    width:100%;
    height:2.0em;
    font-size:1.9em;
    vertical-align:middle;
    padding:0.2em;
    border-bottom:0.2em solid #264A6D;
}
/******************************************************************************/
.ajaxbox{
    background-color:white;
    border: 1px solid steelblue;
    position:absolute;
    width:50%;
    display:none;
    min-height:100px;
    max-height:25%;
    overflow:auto;
    z-index:5002;
}
.myalert{
    font-size:1em!important;
    margin:2px !important;
    padding:8px !important;
    border-radius:0px !important;
}
.lblwarning{
    color:red;
    font-style:italic;
    font-weight:normal;
}
.posreceipt{
        width:100%;
        height:100vh;
        display:none;
        position:absolute;
        top:0;
        left:0;
        overflow-x:hidden;
        overflow-y:scroll;
        padding-left:12px;
        padding-right:12px;
        
        background-color:#F5F5F5;
        z-index:5002;
        
    }
.posreceipt_small{
        width:100%;
        height:100vh;
        display:none;
        position:absolute;
        top:0;
        left:0;
        overflow-x:hidden;
        overflow-y:scroll;
        padding-left:12px;
        padding-right:12px;
        background-color:white;
        z-index:5002;
        
    }
.posreceipt_medium{
        width:100%;
        height:100vh;
        display:none;
        position:absolute;
        top:0;
        left:0;
        overflow-x:hidden;
        overflow-y:scroll;
        padding-left:12px;
        padding-right:12px;
        background-color:white;
        z-index:5002;
        
    }
.col-header{
    font-weight:bold;
}
@media (min-width:768px){
    .posreceipt{
        width:80%;
        left:10%;
    }
    .posreceipt_small{
        width:38%;
        left:31%;
    }
    .posreceipt_medium{
        width:58%;
        left:21%;
    }
    .col-header{
        font-weight:bold;
    }
}

.hover_row:hover{
    font-weight:bold;
    background-color: #E0E0E0;
}
.warning_row{
    background-color:#FCC;
    border:1px solid red;
}
.green_row{
    background-color: #ccffcc;
    border:1px solid green;
}
.mega_error{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#CE3426;
	z-index:99999;
	padding:100px;
	color:white;
	display:none;
}
.schedule_add_button{
  width:100%;
  height:20px;
  border:1px solid grey;
  border-radius:2px;
  text-align:center;
  padding:10px 0;
}