﻿/* Styles for validation helpers*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #ff0000 !important;
}

.validation-summary-valid {
    display: none;
}

/*-------------------------------------------------- */

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
    padding: 60px 15px 0;
}

.footer {
    background-color: #f5f5f5;
}

    .footer > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

code {
    font-size: 80%;
}


.navbar-dark .navbar-nav .active > .nav-link {
    color: #000000 !important;
    font-weight: 600 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #4A4A4A !important;
}

.my-header {
    background-color: #d9d9da !important;
}

/* -------------------------------------------------- */

.sortableField:hover {
    text-decoration: underline;
    cursor: pointer;
    color: Navy !important;
}

.sortableField {
}


/* -------------------------------------------------- */
/* Fixed sidenav, full height */
.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 80px;
}

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .dropdown-btn {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        /*font-size: 20px;*/
        color: #818181;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
    }

        /* On mouse-over */
        .sidenav a:hover, .dropdown-btn:hover {
            color: #f1f1f1;
        }

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    /*font-size: 20px;*/ /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    /*background-color: green;*/
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}
/* -------------------------------------------------- */


a.selectedListIndexValue {
    font-weight: 800 !important;
}


.warning {
    background: #A93226 !important;
    color: white;
}

    .warning > td > a {
        color: white;
    }



.modal-open {
    overflow: scroll;
}

.modal-dialog {
    margin: 4rem auto !important;
}


/*  Footer styles social media*/

/*.fa-instagram {
    border-radius: 5px;
    font-size: 30px;
    background-image: linear-gradient( to top right, #f58529, #feda77, #dd2a7b, #8134af, #515bd4 );
    color: white;
}

.fa-youtube {
    font-size: 30px;
    color: #ff0000;
}

.fa-twitter-square {
    font-size: 30px;
    color: #00aced;
}

.fa-facebook-square {
    font-size: 30px;
    color: #4267b2;
}

.fa-envelope {
    color: #797979;
}

.fa-phone {
    color: #797979;
}

.fa-map-marker {
    color: #797979;
}

.fa fa-download{
    color: grey;
}
*/

.btn-primary {
    background-color: #797979;
    border: 1px solid #797979;
}

    .btn-primary:active {
        background-color: #929191 !important;
        border: 1px solid #797979 !important;
    }

/*In page square menu*/

.square {
    background-color: #555;
    border-radius: 5px;
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    margin-bottom: 25px;
}

    .square:hover {
        opacity: 0.8;
    }

    .square:active {
        opacity: 0.5;
    }

.text {
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0;
    /* right: 0; */
    padding-left: 5px;
    text-align: center;
    /* font-size: 20px; */
    color: white;
}


/* -------------------------------------------------- */

.box {
    /*padding: 10px 0px*/
}

.box-part {
    background: #f8f9fa;
    /*padding: 60px 10px;*/
    padding: 30px 10px 30px 10px;
    margin: 25px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*margin-bottom: 25px*/
    height: 190px;
}

    .box-part:hover {
        background: darkgrey;
    }

        .box-part:hover .fa,
        .box-part:hover .title,
        .box-part:hover .text,
        .box-part:hover a {
            color: #FFF;
            -webkit-transition: all 1s ease-out;
            -moz-transition: all 1s ease-out;
            -o-transition: all 1s ease-out;
            transition: all 1s ease-out
        }

.text {
    margin: 20px 0px
}

.title {
    margin: 20px 0px;
    color: black;
}

.fa {
    color: grey
}

a.show-data {
    text-decoration: none;
}

/*a {
    color: #111 !important;
}*/

.redLine {
    padding-top: 3px;
    margin-bottom: 5px;
    background-image: linear-gradient(to right, rgba(169, 0, 0, 1), rgba(169, 0, 0, 1), rgba(169, 0, 0, 0));
}

.greenLine {
    padding-top: 3px;
    margin-bottom: 5px;
    background-image: linear-gradient(to right, rgba(0, 100, 0, 1), rgba(0, 128, 0, 1), rgba(0, 128, 0, 0));
}

.greenRedLine {
    padding-top: 3px;
    margin-bottom: 5px;
    background-image: linear-gradient(to right, rgba(169, 0, 0, 0), rgba(0, 128, 0, 1), rgba(169, 0, 0, 1), rgba(169, 0, 0, 0));
}



@media (min-width: 576px) {
    #carouselHighlights {
        height: 192px;
    }
    #carouselGalleryHome {
        height: 115px;
    }
    
}

@media (min-width: 768px) {
    #carouselHighlights {
        height: 256px;
    }
    #carouselGalleryHome {
        height: 154px;
    }
}

@media (min-width: 992px) {
    #carouselHighlights {
        height: 330px;
    }
    #carouselGalleryHome {
        height: 198px;
    }
}

@media (min-width: 1200px) {
    #carouselHighlights {
        height: 400px;
    }

    #carouselGalleryHome {
        height: 240px;
    }
}

