/*
    360Promo blue:              #0096FA
    360Promo blue (light):      #40B5FF
    360Promo green:             #00C8AA
    360Promo green (light):     #00E1BB
    360Promo red:               #FF4242
    360Promo red (light):       #FF7474
    360Promo gray:              #A6A6A6
    360Promo gray (light):      #ECECEC
    360Promo yellow:            #F4C430
    360Promo yellow (light):    #FFD117
*/


/*---------------------------------------------------*/
/* GENERAL HTML, BODY, CONTENT, LINKS, BUTTONS, TEXT */
/*---------------------------------------------------*/

html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #ECECEC;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
}

.font-style-monospace {
    font-family: 'Courier New', Courier, monospace;
}

.container {
    max-width: 1600px;
    padding: 0px 20px 0px 20px;
}

.container.container-main {
    padding-top: 100px;
    padding-bottom: 220px;
}

a, a:visited {
    color: #0096FA;
    text-decoration: underline;
}

a:hover {
    color: #40B5FF;
    text-decoration: underline;
}

a:active {
    color: #40B5FF;
    text-decoration: underline;
}

a.selected {
    color: #40B5FF;
    text-decoration: underline;
}

p {
    text-align: justify;
    text-justify: inter-word;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    color: black;
    margin: 30px 0px 40px 0px;
    text-transform: uppercase;
}

h2 {
    background-image: linear-gradient(to right, #40B5FF, #00E1BB);
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 30px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin: 40px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #0096FA;
    border: none;
}

.btn-primary:hover {
    background-color: #40B5FF;
    border: none;
}

.btn-primary:active {
    background-color: #40B5FF;
    border: none;
}

.btn-success {
    background-color: #00C8AA;
    border: none;
}

.btn-success:hover {
    background-color: #00E1BB;
    border: none;
}

.btn-success:active {
    background-color: #00E1BB;
    border: none;
}

.btn-warning {
    background-color: #F4C430;
    border: none;
}

.btn-warning:hover {
    background-color: #FFD117;
    border: none;
}

.btn-warning:active {
    background-color: #FFD117;
    border: none;
}

.btn-danger {
    background-color: #FF4242;
    border: none;
}

.btn-danger:hover {
    background-color: #FF7474;
    border: none;
}

.btn-danger:active {
    background-color: #FF7474;
    border: none;
}

label.required::after {
    content: ' *';
    color: #FF4242;
}

.success {
    color: #00C8AA;
}

.warning {
    color: #F4C430;
}

.error {
    color: #FF4242;
}

.text-danger {
    color: #FF4242 !important;
}

.foldout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.foldout i {
    margin: 0px 10px 0px auto;
    font-size: 18px;
}

.tag-even {
    color: blue;
}

.tag-odd {
    color: black;
}

.tag {
}


/*----------------*/
/* HEADER, NAVBAR */
/*----------------*/

header {
    background-image: linear-gradient(to top right, #0096FA, #00C8AA);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 13;
}

.navbar {
    font-size: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
}

.navbar .navbar-brand img {
    width: 92px;
    height: 63px;
}

.navbar .navbar-brand span {
    text-shadow: none;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.navbar .navbar-collapse {
    justify-content: right;
    text-align: right;
}

.navbar form {
    display: block;
    margin: 0 auto;
}

.navbar li:not(:first-child) {
    margin-left: 10px;
}

/* NAV LINKS (ACTUAL LINKS) */

.navbar a, .navbar a:visited {
    color: white;
    text-decoration: none;
}

.navbar a:hover {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.navbar a:active {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.navbar a.nav-link.selected {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.dropdown-menu a, .dropdown-menu a:visited {
    text-shadow: none;
    color: #0096FA;
    text-decoration: none;
}

.dropdown-menu a:hover {
    text-shadow: none;
    color: #40B5FF;
    text-decoration: none;
}

.dropdown-menu a:active {
    text-shadow: none;
    color: #40B5FF;
    text-decoration: none;
}

.dropdown-menu a.nav-link.selected {
    text-shadow: none;
    color: #40B5FF;
    text-decoration: none;
}

/* NAV LINKS (BUTTONS) */

.dropdown-menu button, .dropdown-menu button:visited {
    font-size: 16px;
    color: #0096FA;
    text-decoration: none;
}

.dropdown-menu button:hover {
    font-size: 16px;
    color: #40B5FF;
    text-decoration: none;
}

.dropdown-menu button:active {
    font-size: 16px;
    color: #40B5FF;
    text-decoration: none;
}

/* HAMBURGER */

.navbar-toggler {
    padding: 0px 6px 0px 6px;
    color: white;
}

.navbar button.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .bar1, .navbar-toggler .bar2, .navbar-toggler .bar3 {
    width: 32px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.navbar-toggler .bar2 {
    transition: 0.2s;
}

.navbar-toggler.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-7px, 7px);
}

.navbar-toggler.change .bar2 {
    opacity: 0;
}

.navbar-toggler.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-6px, -6px);
}

/* DROPDOWN */

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu {
    text-align: left;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
}

.navbar .dropdown-menu ul {
    list-style-type: none;
    min-width: 250px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.navbar .dropdown-menu ul li hr {
    margin: 10px 15px 10px 4px;
}


/*--------*/
/* FOOTER */
/*--------*/

footer {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    background-image: linear-gradient(to bottom left, #0096FA, #00C8AA);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10;
    color: white;
}

.footer a, .footer a:visited {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.footer a:active {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.footer a.footer-link.selected {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}


/*------------*/
/* DATATABLES */
/*------------*/

/*table.dataTable tbody th, table.dataTable tbody td {
    height: 40px;
}*/

.table.dataTable tbody tr td {
    vertical-align: middle;
}

.table.dataTable tbody tr:nth-child(odd) {
    background-color: #F5F5F5;
    border: 1px solid #A6A6A6;
}

.table.dataTable tbody tr:nth-child(even) {
    background-color: #ECECEC;
    border: 1px solid #A6A6A6;
}

.table.dataTable tbody tr:hover {
    background-color: #C1D8FF;
}

.table.dataTable .dt-image-container {
    display: flex;
    align-items: center;
}

.table.dataTable .dt-image {
    object-fit: cover;
    width: 60px;
    height: 60px;
    margin: 0px;
    border: 1px solid white;
}

.table.dataTable .dt-checkbox {
    display: flex;
    align-items: center;
    width: 28px;
    height: 28px;
}

.table.dataTable .textarea {
    width: 500px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 900px) {
    .table.dataTable .textarea {
        width: 100%;
    }
}


/*------*/
/* FORM */
/*------*/

.form-container .form-fields {
    /*padding: 30px 0px 30px 0px;*/
    margin: 30px 0px 30px 0px;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    /*margin-bottom: 10px;*/
}

.form-container .form-label {
    margin-bottom: 0px;
}

.form-container .form-group {
    margin-bottom: 20px;
}

.form-container .form-group .form-image-preview-container {
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: 220px;
}

.form-container .form-group .form-image-preview-container .form-image-preview-element {
    text-align: center;
    color: #A6A6A6;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.form-container .form-group .form-video-preview-container {
    min-height:200px;
}

.form-container .form-group .form-video-preview-container .form-video-preview-element {
    text-align: center;
    color: #A6A6A6;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.video-none-selected-message {
    display: block;
}
.video-preview-old {
    display: block;
    max-width: 100%;
}
.video-preview-new {
    display: none;
    max-width: 100%;
}

.form-container button {
    width: 180px;
    margin-top: 10px;
}

.form-container .form-validation-summary ul {
    margin: 0px;
}

.form-container .form-check {
    height: 24px;
}

.form-container .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    padding: 0px;
}

.form-container .form-check-input:hover {
    border-color: #40B5FF;
}

.form-container .form-check-input:checked {
    background-color: #0096FA;
    border: none;
}

.form-container .form-check-input:checked:hover {
    background-color: #40B5FF;
    border: none;
}

.form-container .form-check-label {
    padding-top: 3px;
}

.form-slider .input-group {
    display: flex;
    align-items: center;
}

.form-slider .input-group input {
    flex: 1;
}

.form-slider .input-group .form-control {
    width: 100px;
    max-width: 100px;
}

.form-slider .input-group .form-range {
    margin-right: 20px;
}

.form-slider .input-group .form-range::-webkit-slider-thumb {
    background-color: #0096FA;
}

.form-slider .input-group .form-range::-moz-range-thumb {
    background-color: #0096FA;
}

.form-slider .input-group .form-range::-ms-thumb {
    background-color: #0096FA;
}


/*------------*/
/* DATEPICKER */
/*------------*/

.form-control.datepicker {
    background-color: white;
}

.datepicker-input-container {
    position: relative;
}

.datepicker-input-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    color: dimgrey;
}


/*--------*/
/* IMAGES */
/*--------*/

.profile-image-container {
    display: flex;
    align-items: center;
}

.profile-image {
    object-fit: cover;
    width: 80px;
    height: 80px;
    margin: 0px 5px 0px 5px;
    border: 1px solid #0096FA;
    border-radius: 50%;
}

.profile-image:hover {
    border-color: #40B5FF;
}

.profile-image-no-hover {
    object-fit: cover;
    width: 60px;
    height: 60px;
    margin: 0px 5px 0px 5px;
    border: 1px solid #A6A6A6;
    border-radius: 50%;
}
