﻿
.mouseover{
background-color:#cb7f07 !important;
color: #fff;
}
.mouseout{
background-color:#fff;
}
.LightGreen{
background-color:LightGreen;
color:#000;
}
.Salmon{
background-color:Salmon;
color: #000;
}
.jsalertok{
    border-color: #66afe9 !important;
	border-right:0 !important;
    outline: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}
.jsalertnone{
    border: 2px solid #c0392b !important;
    border-top-width:0 !important;
    border-left-width:0 !important; 
    box-shadow: none !important;
}

.jsalertok2{
    border-color: #66afe9 !important;
	border-right:0 !important ;
    border-top:0 !important;
    outline: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}
.jsalertnone2{
    border: 2px solid #c0392b !important;
    box-shadow: none !important;
}
.jsalertnone3{
    border: none !important;
    box-shadow: none !important;
}



  .loading {        
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 20%;
  right: 0; 
 }

      


 /*alert css*/
        
 #modalContainer {
    background-color:rgba(0, 0, 0, 0.3);
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:10000;
   
}

#alertBox {
    position:relative;
    width:300px; 
    margin-top:100px;
    border:1px solid #666;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:20px 30px;
    box-shadow: 10px 10px 40px #66afe9;

             width: 600px; /* Full width */
             height:200px; /* Full height */
}

#modalContainer > #alertBox {
    position:fixed;
}

#alertBox h1 {
    margin:0;
    background-color:red ;
    color:#fff;
    border-bottom:1px solid #000;
    padding:5px 10px 5px 10px;
    height:30px; 
      text-align:right;
       font-size:21px;
       font-family:arial;
       font-weight:bold;
}

#alertBox p {
    padding-top:40px;
    height:40px;
    text-align:center;
    font-size:25px;
    font-family:arial;
    color: #000;
}

#alertBox #closeBtn {
    display:block;
    position:relative;
    top:60px ;  
    right: 40%;
    border:0 none;   
    width:120px;
    height:35px;   
    text-align:center;
    color:#FFF;
    background-color:#eb8810; 
    text-decoration:none;
    font-size:22px;
    font-family:arial;
    font-weight:bold;
    padding-top:3px;
    border-radius: 15px;

}
 
       




 /*confirm box css*/

#dialogoverlay{
	display: none;
	opacity: .8;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
    background-color:rgba(0, 0, 0, 0.3);
}
#dialogbox{
	display: none;
	position: fixed;
    box-shadow: 10px 10px 40px #66afe9;
	width:550px;
	z-index: 9999;
    height: 200px;  
    background-color:#fff; 

}
#dialogbox > div{ background:#FFF; }
#dialogbox > div > #dialogboxhead{ 

    
    margin:0;
    background-color:red ;
    color:#fff;
    border-bottom:1px solid #000;
    padding:5px 10px 5px 10px;
    height:40px; 

       font-size:21px;
       font-family:arial;
       font-weight:bold; 
       text-align:right;
    
}

#dialogbox > div > #dialogboxbody{
    
      background-color:white  ;

      padding:20px 10px 20px 10px;
      direction:rtl;
      text-align:center;
      font-size:25px;
      font-family:arial;
      color:#000;


}


#dialogbox > div > #dialogboxfoot{ background-color:white  ;  }


.dialogboxbtn  {    
    position:relative;    
    display: inline-block; 
    margin: 10px auto  ;
    border:0 none;
    width:100px !important;
    height:35px !important;  
    text-align:center;
    color:#FFF !important;
    background-color:#eb8810;
    border-radius: 5px;
    text-decoration:none;
    font-size:22px;
    font-family:arial;
    font-weight:bold;
    padding:5px 0 ;
    margin: 1rem 7rem 1rem 0rem;
}


.dialogboxbtn:hover{
    	cursor: pointer;
}



@media (max-width:612px) {

    #alertBox {
        height: 140px;
        width: 310px;
    }
   #alertBox p {
     padding-top: 15px;
     font-size: 20px;
  }

  #alertBox #closeBtn {  
     top: 5px;
     left: 34%;
     width: 100px;
  }

  #alertBox #closeBtn { 
    padding-top:1px;  
 }

 #alertBox h1 {
  font-size: 18px;
 }






}


