@CHARSET "UTF-8";

.blue-button {
background-color: #005ccc;
	border-radius: 0px;
	padding: 8px 25px 8px 25px;
	display: inline-block;
	color: white;
	cursor: pointer;
	font-weight: 400;
}

.blue-button:hover {
	background-color: #0070e0;
}


.grey-button {
	background-color: #ccc;
	border-radius: 0px;
	padding: 8px 25px 8px 25px;
	display: inline-block;
	color: white;
	cursor: pointer;
	font-weight: 400;
}

.grey-button:hover {
	background-color: #0070e0;
}


.dark-button {
	background-color: #0070e0;
	border-radius: 0px;
	padding: 8px 25px 8px 25px;
	display: inline-block;
	color: white;
	cursor: pointer;
	font-weight: 400;
}

.dark-button:hover {
	background-color: #00b490;
}

.light-button {
	background-color: #0070e0;
	border-radius: 0px;
	padding: 8px 25px 8px 25px;
	display: inline-block;
	color: white;
	cursor: pointer;
	font-weight: 400;
}

.light-button:hover {
	background-color: #00b490;
}

.close-button {
	width: 30px;
}

.btn-bottom-right {
	background-color: #333;
	border-radius: 0px;
	padding: 8px 25px 8px 25px;
	display: inline-block;
	color: white;
	float: right;
	cursor: pointer;
	font-weight: 400;
	position: absolute;
	bottom: 120px;
	right: 30px;
	font-size: 9pt;
}

.btn-bottom-right:hover {
	background-color: #00b490;
}

div#complete-form-wizard {
	text-align: center;
	position: relative;
	top: 80px;
	z-index: 100;
}

div#complete-form-wizard-btn {
	background: #333;
	padding: 10px;
	font-weight: 400;
	color: white;
	display: inline-block;
	cursor: pointer;
}

div#complete-form-wizard-btn:hover {
	background: #00b490;
}


div.orange-rect-button {
	padding: 6px 20px 6px 20px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	display: inline-block;
	vertical-align: top;
	margin: 5px 4px 5px 4px;
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#fba959, #ff7e00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fba959, #ff7e00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fba959, #ff7e00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fba959, #ff7e00); /* Standard syntax */
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version */
	font-size: 10pt;
	text-align : center;
	white-space : nowrap;
	font-weight : 600;
	color : black;
}

div.orange-rect-button:hover {
	color: white;
}


div.white-rect-button {
	padding: 6px 20px 6px 20px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	display: inline-block;
	vertical-align: top;
	margin: 5px 4px 5px 4px;
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(white, #f2f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(white, #f2f2f2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(white, #f2f2f2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(white, #f2f2f2); /* Standard syntax */
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version */
	font-size: 10pt;
	text-align : center;
	white-space : nowrap;
}

div.white-rect-button:hover {
	background: #0070e0;
	color: white !IMPORTANT;
}

span.helper {
	   display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div.svg-circle-btn-holder {
	border-radius : 18px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	display: inline-block;
	vertical-align: top;
	margin: 5px 4px 5px 4px;
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(white, #f2f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(white, #f2f2f2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(white, #f2f2f2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(white, #f2f2f2); /* Standard syntax */
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version */
	font-size: 10pt;
	text-align : center;
	height : 28px;
	width : 28px;
}

div.svg-circle-btn-holder img {
	width: 18px;
	vertical-align : middle;
}



div.white-rect-button img {
	height: 14px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 2px;
}




div.white-rect-button-editor {
	padding: 6px 20px 6px 20px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	display: inline-block;
	vertical-align: top;
	margin: 5px 4px 5px 4px;
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(white, #f2f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(white, #f2f2f2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(white, #f2f2f2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(white, #f2f2f2); /* Standard syntax */
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version */
	font-size: 10pt;
	text-align : center;
	position : absolute;
	z-index : 10;
}

div.white-rect-button-editor:hover {
	color: #00b490;
}



div.svg-circle-btn-holder-no-attach {
	border-radius : 18px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 5px 0px;
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(white, #f2f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(white, #f2f2f2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(white, #f2f2f2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(white, #f2f2f2); /* Standard syntax */
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version */
	font-size: 10pt;
	text-align : center;
	height : 28px;
	width : 28px;
	padding-top: 3px; 
    box-sizing: border-box;
}

div.svg-circle-btn-holder-no-attach img {
	height: 18px;
	vertical-align : middle;
}


div.white-button {
	border: 1px solid #ccc;
	outline: none;
	background-color: #fff;
	border-radius: 6px;
	font-size: 10pt;
	width: auto !IMPORTANT;
	min-width: 100px;
	box-shadow: none;
	padding : 8px 20px;
	display : inline-block;
	margin-top : 1px;
	text-align : center;
	cursor : pointer;
}

div.white-button:hover {
	background-color : #333;
	color : white;
}


div.white-button-dark-blue {
	border: 1px solid #ccc;
	outline: none;
	background-color: #fff;
	border-radius: 6px;
	font-size: 10pt;
	width: auto !IMPORTANT;
	min-width: 100px;
	box-shadow: none;
	padding : 8px 20px;
	display : inline-block;
	margin-top : 1px;
	text-align : center;
	cursor : pointer;
}

div.white-button-dark-blue:hover {
	background-color : #00b490;
	color : white;
}


div.mid-blue-button {
	padding: 10px 18px;
    color: white;
    background: #333;
    border-radius: 6px;
    cursor: pointer;
    font-weight: normal;
    display : inline-block;
}

div.mid-blue-button:active {
	background : #00b490;
}



.dark-blue-button {
	background-color: #333;
	border-radius: 6px;
	padding: 8px 25px 8px 25px;
	display: inline-block;
	color: white;
	cursor: pointer;
	font-weight: 400;
}

.dark-blue-button:hover {
	background-color: #00b490;
}




.mega-dark-blue-button {
	background-color: #333;
	border-radius: 6px;
	padding: 8px 25px 8px 25px;
	display: inline-block;
	color: white;
	cursor: pointer;
	font-weight: 400;
	font-size : 12pt;
	vertical-align: middle;
    position: relative;
    top: 1px;
}

.mega-dark-blue-button:hover {
	background-color: #00b490;
}




div.orange-button {
	padding: 8px 10px;
    color: white;
    background: #ffa31a;
    border-radius: 6px;
    cursor: pointer;
    font-weight: normal;
}

div.orange-button:hover {
	background : #ff7e00;
}


div.af-blue-button {
	padding: 8px 10px;
    color: white;
    background: #0070e0;
    border-radius: 6px;
    cursor: pointer;
    font-weight: normal;
    display : inline-block;
    font-size : 12pt;
}


div.af-blue-button:hover {
	background : #179dda !IMPORTANT;
}


.blue-green-button {
	font-size: 10pt;
	background-color: #0070e0;
    border-radius: 3px;
    padding: 8px 12px;
    color: white;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.blue-green-button:hover {
	background-color: #00b490;
}


.grey-blue-button {
	background-color: #c0c0c0;
    border-radius: 6px;
    padding: 8px 0px 8px 0px;
    color: white;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.grey-blue-button:hover {
	background-color: #0070e0;
}


.btn-disabled {
	cursor: default;
	background-color: #e0e0e0;
	border-radius: 0px;
	padding: 8px 25px 8px 25px;
	display: inline-block;
	color: white;
	cursor: pointer;
	font-weight: 400;
}

.btn-disabled:hover {
	background-color: #e0e0e0;
	border-radius: 0px;
	padding: 8px 25px 8px 25px;
	display: inline-block;
	color: white;
	cursor: pointer;
	font-weight: 400;
}

.btn-new {
	color: #0070e0;
    font-weight: 400;
    cursor: pointer;
    font-size: 9pt;
    float: right;
}