.tblContainer {
    display: table;
    width: 100%;
}

.tblCellLeft {
    display: table-cell;
    width: 200px;
    min-width: 200px;
}

.tblCellRight {
    display: table-cell;
    display: relative;
    width: auto;
    padding-left: 10px;
    vertical-align: top;
}

.FanClubDesc {
	 width:370px; 
	 height:100px;
	}
	
a.navHeadshot {
    line-height: 25px;
}

a.navHeadshot img {
    display: inline-block;
    height: 25px;
    padding-right: 5px;
    float: left;
}

a.navHeadshot span {
    display: inline-block;
    float: left
}

.mobileTitle {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 15px;
    display: none;
}

#open_side_links {
    display: none;
}

.jsDate table {
    width: auto;
}


.myFetichesTxtArea {
	 width: 600px; 
	 height: 150px;	 
}

.selFetishes, .langFetishes {
	 width:200px; 
	 float:left; 
}

.myDetailsTable textarea {
	width: 450px;
	height: 150px;
	
 }

.flirtPhoneTxtinfo {
	 background: #cadde4 none repeat scroll 0 0;
     border-radius: 5px;
     margin-bottom: 20px;
	 margin-top: 5px;
     padding: 10px;	
}

input.searchForPerformer {
	width: 150px;
	margin-bottom: 7px;	
}

.btnFilterBlock {
	display: inline-block;
    vertical-align: middle;
}

.FilterHeader {
	background: #ebf6ff url("/images/studio-v2/special_heading_1_bg.jpg") repeat-x scroll 0 0;
    border: 1px solid #d8d5d5;
    font-size: 14px;
    padding: 5px;
    text-align: left;
	margin-bottom: 10px;	
}

.myBlogInfoBox {
	background-color: #f5f5f5;
    border: 1px solid #dddddd;
    margin: 0 0 10px 10px;
    padding: 10px;	
}

.myBlogMainText {
	 float: left;
    margin: 8px 0 0 10px;
    width: 83%;	
}

.myBlogSideImage {
	 float: left; 
}

.myBlogSideImage img {	 
	 width:251px;
	 height:210px;	
}

.myBlogNewEntry {
	 float: left;
     width: 400px;	 
 }
 
 .scheduleShift {
	 width:33%;
	 float:left;
 }
 
 .scheduleShift select {
		width:45%;
}
 .topBtn {
	 margin-top:20px;   
}
 .myBlogMessageBox {
	background: #f0f0f0 url("/images/studio-v2/message_box_bg.jpg") repeat-x scroll 0 0;
    border: 2px solid #a0a0a0;
    border-radius: 5px;
    color: #353434;
    margin: 0 0 15px;
    padding: 10px 10px 10px 15px;
    text-align: left;
	width:98%;	
 }
 
 .myBlogBox {
	float: left; 
	margin-left: 20px;  
}

.myChatRoomBans {
	border: 1px solid #000;
    height: 22px;
    width: 350px;
}


.myChatRoomReason {
	width:300px;	
}

.tipTargetBackgrounImage {
	background: #FFFFFF url(/images/studio-v2/tip-targets-edit-bg.jpg) no-repeat;	
}


.tipTarget {
	float: left;	 
    margin: 10px 0 0 25px;
    width: 530px;	
}

.tipTarget .formInput {
	width:450px;
}

.tipTarget P {
	margin-bottom:2px;
	margin-top: 20px;	
}

.tipTargetImage {
	float: left; 
}

.vodAvailable {
	width: 559px;
}

.vodImage img {
	 width:350px;
		
}

.calendarLeft {
	float:left;	
}
	
.calendarRight {
	float:left;	
	padding-left:30px;
}

.sampleImages {
	float:left; 
	width:22%; 
	padding:8px;	
}

.wishlistImage {
	width: 338px;
	height: auto;
	float: right;	
}

.manageImage {
	padding-bottom: 80px; 
	width: 630px;			
}
		
.manageImage img {
	float: left; 
	border: 1px solid #000;
	margin: 0 10px 20px 0;
	width: 264px;
	height:auto;		
}
		
.emailRequired .message_box {
	width: 560px;
 }	
 
 .memberPluginImage img {
	width:182px;
	height:auto;
}

/*** STYLES FOR ORDERING BIO SECTION ***/

.sortingArea {
    max-width: 1000px;
    height: 2290px;
    margin: 20px 0 20px 0px;
    border-top: 4px solid #f1f1f1;
    border-bottom: 4px solid #f1f1f1;
    padding: 25px 0 25px 0;
    position: relative;
    font-family: Helvetica;
}

a.saveBtn {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, .5);
	font-weight: bold;
    padding: 3px;
    box-sizing: border-box;
    text-align: center;
}

a.saveBtn span {
    background: #00a9e0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 200px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
}

a.saveBtn:hover span {
    background: #29c5f8;
}

.savingArea {
    display: block;
    position: relative;
    height: 40px;
    max-width: 1000px;
    margin: 20px 0 0px 0;
}

.fixedHeader {
    position: fixed;
    z-index: 10;
    top: 0;
    left: auto;
    width: 100%;
    margin-top: 0;
}

.fixedHeader a.saveBtn {
    text-align: center;
}

.sortingArea .section {
    height: 143px;
    width: 754px;
    left: 50%;
    margin-left: -377px;
    position: absolute;
    border: 2px solid #d4d4d4;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.displayImage {
    float: left;
    width: 607px;
    height: 143px;
    overflow: hidden;
    position: relative;
}

.displayImage span {
    display: inline-block;
    padding: 0 10px 0px 10px;
    height: 26px;
    line-height: 26px;
    background: rgba(50, 50, 50, .7);
    position: absolute;
    bottom: -28px;
    left: 66px;
    font-size: 11px;
    color: #eee;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.displayImage span a {
    color: #fff;
    display: inline-block;
    padding: 0 5px 0px 5px;
    text-decoration: none;
}

.displayImage span a:hover {
    text-decoration: underline;
}

.displayImage:hover span {
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.section .controls {
    background: #d4d4d4;
    float: left;
    width: 147px;
    height: 143px;
    box-sizing: border-box;
}

.showSection .checkbox {
    padding: 10px 5px 10px 12px;
    float: left;
    width: 25px;
    height: 25px;
}

.showSection > span {
    padding: 12px 0 0 0;
    float: left;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    color: #747474;
}

.showSection input[type=checkbox] {
    display: none;
}

.showSection label {
    height: 20px;
    width: 20px;
    background: #fff;
    display: block;
    cursor: pointer;
}

.showSection input[type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    height: 18px;
    width: 19px;
    background: url(/images/sorting/check.png) no-repeat;
    display: block;
    margin: -2px 0px 0px 5px;
    cursor: pointer;
}

.showSection .alwaysShow label {
    height: 20px;
    width: 20px;
    background: #d4d4d4;
    display: block;
    cursor: pointer;
}

.showSection .alwaysShow label:after {
    content: "";
    position: absolute;
    height: 18px;
    width: 19px;
    background: url(/images/sorting/check-white.png) no-repeat;
    display: block;
    margin: -2px 0px 0px 5px;
    cursor: default;
}

.controls .orderNumber {
    text-align: center;
}

.controls .orderNumber > span {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #747474;
}

.controls .orderNumber input {
    float: left;
    width: 40px;
    height: 50px;
    background: #fff;
    border: 3px solid #bcbcbc;
    margin: 5px 5px 0px 26px;
    color: #000;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
}

.arrowWrap {
    float: left;
    width: 40px;
    height: 50px;
    padding-top: 5px;
    position: relative;
}

.arrowWrap a {
    display: block;
    height: 25px;
    margin-bottom: 5px;
    background: #a3a3a3;
    position: relative;
}

.arrowWrap a:hover {
    background: #666;
    cursor: pointer;
}

.notShown .arrowWrap a:hover {
    background: #a3a3a3;
    cursor: default;
}

.arrowWrap a.arrowDown {
    margin-bottom: 0px;
}

.arrowWrap .arrowUp:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 9px;
    left: 12px;
}

.arrowWrap .arrowDown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 9px;
    left: 12px;
}

.order1 {
    top: 25px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/* +160 */

.order2 {
    top: 180px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order3 {
    top: 340px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order4 {
    top: 500px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order5 {
    top: 660px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order6 {
    top: 820px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order7 {
    top: 980px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order8 {
    top: 1140px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order9 {
    top: 1300px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order10 {
    top: 1460px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order11 {
    top: 1620px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order12 {
    top: 1780px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order13 {
    top: 1940px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.order14 {
    top: 2100px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.photos .displayImage {
    background: url(/images/sorting/section-photos.png) no-repeat;
}

.stats .displayImage {
    background: url(/images/sorting/section-stats.png) no-repeat;
}

.likes .displayImage {
    background: url(/images/sorting/section-likes.png) no-repeat;
}

.videos .displayImage {
    background: url(/images/sorting/section-videos.png) no-repeat;
}

.wishlist .displayImage {
    background: url(/images/sorting/section-wishlist.png) no-repeat;
}

.tiptarget .displayImage {
    background: url(/images/sorting/section-tip-target.png) no-repeat;
}

.topfans .displayImage {
    background: url(/images/sorting/section-top-fans.png) no-repeat;
}

.awards .displayImage {
    background: url(/images/sorting/section-awards.png) no-repeat;
}

.reviews .displayImage {
    background: url(/images/sorting/section-reviews.png) no-repeat;
}

.blogs .displayImage {
    background: url(/images/sorting/section-blogs.png) no-repeat;
}

.lists .displayImage {
    background: url(/images/sorting/section-lists.png) no-repeat;
}

.schedule .displayImage {
    background: url(/images/sorting/section-schedule.png) no-repeat;
}

.toptipper .displayImage { 
	background: url(/images/sorting/section-top-tipper.png) no-repeat;
}

.virtualGifts .displayImage { 
	background: url(/images/sorting/section-virtual-gifts.png) no-repeat;
}


/*** NOT SHOWN CLASSES ***/

.notShown .displayImage,
.notShown .orderNumber {
    opacity: .4;
}

.section.notShown .controls {
    background: #eee;
}

.section.notShown {
    border-color: #eee;
    margin-top: 60px;
}

.sortingArea > .notShown ~ .notShown:before {
    display: none;
}

.sortingArea > .notShown ~ .notShown:after {
    display: none;
}

.notShown:before {
    content: "";
    margin: -40px 0 0 0;
    left: 0;
    width: 100%;
    position: absolute;
    border-top: 4px solid #f1f1f1;
    height: 1px;
}

.notShown:after {
    content: "Not Shown Sections";
    font-size: 14px;
    color: #666;
    margin: -200px 0 0 275px;
    left: 0;
    position: absolute;
    display: inline-block;
    background: #fff;
    padding: 10px 25px 10px 25px;
}

/*** END STYLES FOR ORDERING BIO SECTION ***/


/*** BIO HEADER SECTION ***/

.button_3 {
	background: #ebfcf4 none repeat scroll 0 0;
	border: 1px solid #9de5c2;
	border-radius: 5px;
	color: #353434;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}

#bioHeaderWrap {
	width: 700px; 
	height: 400px; 
	overflow: hidden;
	background: #ccc;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	border: 10px solid #ddd;
}

#bioHeaderWrap span {
	display: block;
	font-size: 25px;
	opacity: .8;
	color: #fff;
	margin-top: 150px;
}

#bioHeaderWrap span span {
	display: block;
	font-size: 15px;
	margin-top: 0px;
}

#bioHeader {
	overflow: hidden; 
	border:0;
	-ms-zoom: 0.5;
	-moz-transform: scale(0.5);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.5);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	transform: scale(0.5);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.headerImageForm input[type="text"] {
	height: 25px;
	padding: 5px;
	border: 1px solid #ccc;
	
}

.headerImageForm select {
	height: 35px;
	padding: 5px;
	border: 1px solid #ccc;
	
}

.headerImageForm .helpPop {
	display: inline-block;
	position: relative;
	
}

.headerImageForm .helpPop i {
	display: inline-block;
	font-size:	14px;
	background: #0072bc;
	color: #fff;
	text-align: center;
	height: 24px;
	line-height: 24px;
	width: 24px;
	-webkit-border-radius: 50%;	
	border-radius: 50%;	
	font-style: normal;
	cursor: pointer;
}

.headerImageForm .helpPop span {
	display: none;	
}

.headerImageForm .helpPop:hover span {
	display: inline-block;
	width: 500px;
	position: absolute;
	z-index: 2;
	background: #fdf590;	
	color: #312306;
	padding: 10px;
	font-size: 12px;
	-moz-box-shadow: 	0px 2px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.4);
	box-shadow:			0px 2px 3px rgba(0,0,0,.4);
	right: -100px;
	top: 22px;
	font-family: verdana;
}

.headerImageForm .helpPop:hover span:before {
	content:			""; 
	width: 				0;
	height: 			0;
	border-right: 		8px solid transparent;
	border-bottom: 		8px solid #fdf590;
	border-left: 		8px solid transparent;
	position:			absolute;
	top:				-6px;
	right:				103px;
}

.submitButton {
	position:			absolute;
	padding:			10px;
	width:				100%;
	background:			#000;
	background:			rgba(0,0,0,.6);
	bottom:				0;
	left:				0;
	z-index:			10;
	border-top:			1px solid #555;
}

.submitButton input.button_2.button_width_200 {
	font-size:			15px;
	height:				40px;
	line-height:		35px;
	padding:			0;
	border-radius:		0;
	text-transform:		uppercase;
}

.button_reset{
	background-color: #f55 !important;
	border: 1px solid #f55 !important;
	border-radius: 7px !important;
	color: #fff  !important;
	padding: 2px 25px !important;
	width:200px !important;
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.button_reset:hover{
	background-color: #f77 !important;
}

button.newBtn,
input.newBtn,
a.newBtn {
	display:		inline-block;
	border:			1px solid #000;
	background:		#555;
	margin:			5px;
	height:			40px;
	line-height:	39px;
	box-sizing: 		border-box;
	color:			#fff;
	text-decoration: none;
	padding:		0 10px 0px 10px;
	cursor:			pointer;
	width:			200px;
	text-align:		center;
	font-weight:	bold;
}

.newBtn.grey {
	border:			1px solid #888;
	background:		#999;
	margin-left:	70px;
}

.newBtn.red {
	border:			1px solid #790000;
	background:		#990202;
}

.newBtn.blue {
	border:			5px solid #0b7ac2;
	background:		#0c85d4;
	text-transform: uppercase;
	margin-left:	170px;
	height:			50px;
	line-height:	42px;
}

.exampleImage {
	float:			left; 
	width:			55%; 
	max-width: 		800px;	
}

.exampleDesc {
	float:			left; 
	width:			40%; 
	max-width:		550px; 
	padding-left: 	10px;	
}


/** END BIO HEADER SECTION ***/


/* BADGES SECTION */
	
.badgeLeaderbrd-left {
	float: left;  
	width: 45%; 		
}
	
.badgeLeaderbrd-right {
	float: left; 
	width: 45%; 
	margin-left: 30px; 	
}

.containerBrowsePerf {
	width: 50%;
	float: left;
}

.browsePerfSearch {
	width: 450px;
	float: left;
	margin: 5px 20px 5px 0;
	clear: both;
}

.browsePerfSearch .titleWidth {
	width: 100px;	
	float: left;
}

input.buttonSearchPerf {
	clear: both;
	display: block;
	top: 10px;
	margin-bottom: 20px;
}

.browsePerfSearch input {
	width: 180px;	
}

.browsePerfSearch select {
	width: 190px;	
}

img.imgUploadTipTarget {
	float: left;
}

.containerUploadPhoto {
	float: left;
	width: 60%;	
}

.photoAlbumOptions {
	width: 100%;	
	float: left;
	margin: 5px 0;
}

.optionsText {
	width: 130px;
	text-align: right;
	float: left;
	margin-right: 10px;
}

.photoAlbumContentMain {
	width: 50%;
	float: left;
	margin-right: 1%;	
}

.photoAlbumMultFiles {
	width: 45%;
	float: left;
	border: 1px solid #e3e3e3;
	padding: 15px;
}

/* receptionist */

.roomReceptionist #picker {
	position: relative;
	display: block;
}

.roomReceptionist .colorwell {
	border: 2px solid #fff;
	width: 6em;
	text-align: center;
	cursor: pointer;
}

body .roomReceptionist .colorwell-selected {
	border: 2px solid #000;
	font-weight: bold;
}

.roomReceptionist #default_color_switch_hidden {
	display: block;
}

.roomReceptionist #default_color_switch_visible {
	display: none;
}

.roomReceptionist #default_color_table {
	display: none;
}
.roomReceptionist .color_text{
	vertical-align:top;
	margin-top:5px;
}

.receptionistType,
.receptionistSettings,
.receptionistColor,
.receptionistGreeting {
	min-height: 50px;
	border-top: 1px solid #d8d5d5;
	border-bottom: 1px solid #d8d5d5;
	border-left: 1px solid #d8d5d5;
	float: left;
	padding: 10px;
	background: #f9f9f9;
	margin-bottom: 20px;	
}

.receptionistGreeting:last-child {
	border-right: 1px solid #d8d5d5;
}

.receptionistType {
	width: 38%;
}

.receptionistSettings {
	width: 15%;
}

.receptionistColor {
	width: 5%;
}

.receptionistGreeting {
	width: 35%;
}

.receptionistGreeting input{
	width: 98%;
}

img.imgSocialMedia {
	float: left;
}

.inputSocialMedia {
	float: left;
	margin-top: 20px;
}

.button_2.button_width_200.buttonChatRoomVids {
	float: left;
	margin-right: 5px;	
}

.videoCommercials {
	width: 19%;
	height: auto;
	float: left;
	margin: 10px .5%;
}

.videoCommercials img {
	width: 100%;
}

.videoCommercials .titleCenter {
	text-align: center;	
}

.videoCommercialsMain ol.video_commercials,
.videoCommercialsMain ul.video_commercials {
	padding-left: 40px;	
} 

/* side nav links */

.sideLinks ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sideLinks li {
    background: #fff;
    border-bottom: 1px solid #d8d5d5;
    display: block;
    height: auto;
    margin: 0 2% 0 0;
    padding: 8px;
}

.sideLinks li:hover {
    background: #f7f7f7;
}

.sideLinks li a {
    color: #353434;
    display: block;
    text-decoration: none;
}
.sideLinks li.buttonActive {
	background: #d8d5d5;
}

img.imgCheckSample {
	float: left;
	margin: -25px 0 20px 0;
}

.samples input.button_1,
.samples .button_1 {
	padding-right: 0;
	padding-left: 0;		
}


@media all and (max-width: 1700px) {

	.receptionistGreeting {
		width: 33%;
	}
	
	.receptionistType,
	.receptionistSettings,
	.receptionistColor,
	.receptionistGreeting {
		padding: 1%;	
	}		
	
}

@media all and (max-width: 1670px) {
	
	.myBlogMainText {
   		width: 80%;	
	}

} 

@media all and (max-width: 1440px) {
	
	.myBlogMainText {
    	width: 70%;	
	}

}

@media all and (max-width: 1346px) {
	
	.myBlogMessageBox {	 
		width:700px;	
	}
	 
	.videoCommercials {
		width: 24%;
	}
	 
}

@media all and (max-width: 1280px) {

	.receptionistType {
		width: 60%;
	}
	
	.receptionistSettings {
		width: 30%;
	}
	
	.receptionistColor {
		width: 10%;
	}
	
	.receptionistGreeting {
		width: 80%;
	}
	
	.receptionistType,
	.receptionistSettings {
		margin-bottom: 0;	
	}
	
	.receptionistType,
	.receptionistSettings {
		border-bottom: none;
	}

	.receptionistSettings {
		border-right: 1px solid #d8d5d5;
	}
	
}

@media all and (max-width: 1258px) {
	
	  .myBlogMessageBox {	 
		width:500px;	
	 }
}
 
@media all and (max-width: 1100px) {
	
    /*** STYLES FOR ORDERING BIO SECTION ***/
    
    .fixedHeader {
        position: inherit;
        z-index: inherit;
        top: inherit;
        left: inherit;
        width: inherit;
        margin-top: inherit;
    }

    .fixedHeader a.saveBtn {
        padding-left: 0px;
        text-align: center;
    }

    .sortingArea .section {
        left: 0;
        margin-left: 0;
        max-width: 754px;
        width: 100%;
    }

    .section .controls {
        position: absolute;
        right: 0px;
    }

    .displayImage {
        max-width: 607px;
        width: 100%;
    }

    .notShown:after {
        background: #fff;
        color: #666;
        content: "Not Shown Sections";
        display: inline-block;
        font-size: 14px;
        left: 50%;
        margin: 0 0 0 -85px;
        top: -57px;
        padding: 10px 25px;
        position: absolute;
    }

    /*** END STYLES FOR ORDERING BIO SECTION ***/
	
}

@media all and (max-width: 1085px) {
	
	#vod_stats_page #dashboard_section_1 {
    	width: 41%;
	}
	
	#vod_stats_page #dashboard_section_2 {
    	width: 42%;
	}
	
	.vodAvailable {
    	height: 57px;
    	width: 400px;
	}
	
}

@media all and (max-width: 1055px) {
	
 	.myBlogMessageBox {
		width:400px;		
	 }
	 
	 .sampleImages {
		width: 31%;
	}
	 
 }
 
  @media all and (max-width: 1030px) {
	  
	.tipTargetBackgrounImage {
		background:none;
	}
	
	.tipTarget .formInput {
		width:98%;
	}
	
	.tipTarget {
    	width: 88%;
	}
}

 @media all and (max-width: 1020px) {
	 
	.myBlogMessageBox {
    	width: 90%;	
	}
}

@media all and (max-width: 1029px) {
		
	.vodAvailable {
    	height: 57px;
    	width: 350px;
	}
}

@media all and (max-width: 1000px) {

	.containerBrowsePerf {
		width: 100%;
	}
	
	.browsePerfSearch {
		width: 100%;
		margin: 5px 20px 15px 0;
		clear: both;
	}
	
	.browsePerfSearch input {
		width: 35%;	
	}
	
	.browsePerfSearch select {
		width: 36.2%;	
	}
	
	.myBlogMainText {
    	width: 70%;	
	}
	
	.myBlogNewEntry { 
		 width: 100%;	 
	 }
 
}

@media all and (max-width: 960px) {
	
	.photoAlbumContentMain {
		width: 100%;
		margin-right: 0;	
	}
	
	.photoAlbumMultFiles {
		width: 98%;
		padding: 1%;
		margin-top: 20px;
	}
	
	.videoCommercials {
		width: 32%;
	}

}

@media all and (max-width: 932px) {
	
	#vod_stats_page #dashboard_section_2 {
    	width: 47%;
	}
	
}

@media all and (max-width: 920px) {
	
	#vod_stats_page #dashboard_section_1 {
    	width: 98%;
	}
	
	#vod_stats_page #dashboard_section_2 {
    	width: 42%;
	}
	
	.vodAvailable {
    	height: 57px;
    	width: 650px;
}

#vod_stats_page .dashboard_box .box_content .tool_description {
    float: left;
    margin-top: 10px;
    width: 82%;
	}
	
}


@media all and (max-width: 900px) {
    .mobileTitle {
        display: block;
        padding-left: 40px;
        cursor: pointer;
        position: relative;
        background: #eee;
    }

    .sideLinks > ul {
        display: none;
    }

    .tblContainer {
        display: block;
    }

    .tblCellLeft {
        display: block;
        width: 100%;
    }

    .tblCellRight {
        display: block;
        display: relative;
        padding-left: 0px;
        width: 100%;
    }

    .sideLinks {
        margin: 0 0 20px 0px;
    }

    .sideLinks #open_side_links:checked ~ ul {
        display: block;
        border: 1px solid #ccc;
        border-top: 0;
        margin: 0 0 0px 0;
        width: 100%;
        box-sizing: border-box;
    }

    .mobileTitle:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background: #ccc;
        top: 0px;
        left: 32px;
    }

    #open_side_links:not(:checked) ~ .mobileTitle:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 8px solid #111;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: 21px;
        left: 8px;
    }

    #open_side_links:checked ~ .mobileTitle:before {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 8px solid #111;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: 20px;
        left: 8px;
    }

    .sideLinks li {
        margin: 0;
        padding: 13px;
    }

    .sideLinks li:hover {
        background: #fff;
    }

    .sideLinks li:last-child {
        border-bottom: 0px;
    }
	
	.myBlogMainText {
    	width: 50%;	
	}
	
	.receptionistType,
	.receptionistSettings,
	.receptionistColor,
	.receptionistGreeting {
		padding: 2%;	
	}
	
	.memberPluginImage img {
		display:none
	}	
}

@media all and (max-width: 838px) {
	
	#vod_stats_page #dashboard_section_1 {
    	width: 100%;
	}
	
	#vod_stats_page #dashboard_section_2 {
    	width: 100%;
	}
	
	.vodAvailable {
    	height: 57px;
    	width: 732px;
	}
	
	#vod_stats_page .dashboard_box .box_content .tool_description {
		float: left;
		margin-top: 10px;
		width: 77%;
	}
}

@media all and (max-width: 822px) {
	
	.vodAvailable {
    	height: 57px;
    	width: 556px;
	}
	
}

@media all and (max-width: 820px) {
	
	#vod_stats_page #dashboard_section_1 {
    	width: 100%;
	}
	
	.vodAvailable {
    	height: 57px;
    	width: 556px;
	}
	
	#vod_stats_page .dashboard_box .box_content .tool_description {
		float: left;
		margin-top: 10px;
		width: 77%;
	}
	
	.sampleImages {
		width: 47%;
	}

}

@media all and (max-width: 767px) {

	.headerImageForm input[type="text"] {
		width: 150px;
	}
	
	.exampleImage {
		float: none; 
		width: 100%; 	
	}
	
	.exampleDesc {
		float: none; 
		width: 100%; 
		padding: 10px;	
	}
	
	.newBtn.grey {
		margin-left: 0px;
	}
	
	.myFetichesTxtArea {
		height: 150px;
    	width: 96%; 
    }
	
	table.addNewProspect input {
		width: 93%;
	}
	
	table.addNewProspect select {
		width: 96%;
	}
	
	table.addALocation INPUT,
	table.addALocation TEXTAREA,
	table.addALocation SELECT {
		width: 96%;	
	}
	
	.containerUploadPhoto {
		float: left;
		width: 50%;	
	}
}

@media all and (max-width: 760px) {
	
	#vod_stats_page .date_select {
   		 width: 79%;
	}
	
	.calendarRight {
		padding-left:30px;
	}
	
	.box_content_date_select .ui-datepicker table {
    	font-size: 1.7em;
	}
	
}

@media all and (max-width: 745px) {
	
	#vod_stats_page .date_select {
   		 width: 79%;
	}
	
	#vod_stats_page .dashboard_box .box_content_date_select {
		border:0px;
	}
	
	.wishlistImage {
		width: 200px;
		
	}
	 	
}

@media all and (max-width: 745px) {
	
	img.imgCheckSample {
		float: none;	
		width: 100%;
	}

}

@media all and (max-width: 700px) {

	.receptionistColor {
		width: 95%;
	}
	
	.receptionistSettings {
		width: 60%;
	}
	
	.receptionistColor {
		width: 30.7%;
	}
	
	.receptionistGreeting {
		width: 95%;
	}
	
	.receptionistColor {
		margin-bottom: 0;	
	}
	
	.receptionistType{
		border-right: 1px solid #d8d5d5;	
	}
	
	.receptionistColor {
		border-bottom: none;
		border-left: none;
		border-right: 1px solid #d8d5d5;		
	}
	
	.receptionistGreeting {
		margin-bottom: 30px;
	}
	
	.box_content_date_select .ui-datepicker table {
    	font-size: 1.7em;
	}
	
	.emailRequired .message_box {
		 width: 93%;
	 }
		
	 .manageImage {
		 width: 98%;			
	 }
				
	 .manageImage img {
		 width: 150px;
		 height:auto;		
	 }
	 
	 .videoCommercials {
		width: 48%;
	}

}

@media all and (max-width: 652px) {
	
	#vod_stats_page #dashboard_section_1 {
    	width: 100%;
	}

	.vodAvailable {
    	height: 57px;
    	width: 440px;
	}
	
	#vod_stats_page .date_select {
    	width: 98%;
 	}
 
	#vod_stats_page .dashboard_box .box_content .tool_description { 
    	width: 70%;
	}
	
	#vod_stats_page .dashboard_box .box_content_date_select {
    border: 0 none; 
	}
}

@media all and (max-width: 620px) {
	
	.calendarRight {
		padding-top:0px;
		padding-left:2px;
	}
}

@media all and (max-width: 615px) {
	
	.sampleImages {
		width: 98%;
	}

}

@media all and (max-width: 600px) {
	
	.myBlogMainText {
    	width: 40%;	
	}
	
	img.imgUploadTipTarget {
		width: 40%;
	}
	
	.receptionistType,
	.receptionistSettings,
	.receptionistColor,
	.receptionistGreeting {
		padding: 3%;	
	}
	
	.receptionistType {
		width: 93%;
	}
	
	.receptionistSettings {
		width: 60%;
	}
	
	.receptionistColor {
		width: 26.6%;
	}
	
	.receptionistGreeting {
		width: 93%;
	}
	
	.receptionistColor {
		margin-bottom: 0;	
	}
	
	.receptionistGreeting input{
		width: 97%;
	}
	
	#vod_stats_page #available_vod.model_record .available_vod_bar {
    	width: 94%;	
	}
	
	#vod_stats_page #dashboard_section_2 {
   		 width: 85%;
	}
	
	.calendarRight {
		padding-left: 2px;
		padding-top: 0px;
	}

}

@media all and (max-width: 560px) {
	
	#vod_stats_page .dashboard_box .box_content .tool_description {
    	width: 60%;
	}
	
	.vodAvailable {
    	height: 57px;
    	width: 300px;
	}
	
	.calendarRight {
		padding-left: 0px;
		padding-top: 20px;
	}
	
	.myDetailsTable textarea {
	width: 95%;
	height: 150px;
	
 	}
}

@media all and (max-width: 500px) {

	.headerImageForm input[type="text"] {
		width: 150px;
	}
	
	.exampleImage {
		float: none; 
		width: 100%; 	
	}
	
	.exampleDesc {
		float: none; 
		width: 100%; 
		padding: 10px;	
	}
	
	.newBtn.grey,
	.newBtn.red,
	.newBtn.blue {
		width: 100%;
		margin: 10px 0px 10px 0px;	
	}
	
	.badgeLeaderbrd-left, .badgeLeaderbrd-right {
		width: 100%; 
		margin-left:0;		
	}
	
	.FanClubInput INPUT, 
	.FanClubInput TEXTAREA, 
	.FanClubInput SELECT {
		width: 95%; 		
	}
	
	.FanClubDesc {
		width: 95%;			
	}
	
	.myBlogMainText {
    	width: 98%;	
	}
	
	.myChatRoomReason {
		width:92%;
	}
	
	.wishlistImage {
		width: 200px;
	}
}

@media all and (max-width: 460px) {

	.containerBrowsePerf {
		width: 100%;
	}
	
	.browsePerfSearch {
		width: 100%;
		margin: 5px 20px 5px 0;
		clear: both;
	}
	
	.browsePerfSearch .titleWidth {
		width: 100px;	
		float: left;
	}
	
	.browsePerfSearch input {
		width: 95%;	
	}
	
	.browsePerfSearch select {
		width: 95%;	
	}
	
	.myBlogNewEntry INPUT, .myBlogNewEntry TEXTAREA, .myBlogNewEntry SELECT {
		margin: 0 3px 0 0;
		padding: 3px;
		width: 98%;
	}
	
	img.imgUploadTipTarget {
		width: 100%;
	}
	
	.containerUploadPhoto {
		width: 100%;	
	}
	
	.videoCommercials {
		width: 100%;
		margin: 0;
	}
	
	
	.scheduleShift {
		width:98%;
	}
	
	.scheduleShift select {
		width:98%;
	}
}

@media all and (max-width: 420px) {
	
	.addLocationInput input.inputBox {
		width: 95%;
		margin-bottom: 5px;
	}
	
	.addLocationInput select {
		width: 100%;
		margin-bottom: 5px;	
	}
	
	.addLocationInput .searchButton {
		width: 100%;
		margin-bottom: 5px;	
	}
	
	.form_textarea {
		height: 27px;	
	}
	
	.largePhotoAlbum input {
		width: 96%;	
	}
	
	.largePhotoAlbum select {
		width: 100%;	
	}
	
	.optionsText {
		width: 130px;
		text-align: left;
	}
	
	.vodImage img {
	 	width:95%;
		height: auto;
	}
	
	.sampleImage {
		width: 98%;
		height: auto;
	}
	
	.inputSocialMedia input {
		width: 96%;
		margin-top: 5px;
	}
	
	.inputSocialMedia {
		float: none;
	}

}

@media all and (max-width: 400px) {
	.wishlistImage {
		width: 100%;
	}
	
	 .manageImage img {
		width: 100%;
	 }
}

@media all and (max-width: 380px) { 

	.tipTargetImage {
		width:100%; 
		height:auto;
	}
	
	.receptionistType {
		width: 93%;
	}
	
	.receptionistSettings {
		width: 60%;
	}
	
	.receptionistColor {
		width: 26.7%;
	}
	
	.receptionistGreeting {
		width: 93%;
	}
	
	.receptionistColor {
		margin-bottom: 0;	
	}
	
	.receptionistGreeting input {
		width: 95%;
	}

}

@media all and (max-width: 360px) { 

	select.filtersSelect {
		width:100%;		
	}
	
	.vodAvailable {
    	height: 57px;
    	width: 252px;
	}
	
	#vod_stats_page .dashboard_box .box_content .tool_description {
		width: 98%;
	}
	
	.memberPluginInput input[type="text"],
	.memberPluginSelect select {
		width: 99%;
	}

}