﻿.form-control:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #f8f8f8;
    box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset, 0 0 8px rgba(150, 150, 150, 0.6);
    outline: 1px solid #f8f8f8;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    margin: 0 auto;
    padding: 0;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px;
}

    .footer a {
        text-decoration: none;
    }

.container-fluid {
    padding: 0;
    margin: 0;
}

.btn {
    padding: 0.1rem 0.4rem 0.2rem 0.40rem;
}

.navbar-toggler-mgmt .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(52, 58, 64, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    padding: 0px !important;
    font-size: 75%
}


.navbar-toggler-mgmt {
    border-color: rgba(52, 58, 64, 0.3);
}


.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.valText {
    font-size: 75%
}

.breadcrumb {
    background: none;
}

.breadcrumb-item {
    cursor: pointer;
}



@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


/*********************************************/

.listItemOverlayContainer {
    position: relative;
    width: 100%;
}


.listItemOverlayContent {
    display: block;
    width: 100%;
    height: auto;
}

.listItemOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.listItemOverlayContainer:hover .listItemOverlay {
    width: 100%;
}

.listItemOverlayText {
    color: gray;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    cursor: pointer
}

.listItemOverlayButton:hover {
    color: lightgray;
}

/*ZOOM*/
.zoomListElement {
    transition: transform .2s;
    margin: 0 auto;
}

    .zoomListElement:hover {
        transform: scale(1.1);
    }



/**********************************************************************/
/* Tooltip container */
.tooltips {
    position: relative;
    display: inline-block;
}

    .tooltips .tooltipsContent {
        visibility: hidden;
        max-width: 200px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip content */
        position: absolute;
        z-index: 2;
        bottom: 100%;
        left: 50%;
        margin-left: -50px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltips .tooltipsContent::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltips:hover .tooltipsContent {
        visibility: visible;
        opacity: 1;
    }



/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}



.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}



.modalCloseButton {
    border-radius: 50%;
    background-color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 15px #8a8a8a;
    z-index: 5000;
}




.circularButton {
    border-radius: 50%;
    background-color: white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 15px #8a8a8a;
}

@media screen and (max-width: 576px) {
    .card-list-item {
        width: 100% !important
    }
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}






/*slideshow*/
@media screen and (max-width: 770px) {
    /*needs to be changed */
    .slideshow-modal {
        display: block;
        position: fixed;
        z-index: 7000;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
    }

    .slideshow-modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 100%;
        max-width: 1000px;
    }

    .slideshow-close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

        .slideshow-close:hover,
        .slideshow-close:focus {
            color: #999;
            text-decoration: none;
            cursor: pointer;
        }


    .slideshow-prev,
    .slideshow-next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 8px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .slideshow-next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        .slideshow-prev:hover,
        .slideshow-next:hover {
            background-color: rgba(0, 0, 0, 0.9);
            text-decoration: none;
        }

    .slideshow-caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
    }
}

.slideshow-modal {
    display: block;
    position: fixed;
    z-index: 7000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.slideshow-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1000px;
}

.slideshow-close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .slideshow-close:hover,
    .slideshow-close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }


.slideshow-prev,
.slideshow-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 8px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.slideshow-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .slideshow-prev:hover,
    .slideshow-next:hover {
        background-color: rgba(0, 0, 0, 0.5);
        text-decoration: none;
    }


.slideshow-caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
