/*#wrapper {
  max-width: 1920px;
}*/

body.page1 .page1,
body.page2 .page2,
body.page3 .page3,
body.page4 .page4,
body.page5 .page5,
body.page6 .page6 {
    background-color: #FF2135;
    border-radius: 42px;
    width: 80%;
    max-width: 260px;
    margin-left: 20px;
    margin-right: 10px;
}


/*body.sub1 #sub1, body.sub2 #sub2, body.sub3 #sub3, body.sub4 #sub4, body.sub5 #sub5, body.sub6 #sub6 {
  color: #FFFFFF;
}*/

body.sub1 #sub1,
body.sub2 #sub2,
body.sub3 #sub3,
body.sub4 #sub4,
body.sub5 #sub5,
body.sub6 #sub6 {
    color: rgba(250, 250, 250, 1);
}

.sub1 #sub1,
.sub2 #sub2,
.sub3 #sub3,
.sub4 #sub4,
.sub5 #sub5,
.sub6 #sub6 {
    color: rgba(250, 250, 250, .5);
}

.nav-item {
    margin-left: 10px;
}

.sidebar .nav-item .nav-link {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px;
    padding-top: .7rem;
    padding-left: 25px;
    padding-right: 0px;
    width: 14rem;
    color: #ffffff;
}

.dotsubmenu {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FF8800;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.bgred {
    background-image: url(../images/bgred.png);
    background-repeat: repeat-y;
    background-position: right bottom;
    background-size: cover;
}

.row {
    padding-right: 0px;
    padding-top: 0px;
}

.form-control {
    min-height: 45px;
    border: 1px solid #E5E5E5;
    background-color: rgba(252, 252, 252, 0.4);
    margin-top: 5px;
    border-radius: 6px;
}

.form-controldate {
    border: none;
    background-color: rgba(250, 250, 250, 0.15);
}

.shadow {
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: #FFFFFF;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

@media (min-width: 768px) {
    .sidebar {
        /*    width: 20rem !important;*/
        width: 300px !important;
    }
}

@media (max-width:414px) {
    .sidebar {
        width: 110px !important;
    }
}

.grey {
    color: #898989;
}

.grey2 {
    color: #d3d3d3;
}

.white {
    color: #ffffff;
}

.black {
    color: #636363;
}

.red {
    color: #BF1E2D;
}

.red2 {
    color: #FF2135;
}

.yellow {
    color: #f6c23e;
}

.blue {
    color: #009BBE;
}

.green {
    color: #108E21;
}

.eng {
    font-family: 'Glory', sans-serif;
}

.header {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.header2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}

.bigheader {
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
}

.bigheader2 {
    font-size: 2rem;
    line-height: 2.8rem;
}

.subheader {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
}

.subheader2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.copy {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

.copy2 {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bignumber {
    font-size: 6rem;
    line-height: 2.8rem;
    font-weight: 600;
    right: 20px;
    top: 10px;
}

.iconsize {
    width: 40px;
    margin-right: 5px;
}

.iconback {
    width: 30px;
    margin-right: 5px;
}

.backtext {
    font-size: 26px;
    color: #BF1E2D;
    font-weight: 600;
}

.clock {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.clockicon {
    width: 60px;
    margin-right: 30px;
}

.clocktab {
    border: none;
    height: 90px;
}

.calendartab {
    border: none;
    height: 100px;
}

.calendatext {
    font-size: 14px;
}

.calendatext2 {
    font-size: 34px;
    font-weight: 600;
}

@media (max-width:1440px) {
    .clock {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
    }
    .clockicon {
        width: 40px;
        margin-right: 20px;
    }
    .clocktab {
        border: none;
        height: 80px;
    }
    .calendatext2 {
        padding-top: 20px;
    }
}

@media (max-width:1366px) {
    .clock {
        font-size: 18px;
        line-height: 22px;
    }
    .clockicon {
        width: 50px;
        margin-right: 10px;
    }
    .clocktab {
        height: 80px;
    }
    .calendatext {
        font-size: 12px;
        line-height: 16px;
    }
    .header {
        font-size: 20px;
        line-height: 24px;
    }
    .header2 {
        font-size: 20px;
        line-height: 24px;
    }
    .bigheader {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }
    .subheader {
        font-size: 20px;
        line-height: 22px;
    }
    .subheader2 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width:1024px) {
    .header {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
    }
    .clocktab {
        border: none;
        height: 110px;
    }
    .subheader {
        font-size: 20px;
        line-height: 24px;
    }
    .subheader2 {
        font-size: 18px;
        line-height: 22px;
    }
    .iconsize {
        width: 28px;
    }
    .iconback {
        width: 28px;
    }
}

.card {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    border-radius: 12px;
}

.card-body {
    padding: 5px;
    margin: 1px;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 400;
}

@media (max-width:1024px) {
    .card-body {
        font-size: 12px;
        line-height: 16px;
    }
}

.shadow2 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 0px;
}

.greyline {
    border: 1px solid #f4f4f4;
    margin-top: 3px;
    margin-bottom: 2px;
}

.greyline2 {
    border: .5px solid #f4f4f4;
    margin-top: 3px;
    margin-bottom: 2px;
}

.people {
    height: 55px;
    width: 55px;
    margin: 5px;
}

.people2 {
    height: 65px;
    width: 65px;
    margin: 5px;
}

.car {
    height: 80px;
    width: 80px;
    margin: 5px;
}

.crew {
    height: 140px;
    width: 140px;
    margin: 5px;
}

.threedot {
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 20px;
    float: right;
}

@media (max-width:1024px) {
    .crew {
        height: 80px;
        width: 80px;
        margin: 5px;
    }
}

@media (max-width:414px) {
    .people {
        height: 40px;
        width: 40px;
        margin: 5px;
    }
    .crew {
        height: 90px;
        width: 90px;
        margin: 5px;
    }
}

@media (max-width:414px) {
    .header {
        font-size: 1.2rem;
    }
    .bigheader {
        font-size: 2.3rem;
        line-height: 2rem;
    }
    .copy {
        font-size: 8px;
        line-height: 12px;
    }
}

.more {
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    padding: 10px;
    border-radius: 36px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    background-color: #FF2135;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.more:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    background-color: #BF1E2D;
}

.more:active {
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    background-color: #BF1E2D;
}

.more2 {
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    padding: 10px;
    border-radius: 36px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    background-color: #BF1E2D;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.more2:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    background-color: #FF2135;
}

.more2:active {
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    background-color: #FF2135;
}

.more3 {
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    padding: 10px;
    border-radius: 36px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #BF1E2D;
    text-decoration: none;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.more3:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    background-color: #BF1E2D;
}

.more3:active {
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    background-color: #BF1E2D;
}

.lineunder {
    border: 3px solid #b03034;
    width: 100px;
    margin-top: 15px;
}

.moredisable {
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    padding: 10px;
    border-radius: 36px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #BF1E2D;
    text-decoration: none;
    background-color: #fae3e5;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.moregrey {
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    padding: 10px;
    border-radius: 36px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #E5E5E5;
    color: #515151;
    text-decoration: none;
    background-color: #E5E5E5;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.button {
    opacity: 1;
}

.button:hover {
    opacity: 0.8;
}

.buttgrey {
    font-weight: 600;
    padding: 5px;
    border-radius: 12px;
    font-size: 11px;
    text-align: center;
    color: #777777;
    text-decoration: none;
    background-color: #E5E5E5;
    width: 100px;
}

.buttgreen {
    font-weight: 600;
    padding: 5px;
    border-radius: 12px;
    font-size: 11px;
    text-align: center;
    color: #56a34f;
    text-decoration: none;
    background-color: #ebf4ec;
    width: 100px;
}

.buttred2 {
    font-weight: 600;
    padding: 5px;
    border-radius: 12px;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #D40003;
    width: 100px;
}

.buttred {
    font-weight: 600;
    padding: 5px;
    border-radius: 12px;
    font-size: 11px;
    text-align: center;
    color: #b63339;
    text-decoration: none;
    background-color: #f7ebec;
    width: 100px;
}

.buttblue {
    font-weight: 600;
    padding: 5px;
    border-radius: 12px;
    font-size: 11px;
    text-align: center;
    color: #49a3c2;
    text-decoration: none;
    background-color: #ebf6f9;
    width: 100px;
}

.buttyellow {
    font-weight: 600;
    padding: 5px;
    border-radius: 12px;
    font-size: 11px;
    text-align: center;
    color: #FF8800;
    text-decoration: none;
    background-color: #fdf5ea;
    width: 100px;
}

.buttdarkblue {
    font-weight: 600;
    padding: 5px;
    border-radius: 12px;
    font-size: 11px;
    text-align: center;
    color: #868cf7;
    text-decoration: none;
    background-color: #f4f5fd;
    width: 100px;
}

.buttorange {
    font-weight: 600;
    padding: 5px;
    border-radius: 12px;
    font-size: 11px;
    text-align: center;
    color: #f3ae55;
    text-decoration: none;
    background-color: #fdf5ea;
    width: 100px;
}

.dotorange {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FF8800;
    margin-right: 10px;
}

.gred {
    background-image: linear-gradient(to bottom, #91101c, #ab1e29, #c72a36, #e23745, #ff4354);
    color: #FFFFFF
}

.tablewhite td {
    padding-top: 15px;
    color: #FFFFFF
}

.tablewhite2 td {
    padding-top: 30px;
}

.nopad {
    padding: 0px;
    margin: 0px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width:414px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

#lineleft {
    border: 1px;
    border-bottom: 0px;
    border-right-style: none;
    border-left-style: dotted;
    padding: 5px;
    border-color: #a8b668;
}

.circle {
    bottom: 100px;
    right: 10px;
    background: #009BBE;
    border-radius: 60px;
    color: white;
    height: 60px;
    font-weight: bold;
    width: 60px;
    display: table;
    margin: 10px auto;
    border: 2px solid #009BBE;
    margin-right: 0px;
}

.circle p {
    vertical-align: middle;
    display: table-cell;
    color: #ffffff;
    font-size: 20px;
    line-height: 12px;
}

.peoplegroup {
    margin-left: 0px;
    float: left;
}

.peoplegroup .people {
    margin-right: -20px;
}

.circlegreen {
    bottom: 100px;
    right: 10px;
    background: #108E21;
    border-radius: 50px;
    color: white;
    height: 50px;
    font-weight: bold;
    width: 50px;
    display: table;
    margin: 10px auto;
    margin-right: 0px;
}

.circlegreen p {
    vertical-align: middle;
    display: table-cell;
    color: #ffffff;
    font-size: 18px;
    line-height: 12px;
}

.circlered {
    bottom: 100px;
    right: 10px;
    background: #009BBE;
    border-radius: 40px;
    color: white;
    height: 40px;
    font-weight: bold;
    width: 40px;
    display: table;
    margin: 10px auto;
    border: 2px solid #009BBE;
    margin-right: 0px;
}

.circlered p {
    vertical-align: middle;
    display: table-cell;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
}

.circlegrey {
    bottom: 100px;
    right: 10px;
    background: #009BBE;
    border-radius: 40px;
    color: white;
    height: 40px;
    font-weight: bold;
    width: 40px;
    display: table;
    margin: 10px auto;
    border: 2px solid #009BBE;
    margin-right: 0px;
}

.circlegrey p {
    vertical-align: middle;
    display: table-cell;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
}

.borderless tr td {
    border: none !important;
}

@media (max-width:1024px) {
    .circle {
        bottom: 100px;
        right: 10px;
        background: #009BBE;
        border-radius: 40px;
        color: white;
        height: 40px;
        font-weight: bold;
        width: 40px;
        display: table;
        margin: 10px auto;
        border: 2px solid #009BBE;
        margin-right: 0px;
    }
    .circle p {
        vertical-align: middle;
        display: table-cell;
        color: #ffffff;
        font-size: 12px;
        line-height: 12px;
    }
}

.peoplegroup .people {
    height: 45px;
    width: 45px;
    margin-right: -18px;
}

@media (max-width:414px) {
    .circle {
        bottom: 100px;
        right: 10px;
        background: #009BBE;
        border-radius: 40px;
        color: white;
        height: 40px;
        font-weight: bold;
        width: 40px;
        display: table;
        margin: 10px auto;
        border: 2px solid #009BBE;
        margin-right: 0px;
    }
    .circle p {
        vertical-align: middle;
        display: table-cell;
        color: #ffffff;
        font-size: 12px;
        line-height: 12px;
    }
}

.borderdot {
    border: 2px dotted #bf1e2d;
    letter-spacing: 4px;
    border-radius: 12px;
    padding: 20px;
    border-radius: 12px;
}

.textwithline {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    line-height: 1.4rem;
    font-weight: 600;
    color: #BF1E2D;
}

.textwithline:before,
.textwithline:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #BF1E2D;
    margin: auto;
}

.textwithline:before {
    margin-right: 10px
}

.textwithline:after {
    margin-left: 10px
}

.gredpink {
    background: url("../images/bgpink.png");
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    padding: 10px;
    padding-top: 20px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.gredpurple {
    background: url("../images/bgpur.png");
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    padding: 10px;
    padding-top: 20px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.gredgreen {
    background: url("../images/bggreen.png");
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    padding: 10px;
    padding-top: 20px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.gredorange {
    background: url("../images/bgyellow.png");
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    padding: 10px;
    padding-top: 20px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.gredred {
    background: url("../images/bgred1.png");
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    padding: 10px;
    padding-top: 20px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.gredyellow {
    background-image: linear-gradient(to right bottom, #f3bc52, #f1b14f, #efa64d, #ec9c4c, #e9914b);
    color: #FFFFFF;
    padding: 10px;
    padding-top: 20px;
    border-radius: 12px;
    margin-bottom: 10px;
}

hr {
    width: 100%;
    border-top: 1px solid #e9e9e9;
}

hr .dot {
    width: 100%;
    background-color: #FFFFFF;
    border-top: 2px dotted #acacac;
}

hr.dotted {
    width: 100%;
    background-color: #FFFFFF;
    border-top: 2px dotted #ededed;
}

.bordertime {
    border: none;
    padding: 10px;
    border-radius: 6px;
    margin-right: 5px;
    width: 70px;
    height: 85px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.bordersetting {
    border: none;
    border-radius: 12px;
    height: 200px;
    min-width: 200px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #FFFFFF;
}

@media (max-width:1024px) {
    .bordertime {
        border: none;
        padding: 5px;
        border-radius: 6px;
        margin-right: 5px;
        min-width: 60px;
        font-size: 14px;
        font-weight: 600;
    }
}

.small2 {
    font-size: 9px;
    line-height: 12px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.4);
}

.small {
    font-size: 12px;
    line-height: 14px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

@media (max-width:414px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}

.date {
    font-size: 11px;
    line-height: 12px;
    font-weight: 300;
}

.zoom {
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.05);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.bggrey {
    background-color: #fbfbfb;
}

.spacetable tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.butt {
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    padding: 5px;
    border-radius: 24px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
}

.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, .8);
    padding: 3px;
    bottom: 10px;
    margin: 0px;
    margin-right: 20px;
    padding-left: auto;
    padding-right: 3px;
}

.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

@media (max-width:414px) {
    .scrollmenu {
        overflow: auto;
        white-space: nowrap;
        padding-left: 140px;
        padding-right: 200px;
    }
    .scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }
}

.moreplus {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 200;
    padding: 3px;
    font-size: 36px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #BF1E2D;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 30px;
    border-radius: 3px;
}

.boderroundtable {
    border-radius: 24px;
    border: none;
}


/*   */

.pagination_rounded,
.pagination_square {
    /*  display: inline-block;  */
    display: flex;
    margin-top: 10px;
}

.pagination_rounded ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination_rounded li:first-child {
    margin-left: 0px
}

.pagination_rounded ul li {
    float: left;
    margin-left: 20px;
    font-weight: 400;
}

.pagination_rounded ul li a:hover {
    background: #E5E5E5;
    color: #666666;
    border: 1px solid #E5E5E5
}

.pagination_rounded ul li .active {
    background: #BF1E2D;
    color: #fff;
    border: 1px solid #BF1E2D
}

.pagination_rounded .prev {
    margin-left: 0px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.pagination_rounded ul li a {
    float: left;
    color: #666666;
    border-radius: 50%;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-bottom: 50px;
    border: 1px solid #FBFBFB;
    background: #FBFBFB;
}

.pagination_rounded .prev i {
    margin-right: 5px
}

.pagination_rounded .next {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.visible-xs {
    display: none !important
}


/*   */


/* The container */

.container1 {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    background-color: #ffffff;
}


/* On mouse-over, add a grey background color */

.container1:hover input~.checkmark {
    background-color: #ffffff;
}


/* When the checkbox is checked, add a blue background */

.container1 input:checked~.checkmark {
    background-color: #108E21;
    border: 0px;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container1 input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container1 .checkmark:after {
    font-weight: 200;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*cc*/


/* The container */

.container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark2 {
    position: absolute;
    top: -10px;
    left: 0;
    height: 25px;
    width: 25px;
    /* background-color: #108E21; */
    border-radius: 50%;
    border: 1px solid #e4e6ef;
}


/* On mouse-over, add a grey background color */

.container2:hover input~.checkmark2 {
    background-color: #ffffff;
    border: 1px solid #e4e6ef;
}


/* When the radio button is checked, add a blue background */

.container2 input:checked~.checkmark2 {
    background-color: #ffffff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container2 input:checked~.checkmark2:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container2 .checkmark2:after {
    top: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #108E21;
}

.container2:hover input~.checkmark3 {
    background-color: #ffffff;
    border: 1px solid #e4e6ef;
}


/* When the radio button is checked, add a blue background */

.container2 input:checked~.checkmark3 {
    background-color: #ffffff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark3:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container2 input:checked~.checkmark3:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container2 .checkmark3:after {
    top: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #BF1E2D;
}


/*xx*/


/* The container */

.container3 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark3 {
    position: absolute;
    top: -10px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #e4e6ef;
}


/* On mouse-over, add a grey background color */

.container3:hover input~.checkmark3 {
    background-color: #ffffff;
    border: 1px solid #e4e6ef;
}


/* When the radio button is checked, add a blue background */

.container3 input:checked~.checkmark3 {
    background-color: #ffffff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark3:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container3 input:checked~.checkmark3:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container3 .checkmark3:after {
    top: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #BF1E2D;
}


/*xx*/


/* The container */

.container4 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.container4 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark4 {
    position: absolute;
    top: -10px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #e4e6ef;
}


/* On mouse-over, add a grey background color */

.container4:hover input~.checkmark4 {
    background-color: #ffffff;
    border: 1px solid #e4e6ef;
}


/* When the radio button is checked, add a blue background */

.container4 input:checked~.checkmark4 {
    background-color: #ffffff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark4:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container4 input:checked~.checkmark4:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container4 .checkmark4:after {
    top: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FF8800;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check label {
    margin-left: 10px;
}

.form-check .form-check-input[type=checkbox] {
    border-radius: .25em;
    height: 20px;
    width: 20px;
}

.form-check .form-check-input[type=radio] {
    border-radius: 100%;
    height: 20px;
    width: 20px;
}

.form-switch .form-check-input[type=checkbox] {
    border-radius: 2em;
    height: 50px;
    width: 100px;
}


/*xx*/

.table-borderless td {
    padding: 3px;
}

a {
    color: #BF1E2D;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:active,
a:focus a:li {
    color: #BF1E2D;
    outline: none;
    text-decoration: none;
}

.thumbnails img {
    height: auto;
    width: 200px;
}

.wrapthumbnails {
    height: 90px;
    width: 200px;
    border-radius: 12px;
    overflow: hidden;
    float: left;
    margin: 5px;
}

.input-icon {
    position: absolute;
    right: 10px;
    top: calc(50% - 0.5em);
    /* Keep icon in center of input, regardless of the input height */
}

input {
    width: 100%;
    padding-right: 17px;
}

.input-wrapper {
    position: relative;
}

.formred {
    color: #BF1E2D;
}