﻿.thumbnail {
    border: solid thin #e3e3f7;
    text-align: center;
    padding: 0.5rem;
}

    .thumbnail img {
        margin: auto;
        max-width:100%;
    }
    .relative{
        position:relative;
        min-height:300px;
        width:100%;
    }
.checkbox-container {
    /*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;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
.modal-header {
    text-align: center;
    background: #e2e0e4;
    height: 49px;
}
.modal-title {
    font-size: 13px;
}
.modal-dialog{
    max-width:100% !important;
}
.checkmark {
    /*position: absolute;*/
    top: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    display: inline-block;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tumbnail {
    width: 100%;
}
.radio-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container:hover input ~ .radiomark {
    background-color: #ccc;
}

.radio-container input:checked ~ .radiomark {
    background-color: #2196F3;
}

.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .radiomark:after {
    display: block;
}

.radio-container .radiomark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.hide{
    display:none;
}
.auto-complete {
    border: solid thin #d5dde8;
    position: absolute;
    width: 100%;
    background: white;
    overflow-y: auto;
    max-height: 200px;
     margin-top: 0; 
    z-index: 1;
}
.auto-complete-item {
    padding: .5rem;
}
.auto-complete-item:hover{
    background-color:#dee3f1;
    border:solid thin #9ba5a8;
}

.my-carousel-caption {
    font-size: 1.6rem;
    color: #ffffff;
    text-shadow: 0px 0 6px black;
}
.loading,.loading-overlay {   
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  
}
.loading{
    z-index:2;
}
.loading-overlay {
    z-index:1;
    opacity: .5;
    transition: .5s;
    opacity: 0.3;
    background: black;
}
    .loading img {
        max-height: 100%;
        height: 4rem;
    }
    .hide{
        display:none!important;
    }

.loading-gif {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}
.file-progress-bar {
    position: absolute;
    bottom: 0;
}

/*.files-container {
    display: flex;
    clear: both;
}*/

     .file {
        text-align: center;
        padding: 5px;
        /*width: 7rem;*/
    }

       .file img {
            margin: auto;
            width: 100%;
        }

       .file p {
            margin-top: 0;
            margin-bottom: 1rem;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            font-size: 0.8rem;
        }

        .file .extension {
            color: white;
            /* width: 100%; */
            position: absolute;
            top: 3rem;
            text-align: center;
            left: 0;
            right: 0;
            font-size: 1.2rem;
            font-weight: bold;
        }

       .file:hover {
            border: solid thin #eaeaea;
        }

.form-dialog {
    padding-right: 17px;
    display: block;
    width: 500px;
    margin: auto;
}
.form-dialog-lg {
    padding-right: 17px;
    display: block;
    margin: auto;
}

.modal-body {
    max-height: 600px;
}
.scroll{
    overflow:auto ;
    
}
.carousel-control-next, .carousel-control-prev {
    border: none;
    opacity: 0;
}
.carousel-control-next:hover,.carousel-control-prev:hover{
    opacity:0.5;
}
.carousel-control-next {
    /*background: linear-gradient( 90deg, #b1b5c1, transparent);*/
}

.carousel-control-prev {
    /*background: linear-gradient( 90deg, transparent,#b1b5c1);*/
}
.full-screen-slider {
    position: absolute !important;
    background: black;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100 !important;
    max-width:none !important;
    max-height:none !important;
}
    .full-screen-slider img {
        height: initial !important;
    }
/*///////////////////// Ring Loading /////////////////*/
.loading-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 1001;
    top:100px;
}
    .loading-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .loading-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .loading-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .loading-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.overlay {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: start;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.3;
    z-index: 1000;
}
.form{
    position:relative;
}

