.chatWidget{
	position: fixed;
    top: 45%;
    right: 5%;
}
.socialWidget{
    position: fixed;
    top: 40%;
    left:1%;
}
.chatWidget .top, .socialWidget .top {
    background-color: #F7F7F7;
    border-radius: 48px 48px 0 0;
    box-shadow: 0 1px #C9C8C9;
    height: 18px;
    margin-bottom: 1px;
    width: 37px;
}
.chatWidget .bottom, .socialWidget .bottom{
    height:18px;
    width:37px;
    border-radius: 0 0 48px 48px;
    background-color:#F7F7F7;
    box-shadow: 0px -1px #C9C8C9;
    margin-top: 1px;
}
.containerWidget {
    background-color: #F7F7F7;
    border-color: #C9C8C9 #EEEEEE;
    border-style: solid;
    border-width: 2px 1px;
    width: 35px;
}
.element {
    height: 43px;
    width: 150px;
}
.element a {
    background-color: #F7F7F7;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 43px;
    position: relative;
    width: 35px;
}
.element p {
    background-color: #F7F7F7;
    color: #E06618;
    float: left;
    font-weight: 400;
    height: 58%;
    padding: 6% 1%;
    position: relative;
    width: 100px;
    display: none;
    cursor: pointer;
}
.element.chat a {
    background-image: url("../images/chat.png");
}
.chat.element {
    /*border-bottom: 1px solid #EEEEEE;*/
}
.element.support a {
    background-image: url("../images/wrench.png");
}
.element.message a {
    background-image: url("../images/message.png");
}
.element.facebook a {
    background-image: url("../images/facebook_gray.png");
}
.element.twitter a {
    background-image: url("../images/twitter_gray.png");
}
.element.gplus a {
    background-image: url("../images/gplus_gray.png");
}
.element.in a {
    background-image: url("../images/in_gray.png");
}
.element.rss a {
    background-image: url("../images/rss_gray.png");
}
.element a span{
    border-radius: 6px;
    height: 6px;
    position: absolute;
    right: 20%;
    top: 10%;
    width: 6px;
}
.element span.red {
    background-color: #cc4738;
}
.element span.green{
    background-color: #8fc365;
}
.element span.arrowRight {
    background-image: url("../images/rightArrow.png");
    background-repeat: no-repeat;
    float: right;
    height: 10px;
    margin-right: 10%;
    margin-top: 5%;
    width: 6px;
}

/**** POPUP ****/
.ui-dialog label.error {
    background-color: #FFE9E9;
    background-image: url("../images/error.png");
    background-position: 4% 25%;
    background-repeat: no-repeat;
    border: 1px solid #F1CCCC;
    color: #CC4738;
    font-size: 14px;
    margin-bottom: 5%;
    padding: 2% 0 10% 10%;
    text-align: left;
    width: 83%;
}
.ui-widget-content.white {
    background: #FFF;
    font-family: Roboto Condensed;
}
.white .ui-dialog-titlebar, .ui-dialog .ui-dialog-titlebar-close{
     /*display: none;*/
    background: transparent !important;
    border: none !important;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    position: absolute;
    right: 2%;
    width: 20px;
}
.ui-dialog .ui-dialog-content{
    margin-top: 2%;
}

.ui-widget-content{
    background: none;
}
/*support form*/
.supportForm{
    width: 685px;
}
.containerSupport form {
    float: left;
    margin-top: 4%;
    padding: 0 7%;
}
.ui-dialog .logo {
    background-image: url("../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 27px;
    margin: 1% auto 0%;
    text-align: center;
    width: 100%;
}
.ui-dialog .text{
    clear: both;
    font-size: 16px;
    margin: 1% 0 3%;
    text-align: center;
    width: 100%;
}
.ui-dialog label {
    color: #777777;
    float: left;
    font-size: 15px;
    margin-left: 2%;
    width: 100%;
}
.ui-dialog input[type="text"],.ui-dialog select {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    clear: both;
    color: #777777;
    float: left;
    font-family: Roboto Condensed !important;
    height: 30px;
    margin-bottom: 3%;
    text-align: left;
    width: 95%;
    font-size: 14px !important;
}
.ui-widget select {
    height: 34px;
    padding: 2% 0;
}
.column {
    float: left;
    text-align: left;
    width: 48%;
}
.column.left {
    margin-right: 4%;
}
.completeColumn {
    text-align: left;
    width: 100%;
}
.completeColumn textarea{
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    clear: both;
    color: #777777;
    float: left;
    font-family: Roboto Condensed !important;
    margin-bottom: 3%;
    text-align: left;
    font-size: 1em;
    resize: none;
}
.footerDialog {
    clear: both;
    margin: 2% auto 3%;
    width: 100%;
    float: left;
}
.footerDialog label{
    color: #777777;
    float: left;
    font-size: 12px;
    width: auto;
}
.footerDialog input[type="submit"], .footerDialog.center.gray input[type="button"] {
    background-color: #FF6600;
    border-radius: 15px;
    border-width: 0;
    box-shadow: -1px -1px 0 0 #A24000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: bold;
    height: 32px;
    padding: 0 6% 1%;
    text-shadow: 0 2px 0 #A24000;
    width: auto;
    float: right;
}
.styled-select {
    background: url("../images/selectArrow.png") no-repeat scroll right center #EBEBEB;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    box-shadow: -1px 1px 0 0 #BBBBBB;
    height: 32px;
    margin-bottom: 2%;
    overflow: hidden;
    width: 94%;
}
.styled-select select {
    background: transparent;
    width: 110%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}
form input.error {
    background-image: url("../images/error.png");
    background-position: right 3% center;
    background-repeat: no-repeat;
    border: 1px solid #F1CCCC;
}
form input.ok {
    background-image: url("../images/ok.png");
    background-position: right 3% center;
    background-repeat: no-repeat;
}

/* init chat form*/
.containerChat form{
    margin: 4% auto 0 auto;
    padding: 0 7%;
    width: 240px;
    text-align: left;
}
.ui-dialog .chatBubble {
    background-image: url("../images/chatBig.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 93px;
    margin: 1% auto 0;
    text-align: center;
    width: 100%;
}
.footerDialog .arrow, .containerChatMessages .arrow {
    background-image: url("../images/arrow2.png");
    float: right;
    margin-top: 3%;
    margin-right: 3%;
    width: 11%;
}
.containerChat .footerDialog{
    margin-top: 5%;
}
/* chat messages*/
.containerChatMessages {
    margin: 0 auto;
    width: 75%;
}
.chatMessages input{
    width: 100%;
}
.containerMessages, .wrapInput{
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    min-height: 180px;
}
.wrapInput {
    float: left;
    margin-top: 3%;
    min-height: 30px;
    position: relative;
    width: 100%;
}
.wrapInput input[type="text"] {
    border: medium none;
    margin: 0;
    width: 90%;
}
.containerChatMessages .arrow {
    cursor: pointer;
    margin-top: 2%;
    position: absolute;
    right: 0;
    width: 6%;
}
.footerDialog.center.gray input[type="button"] {
    background-color: #E2E2E2;
    box-shadow: none;
    color: #9C9C9C;
    float: none;
    margin-top: 3%;
    text-shadow: 0 0;
}
.containerMessages p{
    margin: 1% 0;
    font-size: 12px;
    clear: both;
}
.containerMessages .answer {
    background-image: url("../images/quote1.png");
    background-repeat: no-repeat;
    color: #0079C3;
    margin-left: 3%;
    padding-left: 5%;
}
.containerMessages .question{
    color: #999999;
    background-image: url("../images/quote2.png");
    background-repeat: no-repeat;
    margin-left: 10%;
    padding-left: 5%;
}
.containerMessages {
    height: 180px;
    overflow-y: scroll;
}

/* thanks popup*/

.thanks .title {
    color: #000000;
    font-family: roboto;
    font-size: 24px;
    font-weight: 400;
    margin-top: 2%;
    text-align: center;
    width: 100%;
}
.thanks .description {
    color: #777777;
    font-size: 20px;
    margin: 2% 0 5%;
    text-align: center;
    width: 100%;
}
.thanks .description span {
    color: #FF6600;
    font-weight: 400;
}
.thanks .footerDialog {
    float: none;
    margin: 0 auto;
    width: 40%;
    padding-bottom: 12%;
}
.thanks .footerDialog p {
    color: #777777;
    font-size: 17px;
    font-weight: 400;
    padding-top: 5%;
}
.thanks .footerDialog > input {
    width: 49%;
}
/* survey popup */
.ui-dialog .survey.ui-dialog-content {
    padding: 0 5%;
}
.survey p {
    width: 100%;
}
.survey p span {
    color: #777777;
    float: right;
    font-size: 13px;
    margin-left: 18%;
    width: auto;
}
.itemSurvey {
    float: left;
    width: 100%;
}
.itemSurvey label, .survey .completeColumn label {
    color: #333333;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    margin: 0;
    padding-top: 2%;
    text-align: left;
    width: 70%;
}
.slider {
    clear: none;
    float: left;
    width: 22% !important;
}
a.ui-slider-handle {
    border-radius: 15px;
    box-shadow: 1px 1px 2px #A8A8A8;
}
.ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    background: none repeat scroll 0 0 #36ACF4;
}
.slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: none repeat scroll 0 0 #F1F1F1;
    border-radius: 15px;
    box-shadow: -1px -1px 0 0 #A8A8A8;
    height: 10px;
}
.survey .styled-select {
    height: 30px;
    margin-top: 3%;
    width: 34%;
}
.survey .styled-select select{
    width: 112%;
}
.itemSurvey.options > label {
    width: 61%;
}
.survey .footerDialog {
    width: 96%;
}