﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Ajax Loading style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#loading_div {  
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    //background: rgba(51,51,51,0.7); /*grey*/
	background: rgba(255,255,255,0.7);
    z-index: 10000;    
}

.loading { 
    /*border:1px solid #ddd; 
    padding:20px; 
    margin:40px 5px; 
    width:80px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;         
}

.loadingText { 
    /*border:1px solid #ddd; 
    padding:20px; 
    margin:40px 5px; 
    width:80px;*/
    position: absolute;
    left: 10%;
    top: 50%;
    margin-left: -180px; /* -1 * image width / 2 */
    margin-top: 20px;  /* -1 * image height / 2 */
    display: block;         	
	width:400px;
}

.network-offline {
  color:#FFBF00;
  font-weight: 300;
}

.stickyheader {
  position: sticky;
  top: 0;
  padding: 10px 16px;
  background: #C0C0C0;
  color: #FFFFFF;
}







/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	dropdown style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.custom-select {
  
  height: 50px;
  line-height: 50px;
  font-size:15px;
  -webkit-appearance: menulist-button;  
  -moz-appearance:none;
}

