/*added by bon for green button */

.pp-button-wborder {
	/*background: none repeat scroll 0% 0% #21BE5C;*/
	background: none repeat scroll 0% 0% #d7df23;
    border: 1px solid #FFF;
	/*color: #FFF;*/
	color: #0c4221;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	outline: 1px solid #2FCD6A;
	padding: 5px 10px;
	border-radius: 5px;
	text-transform: uppercase;
}

.pp-button-woborder {
	/*background: none repeat scroll 0% 0% #21BE5C;*/
	background: none repeat scroll 0% 0% #d7df23;
    border: 1px solid #FFF;
	/*color: #FFF;*/
	color: #0c4221;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 1px solid transparent; 	
}

.pp-fa-fa-button-woborder {
	/*background: none repeat scroll 0% 0% #21BE5C;*/
	background: none repeat scroll 0% 0% #d7df23;
    border: 1px solid #FFF;
	/*color: #FFF;*/
	color: #0c4221;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 1px solid transparent; 
	height: 30px;
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;	
}

.pp-fa-fa-button-woborder-big {
	
	/* background: none repeat scroll 0% 0% #21BE5C;
	border: 1px solid #FFF;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 1px solid transparent;	 */
	
}

.pp-fa-fa-atm-button-woborder {
	/*background: none repeat scroll 0% 0% #21BE5C;*/
	background: none repeat scroll 0% 0% #d7df23;
    border: 1px solid #FFF;
	/*color: #FFF;*/
	color: #0c4221;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 1px solid transparent; 
	height: 30px;
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;	
}

.fa-fa{
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.pp-fa-fa-box{
	height: 30px;
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.pp-detarea {
	padding: 1px 2px 1px 0px; /*top, right , bottom, left*/
	margin-bottom: 0px;
	x-overflow: none;
	display: block;
	overflow: hidden;	
	margin-right: 10px;
	z-index: -1;
	/* background-color: red; */
}

.pp-detarea-field-container{
	max-width: 500px;
	/* background-color: yellow; */
}

.pp-detarea-inquiry {
	padding: 0px 2px 2px 20px; /*top, right , bottom, left*/
	margin-bottom: 5px;
	x-overflow: none;
	display: block;
	overflow: hidden;
	height: 35px;	
	/* margin-right: 10px; */
	/* z-index: -1; */
	/* background-color: pink; */
}

.pp-detarea-inquiry checkbox{
	float: left; margin-top: 5px;height: 50px; width: 50px;
}


.pp-detarea-inquiry select{
	height: 30px;
	/* width: 65%; */
}

.pp-detarea-inquiry input[type=radio]{
	height: 15px;
	width: 15px;
	margin-top: 5px;
	padding-left: 10px;
	/* width: 65%; */
}

.pp-detarea-atm {
	width: 400px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	x-overflow: none;
	display: block;
	overflow: auto;	
	/* background-color: pink; */
}

.narrow {
  /* padding-left: 5px; */
  float: left;
  min-width: 200px;
  /* background: lightblue; */
}
.wide {
  float: left;
  clear: left;
  min-width: calc(100% - 200px);
  /* background: lightgreen; */
  
}

.pp-atm-detarea-field-container{
	width: 400px;
	/* background-color: yellow; */
}

.atm-narrow {
  /* padding-left: 5px; */
  display: inline-block;
  float: left;
  width: 200px;
  /* background: lightblue; */
}
.atm-wide {
  float: left;
  clear: left;
  min-width: calc(100% - 200px);
  /* background: lightgreen; */
  
}

.atm-narrow-blurb {
  /* padding-left: 5px; */
  display: inline-block;
  float: left;
  width: 200px;
  /* background: pink; */
}

.atm-blurb{
	max-width: 50%; 
	margin-left:40px; 
	float: left;
	/* background: lightgreen; */
}

.atm-blurb-text{
	margin-top: 10px;
}

.atm-main-button-box{
	width: 30%; 
	display: inline-box;
	float: left;
	margin-left: 40px;
	/* background: lightblue; */

}

@media screen and (max-width: 460px){
	.atm-blurb {
	  /* padding-left: 5px; */
	  padding-top: 10px;
	  float: left;
	  min-width: 100%;
	  margin-left: 5px;
	  /* background: pink; */
	}
	
	.atm-blurb-text{
		min-width:100%;
		margin-top: 10px;
	}	
}

@media screen and (max-width: 400px){
	.pp-atm-detarea-field-container{
		width: 100%;
		/* background-color: yellow; */
	}
	
	.atm-narrow {
	  /* padding-left: 5px; */
	  float: left;
	  min-width: 100%;
	  padding-top: 10px;
	  /* background: lightgreen; */
	}
	.atm-wide {
	  float: left;
	  clear: left;
	  min-width: 100%;
	  padding-top: 10px;
	  /* font-weight: bold; */
	  /* background: gray;	 */  
	}	
	
	.pp-fa-fa-atm-button-woborder {
	/*background: none repeat scroll 0% 0% #21BE5C;*/
	background: none repeat scroll 0% 0% #d7df23;
    border: 1px solid #FFF;
	/*color: #FFF;*/
	color: #0c4221;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 1px solid transparent; 
	height: 30px;
	width: 100%;
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;	
	}	
}

@media screen and (max-width: 350px){
	.atm-main-button-box{
		width: 100%;
		margin-top: 15px;
		margin-left: 5px;
	}	
	
	.pp-fa-fa-button-woborder {
		/*background: none repeat scroll 0% 0% #21BE5C;*/
		background: none repeat scroll 0% 0% #d7df23;
		border: 1px solid #FFF;
		/*color: #FFF;*/
		color: #0c4221;
		display: inline-block;
		font-size: 12px;
		margin-bottom: 5px;
		margin-top: 5px;
		padding-left: 1px;
		margin-left: 1px;
		border-radius: 5px;
		padding: 5px 10px;
		text-transform: uppercase;
		border: 1px solid transparent; 
		width: 98%;
		height: 30px;
		font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;	
	}
}

.bo-narrow {
  /* padding-left: 5px; */
  float: left;
  min-width: 250px;
  /* background: lightblue; */
}
.bo-wide {
  float: left;
  clear: left;
  min-width: calc(100% - 250px);
  /* background: lightgreen; */
  padding-top: 5px;
  
}

.narrow-1 {
  float: right;
  min-width: calc(100% - 80px);
  /* background: lightblue; */
}
.wide-1 {
  float: left;
  min-width: 80px;
  /* background: lightgreen; */
}





.inq-stat-container{
	display: inline-block;
	border-radius: 5px 5px 5px 5px; /* top-left top-right bottom-right bottom-left*/
    border: 2px solid #21BE5C;
    height: 30px; 
    margin-bottom: 10px;   
    margin-right: 10px;
}

.inq-stat-container-label{
	display: inline-block;
	font-size: 12px;
    border-radius: 1px 0px 0px 1px; /* top-left top-right bottom-right bottom-left*/
    padding: 5px 10px;
    /* border: 1px solid #21BE5C; */
    height: 100%;
    background-color: #21BE5C;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #fff;
    font-weight: bold;
}

.inq-stat-container-stat{
	display: inline-block;
	font-size: 12px;
    padding: 0px 5px;
    height: 30px;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #21BE5C;
    font-weight: bold;
}


.bo-h2 {
 	font-family:'Lato',arial;
	font-size:18px;
	font-weight: bold;
	color:#555;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: right;	
}

.bo-h3 {
 	font-family:'Lato',arial;
	font-size:15px;
	font-weight: bold;
	color:#555;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: right;	
}

.bo-h3-green {
 	font-family:'Lato',arial;
	font-size:15px;
	font-weight: bold;
	color:#0fa02e;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: right;	
}

.narrow-1 {
  float: right;
  min-width: calc(100% - 80px);
  /* background: lightblue; */
}
.wide-1 {
  float: left;
  min-width: 80px;
  /* background: lightgreen; */
}

.atm-form {
	width: 150px;
	margin-top: 10px;
	padding: 0px 5px 5px 10px;
	margin-bottom: 30px;
	border: 1px solid #08AE4A;
	border-radius: 5px;
	/* background-color: yellow; */	
	
}
.pp-atm-table{
	width: 90%;
	height: 80px;
	/* margin: 0 auto; */
	margin-top: 5px;
	margin-bottom: 5px;	
}

.smallbutton {
	height: 40px;
	width: 40px;
	font-family: 'Helvetica', serif;
	font-weight: 100;
	font-size: 13px;
	color: #fff;
	border: 1px solid #75A842; 
	background: #75A842;
	cursor: pointer;	
}

.pp-atm-table tr td {
    padding: 1px;
}

.narrow select{
	height: 30px;
	width: 75%;
}

.bo-narrow select{
	height: 30px;
	width: 65%;
}

.wide input[type=text] {
	height: 30px;
	width: 90%;
}

#tags li{ 
	width: 100px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.textwrap{
	float: left;
	margin-right: 5px;
}

.atm-pin-view {
	width: 120px;
	height: 25px;
	font-weight: 400;
	font-size: 13px;
	color: #000000;
	background: #fff;
	border: 1px solid #a1a1a1;
	border-radius: 2px;
	text-align: center;	
}


.sans-serif{
	font-family: 'Helvetica', serif;	
}

.white{
	color: #fff;
}

.bold{
	font-weight: 600;
}

.small-box {
    box-shadow: 0 1px 1px rgba(0,0,0,.1);  
}

.bg-yellow {
    background-color: #f39c12!important;
}

.bg-aqua{
	background-color: #00c0ef!important;
}

.bg-red{
	background-color: #dd4b39!important;
}

.bg-green{
	background-color: #00a65a!important;
}

.bg-purple{
	background-color: #605ca8!important;
}

.bg-olive{
	background-color: #3d9970!important;
}

.bg-orange{
	background-color: #ff851b!important;
}

.bg-blue{
	background-color: #0073b7!important;
}

.small-box>.inner {
    padding: 10px;
    font-weight: 400;
    color: #fff;
    float: left;
    margin-right: 30px;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: -1;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 70px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,.1);
    text-decoration: none;
}

/*change table background color here */

table tr th, table tr th a, table tr th a:hover {
    color: #FFF;
    font-weight: bold;
}
table tr th {
    background: rgb(33, 190, 92); 
    border: none;
    border-bottom: 3px solid #ccc;
}
tr td, tr th {
    padding: 7px 7px;
    text-align: left;
    height: 30px;
}
th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}
* {
    font-family: 'Lato',arial;
    font-size: 13px;
    color: #555;
    box-sizing: border-box;
}
user agent stylesheet
th {
    font-weight: bold;
}
user agent stylesheet
td, th {
    display: table-cell;
    vertical-align: inherit;
}  

.wide select{
	height: 30px;
}

.green-font{
	color: #0fa02e;
}

.dash-stats-container{
	background-container: yellow;
	width: 100%;
	margin: 0 auto;
}

.dash-stat-box{
	/* border:1px solid #4679BD; */
	display: inline-block;
	/* background-color: lightgray;; */
	border-radius: 3px;
	min-width: 15%;
	height: 80px;
	padding-top: 10px;
	padding-left: 5px;
	margin-left: 2px;
	padding-bottom: 15px;
	margin-right: 2px;
	margin-bottom: 10px;
	float: left;	
	/* border:1px solid lightgray;	 */
}

.dash-stat-box-icon-container{
	width: 40px;
	height: 80px;
	position: relative;
	float: left;
	padding-top: 10px;
	/* padding-left: 10px; */
	/* border:1px solid green; */
	/* background-color: lightgreen; */
}

.dash-stat-box-field-container{
	/* border:1px solid red; */
	/* background-color: lightblue; */
	width: 105px;
	height: 80px;
	position: relative;
	float: right;
}

.dash-stat-box-round{
	width: 100%;
	height:0;
	padding-bottom: 100%;
    border-radius: 100%;
	border:2px  solid gray; 
    overflow:hidden;
    background: #fff;
    box-shadow: 0 0 3px gray;
}

.dash-stat-box-round-icon{
	width: 100%;
	height: 100%;
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 100%;
	padding-top: 7px;
	padding-left: 4px;
}


.dash-stat-box-field{
	/* background-color: pink; */
	text-align: left;
	width: 104px;
	position: relative;
	float: right;
	padding-left: 10px;
	
}

.bo-h2{
	color: #0fa02e;
}

.notification-area{
	min-width: 100%;
	background: #0fa02e;
	color: #fff;
	padding-left: 15px;
}



/*both narrow and wide will be at 100% width until screen width 350*/
@media screen and (max-width: 350px){
	.narrow {
	  /* padding-left: 5px; */
	  float: left;
	  min-width: 100%;
	  /* background: lightgreen; */
	}
	.wide {
	  float: left;
	  clear: left;
	  min-width: 100%;
	  font-weight: bold;
	  /* background: gray;	 */  
	}		
}

/*spinner*/
.spinner {
  margin: 5px auto;
  margin-left: 5px;
  width: 50px;
  height: 15px;
  text-align: center;
  font-size: 10px;
  z-index: -1;
}

.spinner > div {
  /*background-color: #21BE5C;*/
  background-color: #d7df23;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}



