.bodyframe {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
}

.button {
    display: block;
    padding: 5px 10px;
    margin: 6px 0px;
    border-radius: 30px;
    background-color: inherit;
    color: 4b4b4b;
    border: 3;
    border-color: #4b4b4b;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
    -webkit-appearance: none;

}

.buttonwhite {
    display: block;
    padding: 5px 10px;
    margin: 6px 0px;
    border-radius: 30px;
    background-color: inherit;
    color: white;
    border: 3;
    border-color: white;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
    -webkit-appearance: none;

}


.buttonbig {
    display: block;
    padding: 5px 10px;
    margin: 6px 0px;
    border-radius: 30px;
    background-color: inherit;
    color: #4b4b4b;
    border: 6;
    border-color: #4b4b4b;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.4s;
    -webkit-appearance: none;

}

.buttonred {
    display: block;
    padding: 5px 10px;
    margin: 6px 0px;
    border-radius: 30px;
    background-color: #9E413A;
    color: #fff;
    border: 6;
    border-color: #9E413A;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
    -webkit-appearance: none;
}

.buttonred:hover {
    background-image: linear-gradient(to right, #EB4438, #EB4438);
    color: #fff;
    -webkit-appearance: none;
}

.button:hover {
    background-color: #4b4b4b;
    color: #f5f5f5;
    -webkit-appearance: none;
}

.column {
    float: left;
    width: 48%;
    padding: 0px;
}

.columnborder {
    float: left;
    width: 48%;
    margin: 16px 6px;
    padding: 10px;
    background-color: white;
    border-radius: 3px;
}


.srow:after {
    content: "";
    display: table;
    clear: both;
}

.column3 {
    float: left;
    width: 38%;
    padding: 0px;
}

.column4 {
    float: left;
    width: 18%;
    padding: 10px;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .column3 {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .column4 {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .columnborder {
        width: 90%;
    }
}

input:focus {
    outline: none;
    border-bottom-color: black;
}


textarea {
    width: 95%;
    height: 150px;
    padding: 8px 4px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    resize: none;
}

input[type=text],
select {

    position: center;
    width: 80%;
    padding: 6px 20px;
    margin: 4px 0;
    display: inline-block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid silver;
    border-radius: 0;
    transition: all 0.5s;
}



input[type=date],
select {
    position: center;
    width: 80%;
    padding: 6px 20px;
    margin: 4px 0;
    display: inline-block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid silver;
    border-radius: 0;
    transition: all 0.5s;
}

input[type=time],
select {
    position: center;
    width: 80%;
    padding: 6px 20px;
    margin: 4px 0;
    display: inline-block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid silver;
    border-radius: 0;
    transition: all 0.5s;
}

input:focus {
    outline: none;
    border-bottom-color: black;
}



.backgroundgrey {
    background-color: #f2f2f2;
}

.backgroundgreen {
    background-color: #738567;
    color: white;
}

.backgroundblack {
    background-color: black;
}

.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div {
    word-break: break-all;
}

.bg-img {

    min-height: 550px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-img2 {

    min-height: 450px;

    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 32px;
}

.statsmodal {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    height: auto !important;
    overflow: initial !important;
    display: none;
    vertical-align: middle;
    z-index: 2;
    max-width: 600px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.statsmodal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.statsmodal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.statsmodal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.statsmodal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.statsmodal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.statsmodalxl {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    height: auto !important;
    overflow: initial !important;
    display: none;
    vertical-align: middle;
    z-index: 2;
    max-width: 1100px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.statsmodalxl-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.statsmodalxl-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.statsmodalxl-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.statsmodalxl-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.statsmodalxl-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}



@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

.statsmodal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}

.statblocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.statblocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100000000;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}

.statblocker.behind {
    background-color: transparent;
}

.trating {
    width: 600px;
}

.arating {
    pointer-events: none;
    cursor: pointer;
    width: 600px;
}

.ttrating {
    width: 600px;
}

.tarating {
    pointer-events: none;
    cursor: pointer;
    width: 600px;
}

.trating__star {
    cursor: pointer;
    color: #dabd18b2;
}

.arating__star {
    pointer-events: none;
    cursor: pointer;
    color: #dabd18b2;
}

.ttrating__star {
    cursor: pointer;
    color: #dabd18b2;
}

.tarating__star {
    pointer-events: none;
    cursor: pointer;
    color: #dabd18b2;
}