@charset 'UTF-8';

.list_select_menu_title {
    display: block;
    margin: 0;
    padding: 10px 10px 4px;
    color: #000;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    background: #A69776;
    height: fit-content;
}

#girl-rating{
    position: relative;
    border-radius: 5px;
    border: solid 1px #b6daec;
}
#girl-rating:nth-child(odd){
    margin: .5em 0.5em .5em 0.5em;
    position: relative;
    background: #f1f1f1 !important;
    padding: 10px;
}
#girl-rating:nth-child(even){
    margin: .5em 0.5em .5em 0.5em;
    background: none !important;
    position: relative;
    background: #fff !important;
    padding: 10px;
}
.break{
    clear: both;
    border-bottom: solid 1px #b9b2b2;
    width: 60%;
    margin: 0 0 1em 0;
}
.rateTitle{
    color:#878a05;
    font-weight:bold;
    position: absolute;
    font-size: 1.1em;
}
.rateStar{
    color:#ff591c;
}
.ratedGirl{
    color: #7d67c3;
    font-size: 13px;
}
.ratedGirlName{
    font-weight: bolder;
    color: #f70adc;
    font-size: 1.1rem;
}
.ratedGirlImg{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.ratedGirlImg img{
    width: 100% !important;
    margin: -25% 0 0 0 !important;
}
#rateComment{
    width: 100%;
    clear: both;
}
.rated-date, .rated-customer{
    font-size: 0.8rem;
}   

.list_select_box {
	position: relative;
	width: 100%;
	margin: 0 0 12px;
	overflow: hidden;
	background: #e6d5bf;
}


.list_select_menu_title span{
	float: right;
}

input[type="checkbox"].on-off{
	display: none;
}

.list_select_menu ul {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: -2px 0 0;
	list-style: none;
	background: white;
	overflow: hidden;
}

.list_select_menu li {
	float: left;
	width: 46%;
	margin: 20px 2% 0;
}

.select_label {
	display: inline-block;
	width: 100%;
	padding: 10px 0 10px 6px;
	background: #D2D2D2;
	border-radius: 10px;
	border: solid 1px #FFF;
	font-size: 1rem;
}

.select_label_nobg{
	background:none !important;
}

.select_button {
	float: left;
	width: 45% !important;
	margin: 0px 1% !important;
	background: none !important;
	border-radius: 10px;
	border: none !important;
	text-align: center;
}
.select_button_ext{
	padding-bottom: .5em;
}

input[type="checkbox"].on-off + ul {
	height: 0;
	overflow: hidden;
}

.list_select {
	position: absolute;
	top: 3px;
	right: 0px;
	width: 45%;
	background: #FF66B2;
}

.list_select a {
	display: block;
	padding: 6px 6px 10px;
	color: #FFF;
	text-decoration: none;
}

.list_active {
	height: 40px !important;
	color: #ff66b2 !important;
	background: #FFF;
}

.list_select dd {
	float: left;
	height: 42px;
	margin: 0;
	line-height: 1.2;
	text-align: center;
}

.list_text {
	width: 100%;
	padding: 2px 0 0;
	font-size: 85%;
}

.list_tile, .list_list {
	width: 33%;
}

.filter_options{
	margin-top: 1.5em;
}
.filter_options select{
	width: 47% !important;
}

.select_button select {
	width: 100%;
    height: 37px;
    margin: 0 auto;
    border: solid 1px #CCC;
    border-radius: 10px;
}
.select_button select:nth-child(odd) {
	float: left;
}
.select_button select:nth-child(even) {
	float: right;
}

.select_button button {
    height: 38px;
    margin: 0 auto;
    color: #FFF;
	background: linear-gradient(to bottom, rgb(187, 185, 185) 0%,rgb(97, 97, 97) 100%);
    border-radius: 10px;
    position: absolute;
    right: 7px;
    border: none;
    border-radius: 0;
}

.all_girls_next_btn {
	display: inline-block;
	width: 90%;
	margin: 0px 0 10px 4%;
	padding: 6px 5px 6px 5px;
	background-image: linear-gradient( white,#F1F1F1 );
	box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.4);
	border-radius: 0px;
	font-size: 85%;
	text-align: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.all_girls_next_btn img {
	display: block;
	margin: 4px 0 0 6px;
}

.girls_all_wrap{
	margin-top: 25px;
}

.entry_day{
   color: #213F97; 
  font-weight: bold;
  text-align: right;
	padding-right: 3px;
	font-size: 0.8rem;
	padding-bottom:0;
	line-height: 20px;
	height:20px;
}

input[type="checkbox"].on-off:checked + ul{
	height: auto;
	justify-content: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#txt_freeword{
	width: 98%;
	font-size: 1.2rem;
}