/*
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:30%;
    width: 40%;
    height:50%;
    background-color: white;
    display:none;
    border: 1px solid #E0E0E0;
    overflow:auto;
    z-index:5007;
    padding:15px;
}
.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:15%;
    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;
}
.ajaxboxmd{
    display:none;
    position:absolute;
    top:0;
    left:0;
    height:200px;
    width:80%;
    background-color:white;
    overflow-y:auto;
    overflow-x:hidden;
	border:1px solid grey;
    box-shadow: 0px 0px 2px 2px lightgrey;
	z-index:2;
}
/******************************************************************************/
.result_row{
    padding:5px;
    border-bottom:1px solid #E8EAF6;
}
.result_row:hover{
    cursor:pointer;
}
.result_row .result_row_inner_title{
    font-size:1em;
}
.result_row .result_row_inner_subtitle{
    font-size:0.8em;
    color:#696969;
}