h1,h2,h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}
.question-row {
	border-bottom: 1px solid lightgray;
	padding: 5px;
}
.logo-type {
	font-family: 'Josefin Sans', sans-serif;
	color: black;
	font-size: 4em;
}
.wi-font {
	font-family: 'Josefin Sans', sans-serif;
}
.wired-type {
	color:darkslategray;
}
.ivy-type {
	font-weight:bold;
	color:green;
}
.wi-green-background {
	background-color: green;
}
.wi-lightgreen-background {
	background-color: lightgreen;
}
.question {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	/* margin: 40px 0px; */
}
.q-text {
	padding-bottom: 10px;
}
.answer {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	padding: 10px 30px;
	border-bottom: 1px solid lightgreen;
	/* margin: 40px 0px; */

}

.page-header {
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align:center;
}
body {
   	/* font-size:1em; */
   	transition:all .5s ease-in-out;
   	-o-transition:all .5s ease-in-out;
   	-moz-transition:all .5s ease-in-out;
   	-webkit-transition:all .5s ease-in-out;
}




body {
	font-family: 'Josefin Sans', sans-serif;
}

.question-row {
	border-bottom: 1px solid lightgray;
	padding: 5px;
}
.logo-type {
	font-weight:bold;
	font-size: 4em;
}
.page-header {
-moz-border-radius: 15px;
border-radius: 15px;
text-align:center;
}
.pb-container {
	padding-right: 0px;
	min-height:800px;
	margin-top:60px;
}
.mail-container {
	background: white;
	min-height: 600px;
}
.mail-notify-row {
	height: 74px;
	color: white;
	background-color: #ff3333; /* PB Dark Red */
}
.mail-notify-headline {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 72px;
}
.mail-tools-row {
	/* height: 74px; */
}
.mail-row {
	border-top: 1px solid darkgreen; /* PB Blue */
	height: 104px;
	overflow: hidden;
	/* letter-spacing: -1px; */
	margin-bottom: 1px;
}
.mail-col-check {
	width: 3%;
	float: left;
}
.selected-bar {
	background: #270056;
	width:12px;
	height:200px;
}
.mail-col-avatar {
	width: 20%
	max-width: 88px;
	padding: 10px;
	float: left;
	margin-top: 12px;
}
.mail-col-info {
	width: 80%;
	float: left;
	margin-top: 14px;
}
.mail-info-time {
	font-size: 15px;
	color: #999999;
	margin-bottom: 7px;
}
.mail-info-name1 {
	font-size: 22px;
	color: black;
	font-weight: bold;
	margin-left: 10px;
}
.mail-info-name2 {
	font-size: 16px;
	color: black;
	font-weight: bold;
	margin-left: 10px;
}
.mail-info-subject {
	font-size: 19px;
	color: #999999;
}

.mail-col-icons {
	float: right;
	padding: 5px;
}
.mail-col-icons img {
	float: left;
}
.icon-edit {
	position: relative;
	text-align: center;
	font-size: 24px;
	color: gray;
	float: left;
	width: 28px;
	height: 28px;
	margin: 20px 10px 10px 16px;
	background: white;
}
.icon-appointment {
	font-size: 30px;
	color: gray;
	float: left;
	width: 36px;
	height: 36px;
	margin: 20px 0px 10px 10px;
}
#icon-more {
	font-size: 30px;
	color: gray;
	float: left;
	width: 36px;
	height: 36px;
	margin: 20px 0px 10px 30px;
}
#search-form {
	margin:0px;
}
input[type="text"].round {
    width: 100%;
    border-radius: 15px;
    border: 1px #ddd solid;
    padding: 5px 5px 5px 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #ddd;
}

input[type="submit"].corner {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 30px;
    width: 20px;
    z-index: 10;
    border-radius: 10px;
    border: none;
    background: url(/ui/images/pynkbook/icon-search);
    background-repeat: no-repeat;
}

.search {
	position: relative;
	float: left;
	width: 85%;
	height: 24px;
	margin: 10px 10px 20px 10px;
}
.color-group0 { color: yellow; }
.color-group1 { color: blue; }
.color-group2 { color: purple; }
.color-group3 { color: green; }
.color-group4 { color: darkgreen; }
.color-group5 { color: orange; }
.color-group6 { color: darkgray; }
.color-group7 { color: magenta; }
.color-group8 { color: navy; }
.color-group9 { color: red; }
.user-group {
	position:absolute;
	font-size:44px;
	color:white;
	top: 5px;
	left: 7px;
}
.rounded-icon {
	width:58px;
	height:58px;
	border-radius:29px;

}

@media screen and (max-width:600px) {
  	.mail-col-info {
		width: 73%;
	}

  	.mail-info-time {
  		display:none;
  	}
}
@media screen and (max-width:400px) {
  	.mail-col-info {
		width: 90%;
		margin-top: 4px;
	}
  	.mail-col-avatar {
  		display:none;
  	}
}

.avatar-image {
	width:58px !important;
	height:58px !important;
	border-radius: 50%;
}
.avatar-initial {
	font-family: 'Pacifico', cursive;
	position: absolute;
	top: 24px;
	left: 22px;
	font-size: 20px;
}

.avatar-initial-A { top:24px;left:20px; }
.avatar-initial-G { top:22px;left:19px; }
.avatar-initial-H { top:24px;left:20px; }
.avatar-initial-I { top:24px;left:24px; }
.avatar-initial-K { top:24px;left:20px; }
.avatar-initial-M { top:24px;left:18px; }
.avatar-initial-N { top:24px;left:20px; }
.avatar-initial-Q { top:24px;left:20px; }
.avatar-initial-R { top:24px;left:20px; }
.avatar-initial-U { top:24px;left:20px; }
.avatar-initial-W { top:24px;left:17px; }
.avatar-initial-Y { top:24px;left:20px; }

.avatar-image-medium {
	width:48px !important;
	height:48px !important;
	border-radius: 50%;
}

.avatar-image-small {
	width:36px !important;
	height:36px !important;
	border-radius: 50%;
}
.avatar-image-large {
	width:97px;
	height:97px;
	border-radius: 50%;
}
.comments_unused {
	padding: 10px;
}
.comment {
	font-size: 80%;
	border-left: 1px solid gray;
	padding: 10px;
	margin: 6px 10px;
}

.navbar-default {
    background-image: -webkit-radial-gradient(50px 50px, circle farthest-corner, #659fcb, #002B51);
}

.sidebar-nav a {
    color: white;
    text-decoration: none;
}
.navbar-default .navbar-brand {
   color: white;

}

.panel-primary>.panel-heading {
    color: #fff;
    background-image: -webkit-radial-gradient(50px 50px, circle farthest-corner, #659fcb, #002B51);
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
    background-image: -webkit-radial-gradient(50px 50px, circle farthest-corner, rgb(112, 203, 101), #055100);
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
    background-image: -webkit-radial-gradient(50px 50px, circle farthest-corner, #f0ad4e, #794700);
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
    background-image: -webkit-radial-gradient(50px 50px, circle farthest-corner, #d9534f, #540300);
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #901616;
}

.sidebar ul li a.active {
    background-color: #691111;
}

input[type=checkbox] {
  outline: none;
  width: 58px;
  height: 23px;
  font-size: 11px;
  line-height: 2;
  /* display: block; */
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #B9B9B9;
  -webkit-appearance: none;

  background-image: -webkit-gradient(
    linear, left top, left bottom,
    color-stop(0, #E8E8E8),
    color-stop(0.5, #E8E8E8),
    color-stop(0.5, #FDFDFD),
    color-stop(1, #FDFDFD)
  );
  box-shadow: 0px 1px 2px #AFAFAF inset;
  color: #7F7F7F;
}

input[type=checkbox]:checked {
  background-image: -webkit-gradient(
    linear, left top, left bottom,
    color-stop(0, #800080),
    color-stop(0.5, #800080),
    color-stop(0.5, #B247B2),
    color-stop(1, #B247B2)
  );
  box-shadow: 0px 1px 2px #1449A3 inset;
  color: #fff;
  text-shadow: 0px -1px 1px #000;
  border: 1px solid #99B9E8;
}

input[type=checkbox]:before {
  content: 'OFF';
  border-radius: 3px;
  border-top: 1px solid #F7F7F7;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #BABABA;
  border-left: 1px solid #BDBDBD;
  background-image: -webkit-gradient(
    linear, left top, left bottom,
    color-stop(0, #D8D8D8),
    color-stop(1, #FBFBFB)
  );
  height: 20px;
  width: 22px;
  display: inline-block;
  text-indent: 27px;
}

input[type=checkbox]:checked:before {
  content: 'ON';
  text-indent: -25px;
  margin-left: 33px;
}
.beta-option {
	margin: 20px;
}
.register-form {
	margin:20px 40px;
}
.register-form-inner {
	margin:20px 40px;
}
.interest-group {
	margin:30px 0px;
}
.btn-primary {
    color: #fff;
    background-color: purple;
    border-color: darkviolet;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    color: #fff;
    background-color: indigo;
    border-color: purple;
}
.interest-option {
	margin-left: 12px;
	margin-right: 4px;
	font-size: 140%;
}
.main-sidebar {
	background: purple;
    /* background-image: -webkit-radial-gradient(50px 50px, circle closest-corner, #1a82f7, #2F2727); */
    background-image: -webkit-radial-gradient(50px 50px, circle farthest-corner, #800080, #B247B2);
}

.q-input {
	float: left;
	width: 75%;
}
.q-input input {
	margin: 0px 10px !important;
	width: 100% !important;
}

.q-submit {
	float: left;
	width: 8%;
	min-width: 70px;
	max-width: 100px;
}
.q-submit button {
	margin: 0px 20px !important;
	width: 100%;
}

  .custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }

  .pivotArrow {
    font-size: 70px;
    position: absolute;
    right: -20px;
}
.fgColor0 {
	color: #3d3ddc;
}
.bkColor0 {
	background: #3d3ddc !important;
}
.fgColor1 {
	color: #5474cf;
}
.bkColor1 {
	background: #5474cf !important;
}
.fgColor2 {
	color: #5497cf;
}
.bkColor2 {
	background: #5497cf !important;
}
.fgColor3 {
	color: #54b4cf;
}
.bkColor3 {
	background: #54b4cf !important;
}
.fgColor4 {
	color: #63d4f4;
}
.bkColor4 {
	background: #63d4f4 !important;
}

.ask-form {
   margin: 0 auto;
   width: 600px;
   display: block;
}
.ask-form div {
    margin: 15px 10px;
}

.btn-danger {
	color: #fff;
	background-color: #270056;
	border-color: #270056;
	width: 100%;
}
.btn-danger:hover {
	color: #fff;
	background-color: #270056;
	border-color: #270056;
	width: 100%;
}
.sidebar h3 {
	margin-top: 20px;
}
.read-question {
	color:orange;
}


#container_buttons{
	margin: 0 auto;
	padding: 10px 0px 0px;
}

#container_buttons p{
	display:block;
	padding-bottom:40px;
}



.a_demo_three {
	background-color:#3b3be0;
	font-size:18px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	border-left:solid 1px #2a2aec;
	margin-left:35px;
	background-image: linear-gradient(bottom, rgb(44,44,204) 0%, rgb(62,62,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,44,204) 0%, rgb(62,62,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,44,204) 0%, rgb(62,62,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,44,204) 0%, rgb(62,62,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,44,204) 0%, rgb(62,62,229) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(44,44,204)),
		color-stop(1, rgb(62,62,229))
	);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #000;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #000;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #000;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #000;
}
.a_demo_three::before {
	background-color:#2561b4;
	content:"1";
	width:35px;
	/* max-height:29px; */
	height:100%;
	position:absolute;
	display:block;
	padding-top:8px;
	top:0px;
	left:-36px;
	font-size:16px;
	font-weight:bold;
	/* color:#8fd1ea; */
	color: white;
	text-shadow:1px 1px 0px #07076e;
	border-right:solid 1px #07076e;
	background-image: linear-gradient(bottom, rgb(10,10,125) 0%, rgb(14,14,184) 100%);
	background-image: -o-linear-gradient(bottom, rgb(10,10,125) 0%, rgb(14,14,184) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(10,10,125) 0%, rgb(14,14,184) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(10,10,125) 0%, rgb(14,14,184) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(10,10,125) 0%, rgb(14,14,184) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(10,10,125)),
		color-stop(1, rgb(14,14,184))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #000 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #000 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #000 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #000 ;
}

.a_demo_three:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,62,229) 0%, rgb(44,44,204) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,62,229) 0%, rgb(44,44,204) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,62,229) 0%, rgb(44,44,204) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,62,229) 0%, rgb(44,44,204) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,62,229) 0%, rgb(44,44,204) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(62,62,229)),
		color-stop(1, rgb(44,44,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #000;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #000;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #000;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #000;
}


.a_demo_three:active::before {
	top:-3px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #000 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #000 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #000 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #000 ;
}
.a_demo_three:hover,.a_demo_three:focus {
	text-decoration: none;
	color: white;
}

.answer-like {
	padding: 6px 18px;
	font-size: 12px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 3px 0px 0px #156785, 0px 5px 3px #000;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 3px 0px 0px #156785, 0px 5px 3px #000;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 3px 0px 0px #156785, 0px 5px 3px #000;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 3px 0px 0px #156785, 0px 5px 3px #000;
}

.answer-like::before {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 12px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 3px 0px 0px #032b3a, 0px 5px 3px #000 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 3px 0px 0px #032b3a, 0px 5px 3px #000 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 3px 0px 0px #032b3a, 0px 5px 3px #000 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 3px 0px 0px #032b3a, 0px 5px 3px #000 ;
}

.like_container {
	text-align: center;
	padding: 60px 0px;
	margin:0 auto;
	display:block;
	width:110px;
}

.like_container_left {
	float:left;
	padding:10px;
	background-color:#2561b4;
	width:45px;
	/* max-height:29px; */
	height:35px;
	display:block;
	padding-top:8px;
	top:0px;
	font-size:16px;
	font-weight:bold;
	/* color:#8fd1ea; */
	color: white;
	text-shadow:1px 1px 0px #07076e;
	border-right:solid 1px #07076e;
	background-image: linear-gradient(bottom, rgb(10,10,125) 0%, rgb(14,14,184) 100%);
	background-image: -o-linear-gradient(bottom, rgb(10,10,125) 0%, rgb(14,14,184) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(10,10,125) 0%, rgb(14,14,184) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(10,10,125) 0%, rgb(14,14,184) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(10,10,125) 0%, rgb(14,14,184) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(10,10,125)),
		color-stop(1, rgb(14,14,184))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #000 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #000 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #000 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #000 ;
}

.alike_container_right::after {
	clear: both;
}
.like_container_right a {
	float:left;
	background-color:#3b3be0;
	font-size:18px;
	text-decoration:none;
	color:#fff !important;
	height:35px;
	position:relative;
	padding:10px 20px;
	border-left:solid 1px #2a2aec;
	background-image: linear-gradient(bottom, rgb(44,44,204) 0%, rgb(62,62,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,44,204) 0%, rgb(62,62,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,44,204) 0%, rgb(62,62,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,44,204) 0%, rgb(62,62,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,44,204) 0%, rgb(62,62,229) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(44,44,204)),
		color-stop(1, rgb(62,62,229))
	);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #000;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #000;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #000;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #000;
}

.like_container_right a:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,62,229) 0%, rgb(44,44,204) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,62,229) 0%, rgb(44,44,204) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,62,229) 0%, rgb(44,44,204) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,62,229) 0%, rgb(44,44,204) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,62,229) 0%, rgb(44,44,204) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(62,62,229)),
		color-stop(1, rgb(44,44,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #000;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #000;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #000;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #000;
}

.report_container {
	float:left;
	padding:10px;
	background-color:#cbcb00;
	width:45px;
	/* max-height:29px; */
	height:35px;
	display:block;
	padding-top:8px;
	top:0px;
	font-size:16px;
	font-weight:bold;
	/* color:#8fd1ea; */
	color: white;
	text-shadow:1px 1px 0px #07076e;
	border-right:solid 1px #07076e;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px #e7ec2a, 0px 5px 0px 0px #3b3b03, 0px 10px 5px #000 ;
	-moz-box-shadow:inset 0px 1px 0px #e7ec2a, 0px 5px 0px 0px #3b3b03, 0px 10px 5px #000 ;
	-o-box-shadow:inset 0px 1px 0px #e7ec2a, 0px 5px 0px 0px #3b3b03, 0px 10px 5px #000 ;
	box-shadow:inset 0px 1px 0px #e7ec2a, 0px 5px 0px 0px #3b3b03, 0px 10px 5px #000 ;
}
.report_container_comment {
	height:20px;
	font-size:12px;
	padding-top:5px;
	-webkit-box-shadow:inset 0px 1px 0px #e7ec2a, 0px 2px 0px 0px #3b3b03, 0px 3px 2px #000 ;
	-moz-box-shadow:inset 0px 1px 0px #e7ec2a, 0px 2px 0px 0px #3b3b03, 0px 3px 2px #000 ;
	-o-box-shadow:inset 0px 1px 0px #e7ec2a, 0px 2px 0px 0px #3b3b03, 0px 3px 2px #000 ;
	box-shadow:inset 0px 1px 0px #e7ec2a, 0px 2px 0px 0px #3b3b03, 0px 3px 2px #000 ;
}

.bgYellow {
	background: yellow;
}
.ui-dialog {
	padding: 0px;
	font: 'gotham_lightregular';
	border-radius: 0px;
	border:none;
}
.ui-widget-header {
	background: rgb(14, 14, 184);
	color: white;
	border: none;
	border-radius: 0px;
}
.ui-dialog .ui-dialog-content {
	background: #2561b4;
	color: white;
}
.ui-dialog .ui-dialog-buttonpane {
	background: #2561b4;
	color: black;
	margin: 0px;
	border: none;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
/* Dialog radio buttons */
input[type="radio"] {
    display: none;
}

.radio_group {
  position: relative;
  padding: 0; }
  .radio_group input[type="radio"] {
    display: none; }
    .radio_group input[type="radio"] + label span {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-bottom: 0.5em;
      line-height: 1.2;
      clear: both;
      padding-left: 1.8em; }
      .radio_group input[type="radio"] + label span:before {
        position: absolute;
        content: "";
        border: 6px solid #c0c8d0;
        background: #c0c8d0;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        left: 0;
        margin-top: -2px; }
    .radio_group input[type="radio"]:checked + label span:before {
      border: 6px solid #22bec6;
      background: #fefffa;
    }

