#copyrightLine {
    margin: 5px 0 25px 0;
    font-size: 12px;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

#mainLogo img {
    height: 24px;
    margin-top: -2px;
    margin-right: -5px;
}

div.form-group-remember.form-group label {
    display: contents;
}
div.form-group-remember.form-group label input {
    display: inline-block;
    margin: 4px 0px 0px -17px;
    position: absolute;
}
div.form-group-remember.form-group label span {
    font-family: revert;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    display: inline-block;
}
div.form-group-remember.form-group {
    margin: -5px 0 0 0;
}

div.form-group-google-button-extended {
    display: block;
    position: relative;
    margin: 50px auto;
    max-width: 350px;
}

@media (max-width: 1023px) {
    #mainLogo img {
        margin-right: -20px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .container > .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }

    .container {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-brand {
        margin-left: 0px;
    }
}

#fiewDays {
    position: fixed;
    z-index: 99999;
    padding: 5px 0;
    font-size: 16px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d20000;
    color: #FFF;
    text-align: center;
}

#expired {
    font-size: 16px;
}

#fiewDays a {
    color: #FFF;
    border-bottom-color: #FFF;
}

#fiewDays a:hover {
    border-bottom-color: transparent;
}

.hoverable, .hoverable input {
    cursor: pointer;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=1);
}

.tooltip.top .tooltip-inner {
    background-color: #555555;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #555555;
}

.footer {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .footer li {
        line-height: 180%;
    }
}

.white-block {
    display: block;
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 5px 0;
}

.white-block .row {
    margin: 10px 0;
}

.bg-warning {
    background-color: #d20000;
    border: 1px solid #d20000;
    border-radius: 5px;
}

.bg-grey {
    background-color: #f0f0f0;
}

.text-warning {
    color: #d20000;
}

.text-orange {
    color: #f0ad4e;
}

.panel-body .ajax-popup-link {
    display: inline-block;
    border-bottom: none;
}

div.form-group.form-group-hr-google-button {
    margin: -15px 0 20px 0;
}
div.form-group.form-group-hr-google-button div p {
    margin: -31px 0 0 0;
}

.spinner-border {
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin .75s linear infinite;
    position: absolute;
    left: 35px;
    margin: 13px 0px 0 0;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

div.form-group.form-group-hr-google-button div p span {
    color: #898989;
    background: #fff;
    padding: 10px 20px;
}
div.form-group-google-button a span {
    padding-top: 1px;
}
div.form-group-google-button a img {
    width: 25px;
    border-radius: 50%;
    margin: 2px 4px 0px 0;
}
div.form-group-google-button a {
    display: block;
    margin: 10px 16px;
    background: #ededed;
    color: #666;
    border: solid 1px #d7d7d7d7;
}
div.form-group-google-button {
    text-align: center;
}

.ajax-popup-link {
    display: inline;
    border-bottom: 1px dashed #337AB8;
    text-decoration: none;
}

.ajax-popup-link:hover {
    text-decoration: none;
    border-bottom-color: #23527c;
}

.btn-bigtext {
    font-size: 18px;
}

.orange-border {
    border-color: #ffb54d;
}

.btn-block {
    white-space: normal !important;
}

i.ajaxtooltip {
    font-size: 20px;
    color: #ffac62;

}

i.ajaxtooltip:hover {
    color: #ff7800;
    cursor: pointer;
}

.breadcrumb {
    padding: 2px 8px;
    margin-bottom: 30px;
}

.breadcrumb-block {
    background-color: transparent;
    font-size: 16px;
    padding: 0;
}

.breadcrumb > li > a {
    vertical-align: middle;
}

.breadcrumb > li > a > i.fa-home {
    color: #808080;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: -5px;
}

.breadcrumb > li > a:hover > i.fa-home {
    color: #23527c;
}

.breadcrumb > i {
    color: #afafaf;
}

.breadcrumb > i.fa-angle-right {
    font-size: 24px;
    vertical-align: middle;
}

.breadcrumb > li {
    padding: 1px 6px;
    border-radius: 5px;
    color: #777;
}

.breadcrumb.for-mobile > li {
    padding: 5px 0px;
}

.breadcrumb > li.active {
    background-color: #ffd9a3;
    color: #000;
}

.breadcrumb > li + li:before {
    color: #000;
    content: "";
}

@media (min-device-width: 700px) {
    .navbar-default #rightBar.navbar-nav {
        margin-left: 15px;
    }
}

.navbar-default #rightBar.navbar-nav > li > div > a {
    background-color: #e8e8e8;
}

.navbar-default #rightBar.navbar-nav > li > div > a.expertBlock, .navbar-default #rightBar.navbar-nav > li > a.expertBlock {
    padding-top: 5px;
    padding-bottom: 4px;
}

.navbar-right.text-center > p {
    margin-bottom: 5px;
}

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

@media (max-device-width: 991px) {
    .checklistBlock {
        margin-top: 50px;
    }
}

#listChecklistsOnIndex.checklistBlock {
    margin-bottom: 0;
}

.checklistBlock .btn-block, #soonChecklists .btn {
    margin-bottom: 20px;
}

.hoverable .ajaxtooltip {
    margin-left: 5px;
}

.text-container a {
    text-decoration: underline;
}

.active-badge {
    background-color: #ffd9a3;
    color: #000;
}

@media (min-device-width: 767px) {
    .for-desktop {
        display: block;
    }

    .for-mobile {
        display: none;
    }
}

@media (max-device-width: 767px) {
    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: block;
    }
}

#soonChecklists h4 {
    margin-bottom: 15px;
}

.popover {
    min-width: 300px;
}

input[name="saveSection"] {
    max-width: 550px;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

#previewWarning {
    display: block;
    padding: 6px;
    text-align: center;
    margin-bottom: 25px;
    color: #ff0000;
    background-color: #ffe4e4;
}

#previewWarningClose:hover {
    color: #cf4040;
}
#previewWarningClose {
    font-size: 28px;
    color: #e25252;
    position: absolute;
    right: -16px;
    top: -20px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    height: 33px;
    width: 33px;
}

#previewWarning .underlinedLink {
    color: #FFF;
    border-bottom-color: #FFF;
}

#previewWarning .underlinedLink:hover {
    border-bottom-color: transparent;
}

#editProfileLink {
    float: right;
    margin-top: -2px;
    font-size: 18px;
}

#editProfileLink a {
    text-decoration: none !important;
}

#editProfileLink a span {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #337ab7;
}

#editProfileLink a:hover span {
    border-bottom-color: transparent;
}

.profileLinkBlock {
    text-align: center;
    vertical-align: bottom;
    padding-top: 25px;
}

.profileLinkBlock i {
    padding-top: 4px;
}

.profileLinkBlockInner {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.profileLinkBlockInner a {
    font-size: 12pt;
    font-weight: bold;
}

.underlinedLink, .underlinedLink:visited, .underlinedLink:active {
    color: #337ab7;
    display: inline-block;
    border-bottom: 1px dashed #337ab7;
    text-decoration: none;
}

a.underlinedLink:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.itemBlockTitle {
    margin: 22px 0;
    padding-top: 25px;
    color: #000;
    line-height: 135%;
    font-weight: bold;
    font-size: 17pt;
}

.itemBlockTitle i {
    color: #ffc4a8;
    font-size: 23px;
}

.panel-default.questionPanel {
    border-color: #efefef;
    margin-left: 20px;
    margin-right: 20px;
}

.checkbox {
    font-size: 1.14em;
    color: #464646;
    line-height: 140%;
    font-weight: bold;
    padding-left: 26px;
}

.checkbox label::before, .checkbox label::after {
    top: -2px;
}

.checkboxHelpText {
    font-size: 0.87em;
    color: #4c4c4c;
    line-height: 140%;
    font-weight: normal;
    margin-top: 10px;
    font-style: italic;
}

.itemBlockCheckbox.checkbox label {
    position: relative;
}

.checkboxHelpText a {
    word-break: break-word;
    overflow-wrap: break-word;
}

div.checkbox-checked span.chls-item-number,
div.checkbox-checked div.chls-item-head,
div.checkbox-checked div.checkboxHelpText a,
div.checkbox-checked div.checkboxHelpText {
    color: #b8b8b8;
    text-decoration: line-through;
}

textarea.chls-comment {
    border-radius: 8px;
    border: 2px solid #b7b7b7;
    resize: vertical;
    padding: 10px;
}

span.chls-item-number {
    color: #929292;
}

div.chls-item-head {
    font-weight: 700;
    color: #545454;
    word-break: normal; /* Разрыв только по границам слов */
    overflow-wrap: break-word; /* Разрешает разрыв длинных слов */
    max-width: 100%; /* Ограничивает ширину */
}

div.checklistText,
.chls-item-head {
    word-break: break-word;
    /* или */
    overflow-wrap: break-word;
}

.itemBlockCheckbox.checkbox-checked p.parsedImage {
    display: block;
    position: relative;
}

.itemBlockCheckbox p.parsedImage .blur {
    display: none;
}

.itemBlockCheckbox.checkbox-checked p.parsedImage .blur {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("/images/checkbox.png");
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox label::before, .checkbox label::after {
    margin-left: -26px;
    margin-top: 4px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -26px;
    margin-top: 4px;
}

.checkbox-checked {
    color: #b8b8b8;
    text-decoration: line-through;
}

.checkbox-checked .fa {
    color: #b8b8b8;
}

.itemBlockCheckbox {
    margin-top: 0;
    margin-bottom: 0;
}

#page-body a {
    text-decoration: underline;
}

#page-body a:hover {
    text-decoration: none;
}

.likes {
    margin-bottom: 30px;
}

.like-text, .ya-share2 {
    display: inline-block;
}

.like-text {
    line-height: 16px;
    font-size: 13px;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -2px;
    text-align: left;
}

.borderedBlock {
    display: inline-block;
    padding: 0px 23px;
    text-decoration: none;
    border: 2px solid #ffd8a7;
    border-radius: 5px;
    margin-bottom: 15px;
}

.borderedBlockAuthor {
    display: inline-block;
    padding: 4px 23px;
    text-decoration: none;
    border: 2px solid #ffd8a7;
    border-radius: 5px;
    margin-bottom: 15px;
}

.checklistBlock .borderedBlockAuthor {
    padding: 2px 15px 8px 15px;
    font-size: 18px;
}

.borderedBlock h4, .borderedBlockAuthor h4 {
    line-height: 150%;
}

#profilesList > div {
    text-align: center;
}

#profilesList .borderedBlockAuthor {
    text-align: center;
    font-size: 18px;
}

.viewscounter {
    padding: 2px 5px;
    background-color: #f0f0f0;
    border-radius: 6px;
}

.footerCopyLink {
    padding: 7px 15px;
    background-color: #f8f8f8;
    border-radius: 7px;
    display: inline-block;
}

.footerCopyRemoveWhiteLabel {
    font-size: 11px;
    margin: 7px 0 15px 0;
}

.footerCopyRemoveWhiteLabel a {
    text-decoration: none;
    color: #cccccc;
}

.nav-tabs {
    border-bottom-width: 0;
}

.checkbox-container {
    margin-top: 20px;
}

.mfp-align-top .mfp-container {
    margin-top: 50px !important;
}

@media (min-width: 767px) {
    .checklist-form-button {
        margin-top: 50px;
    }
}

.checklistText {
    border: 2px solid #e4e4e4;
    border-radius: 8px;
    padding: 12px;
    color: #545454;
    font-size: 1.07em;
    line-height: 160%;
    background-color: #f9f9f9;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.checklistText p {
    margin: 0;
}

.checklistText a {
    text-decoration: underline !important;
}

.checklistText a:hover {
    text-decoration: none !important;
}

#mainPageTopBlock {
    margin-top: 20px;
    margin-bottom: 15px;
    border: 2px solid #e4e4e4;
    border-radius: 8px;
    padding: 1px;
    color: #545454;
    font-size: 15pt;
    background-color: #f9f9f9;
    text-align: center;
}

#mainPageTopBlock h1 {
    font-size: 15pt;
    margin-top: 7px;
    line-height: 160%;
}

.dashedLink {
    display: inline-block;
    border-bottom: 1px dashed #337ab7;
}

.dashedLink:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

#returnToAdminLink {
    display: block;
    padding: 4px 6px;
    position: absolute;
    font-size: 24px;
    color: #ff9600;
    right: 210px;
    bottom: 4px;
}

.checklistCreatedAt {
    text-align: center;
    color: #989898;
    margin-top: 30px;
    margin-bottom: 7px;
    font-size: 12px;
}

#checklistTitle {
    margin-top: 0px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    #checklistTitle {
        font-size: 32px;
        line-height: 130%;
    }

    .customYandexBlock {
        margin-bottom: 20px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

@media (min-width: 1023px) {
    #searchButton {
        display: none;
    }

    .favoritesMenuItemMobile {
        display: none;
    }
}

@media (max-width: 767px) {
    #checklistTitle {
        font-size: 26px;
        line-height: 130%;
    }

    .hiddenForMobile {
        display: none;
        margin-bottom: 15px;
    }
}

@media (max-width: 1023px) {
    #returnToAdminLink {
        right: 70px;
        top: 4px;
    }

    .favoritesMenuItemMobile {
        display: block;
        position: absolute;
        right: 120px;
        font-size: 18px;
        top: 11px;
        cursor: pointer;
    }

    .favoritesMenuItemMobile a {
        color: #777;
        text-decoration: none;
        font-size: 14px;
    }
}

.loadChecklistsTitle {
    font-size: 26px;
    color: #000000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 14px;
}

#loadLatestChecklistsButton, #loadPopularChecklistsButton, #loadProfilesButton {
    font-size: 14pt;
    margin-top: 0;
    margin-bottom: 10px;
    color: #ff8a10;
}

.loadChecklistsGroupOfButtons {
    font-size: 20px;
    margin-bottom: 30px;
}

.loadChecklistsButton {
    text-decoration: none;
    color: #337ab7;
    border-bottom: 1px dashed #337ab7;
}

.loadChecklistsButton:hover {
    text-decoration: none;
    color: #337ab7;
    border-bottom-color: transparent;
}

.loadChecklistsButton.active, .loadChecklistsButton.active:hover {
    text-decoration: none;
    color: #777777;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: bold;
}

#loadLatestChecklistsTab {

}

#loadLatestChecklistsTab:hover, #loadLatestChecklistsTab.active {

}

#loadPublicChecklistsTab {

}

#loadPublicChecklistsTab:hover, #loadPublicChecklistsTab.active {

}

#listChecklistsOnIndexContainer {
    display: block;
    position: relative;
    padding-bottom: 5px;
}

#listOfChecklistsBlock {
    display: block;
}

#loadChecklistsButtonGroup {
    display: block;
    position: relative;
}

#listChecklistsOnIndexLoader, #listChecklistsOnIndexButtonLoader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 80px;
    z-index: 1100;
}

#listChecklistsOnIndexButtonLoader {
    height: 300px;
}

#listChecklistsOnIndexLoader i {
    margin-top: 50px;
    color: #ff8a10;
}

.viewCounterWhite {
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 0px 4px;
    margin-left: 2px;
    font-size: 11px;
    color: #8a8a8a;
}

.checkbox label::before {
    width: 19px;
    height: 19px;
}

.checkbox label::after {
    padding-top: 0px;
    left: 1px;
}

.create-checklist-button {
    font-weight: 600 !important;
    line-height: 120% !important;
    white-space: normal;
}

.create-checklist-button span {
    white-space: nowrap;
}

.another-category-link {
    border-bottom: 1px dashed;
}

.another-category-link:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.bottom-pdf-print-buttons-line {
    margin-top: 30px;
    margin-bottom: 50px;
}

@media (min-width: 767px) {
    .bottom-pdf-print-buttons-line > div.left-button {
        text-align: right;
    }

    .bottom-pdf-print-buttons-line > div.right-button {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .bottom-pdf-print-buttons-line {
        margin-top: 10px;
    }

    .bottom-pdf-print-buttons-line > div {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .bottom-pdf-print-buttons-line > div.left-button {
        text-align: center;
    }

    .bottom-pdf-print-buttons-line > div.right-button {
        text-align: center;
        margin-top: 30px;
    }
}

.bottom-pdf-print-buttons-line a {
    display: inline-block;
    font-size: 17px;
    padding: 6px 10px;
    background-color: #fff2c3;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
}

.bottom-pdf-print-buttons-line .col-sm-12 {
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 767px) {
    .bottom-pdf-print-buttons-line .left-button a {
        margin-right: 10px;
    }

    .bottom-pdf-print-buttons-line .right-button a {
        margin-left: 10px;
    }
}

.bottom-pdf-print-buttons-line a span {
    white-space: nowrap;
}

.bottom-pdf-print-buttons-line-iframe {
    margin-top: 5px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .bottom-pdf-print-buttons-line-iframe {
        margin-top: 45px;
    }

    .bottom-pdf-print-buttons-line-iframe > div {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.bottom-pdf-print-buttons-line-iframe a {
    display: inline-block;
    font-size: 18px;
    padding: 5px 20px;
    background-color: #fff2c3;
    border-radius: 8px;
    text-align: center;
}

.bottom-pdf-print-buttons-line-iframe a span {
    white-space: nowrap;
}

.login-span {
    vertical-align: top;
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
}

@media (max-width: 767px) {
    .login-span {
    }
}

@media (max-width: 767px) {
    .navbar-default #rightBar.navbar-nav {
        margin-left: 0;
    }

    .navbar-default #rightBar.navbar-nav > li > a {
        padding-left: 0 !important;
        line-height: 186%;
    }

    .navbar-default #rightBar.navbar-nav > li > a i {
        vertical-align: bottom;
    }
}

.grey-button {
    display: inline-block;
    color: #989898;
}

.grey-button:hover {
    text-decoration: none;
    color: #000;
}

.pdf-grey-button {
    vertical-align: top;
    font-size: 12px;
    padding: 3px 5px 1px 5px;
    border: 1px solid #989898;
    border-radius: 5px;
    margin: 0 4px 0 3px;
}

.pdf-grey-button:hover {
    border-color: #000;
}

@media (max-width: 500px) {
    .pdf-grey-button {
        margin-top: 0px;
    }
}

.availabilityIcon {
    color: #e4e4e4;
}

#favoritesStar {
    display: inline-block;
    cursor: pointer;
}

.inFavorites, .notInFavorites, .menuItemFavorites {
    color: #ffcc59;
}

.menuItemFavorites {
    font-size: 22px;
    vertical-align: middle;
    margin-top: -2px;
}

.removeFromFavorites {
    position: absolute;
    top: -15px;
    right: 5px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-top: 4px;
    color: #c5a0a0;
}

span.chls-item-number-main {}
span.chls-item-number-sub {}
span.chls-item-number {}

.removeFromFavorites .fa-2x {
    font-size: 1.7em!important;
}

#ajaxMessage {
    display: none;
    -webkit-transform: translateZ(0);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    font-size: 24px;
    font-weight: bold;
}

#ajaxMessage.bg-warning h4 {
    color: #FFF;
}

@media (width: 1024px) {
    li.what-is-checklist-top-item {
        display: none;
    }
}

@media (min-width: 1024px) {
    #navbar-brand-title {
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    #userName {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    #userName {
        margin-top: 15px;
    }
}

.parsedImage {
    margin-bottom: 5px;
}

.parsedImage img {
    max-width: 100%;
    margin-top: 10px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
}

.parsedImageHometext {

}

.parsedImageHometextFooter {

}

/* Google Search */

#searchResultsTopLine {
    padding-top: 30px;
    padding-bottom: 0px;
}

#gs_tti50 > input {
    background: none !important;
    text-indent: 0 !important;
    margin: 0 !important;
}

.gsib_a {
    padding-bottom: 4px !important;
}

.gsst_a {
    padding-top: 7px !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 8px 27px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.gcsc-branding {
    display: none !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
}

.gsc-adBlock {
    display: none !important;
}

.gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#categoriesSwitcher {
    margin: 0 auto;
    max-width: 270px;
}

#categoriesSwitcher > span {
    display: block;
    margin-bottom: 6px;
}

.align-right {
    float: right;
}

.clear-checkboxes-container, .progress-container {
    transition: 300ms linear;
}

.progress-container.progress-integrated {
    margin-top: 2px;
}

#stickedProgressBar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    display: none;
}

@media (max-width: 599px) {
    #stickedProgressBar .progress-container {
        padding: 0;
    }
}

#stickedProgressBar .progress {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.ya-site-form {
    margin-bottom: 40px;
}

.gsc-result {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.btn-clear-checkboxes {
    padding-top: 2px;
    padding-bottom: 2px;
}


#createdTodayBlock {
    margin-top: 60px;
}

#createdCountText {
    font-size: 18px;
}

#createdCountText span, #createdCountText .fa {
    font-weight: bold;
    font-size: 20px;
}

#latestChecklistsRegistrationPage {
    margin-top: 10px;
}

@media (max-width: 599px) {
    #jvlabelWrap, jdiv {
        display: none !important;
    }
}

#g-recaptcha {
    margin-top: -15px;
    margin-bottom: 15px;
}

#g-recaptcha > div {
    width: 100% !important;
}

#commentsCount {
    display: block;
    cursor: pointer;
}

.howToBecomeAnAuthor {
    margin-bottom: 30px;
}

#showLinkContainer {
    cursor: pointer;
}

@media (max-width: 991px) {
    #showLinkContainer {
        margin-left: 0;
    }
}

#checklistLinkContainer {
    margin-top: 25px;
    display: none;
}

#checklistUrlBlock {
    background: #e8e8e8;
    margin-bottom: 15px;
    font-size: 11pt;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
}

#checklistUrlLink {
    overflow: hidden;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    background: #f5f5f5;
    color: #8b8b8b;
    cursor: pointer;
}

#checklistUrlTitle, #checklistUrlLink {
    padding: 3px 3px 3px 8px;
}

#checklistUrlCopy {
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    text-align: center;
    background-color: #e8e8e8;
}

#checklistUrlCopy:hover {
    background-color: #d0d1d4;
}

#profileChecklistsList {
    margin-bottom: 50px;
}


/* Pagination */
.category__pager {
    padding-top: 20px;
    padding-bottom: 20px;
}

.category__pager > a, .category__pager > span {
    display: inline-block;
    align-items: center;
    padding: 3px 9px;
    text-decoration: none;
    border-radius: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 13pt;
    margin: 0 1px;
}

.category__pager > span {
    background-color: #b6e3fd;
    border: 1px solid #b2daf1;
}

.category__pager > a {
    background-color: #f3f3f3;
    border: 1px solid #d7d7d7;
}

@media (max-width: 360px) {
    .category__pager > a, .category__pager > span {
        font-size: 12pt;
    }
}

.itemBlockCheckbox .hcc.hc__ht {
    display: block !important;
    right: 2px !important;
    bottom: -12px !important;
}

@media print {
    .hcc.hc__ht {
        display: none !important;
    }
}
