
/* // background:url(../img/ajax-loaders/ajax-loader-6.gif);*/
/*Loader ajax*/
#loaderAjax6{
  position:absolute;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  background-image:url(../img/ajax-loaders/ajax-loader-6.gif);
  background-repeat:no-repeat;
  background-position:center;
  z-index:10000000;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

#spinner {
	position: absolute;
	top: 35%;
	left: 35%;
        z-index:1;
	text-indent: 250px;
	white-space: nowrap;	
}

body:after {
    content: "";
    display: none;
    position: fixed; /* could also be absolute */ 
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
	background-color: #333333; 
	opacity : 0.2;
}

.overlay_popup {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;   
    border-radius: 5px;
    text-align: center;
    z-index: 11;	
}

body.popup-open:after, .popup-open {
  display: block;
  overflow: hidden; /*prevents bg content from scrolling when popup shown*/  
}

 .form-control-short{
  display: block;
  width: 70%;
  height: 28px;
  padding: 6px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


body:after {
    content: "";
    display: none;
    position: fixed; /* could also be absolute */ 
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
	background-color: #333333; 
	opacity : 0.2;
}

body.popup-open:after, .popup-open {
  display: block;
  overflow: hidden; /*prevents bg content from scrolling when popup shown*/  
}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }

th.center {
    text-align: center;
  }

td.center {
     text-align: center;
  }

.ui-button2 {
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-dialog .ui-dialog-title-mod {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 97%;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.popup-open:after, .popup-open { 
    display: block; 
    overflow: hidden; /*prevents bg content from scrolling when popup shown*/ 
}
