/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/*body {
   
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; 
}
*/
body {
    margin: 0;
    padding: 0;
    color: #000;
    text-align: left;
    cursor: default;
    font-size: 14px;
    position: relative;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
}

body {
    /* background-color: #FFE53B;
    background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);     */
    background: url(../img/bottom-content-back-g.png) repeat !important;
    background-size: 1000px !important;
}

body {
    background: linear-gradient(-45deg, #f0efef, #eeebda, #f0efef, #eeebda);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.search-background {
    background: url('/images/dust_scratches.png');
}



.backgroundWhite {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}



.login-form {
    width: 340px;
    margin: 50px auto;
}



.login-form form {
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}



.login-form h2 {
    margin: 0 0 15px;
}



.form-control,
.btn {
    min-height: 38px;
    border-radius: 2px;
}


#logreg-forms {
    width: 412px;
    margin: 10vh auto;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto;
}

#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

#logreg-forms .form-control:focus {
    z-index: 2;
}

#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login {
    width: 390px;
    margin: 0 auto;
    margin-bottom: 14px;
}

#logreg-forms .social-btn {
    font-weight: 100;
    color: white;
    width: 190px;
    font-size: 0.9rem;
}

#logreg-forms a {
    display: block;
    padding-top: 10px;
    color: lightseagreen;
}

#logreg-form .lines {
    width: 200px;
    border: 1px solid red;
}


#logreg-forms button[type="submit"] {
    margin-top: 10px;
}

.facebook-btn {
    background-color: #3C589C;
    color: white;
}

.microsoft-btn {
    background-color: #2672ec;
    color: white;
}

.google-btn {
    background-color: #D34836;
    color: white;
}

#logreg-forms .form-reset,
#logreg-forms .form-signup {
    display: none;
}

#logreg-forms .form-signup .social-btn {
    width: 210px;
}

#logreg-forms .form-signup input {
    margin-bottom: 2px;
}

.form-signup .social-login {
    width: 210px !important;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.star-color {
    color: rgb(255, 223, 0);
    /*color: radial-gradient( circle farthest-corner at 10% 20%, rgba(236,250,1,0.98) 0%, rgba(254,154,46,1) 98.1% );*/
}


/***
#sub-footer {
    background: #000 url("./../images/black-pattern.png");
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    padding: 30px 0;
    color: #fff;
}

#footer {
    background: #000;
    padding: 10px 0;
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
    clear: both;
}

#footer #block-block-1 .content a {
    color: #fff;
}

#footer #block-block-1 {
    text-align: right;
} */

.region:before,
.region:after {
    content: " ";
    display: table;
}

.region:after {
    clear: both;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 
#sub-footer .field-content-left {
    padding-top: 60px;
    background: url(./../images/logo-footer.png) top left no-repeat;
}

}

#sub-footer h3,
#sub-footer h2 {
    font-size: 16px;
    border-bottom: 1px solid #f7de15;
    color: #f7de15;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2 !important;
}

.footer-title {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.footer-body p {
    font-size: 14px;
    margin: 0 0 10px;
}

.backgroundWhite {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    margin: 0 auto 100px;
    padding: 45px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 0px;
}

/*body > .container {
    padding-top: 60px;
}*/

.shapewrapper-inner,
.anim-1 span,
.tagline,
.anim-3 {
    color: #ffffff !important;
}

h3.team-member-name,
h4 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #42464e;
}

.team-member-details .team-member-position {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
    color: #fff;
}

h6.my-0 {
    color: #000;
    text-align: left;
    cursor: default;
    font-size: 14px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
}

.iconbox-a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: #000;
}

.btn-group-lg>.btn,
.btn-lg {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.btn-light {
    color: #212529;
    background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
    border-color: #f8f9fa;
    border-top-color: rgb(248, 249, 250);
    border-right-color: rgb(248, 249, 250);
    border-bottom-color: rgb(248, 249, 250);
    border-left-color: rgb(248, 249, 250);
    background-color: rgb(248, 249, 250);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-image: linear-gradient(rgb(249, 250, 251), rgb(248, 249, 250));
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
    background-color: rgb(226, 230, 234);
    border-color: #dae0e5;
    text-decoration: none;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(238, 39, 43, 0.75) 1.5em 0 0 0,
        rgba(238, 39, 43, 0.75) 1.1em 1.1em 0 0,
        rgba(238, 39, 43, 0.75) 0 1.5em 0 0,
        rgba(238, 39, 43, 0.75) -1.1em 1.1em 0 0,
        rgba(238, 39, 43, 0.5) -1.5em 0 0 0,
        rgba(238, 39, 43, 0.5) -1.1em -1.1em 0 0,
        rgba(238, 39, 43, 0.75) 0 -1.5em 0 0,
        rgba(238, 39, 43, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(238, 39, 43, 0.75) 1.5em 0 0 0,
        rgba(238, 39, 43, 0.75) 1.1em 1.1em 0 0,
        rgba(238, 39, 43, 0.75) 0 1.5em 0 0,
        rgba(238, 39, 43, 0.75) -1.1em 1.1em 0 0,
        rgba(238, 39, 43, 0.75) -1.5em 0 0 0,
        rgba(238, 39, 43, 0.75) -1.1em -1.1em 0 0,
        rgba(238, 39, 43, 0.75) 0 -1.5em 0 0,
        rgba(238, 39, 43, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/***** 404 Page Styling*****/
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans");

main2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: 'Lato', sans-serif !important;
}

main2 #errorText {
    font-size: 22px;
    margin: 14px 0;
}

main2 #errorLink {
    font-size: 20px;
    padding: 12px;
    border: 1px solid;
    color: #000;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

main2 #errorLink:hover,
main #errorLink:active {
    color: #fff;
    background: #000;
}

main2 #g6219 {
    -webkit-transform-origin: 85px 4px;
    transform-origin: 85px 4px;
    -webkit-animation: an1 12s 0.5s infinite ease-out;
    animation: an1 12s 0.5s infinite ease-out;
}

@-webkit-keyframes an1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    5% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    15% {
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
    }

    25% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    35% {
        -webkit-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }

    45% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    55% {
        -webkit-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }

    65% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    75% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    85% {
        -webkit-transform: rotate(2.5deg);
        transform: rotate(2.5deg);
    }

    95% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes an1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    5% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    15% {
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
    }

    25% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    35% {
        -webkit-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }

    45% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    55% {
        -webkit-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }

    65% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    75% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    85% {
        -webkit-transform: rotate(2.5deg);
        transform: rotate(2.5deg);
    }

    95% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
