@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i');
/*html, body { height: 99.3%; }*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    /*margin: 4px 4px 200px;*/
    /*background: url('images/copia.GIF'), repeat-x;*/
    /*background: #FFF;*/ /*#FFF;*/
    background-color: rgb(10, 94, 178);
    color: #444;
    /*font: 14px/1.5 Helvetica, Arial, sans-serif;*/
    /*font: 14px/1.5 Cambria, serif;*/
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
    padding: 0;
    margin: 0;
    font-size: 16px;
    /*min-width: 1250px;*/
    box-sizing: border-box;
    overscroll-behavior-y: contain;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h5 {
    font: 25px/1.5 "Roboto", sans-serif;
    font-weight: 200;
    color: orange;
}

h6 {
    font: 25px/1.5 "Roboto", sans-serif;
    color: purple;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}


h7 {
    font: 18px/1.5 "Roboto", sans-serif;
    color: green;
    margin-top: 0;
    margin-bottom: 0px;
    background: #E6E6E6;
    border-radius: 5px;
    padding: 5px;
}

h8 {
    font: 18px/1.5 "Roboto", sans-serif;
    color: black;
    margin-top: 0;
    margin-bottom: 0px;
    border-radius: 5px;
    padding: 5px;
}

hr {
    background: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: 2px;
    margin: 0 0 1.4em;
    border: none;
}


#wrapper {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    margin-bottom: 25px;
    height: auto;
    min-height: 100%;
    line-height: 150%;
    /*background:#FAFAFA;*/
}


#printwrapper {
    max-width: 80%;
    min-width: 1000px;
    width: auto;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
}

#box {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    /*min-width: 1250px;*/
    max-width: auto;
    min-height: 800px;
    height: auto;
    width: auto;
    background-color: #FFF;
}

#containerbox {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    /*min-width: 1250px;*/
    max-width: auto;
    height: auto;
    width: auto;
    background-color: rgb(255, 255, 255);
    /*box-shadow: 0 4px 12px -2px gray;*/
    border-radius: 3px;
}


#warningbox {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 10px;
    background-color: red;
    /*box-shadow: 0px 0px 8px 1px #B40404;*/
    border: Solid #B40404;
    border-radius: 5px;
}

#errorbox {
    border: 3px solid red;
    border-radius: 4px;
    padding: 2px;
}

#formbox {
    width: auto;
    max-width: 100%;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 2px #BDBDBD;
    border-radius: 2px;
    margin-left: 10%;
    margin-right: 10%;
}

#reportbox {
    width: auto;
    max-width: 100%;
    height: auto;
    background-color: #BDBDBD;
    border: 1px solid #999;
    margin-left: 0%;
    margin-right: 0%;
}

#scrollbox {
    max-height: 805px;
    width: auto;
    border: 0px outset #ccc;
    overflow: auto;
}

.infobar {
    background-color: #4C86C0;
    padding: 5px;
    border-radius: 9px;
    width: 98%;
    text-align: center;
    color: white;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    box-shadow: 10px 10px 20px grey;
}

.infobarimage {
    width: 24px;
    position: relative;
    top: 5px;
}

.errorbar {
    background-color: #ff0000;
    padding: 5px;
    border-radius: 9px;
    width: 98%;
    text-align: center;
    color: white;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    box-shadow: 10px 10px 20px grey;
}

.errorbarimage {
    width: 24px;
    position: relative;
    top: 5px;
}

.successbar {
    background-color: #00a900;
    padding: 5px;
    border-radius: 9px;
    width: 98%;
    text-align: center;
    color: white;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    box-shadow: 10px 10px 20px grey;
}

.successbarimage {
    width: 24px;
    position: relative;
    top: 5px;
}

.warningbar {
    background-color: #ffff00;
    padding: 5px;
    border-radius: 9px;
    width: 98%;
    text-align: center;
    color: #000;
    box-sizing: border-box;
    margin: 0 auto 15px auto;
    box-shadow: 10px 10px 20px grey;
    border: 1px lightgrey solid;
}

.warningbarimage {
    width: 22px;
    position: relative;
    top: 5px;
}

.filterbar {
    width: 100%;
    text-align: left;
    background-color: #ddd;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 2px;
    border-radius: 2px;
}

#rcorners2 {
    border-radius: 10px;
    border: 3px solid #FFF;
    padding: 0px;
}

#roundcorners {
    border-radius: 10px;
    border: 3px solid transparent;
    padding: 0px;
}

#roundcornersthin {
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 0px;
}

.hoverTable {
    width: 100%;
    border-collapse: collapse;
}

.hoverTable td {
    padding: 7px;
}

/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
    background-color: #ffff99;
}

/* Add radius */
.hoverTable td:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.hoverTable td:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

/* Define the hover highlight color for the table row */
.hoverTable2 tr:nth-child(odd):hover {
    background-color: #ffff99;
}

.hoverTableblue {
    width: 100%;
    border-collapse: collapse;
}

.hoverTableblue td {
    padding: 7px;
}

/* Define the hover highlight color for the table row */
.hoverTableblue tr:hover {
    background-color: #fff;
    color: grey;
}

#centered {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em;
    margin-left: -15em;
}

#Logo img {
    width: 100%;
}

#Main {
    text-align: center;

}

a, a:active, a:visited {
    color: #607890;
}

a:hover {
    color: #036;
}


#footer {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    /*min-width: 1250px;*/
    background-color: #D0A9F5;
    color: white;
}

#fontdate {
    font: 10px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#flex {
    width: 90%;
}

#flexclient {
    width: 100%;
}

/* Popup */
.popup {
    position: relative;
    list-style: none;
    cursor: pointer;
}

.popup li div {
    position: absolute;
    z-index: 5;
    visibility: hidden;
    width: auto;
    height: auto;
    right: -100px;
    background-color: #A9D0F5;
}

.popup li:hover div {
    visibility: visible;
}

::-moz-selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}

/* Text Box */
inputs::-webkit-input-placeholder {
    color: #b5b5b5;
    font-family: 'Roboto', sans-serif;
}

.inputs::placeholder{
    font-family: 'Roboto', sans-serif;
}

inputs-moz-placeholder {
    color: #b5b5b5;
    font-family: 'Roboto', sans-serif;
}

.inputs {
    /*background: #E6E6E6;*/
    font-size: 18px; /*0.8rem;*/
    /*-moz-border-radius: 3px;*/
    /*-webkit-border-radius: 3px;*/
    /*border-radius: 3px;*/
    border: #b9b9b9 1px solid;
    padding: 13px 10px;
    width: auto; /*270px; */
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
    clear: both;
    font-family: 'Roboto', sans-serif;
}

.inputs:focus {
    background: #fff;
    /*box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 ); */
    /*box-shadow: 0px 0px 0px 2px #8ea5ff, inset 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0px 0px 0px 2px rgb(10, 94, 178), inset 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.15);
    outline: none;
}

.inputs_small {
    background: #E6E6E6;
    font-size: 14px; /*0.8rem;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: auto; /*270px; */
    margin-bottom: 5px;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
    clear: both;
}

.inputs_small:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.15);
    outline: none;
}

.inputs_filter {
    background: #E6E6E6;
    font-size: 14px; /*0.8rem;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 7px 5px;
    width: auto; /*270px; */
    /*margin-bottom: 5px;*/
    margin-right: 5px;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
    clear: both;
}

.inputs_filter:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.15);
    outline: none;
}

.inputsimage { /*this will align image next to input box*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: auto; /*270px; */
    margin-bottom: 20px;
    clear: both;
}

.inputs_read_only {
    background: #E6E6E6;
    font-size: 18px; /*0.8rem;*/
    border: #b9b9b9 1px solid;
    padding: 13px 10px;
    width: auto; /*270px; */
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
    clear: both;
    font-family: 'Roboto', sans-serif;
}

/***Small MENU**/
.dropmenubtn {
    background-color: transparent;
    color: white;
    padding: 0;
    border: none;
    cursor: pointer;
}

.dropdownmenu {
    position: relative;
    display: inline-block;
}

.dropdownmenu-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #E6E6E6;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5000;
}

.dropdownmenu-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdownmenu-content a:hover {
    background-color: #f1f1f1;
}

.dropdownmenu:hover .dropdownmenu-content {
    display: block;
}

.dropdownmenu:hover .dropmenubtn {
    /*background-color: #3e8e41;*/
}

/***FIRST STYLE THE BUTTON***/
input#gobutton, button#gobutton {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: rgb(10, 94, 178); /*the colour of the button*/
    border: rgb(8, 81, 155); /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus, button#gobutton:hover, button#gobutton:focus {
    background-color: rgb(14, 131, 248); /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

input#gobuttonred:hover, input#gobuttonred:focus {
    background-color: #CE1D1D; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

input#gobuttonred {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: #F62323; /*the colour of the button*/
    border: 1px solid #952222; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

input#gobuttonblue:hover, input#gobuttonblue:focus {
    background-color: #6DB3F5; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

input#gobuttonblue {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: #99C9F5; /*the colour of the button*/
    border: 1px solid #ccc; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

input#gobutton:disabled, button#gobutton:disabled {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: grey; /*the colour of the button*/
    border: rgb(8, 81, 155); /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

input#gobuttonred:disabled {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: grey; /*the colour of the button*/
    border: 1px solid #952222; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 1.1em;
}

input#gobuttonyellow {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 5px 25px; /*add some padding to the inside of the button*/
    background: #f0ff03; /*the colour of the button*/
    border: 1px solid #d2e103; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #616161;
    font-size: 1.1em;
}

/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobuttonyellow:hover, input#gobuttonyellow:focus {
    background-color: #d2e103; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

input#gobutton_small {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 3px 8px; /*add some padding to the inside of the button*/
    background: #2F8CE9; /*the colour of the button*/
    border: 1px solid #2D88E4; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 0.8em;

}input#gobuttonred_small {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 3px 8px; /*add some padding to the inside of the button*/
     background: #F62323; /*the colour of the button*/
     border: 1px solid #952222; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 0.8em;
}

input#gobutton_small:disabled {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 3px 8px; /*add some padding to the inside of the button*/
    background: grey; /*the colour of the button*/
    border: 1px solid #2D88E4; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 0.8em;
}

/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton_small:hover, input#gobutton_small:focus, input#gobuttonred_small:hover, input#gobuttonred_small:hover {
    background-color: #C4C4C4; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #EAEAEA;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*background: #FF9D00;*/
    /*-webkit-box-shadow: inset 0 0 6px #FF9D00; */
    background: rgb(10, 94, 178);
    -webkit-box-shadow: inset 0 0 6px rgb(10, 94, 178);
}

::-webkit-scrollbar-thumb:window-inactive {
    /*background: #FF9D05;*/
    background: rgb(14, 131, 248);
}

/*PAGE FADE IN from body tag*/

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display: inline-block;
    clear: both;
    content: " ";
}

.tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}

.tab-links a {
    padding: 8px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background: #c4c4c4;
    font-size: 16px;
    font-weight: 400;
    color: #4c4c4c;
    transition: all linear 0.15s;
    text-decoration: none;
}

.tab-links a:hover {
    background: #7e7e7e;
    text-decoration: none;
}

li.active a, li.active a:hover {
    background: #E6E6E6;
    color: #4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding: 5px;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
    background: #E6E6E6;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
    padding:5px;
}


.fade:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.new_fade:hover {
    border-radius: 9px;
    background-color: rgba(219,219,219,0.5);
    padding: 10px;
}
.new_fade {
    padding: 10px;
}

.fadearray:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    box-shadow: 0px 0px 0px 3px rgba(76, 134, 192, 1), inset 0px 2px 3px rgba(0, 0, 0, 0.2), 0px 5px 5px rgba(0, 0, 0, 0.15);
}

.blueswitch {
    background: rgba(76, 134, 192, 1);
    margin: 0;
    padding: 10px;
    padding-top: 20px;
    color: white;
    width: 100%;
    box-shadow: 0 4px 12px -2px gray;
    box-sizing: border-box;
}

/* Sortable tables */
table.sortable thead {
    /*background-color:#fff; #eee;*/
    color: #666666;
    font-weight: bold;
    cursor: default;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}


 /* Tooltip container */
 .tooltip {
     position: relative;
     display: inline-block;
     border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
 }

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #0e83f8;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext {
    top: -5px;
    right: 105%;
}

/**
* Tooltip Styles -- 7/18/23 Josh not sure what style this is
*/

/*!* Add this attribute to the element that needs a tooltip *!*/
/*[data-tooltip] {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*}*/

/*!* Hide the tooltip content by default *!*/
/*[data-tooltip]:before,*/
/*[data-tooltip]:after {*/
/*    visibility: hidden;*/
/*    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
/*    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*}*/

/*!* Position tooltip above the element *!*/
/*[data-tooltip]:before {*/
/*    position: absolute;*/
/*    bottom: 125%;*/
/*    left: 50%;*/
/*    margin-bottom: 5px;*/
/*    margin-left: -50px;*/
/*    padding: 7px;*/
/*    width: 100px;*/
/*    -webkit-border-radius: 3px;*/
/*    -moz-border-radius: 3px;*/
/*    border-radius: 3px;*/
/*    background-color: #000;*/
/*    background-color: hsla(0, 0%, 20%, 0.9);*/
/*    color: #fff;*/
/*    content: attr(data-tooltip);*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    line-height: 1.2;*/
/*}*/

/*!* Triangle hack to make tooltip look like a speech bubble *!*/
/*[data-tooltip]:after {*/
/*    position: absolute;*/
/*    bottom: 125%;*/
/*    left: 50%;*/
/*    margin-left: -5px;*/
/*    width: 0;*/
/*    border-top: 5px solid #000;*/
/*    border-top: 5px solid hsla(0, 0%, 20%, 0.9);*/
/*    border-right: 5px solid transparent;*/
/*    border-left: 5px solid transparent;*/
/*    content: " ";*/
/*    font-size: 0;*/
/*    line-height: 0;*/
/*}*/

/*!* Show tooltip content on hover *!*/
/*[data-tooltip]:hover:before,*/
/*[data-tooltip]:hover:after {*/
/*    visibility: visible;*/
/*    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
/*    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
/*    opacity: 1;*/

/*}*/