/* Large devices (desktops, 992px and up) */
/*@media (min-width: 992px) {*/
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
/*}*/

h1, h2, h3, h4, h5 {
    font-family: 'Ubuntu', sans-serif;
        width: 100%;
}
h4 {
    font-size: 1.3rem;
}
    

.nav-border {
    border-bottom: 2px solid #094901;
}
.navbar-nav li {
    margin: 0 10px;
    font-size: 18px;
}
.navbar-nav li a{
    color: #39655b;
}
.navbar-nav .dropdown-menu{
    margin-top: 0;
    min-width: 275px;
}
.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.navbar-nav .dropdown-menu li:last-child{
    border-bottom: none;
}
.button-s {
    color: #fff !important;
    background-color: #721A2C !important;
    border-color: #721A2C !important;
}

.sidebar-title span {
    background-color: #721a2c;
    line-height: 17px;
    display: inline-block;
    padding: 9px 12px;
    color: #fff;
}

.sidebar-title {
    border-bottom: 2px solid #222222;
    margin-bottom: 10px;
}

.category-badge {
    background-color: #094901;
    color: #fff;
}

.footer {
    padding: 2.5rem 0;
    text-align: center;
    border-top: 2px solid #721a2c;
}

.current-pagination a {
    background: #094901;
    color: #fff;
}

.tags-sidebar {
    border: 1px solid rgba(0, 0, 0, .125);
}

.tags a {
    background: #721A2C;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 3px;
}

.tags a {
    color: #fff;
}

.tags a:hover {
    color: #fff;
    text-decoration: none;
}

.thumb {
    margin-right: 5px;
}

.list_contents {
    background: #D8C4C8;
    padding: 10px 0 10px 40px;
    border-radius: 10px;
}

.list_contents li {
    list-style-type: decimal;
}

img {
    max-width: 500px
}

.accepted {
    border-color: #25A142 !important;
}

.card-footer {
    padding: .35rem 0.45rem;
}

.card-footer div {
    display: inline-block;
    float: right;
}

.card-footer .post-time {
    float: left!important;
    left: 0px;
}

.btn-xs {
    padding: .25rem .4rem !important;
    font-size: .875rem !important;
    line-height: .5 !important;
    border-radius: .2rem !important;
}

pre {
    padding: 0.5em !important;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
}

code {
    padding: 0.5em !important;
    color: #333 !important;
    background-color: #f5f5f5 !important;
}
.pagination {align-items: center;justify-content: center;text-align: center;}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination li a, .pagination li span, .pnext a, .pprev a, .pprev > span, .pnext > span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px 10px 3px;
    line-height: 40px;
    min-width: 40px;
    background-color: #fff;
    color: #2d2f38;
    box-shadow: 0 1px 1px rgba(219, 223, 236, 0.45);
    border-radius: .25rem;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #721a2c;
    color: #eee;
    border-color: #721a2c;
}
.post-img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.post {
    margin-bottom: 25px;
}
.icon-search {
    border: 1px solid #ced4da;
    border-left:none;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.coverbook {
    max-width: 280px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.list-group-item {padding: .45rem 1.25rem!important;}
.coverbooksm {
    display: block;
    float: left;
    margin-right: 20px;
    border: 1px solid #ced4da;
    box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5);
}
.item .card-footer.text-muted.tags {
    margin: 15px -20px -21px;
}
.vote .vote-btn.vote-down {
    color: #D24D57;
}
.vote .vote-btn.vote-up {
    color: #03A678;
}
@media screen and (max-width: 992px) {
    .container {
        max-width: 100%;
    }
    .navbar-brand img{
        width: 50px;
        margin-right: 3px
    }
    .navbar-brand {
        font-size: 1rem;
    }
    .navbar-nav li {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .navbar {
        justify-content: center;
        padding: 10px 5px;
    }
    .navbar-brand {
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #content .row {
        margin-left:0;
        margin-right:0
    }
}
@media screen and (max-width: 520px) {
    .coverbook,.coverbooksm {
        display: block;
        max-width: 100%;
        float: none;
        width: 270px;
        margin: 0 auto 25px;;
    }
    
}
@media screen and (max-width: 450px) {
    h1 {
        font-size: 1.5rem;
    }
    .navbar-nav li {
        text-align: center;
        margin-bottom: 15px
    }
    .navbar-nav li:last-child {
        margin-bottom: 0
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        left: -50px;
    }
}
.help-block.help-block-error {
    color: red;
}
.view_anchor-num {
    display: inline-block;
    width: 27px;
    height: 26px;
    float: left;
    background: #92d468;
    border-radius: 4px 1px 1px 4px;
    line-height: 26px;
    text-align: center;
    margin-top: 7px;
    color: #fff !important;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    text-indent: 4px;
    font-style: normal;
}
.docket-list{margin:0 !important;padding:0 !important;overflow:hidden;counter-reset: myCounter;}
.docket-list li{margin:10px 0 10px 0 !important;padding:0 0 0 35px;display:block;position:relative;line-height:17px;}
.docket-list li a {color:#333;font-size:16px;border-bottom:1px dashed #999;}
.docket-list li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    text-align: right;
    color: #92d468;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
}

.view_anchor-num:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #92d468;
    border-width: 13px;
    margin-top: -13px;
}
.view_anchor h2 {
    margin-left: 50px;
}
.sample-color {
    background-color: #caee79!important;
}
.tbl tr th:first-child {
    border-left: none !important;
}
.tbl th {
    font-weight: 700;
    padding: 5px !important;
    background: #efefef;
    font-size: 13.5px;
    border: 1px solid #dddddd !important;
}
.tbl tr td:first-child {
    border-left: none !important;
}
.tbl-pre-not-right tr td:not(:last-child) {
    font-family: 'Roboto Mono', monospace;
    padding: 2px 0;
    font-size: 93%;
    color: #000;
}
.tbl-center-not-right tr td:not(:last-child) {
    text-align: center;
}
.tbl td {
    border: 1px solid #dddddd !important;
    padding: 5px !important;
    font-size: 13.5px !important;
}
.analize section {
    background-color: #e9ecef47;
    padding: 20px;
    margin: 20px 0;
}
.fixed_block1 {
width: 100%;
position: fixed;
bottom: 0px; 
display: flex; 
justify-content: center;
z-index: 999999;
}

.fixed_block2 {
box-shadow: rgba(17, 58, 102, 0.45) 0px 4px 6px 3px;
z-index: 999999;
position: relative;
}

#close {
background: #fff;
width: 23px;
line-height: 21px;
border-radius: 5px;
border: 1px solid grey;
color: #000;
display: inline-block;
text-align: center;
position: absolute;
top: -12px;
right: 1px;
z-index: 999999;
}
/*
.card-body img {
    width: 100%;
}
*/
iframe#result {
    width: 100%;
    height: 600px;
    overflow: scroll;
    border: 3px solid #969892;
}
.type-3 pre {
    max-height: 600px;
    overflow: overlay;
}
img.coverbook.sample {
    max-width: initial;
    width: 100%;
}
@media screen and (max-width: 480px){.advblock{min-height:250px}}