/*feedback styles start */
#feedback-bottom-bar {
    overflow: visible !important;
}

.feedback-iconparent {
    position: relative;
}

.feedback-iconmain {
    left: 22px;
    top: 7px;
    position: fixed;
}

#feedback-bottom-bar header h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20.1818px;
    line-height: 22px;
    margin-left: 40px;
}

#feedback-bottom-bar {
    max-width: 90%;
}

#feedback-container {
    /*position: relative;*/
    height: 100%;
}

.feedback {
    color: #fff;
    border-color: #006165;
    display: inline-block;
    position: fixed;
    bottom: 0px;
    right: 5%;
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    min-width: 200px;
    min-height: 40px;
    width: 400px;
    z-index: 1050;
    -webkit-transform: translateZ(0px);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    outline: 0px;
}

.feedback header {
    background-color: #3F2A56;
    padding: 10px 15px;
    border-bottom-color: transparent;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    display: block;
    height: 40px;
}

.feedback header * {
    color: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
}

#unreadMsgSpanContainer {
    background-color: #fff;
    color: #006165;
    display: none;
    padding: 3px 7px;
    border-radius: 10px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 10px;
}

.feedback #toggleExpand,
.feedback #toggleCollapse {
    cursor: pointer;
}

.feedback #toggleExpand {
    display: none;
}

.feedback #toggleExpand.collapsed {
    display: block;
}

.feedback #toggleCollapse {
    display: block;
}

.feedback #toggleCollapse.collapsed {
    display: none;
}

.toprightbtn:focus {
    outline: rgb(255, 255, 255) dotted 1px;
    outline-offset: -2px;
    opacity: 1;
}

.toprightbtn:hover {
    opacity: 1;
}

button.toprightbtn.innerbtn {
    right: 44px !important;
}

button.rightMost.toprightbtn {
    right: 0px;
}

button.secondFromRight.toprightbtn {
    right: 45px;
}

button.toprightbtn {
    background: none;
    padding: 0px !important;
    border: 0px currentColor;
    border-image: none;
    overflow: visible;
    display: block;
    z-index: 1046;
    cursor: pointer;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    font-weight: 700;
    padding: 0px 0px 18px 10px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 44px;
    font-family: Arial,Baskerville,monospace;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    opacity: 0.65;
    margin: 0px;
}

.feedback-content {
    background-color: #ffffff;
    color: #000000;
    padding: 16px 16px 32px;
}

.feedback-heading {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
}

.feedback-text {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
}

.minimizedfeedback {
    min-height: unset;
}

.feedback .headerclass {
    border-bottom-color: transparent;
    border-bottom-width: 0;
    border-bottom-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    display: block;
    margin-bottom: 0;
    line-height: 23px;
}

.feedback .headerclass summary {
    border: none;
    border-radius: 10px 10px 0 0;
    line-height: 2;
}

.feedback .headerclass details {
    border: none;
    margin-bottom: 0;
}

.feedback .headerclass summary:focus,
.feedback .headerclass summary::-moz-focus-inner {
    outline-offset: -2px;
    outline-color: #015fcc;
    outline-width: 2px;
    outline-style: auto;
}

.feedback .headerclass summary h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20.1818px;
    line-height: 22px;
    display: inline;
    vertical-align: middle;
    margin-left: 11px;
}

.feedback .headerclass summary img {
    display: inline;
    margin-left: 7px;
}

.feedback .headerclass summary:hover,
.feedback .headerclass summary:focus {
    text-decoration: none;
}

.feedback .headerclass details > summary {
    list-style: none;
  }

.feedback .headerclass summary::-webkit-details-marker {
    display: none;
}
  
.feedback .headerclass summary::after {
    content: "\f077";
    font-family: "FontAwesome";
    font-weight: 600;
    float: right;
    top: 4px;
}

.feedback .headerclass details[open] summary:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 600;
    float: right;
    top: 4px;
}

.feedback .headerclass .glyphicon-chevron-up:before {
    display: none;
}

.minimizedfeedback,
.minimizedfeedback ul {
    border-radius: 10px 10px 0 0;
}

/*feedback styles end */