.col-centered {
    margin: auto;
    float: none !important;
}

.policy_builder_container {
    margin-top: 50px;
}

.policy_builder_menu {
    border: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.policy_builder_menu_item {
    display: block;
    border: 1px solid #ccc;
    background-color: #9BC7E2;
    color: #273C55;
    padding: 10px 19px;
    font-weight: bold;
    margin: 10px;
    margin-bottom: 0px;
    min-height: 120px;
}

.policy_builder_menu_item.active {
    background-color: #273C55;
    color: #fff;
} 

.policy_builder_menu_item span {
    display: block;
    text-align: center;
}

.policy_builder_menu_item.archived span {
    word-break: break-word;
}

.bulleye_icon {
    background-image: url('/app/policy-builder/images/Bullseye_Icon_Blue.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
}

.paper_icon {
    background-image: url('/app/policy-builder/images/Paper_Icon_Blue.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    margin: auto;
    margin-top: 10px;
}

.policy_builder_menu_icon {
    padding-top: 10px;
}

.policy_builder_menu_item.active .bulleye_icon {
    background-image: url('/app/policy-builder/images/Bullseye_Icon_White.png');
}

.policy_builder_menu_item.active .paper_icon {
    background-image: url('/app/policy-builder/images/Paper_Icon_White.png');
}

.no-min-height {
    min-height: 0 !important;
    background-color: #fff;
}

.policy_builder_heading,
.policy_builder_dash_text {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #273C55;
    text-align: center;
    padding: 15px 10px;
    font-weight: bold;
}

.policy_builder_heading.no-border{
    border-width: 0px;
}

.policy_builder_dash_text {
    font-size: 1.125rem;
}

.policy_builder_dash_image {
    max-width: 100%;
}

.my_policies_box,
.my_policy_box,
.suggestion_preview {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #273C55;
    text-align: center;
    padding: 15px 10px;
    height:465px;
}

.suggestion_preview {
    text-align: left;
}
.policy-top {
    text-align: center;
}
.suggestion_preview_content {
    margin-top: 20px;
    overflow: auto;
    position: relative;
}

.suggestion_preview_content .policy_paragraph {
    margin-bottom: 20px;
}

.my_policy_box{
    height:610px;
    margin-left: 0px;
    margin-right: 0px;
}

.my_policies_btn,
.my_policies_btn:active,
.my_policies_btn:hover {
    background-color: #9BC7E2 !important;
    color: #273C55 !important;
	border-color: #ccc !important;
    box-shadow: none !important;
}

.my_policies_pagination {
    color: #000;
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
}

.my_policies_page_number,
.my_policies_pagination > .row > div {
    padding-left: 1px;
    padding-right: 1px;
}

.my_policies_page_number {
    display: none !important;
}

.my_policies_text {
    color: #273C55;
}

.review_my_policies_cotent,
.preview_my_policies_cotent,
.my_policies_cotent {
    font-size: 12px;
    position: relative;
    height: calc(100% - 75px);
    overflow: hidden;
}

.preview_my_policies_cotent {
    height: calc(100% - 135px);
    overflow: inherit;
}

.preview_my_policies_cotent.status_5,
.preview_my_policies_cotent.status_7 {
    height: calc(100% - 153px);
}

.preview_my_policies_cotent .policy_page {
    position: relative !important;
    visibility: visible !important;
}

.policy_page pre {
    display: inline;
    font-family: inherit;
}

.suggestion_preview_content .policy_page,
.my_policies_cotent .policy_page {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    /*padding: 1.875rem;*/
    top: 0;
    left: 0;
    background-color: white;
    z-index: 202;
    overflow: auto;
    text-align: justify;
    padding-right: 10px;
}

.suggestion_preview_content .policy_page:first-child,
.my_policies_cotent .policy_page:first-child {
    visibility: visible;
    pointer-events: auto;
}

.preview_my_policies_cotent .policy_page {
    overflow: visible;
}

.policy_button {
    cursor: pointer;
    font-weight: bold;
}

.my_policies_sub_title {
    font-size: 12px;
    color: #273C55;
    font-weight: bold;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
    white-space: nowrap;
}

.policy_builder_box {
    background-color: #fff;
    border: 1px solid #ccc;
}
.clickable_page {
    cursor: pointer;
}
.clickable_page ol,
.clickable_page ul {
    padding-left: 7px;
    list-style-position: inside;
}

.margin-top-358 {
    margin-top: 358px;
}
.margin-top-182 {
    margin-top: 182px;
}
.margin-top-373 {
    margin-top: 373px;
}
.margin-top-225 {
    margin-top: 225px;
}
.margin-top-211 {
    margin-top: 211px;
}
.margin-top-75 {
    margin-top: 75px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-0 {
    margin-top: 0px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.margin-bottom-30{
    margin-bottom: 30px;
}

.margin-bottom-15{
    margin-bottom: 15px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-bottom-5{
    margin-bottom: 5px;
}

.margin-bottom-0{
    margin-bottom: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-24 {
    padding-left: 24px;
}

.padding-left-30 {
    padding-left: 30px;
}

.policy_builder_static_page {
    padding: 20px;
}

.policy_builder_static_page * {
    max-width: 100% !important;
}

.policy_builder_static_page img {
    max-width: 100%;
    height: auto !important;
}

div.mce-edit-area {
    border-right-width: 1px !important;
}

.heading-link {
    text-decoration: underline;
    font-size: 14px;
}

.ierror {
    border: 1px solid red !important;
}
.ierror.err_label {
    padding: 5px; box-sizing: border-box;
}

.ierror .mce-tinymce.mce-container.mce-panel {
    width: 99.8%;
}

#policy_template_list, #faq_template_list, #policy_tutorial_list, #admin_policy_tutorial_list, #policy_section_list {
    padding: 0px 20px 15px;
}

#policy_template_list .row, #policy_section_list .row, #faq_template_list .row {
    padding: 5px 0px;
}
.faq_heading {
    font-size: 17px;
    color: #273C55;
    cursor: pointer;
}
.faq_body {
    flex: 1 1 auto;
    padding: 0 1.25rem 0.5rem 1.25rem;
    text-align: left;
}
.policy_title, faq_title {
    font-size: 17px;
}

.fa-1-5x {
    font-size: 20px;
}

.drag,
.edit,
.delete {
    margin-top: 3px;
    cursor: pointer;
}

.home-page-box {
    border: 1px solid #ccc;
    background-color: #9BC7E2;
    color: #273C55;
    padding: 10px 19px;
    font-weight: bold;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 40px;
}

.policy-info,
.policy-info i {
    color: mediumseagreen !important;
    font-style: italic;
}

.policy-info {
    margin-left: 15px;
    margin-right: 32px !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.policy-info.noscroll {
    margin-right: 15px !important;
}

.policy-info a:not(.chosen-single){
    display: inline-block;
    border: 3px solid mediumseagreen;
    padding: 3px 8px 3px 6px;
    border-radius: 50%;
    /*position: absolute;*/
    /*top: -32px;*/
    /*right: 9px;*/
    margin-top: 6px;
    margin-right: -10px;
    cursor: pointer;
}

.policy-info .chosen-container {
    color: #000;
    font-style: normal;
}
.toggle-details {
    margin-top: -3px;
    cursor: pointer;
    height: 20px;
}
.toggle-details:before {
    height: 20px;
    display: block;
}

#org_policy_template_list {
    /*padding-bottom: 15px;*/
    /*height: 585px;*/
    height: 517px;
    overflow: auto;
}

#org_policy_template_list .policy_section {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#org_policy_template_list .policy_section .accordion_content{
    width: 100%;
}

#org_policy_template_list .policy_section .accordion_content .faq_body {
    max-height: 150px;
    overflow: auto;
}

#org_policy_template_list .policy_section .accordion_content hr {
    margin-top: 10px;
}

#org_policy_template_list .policy_section .destination,
#build_policy .policy_section .source {
    display: none;
}

#org_policy_template_list .policy_section.ui-draggable-dragging {
    width: 86%;
}

#org_policy_template_list .policy_section.ui-draggable-dragging .drag-hide {
    display: none;
}

#build_policy .policy_section .destination {
    padding: 0;
}

#build_policy .policy_section:not(.page_break) .destination textarea {
    width: 100%;
    min-height: 150px;
    height: 220px;
}

#build_policy .policy_section.page_break .destination textarea {
    display: none;
}

#build_policy .policy_section {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

#iam_done {
    margin-left: 15px;
    margin-right: 15px;
}

#build_policy_left {
    height: 585px;
}

#build_policy {
    height: 450px;
    padding-top: 15px;
    padding-bottom: 50px;
    overflow-y: auto;
    overflow-x: hidden;
}

#build_policy .close,
#build_policy .close:hover {
    color: #fff;
    background-color: #000;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    right: -9px;
    font-size: 15px;
    text-align: center;
    padding-top: 2px;
    top: -9px;
    cursor: pointer;
}

#build_policy_preview {
    width: 604px;
    height: 874px;
    overflow: hidden;
    display: none;
    position: relative;
}

#build_policy_preview > div {
    margin-bottom: 5px;
}

#build_policy_preview .print_policy.header {
    text-align: center;
}

#build_policy_preview .preview_sub_title,
#build_policy_preview .preview_church_name {
    font-size: 25px;
    font-weight: bold;
}


#build_policy_preview .preview_print_policy .policy_paragraph {
    margin: 20px 10px;
    text-align: justify;
}

#build_policy_preview .preview_print_policy .policy_page:not(:first-child) {
    position: absolute;
    top: 0;
    width: 604px;
}

pre,
.review-span {
    display: inline;
    margin: 0;
    margin-left: 3px;
    margin-right: 3px;
}
.review-span *:not(ul):not(ol):not(li) {
    display: inline;
}
.page_no {
    width: 100%;
    text-align: center;
    bottom: 0;
    position: fixed;
}

.padding-10{
    padding: 10px;
}

.padding-15{
    padding: 15px;
}
.padding-bottom-15{
    padding-bottom: 15px;
}

.hidden {
    display: none;
}

.close {
   color: #007bff; 
}

.close:hover {
   color: #0062cc; 
}

.policy_name,
.policy_organization,
.policy_created_date {
    text-align: center;
    color: inherit;
    font-size: 18px;
    background-color: #ffffff !important;
}

.page_break .mce-container {
    display: none;
}

.calendar-icon {
    margin-top: 5px;
    cursor: pointer;
}
.policy_review_page {
    text-align: justify;
    height: 235px;
    overflow: hidden;
}

.policy_review_page > div:not(.page_no) {
    height: calc(100% - 4px);
    overflow: hidden;
    padding: 8px 10px;
}

.policy_review_page > div:not(.page_no) * {
    font-size: 12px !important;
    max-height: 100%;
    overflow: hidden;
}

.policy_review_page > div.page_no {
    font-weight: bold;
}

.policy_status_box {
    padding: 4px 10px 4px 0px;
}

.policy_status_box h5 {
    padding-left: 10px;
    margin: 0;
    font-size: 16px;
}

.status-filter {
    padding: 5px 10px;
}

.status-filter:last-child {
    padding-right: 0px;
}

.show-page {
    visibility: visible !important;
    pointer-events: auto !important;
}

.pt-page-moveToRight {
    -webkit-animation: moveToRight .6s ease both;
    animation: moveToRight .6s ease both;
}

.pt-page-moveFromRight {
    -webkit-animation: moveFromRight .6s ease both;
    animation: moveFromRight .6s ease both;
}

.review_button_container {
    /*padding: 10px;*/
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.review_btn .btn {
    font-size: 12px;
    /*height: calc(100% - 5px);*/
    height: 100%;
    box-shadow: none;
    margin-bottom: 0px;
}

.review_btn .btn-success {
    /*color: #273C55 !important;*/
    background-color: #28a745;
    border-color: #28a745;
}

.white-btn {
    border: 1px solid #28a745;
}
.my_policies_btn_holder .my_policies_btn {
    margin-top: 32px;
}

.my-policies-btn-container {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 25px;
}

.my_policies_text.page_count_1 .my-policies-btn-container {
    bottom: -6px;
}

.my-policies-btn-container .my_policies_btn {
    height: 38.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: 5px solid #1c85c8;
}

.row .card-on-file-container{
    float: right;
}

.row.test-cc {
    margin-bottom: 30px;
}

#exp_month {
    width: calc(100% - 85px);
    float: left;
}
#exp_year {
    width: 80px;
    float: left;
    margin-left: 5px;
}

.iselect {
    height: 35px; 
    border:1px solid #999;
    -webkit-border-radius: 3px;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:2px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
    background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

input[type=checkbox], input[type=radio] {
    vertical-align: top;
    margin-top: 4px;
}

.label_span {
    vertical-align: bottom;
    display: inline-block;
}

.review_edit_heading {
    text-align: left;
    /*text-transform: uppercase;*/
    background: #273C55;
    color: #fff;
    padding: 10px 0px 2px 0px;
    /*margin-top: 20px;*/
    padding-left: 17px;
}
.review_edit_heading.review_admin {
    margin-top: 0px;
}

.review_edits {
    padding: 15px;
    border: 1px solid #ccc;
    height: 323px;
    overflow: auto;
}
.review_edits.review_admin {
    height: 565px;
}
.review_my_policies_cotent {
    position: relative;
}

.policy_review_suggestion {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.policy_review_suggestion.active {
    border-color: red;
}
.review-span {
    display: inline;
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

.review-span:hover {
    color: blue;
}
#replacement_textarea,
#accept_review {
    width: 100%;
}
.mce-container, .mce-container-body {
    box-sizing: border-box !important;
}

.policy_review_suggestion .original_text,
.policy_review_suggestion .suggested_text,
.policy_review_suggestion .html_diff {
    display: none;
}

.policy_review_suggestion:last-child {
    margin-bottom: 0px;
}

.discard_edit,
.approve_edit {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}

.discard_edit {
    color: red;
}

.approve_edit {
    color: green;
}

.review_edits.review_admin .approve_edit {
    display: none;
}

#review-my-policy {
    height: 100%;
    width: 100%;
}

.difference_html {
    display: inline;
    color: blue;
}

.difference_html ins {
    color: green;
}

.difference_html del {
    color: red;
}

.review_my_policies_cotent .mce-menubar,
.review_my_policies_cotent .mce-statusbar,
.review_my_policies_cotent .mce-toolbar-grp {
    /*display: none;*/
}

#review-my-policy_ifr {
    max-height: 360px;
}

.suggest-editor {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    display: none;
    z-index: 250;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 18px;
}

.suggest-editor > div {
    height: 24px;
    width: 24px;
    overflow: hidden;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 6px;
    left: 6px;
}

#icon_suggest{
    height: 6948px;
    position: absolute;
    width: 74px;
    left: 0px;
    top: -2461px;
    /*content: url('../images/sprite_medium.svg');*/
    background: url('../images/sprite_medium.svg');
}

.policy-other-pages {
    max-height: calc(100vh - 390px);
    overflow: auto;
    /*margin-top: 20px;*/
}

.policy-title,
.policy-organization,
.policy-reviewer{
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
    white-space: nowrap;
}

.policy-top .policy-title,
.policy-top .policy-organization {
    font-size: 25px;
    font-weight: bold;
    height: 35.43px;
}

#review_policy .policy_paragraph {
    margin-bottom: 20px;
}

.my_policies_box .policy_paragraph {
    margin-bottom: 20px;
}

.btn-disabled {
    opacity: .65;
    cursor: default !important;
    pointer-events: none;
}

#review_policy .mce-toolbar-grp,
#review_policy .mce-statusbar {
    display: none; 
}

#review_policy .mce-tinymce,
#review_policy .mce-container-body,
#review_policy .mce-edit-area {
    height: 100%;
    border-width: 0px !important;
}

#review_policy_txta {
    width: 100%;
    height: 100%;
}

.mce-resizehandle {
    display: none !important;
}

.review-admin .container.body .right_col {
    min-height: 100vh !important;
}


#reviewPolicyModal .modal-dialog {
    margin-bottom: 0px;
    background-color: #fff;
}

.add-email,
.remove-email{
    margin-top: 2px;
}

.additional-invitation-email {
    margin-top: 10px !important;
    margin-bottom: 0px;
}

.review-policy-email {
    height: 30px;
}

.review_invitations {
    display: none;
}
.policy_status_3 .policy_builder_menu {
    padding-top: 10px;
}
.policy_status_3 .policy_builder_menu_item:not(.no-min-height) .policy_builder_menu_text {
    display: none;
}
.policy_status_3 .policy_builder_menu_item {
    min-height: 40px;
    padding: 10px 2px;
}
.policy_status_3 .policy_builder_menu_item:not(.no-min-height){
    padding-top: 0;
    margin-top: 0;
}
.policy_status_3 .policy_builder_menu_item:not(.no-min-height) .policy_builder_menu_icon {
    margin-top: 10px !important;
    padding-top: 0px !important;
}
.suggestion_preview {
    padding: 10px;
}

div.paragraph {
    margin-bottom: 13px;
    margin-top: 13px;
}

#policy_message_container .mce-tinymce {
    width: 99% !important;
}

#policy_message_container .mce-tinymce iframe {
    height: 225px !important;
}

#users_list,
#users_list_csv{
    width: 99% !important;
    border: 1px solid;
    padding: 5px;
    box-sizing: border-box;
    display: block;
}
#users_list.error,
#users_list_csv.error {
    border-color: red;
}
#users_list .item {
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    background: lightblue;
    padding: 3px 13px 3px 6px;
    border-radius: 3px;
    position: relative;
}

#users_list .item .remove {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    font-size: 11px;
    position: absolute;
    top: -3px;
    font-weight: bold;
    color: red;
}

#users_list #users:focus-visible{
    border: none !important;
    outline: none;
}

.policy-content {
    padding: 20px;
}

.policy-content .policy_page,
.policy-content .page {
    border-bottom: 1px solid;
    padding: 15px 17px 20px;
}

#authorization-form .slide {
    padding-top: 1px;
}

#authorization-form .slide .policy_page:first-child, 
#authorization-form .slide .page:first-child {
    margin-top: -10px;
}

.policy-content .policy_paragraph ul,
.policy-content .policy_paragraph ol,
.policy-content .policy_paragraph li {
    list-style-type: initial;
    padding-left: 40px;
}

.policy-content .policy_paragraph li {
    padding-inline-start: 0px;
}

.policy_accept {
    margin-top: 0px !important;
    margin-right: 5px;
}

.policy_signature > div {
    float: left;
    width: 25%;
}

.policy_signature {
    margin-top: 20px !important;
}
.policy_signature > div label span {
    display: block;
}
.policy_signature > div input {
    height: 28px;
    padding: 0px 6px;
}

.clear {
    float: none !important;
    clear: both;
    width: 0px;
}

.policy_filter {
    width: 130px;
    text-align: left;
}
.policy_filter:after {
    float: right;
    margin-top: 10px;
}

.dropdown-menu li{
    padding: 3px 10px;
    font-size: 14px;
    display: block;
    /*width: 130px;*/
}

.dropdown-menu li:hover {
    background-color: #efefef;
}

/*temporarily hidden in the system*/
#revoke-policy,
.status-filter.filter_out_for_review,
.status-filter.filter_review_remarks_pending{
    display: none !important;
}
/*end of temporarily hidden in the system*/

.policy_section.disabled {
    opacity: 0.7;
    pointer-events: none;
    background: #efefef;
}

.invite_users,
.copy_invite_link {
    cursor: pointer;
}

.pdf_preview {
    padding: 0px;
    height: 570px;
}

.pb-move-purchase {
    padding: 0 1rem;
}

.read-only-data {
    height: 38px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}

.save-settings {
    display: inline-block;
    padding-right: 15px;
    margin-top: 13px;
    text-align: right;
    font-size: 16px;
    /* text-decoration: underline !important; */
    cursor: pointer;
}

.policy-price {
    padding: 1px 5px;
    height: 23px;
    margin-top: 7px;
    font-size: 14px;
}

#btn-coupon {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    margin-top: 6px;
    width: calc(100% - 15px);
    background-color: #9BC7E2;
    border: 1px solid #CCC;
    color: #000;
}

.nosorting {
    cursor: auto !important;
}
.nosorting::after {
    content: '' !important;
}

@-moz-document url-prefix() {
    /* applies only for Firefox*/
    .pdf_preview {
        height: 579px;
    }
}

@-webkit-keyframes moveToRight { 
    from { }
    to { -webkit-transform: translateX(100%); }
}
@keyframes moveToRight { 
    from { }
    to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveFromRight {
    from { -webkit-transform: translateX(100%); }
}
@keyframes moveFromRight {
    from { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@media (min-width: 768px) {
    .col-md-offset-1 {
        margin-left: 8.333333%;
    }
}

@media (min-width: 991px) {
    .status-filter {
        display: inline-block;
    }
    
    .review_edits {
        height: 423px;
    }
    
    .policy-other-pages {
        max-height: calc(100vh - 245px);
    }
}

@media (max-width: 991px) {
    #done_review {
        margin-top: 10px;
    }
}

@media (min-width: 1369px) {
    .status-filter {
        display: inline-block;
    }
    .review_edits {
        height: 462px;
    }
}

@media print {
    .sg-bar {float: none; margin-top: 0px; background: none; color: #000;}
    #authorization-form .slide .policy_page:first-child, 
    #authorization-form .slide .page:first-child {
        border-top: 1px solid #000;
    }
}