/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */

/* if using mdb i have to comment body and .body-content for nav */


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/*.input-min-width-95p {
    min-width: 95%;
}*/

.modal {
    overflow-y: auto;
}

.table-modal-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
}

.custom-panel {
    margin-bottom: 20px;
    background-color: #ffffff;
}

input[type="date"] {
    min-width: 95%;
}

.grey-input {
    background-color: grey;
    color: white;
}

.card-shadow {
    background-color: white;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem #000;
    padding: 20px;
}

.custom-title {
    color: white;
    font-weight: 300;
}

.custom-bar {
    height: 5px;
    width: 100%;
}

.custom-emptybar {
    border-radius: 30px 40px;
    background-color: #2e3033;
    width: 100%;
    height: 100%;
}

.primary-emptybar {
    border-radius: 30px 40px;
    background-color: #0e87ad;
    width: 100%;
    height: 100%;
}


.input-wrapper {
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.30);
}

    .input-wrapper:focus {
        border-color: #33a5c8;
        /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.30);*/
        /*background-color: #ffffff;*/
        -webkit-box-shadow: 0 0 5px 0px #33a5c8;
        box-shadow: 0 0 5px 0px #33a5c8;
    }

.btn-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    border: 6px;
}

.label-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.75);
    border: 6px;
}

.btn-wrapper-primary {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    color: #33a5c8;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.75);
    border: 6px;
}

#switchItemSelect {
    cursor: pointer;
}

.select-item {
    background-color: #00B2CA;
    color: white;
    font-weight: 700;
    margin-bottom: 5px;
}

.lockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    background-image: url(../images/items/Loader.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 99
}

#loading-image {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 100
}

.mBottom5 {
    margin-bottom: 5px;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}


/* Custom ones */

#clickableAwesomeFont {
    cursor: pointer
}

#myInput {
    /*background-image: url('/css/searchicon.png');*/
    background-image: url('../../images/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.searchInput {
    background-image: url('../../images/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

/* Checkbox start style*/
.label__checkbox {
    display: none;
}

.label__check {
    display: inline-block;
    border-radius: 50%;
    border: 5px solid rgba(0,0,0,0.1);
    background: white;
    /*vertical-align: middle;*/
    /*margin-right: 20px;*/
    /*width: 2em;*/
    /*height: 2em;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border .3s ease;
}

.label__checkbox:checked + .label__text .label__check {
    animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
}

.icon {
    opacity: 1;
    transform: scale(0);
    color: white;
    -webkit-text-stroke: 0;
    animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
}


.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@keyframes icon {
    from {
        opacity: 0;
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes check {
    0% {
        width: 1.5em;
        height: 1.5em;
        border-width: 5px;
    }

    10% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.1;
        background: rgba(0,0,0,0.2);
        border-width: 15px;
    }

    12% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.4;
        background: rgba(0,0,0,0.1);
        border-width: 0;
    }

    50% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 0.6;
    }

    100% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 1;
    }
}
/*Checkbox end style*/
/*---------------------------------*/
.background-with-image-1 {
    /*background: linear-gradient( rgba(237, 120, 166, 0.8), rgba(237, 120, 166, 0.8) ), url(../images/server.png) no-repeat center center;*/
    /* previous one */
    /*background: linear-gradient( rgba(237, 116, 17, 0.8), rgba(224, 86, 0, 0.8) ), url(../images/server.png) no-repeat center center;*/
    background: linear-gradient( rgba(237, 116, 17, 0.8), rgba(224, 86, 0, 0.8) ), url(../images/module.jpg) no-repeat center center;
    background-size: cover;
}

.background-2 {
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}

.background-3 {
    background-image: linear-gradient(to right top, #e3a545, #e59735, #e88927, #ea791a, #ed6711);
    background-size: cover;
}

.table-fixed thead {
    width: 97%;
}

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

.header-fixed {
    width: 100%
}

    .header-fixed > thead,
    .header-fixed > tbody,
    .header-fixed > thead > tr,
    .header-fixed > tbody > tr,
    .header-fixed > thead > tr > th,
    .header-fixed > tbody > tr > td {
        display: block;
    }

        .header-fixed > tbody > tr:after,
        .header-fixed > thead > tr:after {
            content: ' ';
            display: block;
            visibility: hidden;
            clear: both;
        }

    .header-fixed > tbody {
        overflow-y: auto;
        height: 150px;
    }

        .header-fixed > tbody > tr > td,
        .header-fixed > thead > tr > th {
            width: 20%;
            float: left;
        }

.tableFixHead {
    overflow-y: auto;
    height: 100px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
    }

/*--------------------------------*/


.wrapper {
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    border: 6px;
}


.another-wrapper {
    border: 6px;
    background-color: aqua;
    border-radius: 100% 0% 100% 0% / 0% 82% 18% 100%;
}
/*.wrapper:hover {
        z-index: 1;
        color: inherit;
        box-shadow: 0 16px 56px 0 rgba(5,27,44,.3);
    }*/


.hvr-grow:hover {
    transform: scale(1.05);
}

.shadow-drop-2-center {
    -webkit-animation: shadow-drop-2-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-2-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes shadow-drop-2-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-2-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(50px);
        transform: translateZ(50px);
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}



/* End custom ones */

/* Table resize for mobile devices*/
@media only screen and (max-width: 767px) {

    /*th {
        width: 20px;
    }*/

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}

/* End table resize for mobile devices */


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 900px) {
    #content {
        margin-top: 20px;
    }
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}
