/* Minification failed. Returning unminified contents.
(643,28): run-time error CSS1019: Unexpected token, found ' '
(643,28): run-time error CSS1019: Unexpected token, found ' '
(643,28): run-time error CSS1042: Expected function, found ' '
(643,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(644,31): run-time error CSS1019: Unexpected token, found ' '
(644,31): run-time error CSS1019: Unexpected token, found ' '
(644,31): run-time error CSS1042: Expected function, found ' '
(644,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*
    Font and text color
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/opensans/v11/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/opensans/v11/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/opensans/v11/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/opensans/v11/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(../fonts/opensans/v11/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/opensans/v11/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(../fonts/opensans/v11/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/opensans/v11/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
body {
  font-family: "Open Sans", "Segoe UI", Sans-Serif, Arial;
  color: #555;
}
/*
    Button base
*/
.btn {
  border-radius: 3px;
  padding: 5px 11px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.05);
  font-weight: 600;
  letter-spacing: .1px;
  text-shadow: none;
  -webkit-transition: border-color ease-in-out 0.1s, color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.1s, color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.1s, color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.1s, color ease-in-out 0.15s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}

body {
    font-size: 16px;
    line-height: 1.5;
}
h3 {
    font-size: 20px;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-weight: 600;   /* semi bold */
}
h2 {
    margin-top: 24px;
    margin-bottom: 24px;
}
.btn-xlg
{
    font-size: 20px;
    font-weight: 600;
}
.form-group
{
    margin-bottom: 24px;
}
label
{
    font-weight: 600; /* semi bold */
}
.col-sm-4 img {
    max-width: 100% !important;
}
/* _Layout.cshtml*/
@media (max-width: 767px) {
    #header-container:after {
      content: "";
      display: table;
      clear: both;
    }
}
@media (min-width: 992px) {
    .hdsearch {
        width: 200px;
    }
}
#wrap
{
    height: auto !important;
    margin: 0 auto -100px;
    min-height:100%;
    padding:0 0 100px;
    position: relative;
}


.list-group-lf .popover {
    font-size: 87.5%;
    max-width: 200px;
}

#etherpad-dialog
{
    overflow-y: hidden;
}
/* Edit roles tooltip and reputataion "Detail" tooltip*/
.rolename .popover
{
    font-size: 85%;
    font-weight: normal;
    line-height: 24px;
    max-width: 200px;
}
.popover .post-body
{
    max-height: 300px;
    overflow-y: auto;
}

/* Positions */
.relative-position
{
    position: relative;
}
/* Displays */
.inline-block
{
    display: inline-block;
}
.block
{
    display: block;
}


.nowrap
{
    white-space: nowrap;
}



.full-width
{
    width: 100%;
}

/* List of posts */
.list-group-lf, .list-group-dense, .list-group-loose
{
    padding-left: 0;
    list-style: none;
}
.list-group-lf > li, .list-group-dense > li, .list-group-loose > li
{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
}
.list-group-loose > li
{
    padding: 32px 0;
}
.list-group-lf > li
{
    padding: 16px 0 16px 8px;
}
.list-group-lf.no-left-padding > li
{
    padding-left: 0;
}
.list-group-lf > li  a.bold, .list-group-lf > li div.details > p > a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.list-group-dense > li
{
    padding: 8px 0;
}
.list-group-dense.post-meta > li {
    padding: 5.5px 0;
}
.list-group-dense.sp-padding > li
{
    padding-bottom: 3px;
}
    .list-group-loose.nobordertop > li, .list-group-dense.nobordertop > li
    {
        border-top: none;
        margin-bottom: 0;
    }
    .list-group-dense.noborderbottom > li:last-child {
        border-bottom: none;
    }


.list-group-noborder
{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.list-group-noborder li
{
    padding-top: 8px;
    padding-bottom: 8px;
}
.list-group-noborder.loose li
{
    padding-top: 16px;
    padding-bottom: 16px;
}
.list-group-noborder li:first-child
{
    padding-top: 0;
}
.list-group-noborder li:last-child
{
    padding-bottom: 0;
}
.list-group-noborder.cols li:first-child {
    padding-top: 8px;
}
.list-group-noborder.cols li:last-child {
    padding-bottom: 8px;
}
.list-group-following
{
    margin-top: 15px;
}
/* Groups page */
h1 .alert {
    line-height: 1.42857;
}
/* Search for mobile view*/
@media (max-width: 991px) {
    #search-top
    {
        background-color:#eee;
        margin-top: -16px;
        padding-bottom:8px;
        padding-top: 8px;
        margin-bottom: 20px;
    }
}

/* Home page */
.titleSearchLink {
    vertical-align: bottom;
}
#home-top {
    background-color:#eee;
    margin-top:-20px;
    padding-top:40px;
    padding-bottom:40px;
    border-bottom:1px solid #ddd;
    margin-bottom:40px;
}
@media (max-width: 767px) {
    .xs-nofloat {
        float: none !important;
    }
    .xs-margin-top-sm {
        margin-top: 5px;
    }
    .xs-pull-right {
        float: right !important;
    }
}
.nofloat {
    float: none !important;
}
@media (max-width: 991px) {
    .sm-nofloat {
        float: none !important;
    }
    .sm-pull-left {
        float: left !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .md-pull-left {
        float: left !important;
    }
}
h3.home-sub
{
    margin-top: 0;
}
/* QuestionList */
a.topic-link
{
    white-space: nowrap;
}
.pre-answer > span {
    border: 1px solid #555;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 10px;
    line-height: 26px;
    padding: 2px;
    text-align: center;
    margin-top: 3px;
}
.pre-answer.inprogress > span
{
    background-color: #e5edb8;
    color: #6d8d3b;
    border-color: #e5edb8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.pre-answer.inprogress > i
{
    font-size: 24px;
}

/*related quetions, attachment list, most viewed */
.list-unstyled.loose > li:first-child, .list-unstyled.dense > li:first-child, .list-unstyled.lg > li:first-child, .list-unstyled.xmd > li:first-child {
    margin-top: 0;
}
.list-unstyled.loose > li:last-child, .list-unstyled.dense > li:last-child, .list-unstyled.lg > li:last-child, .list-unstyled.xmd > li:last-child {
    margin-bottom: 0;
}
.list-unstyled label
{
    font-weight: normal;
}
ul.topic-filter-list > li > input[type="checkbox"]
{
    margin-top: 0;
    float: left;
}
ul.topic-filter-list > li > label
{
    margin-left: 25px;
    display: block;
}

/* Link preview, shared by both post form and post */
.link-box {
    margin-bottom: 24px;
    padding: 16px;
}
.link-box .help-block {
    margin-top: 4px;
}
.link-box .preview-link-image {
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    width: 142px;
    min-height: 50px;
}
.link-box .preview-link-content {
    padding-left: 16px;
    padding-right: 16px;
}
.link-box img.preview-image {
    max-height: 120px;
    max-width:110px;
    height:auto;
    width:auto;
    margin-right: 10px;
    background-color: black;
}

/* Attachment box */
.box
{
    border: 1px solid #ddd;
    border-radius: 5px !important;
    padding: 8px 8px;
}
.list-unstyled.lg > li
{
    margin: 32px 0;
}
.list-unstyled.xmd > li {
    margin: 24px 0;
}
.list-unstyled.loose > li
{
    margin: 16px 0;
}
.list-unstyled.dense > li {
    margin: 8px 0;
}
#attachment-list .dropdown {
    height: 32px;
    margin-top: 0;
}
/* large inline picture */
.post-content .post-body-inner img, .post-content .img-div img, .except img, #events-list img, .post-content .img-div video, 
.revision img, .detailsDiv .details img
{
    height: auto !important;
    max-width: 100%;
}
    .post-content .post-body-inner img.large, .post-content .img-div img.large
    {
        cursor:url('../Images/zoom.cur'), default;
    }
.post-content .post-body-inner iframe, .revision iframe
{
    max-width: 100%;
}
.post-content .hide {
    display: none !important;
}
.postIframe iframe
{
    width: 100%;
    max-height: 500px;
}

.empower-div {
    position: relative;
}
.empower-year {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.achievementList .empower-div {
    width: 50px;
    margin-right: 16px;
}
.achievementList .empower-year {
    font-size: 6px;
    bottom: 2px;
}
#badgesModal .empower-div {
    max-width: 100px;
}
.badge-block img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    #badgesModal .empower-year {
        font-size: 10px;
        bottom: 0;
    }
}

/* Group Private/Hidden badge */
li.stickyli {
    padding-top: 30px;
    position: relative;
}
li.stickyli:first-child {
    margin-top: 10px;
}
.pinned {   /* background color in theme.less file*/
    padding-right: 8px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #fff;
}
.group-badge {
    font-size: 14px;
    line-height: 14px;
    background-color: #f5f9f6;
    border-radius: 2px;
    padding: 8px;
    display: inline-block;
}

html.no-touch .hovershow .target {
    display: none;
}
html.no-touch .hovershow:hover .target {
    display: block;
}
/* Events */
.hdivider {
    height: 1px; 
    background-color: #ddd;
    margin: 32px 0 24px;
}
.hdivider > span, .hdivider > a
{
    background-color: #fff;
    position: relative;
    top: -0.7em;
}
/* Edit Group*/
#groupForm.maxWidth {
    max-width: 200px;
}
    #groupForm.maxWidth textarea {
        min-height: 300px;
    }
.banner
{
    background-color: #d9eee5;
    margin-top: -20px;
    padding: 40px 0;
}
.outerPartial
{
    border: 1px solid #555;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 30px;
    max-width: 800px;
    margin-bottom: 10px;
}
.askPartial
{
    height: 300px;
}
.selectedPartial
{
    width: 50%;
}
.repPartial
{
    width: 60%;
}
.vcenter
{
    display: inline-block;
    display: inline \0; /* IE8 and below, if no whitespace before'\0' it will also apply on ie9 */
    vertical-align: middle;
    float: none;
}
.table-mid {
    display: table-cell;
    vertical-align: middle;
}
/* Error Page */
#error-block
{
    margin-top: 120px;
    max-width: 760px;
}
#error-icon
{
    font-size: 180px;
}

@media (max-width: 767px) {
    #error-block
    {
        margin-top: 0;
    }
    .sm-text-center
    {
        text-align: center;
    }
}

.affix {
    top: 20px;
    z-index: 20;
}

.checkbox-container {
    padding: 5px;
}


/* Search */
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    margin-bottom: 1px;
    padding: 2px 12px;
    height: 28px;
}
    .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
        margin: 0;
        padding: 2.5px 16px;
        font-size: 14px;
        background-color: #eee;
        border: none;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        margin-right: 5px;
        margin-bottom: 3px;
    }
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    line-height: 0.95;
}
.searchGroup {
    padding-left: 4px;
}

/* Modal dialogs */
/* make ckeditor dialog show above modal create event*/
#badgesModal .modal-dialog {
    height: calc(100% - 60px);
    height: -moz-cal(100% - 60px);
    height: -webkit-cal(100% - 60px);
}
#badgesModal .modal-content {
    height: 100%;
}
#badgesModal .modal-body {
    overflow-y: hidden;
    padding: 0;
    height: inherit;
}
#badgesModal .modal-body-inner {
    height: calc(100% - 66px);
    height: -moz-calc(100% - 66px);
    height: -webkit-calc(100% - 66px);
    padding: 30px;
    overflow-y:auto;
}
.modal-open #badgesModal {
    overflow-y: hidden;
    padding-right: 0 !important;
}
.close.greyhover:hover, .close.greyhover:focus {
    background-color: #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.close.greyhover {
    padding: 6px;
    margin: -6px;
}
.close.greyhover i {
    display: block;
}
.close.greyhover i.icon16 {
    height: 16px;
}
.close.greyhover i.icon24 {
    height: 24px;
}

.modal-border-bottom
{
    border-bottom: 1px solid #e5e5e5;
}
.modal-border-top {
    border-top: 1px solid #e5e5e5;
}
/* Share this question */
.text-noborder
{
    border: none;
    width: 100%;
    outline: none;
}
#share-form textarea, #invite-form textarea, #groupForm textarea
{
    height: 100px;
}
#coauthor-form .coAuthor-name {
    margin-top: 2px;
    margin-left: 4px;
}
#coauthor-form .grantCoAuthor-header {
    font-weight: 600;
}
.media-body {
    width: 10000px;
}

.media-left, .media-right, .media-body {
    vertical-align: middle;
}

div.drop-emailto div.name   /* space between avatar and user name*/
{
    /*margin-left:15px;
    padding-top:10px;*/
}
.topic-description {
    margin-bottom: 24px;
}
.topic-ask {
    margin-bottom: 20px;
}
/* Topic list */
ul.topic-group li i
{
    visibility:hidden;
    margin: 6px 3px 0 5px;
}
ul.topic-group li span {
    line-height: 1.75;
    display: inline-block;
    padding: 2px;
}
ul.topic-group li span a
{
    display: inline-block;
    max-width: 150px \0; /*fall back for IE8*/
    max-width: -moz-calc(100% - 24px);
    max-width: -webkit-calc(100% - 24px);
    max-width: calc(100% - 24px);
    color: #555;
}
ul.topic-group li a:hover
{
    text-decoration:none;
}
ul.topic-group li, .modal-dialog #topicFilter li
{
    border: 1px solid transparent;
    margin-bottom: -1px;
}
ul.topic-group li
{
    padding: 0;
    margin-bottom: 4px;
}
ul.topic-group li.selected span
{
    border-width: 2px;
    border-style: solid;
    border-radius: 24px;
    text-decoration: none;
}
ul.topic-group li.selected i
{
    visibility:visible;
}
#filter-topic-header {
    margin: 0 0 20px;
}
#topicFilter > .topicList {
    margin: 0 0 20px 16px;
}
/* log in to ask question or new reply */
#askquestion > h2, #new-answer > h2 {
    text-align: center;
}

.badgeTitle14 { /* semibold badge title in Member achivements badge tooltip */
    font-size: 14px;
    font-weight: 600; 
}

#noti-set select {/*not in use*/
    min-width: 144px;
}

@-moz-document url-prefix() { 
    /* scr 134620 */
    abbr[title], abbr[data-original-title] {
        text-decoration: none;
    }
}

.avatar-preview{
    min-height: 200px;
    min-width: 200px;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.vertical-align-top {
    vertical-align:top;
}
span.link-underline {
    cursor: pointer;
}
.link-underline:hover, .link-underline:active, .link-underline:focus,
div.details a:hover,  div.details a:active, div.details a:focus,
 .post-body-inner .post-body-raw a:hover,  .post-body-inner .post-body-raw a:active,  .post-body-inner .post-body-raw a:focus,
div.popover-content a:hover, div.popover-content a:active, div.popover-content a:focus,
div#new-answer > h2 > a:hover, div#new-answer > h2 > a:active, div#new-answer > h2 > a:focus,
div#askquestion.topic-ask h2 a:hover, div#askquestion.topic-ask h2 a:active, div#askquestion.topic-ask h2 a:focus,
div.alert.alert-warning.text-center.alert-margin a, span.message a, #groupForm a.avatar-change:hover span,
 #groupForm a.avatar-change:focus span, #groupForm a.avatar-change:active span {
    text-decoration: none !important;
    -webkit-transition: color 150ms;
    -moz-transition: color 150ms;
    transition: color 150ms;
    border-bottom: 1px solid; 
    margin-bottom: -1px;
}
div.popover-content a.no-underline:hover, div.popover-content a.no-underline:active, div.popover-content a.no-underline:focus {
    border-bottom: 0; 
    margin-bottom: 0;
}
/* Capsule shape topic label in post page */
.topics-capsule {
    line-height: 2;
    margin-top: -16px;
    margin-bottom: 16px;
}
.topics-capsule a.topic-link, .topics-capsule span.topic-link {
    border-width: 2px;
    border-style: solid;
    margin-right: 8px;
    padding: 1px 8px 2px 8px;
    border-radius: 20px;
    font-size: 12px;
    height: 2em;
    font-weight: 600;
    text-decoration: none;
}
.topics-capsule a.topic-link.ellipsis.ellipsis-topic-link {
    padding: 4px 8px 4px 8px;
    height: auto;
    line-height: 1em;
    max-width: 160px;
    width: auto;
}
.topics-capsule .select-topic-link:hover, .topics-capsule li.selected .select-topic-link {
    border-width: 2px;
    border-style: solid;
    padding: 0 8px 0 0;
    margin-right: -8px;
    border-radius: 24px;
    text-decoration: none;
}
.topics-capsule .select-topic-link a.tag-name {
    margin-top: -3px;
    margin-bottom: -1px;
}
div.text-muted.post-info-line > span {
    vertical-align: top;
}
div.text-muted.post-info-line span.topics-capsule {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 0;
    min-width: 250px;
    max-width: -moz-calc(100% - 275px);
    max-width: -webkit-calc(100% - 275px);
    max-width: calc(100% - 275px);
}
.btn-link, .btn-link:hover, .btn-link:active, .btn-link:focus {
    text-decoration: none !important;
}
.btn-neutral,
.btn-cancel,
.btn-flat {
  color: #555;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  font-weight: 600;
}
.btn-neutral:hover,
.btn-cancel:hover,
.btn-flat:hover,
.btn-neutral:hover:focus,
.btn-cancel:hover:focus,
.btn-flat:hover:focus {
  color: #555;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-neutral:focus,
.btn-cancel:focus,
.btn-flat:focus {
  color: #555;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-neutral:active,
.btn-cancel:active,
.btn-flat:active,
.btn-neutral.active,
.btn-cancel.active,
.btn-flat.active,
.btn-neutral:hover:active,
.btn-cancel:hover:active,
.btn-flat:hover:active,
.open > .dropdown-toggle.btn-neutral,
.open > .dropdown-toggle.btn-cancel,
.open > .dropdown-toggle.btn-flat {
  color: #555;
  background-color: #c6c6c6;
  border-color: #c6c6c6;
  background-image: none;
}
.btn-neutral:focus,
.btn-cancel:focus,
.btn-flat:focus,
.btn-neutral:active:focus,
.btn-cancel:active:focus,
.btn-flat:active:focus,
.btn-neutral.active:focus,
.btn-cancel.active:focus,
.btn-flat.active:focus,
.btn-neutral.focus,
.btn-cancel.focus,
.btn-flat.focus,
.btn-neutral:active.focus,
.btn-cancel:active.focus,
.btn-flat:active.focus,
.btn-neutral.active.focus,
.btn-cancel.active.focus,
.btn-flat.active.focus {
  box-shadow: 0 0 0 1px #fff inset;
}
.btn-neutral.disabled,
.btn-cancel.disabled,
.btn-flat.disabled,
.btn-neutral[disabled],
.btn-cancel[disabled],
.btn-flat[disabled],
fieldset[disabled] .btn-neutral,
fieldset[disabled] .btn-cancel,
fieldset[disabled] .btn-flat,
.btn-neutral.disabled:hover,
.btn-cancel.disabled:hover,
.btn-flat.disabled:hover,
.btn-neutral[disabled]:hover,
.btn-cancel[disabled]:hover,
.btn-flat[disabled]:hover,
fieldset[disabled] .btn-neutral:hover,
fieldset[disabled] .btn-cancel:hover,
fieldset[disabled] .btn-flat:hover,
.btn-neutral.disabled:focus,
.btn-cancel.disabled:focus,
.btn-flat.disabled:focus,
.btn-neutral[disabled]:focus,
.btn-cancel[disabled]:focus,
.btn-flat[disabled]:focus,
fieldset[disabled] .btn-neutral:focus,
fieldset[disabled] .btn-cancel:focus,
fieldset[disabled] .btn-flat:focus,
.btn-neutral.disabled:active,
.btn-cancel.disabled:active,
.btn-flat.disabled:active,
.btn-neutral[disabled]:active,
.btn-cancel[disabled]:active,
.btn-flat[disabled]:active,
fieldset[disabled] .btn-neutral:active,
fieldset[disabled] .btn-cancel:active,
fieldset[disabled] .btn-flat:active,
.btn-neutral.disabled.active,
.btn-cancel.disabled.active,
.btn-flat.disabled.active,
.btn-neutral[disabled].active,
.btn-cancel[disabled].active,
.btn-flat[disabled].active,
fieldset[disabled] .btn-neutral.active,
fieldset[disabled] .btn-cancel.active,
fieldset[disabled] .btn-flat.active {
  background-color: #e5e5e5;
  border-color: rgba(229, 229, 229, 0.5);
}
.btn-neutral .badge,
.btn-cancel .badge,
.btn-flat .badge {
  color: #e5e5e5;
  background-color: #555;
}
.btn-red {
  color: #fff;
  background-color: #d54230;
  border-color: #d54230;
  font-weight: 600;
}
.btn-red:hover,
.btn-red:hover:focus {
  color: #fff;
  background-color: #ce3d2b;
  border-color: #ce3d2b;
}
.btn-red:focus {
  color: #fff;
  background-color: #d54230;
  border-color: #d54230;
}
.btn-red:active,
.btn-red.active,
.btn-red:hover:active,
.open > .dropdown-toggle.btn-red {
  color: #fff;
  background-color: #c43726;
  border-color: #c43726;
  background-image: none;
}
.btn-red:focus,
.btn-red:active:focus,
.btn-red.active:focus,
.btn-red.focus,
.btn-red:active.focus,
.btn-red.active.focus {
  box-shadow: 0 0 0 1px #fff inset;
}
.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #d54230;
  border-color: rgba(213, 66, 48, 0.5);
}
.btn-red .badge {
  color: #d54230;
  background-color: #fff;
}
a.danger {
  color: #d54230;
}
a.danger:active,
a.danger:hover,
a.danger:focus {
  color: #ce3d2b;
}
/* Button link */
.btn-link {
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
}
.btn-link.btn-link {
  box-shadow: none;
}
.btn-link.btn-link.dropdown-toggle {
  color: #555;
  margin-bottom: -1px;
}
.btn-link.btn-link.dropdown-toggle:hover,
.btn-link.btn-link.dropdown-toggle :focus {
  text-decoration: none;
}
.btn-dropdown {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
  font-weight: normal;
}
.btn-dropdown:active,
.btn-dropdown.active,
.open > .btn-dropdown {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* button related stuff moved here from Site.css */
.btn-icon {
  position: absolute;
  top: 6px;
  right: 24px;
  z-index: 2;
}
.btn-dropdown.btn-block i {
  margin-top: 2px;
}
.btn-sp {
  font-size: 24px;
  line-height: 24px;
  padding: 4px 7px;
  height: 32px;
}
.btn-sp i {
  font-size: 24px;
  height: 24px;
  display: block;
}
.btn-square {
  padding: 7px 10px;
}
.btn-padding-left-16 {
  padding-left: 16px;
}
.input-group .form-control {
  border-right: none;
}
.input-group .form-control:focus + span.input-group-btn .btn-transparent {
  border-color: #66afe9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 1;
}
/*.top-search {
    width: 226px;
}*/
.top-search .btn {
  padding: 5px 6px;
}
.top-search .btn-clear {
  margin-right: 8px;
}
.join-btn {
  font-size: 0;
}
.join-btn > button {
  margin-left: 10px;
  margin-right: 0;
}
.btn-icon.close {
  color: #555;
  opacity: 1;
}
/* Solve icon+text button inline element whitespace: set icon font margin-right, default whitespace = 4px, totally 6px */
button > i:not(:last-child) {
  margin-right: 2px;
}
/* spacing between two button side by side: 8px. (default whitespace = 4px) */
.btn-cancel {
  margin-left: 4px;
}
.btn-flat {
  border: none;
  border-radius: 0 0;
}
/* Corporate Color */
.btn-lf-corporate {
  color: #fff;
  background-color: #ff6305;
  border-color: #ff6305;
  font-weight: 600;
}
.btn-lf-corporate:hover {
  color: #fff;
  background-color: #eb5800;
  border-color: #eb5800;
}
.btn-lf-corporate:focus,
.btn-lf-corporate:active,
.btn-lf-corporate.active,
.open > .dropdown-toggle.btn-lf-corporate {
  color: #fff;
  background-color: #d14f00;
  border-color: #d14f00;
}
.btn-lf-corporate:active,
.btn-lf-corporate.active,
.open > .dropdown-toggle.btn-lf-corporate {
  background-image: none;
}
.btn-lf-corporate:focus,
.btn-lf-corporate:active:focus,
.btn-lf-corporate.active:focus,
.btn-lf-corporate.focus,
.btn-lf-corporate:active.focus,
.btn-lf-corporate.active.focus {
  box-shadow: 0 0 0 1px #fff inset;
}
.btn-lf-corporate.disabled,
.btn-lf-corporate[disabled],
fieldset[disabled] .btn-lf-corporate,
.btn-lf-corporate.disabled:hover,
.btn-lf-corporate[disabled]:hover,
fieldset[disabled] .btn-lf-corporate:hover,
.btn-lf-corporate.disabled:focus,
.btn-lf-corporate[disabled]:focus,
fieldset[disabled] .btn-lf-corporate:focus,
.btn-lf-corporate.disabled:active,
.btn-lf-corporate[disabled]:active,
fieldset[disabled] .btn-lf-corporate:active,
.btn-lf-corporate.disabled.active,
.btn-lf-corporate[disabled].active,
fieldset[disabled] .btn-lf-corporate.active {
  background-color: #ff6305;
  border-color: #ff6305;
}
.btn-lf-corporate .badge {
  color: #ff6305;
  background-color: #fff;
}

.btn-upload {
  position: relative;
  overflow: hidden;
}
.btn-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  -webkit-transform: translate(-300px, 0) scale(4);
  -ms-transform: translate(-300px, 0) scale(4);
  -o-transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
* html .btn-upload {
  line-height: 24px;
  margin: 1px -3px 0 0;
}
* + html .btn-upload {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}

.btn-clear
{
    visibility: hidden;
    position: absolute;
    bottom: 6px; 
    right: 24px;
    z-index: 2;
    height: 21px;
}
.btn-clear i {
    display: block;
    height: 16px;
}
.form-group.relative-position > .btn-clear {
    right: 9px;
}
.input-group > .btn-clear {
    right: 51px;
}
.btn-clear:focus, .btn-clear:active, .btn-clear.show {
    visibility: visible;
}
input::-ms-clear
{
    display: none;
}
#viewer-modal {
    position: relative;
    overflow: hidden;
}

#viewer-dialog {
    padding-right: 0 !important;
}

#viewer-modal-body {
    width: 100%;
    height: 90%;
    margin: 0;
    padding: 0;
}

.docu-thumbnail {
    cursor: pointer;
}

.viewer-loading-page {
    width: 100%;
    height: 100%;
    margin: 0 0;
    position: absolute;
    background: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

#viewer-modal-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; /*315px;*/
    bottom: 0; /*62px;*/
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    /*text-align: center;*/
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    border: 0;
}

#viewer-navbar {
    text-align: center;
}

#viewer {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding: 0;
}

#viewer-page-no {
    text-align: center;
    width: 30px;
}

.viewer-dialog-button {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.viewer-dialog-button:focus {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #bbb;
}

.viewer-dialog-button:focus:hover {
    color: #333;
}
#prevDoc.viewer-dialog-button, #nextDoc.viewer-dialog-button {
    font-size: 34px;
    height: 34px;
}
#viewer-modal-header {
    height: auto;
    margin: 0;
    padding: 15px;
}

.viewer-toolbar-element {
    line-height: 40px;
    height: 40px;
}

#viewer-title {
    margin-right: 30px;
}

#viewer-wrapper {
    overflow: visible;
    width: 100%;
    height: 100%;
    text-align: center;
}

#viewer-scrollbar-wrapper {
    overflow: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.viewer-center-pane {
    overflow: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;    
    position: absolute;
    transition: 0.75s
}

.viewer-center-pane.notransition{
     transition: none;
}
.viewer-center-pane.right-opened {
    padding-right: 320px;
}
.viewer-center-pane.right-opened.right-lg {
    padding-right: 520px;
}
.viewer-center-pane iframe {
    width: 100%;
    border: none;
    height: 100%;
    /*overflow-y: auto;*/
}

#viewer-zoom-in {
    margin-left: 15px;
    margin-right: 60px;
}

#viewer-zoom-out {
    margin-right: 15px;
}

#viewer-scale-selector {
    min-width: 110px;
    font-size: 14px;
    border-radius: 4px;
    padding: 0;
    height: 34px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.viewer-scale-button {
    height: 110%;
    margin-left: -1px;
    margin-top: -9px;
    width: 102%;
    padding: 6px 12px;
}
/*#viewer-page-no {
    border-radius: 4px;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}*/

#viewer-post-switch {
    min-width: 170px;
    padding-right: 20px;
    text-align: left;
    float: right;
    border-width: 0;
    border-left: 1px solid #e5e5e5;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
}
#viewer-post-switch.pane-opened {
    width: 320px;
}

.viewer-post-icon {
    margin-left: 15px;
    margin-right: 15px;
}

#viewer-thumbnail-switch {
    text-align: center;
    float: left;
    border-width: 0;
    width: 60px;
    border-color: #dddddd;
    border-right: 1px solid #e5e5e5;
}

    #viewer-thumbnail-switch.pane-opened {
        background-color: #e8e8e8;
    }

#viewer-dialog .modal-content {
    background-color: #f5f5f5;
}

#viewer-navbar {
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    width: 100%;
    margin: 0;
    display: block;
}

    #viewer-navbar > a {
        line-height: 40px;
    }

.viewer-block {
    border-radius: 2px;
}

#viewer-navbar > span {
    font-size: 14px;
}

/* Document Viewer right pane*/
.viewer-right-pane {
    right: -320px;
    width: 320px;
    height: 100%;
    /*float: right;*/
    position: absolute;
    padding: 15px 0;
    overflow-y: auto;
    border-left: 1px solid #e5e5e5;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    z-index: 10;
}

#viewer-post.viewer-right-pane {
    top: 40px;
}

.viewer-right-pane.pane-opened {
    right: 0;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
}

.viewer-right-pane.right-lg {
    width: 520px;
}

.viewer-right-pane .post-block-outer, .viewer-right-pane h1, .viewer-right-pane h3, .viewer-right-pane .viewer-padding {
    padding-left: 16px;
    padding-right: 16px;
}
#viewer-post #answer, #viewer-post #replies {
    background-color: #fff;
}

#viewer-post .group-div {
    position: relative;
    margin-left: 16px;
}

#viewer-post .post-block-outer.highlight-bg {
    background-color: #eee;
}
#viewer-post #list-topics {
    display: none;
}
#viewer-post .vote-div {
    margin-bottom: 7px;
}
#viewer-post .post-card .comments-div.not-empty {
    margin-left: -16px;
}
#viewer-post .post-card .post-block {
    padding-left: 16px;
}
#viewer-post .padding-left-56-notphone {
    padding-left: 8px;
}
#viewer-post #repliesHeaderWrapper h1 {
    line-height: 1;
    margin-top: 0;
}
#viewer-post .question-newreply-header, #viewer-post .discussion-newreply-header {
    margin-left: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
}
#viewer-post .change-sort-followups, #viewer-post .changeview, #viewer-post .filter-post {
    margin-top: 0;
    margin-bottom: 0;
}
#viewer-post .subpost-filter-group {
    margin-top: 16px;
    margin-bottom: 16px;
}
.viewer-right-pane div.comments-div.not-empty {
    padding-left: 0;
    padding-right: 0;
}

.viewer-right-pane .answerEditor, .viewer-right-pane .postouter {
    margin-left: 0 !important;
}

.viewer-right-pane .hidden-xs, .viewer-right-pane .hidden-dialog {
    display: none !important;
}

.viewer-right-pane .margin-left-56-notphone, .viewer-right-pane .margin-left-md-notphone {
    margin-left: 0;
}

.viewer-right-pane .col-sm-11, .viewer-right-pane .col-sm-2, .viewer-right-pane .col-sm-10, .viewer-right-pane .col-sm-4 {
    width: 100%;
}

.viewer-right-pane .visible-xs:not(.hide) {
    display: block !important;
}

.viewer-right-pane .xs-nofloat {
    float: none !important;
}

.hideTitle {
    display: none;
    margin-top: 0;
}

#viewer-post .hideTitle {
    display: block !important;
}
/* Document Viewer left pane*/
#viewer-thumbnail-pane {
    width: 150px;
    left: -150px;
    height: 100%;
    float: left;
    overflow-x: visible;
    position: absolute;
    overflow-y: auto;
    border-right: 1px solid #e5e5e5;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    z-index: 10;
}

    #viewer-thumbnail-pane.pane-opened {
        left: 0;
        -webkit-transition: 0.75s;
        -moz-transition: 0.75s;
        -o-transition: 0.75s;
        transition: 0.75s;
    }

.viewer-thumbnail-block {
    margin: 0;
    background-color: #f5f5f5;
    cursor: pointer;
    text-align: center;
}

    .viewer-thumbnail-block.viewer-thumbnail-selected {
        margin: 0;
        background-color: #e8e8e8;
    }

.viewer-thumbnail-pagetag {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    height: 15px;
    width: 40px;
    background-color: #e8e8e8;
    font-size: 11px;
    text-align: center;
}

.viewer-thumbnail-image {
    margin: 20px auto 10px auto !important;
}

body.viewer-open {
    overflow: hidden;
}
/*styles for sheet preview*/
#viewer-sheet-nametabbar {
    width: 100%;
}

.viewer-sheet-name-tab {
    float: left;
    height: 100%;
    text-align: center;
    font-size: 14px;
    top: 10%;
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    border-radius: 0;
    border: 1px solid #e5e5e5;
    padding: 5px;
    cursor: pointer;
}

.viewer-loading-block {
    width: 100%;
    height: 100%;
}

#viewer-loading-icon {
    margin-top: 60px;
    margin-bottom: 24px;
}

#viewer-loading-text {
    font-size: 16px;
    color: #555;
}

/* styles for carousel*/
#prevDoc, #nextDoc {
    position: absolute;
    top: 50%;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    /*width: 34px;*/
}

#prevDoc {
    left: 12px;
}

#nextDoc {
    right: 12px;
}

@media (max-width: 405px) {
    #viewer-modal-header .close.margin-right-lg, #viewer-modal-header .modal-title #viewer-title {
        margin-right: 8px;
    }
    .viewer-option-container {
        display: block;
    }
}

@media (max-width: 585px) {
    #viewer-modal-header .modal-title .linkDDL .dropdown-menu {
        width: 200px;
    }
}
