@charset "UTF-8";

body {
overflow-x: hidden;
}

.bold {
    font-weight: bold;
}

.outline-white {
    border: 1px solid white;
}

.card-header {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    cursor: pointer;
}

.card-header h2 {
    display: inline;
}

.card-header h2 button {
    font-weight: bold;
}

body:not(#nba) .mix .card-header.text-primary {
    position: sticky;
    top: 147px;
    z-index: 999;
    background-color: #e9ecef;
}

.child {
    padding: 0;
    border: 0px;
}

.child:hover {
    border: #4BAFFF solid 1px;
}

.badge-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    flex-basis: 25%;
}

#stage .badge-box, #nba .badge-box {
    flex-basis: 10%;
}

#pageHeader {
    cursor: pointer;
}

img {
    width: 100%;
}

.card-body img {
    margin: 0 0 10px;
}

.quick-select tbody th {
	width: 200px;
}

.alert-light {
	color: black;
}

.quick-select tbody th a {
	-webkit-appearance: none !important;
}

.quick-select tbody th {
	cursor: pointer;
	color: #007bff;
}


.quick-select tbody th:hover {
	cursor: pointer;
	background-color: #0056b3;
	color: white;
}

.table thead tr > *:nth-child(4), .table tbody tr > *:nth-child(4) {
    width: 5%;
}

.table-10 {
    width: 10%;
}

.table-15 {
    width: 15%;
}

.table thead tr > *:nth-child(1), .table tbody tr > *:nth-child(1) {
    width: 20%;
}

.table-25 {
    width: 25%;
}

.table-30 {
    width: 30%;
}

.table thead tr > *:nth-child(2), .table tbody tr > *:nth-child(2) {
    width: 35%;
}

.table thead tr > *:nth-child(3), .table tbody tr > *:nth-child(3) {
    width: 40%;
}

.logo {
	height: 36px !important;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    display: block;
    max-width: 100%;
    width: auto;
    position: relative;
    left: 20px;
    top: 20px;
}

header {
	border-bottom: 1px solid #4bafff;
    height: 80px;
}

.img-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

td i, th i {
    vertical-align: bottom;
    margin-right: 5px;
    float: left;
}

th strong {
    display: table-cell;
}

.spec-list {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.required {
    background-color: #fff3cd;
}

td.table-5:not(.required) {

}

body button:focus {outline:none !important;}

.twocol ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.general {
    position: relative;
    top: 7px;
    padding-right: 3px;
    font-size: 2rem;
}

.control-ui {
    position: sticky;
    top: 0;
    z-index: 99999999;
    background-color: white;
    padding: 15px;
    border-bottom: 1px solid #007bff;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.12);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:  #F5F5F5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.btn-group {
    background-color: white;;
}

.controls {
    padding: 20px;
}

.btn-group button {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

body .btn-outline-primary:hover {
    background-color: rgba(0, 123, 255, 0.5);
}


#myBtn {
    position: fixed;
    bottom: 25px;
    right: 0;
    z-index: 99999999;
    display: none;
    font-weight: 900;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    height: 44px;
}

#myBtn:hover > .ri-arrow-up-line {
    top: -2px;
    transition: top ease-in 0.2s;
}

.nav {
    top: 20px;
}

.rgb {
    padding: 2px;
    padding-right: 1rem;
    width: 7rem;
    display: inline-flex;
}

.rgb:nth-of-type(1) {
    background-color: rgb(238,249,255);
}

.mixitup-control-active {
    background-color: #007bff;
    color: white;
}

.ri-arrow-up-line, .ri-arrow-down-line {
    top: 2px;
    position: relative;
}

#myBtn .ri-arrow-up-line {
    top: 0;
    line-height: 1;
    margin-left: 5px;
}

#myBtn .ml-2.mb-0 {
    font-weight: 700;
}

#myBtn .ri-arrow-up-line:before {
    font-size: 30px;
}

.lead.text-muted strong {
    font-weight: 600;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .btn-group.btn-group-sm.flex-wrap button {
        width: 100%;
    }
    .btn-group.btn-group-sm.flex-wrap.mt-2.mt-xl-0.ml-xl-1 {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .btn-group.btn-group-sm.flex-wrap button {
        width: 100%;
    }

    .btn-group.btn-group-sm.flex-wrap.mt-2.mt-xl-0.ml-xl-1 {
        width: 100%;
    }
    .h6.ml-2.mb-0 {
        max-width: 200px;
    }
}

.card-body .col-12.text-center a {
    border-radius: 40px;
}

.foreground {
    background-color: #EEF9FF;
}

.foreground .card-header {
    background-color: #AAE1FF;
}

.child .card-header {
    position: sticky;
    top: 256px;
    z-index: 1;
}

.wrap-stick {
    position: sticky;
    top: 196px;
    z-index: 1;
    background-color: #EEF9FF;
    z-index: 2;
}
.ri-add-fill:before {
    font-size: 40px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-weight: 900;
    line-height: 0;
}

.btn-round {
    border-radius: 50px;
}

.btn.mt-3.mb-4.col-lg-4.btn-success{
    margin: 0;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 20px;
    font-weight: 600;
}

.btn.mt-3.mb-4.col-lg-4.btn-success:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 3px;
    right: -10px;
    margin-right: 15px;
    transition: 0.5s;
}

.btn.mt-3.mb-4.col-lg-4.btn-success:hover:after {
    opacity: 1;
    right: 0;
}

.btn.mt-3.mb-4.col-lg-4.btn-success:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
    padding-right: 25px;
}


.btn.mt-3.mb-4.col-lg-4.btn-secondary {
    margin: 0;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 20px;
    font-weight: 600;
}

.btn.mt-3.mb-4.col-lg-4.btn-secondary:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 3px;
    right: -10px;
    margin-right: 15px;
    transition: 0.5s;
}

.btn.mt-3.mb-4.col-lg-4.btn-secondary:hover:after {
    opacity: 1;
    right: 0;
}

.btn.mt-3.mb-4.col-lg-4.btn-secondary:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
    padding-right: 25px;
}

ul.spec-list li::marker {
    margin-right: 0;
}

.add-master {
    width: 180px;
    border: 3px solid #6c757d;
    padding: 3px;
    border-radius: 80px;
    filter: drop-shadow(rgba(0, 0, 0, 0.05) 0px 7px 10px) drop-shadow(rgba(0, 0, 0, 0.1) 0px 3px 5px);
    margin: -8px 3px 0 6px !important;
}

.overview-stage {
    display: flex;
    margin-bottom: 2em;
}

.overview-stage > a {
    border: 1px solid #007bff;
    display: block;
    padding: 2px;
    margin: 2px;
    text-align: center;
    background-color: #F5F5F5;
}

.overview-stage > a > img {
    margin: 0;
}

.overview-stage > a, .overview-stage > a:hover {
    text-decoration: none;
    border: 1px solid #0056b3;
}

.overview-stage > a:hover {
    background-color: #e9ecef;
}

.overview-stage > a > h5 {
    margin-bottom: 0.25em;
}

#collapse-naming span.badge {
    font-size: 16px !important;
}

.hollow .card-header {
    cursor: default;
}

.names .card-header, .names .card-body {
    padding: .75rem !important;
}

.rounded {
    border-radius: .25rem;
}

.blu:first-of-type {
    border-right: solid white 10px;
}

.start-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #EEF9FF !important;
}

.start-card h3 {
    flex: 2;
}

.not-active:hover {
	background-color:#EEF9FF;
}

.not-active:hover {
	text-decoration: none;
}

.annotation {
    position: relative;
}

.bg-note {
    background-color: white;
    width: 50%;
    position: absolute;
    height: 100%;
    z-index: 1;
    right: 0;
    opacity: 0.5;
}

.note::before {
    content: '\2190';
    height: 0px;
    display: block;
    float: left;
    margin-top: 5%;
}

.note {
    position: absolute;
    right: 30px;
    top: 345px;
    background-color: white;
    padding: 10px;
    width: 45%;
    text-align:left;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border: solid white 2px;
    outline: solid #cce5ff 2px;
    background-color: #cce5ff;
    z-index: 2;
}

.bg-home {
	background-image: url('../img/bg-home-docu-dots-small.jpg');
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 769px) {
.bg-home {
	height: 200px;
}
}

.d-contact {
    width: 100px;
    height: 200px;
    border: 2px solid;
    position: absolute;
    top: 20px;
    right: 40px;
}

.support {
    white-space: normal !important;
}