/* Individual Styles */

/* Top bar Type 1 Styles */
.top_bar_text{
	width: 230px;
	height: 23px;
	float:left;
	border:1px solid #F2F4F5;
	margin: 8px 0px 8px 0px;
	padding-left: 8px;
}
.top_bar_date{
	width: 198px;
	height: 23px;
	float:left;
	border:1px solid #F2F4F5;
	margin: 8px 0px 8px 0px;
	padding-left: 8px;
}
.top_bar_button{
	height: 25px;
  	line-height: 25px;
	float:left;
	border:1px solid #F2F4F5;
	margin: 8px 0px 8px 8px;
	padding:0px 12px 0px 12px;
}
.top_bar_select{
	width: 230px;
	height: 27px;
	float:left;
	border:1px solid #F2F4F5;
	margin: 8px 0px 8px 0px;
	padding-left: 8px;
}
.big_option{
	display: block;
	color: #333;
	width: calc(100% - 8px);
	padding-left: 8px;
	height: 30px;
	border-bottom: 1px solid #F2F4F5;
	line-height: 30px;
	cursor: pointer;
	background-color: #FFF;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.big_icon{
	display:inline-block;
	margin-right:18px;
	float:left;
	width:30px;
	height:30px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.medium_icon{
	display:inline-block;
	margin-right:18px;
	margin-top:7px;
	float:left;
	width:16px;
	height:16px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.big_color{
	display:inline-block;
	margin-right:18px;
	float:left;
	width:20px;
	height:20px;
	margin-top:4px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border:1px solid #F2F4F5;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.inside_color{
	display:block;
	width:18px;
	height:18px;
	margin:1px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
/* Right CP Styles */
.rcp_container{
	display: block;
	width: calc(100% - 15px);
	height: 15px;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 15px 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  	color: #222;
	/*border-bottom: 1px solid #e3e4e5;*/
}
.rcp_container input[type=text]{
	width: calc(90% - 10px);
	margin-left: 5%;
	height: 23px;
	padding-left: 8px;
	border: 1px solid #D6DCDF;
	font-weight: normal;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(254,254,254,0.74) 91%, rgba(250,250,250,0.71) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(91%,rgba(254,254,254,0.74)), color-stop(100%,rgba(250,250,250,0.71))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(254,254,254,0.74) 91%,rgba(250,250,250,0.71) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(254,254,254,0.74) 91%,rgba(250,250,250,0.71) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(254,254,254,0.74) 91%,rgba(250,250,250,0.71) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(254,254,254,0.74) 91%,rgba(250,250,250,0.71) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5fafafa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.rcp_container select{
	width: calc(95% + 1px);
	margin-left: 3%;
	height: 28px;
	padding-left: 4px;
	font-weight: normal;
	border: 1px solid #D6DCDF;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(254,254,254,0.74) 91%, rgba(250,250,250,0.71) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(91%,rgba(254,254,254,0.74)), color-stop(100%,rgba(250,250,250,0.71))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(254,254,254,0.74) 91%,rgba(250,250,250,0.71) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(254,254,254,0.74) 91%,rgba(250,250,250,0.71) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(254,254,254,0.74) 91%,rgba(250,250,250,0.71) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(254,254,254,0.74) 91%,rgba(250,250,250,0.71) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5fafafa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.option_container{
	display: block;
	width: calc(100% - 17px);
    max-height: 184px;
    margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #D6DCDF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#6b6b6b;
	font-weight:bold;
	overflow-y:scroll;
	padding: 1px;
	
	
}
.search_text_field{
	width: calc(100% - 93px);
	height: 24px;
	margin-top: 0px;
	padding-left: 52px;
	border:none;
	font-weight: normal;
	border:1px solid #D6DCDF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
}
.search_text_field:focus{
	outline:none;
	background-color:#FFF;
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.header_search_icon{
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	margin-top: 8px;
	margin-left: 19px;
}

.option_search_header{
	display: block;
	position: relative;
	color: #333;
	width: 270px;
	margin-top: 8px;
	padding: 0px 0px 5px 0px;
	height: 23px;
	line-height: 30px;
	cursor: pointer;
	background-color: #FFF;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.result_search_container{
	display: block;
	position: absolute;
	width: 230px;
    height: 0px;
    z-index: 2;
    margin: 4px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	border:none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#6b6b6b;
	font-weight:bold;
	overflow-y:scroll;
	box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.26);
	-webkit-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.26);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.26);
	-webkit-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.26);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 88%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(88%,rgba(246,246,246,1)), color-stop(100%,rgba(254,254,254,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 88%,rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 88%,rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 88%,rgba(254,254,254,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 88%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe',GradientType=1 );
}
.option{
	display: block;
	color: #333;
	width: calc(100% - 8px);
	padding-left: 8px;
	height: 30px;
	border-bottom: 1px solid rgb(242, 244, 245);
	line-height: 30px;
	cursor: pointer;
}
.option_new_series{
	display: block;
	color: #333;
	width: calc(100% - 4px);
	padding-left: 8px;
	height: 30px;
	border-bottom: 1px solid rgb(242, 244, 245);
	line-height: 30px;
	cursor: pointer;
	background-color: #FFF;

}
.option_series{
	display: block;
	color: #333;
	width: calc(100% - 8px);
	padding-left: 8px;
	height: 30px;
	border-bottom: 1px solid rgb(242, 244, 245);
	line-height: 30px;
	cursor: pointer;
}
.hidden_checkboxes{
	display:none;
}

.main_btn {
  background-color: #139DD9;
  border-color: #204d74;
  display: inline-block;
  width: calc(95% + 1px);
  margin-left: 3%;
  margin-top:10px;
  padding-left: 4px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
}