@font-face {
	src: local('Open Sans'), url('../../fonts/Righteous-Regular.ttf') format('truetype');
	font-family: 'Righteous';
}
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	/*font-family: 'Open Sans', sans-serif;*/
	/* font-family: 'Amaranth', sans-serif; */
	/* font-family: 'Cabin Condensed', sans-serif; */
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Righteous';
	/* font-family: 'Acme', sans-serif; */
	overflow-x:auto;
	overflow-y:auto;
	/*font-size: 14px;*/
	margin: 0;
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
body,h1,h2,h3,h4,h5,p {
	color: rgba(255, 255, 255, 1);
	margin:0;
}
h1,h2,h3,h4,h5 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
p {
	font-size: 16px;
}
a {
	color: rgba(251,176,2,0.7);
	text-decoration: none;
}
a:hover {
	color: rgba(251,176,2,1);
	text-decoration: underline;
}
#row-alert {
	position: fixed;
	top: 0;
	width:1100px;
	margin: 0 auto;
	text-align: center;
	background-color: rgb(197, 197, 197);
	color: #000;
	padding: 15px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0,1);
	-webkit-transition: color 500ms ease-in;
	transition: color 500ms ease-in;
}

#wrapper {
	position: relative;
	width: 1100px !important;
	min-width: 1100px !important;
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 50px 0px;
}
#footer {
	position:absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blur {
	-moz-filter: blur(10px);
	-webkit-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	background-color: #000000;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='svgMask'><feGaussianBlur stdDeviation='10' /></filter></svg>#svgMask");
	opacity: 1;
}
#row-alert .judul {
	font-size:20px;
	font-weight: bold;
}

#row-alert .close-button {
	position: absolute;
	top: 0;
	right: 5px;
}
#row-alert.danger {
	background-color: rgb(177, 73, 73);
	color: #fff;

}
#row-alert.success {
	background-color: rgb(38, 184, 19);
	color: #fff;
}
#row-alert.warning {
	background-color: rgb(240, 148, 27);
	color: #fff;
}
#row-alert.info {
	background-color: rgb(49, 113, 209);
	color: #fff;
}


.panel-number {
	position: relative;
	display: block;
	height: 35px;
	width: 100%;
}
.panel-number .panel-number-header {
	float: left;
}
.panel-number .panel-number-content {
	float: right;
}

.drop-shadow {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}
.bg-blue {
	background: rgba(73,155,234,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: radial-gradient(ellipse at center, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
	color: #fff;
}
.bg-white {
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
	color: #000;
}
.bg-light-blue {
	background: rgba(148,195,235,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(148,195,235,1) 0%, rgba(99,165,230,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(148,195,235,1)), color-stop(100%, rgba(99,165,230,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(148,195,235,1) 0%, rgba(99,165,230,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(148,195,235,1) 0%, rgba(99,165,230,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(148,195,235,1) 0%, rgba(99,165,230,1) 100%);
	background: radial-gradient(ellipse at center, rgba(148,195,235,1) 0%, rgba(99,165,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c3eb', endColorstr='#63a5e6', GradientType=1 );
}
.bg-grey {
	background: rgba(245,245,245,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(245,245,245,1) 0%, rgba(217,217,217,1) 47%, rgba(186,181,186,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(245,245,245,1)), color-stop(47%, rgba(217,217,217,1)), color-stop(100%, rgba(186,181,186,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(245,245,245,1) 0%, rgba(217,217,217,1) 47%, rgba(186,181,186,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(245,245,245,1) 0%, rgba(217,217,217,1) 47%, rgba(186,181,186,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(245,245,245,1) 0%, rgba(217,217,217,1) 47%, rgba(186,181,186,1) 100%);
	background: radial-gradient(ellipse at center, rgba(245,245,245,1) 0%, rgba(217,217,217,1) 47%, rgba(186,181,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#bab5ba', GradientType=1 );
	color: #000;
}

.bg-dark-red {
	background: rgba(169,3,41,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: radial-gradient(ellipse at center, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );
	color: #fff;
}
.bg-orange {
	background: rgba(255,175,75,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=1 );
	color: #000;
}
.bg-dark-green {
	background: rgba(98,125,77,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	background: radial-gradient(ellipse at center, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=1 );
	color: #fff;
}
.bg-green {
	background: rgba(164,179,87,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(117,137,12,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: radial-gradient(ellipse at center, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c', GradientType=1 );
	color: #fff;
}
.bg-white-transparent {
	background: rgba(255, 255, 255, 0.4);
	background: radial-gradient(center, rgba(255, 255, 255, 0.6) 0%, rgba(255,255,255,0.4) 25%, rgba(255,255,255,0.4) 75%, rgba(255, 255, 255, 0.6) 100%);
	color: #fff;
}
.bg-purple-blue {
	background: rgba(188,40,201,1);
	background: -moz-linear-gradient(top, rgba(188,40,201,1) 0%, rgba(51,136,176,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188,40,201,1)), color-stop(100%, rgba(51,136,176,1)));
	background: -webkit-linear-gradient(top, rgba(188,40,201,1) 0%, rgba(51,136,176,1) 100%);
	background: -o-linear-gradient(top, rgba(188,40,201,1) 0%, rgba(51,136,176,1) 100%);
	background: -ms-linear-gradient(top, rgba(188,40,201,1) 0%, rgba(51,136,176,1) 100%);
	background: linear-gradient(to bottom, rgba(188,40,201,1) 0%, rgba(51,136,176,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc28c9', endColorstr='#3388b0', GradientType=0 );
}
.bg-purple-blue-transparent {
	background: rgba(188,40,201,0.8);
	background: -moz-linear-gradient(top, rgba(188,40,201,0.8) 0%, rgba(51,136,176,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188,40,201,0.8)), color-stop(100%, rgba(51,136,176,0.8)));
	background: -webkit-linear-gradient(top, rgba(188,40,201,0.8) 0%, rgba(51,136,176,0.8) 100%);
	background: -o-linear-gradient(top, rgba(188,40,201,0.8) 0%, rgba(51,136,176,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(188,40,201,0.8) 0%, rgba(51,136,176,0.8) 100%);
	background: linear-gradient(to bottom, rgba(188,40,201,0.8) 0%, rgba(51,136,176,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc28c9', endColorstr='#3388b0', GradientType=0 );
}
.bg-purple-1-blue-0 {
	background: rgba(188,40,201,1);
	background: -moz-linear-gradient(top, rgba(188,40,201,1) 0%, rgba(51,136,176,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188,40,201,1)), color-stop(100%, rgba(51,136,176,0.8)));
	background: -webkit-linear-gradient(top, rgba(188,40,201,1) 0%, rgba(51,136,176,0.8) 100%);
	background: -o-linear-gradient(top, rgba(188,40,201,1) 0%, rgba(51,136,176,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(188,40,201,1) 0%, rgba(51,136,176,0.8) 100%);
	background: linear-gradient(to bottom, rgba(188,40,201,1) 0%, rgba(51,136,176,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc28c9', endColorstr='#3388b0', GradientType=0 );
}
.bg-blue-transparent {
	background: rgba(56,103,222,0.5);
	background: -moz-radial-gradient(center, ellipse cover, rgba(56,103,222,0.5) 0%, rgba(0,48,168,0.38) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(56,103,222,0.5)), color-stop(100%, rgba(0,48,168,0.38)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(56,103,222,0.5) 0%, rgba(0,48,168,0.38) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(56,103,222,0.5) 0%, rgba(0,48,168,0.38) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(56,103,222,0.5) 0%, rgba(0,48,168,0.38) 100%);
	background: radial-gradient(ellipse at center, rgba(56,103,222,0.5) 0%, rgba(0,48,168,0.38) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3867de', endColorstr='#0030a8', GradientType=1 );
}
.bg-black-transparent {
background: rgba(41,41,41,0.61);
background: -moz-radial-gradient(center, ellipse cover, rgba(41,41,41,0.61) 0%, rgba(0,0,0,0.64) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(41,41,41,0.61)), color-stop(100%, rgba(0,0,0,0.64)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(41,41,41,0.61) 0%, rgba(0,0,0,0.64) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(41,41,41,0.61) 0%, rgba(0,0,0,0.64) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(41,41,41,0.61) 0%, rgba(0,0,0,0.64) 100%);
background: radial-gradient(ellipse at center, rgba(41,41,41,0.61) 0%, rgba(0,0,0,0.64) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#000000', GradientType=1 );
	color: #fff;
}
.bg-black {
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.bg-yellow {
	background: rgba(241,231,103,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: radial-gradient(ellipse at center, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
}
.bg-purple {
	background: rgba(118,105,138,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(118,105,138,1) 0%, rgba(92,60,138,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(118,105,138,1)), color-stop(100%, rgba(92,60,138,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(118,105,138,1) 0%, rgba(92,60,138,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(118,105,138,1) 0%, rgba(92,60,138,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(118,105,138,1) 0%, rgba(92,60,138,1) 100%);
	background: radial-gradient(ellipse at center, rgba(118,105,138,1) 0%, rgba(92,60,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76698a', endColorstr='#5c3c8a', GradientType=1 );
}

.bg-purple-transparent {
	background: rgba(118,105,138,0.8);
	background: -moz-radial-gradient(center, ellipse cover, rgba(118,105,138,0.8) 0%, rgba(92,60,138,0.8) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(118,105,138,0.8)), color-stop(100%, rgba(92,60,138,0.8)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(118,105,138,0.8) 0%, rgba(92,60,138,0.8) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(118,105,138,0.8) 0%, rgba(92,60,138,0.8) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(118,105,138,0.8) 0%, rgba(92,60,138,0.8) 100%);
	background: radial-gradient(ellipse at center, rgba(118,105,138,0.8) 0%, rgba(92,60,138,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76698a', endColorstr='#5c3c8a', GradientType=1 );
	color: #fff;
}

.bg-header {
	background: rgba(76,76,76,1);
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(84,84,84,1) 50%, rgba(71,71,71,1) 51%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(50%, rgba(84,84,84,1)), color-stop(51%, rgba(71,71,71,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(84,84,84,1) 50%, rgba(71,71,71,1) 51%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(84,84,84,1) 50%, rgba(71,71,71,1) 51%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(84,84,84,1) 50%, rgba(71,71,71,1) 51%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(84,84,84,1) 50%, rgba(71,71,71,1) 51%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000', GradientType=0 );
}
.bg-red-black {
	background: rgba(230,16,66,1);
	background: -moz-linear-gradient(top, rgba(230,16,66,1) 0%, rgba(140,3,37,1) 44%, rgba(36,1,9,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,16,66,1)), color-stop(44%, rgba(140,3,37,1)), color-stop(100%, rgba(36,1,9,1)));
	background: -webkit-linear-gradient(top, rgba(230,16,66,1) 0%, rgba(140,3,37,1) 44%, rgba(36,1,9,1) 100%);
	background: -o-linear-gradient(top, rgba(230,16,66,1) 0%, rgba(140,3,37,1) 44%, rgba(36,1,9,1) 100%);
	background: -ms-linear-gradient(top, rgba(230,16,66,1) 0%, rgba(140,3,37,1) 44%, rgba(36,1,9,1) 100%);
	background: linear-gradient(to bottom, rgba(230,16,66,1) 0%, rgba(140,3,37,1) 44%, rgba(36,1,9,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61042', endColorstr='#240109', GradientType=0 );
}
.bg-teal {
	background: rgba(147,206,222,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	background: radial-gradient(ellipse at center, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
	color: #000;
}
.bg-yellow-1-blue-0 {
background: rgba(255,197,39,0.8);
background: -moz-linear-gradient(top, rgba(255,197,39,0.8) 0%, rgba(0,41,204,0.6) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,197,39,0.8)), color-stop(100%, rgba(0,41,204,0.6)));
background: -webkit-linear-gradient(top, rgba(255,197,39,0.8) 0%, rgba(0,41,204,0.6) 100%);
background: -o-linear-gradient(top, rgba(255,197,39,0.8) 0%, rgba(0,41,204,0.6) 100%);
background: -ms-linear-gradient(top, rgba(255,197,39,0.8) 0%, rgba(0,41,204,0.6) 100%);
background: linear-gradient(to bottom, rgba(255,197,39,0.8) 0%, rgba(0,41,204,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc527', endColorstr='#0029cc', GradientType=0 );
}
.bg-transparent {
	background: rgba(0,0,0,0);
}
.border-style {
	/*height: 30px; */
	border-style: solid;
	border-color: #8c8b8b;
	border-width: 1px 0 0 0;
	border-radius: 20px !important;
}
