/* ------------------------------
Aplikasi Kesehatan Remaja Millenial // copyright 2020 - 2021
Designed by	: Singgih Pranowo
Contact			: vizualshi@live.com
--------------------------------*/

@font-face {
	font-family: "Roboto";
	src: url("fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Raleway";
 	font-weight: bold;
	src: url("fonts/Raleway-SemiBold.ttf") format("truetype");
}

* {
	padding: 0;
	margin: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
	background: #FFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
  background: #ff8a00; 
  border-radius: 10px;
  border: solid 3px #F4F4F4;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff5200;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
strong {
	font-weight: bold;
	color: #049496;
}
video {
	width: 100% !important;
	height: auto !important;
}
.logo {
	clear: left;
	background: url(../images/logo-app.jpg) center center no-repeat;
	width: 100%;
	height: 66px;
	margin: 20px 0 0 0;
	float: left;
}
.illustration {
	clear: left;
	background: url(../images/ilustrasi-app.jpg) center center no-repeat;
	background-size: auto;
	width: 100%;
	height: auto;
	max-height: 283px;
	margin: 20px 0 0 0;
	display: block;
	float: left;
}
.topper {
	background: #ffa200;
	width: 100%;
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
	display: block;
	cursor: pointer;
	position: fixed;
	z-index: 2;
}
.topper .left {
    width: 50%;
	text-align: left;
	padding: 10px 10px;
	box-sizing: border-box;
	float: left;
}
.topper .right {
    width: 50%;
	text-align: right;
	padding: 10px 10px;
	box-sizing: border-box;
    color: #fffc00;
	float: right;
}
.topper .left .fa {
    color: #FFF;
	margin-right: 5px;
}
.topper .right .fa {
    color: #fffc00;
	margin-left: 5px;
}
.topper span {
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
}
.wide {
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	font-family: Raleway, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	float: left;
}
.wide p {
	margin-bottom: 10px;
}
.wide .text-1 {
	line-height: 1.6;
}
.wide .text-1 p {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.wide .text-1 div {
	width: 100%;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.wide .text-1 ol, .wide .text-1 ul  {
	margin: 0 0 10px 15px;
	padding: 0;
}
.wide .text-1 ol li {
	margin-bottom: 5px;
}
.wide .text-1 ul li {
	margin-bottom: 5px;
	list-style-type: disc;
}
.wide .fa {
	margin-right: 6px;
}
.wide a {
	color: #3c6acf;
	text-decoration: none;
}
.wide a:active {
	color: #ffa200;
}
.wide.textsmall {
	font-family: OpenSans, Arial, Verdana;
	font-size: 13px;
	line-height: 1.2;
	color: #454545;
}
.footer {
	width: 100%;
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #fdecce;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
	float: left;
}
.top10px {
	margin-top: 10px;
}
.top15px {
	margin-top: 15px;
}
.top20px {
	margin-top: 20px;
}
.top30px {
	margin-top: 30px;
}
.btm5px {
	margin-bottom: 5px;
}
.btm10px {
	margin-bottom: 10px;
}
.btm20px {
	margin-bottom: 20px;
}
.btm30px {
	margin-bottom: 30px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.title_orange {
	color: #ea9603;
	font-weight: bold;
}
.title-big1 {
	font-size: 24px;
	color: #666;
}
.text-mode-1 {
	font-family: OpenSans, Arial, Verdana;
	font-size: 14px;
	color: #454545;
}
.separator {
	clear: left;
	width: 100%;
	margin: 10px 0;
	border-bottom: solid 1px #999;
	display: block;
}
.dotted {
	clear: left;
	width: 100%;
	margin: 5px 0;
	border-bottom: dotted 1px #CCC;
	display: block;
}
.borderdashed {
	clear: left;
	width: auto;
	margin: 5px 0;
	padding: 10px;
	border: dashed 1px #049496;
	border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
}
.borderrounded {
	clear: left;
	width: auto;
	margin: 5px 0;
	padding: 10px;
	border: solid 1px #049496;
	border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
}
.roundgrey {
	background: #049496;
	clear: left;
	width: auto;
	margin: 5px 0;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	text-align: left;
	color: #333;
}
.center {
	text-align: center;
}
.clearfloat {
	clear: left;
	float: left;
}
.main-wrapper {
	max-width: 600px;
	padding: 10px;
	display: block;
	margin: 0 auto;
}
.main-wrapper .labels {
	clear: left;
	width: 100%;
	margin: 10px 0 5px 0;
	float: left;
}
.main-wrapper .labelt {
	clear: left;
	width: 150px;
	margin: 10px 0 5px 0;
	float: left;
}
.main-wrapper .hor {
	padding: 0;
	display: block;
	float: left;
}
.main-wrapper .hor p {
	padding: 5px 0;
	margin: 0 10px 0 0;
	display: block;
	float: left;
}
.main-wrapper .widebox {
	clear: left;
	width: 100%;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
    text-align: center;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #999;
	float: left;
}
.main-wrapper .listing {
	clear: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #999;
	float: left;
}
.main-wrapper .listing-2  {
	width: 100%;
	background: #FFF;
	font-weight: 400;
	color: #000;
    text-align: left;
	text-decoration: none;
    padding: 6px 0;
	margin: 0 0 4px 0;
	border-bottom: dotted 1px #666;
	float: left;
}
img {
	margin: 0 0 4px 0;
	float: left;
}
.tbl_center {
	width: 100%;
}
.sent {
	background: #64ce56;
	color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	box-sizing: border-box;
	font-size: 400;
	padding: 10px;
}
#homelink {
	color: #666;
	text-decoration: none;
}
#homelink a {
	background: #ff8a00;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
	border: solid 2px #ffc867;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
#homelink a:active {
	border: solid 2px #eef100;
	color: #eef100;
	text-decoration: none;
}
#homelink span {
	margin: 0 10px;
}
.textboxes {
	background: #ececec;
	width: 100%;
	font-family: OpenSans, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	color: #333;
	display: block;
	border: solid 1px #ececec;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-sizing: border-box;
	outline: none;
}
.textareas {
	background: #ececec;
	width: 100%;
	height: 100px;
	font-family: OpenSans, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #333;
	display: block;
	border: solid 1px #ececec;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-sizing: border-box;
	outline: none;
}
.disabled {
	background: #ececec;
	width: 100%;
	font-family: OpenSans, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	color: #333;
	display: block;
	border: solid 1px #ececec;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-sizing: border-box;
	outline: none;
}
.radiobutton {
	width: 100%;
	text-align: left;
	display: block;
}
.radiobutton label {
	width: 45px;
	height: 100%;
    display: inline-block;
    border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #666;
	padding: 20px 0;
	float: none;
}
.radiobutton input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}
.radiobutton input[type="radio"]:checked + label {
	background: #ffa200;
	color: #FFF;
}
.radiobutton input[type="radio"]:focus + label {
	background: #ffa200;
	color: #FFF;
}
.radiobutton label:hover {
	
}
.radiobutton .fa {
	font-size: 32px;
}

.checkboxes {
	display: inline-block;
    position: relative;
    padding: 5px 0 0 35px;
	margin: 0 10px 12px 0;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkboxes input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.checkboxes:hover input ~ .checkmark {
	background-color: #ccc;
}
.checkboxes input:checked ~ .checkmark {
	background-color: #2196F3;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	box-sizing: unset;
}
.checkboxes input:checked ~ .checkmark:after {
	display: block;
}
.checkboxes .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkradio {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
	-moz-border-radius: 50%;
}
.checkboxes:hover input ~ .checkradio {
	background-color: #ccc;
}
.checkboxes input:checked ~ .checkradio {
	background-color: #2196F3;
}
.checkradio:after {
	content: "";
	position: absolute;
	display: none;
}
.checkboxes input:checked ~ .checkradio:after {
	display: block;
}
.checkboxes .checkradio:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.checkradio, .checkmark {
	-webkit-transition: background 1s;
	transition-property: background;
    transition-duration: 1s;
	opacity: 1;
}

.padside {
	padding-left: 10px;
	padding-right: 10px;
}
.padallside {
	padding: 10px;
}
.label {
	width: 100%;
	font-weight: normal;
	text-align: center;
	color: #333;
	float: left;
}
.select-css {
    background: #ececec url(../images/down-arrow.png) right 10px center no-repeat;
	width: 100%;
	font-family: OpenSans, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
    color: #333;
    line-height: 1.3;
    margin: 0;
    border: 1px solid #ececec;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
	padding: 10px 20px 10px 10px;
	outline: none;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    
}
.select-css:focus {
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
	font-family: OpenSans, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
    color: #333;
    line-height: 1.3;
}

.button {
	width: 100%;
	background: #5cbe4a;
	font-family: OpenSans, Verdana, Tahoma;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	padding: 6px;
	cursor: pointer;
	border: none;
	float: left;
}
.titlebar {
	background: #025c2c;
	font-family: OpenSans, Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 6px;
	border: solid 1px #025c2c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 0 10px 0;
	float: left;
}
.suksesbar {
	background: #FFF;
	font-family: OpenSans, Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #025c2c;
	padding: 6px;
	border: solid 1px #025c2c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 0 10px 0;
	float: left;
}
.yellowbar {
	width: 100%;
	background: rgb(233 251 151);
	font-family: OpenSans, Verdana, Tahoma;
	font-size: 13px;
	font-weight: 400;
	color: #363636;
	padding: 10px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	display: inline-block;
}
.yellowbar .fa {
	margin-right: 7px;
}
.titlename {
	font-family: OpenSans, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #025c2c;
	margin: 0 0 10px 0;
}
.btn_green {
	width: 100%;
	background: #5cbe4a;
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
    text-align: center;
	text-decoration: none;
	cursor: pointer;
    padding: 10px 10px;
	margin: 0 0 4px 0;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	box-sizing: border-box;
}
.btn_green .fa {
	margin-right: 10px;
}
.btn_grey  {
	width: 100%;
	background: #DCDCDC;
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
    text-align: center;
	text-decoration: none;
	cursor: pointer;
    padding: 10px 10px;
	margin: 0 0 4px 0;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	box-sizing: border-box;
}
.btn_grey .fa {
	margin-right: 10px;
}
.btn_dark  {
	width: 100%;
	background: #8a8a8a;
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #f1f1f1;
    text-align: center;
	text-decoration: none;
	cursor: pointer;
    padding: 10px 10px;
	margin: 0 0 4px 0;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	box-sizing: border-box;
}
.btn_dark .fa {
	margin-right: 10px;
}
.btn_white {
	background: #FFF url(../images/side-arrow.jpg) right 10px center no-repeat;
	width: 100%;
	height: 62px;
	font-weight: 400;
	color: #000;
    text-align: left;
	text-decoration: none;
	cursor: pointer;
    padding: 6px;
	margin: 0 0 4px 0;
	display: block;
	box-sizing: border-box;
	border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
	float: left;
}
.btn_white img {
	margin: 0 10px 0 5px;
}
.btn_white .bigtitle {
    font-family: Raleway, Arial, sans-serif;
	font-size: 16px;
	display: block;
	margin: 5px 0 0 0;
}
.btn_white .minidesc {
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	display: block;
	margin: 5px 0 0 0;
}
.buttonx {
	border: 0;
	box-sizing: border-box;
    padding: 6px;
	box-shadow: inset 0 0 0 2px #FFF;
	font-size: inherit;
	position: relative;
	vertical-align: middle;
  }
  .buttonx::before, .buttonx::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
  }
.drawx {
	transition: color 0.25s;
}
.drawx::before, .drawx::after {
	border: 2px solid transparent;
	width: 0;
	height: 0;
}
.drawx::before {
	top: 0;
	left: 0;
}
.drawx::after {
	bottom: 0;
	right: 0;
}
.drawx:hover {
	color: #03b9ff;
}
.drawx:hover::before, .drawx:hover::after {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
.drawx:hover::before {
	border-top-color: #03b9ff;
	border-right-color: #03b9ff;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.drawx:hover::after {
	border-bottom-color: #03b9ff;
	border-left-color: #03b9ff;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.meetx:hover {
	color: #03b9ff;
}
.meetx::after {
	top: 0;
	left: 0;
}
.meetx:hover::before {
	border-top-color: #03b9ff;
	border-right-color: #03b9ff;
}
.meetx:hover::after {
	border-bottom-color: #03b9ff;
	border-left-color: #03b9ff;
	transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.lockedbtn  {
	background: #FFF;
    font-family: Raleway, Arial, sans-serif;
	font-size: 11px;
	color: #fd8000;
	border: solid 1px #AAA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px 4px;
	position: absolute;
	top: 8px;
	right: 24px;
}
.btn_crimson  {
	width: 100%;
	background: Crimson;
    font-family: Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
    text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: none;
    padding: 6px 0;
	margin: 0 0 4px 0;
	float: left;
}
.btn_blue {
	width: 100%;
	background: #3c6acf;
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
    text-align: center;
	text-decoration: none;
	cursor: pointer;
    padding: 10px 10px;
	margin: 0 0 4px 0;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	box-sizing: border-box;
}
.btn_blue:active {
	background: #2856b9;
	color: rgb(175, 193, 228);
}
.btn_blue .fa {
	margin-right: 10px;
}
.btn_orange {
	width: 100%;
	background: #ffa200;
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
    text-align: center;
	text-decoration: none;
	cursor: pointer;
    padding: 10px 10px;
	margin: 0 0 4px 0;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	box-sizing: border-box;
}
.btn_orange .fa {
	margin-right: 10px;
}
.btn_orange2 {
	width: 100%;
	background: #ffa200;
    font-family: OpenSans, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
    text-align: center;
	text-decoration: none;
	cursor: pointer;
    padding: 6px 6px;
	margin: 0 0 4px 0;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	box-sizing: border-box;
}
.btn_orange2 .fa {
	margin-right: 10px;
}
.btn_cream {
	width: 100%;
	background: #d5ddde;
    font-family: OpenSans, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #25555a;
    text-align: center;
	text-decoration: none;
	cursor: pointer;
    padding: 10px 10px;
	margin: 0 0 4px 0;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	box-sizing: border-box;
}
.btn_cream:active {
	background: #cae3e6;
	color: #5d878c;
}
.btn_cream .fa {
	margin-right: 10px;
}
.hr {
	clear: left;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	border-bottom: solid 2px #ffd07e;
	float: left;
}
.hr2 {
	clear: left;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	border-bottom: solid 2px #CCC;
	float: left;
}
.hr3 {
	clear: left;
	width: 100%;
	height: 1px;
	margin: 5px 0;
	border-bottom: solid 1px #CCC;
	float: left;
}
.spacer {
	clear: left;
	width: 100%;
	height: 50px;
	float: left;
}
.spacer2 {
	clear: left;
	width: 100%;
	height: 40px;
	float: left;
}

.tableform {
	border-collapse: separate; 
	border-spacing: 0 4px;
}
.tableform tr {
	padding-bottom: 4px;
}
.tableform:focus {
	background: #FFF;
	border: solid 1px #00a8ff;
}

.tableform tr td {
	text-align: center;
	vertical-align: middle;
	background: #f2f2f2;
}
.tableform .tdleft {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-border-top-left-radius: 4px;
	-border-bottom-left-radius: 4px;
}
.tableform .tdright {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-border-top-right-radius: 4px;
	-border-bottom-right-radius: 4px;
}
.tableform .tdclear {
	background: #FFF;
	text-align: left;
}
.tableform .tdleft .fa {
	font-size: 12px;
	color: #666;
}

.tableform .textboxes, .tableform .textareas {
	background: #f2f2f2;
	margin-bottom: 0;
	padding: 5px 0;
	border: solid 1px #f2f2f2;
}

.tableform .textboxes:focus, .tableform .textareas:focus {
	background: none;
	color: #ea5e00;
}
.tdclear .textboxes, .tdclear .textareas {
	background: #f2f2f2;
	margin-bottom: 0;
	padding: 5px 10px 5px 30px;
	border: none;
}
.tdclear .textboxes:focus, .tdclear .textareas:focus {
	background: #f2f2f2;
	border: none;
	color: #ea5e00;
}

.tableminimal {
    border: solid 1px #666;
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 5px 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.tableminimal td {
    font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 5px 10px;
	box-sizing: border-box;
}

.tableblock {
	padding: 5px 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.tableblock td {
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 1.5;
	padding: 5px 10px;
	box-sizing: border-box;
}

.tableblank td {
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 5px 0;
}

.tabledashed td {
    font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 3px 0;
	border-bottom: dotted 1px #CCC;
}

.tabledashed2 {
	width: 100%;
}

.tabledashed2 td {
    font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 6px 0;
	border-bottom: dotted 1px #CCC;
}

.tabledashed2 .single {
	border-bottom: solid 1px #AAA;
}

.tabledashed3 {
	width: 100%;
	max-width: 450px;
}
.tabledashed3 td {
    font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 6px 0;
	border-bottom: dotted 1px #CCC;
}

.tabledashed3 .single {
	border-bottom: solid 1px #AAA;
}
.tableblock2 {
	width: 100%;
	max-width: 600px;
	margin-bottom: 10px;
	border-top: solid 4px rgb(153, 153, 209);
	box-shadow: 0px 4px 2px 0px rgba(204,204,204,0.75);
	-webkit-box-shadow: 0px 4px 2px 0px rgba(204,204,204,0.75);
	-moz-box-shadow: 0px 4px 2px 0px rgba(204,204,204,0.75);
}
.tableblock2 td {
    font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 10px 6px;
	border-bottom:solid 1px rgb(236, 236, 236);
}

.tableliner {
	width: 100%;
	float: left;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}

.tableliner td {
    font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 6px 6px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: left;
	vertical-align: top;
}

.tableliner .single {
	border-bottom: solid 1px #AAA;
}

.tablemng {
	width: 100%;
	float: left;
}

.tablemng tr {
	background: #F4F4F4;
}

.tablemng tr:hover {
	background: #eeeefb;
}

.tablemng td {
    font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 6px 6px;
	text-align: left;
	vertical-align: top;
	border: solid 1px #FFF;
}

.tablemng .tlbhead {
	background: #444;
	color: #FFF;
}

.tablemng .tblbody {
	color: #333;
}

.tablemng .btn {
	background: #FFF;
	color: #666;
	border: solid 1px #AAA;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 11px;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
	text-decoration: none;
}

.tablemng .btn .fa {
	width: 12px;
	height: 12px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.tablemng .btn.edit {
	color: #6e8cb9;
	border: solid 1px #999;
}

.tablemng .btn.edit:hover {
	color: #FFF;
	border: solid 1px #6e8cb9;
	background: #6e8cb9;
}

.tablemng .btn.del {
	color: #c55066;
	border: solid 1px #c55066;
}

.tablemng .btn.del:hover {
	color: #FFF;
	background: #c55066;
}

.imgthumb {
	border: solid 1px #777;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-right: 5px;
	padding: 4px;
	position: relative;
	float: left;
}

.imgthumb .delico {
	background: #FFF;
	color: #c55066;
	display: block;
	position: absolute;
	padding: 3px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	margin: 4px 0 0 4px;
	text-decoration: none;
}

.imgthumb img {
	padding: 0;
	margin: 0;
}

.tblinfo {
	width: 100%;
    font-family: OpenSans, Arial, sans-serif;
	display: block;
}
.tblinfo .inside {
	width: 100%;
	border: solid 1px #AAA;
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	overflow: hidden;
	cursor: pointer;
	display: block;
}
.tblinfo .img {
	width: 100%;
    display: inline-block;
}
.tblinfo img {
	width: 100%;
}
.tblinfo .title {
	width: 100%;
    font-family: Raleway, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding: 10px 10px;
	display: block;
	box-sizing: border-box;
	float: left;
}

.tblinfo2 {
	width: 100%;
    font-family: OpenSans, Arial, sans-serif;
	display: block;
}
.tblinfo2 .inside {
	float: left;
}
.tblinfo2 .img {
	width: 100%;
    display: inline-block;
}
.tblinfo2 img {
	width: 100%;
}
.tblinfo2 .title {
	width: 100%;
    font-family: Raleway, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #444;
	padding: 10px 0;
	display: block;
	box-sizing: border-box;
	float: left;
}

.wide2 {
	width: 100%;
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	display: block;
}
.wide2 .fa {
	margin-right: 10px;
}
.wide2 p {
	margin-bottom: 10px;
}

.totalcountbig {
    font-family: Raleway, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
.totalcountbig span {
	font-size: 14px;
}

.video {
	width: 100%;
	max-width: 450px;
	min-height: 250px;
	max-height: 450px;
}

.tablecolor td {
    font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.tablecolor .tcolor0, .tablecolor .tcolor1, .tablecolor .tcolor2, .tablecolor .tcolor3, .tablecolor .tcolor4 {
	padding: 6px 6px;
}

.tablecolor .tcolor0 {
    background: #ffff00;
	color: #444;
}
.tablecolor .tcolor1 {
    background: #ffff00;
	color: #444;
}
.tablecolor .tcolor2 {
    background: #92d050;
	color: #FFF;
}
.tablecolor .tcolor3 {
    background: #ff0000;
	color: #FFF;
}
.tablecolor .tcolor4 {
    background: #c00000;
	color: #FFF;
}

#tblrespondlist .quest {
	color: Crimson;
}
.colorbar {
	height: 40px;
}
.colorbar .cornerleft {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
}
.colorbar .cornerright {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
}
.pinbar {
	padding: 0;
	text-align: center;
}
.pinbar .fa {
	color: #2366ef;
	font-size: 18px;
	position: absolute;
	padding: 0;
    left: 0;
    right: 0;
	top: 0;
    margin: -12px auto;
}
.pinbar .pinvalue {
	background: #2366ef;
    font-family: OpenSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: bolc;
	color: #FFF;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline;
	display: inline-block;
    position: relative;
    margin-top: 10px;
	z-index: 1;
}

.paging {
	clear: left;
	width: 100%;
	max-width: 450px;
	margin: 10px 0 10px 0;
	float: left;
}

.paging a {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #60a41d;
	text-decoration: none;
}

.paging .inside {
	width: 100%;
	display: block;
	margin: 0 6px 0 0;
	float: left;
}

.paging .numbering {
	width: 30px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #60a41d;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.paging .numbering:hover {
	background: #60a41d;
	color: #FFF;
}

.paging .disable {
	width: 30px;
	height: 30px;
	background: #AAA;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

.paging .prvpage {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #60a41d;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

.paging .prvpage .corner {
	width: 50px;
	color: #CCC;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	float: left;
}

.paging .nxtpage {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #60a41d;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
}

.paging .nxtpage .corner {
	width: 50px;
	color: #CCC;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	float: right;
}

.photo {
	background: #FFF url(../images/iconoimage.gif) center center;
	width: 100px;
	height: 100px;
	padding: 4px;
	border: solid 1px #999;
	box-sizing: content-box;
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 10px;
}
.photo img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	float: none;
}

/* Image Upload */
#btnWrapper {
	width: 141px;
	height: 38px;
	margin:  10px 0 0 0;
	position: relative;
}
.BrowserButton {
    background: #FFF url(../images/ico-upload.jpg);
    width: 100px;
	height: 100px;
	cursor: pointer;
	float: left;
}
.uploadBtn {
    width: 141px;
	height: 38px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	margin: 0;
	top: 0;
	left:0;
	cursor: pointer;
	box-sizing: border-box;
	z-index:2;
}
#btnWrapper .button  {
	width: 141px;
	background: #ffa200;
    font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
    text-align: center;
	text-decoration: none;
	cursor: pointer;
    padding: 10px 10px;
	margin: 0;
	display: block;
	box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
}
.uploadBtn:hover + .button{
	background: #FFF;
}
#showimg {
	background: #d6d6d6 url("../images/iconoimage.gif") center center no-repeat;
	width: 150px;
	height: 150px;
	border: solid 1px #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	display: block;
	padding: 5px;
	box-sizing: content-box;
	overflow: hidden;
}
#showimg span {
	display: block;
}
#showimg img {
	width: 150px;
}
#responseloader {
    position: relative;
}
#responseloader #loader {
    width: 100px;
	height: 100px;
	position: absolute;
	filter: alpha(opacity=0);
	margin: 0;
	top: 0;
	left: 0;
}
#response #loader {
    width: 100px;
	height: 100px;
	position: absolute;
	filter: alpha(opacity=0);
	margin: 0;
	top: 0;
	left: 0;
}
#response .boxurl, #response .roundedbox2 {
	width: 400px;
	margin: 128px 4px 4px 0;
	float: left;
}
#response .boxurl label {
	margin: 4px 4px 0 0;
	float: left;
}
#response .boxurl font {
	color: #666;
}
#response .textboxes {
	width: 240px;
	font-size: 12px;
	color: #333;
	border: solid 1px #666;
	padding: 4px;
	float: left;
}
.profil_img {
	width: 100%;
	display: block;
}
#image-list {
	width: 100%;
	display: block;
}
#image-list td {
	background: #FFF;
	width: 98px;
	height: 98px;
	margin: 0 4px 4px 0;
	border: solid 1px #666;
	overflow: hidden;
	float: left;
}

#image-list2 {
	clear: left;
	width: 740px;
	margin: 0 0 0 0;
	float: left;
}

#image-list2 span {
	clear: left;
	width: 118px;
	height: 118px;
	margin: 4px 4px 40px 0;
	border: solid 1px #666;
	overflow: hidden;
	float: left;
}

#image-list2 img {
	width: 118px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #FFF; /* Fallback color */
	background-color:rgba(255,255,255,0.3);
}
/* Modal Content */
.modal-content {
    position: relative;
	background: url('../images/bgtrans.png') left top repeat;
    width: 300px;
    margin: auto;
    padding: 10px;
	border: 0;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

/* The Close Button */
.modal-header {
    padding: 10px 0;
    background-color: #dedede;
	color: #687582;
	font-family: Roboto, Verdana, Helvetica;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.modal-header .close {
    color: #000;
    float: right;
    font-size: 20px;
	margin-right: 12px;
	margin-top: 0;
}

.modal-header .close:hover,
.modal-header .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
	background: #FFF;
    padding: 10px;
	display: block;
}

.modal-body .buttons {
	margin-top: 20px;
}

.modal-footer {
    padding: 10px 16px;
    background-color: #e6e6e6;
}
.modal-content .form-group {
	display: flex;
}
.modal-footer .form-group {
	margin: 0;
}
.modal-footer .modalbuttons  {
	margin: 0;
}

.modal-window {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.25);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
}
.modal-window:target {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.modal-window > div {
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 0;
    border-radius: 6px;
	padding: 10px;
	background: url('../images/bgtrans.png') left top repeat;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.modal-window center {
	background: #FFF;
    padding: 20px 10px;
	border: solid 2px #8d8a98;
}
.modal-window header {
	font-weight: bold;
}
.modal-window h1 {
	font-size: 150%;
	margin: 0 0 15px;
}
.modal-window p {
	margin-bottom: 10px;
}
.modalbuttons {
	width: 100%;
	display: block;
	margin-top: 20px;
}
.modalbuttons .btn {
	margin: 0 10px 0 0;
}
.modalbuttons .btn {
	padding: 10px 20px;
}
.modal-close {
	color: #333;
	line-height: 50px;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
	text-decoration: none;
}
.modal-close:hover {
	color: black;
}
.modal-window div:not(:last-of-type) {
	
}.tblmulti td {
	background: #f6f6f6;
	padding: 10px 0;
	border-bottom: solid 2px #FFF;
}
.tblmulti .tdcap {
	background: #FFF;
}
.tblmulti font {
	width: 100%;
	margin-left: 10px;
	display: block;
}
.tblmulti .checkboxes {
	padding: 0 0 12px 10px;
}

.tblmulti .linerbg {
	background-image: url(../images/dotgrey.gif);
    background-repeat: no-repeat;
    background-size: 100% 25%;
    background-position: center center;
}
.tblmulti .linerbgl {
	background-image: url(../images/dotgrey.gif);
    background-repeat: no-repeat;
    background-size: 50% 25%;
    background-position: center left;
}
.tblmulti .linerbgr {
	background-image: url(../images/dotgrey.gif);
    background-repeat: no-repeat;
    background-size: 50% 25%;
    background-position: center right;
}

#formsubmit .textboxes:focus, #formsubmit .textareas:focus  {
	background: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
    border: solid 1px #8ab1e0;
	color: #5192e2;
	box-shadow: 0px 0px 10px 0px rgba(177,204,238,0.75) inset;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(177,204,238,0.75) inset;
	-moz-box-shadow: 0px 0px 10px 0px rgba(177,204,238,0.75) inset;
	-webkit-transition: background 1s;
	transition-property: background;
	transition-duration: 1s;
	opacity: 1;
}
#formsubmit .textboxes, #formsubmit .textareas  {
	-webkit-transition: background 1s;
	transition-property: background;
	transition-duration: 1s;
	opacity: 1;
}

@media (max-width: 767px) {
	.sharefloatmenu {
		background-color: #FFF;
		width: 100%;
		padding: 5px 10px;
		text-align: center;
		box-sizing: border-box;
		position: fixed;
		margin: 0;
		z-index: 9;
		bottom: 0;
		left: 50%;
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.sharefloatmenuleft {
		display: none;
	}
}
@media (min-width: 768px) {
	.sharefloatmenu {
		display: none;
	}
	.sharefloatmenuleft {
		background: url("../images/share-txt.gif") center left no-repeat;
		width: 58px;
		box-sizing: content-box;
		position: fixed;
		margin: 0;
		z-index: 9;
		left: 10px;
		top: 50%;
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.btnshare {
		margin-bottom: 5px;
	.}
}
.sharefloatmenu img {
	margin: 0 0;
	float: none;
}
.btnshare {
	cursor: pointer;
}
.buttonz {
	background: none;
	width: 28px;
	height: 28px;
	border: 0;
	box-sizing: content-box;
	padding: 2px;
	box-shadow: inset 0 0 0 2px #FFF;
	font-size: inherit;
	font-weight: 700;
	position: relative;
	vertical-align: middle;
  }
  .buttonz::before, .buttonz::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
  }
.draw {
	transition: color 0.25s;
}
.draw::before, .draw::after {
	border: 2px solid transparent;
	width: 0;
	height: 0;
}
.draw::before {
	top: 0;
	left: 0;
}
.draw::after {
	bottom: 0;
	right: 0;
}
.draw:hover {
	color: #0eb7da;
}
.draw:hover::before, .draw:hover::after {
	width: 28px;
	height: 28px;
}
.draw:hover::before {
	border-top-color: #0eb7da;
	border-right-color: #0eb7da;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
	border-bottom-color: #0eb7da;
	border-left-color: #0eb7da;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.meet:hover {
	color: #0eb7da;
}
.meet::after {
	top: 0;
	left: 0;
}
.meet:hover::before {
	border-top-color: #0eb7da;
	border-right-color: #0eb7da;
}
.meet:hover::after {
	border-bottom-color: #0eb7da;
	border-left-color: #0eb7da;
	transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
