﻿
    .feedbackHandle
    {
        /* background-image: url(/img/tellus.png); */
        background-color: #feb511;
        width: 120px;
        height: 40px;
        position: fixed;
        top: 395px;
        right: 0px;
        margin-right: -60px;
        padding: 10;
        font-size: 150%;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
    }
    
    .rotate {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    
    .feedbackOverlay
    {
        z-index: 10000;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        background-color: #555555;
        opacity: .8;
        display: none;
    }
    
    .feedback
    {
        width: 800px;
        background: #ffffff;
        border: 1px solid #001a8f;
        position: absolute;
        top: 200px;
        left: 200px;
        display: none;
        z-index: 10001;
    }
    
    #feedback-flyout
    {
        font-family: Segoe UI, Verdana;
        font-size: 12pt;
    }
    
    .feedbackheader.mainheader
    {
        display: inline-block;
        background-color: #f1f1f1;
        width: 750px;
        height: 110px;
        float: left;
    }
    
    #feedback-feedbackarea
    {
        margin: 10px 0 20px 0;
        min-height: 232px;
        background-color: White;
    }
    
    div.feedbackarea
    {
        float: left;
        margin: 20px 0 0 40px;
        width: 340px;
    }
    
    .feedbackarea li
    {
        width: 310px;
        cursor: pointer;
        background-color: #f9f9f9;
        border-top: 1px solid #dcdcdc;
        display: block;
        padding: 15px;
        margin: 0 0 0 0;
        line-height: 20px;
        webkit-margin: 0px;
    }
            
    .feedbackarea li p
    {
        margin: 0 0 0 0;
    }
    
    .feedbackarea li.selected
    {
        background-color: #1578c2;
    }
    
    .feedbackarea li.selected p
    {
        color: White;
    }
    
    .feedbackarea ul
    {
        width: 340px;
        /* overflow-y: scroll; */
        overflow-x: hidden;
        height: 255px;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        list-style-type: none;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0px;
        margin: 5px 0 0 0;
        padding: 0 0 0 0;
    }
    
    .feedbackarea textarea
    {
        height: 185px;
        margin-top: 5px;
        background-color: #f9f9f9;
        border: 1px solid #dcdcdc;
        font-family: Segoe UI, Verdana;
        font-size: 12pt;
        padding: 10px;
    }
    
    .feedbackarea #rateus
    {
        /* margin-top: 15px;
        background-color: #f9f9f9;
        border: 1px solid #dcdcdc;
        height: 232px;
        padding: 10px; */
    }
    
    #feedback-close
    {
        float: right;
        border: 0;
        padding-top: 10px;
        padding-bottom: 55px;
        height: 110px;
        padding-right: 15px;
        background-color: #f1f1f1;
        font-size: 250%;
        width: 50px;
        cursor: pointer;
        color: #999999;
    }
    
    .feedback-tab
    {
        font-weight: 500;
        font-size: 14px;
        float: left;
        padding: 10px;
        background-color: #e0e0e0;
        margin-top: 2px;
        margin-left: 10px;
        cursor: pointer;
        height: 21px;
        width: 150px;
        text-align: center;
    }
    
    .feedback-tab.selected
    {
        background-color: White;
    }
    
    div.rating
    {
        margin: 10px 0 0 40px;
        width: 720px;
    }
    
    .footerbutton
    {
        background-color: #feb511;
        width: 340px;
        height: 50px;
        border: 0;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        color: White;
        cursor: pointer;
        /* margin-left: 10px;
        margin-right: 10px; */
    }
    
    .feedbackError
    {
        width: 320px;
        height: 50px;
        border: 0;
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
        color: Red;
    }
    
    a.footerlink, a.footerlink:visited
    {
        font-size: 80%;
        margin-right: 10px;
        margin-left: 10px;
        text-decoration: none; 
        color:Black;
    }
    
    label
    {
        font-weight:500;
        font-size: 14px;
    }
