.body{
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.infoMsg {
    font-weight: 600;
    position: relative;
    left: 4px;
    display: block;
    margin-top: 4px;
}

.infoMsgOk {
    color: green;
}

.infoMsgNotOk {
    color: red;
}

.heading {
    color: orange;
    font-size: 30px;
}

.top-5 {
    padding-top: 5px;
}

.top-10 {
    padding-top: 10px;
}

.top-15 {
    padding-top: 15px;
}

.left-5 {
    padding-left: 5px;
}

.left-10 {
    padding-left: 10px;
}

.orange {
    color: orange;
}

.red {
    color: red;
}

.tour-links{
    font-size: calc(1.2em + 0.2vw);
    padding-top: 25px;
}



.tour-links a {
    transition: all 0.3s ease;
    padding-right: 0px;
    color: #999999;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-right: 30px;
}

.tour-link-active {
    color: #454545 !important;
}

.tour-links a:hover {
    color: #ffb71c !important;
    text-decoration: none;
}

.tour-link-active:hover {
    color: #ffb71c !important;
}

.pagination {
    justify-content: flex-end;
}
.tour-link a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.tour-link a:hover:before {
    left: 0;
    right: 0;
}

.side-box {
    width: 100%;
    min-height: 30px;
    background-color: white;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 20px;
}

.side-box .side-heading {
    color: orange;
    font-size: 20px;
}

.side-box p{
    font-size: 16px;
}

.main-content{
    margin-bottom: 60px;
}

.active{
    color:#3d3d3d;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.divider{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.info{
    transition:all 0.3s ease;
    background-color: #f4f4f4;
    height: 100%;
}

.well{
    height: 100%;
    padding-bottom: 15px;
}

.row{
    overflow: hidden;
}

.info:hover{
    background-color:#e8e8e8;
}

.header-image{
    width:100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius:5px 5px 0 0;
    position: relative;
    border-bottom: 2px solid orange;
}

.width-controll{
    margin: 0 auto;
}

.left-side-content{
    padding: 10px;
    box-sizing: border-box;
}

.achievment{
    width:50px;
    height:50px;
    background-color: #303030;
    margin:auto;
    margin-bottom:0px;
    border-radius:15px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    padding-top:17px;
    color:orange;
    text-decoration: none;
    font-size: 15px;
    border:1px solid orange;
    transition: all 0.1s ease;
}

.achievment:hover{
    border: 2px solid orange;
}

blockquote {
    margin: 1.5em 10px;
    padding: 0.5em 0;
    quotes: "\201C""\201D""\2018""\2019";
    color: orange;
}
blockquote:before {
    color: orange;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.05em;
    vertical-align: -0.4em;
    margin-top: 8px;
}
blockquote i {
    display: inline;
}

.achievment-area{
    text-align:center;
    padding:5px;
    max-width: 120px;
    text-decoration: none;
}

.row.limit [class*="col-"]{
    max-height:50px;
    overflow:hidden;
}

@media only screen and (max-width: 740px) {
    .tour-links{
        font-size: calc(1.2em + 0.2vw);
    }
}

@media only screen and (max-width: 500px) {
    .progress-bar-achievment{
        visibility: hidden;
        margin:0px;
    }

    .progress-bar-achievment-inside{
        visibility: hidden;
        margin:0px;
    }

    .prof-name{
        text-align:center;
    }
}

@media only screen and (max-width: 500px) {
    .img-static-center{
        width: auto;
        margin: auto;
    }

    .responsive-center-heading-prof{
        width: auto;
        margin:auto;
        text-align:center;
    }


}

@media only screen and (min-width: 1000px) {
    .main-content {
        min-height: 500px;
    }
}


@media ( max-width: 1849px){
    .width-controll{
        width: 1246px;
        height:100%;
    }
}
@media ( min-width: 1850px) {
    .width-controll {
        width: 68%;
        height: 100%;
    }
}

@media ( max-width: 1260px) {
    .width-controll {
        width: 100%;
        height: 100%;
    }
}

.standardTabs {
    border-top-left-radius: 0.15rem !important;
    border-top-right-radius: 0.15rem !important;
    box-shadow: none !important;
    background-color: orange !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.tabsContainer {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    box-shadow: none !important;
}

.mdb .tabs-orange {
    background-color: orange !important;
}

.newContainer {
    margin-top: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
}

.page-link {
    background-color: rgb(253, 158, 79);
    color: black;
}

.page-link:hover {
    background-color: rgb(253, 158, 79);
    color: black;
}

code[class*="language-"],
pre[class*="language-"] {
    color: #c5c8c6;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

/* Code blocks */
.force-overflow::-webkit-scrollbar {
    width: 12px;
    transition: all 0.3s ease;
}

.force-overflow::-webkit-scrollbar-thumb {
    background: #383838;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.force-overflow::-webkit-scrollbar-track {
    background: #1f1f1f;
    transition: all 0.3s ease;
}

.force-overflow::-webkit-scrollbar-track-piece {
    background: #1f1f1f;
    transition: all 0.3s ease;
}

.force-overflow::-webkit-scrollbar:hover {
    width: 12px;
}

.force-overflow::-webkit-scrollbar-thumb:hover {
    background: #484848;
    border-radius: 6px;
}

.force-overflow::-webkit-scrollbar-track:hover {
    background: #484848;
}

.force-overflow::-webkit-scrollbar-track-piece:hover {
    background: #484848;
}

body::-webkit-scrollbar {
    width: 12px;
    transition: all 0.3s ease;
}

body::-webkit-scrollbar-thumb {
    background: #383838;
    border-radius: 6px;
    transition: all 0.3s ease;
}

body::-webkit-scrollbar-track {
    background: #1f1f1f;
    transition: all 0.3s ease;
}

body::-webkit-scrollbar-track-piece {
    background: #1f1f1f;
    transition: all 0.3s ease;
}

body::-webkit-scrollbar:hover {
    width: 12px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #484848;
    border-radius: 6px;
}

body::-webkit-scrollbar-track:hover {
    background: #484848;
}

body::-webkit-scrollbar-track-piece:hover {
    background: #484848;
}

.tox-checklist > li:not(.tox-checklist--hidden) {
    list-style: none;
    margin: .25em 0;
    position: relative;
}
.tox-checklist > li:not(.tox-checklist--hidden)::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
    background-size: 100%;
    content: '';
    cursor: pointer;
    height: 1em;
    left: -1.5em;
    position: absolute;
    top: .125em;
    width: 1em;
}
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFAA00%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 133, 0, 0.25);
}