﻿/* DEBUG */
/*html {
    overflow-x: auto;
    overflow-y: scroll;
}*/

/* GLOBAL */

body {
    font-size: 14px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    color: #3f4343;
    overflow-x: hidden;
    background-color: #fff;
}
html {
	overflow-x: hidden;
}
@media screen and (max-width:950px) {
	html,
    body {
        overflow-x: hidden;
		position: relative;
    }
}
header {
	position: relative;
	z-index: 2000;
}

.main-content {
	position: relative;
	z-index: 0;
}

a.button {
    text-decoration: none;
    cursor: pointer;
}

.weak {
    font-weight: normal;
}
.sprite-icon {
    background-image: url("/Content/Images/Shared/icons.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 23px;
    width: 23px;
    display: block;
}
h1, h2, h3 {
    font-family: "ff-din-round-web", sans-serif;
    font-weight: 700;
    line-height: 100%;
    color: #e6304a;
}

h1 {
    font-size: 1.79em;
}

h2 {
    font-size: 1.42em;
}

h3 {
    font-size: 1.14em;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

input {
    border-width: 0;
}
input:focus {
    outline: none;
}

/* CONTACT LIST*/
#contact-list {
  width: 215px;
  position: fixed;
  right: 0;
  top: 0;
   bottom: 0;
  /*border-left: 1px solid #A2A3A3; 
  background-color: #e1f2f4;*/
  background-color: #EFF2E9;
  
	z-index: 1000;
}
#contact-list .collapse-btn {
    display: none;
}


@media screen and (max-width:950px) {

}
#contact-list ul {
  margin: 0px;
  padding: 0px;
	position: absolute;
	top: 0;
	bottom: 42px;
  list-style: none outside none;
  width: 215px;
  overflow: auto;
}
#contact-list ul a {
    text-decoration: none;
}
#contact-list ul li{
    position: relative;
    top: 0px;
    height: 50px;
    margin-left: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #B1CBCB;*/
    border-bottom: 1px solid #DFE2D9;
}
#contact-list ul li.stationary{
    margin-left: 0px;
}
#contact-list ul li.template {
   display: none;
}
#contact-list ul li .button-start-chat {
    color: #FFFFFF;
    background-color: #6CC4C9;
    background-image: url(/Content/Images/Shared/icons.png);
    background-repeat: no-repeat;
    background-position: -300px 0;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    font-weight: 700;
    font-size: 100%;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 3px 8px 2px 23px;
    width: 33px;
    cursor: pointer;
}
#contact-list ul li .photo-show-peer-profile {
    cursor: pointer;
    float: left;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
}
#contact-list ul li .photo-show-peer-profile img {
    width: 50px;
 }
#contact-list ul li .details {
    float: left;
    width: 120px;
}
#contact-list ul li .details .like-status {
    font-size: 12px;
}
#contact-list ul li .unseen-messages-count{
    position: absolute;
    left: 170px;
    background-color: #6BBEC1;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 22px;
}
#contact-list ul li.offline .details,
#contact-list ul li.offline .details .name-show-peer-profile {
    color: #90958F;
}
#contact-list ul li .details .name-show-peer-profile {
    color: #EB2469;
    cursor: pointer;
    font-family: "ff-din-round-web-1","ff-din-round-web-2",sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
    margin: 10px 0 4px;
    display: block;
}
#contact-list ul li .details .online-status {
    display: none;
}
#contact-list ul li:hover .details .like-status,
.touch #contact-list ul li .details .like-status {
    display: none;
}
#contact-list ul li:hover .details .online-status,
.touch #contact-list ul li .details .online-status {
    display: block;
}
#contact-list .footer {
    height: 42px;
    width: 215px;
    /*background: #e1f2f4;
    border-top: 1px solid #3f4343;*/
    border-top: 1px solid #DFE2D9;
    background-color: #EFF2E9;
	position: absolute;
	bottom: 0;
}
#contact-list #sound-toggle 
{
  height: 24px;
  width: 24px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url(/Content/Images/ContactList/sound_toggle.png) no-repeat;
  background-position: 3px 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  margin: 10px;
}

#contact-list #sound-toggle:hover 
{
  background-color: #DFE2D9;
}

#contact-list #sound-toggle.disabled
{
  background-position: 3px -30px;
}


@media screen and (min-width:951px) and (max-width: 1220px) {
    #contact-list {
        position: fixed !important;
        top: auto !important;
        bottom: 0;
        right: 100px;
        height: 430px;
        border-radius: 5px 5px 0 0;
        -moz-box-shadow: 0 3px 10px rgba(0,0,0,.7);
        -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.7);
        box-shadow: 0 3px 10px rgba(0,0,0,.7);
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', direction='135', strength='3'), 
         progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', direction='180', strength='5'), 
         progid:DXImageTransform.Microsoft.Shadow(color='#999999', direction='225', strength='3');
    }
    #contact-list .collapse-btn {
        display: block;
        height: 14px;
        cursor:pointer;
        position: relative;
    }
        #contact-list .collapse-btn::before,
		#contact-list .collapse-btn:before {
            display:block;
            position:absolute;
            top: 6px;
            left: 50%;
            margin-left: -6px;
            border-top: 6px solid #6cc4c9;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            content: "";
        }
	#contact-list.collapsed {
		height: 38px;
	}
	#contact-list.collapsed ul,
	#contact-list.collapsed .footer {
		/*display: none;*/
	}
	    #contact-list.collapsed .collapse-btn::before,
		#contact-list.collapsed .collapse-btn:before {
			display:block;
            position:absolute;
            top: 6px;
            left: 50%;
            margin-left: -6px;
            border-top: 0px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
			border-bottom: 6px solid #6cc4c9;
            content: "";
        }

	#contact-list ul {
		position: absolute;
		top: 38px;
		bottom: 0;
		height: auto;
	}
	#contact-list .title {
		color: #eb2469;
		font-weight: bold;
		font-size: 16px;
		line-height: 16px;
		padding-left: 10px;
		font-family: "ff-din-round-web-1","ff-din-round-web-2",sans-serif;
		padding-top: 18px;
	}
	#contact-list .title.hidden {
		opacity: 0;
		filter:alpha(opacity=0);
		display: block !important;
	}

	#contact-list .footer {
		top: 392px;
		bottom: auto;
	}
}

@media screen and (max-width: 950px) {
	#contact-list {
        position: fixed;
	    top: 0 !important;
		margin-top: 0 !important;
	    right: 0;
	    width: 0;
		height: auto !important;
	    bottom: 0;
	    z-index: 100000;
	    border: 0;
		overflow: hidden;
    }
	#contact-list.expanded {
		width: 80%;
		box-shadow: -2px -2px 5px rgba(0,0,0,.4);
        filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', direction='135', strength='3'), 
         progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', direction='180', strength='5'), 
         progid:DXImageTransform.Microsoft.Shadow(color='#999999', direction='225', strength='3');
	}
	#contact-list .collapse-btn {
		background: url("../Images/mobile-chat-toggle.png") 50% 50% no-repeat;
		width: 50px;
		height: 50px;
		position: absolute;
		display: block;
		top: 0;

		left: 100%;
		margin-left: -50px;
		cursor: pointer;
		-moz-box-shadow: none;
		                 -webkit-box-shadow:none;
		                 box-shadow: none;
	}

	#contact-list ul {
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
		bottom: 42px;
		width: auto;
		overflow-y: auto;
	}
		#contact-list ul li {
			width: 100%;
		}

	#contact-list .footer {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		width: auto;
	}
}

/* FOOTER */

#footer {
    margin: 0 auto;
    height: 80px;
    width: 940px;
    position: relative;
    padding: 50px 0 60px 0;
	z-index: 0;
}

#footer ul {
    display: block;
    list-style: none;
    height: 40px;
    margin: 0;
    padding: 0;
}

#footer ul.three {
    margin: 0;
}

#footer li {
    display: block;
    float: left;
    background-color: #6cc4c9;
    width: 156px;
    height: 20px;
    padding: 0 10px;
    margin: 0 0 20px 0;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#footer li:hover {
    background-color: #40b2b8;
}
@media screen and (max-width:950px) {
    #footer li:hover {
        background-color: transparent;
    }
}

#footer li + li {
    margin: 0 0 20px 15px;
}

#footer a {
    display: block;
    color: #f4f6f0;
    text-decoration: none;

    font-family: "ff-din-round-web", sans-serif;
    font-weight: 500;
}

#footer a:hover {
    color: #f4f6f0;
}
@media screen and (max-width:950px) {
    #footer a:hover {
        color: black;
    }
}

#error-page {
    margin-top: 60px;
    height: 500px; 
}

#error-page .error-header {
    font-size: 1.57em;
    color: #6cc4c9;
}

@media screen and (max-width:950px) {
    #footer {
        padding-right: 0;
        width: 100%;
        height:auto;
        line-height:10px;
        padding:0;
        padding-top: 20px;
        font-size: 0.9285em;
    }
        #footer::after {
            display:block;
           clear:both;
           content:"";
        }

        #footer li + li {
            margin-left: 0;
        }

        #footer li {
            width: auto;
            float: none;
            height: auto;
            padding: 0;
            background-color: transparent;
        }

        #footer ul {
            float: left;
            width: 45%;
            height:auto;
            padding-left:10px;
            padding-top:10px;
        }

        #footer li a {
            color: black;
        }

            #footer ul a:hover {
                text-decoration: underline;
                background-color: transparent;

            }
}


.hidden {
	display: none !important;
}

@media screen and (min-width: 951px) and (max-width: 1220px) {
    .tablet-hide {
        display:none !important;
    }

}

@media screen and (max-width: 950px) {
    .tablet-show {
        display: none !important;
    }
}



@media screen and (min-width: 1221px) {
    .tablet-show {
        display: none !important;
    }
}


@media screen and (max-width: 950px) {
    .tablet-show {
        display:none !important;
    }
	.mobile-hide, .usabilla_live_button_container {
		display: none !important;
	}
}

@media screen and (min-width: 951px) {
	.mobile-show {
		display: none !important;
	}

}
/*
   ipad 
*/
html.touch .tablet-show {
    display: initial !important;
}

.show-in-touch {
	display: none;
}

.touch .show-in-touch {
	display: block;
}

/* Help button */
.help-button {
    background: url("/Content/Images/Profile/help-icon-pink.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    width: 27px;
    float: right;
    position: relative;
}

/* Help dialog */
.help-dialog {
    display: none;
    box-shadow: 0 2px 5px #666666;
    border: 0 none;
    border-radius: 15px 15px 15px 15px;
    background-color: #FFFFFF;
    z-index: 1;
    position: absolute;
    width: auto;
    padding: 25px 15px;
    top: -20px;
    color: #3F4343;
    width: 350px;
}
.help-dialog.left {
    right: 30px;
}
.help-dialog.right{
    left: 30px;
}

.help-button:hover .help-dialog {
    display: block;
}
.help-dialog .header {
      margin: 0 0 10px;
      color: #6CC4C9;
      font-size: 1.42em;
}
.help-dialog ul {
    color: #3F4343;
    margin: 0 0 10px;
    padding-left: 20px;
}
.help-dialog .pointer-left{
    background: url("/Content/Images/Profile/pointer-left.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    left: -15px;
    top: 22px;
    width: 17px;
    position: absolute;
}
.help-dialog .pointer-right{
    background: url("/Content/Images/Profile/pointer-right.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    right: -15px;
    top: 22px;
    width: 17px;
    position: absolute;
}

/* Live chat */
.live-chat {
    position: absolute;
    height: 40px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.live-chat .live-chat-text {
    vertical-align: top;
    display: inline-block;
    color: #FFFFFF;
    font-family: "ff-din-round-web",sans-serif;
    line-height: 100%;
    font-size: 21px;
    line-height: 41px;
    margin-right: 7px;
}
.live-chat .live-chat-icon {
    vertical-align: top;
    display: inline-block;
    background-image: url("/Content/Images/Profile/live-chat-icon.png"); 
    width: 40px;
    height: 41px;
}
.live-chat:hover .help-dialog {
    display: block;
}
.live-chat .help-dialog {
   margin-right: 25px;
    /*width: 290px;*/
    width: 230px;
    padding: 0;
    min-height: 80px;
}
.live-chat .help-dialog a {
    text-decoration: none;
}
.live-chat .help-dialog a:hover {
    text-decoration: none;
}
.live-chat .help-dialog .header {
    padding-top: 20px;
    padding-left: 15px;
    color: #e6304a;
    font-weight: 200;
    /*padding-right: 60px;*/
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
    font-family: "ff-din-round-web", Arial;
    /* same as footer height:
    margin-bottom: 32px;
    */
}
.live-chat .help-dialog .footer {
    bottom: 0px;
    height: 32px;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 5px 5px #666666;
    background-color: #FFFFFF;
    width: 290px;
    position: absolute;
    bottom: 0px;
    display: none;
}
/*
.live-chat .help-dialog .live-chat-female {
    background-image: url("/Content/Images/Profile/live-chat-female2.png"); 
    width: 74px;
    height: 74px;
    border-radius: 0px 0px 15px 0px;
    margin-top: -64px;
    margin-left: 216px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
*/

.help-button:hover .help-dialog {
    display: block;
}

#lint {
    float: right;
    margin-right: 100px;
}



#lint .live-chat {
    position: absolute;
    top: 10px;
    height: 41px;
    width: 140px;
    cursor: pointer;
    margin-right: 180px;
}
#lint .live-chat-icon {
    position: absolute;
    right: 0;
    top: 0;
}

#lint .live-chat .help-dialog {
    margin-top: 12px;
}

.live-chat.mobile-show {
	height: 20px;
	cursor: pointer;
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.live-chat.mobile-show .live-chat-icon {
	background-image: url(/Content/Images/Profile/live-chat-icon-inverted.png);
	background-size: 20px auto; 
	width: 20px;
	height: 20px;
}

.noscroll,
.noscroll body {
	overflow: hidden;
}