.sr-modal-window .modal-dialog{
	width: 1000px;
}

.sr-modal-window-rec .modal-dialog{
	max-width: 375px;
	margin: 10px auto;
}

.row-eq-height {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
}
.pp-content-center {
 	margin: 0 auto;
  	max-width: 1050px;
}
.pp-fieldset-auto-width {
    display: inline-block !important;
    margin: 0 0 1% 2%;
   	float: left; 
}
.pp-float-right {
	float: right !important;
}
.pp-formwell {
   	position: relative;
   	overflow: hidden;
}

.pp-fieldset-left {
    width: 32%;
}

.pp-fieldset-center {
    width: 37%;
}

.pp-fieldset-right {
    width: 25%;
}

.pp-fieldset-panel {
    width: 64%;
}

.pp-input-sm-80 {
    width:80px;
    height: 30px;
   	padding: 5px 10px;
}

.pp-input-md-120 {
    width:120px;
    height: 30px;
   	padding: 5px 10px;
}

.pp-input-md-160 {
    width:160px;
    height: 30px;
   	padding: 5px 10px;
}

.pp-select-lg-500 {
    width:500px;
    float:left;
    height: 30px;
}

.pp-button-sm-80 {
    width:80px;
    float:right;
    height: 30px;
}

.pp-col-md-4{
}

.pp-col-add-extra{
	height: 40px;
}

.pp-col-add{
	height: 40px;
}

.pp-row-height {
    height: 40px;
} 
.pp-radio:after{
	content: '\A';
	white-space: pre-line;
}
.pp-legend label{
	padding-left: 5px;
	padding-right: 5px;
}
.pp-label {
	width:160px;
}
@media only screen and (max-width:500px) {

	.sr-modal-window .modal-dialog{
		width: 90%;
	}
	
	.sr-modal-window-rec .modal-dialog{
		width: 95%;
		margin: 10px auto;
	}
	
	.pp-content-center {
	 	margin: 0 auto;
	  	max-width: 350px;
	}
	.row-eq-height {
	  display: block;
	}
	.pp-float-right {
		float: none !important;
	}
	.pp-fieldset-left {
	    width: 90%;
	}
	
	.pp-fieldset-center {
	    width: 90%;
	}
	
	.pp-fieldset-right {
	    width: 90%;
	}
	
	.pp-fieldset-panel {
	    width: 90%;
	}
	.pp-row-height {
	    height: 100%;
	} 
	.pp-col-height{
		height: 40px;
	}
	.pp-col-add-extra{
		height: 80px;
	}
	.pp-radio:after{
		content: '';
		white-space: pre-line;
	} 
	.pp-input-sm-80 {
    	width:100% ;
	}
	.pp-width-half {
    	width:50% !important;
	}
	.pp-input-md-120 {
    	width:120px;
	}
	.pp-input-md-160 {
    	width:100%;
	}
	.pp-button-sm-80 {
    	width:80px;
	}
	.pp-button-remove{
/* 		float:right; */
	}
	
	.pp-select-lg-500{
    	width:160px;
	}
	.pp-col-height{
		height: 40px;
	}
	
 }
 @media only screen and (min-width:500px) and (max-width:1199px) {
 
	.sr-modal-window .modal-dialog{
		width: 90%;
	}
	
	.sr-modal-window-rec .modal-dialog{
		margin: 10px auto;
	}
 
	.pp-content-center {
	 	margin: 0 auto;
	  	max-width: 800px;
	}
	.pp-float-right {
		float: none !important;
	}
	.pp-width-half {
    	width:50% !important;
	}
	.pp-input-sm-80 {
    	width:100%;
	}
	.pp-input-md-120 {
    	width:100%;
	}
	.pp-input-md-160 {
    	width:100%;
	}
	.pp-button-sm-80 {
    	width:100%;
    	max-width: 80px;
	}
	.pp-select-lg-500{
    	width:100%;
	}
	.pp-col-add-extra{
		height: 80px;
	}
	.pp-col-height{
		height: 40px;
	}
	
	.pp-fieldset-left {
	    width: 30%;
	}
	
	.pp-fieldset-center {
	    width: 40%;
	}
	
	.pp-fieldset-right {
	    width: 20%;
	}
	
	.pp-fieldset-panel {
	    width: 62%;
	}
	
 }
