﻿
h1 {
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
}

h2 {
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
}

h3 {
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
    /*font-size:1.2vW;*/
}

h4 {
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
}

hr {
    border: 0;
    border-top: 1px solid #bababa;
    height: 1px;
}

a {
    text-decoration: none;
    color: #bababa;
}

p {
    text-decoration: none;
    color: #ffffff;
}

span {
    text-decoration: none;
    color: #ffffff;
}

a:visited {
    color: #045CAF;
}

a:hover {
    text-decoration: underline;
    color: #bababa;
}

a:active {
    color: #980000;
}

/*body {
	background-color: #ffffff;
	background-image: url(~/images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #CCCCCC;
}*/
body {
    background-color: black;
}
/*body, html {
    background-color: black;
    scrollbar-face-color: ThreeDFace;
    scrollbar-shadow-color: ThreeDDarkShadow;
    scrollbar-highlight-color: ThreeDHighlight;
    scrollbar-3dlight-color: ThreeDLightShadow;
    scrollbar-darkshadow-color: ThreeDDarkShadow;
    scrollbar-track-color: Scrollbar;
    scrollbar-arrow-color: ButtonText;
}*/

img {
    border-width: 0;
}

.header {
    background-image: url(Images/header.gif);
    background-repeat: no-repeat;
    position: static;
    width: 760px;
    height: 81px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    position: static;
    left: 37px;
    top: 12px;
    text-transform: uppercase;
    font-size: 18px;
}

h2 {
    position: static;
    left: 37px;
    top: 60px;
    font-size: 11px;
}

.menua {
    position: static;
    right: 37px;
    top: 17px;
    text-transform: uppercase;
}

.nav {
    position: static;
    right: 37px;
    top: 60px;
    text-transform: uppercase;
    font-size: 10px;
}

    .menua a:visited, .nav a:visited {
        color: #ffffff;
    }

.accordionHeader {
    color: #bababa;
    background-color: transparent;
    cursor: grab;
    /*font-size: 1.0vw;*/
    font-size: medium;
}

.accordionHeaderSelected {
    color: #ffffff;
    background-color: #004988;
    /*font-size: 1.0vw;*/
    font-size: medium;
}

.accordionContent {
    color: #bababa;
    background-color: transparent;
    /*font-size: 1.0vw;*/
    font-size:medium;
}

.labels {
    color: #bababa;
    /*font-size: 1.0vw;*/
    font-size:medium;
}

.textboxes {
    color: #bababa;
    background-color: #02315D;
    border-color: #004988;
}

.buttons {
    background-color: #2A63D7;
    border-radius: 28px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    /*font-size: 1.0vw;*/
    font-size: medium;
    padding: 6px 16px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #163BAF;
}

    .buttons:hover {
        background-color: #5CBDF0;
    }

    .buttons:active {
        position: relative;
        top: 1px;
    }

/*.buttons {
    color:black;
    background-color:beige;
    border-color: #004988;
    text-decoration-color:black;
    font-size: 1vw;
}*/
/*.divs {
    scrollbar-track-color: #02315D;
    scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #004988;
}*/
.alternatingitemstyle {
    background-color: grey;
}

.DataGrid {
    background-color: black;
}

#InfoCookies {
    position: absolute;
    top: 0;
    left: 300px;
    z-index: 10;
}
/*::-webkit-scrollbar 
{
    width: 15px;
    background-color:#004988;
}

::-webkit-scrollbar-button:vertical:increment 
{
    height:15px;
    background-image: url(/Images/Scrollbar/decrement.png);
    background-size:39px 30px;
    background-repeat:no-repeat;
}

::-webkit-scrollbar-button:vertical:decrement 
{
    height:15px;
    background-image: url(/Images/Scrollbar/increment.png);    
    background-size:39px 30px;
    background-repeat:no-repeat;
}
::-webkit-scrollbar-thumb {
    background: #393812;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}*/

/*::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
::-webkit-scrollbar-track:horizontal {
    border-width: 4px 0 0
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1)
}
::-webkit-scrollbar-track:active {
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07)
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 1px 1px;
    padding: 0 0 0 100px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}
::-webkit-scrollbar-corner {
    background: transparent
}*/
.modalBackground {
    background-color: black;
    filter: alpha(opacity=20);
    opacity: 0.9;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
}

.menu {
    text-decoration-color: white;
    background-color: #323232;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    text-transform: uppercase;
    padding: 10px;
    /*font-size: 1.0vw;*/
    font-size: medium;
}

    .menu a:visited, .nav a:visited {
        color: white;
    }

    .menu a:hover {
        background-color: black;
    }

    .menu a:active {
        background-color: black;
    }
/*.link {
    font-size: 0.8vw;
}*/
.parallax {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective-origin-x: 100%;
}

.parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin-x: 100%;
}

.parallax__layer--base {
    transform: translateZ(0);
}

.parallax__layer--back {
    transform: translateZ(-1px) scale(2);
}

.parallax__layer--deep {
    transform: translateZ(-2px) scale(3);
}

.imgmax {
    max-width: 100%;
    max-height: 100%;
}

.Titulo {
    font-size: 20px;
    font-weight: bold;
}

.Subtitulo {
    font-size: 16px;
    font-weight: normal;
}

.TextoNormal {
    font-family: tahoma, arial, helvetica, sans-serif;
    /*font-size: 1.0vw;*/
    font-size: medium;
    font-weight: normal;
    color: #bababa;
}

.img-thumbnail-jes {
    padding: 0.25rem;
    background-color: black;
    max-width: 100%;
    height: auto;
    border: 0 none;
    box-shadow: none;
}

.InternalText {
    text-decoration: none;
    color: #ffffff;
}

textboxes {
    color: #bababa;
    background-color: #02315D;
    border-color: #004988;
    /*font-size: 1.0vw;*/
    font-size: medium;
}

/* Tree View */
ul, #TV, #myUL {
    list-style-type: none;
}

#TV, #myUL {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
    color: #bababa;
    /*font-size: 1.0vw;*/
    font-size: medium;
    width: 300px;
}

/* Create the caret/arrow with a unicode, and style it */
/*.caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }*/

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
/*.active {
    display: block;bab
}*/

.highlight {
    background-color:cyan;
    color:white;
}
/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: transparent;
    position: relative;
}

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #myLinks {
        display: none;
    }

    /* Style navigation menu links */
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        /* Style the hamburger menu */
        .topnav a.icon {
            background: black;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        /* Add a grey background color on mouse-over */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

/* Style the active link (or home/logo) */
.active {
    background-color: transparent;
    color: white;
}