/*This will be the new css file going forward*/

/* General */
#main .calendar-pane a {
    text-decoration: none;
}
div.indent-section img.ui-datepicker-trigger {
    display: none;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
    vertical-align: middle;
}
.checkbox input[type="checkbox"] {
    margin-top: 3px;
}
p {
    word-break: break-word;
}
a {
    text-decoration: none;
}
a.user span.glyphicon-download-alt {
    color: #777777;
    position: relative;
    top: 4px;
}
.list-unstyled {
    list-style: none;
}
a.user span.glyphicon-download-alt:hover {
    color: #428bca;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto white;
    outline-offset: -2px
}
button.selectpicker {
    background-color: white;
}
.btn.success-muted{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto white;
    outline-offset: -2px
}
.btn.btn-default {
    background-color: white;
}
a.btn-sm.btn-default {
    background-color: white;
    border: 1px solid #ebebeb;
}
.second-filter-line {
    margin-right: 15px;
}
.btn.default-muted {
    background-color: #ebebeb;
    border-color: transparent;
    color: #666;
}
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.validation-error-area {
    border-color: #eed3d7;
    border-width: 2.5px;
}
.modal-content {
    overflow-x: hidden;
}
.no-padding {
    padding: 0;
}
.text-small,
.smalltext {
    font-size: 12px;
}
.progress-bar {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.col-sm-1.bulk_checkboxes {
    padding-left: 12px;
}
.text-required {
    color: red;
}
.inline-small {
    display: inline-flex;
    display: -webkit-inline-flex;
    max-width: 3em;
}
.inline-medium {
    display: inline-flex;
    display: -webkit-inline-flex;
    max-width: 5em;
}
.inline-large {
    display: inline-flex;
    display: -webkit-inline-flex;
}
.text-weight-normal {
    font-weight: normal;
}
.short_date_picker {
    width: 219px;
}
.panel-default.has-error {
    border-color:#b94a48;
}
td.entry {
    word-break: break-all;
}
td.label {
    color: #333;
}
table.table-responsive.rotate tr td {
    display: block;
    border: none;
}
table.table-responsive.rotate tr td.label {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}
/*  This is fixes a misalignment with the date icon and the input field
    See an example on the modify documents page    */
table.table-responsive.rotate tr td.entry {
    padding-top: 0;
    margin-bottom: 1em;
}
div.input-group.short_date_picker input {
    height: 35px;
}
.margin-bottom-none {
    margin-bottom: 0;
}
p.help-block.error {
    color: #b94a48;
}
input.hasDatepicker {
    height: 35px;
}
.select-loading-spinner {
    float: right;
    background: white;
    height: 17px;
    margin-top: 7px;
    margin-right: -15px;
    z-index: 999;
    position: relative;
}
/* END General */

/* Default/fallback local wrapper */
.workspace-connection-error {
    font-style: italic;
    color: #a0a0a0;
}
.workspace-connection-error #MPButtonBar p {
    padding-top: 1.2em;
    color: #fff;
}
.workspace-connection-error .navbar-default, div#NAV.workspace-connection-error {
    background-color: #f00;
    border-color: #f00;
}
/* END Default/fallback local wrapper */

/* Header */
.page_header .notif-region {
    display:none;
}
.page_header .notif-region.expand {
    display:block;
}
form.search_groups input.btn_search {
    display:none;
}
form.search_groups input#search_val {
    border:1px solid #999;
    margin:5px 0 0 0;
}
form.search_groups input.btn_search {
    vertical-align:top;
    padding: 5px;
    background: url(/higherlogic/ws/static/images/icon-search.png) no-repeat 50% 50%;

    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form.search_groups input[type="submit"] {
    border: 0;
    width: 15px;
    height: 29px;
    -webkit-appearance: none;
}
form.search_groups input.btn_search:hover {
    background: #999 url(/higherlogic/ws/static/images/icon-search.png) no-repeat 50% 50%;
}
#ch form.search_groups {
    float: right;
    padding: 3px 0;
    max-width:25%;
    width: 300px;
}
#ch form.search_groups input#search_val {
    float: right;
    border: 1px solid #ccc;
    height: 26px;
    background: whitesmoke url('/higherlogic/ws/static/images/commonheader/search_icon.png') no-repeat 0 0px;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-left: 30px;
}
#ch  form.search_groups input#search_val:hover {
    border: 1px solid #9C9B9B;
    background:whitesmoke  url('/higherlogic/ws/static/images/commonheader/search_icon_on.png') no-repeat 0 0px;
    -webkit-transition: border 0.2s ease-in-out, background-image 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out, background-image 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out, background-image 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out, background-image 0.2s ease-in-out;
    transition: border 0.2s ease-in-out, background-image 0.2s ease-in-out;
}
#ch ul.nav.navbar-nav {
    margin-top: 2px;
}
nav.primary-nav .nav.navbar-nav:first-of-type ul.dropdown-menu {
    min-width: 60em;
}
nav.primary-nav .nav.navbar-nav:first-of-type ul.dropdown-menu div.row {
    margin: 1em;
}
#mobile-primary-nav .nav .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}
div #mobile-primary-nav.navbar-collapse.navbar-ex1-collapse.in {
    overflow-y: inherit;
}
#ch .banner-icon {
    margin: 0 3px;
}
#ch .help {
    background: url('/higherlogic/ws/static/images/commonheader/help_icon.png') no-repeat center;
    -webkit-transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
    margin-left: 0;
    margin-right: 0;
}

#ch .nav-public .help {
    background:none;
}

#ch .help:hover {
    background: url('/higherlogic/ws/static/images/commonheader/help_icon_on.png') no-repeat center;
}

#ch .nav-public .help:hover {
    background: none;
}

#ch .logout {
    background: url('/higherlogic/ws/static/images/commonheader/logout2.png') no-repeat  center;
}

#ch .logout:hover {
    background: url('/higherlogic/ws/static/images/commonheader/logout2_on.png') no-repeat  center;
    -webkit-transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}
#ch .action-menu{
    position: relative;
}
#ch .notif-on {
    background: #c41e12;
    width: 15px;
    line-height: 116%;
    padding: 0;
    margin-top: 9px;
    margin-left: 13px;
    display: inline-block;
    border-radius: 2px;
    color: white;
    font-family: Arial;
    padding: 1px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#ch .notification .container {
    position: absolute;
    z-index: 100;
}
#ch .notification .container {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 52, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 52, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 52, 0.3);
    width: 300px;
    margin-left: -250px;
    border: 1px solid #ccc;
    background-color: white;
}
.nav-takeaction .container div.first {
    margin: 0;
    padding: 0;
}
#ch h4.notif-region-title {
     font-family: Helvetica;
     font-size: 14px;
     font-weight: bold;
     color: #444;
     padding: 10px 3px 0 0px;
     margin: 0 5px;
     border-bottom: 1px solid #e5e5e5;
}
#ch .notif-menu li h5 {
    color: #494949;
    font-size: 1.2em;
    font-weight: 300;
}
#ch .notif-menu li {
    padding: 5px 10px 10px 40px;
    border-left: 2px solid transparent;
    width: 100%;
    font-weight: 200;
    border-bottom: 1px dotted #EEEDF1;
}
#ch p.notif-list-desc {
    padding-top: 3px;
    color: #7D7D7D;
    font-size: 0.9em;
}
a#notif-container-view-projects-link {
    margin-left: 5px;
}
.nav-util {
    float: right;
    width: auto;
    z-index: 9999;
    color: #888;
}
.nav-util li {
    display: inline;
}
.nav-util a {
    font-weight: 300;
    width: auto;
    height: 15px;
    padding: 5px;
    margin: 0 5PX 0 0;
    color: #807D7D;
}
.nav-util .help a {
    color: #807D7D;
}
/* ToDo  FixMe  TBD */
/* Narrow Scope: This should be replaced with a more specific rule */
/* and the rest of the ul's should be checked for correctness */
ul {
    position: relative;
}
.nav-takeaction ul {
    list-style: none;
    padding: 0;
}
#ch .notif-menu .take_action_vote li {
    background: url(/higherlogic/ws/static/images/ballot_open.gif) no-repeat 10px 50%;
}

#ch .notif-menu .take_action_vote li:hover {
    background: #EDF8FF url(/higherlogic/ws/static/images/ballot_open.gif) no-repeat 10px 50%;
}
#ch .notif-menu .take_action_activities li  {
    background: url(/higherlogic/ws/static/images/test_16.png) no-repeat 10px 50%;
}
#ch .notif-menu .take_action_action_items li {
    background: url(/higherlogic/ws/static/images/opts_16.png) no-repeat 10px 50%;
}
#ch .notif-menu .take_action_action_items li:hover {
    background: #EDF8FF url(/higherlogic/ws/static/images/opts_16.png) no-repeat 10px 50%;
}
#ch .notif-container-off {
    margin-right: -20px;
}
@-moz-document url-prefix() {
    #ch .notif-container-off {
        margin-top: 0;
    }
}
#ch .banner-divider {
    width: 1px;
    height: 30px;
    border-left: 1px solid #f1f1f1;
    margin-top: -36px;
    margin-left: 2.5em;
}
#ch .notification .container.notif-region {
    position: absolute;
}
#ch img#avatar {
    border: 1px solid #ccc;
    margin: -1px 0 0 -1px;
}
#ch .user-action {
    margin: 0 10px;
}
.no-transition {
    -webkit-transition: height 0.001s;
    -moz-transition: height 0.001s;
    -ms-transition: height 0.001s;
    -o-transition: height 0.001s;
    transition: height 0.001s;
}
/* END Header */

/* Pagination */
.pagination>.ellipsis>a,
.pagination>.ellipsis>a:hover {
    background-color: #fff;
    cursor: default;
}
/* END Pagination */

/* Action Menus */
.workspace-content-frame .content .btn-group {
    display: inline-block;
}
/* END Action Menus */

/* Progress Bars */
.progress-bar.HL-progress-bar-grey {
    background-color: #aaaaaa;
    box-shadow: none;
}
.progress-bar {
    min-width: 9%;
}
/* END Progress Bars */

/* Project Overview */
.workspace-content-frame #overview .start_date,
.workspace-content-frame #overview .end_date {
    white-space: nowrap;
}
.project_page-details .content {
    overflow: hidden;
}
/* END Project Overview*/

/* Join Group */
#join-group table dd {
    margin-left: 1em;
    margin-bottom: 1em;
    color: #6d6d6d;
}
/* end Join Group */

/* filters */
#bulk_actions_menu {
    width: inherit;
}
#docsPerPageDiv .bootstrap-select>button {
    width: 75px;
}
#filterDiv .bootstrap-select {
    max-width: 11em;
    height: 36px;
}
#filterDiv .bootstrap-select>button {
    height: 34px;
}
#filterDiv .apply-filter {
    margin-bottom: 5px;
    height: 35px;
}
#filterDiv div.name_search,
#filterDiv div.string-search {
    height: 36px;
}
#filterDiv input.string-search {
    height: 35px;
}
#filterDiv .filter-expand-btn {
    margin-left: 0;
    height: 36px;
}
#filterDiv ul.dropdown-menu li a {
    text-align: left;
}
#advanced-filter.toggle-visible {
    display: initial;
    overflow: inherit;
}
.projects_page #advanced-filter.toggle-visible,
#documents #advanced-filter.toggle-visible,
#ws-action-items #advanced-filter.toggle-visible {
    position: relative;
    bottom: 2px;
}
#ws-action-items #filterDiv .form-group {
    margin-left: 0;
}
#documents #advanced-filter.toggle-visible,
#ballots #advanced-filter.toggle-visible {
    overflow: inherit;
}
#ballots #filterDiv .form-group {
    margin-left: 0;
}
#shift-section-down.toggle-visible {
    width:100%;
    text-align: right;
}
#divider.toggle-visible {
    border: 0;
}
#advanced-filter div.dates div.inline-block {
    height: 37px;
}
#advanced-filter div.dates input.hasDatepicker {
    height: 34px;
}
#advanced-filter div.dates div.input-group span.input-group-addon {
    height: 34.8px;
}
#advanced-filter {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
#ballots #advanced-filter {
    margin-left: -4px;
}
#ballots #advanced-filter.toggle-visible {
    margin-left: 0;
}
#filterDiv .filter-expand-btn>button {
    height: 34px;
}
#advaced-filter-spacing {
    margin-right: 9em;
    display: inline-block;
    display: -webkit-inline-box;
    display: inline;
}
#shift-section-down-label {
    display: none;
}
#shift-section-down-label.toggle-visible {
    display: initial;
}
#shift-section-down .text {
    word-break: normal;
}
/* END filters */

/* Projects Lists */
div.filters .dates .input-group {
    max-width: 10em;
}
div.filters .dates {
    margin-bottom: 3px;
}
div.filters .dates.form-group.stacked {
    margin-left: 0;
    margin-bottom: 0;
}
.dates img.ui-datepicker-trigger {
    display: none;
}
.workspace-content-frame .content .list-row .row>div:first-of-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
select#type.form-control {
    margin-right: .5em;
}
div.dates.form-group div.end label {
    margin-right: 2.3em;
}
#projects_actions_button {
    margin-top: -83px;
}
/* END Projects Lists */

/* Projects Add/Edit Pages */
#add_edit_activity_form #activity_reminders div.checkbox {
    display: inline-block;
}
#add_edit_activity_form #activity_reminders .bootstrap-select {
    width: 85px;
}
#add_edit_activity_form #activity_reminders label {
    color: #333;
}
input#project_percentage_complete_input {
    width: 60em;
}
table#p_grouplist_vis select[multiple], select[size] {
     height: 34px;
}
div#pjct_add select[size] {
    width: 129%;
}
div#notification_checkboxes button {
    background-color: transparent;
}
span.select2-container .select2-selection--single {
    height: 34px;
}
span.selection span.select2-selection.select2-selection--single span.select2-selection__rendered {
    line-height: 30px;
}
span.selection span.select2-selection.select2-selection--single span.select2-selection__arrow {
    height: 30px;
}
table#related_projects.add_multiple {
    width: 648px;
}
div.col-md-10 div#pjct_add div#active_visible_to_groups_ids select[size] {
    width: 60em;
}
div.col-md-10 div.container.workspace-content-frame input#project_percentage_complete_input {
    width:56em;
}
div.col-md-10 div.container.workspace-content-frame #related_to_this_project select {
    width: 130%;
}
div#pjct_add div#active_visible_to_groups_ids select[size] {
    width: 77.5em;
}
div.container.workspace-content-frame input#project_percentage_complete_input {
    width:60em;
}
div.container.workspace-content-frame #related_to_this_project select {
    width: 168%;
}
.btn-group.bootstrap-select.show-tick.relationship {
    display: none;
}
.project_relational_widget_button {
    margin-left: .5em;
}
.project_relational_widget_remove_button {
    float: right;
}
#allow_group_to_contribute {
    width: 9em;
}
#group_that_can_view_name {
    width: 38em;
}
/* END Projects Add/Edit */

/* Project Activies */
#add_edit_activity_form .assigned-owner {
    padding-top: .5em;
}
#add_edit_activity_form .spaced {
    display: inline-block;
    margin-left: 45px;
    width: 100%;
}
#add_edit_activity_form .k-reference-items-add-js {
    display: inline-block;
    margin-top: 45px;
}
#add_edit_activity_form td.formheading.control-label {
    display: inline-block;
    margin-left: 13px;
}
#add_edit_activity_form td.itemdetails_anchor {
    padding-left: 47px;
    display: inline-block;
}
#email-notifications .formheading {
    padding-left: .5em;
}
#activity_details {
    word-break: break-word;
}
/* END Project Activities */

/* ANSI Forms */
#ansi-forms-table div {
    word-wrap: break-word;
    white-space: normal;
}
#buttonbar, #interrupt_submit_dialog {
  	margin-left: 55px;
  	margin-right: 25px;
}
.remove_reference_item {
    margin-left: 2em;
}
.btn-sm.remove_reference_item {
    padding: 2px 7px;
}
a[id^="attached_evidence"] {
    margin-top: 2em;
}
table.k-reference-items.reference_items {
    width: 100%;
}
div#bsr-9_project_intent div.btn-group, div#consensus_group_info div.btn-group {
  	width: 819px;
}
div#bsr-9_project_intent button, div#consensus_group_info button {
		background: transparent;
}
.add-san-serif-to-text {
    font-family: sans-serif;
    margin-left: 4px;
}
#ansi-forms-back-button {
    padding: 7px 12px;
}
.required_field_help_text {
  	color: #b94a48;
}
#publish_date .input-group {
    max-width:25%
}
@-moz-document url-prefix() {
    #publish_date .input-group {
        max-width:100%
    }
}
#publish_date .ui-datepicker-trigger {
    display:none;
}
/*END ANSI Forms*/

/* Goto-menu styling */
#event_reference_item_table {
    border-top: none;
    border-bottom-width: 2px;
}
#event_reference_item_table td {
    border-left: none;
}
#event_reference_item_table th {
    padding: 8px;
    line-height: 24px;
    border-bottom-width: 0px;
}
#event_reference_item_table th:last-of-type {
    padding-left: 3.5em;
}
#event_reference_item_table p {
    margin-left: .5em;
    margin-top: 6px;
}
#event_reference_item_table .btn .caret {
    margin-left: .4em;
}
#event_reference_item_table .ref-details {
    width: 6.3em;
}
#meeting-statistics-table th {
    padding: 8px;
    line-height: 24px;
}
#goto-menu li {
    word-break: break-all;
}
/* END Projects Events */

/* Bootstrap Table Styling */
table.table {
    width: 96%;
    margin: auto;
}
table.table-full-width {
    width: 100%;
    margin: initial;
}
.table>tbody>tr>th {
    border-top: 0;
}
th.formheading.active {
    color: #666;
}
td img {
    margin-right: .5em;
}
table.table tbody tr td.remove_top_border_from_table_cell {
    border-top: transparent;
}
div.bootstrap-table table.table {
    border-bottom: transparent;
}
div.bootstrap-table div.fixed-table-container {
    border: transparent;
}
div.bootstrap-table div.fixed-table-container div table[data-toggle=table] {
    width: 96%;
    margin: auto;
    border-bottom: transparent;
}
div.bootstrap-table div.fixed-table-container div.fixed-table-body table[data-toggle=table] thead tr th {
    border-left: transparent;
}
div.bootstrap-table div.fixed-table-container div.fixed-table-body table[data-toggle=table] tbody tr td {
    border-left: transparent;
}
/* END Bootstrap Table Styling */

/* Projects Events */
h3#meeting-statistics-table-header a.glyphicon.glyphicon-cloud-download {
    color: #666;
}
#workspace-modal-dialog form[name='add-event'] div.input-group.dates {
    float:left;
    max-width: 15.1em;
}
#workspace-modal-dialog form[name='add-event'] div.input-group.dates .input-group-addon {
    border-radius: 0;
}
#workspace-modal-dialog form[name='add-event'] div.input-group.time button.btn.dropdown-toggle.selectpicker.btn-default {
    height: 35px;;
}
#workspace-modal-dialog form[name='add-event'] div.input-group.time ul.inner {
    max-height: 260px !important;
}
/* END Projects Events */

/* Goto-menu styling */
#goto-menu div.col-md-4 div,
#goto-menu div.col-md-5 div,
#goto-menu div.col-md-9 div {
    overflow: auto;
    max-height: 25em;
    margin-bottom: 1em;
    padding-right: 0;
}
#goto-menu div.col-md-4 {
    width: 33% !important;
}
#goto-menu div.col-md-5 {
    width: 41%;
}
#goto-menu .projects-on {
    width: 60em;
}
#goto-menu .projects-off {
    width: 50em;
}
#goto-menu .groups_list ul.groups_list {
    margin-left: 20px;
}
#goto-menu {
    word-break: break-word;
}
/* End Goto-menu styling */

/* Scroll Bar Styling */
::-webkit-scrollbar {
  	width: 15px;
  	height: 15px;
}
::-webkit-scrollbar-button {
  	width: 7px;
 	 	height: 0px;
}
::-webkit-scrollbar-thumb {
  	background: #ffffff;
  	border: 1px solid #969696;
  	border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  	background: #e1e1e1;
}
::-webkit-scrollbar-thumb:active {
  	background: #fffcfc;
}
::-webkit-scrollbar-track {
  	background: #edecec;
  	border: 0px solid #ffffff;
  	border-radius: 4px;
}
::-webkit-scrollbar-track:hover {
  	background: #edecec;
}
::-webkit-scrollbar-track:active {
  	background: #bcbcbc;
}
::-webkit-scrollbar-corner {
  	background: transparent;
}
/* End Scrollbar styling */

.modal-error-message {
    text-align: center;
}
.workspace-modal-alert i.fa {
    font-size: 3em;
}
.workspace-modal-alert i.fa-warning {
    color: orange;
}
.workspace-modal-alert i.fa-check {
    color: green;
}

/* Action Items */
.workspace-content-frame .filter-divider.inline {
    display: inline;
}
#event_reference_item_table .btn-group {
    padding-left: 40px;
}
#event_reference_item_table .ref-details {
    margin-left: 40px;
}
.k-reference-items.action-table.kmenuable.references_table
tbody tr.k-reference-item.kmenuable.itemdetails_container  {
    border-top: 1px solid #ddd;
}
.workgroup_page-action_items.ws6 {
    word-break: break-word;
}
/* End Action Items */

/* Groups Ballots */
#ballot-vote-btn {
    font-size: 18px;
    height: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
}
#ballot-details table.ballot_options tr td {
    display: table-cell;
    min-width: 16em;
}
#ballots_list_page {
    margin-right: 58px;
}
#recirc-ballot-date-closed .input-group.dates,
#recirc-ballot-date-open .input-group.dates {
    max-width: 20em;
}
#recirc-ballot-date-closed .entry,
#recirc-ballot-date-open .entry {
    display: inline-block;
    display: -webkit-inline-box;
}
#recirc-ballot #notification-dates .input-group.dates,
#recirc-ballot #notification-dates .input-group.dates {
    max-width: 20em;
}
#recirc-ballot #notification-dates td,
#recirc-ballot #notification-dates td {
    display: inline-block;
    display: -webkit-inline-box;
    margin-left: 1em;
}
#recirc-ballot td.form-control  {
    border-radius: 5px;
    border: 1px solid #cecece;
}
#recirc-ballot .form-control input {
    border: 0;
    width: 100%;
    height: 30px;
}
#recirc-ballot .related_projects label {
    font-weight: bold;
    margin-top: 10px;
}
#action-table_ballots th {
    padding: 3px 8px;
}
#action-table_ballots th {
    padding: 3px 8px;
}
#action-table_ballots .table>tbody+tbody {
    border-top: 1px solid #ddd;
}
#action-table_ballots .table {
    width: 100%;
    margin: initial;
}
#ballots_list_page table.table.groups_side_table {
    width: 100%;
}
.form-group.ballot_import {
    margin-top: 15px;
    margin-bottom: 0;
}
#ballots_list_page .groups_table_name {
    margin-left: 1em;
}
#ballot-result-answer-td {
    padding-right: 40px;
    padding-left: 40px;
}
#ballots_list_page td.details {
    width: 53%;
}
.ballot_vote_closed_button {
    color: white;
    background-color: #666;
    max-width: 15%;
}
#action-table_ballots a.title {
    font-weight: bold;
}
#ballots table.vote-summary {
    width: 100%;
}
#ballots table.vote-summary td.ballot-result-td {
    width: 38%;
    max-width: 120px;
}
#ballots table.vote-summary td.ballot-result-td:first-of-type {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#ballot-description-panel {
    margin-left: 6px;
}
#panel-element-statistics tbody tr:first-of-type td,
#ballot-detail tbody tr:first-of-type td {
    border-top: 0;
}
#ballot_option_yes label,
#ballot_option_no label,
#ballot_option_abstain label {
    float: left;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 1em;
    width: 3em;
}
#add_edit_ballot_form .time-select .input-group.dates {
    width: 11em;
}
#add_edit_ballot_form .time-select.flex {
    display: flex;
    display: -webkit-inline-flex;
}
#add_edit_ballot_form div.input-group.time {
    margin-left: .5em;
}
#add_edit_ballot_form div.add_ballot_reminder_date div.input-group.time {
    margin-left: 1em;
}
@-moz-document url-prefix() {
    #add_edit_ballot_form div.add_ballot_reminder_date div.input-group.time {
        margin-left: 8px;
    }
}
#add_edit_ballot_form div.add_ballot_reminder_date div.input-group.time button {
    border-radius: 4px;
}
#add_edit_ballot_form .time-select.flex button {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.workgroup_ballot-create_ballot .remove_reference_item {
    margin-left: 3em;
}
#panel-element-summary-interest {
    overflow-wrap: break-word;
}
#ballot_voting_details_panel {
    overflow-wrap: break-word;
}
/* End Groups Ballots */

/* Ballots: For Tabs on Attach Document Model */
.toggle_form_button {
    cursor:pointer;
    color: #4d9ee4;
    width:auto !important;
    margin:0 0 0 0;
    padding: 6px 7px;
    border:1px solid #ddd;
    display: inline-block;
    -webkit-border-top-right-radius:5px;
    -khtml-border-radius-topright:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -khtml-border-radius-topleft:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
}
.toggle_form_button:hover {
    color: #135d9e;
}
.toggle_form_button.active {
    background:#ddd;
    width:auto !important;
    margin:0 0 0 0;
    color: #333;
}
.add_ballot_reminder_date {
    max-width: 296px;
}
table#ballots-notifications td {
    border-top:none;
}
div.add_ballot_reminder_date {
    max-width:308px;
}
/* End Ballots: For Tabs on Attach Document Model */

/* Documents List page */
.workgroup_page-documents ul.dropdown-menu li {
    text-align: left;
}
div#documents div.document_info_area {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 419px;
}
div#documents div.document_info_area a.docdetailslink,
div#documents .projects_document_info_area a {
    font-weight: bold;
}
div#group_documents_list_table div.btn-group {
    display:flex;
}
div#group_documents_list_table a.docs_actions_buttons:first-of-type {
    width:74px;
}
div#group_documents_list_table a.docs_actions_buttons.no-main-button:first-of-type {
    width:90px;
}
div#documents div.btn-group a[type="submit"]:first-of-type {
    width:74px;
}
div#documents .col-sm-1.bulk_checkboxes {
    padding-left: 4px;
    width:5px
}
div#documents .col-sm-1.bulk_checkbox {
    padding-left: 7px;
    width: 5px;
}
div#documents .submitter {
    width: 100px;
}
div#documents .document_additional_details {
    display:inline-flex;
}
div#documents .document_additional_details p {
    margin-top: 4px;
}
div#documents p.document_description {
    margin-left: 40px;
}
/* End Documents List Page */

/* Add Document Modal */
.separator {
    text-align: center;
}
input#send_email {
    margin-top: 11px
}
/* END Add Document Modal */

/* Modify Document */
table.pub-details  {
    margin-left: 0;
    margin-top: -15px;
}
/* ENDModify Document */

/* Project add Modals */
#global-modal img.ui-datepicker-trigger {
    display: none;
}
/* END Project add Modals */

/* Timeline */
.timeline-copyright {
    display: none; /* Already Timeline copyright on the page */
}
#activity.filter_checkbox {
    margin: 4px 0px 28px;
    margin-left: 1em;
}
input[type="checkbox"].filter_checkbox {
    margin-left: 1em;
}
/* End Timeline */

/* Mark Complete Modal */
#completeproject .ui-datepicker-trigger {
    display: none;
}
/* END Mark Complete Modal */

/* My Roster */
table.roster colgroup {
    width: 25%;
}
div#chart_roles {
    max-width: 275px;
}
/* END My Roster */

/* Begin Calendar */

.calendar-pane DIV.calendar-wrapper {
    text-align: center;
    padding: 0 2px 10px 2px;
    margin-top: 2em;
}

.calendar-pane DIV.full-calendar-header div.normalday, DIV.full-calendar-header div.eventday, DIV.full-calendar-header div.today,
.calendar-pane DIV.small-calendar-header div.normalday, .calendar-pane div.small-calendar-header div.eventday, .calendar-pane div.small-calendar-header div.today,
.calendar-pane DIV.weekly-calendar-header div.normalday, DIV.weekly-calendar-header div.eventday , DIV.weekly-calendar-header div.today{
    border: 1px solid #ccc;
    text-align: left;
    padding: 0px;
    min-height: 130px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 14.285712%;
}
.calendar-pane DIV.full-calendar-header div.row,
.calendar-pane DIV.full-calendar-header div.row tbody td {
    background-color: #f6f6f6;
    color: #333;
    padding: 0px;
    margin: 0px;
    display: flex;
    display: -webkit-flex;
}
#main .filter-calendar .btn-group.btn-group-select {
    padding-left: 0;
}
#main .calendar-pane .eventday a, #main .calendar-pane .normalday a, #main .calendar-pane .today a {
    clear: both;
    text-decoration: none;
    font-size: .8em !important;
    font-weight: normal !important;
    white-space: normal;
}
#main .calendar-pane a {
    text-decoration: none;
    color: #4d9ee4;
    white-space: nowrap;
}
#main form.filter-calendar .display-inline {
    display: -webkit-inline-box;
    display: inline-block;
}
.calendar-pane a.daynumber, .calendar-pane span.daynumber {
    display: block;
    clear: both;
    text-align: right;
    text-decoration: none;
}
#main .calendar-pane div.full-calendar-header div.row div.header {
    text-align: center;
    width: 14%;
}
.calendar-pane .ws6 form[name="bulk_comments"] tbody tr:hover td,
.calendar-pane .ws6 tbody.itemdetails_container:hover td,
.calendar-pane .ws6 tbody tr.odd:hover td,
.calendar-pane .ws6 tbody tr.even:hover td,
.calendar-pane .ws6 tbody tr.primary:hover td,
.calendar-pane .ws6 div.full-calendar div.eventday, div.full-calendar div.normalday:hover {
    background-color: #eaf5fd;
}
#cal-time-zone {
    width: 17em;
    float: left;
}
/* End Calendar */

/* Attach Document */
span.attach_document .k-reference-item td {
    display: initial;
    margin-right: 1em;
    border-top: none;
    padding: 0;
    vertical-align: inherit;
}
/* End Attach Document */

/* Add File Button */
.document_source_form {
    width: 48%;
}
.input-file-container {
    position: relative;
}
.document_source_form .input-file-label {
    padding: 6px 12px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    transition: all .4s;
    cursor: pointer;
}
.document_source_form .input-file {
    position: absolute;
    top: 0; left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}
.document_source_form .input-file:hover + .input-file-label,
.document_source_form .input-file:focus + .input-file-label,
.document_source_form .input-file-label:hover,
.document_source_form .input-file-label:focus {
  background: #4cae4c;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.document_source_form .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.document_source_form .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}

.doc_related_project_list {
    line-height: 2.4em;
}
/* END Add File Button */
/* Roster */
table.roster.table {
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
}
table.roster.table .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 12em;
}
table.roster.table label {
    font-weight: normal;
}
table.roster.table .member_name {
    width: 20em;
}
table.roster.table > tbody button {
    font-size: 12px;
}
#add-member .indent-section {
    margin-left: 2em;
}
/* End Roster */

/* workspace linkbar */
.workspace-linkbar .nav>li>a {
    padding: 5px 0px;
    padding-right: 20px;
}
.workspace-linkbar .nav>.active>a {
	background: none;
	color: #000;
}
.workspace-linkbar .nav>.active>a:hover,
.workspace-linkbar .nav>li>a:hover {
    background: none;
}
/* End workspace linkbar */

/* Comments */
#groups_comments_filter_search {
    width: 220px;
}
.js-filter-comments.row {
    margin-bottom: 5px;
}
#add_edit_folder_form .flex {
    display: flex;
    display: -webkit-inline-flex;
}
#groups_comments_apply_filter {
    margin-top: 24px;
    margin-right: -20px;
}
#stats {
    display: none;
}
.entry.js-chart-stats.row {
    margin-top: 40px;
}
.td-link-comment-details {
    color: #2e6da4;
}
.td-link-comment-details:hover {
    cursor: pointer;
}
.workspace-projects .list-row .text-muted.location {
    padding-top:3px;
    margin-top:3px;
    border-top: 1px solid #ebebeb;
}
.workspace-projects .list-row .col-sm-1.auto, .workspace-projects-groups .list-header .col-sm-1.auto{
    width: auto;
}
.btn-group.pull-right.group_comments_search_bar {
    margin-left: 4px;
}
#comments_advanced_filters_button {
    margin-left: 98px;
}
#advanced_view_toggle_button {
    margin-bottom: 5px;
}
#groups_comments_form_search {
    margin-bottom: -15px;
}
#bulk_options_tool_row {
    width: 85%;
    margin-right: -165px;
}
div#results.comments_table_view {
    word-break: break-word;
}
/* END Comments */
/* Folder Navigator Popover */
div.folder-navigator .popover {
    left: 0 !important;
    max-width: 100%;
}
div.folder-navigator .popover .arrow {
    left: 3em !important;
}
div.folder-navigator .popover-content {
    box-shadow: 0 6px 12px rgba(0,0,0,.176);
    border-radius: 6px;
    min-width: 25em;
}
div.folder-navigator a.btn.btn-default {
    padding: 3px 6px;
    background-color: #f7f7f7;
    border-color: #ccc;
    color: #333;
}
div.folder-navigator a.btn.btn-default:hover {
    background-color: #ebebeb;
    border-color: #adadad;
}
div.folder-navigator ul:first-child {
    padding-left: 0;
}
div.folder-navigator ul {
    margin-top: 0;
}
ul.folder-tree-container li {
    list-style: none;
    margin: 0;
    padding: 5px 5px 0;
    position: relative;
    white-space: nowrap;
}
ul.folder-tree-container li::before,
ul.folder-tree-container li::after {
    content: '';
    left: -25px;
    position: absolute;
    right: auto;
}
ul.folder-tree-container li::before {
    border-left: 1px solid #ebebeb;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px;
}
ul.folder-tree-container li::after {
    border-top: 1px solid #ebebeb;
    height: 30px;
    top: 30px;
    width: 28px;
}
ul.folder-tree-container li.no-child {
    padding-left: 18px;
}
ul.folder-tree-container li.no-child::after {
    height: 20px;
    top: 25px;
    width: 45px;
}
ul.folder-tree-container>li:first-child::before,
ul.folder-tree-container>li:first-child::after {
    border: none;
}
ul.folder-tree-container li:last-child::before {
    height: 30px;
}
ul.folder-tree-container li span {
    display: inline-block;
    padding: 7px;
    vertical-align: middle;
    border-radius: 5px;
    text-decoration: none;
}
ul.folder-tree-container li span:hover {
    background: #eee;
    color: #000;
    cursor: pointer;
}
/* END Folder Navigator Popover */

/* Folder Navigator Breadcrumbs */
ul.folder-breadcrumbs li:first-child {
    padding-left: 10px;
}
ul.folder-breadcrumbs li>a {
    padding: 0 5px;
}
ul.folder-breadcrumbs li:last-child span {
    visibility: hidden;
}
/* END Folder Navigator Breadcrumbs */

/* Discussion Details Page */
#discussion-details-page .message-content, .message-content-new {
    padding: 1em 0;
    margin-bottom: 1em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #DDDDDD;
}
#discussion-details-page .message-content-new {
    overflow: hidden;
}
#discussion-details-page .message-header {
    padding-left: 0;
    padding-right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: initial;
    white-space: nowrap;
    text-align: -webkit-center;
}
#discussion-details-page img.attachment-marker {
    display: none;
    padding-top: 10px;
}
#discussion-details-page .attachments {
    padding-top: 10px;
}
#discussion-details-page .attachments span {
    font-weight: bold;
}
#discussion-details-page .attachments a {
    text-decoration: underline;
}
#discussion-details-page .attachments ul {
    padding: 0;
    list-style: none;
}
#discussion-details-page .attachments a img {
    margin-bottom: -2px;
}
#discussion-details-page .message-header img.avatar {
    width: 63px;
    border: 1px solid #000;
    padding: 2px;
}
#discussion-details-page .message-body {
    margin-top: -1em;
    margin-bottom: -1em;
    font-family: Helvetica, Arial, sans-serif;
    border-left: 1px solid #DDDDDD;
    overflow: hidden;
}
#discussion-details-page div.message-body div.form-container{
    padding: 1em 0;
}
#discussion-details-page div.message-body > table {
    padding-top: 1em;
    margin: 0 !important;
    border: 0 !important;
}
#discussion-details-page tbody td {
    border: none;
    background-color: inherit;
}
#discussion-details-page div.message-body > table > tbody > tr > td {
    padding: 15px 15px 15px !important;
    font-size: 14px;
}
#discussion-details-page div.message-body pre {
    padding: 15px 15px;
    white-space: pre-wrap;
}
#discussion-details-page div.message-footer {
    padding: 0;
    clear: both;
}
#discussion-details-page .message-footer div {
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border: 1px solid #DDDDDD;
    border-top: none;
    height: 30px;
    margin-right: -1px;
    margin-left: -1px;
    margin-bottom: -15px;
    padding-top: 5px;
    font-size: 15px;
    text-align: -webkit-center;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
}
#discussion-details-page .message-footer .open {
    background: linear-gradient(#FFF, #DDD);
    background: -moz-linear-gradient(#FFF, #DDD);
    background: -webkit-linear-gradient(#FFF, #DDD);
}
#discussion-details-page .message-footer .closed {
    background: linear-gradient(#DDD, #FFF);
    background: -moz-linear-gradient(#DDD, #FFF);
    background: -webkit-linear-gradient(#DDD, #FFF);
    display: none;
}
#discussion-details-page .message-date {
    float: right;
    margin-top: .5em;
}
#discussion-details-page .button-area a, .expand-area a{
    text-decoration: none;
}
#discussion-details-page .expand-area{
    padding: 0 0 8px 8px;
}
#discussion-details-page .expand-area a{
    padding-right: 2px;
    padding-left: 2px;
}
#discussion-details-page .expand-area a img, .message-footer img{
    margin-bottom: -2px;
}
#discussion-details-page .expand-area a:hover {
    cursor: pointer;
}
/* END Discussion Details Page */

/* Group Home */
ul.feed {
    list-style:none;
}
#group_home_recent_activity .activity_avatar img {
    width: 60px;
    margin-right: 1em;
    margin-top: 33%;
}
#group_home_recent_activity .info {
    text-overflow: ellipsis;
    width: 21em;
    overflow: hidden;
    white-space: nowrap;
}
#group_home_recent_activity .activity_avatar{
    position: relative;
    height: 100%;
}
#group_home_recent_activity li.recent_activity {
    display: -webkit-inline-box;
    display: inline-flex;
}
#group_home_recent_activity div.type {
    display: -webkit-inline-box;
    display: inline-flex;
}
#group_home_recent_activity .recent_activity_header {
    min-height: 8em;
}
#group_home_recent_activity .type_text {
    margin-top: 3px;
}
/* END Group Home */
/* Agreement Form */
#agreement-form h1, #agreement-form h2, #agreement-form h3,
#agreement-form h4, #agreement-form h5, #agreement-form h6
{
    color: rgb(51, 51, 51);
    line-height: 1.1;
}
#agreement-form h3,
#agreement-form h4, #agreement-form h5, #agreement-form h6
{
    font-weight: 500;

}
#agreement-form .wysiwyg-output {
    font-size: 14px;
}

#agreement-form {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-right: 3em;
    padding-left: 3em;
}
#agreement-form ul li{
    display:list-item;
    margin-left: 1em;
}
#agreement-form h3 {
    font-size: 25px;
}
#agreement-form div[ng-bind-html], .agreement_body {
    width: 100%;
    margin: 1em;
    padding-right: 1em;
    min-height: 20em;
    max-height: 62vh;
    overflow-y: auto;
}

#agreement-form .subtext {
    margin-left: 1em;
    margin-bottom: 2em;
    margin-top: .5em;
    font-style: italic;
    color: #333;
}

#agreement-form span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.43;
    color: #333;
}

#agreement-form .container {
    padding-right: 1.5em;
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #bdbdbd;
    border-color: lightgray;
    border-spacing: .5em;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}

#agreement-form a {
    margin-right: 2em;
    font-size: large;
    color: #666;
}

#agreement-form a:nth-child(1) {
    color: rgb(66, 139, 202)
}
/* END Agreement Form */

/* Upload Document Form */
#MPOuterMost #upload_form .select2-arrow {
    background-image: none;
    background: inherit;
    border: 0;
}
#MPOuterMost #upload_form .select2-choice {
    border: 0;
    border-radius: 0;
    background-image: none;
}
/* END Upload Document Form */
.comment_detail_primary_action_btn {
    margin-top:-3px;
}
#withdraw_comment_button {
    margin-left:5px;
}
#comment_detail_workflow_area {
    min-height: 62px;
}
/* Add/Edit Calendar Event */
table.table.table-responsive.add-event tbody tr td {
    border: none;
}
table.table.table-responsive.add-event tbody tr td.related-projects {
    padding: 0;
}
table.table.table-responsive.add-event tbody tr td.related-projects label {
    font-weight: 700;
    color: #333;
}
table.table.table-responsive.add-event td.label {
    font-weight: 700;
    color: #333;
}
table.table.table-responsive.add-event td.entry #other_notifications, #submitter_note {
    width: 100%;
}
/* END Add/Edit Calendar Event */
/* Footer */
#MPFooterLink a {
    color: #ee7421;
}
/* END Footer */
/* Discussion List */
table.email-messages {
    word-break:break-word;
}
table.email-messages tbody tr td {
    max-width:275px;
}
#bulk_comments_upload_table td {
    border-top:none;
}
/* END Discussion List */
/* Media Query */
@media all and (min-width: 480px) and (max-width: 768px) {
    .mobile-full-width  {
        width: 100% !important;
        max-width: none !important;
    }
    .mobile-full-width button.selectpicker:first-of-type {
        width: 100% !important;
        max-width: none !important;
    }
    .mobile-full-width div.dropdown-menu.open {
       min-width: 100% !important;
       overflow: show;
    }
    .mobile-show {
        overflow: inherit !important;
        display: initial !important;
    }
}
/* End Media Query */
/**
 * This is a suggested workaround for a pdf being cut off on window.print()
 * Source: https://github.com/twbs/bootstrap/issues/22425
 */
.container #form_admin_form {
    page-break-after: always;
}
/* Edit Votes */
.voter_name_record {
    margin-bottom: 120px;
}
.voter_company_category {
    margin-bottom: 111px;
}
form#submit-votes-form table#voting_details th.label {
    display: table-cell;
}
form#submit-votes-form table#voting_details td {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* End Edit Votes */
/* Old Grouptabs (for public pages only anymore) */
div#grouptabs_closed {
    position: initial;
    background-color: initial;
    height: inherit;
}
div#grouptabs_closed ul.grouptabs {
    height: 50px;
    padding-top: 0;
    display: inline-block;
    overflow: hidden;
    list-style: none;
    line-height: 22px;
    margin-bottom: 0;
}

div#grouptabs_closed ul.grouptabs li {
    width: inherit;
    font-weight: 100;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 3px;
    margin-right: 5px;
    font-style: normal;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    float: left;
    margin: 0;
    text-align: center;
}
div#grouptabs_closed ul.grouptabs li a {
    text-transform: capitalize;
    font-weight: normal;
    border-bottom: 0;
    padding: 5px 16px;
    display: inline-block;
    text-decoration: none;
    color: #a0a0a0;
}
div#grouptabs_closed ul.grouptabs li.menuon {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
div#grouptabs_closed ul.grouptabs li.menuon a {
    color: #4e4d4d;
    font-weight: bold;
}
/* End Old Grouptabs (for public pages only anymore) */