.greenButton{
margin-top:20px;
    background:#b5c02f;
    border-radius:5px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
    color:white;
    padding:10px;
    width:150px;
    text-align:center;
    font-size:15px;
	box-sizing: border-box;
}

.greenButton p{
    margin-top:10px;
}

.horizontal{
	margin-right:10px;
	float:right;
}

.greenButton:hover{
    cursor:pointer;
    background:#cdd84d;
}

.redButton{
margin-top:20px;
    background:#c04a2f;
    border-radius:5px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
    color:white;
    padding:10px;
    width:150px;
    text-align:center;
    font-size:15px;
	box-sizing: border-box;
}

.redButton p{
    margin-top:10px;
}


.redButton:hover{
    cursor:pointer;
    background:#c65e46;
}

.blueButton{
margin-top:20px;
    background:#2f92c0;
    border-radius:5px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
    color:white;
    padding:10px;
    width:150px;
    text-align:center;
    font-size:15px;
	box-sizing: border-box;
}

.blueButton-export{
    width:100%;
}

.blueButton p{
    margin-top:10px;
}


.blueButton:hover{
    cursor:pointer;
    background:#45a8d6;
}

.grayButton{
margin-top:20px;
    background:#999999;
    border-radius:5px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
    color:white;
    padding:10px;
    width:150px;
    text-align:center;
    font-size:15px;
	box-sizing: border-box;
}

.grayButton p{
    margin-top:10px;
}

.grayButton:hover{
    cursor:pointer;
    background:#aca9a9;
}

.pButtons-right .grayButton{
	width:80%;
}

.button.gray {
	background: #ababab;
	color: white;
	border:none;
	float: right;
	padding-top: 10px;
	text-align: center;
}

.button.gray:hover {
	border-color: #f22c3c;
	color: #f22c3c;
	background: white;
	cursor: pointer;
}

.button.red {
	background: #f22c3c;
	color: white;
	border:none;
	padding-top: 10px;
	text-align: center;
    float: left;
}

.button.red:hover {
	border-color: #f22c3c;
	color: #f22c3c;
	background: white;
	cursor: pointer;
}

.button.green {
	background: #b5c02f;
	color: white;
	border:none;
	padding-top: 10px;
	text-align: center;
    float: left;
}

.button.green:hover {
	border-color: #cdd84d;
	color: #cdd84d;
	background: white;
	cursor: pointer;
};

.reset {
	background: #FFFFFF;
	border-style: solid !important;
	border-color: black !important;
	border-width: 1px !important;
	border-radius: 0px;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	color: black;
	padding: 7px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	box-sizing: border-box;
}

.reset:hover {
	cursor: pointer;
	background: #ababab;
	color: white;
}

.back{
    float:right;
    height:35px;
    padding:0px;
    background:#efefef;
    border:1px solid transparent;
}

.back:hover{
	cursor:pointer;
    background:#dfdfdf;
}

.imgBack{
	position:relative;
    float:right;
    background: url(../images/back.png) center no-repeat;
    width:30px;
    height:30px;
    padding:2.5px;
    background-size: contain;
}

.VHCustomCheckBox{
	width:100%;
	height:36px;
    background: url(../images/check_off.png) center no-repeat;
}
.VHCustomCheckBox:hover{
	cursor:pointer;
}

.VHCustomCheckBox.checked{
    background: url(../images/check_on.png) center no-repeat;
}

.button-close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #e35b59;
	width: 20px;
	height: 20px;
	color: #ffffff;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 16px;
	border-radius: 25px;
}

.button-close:hover {
	cursor: pointer;
}

.button {
	background: #FFFFFF;
	border-style: solid;
	border-color: rgb(70, 42, 82);
	border-width: 1px;
	border-radius: 0px;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	color: rgb(70, 42, 82);
	padding: 4px 5px;
	min-width: 120px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	box-sizing: border-box;
}

.button p , .reset p{
	margin-top: 10px;
}

.button:hover {
	cursor: pointer;
	background: rgb(70, 42, 82);
	color: white;
}

.button.reset:hover {
	border-color: black !important;
	color: black;
	background: #FFFFFF;
	cursor: pointer;
}

.button.reset {
	background: #ababab;
	color: white;
}

.button.blue {
	background: #2f92c0;
}

.button.blue:hover {
	cursor: pointer;
	background: #45a8d6;
}

.pButtons-left {
	height:60px;
	width: 96%;
	float: left;
	bottom: 0px;
}

.pButtons-left .button {
	float: left;
}

