.blocking-body {
    padding: 15px;margin-top: 15px;}
.hero-info {padding: 0 15px
}

.btn-blocking-replay{
    border-radius: 5px;
    padding: 6px;
    border: 3px solid rgb(157, 201, 218) !important;
    background: #c9f0ff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
#CourseBlocking{
    overflow-y: auto !important;
    background-color: #d7dedc;
    /* background: -webkit-linear-gradient(top, rgba(102,177,242,1) 0%, rgba(204,232,255,1) 100%); */
    background: -ms-linear-gradient(top, rgba(102,177,242,1) 0%, rgba(204,232,255,1) 100%);
    /* background: linear-gradient(to bottom, rgba(102,177,242,1) 0%, rgba(204,232,255,1) 100%); */
}

.btn-zw{
    color: #fff;
    border-radius: 5px;
    padding: 6px;
    border: 1px solid rgb(229, 229, 229) !important;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
    transition: all 300ms linear;
    position:relative;
    top: -6px;
}

.btn-zw-blue{
    background: #0e91e4;
    border: 3px solid rgb(14, 145, 228) !important;
    /* box-shadow: 0 4px 0 0 #4d70be; */
}
.btn-zw-blue:hover{
    background: #ffffff;
    color: #0e91e4 !important;
}

.btn-zw-orange{
    background: #fdc92a;
    border: 3px solid #fdc92a !important;
    /* box-shadow: 0 4px 0 0 #efb70d; */
}
.btn-zw-orange:hover{
    background: #ffffff;
    color: #fdc92a !important;
}

.btn-zw:focus{
    box-shadow: 0 0 0 1px #ffffff38 inset, 0 1px 3px 1px rgba(0, 0, 0, 0);
    /* top: -1px; */
    color: white !important;
}

.btn-zw-lightgray{
    color: #ffffff;
    background: #8d8d8d;
    border: 3px solid rgb(141, 141, 141) !important;
}
.btn-zw-lightgray:hover{
    background: #fff;
    color: #666565;
}
.btn-zw-lightgray:focus{
    color: #000000 !important;
}

.btn-zw-white-static{
    transition: all 330ms linear;
    color: #5b5b5b;
    background: #fefefe;
    box-shadow: 0 0 0 3px #0e91e4;
}
.btn-zw-white-static:hover{
    color: #2b2e2f;
    background: #ebebeb;
}

.blocking-header-btn{
    position: relative;
    top: 0px;
    text-align: center;
    margin: 10px 0;
}

.blocking-logo{
    max-width: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.icon-blockingstyle{
    margin-left: 10px;
}

.blocking-content-icon{
    transition: all 140ms linear;
    margin: 0 auto;
    padding: 5px;
    width: 76%;
}
.blocking-content-icon:hover{
    padding: 0px;
}

.blocking-content-link{
    text-decoration: none !important;
;
}

@media only screen and (min-width: 768px) {
    .blocking-content-rightrow{
        border-left: 1px solid #e5e5e5;
    }
}

.btn-zw:active:focus,
.btn-zw:focus:hover,
.btn-zw:focus {
    -moz-outline-style:none;
    outline:medium none;
}

.blocking-description {
    background: white;
    /* border: 1px solid #0000006b; */
    /* border-radius: 5px; */
    max-width: 860px;
    display: block;
    margin: 0 auto;
    position: relative;
    bottom: -40px;
    /* width: 85%; */
    top: 20px;
    text-align:  center;
}
.blocking-description-title{
    /* padding: 10px; */
    /* background: #337ab7; */
    margin: 0 auto;
    /* color: white; */
    font-size: 22px !important;
}
.blocking-description-text{
    /* padding: 10px; */
    /* color: #0d2b3a; */
    margin: 0 !important;
}

.blocking-title{
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
}
.blocking-page {
    background: #d7dedc;
    height: 100%;
}

.blocking-header{
    padding: 15px;
    /* padding-bottom: 25px; */
    /* border-bottom: 1px solid #0769a7; */
    background: #2e2e3a;
    color: #c9f0ff;
    text-align: center;
}

@media (max-width: 576px) {
    .reverse-content-xs{
        display: flex;
        flex-direction: column-reverse;
    }
    .blocking-logo{
        max-width: 230px;
    }

}


#CourseBlocking > .modal-dialog {
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    #CourseBlocking > .modal-lg {
        width: auto;
        padding: 0 20px;
    }
}

.modal-lg-startscreen .modal-body {
    background: #fff;
}

.blocking-page .col-md-6 {
    /* margin-top: 20px; */
}

.blocking-page .col-md-12 {
    /* margin-top: 20px; */
}

.blocking-page .fas {
    margin-right: 10px;
}

.blocking-box {
    display: inline-block;background: #fff;
    /* background-clip: content-box; */
padding-bottom: 1em;width: 100%;}