/*
  Version 1.1
  last change 071420 by dgs
  copyright 2020 goodfocus, llc
*/

/* Inclue Montserrat and Open-Sans fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800&display=swap');

* {
    box-sizing: border-box;
}
:root {
    --calendar-table-bg-color: #FF8700;
    /* --calendar-table-bg-color: #80bcff; */
}

html {
    height: 100%;
    display: flex;
    flex-direction: column;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hh-li {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  position: relative;
}

.hh-th {
    background-color: grey;
    text-align: center;
}

.hh-td {
    background-color: white;
    color: #999999;
    text-align: center;
}

.hh-td-report {
    background-color: white;
    color: #000000;
    text-align: center;
}

.hh-tr {
    border: #545f60;
    border-style: solid;
}

/* Add a light grey background color on hover */
ul li:hover {
  background-color: #eee;
}

/* Style the close button (span) */
.li-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}

.lyric-voting-div {
    width: 80vw;
    font-size: 24px; 
    text-align: center; 
    border: 1px solid lightgrey; 
    border-radius: 4px; 
    cursor: pointer
}

.word-input {
    width: 100%;
}

.word-container {
    width: 30vw;
    height: 30vh;
}

.lyric-container {
    width: 50vw;
    height: 50vh;
}

.hiphop-row {
    width: 100%;
    height: 30vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.hiphop-list {
    max-height: 100%;
    overflow:hidden;
    overflow-y:auto;
    position: relative;
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
}

.hiphop-select {
    /* General styling */
    font-size: medium;
    color: #666666;
    height: 40px;
    width: 80%;
    border-radius: 4px;
    border: 1px solid #AAAAAA;
    padding-left: 10px;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px  #a1a1a1;
    margin-top: 2px;

    /* Removes the default <select> styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Positions background arrow image */
/*    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC'); 
     background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABTElEQVRIS+3VuUolURDG8Z/6BIaDIEZmCsOAkXtiLojRII6KmJq74QOYGYgimPoCwjA4LjCRA2JiIBgomPoCLpScC+21j4J9ze6Bppeq/v51qqurWnzxasnot2MG5/j9QQxj6ME27ut9c4A9/MQTunGVgYTtEqET70zlAL04wDesYRhDyXkEhxlA0XaEv1jBHWJnF7UdLCfh0AnAAEaTaFyfZACDOE62PzhNgHgUmus1wGrBsI84dnCGRfzPAH5gA98xjUlMJN8IdLUMEPbdBOnAEjozgJuIEnEex1zB711AI4q3FHCNWTx+ktCaUtuVvuWbFEUlRAVVWVFJUYGlO2gCIrXNFH1YYM0UVUtRtOVowVVWaPTn/uToQf/wUEcoTr76KVi8b0Mfoie9ahUL2KwSdsm789iq0YP8C9H/G7Fu00x5yA39RkBeNJ4B8ZRkGcdrd3kAAAAASUVORK5CYII='); 
    background-repeat: no-repeat;
    background-position: 120px center;*/
}  

.imgcontainer {
  display: inline-block;
  position: relative;
  width: 45%;
  height: 45%;
  border: 5px solid #2183d9;
}

.gallery-comment::placeholder {
    color: white;
}

.ui-widget-header {
    background: #000060;
    color: white;
}

.ui-widget-content {
    background: lightskyblue;
    color: white;
}

.slidecontainer {
  width: 600px; /* Width of the outside container */
}

.final_disp_div {
    width: 300px; 
    height: 300px; 
    flex: 0 0 auto; 
    cursor: pointer;

}

.slide_drag_div {
    width: 300px; 
    height: 300px; 
    flex: 0 0 auto; 
    cursor: pointer;
    text-align: center;
}

/* The slider itself */
.slider-color {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity:0.7;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.slider-color:hover {
  opacity:1;
}
.slider-color::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
.slider-color::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.team-slider-color {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity:0.7;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.team-slider-color:hover {
  opacity:1;
}
.team-slider-color::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #E23611;
  cursor: pointer;
}
.team-slider-color::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: #E23611;
  cursor: pointer;
}



/* The slider itself */
.rot-slider-color {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity:0.7;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.rot-slider-color:hover {
  opacity:1;
}
.rot-slider-color::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: purple;
  cursor: pointer;
}
.rot-slider-color::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: purple;
  cursor: pointer;
}


.zoom-slider-color {
  position:absolute;
  -webkit-appearance: none;  
  /*-webkit-appearance: slider-vertical;*/
  width: 100%;
  height: 15px;
  border-radius: 10px;
  background: #d3d3d3;
  outline: none;
  opacity:0.7;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
         transform: rotate(90deg);
}
.zoom-slider-color:hover {
  opacity:1;
}
.zoom-slider-color::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: purple;
  cursor: pointer;
}
.zoom-slider-color::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: purple;
  cursor: pointer;
}

.responsive-img {
  max-width: 95%;
  height: auto;
}

/*img {
  width: 90%;
  height: auto;
}*/

body {
    color: #4e4757; 
    background: #ffffff;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    /* font-family: Arial, Helvetica, sans-serif; */
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

textarea {
    background-color: #FFFFFF;
    color: #4e4757;
    padding: 12px 20px;
    margin: 6px 0;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #ddd;
    outline: none;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: medium;
    box-shadow: none
}

/* This is for removing ugly buttons from iOS devices */
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
}

input[type=text], input[type=tel],
input[type=date], input[type=time]{
    background-color: #FFFFFF;
    color: #111111;
    padding: 10px 15px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #74657c;
    outline: none;
    padding-left: 10px;
    box-shadow: none;
    font-size: medium;
}

.airplaneLog, .airplaneSquawks {
    padding: 5px 10px !important; 
    margin: 4px 0 !important;
    background-color: #FFFFFF !important;
    border-radius: 4px !important;
    margin: 0px 0 !important;
    padding-left: 4px !important;
    font-size: small !important;
}

input[type=password] {
    /* width: 50%;*/
    background-color: #FFFFFF;
    color: #4e4757;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;   
    border-radius: 7px;
    border: 1px solid #74657c;
    outline: none;
    padding_left: 10px;
    box-shadow: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari */
    color: #BBBBBC;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /*Internet Explorer 10-11 */
    color: #BBBBBC; 
}

input[type=button], input[type=submit] {
    border: none;
    color: white;
    padding: 10px 25px;
    text_decoration: none;
    margin: 2px 2px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
}

button {
    font: unset;
}

.remove-dialog, .event-dialog, .hourly-dialog, .squawks-dialog, .general-dialog, .billing-dialog {
    border: 2px solid #000000 !important;
}

hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid lightgray;
}

.addButton {
    background-color: #14A76C; /* GREEN BG */
} 

.delButton {
    background-color: #ed2124; /* RED BG */
} 

.orangeButton {
    background-color: #FF8700; /* ORANGE BG */
}

.menuButton {
    background-color: #ff8700; /* ORANGE BG */
    margin-top: 2px !important;
    margin-right: 5px !important;
    margin-bottom: 0px !important;
    padding: 9px 25px !important;
    border: 1px solid #FFFFFF !important;
    font-weight: 600;
}

.menuButton:hover, .dropButton:focus {
    background-color: #ff9911;
}

.loginButton {
    background-color: #276ab0;
    font-weight: bold;
}

.loginButton:disabled {
    background-color: gray;
    font-weight: bold;
}

.updateButton {
    /* background-color: #FF8700; */
    padding: 10px 25px;
    background-color: #335c8a;
    width: 200px;
    font-size: 1.05em;
    font-weight: bold;
    text-shadow: 2px 2px 20px rgba(25,22,33,0.71);
}

.sendButton {
    background-color: #FF8700; /* ORANGE BG */
    font-weight: bold;
}

#submit:disabled {
    background-color: #aaaaaa;
    border: none;
    color: white;
    padding: 10px 25px;
    text_decoration: none;
    margin: 4px 2px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    cursor: no-drop;
}

input[type=button].dateButton {
    color: #335c8a;
    background-color: white;
    border-radius: 2px;
    margin: 0px 0px;
    padding: 2px 2px;
}

input.todayButton {
    background-color: #14A76C; /* GREEN BG */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 6px 20px !important;
}

.infoButton {
    background-color: #14A76C; /* GREEN BG */
}

.prevNextButton {
    background-color: #ff8700;
    color: #white;
    padding: 5px 5px;
    margin: 2px 0;
    box-sizing: border-box;
    border-radius: 7px;
    border: none;
    outline: none;
    padding-left: 10px;
    box-shadow: none;
}

/* left/right arrows for next/prev */
.angleNextPrev {
    font-size: large;
    font-weight: bold;
    color: #777777;
    border: none;
    border-radius: 14px;
    outline: none;
    box-shadow: none;
}

.angleNextPrev:hover {
    background-color: #eeeeee;
}

/* Credit Card Button */
.ccButton {
    border: none;
    color: white;
    padding: 10px 25px;
    text_decoration: none;
    margin: 4px 2px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    background-color: #0078FF
}

/* TOOLTIP STUFF */

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

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 2;
  bottom: 125%;
  left: 10%;    /* This is how far left or right the bubble shows up over the item */
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;    /* this is where the bottom V shows up */
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/**************************/
/* BANNER STYLING */
/**************************/


.bannerContainer {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #FF8700;
    border: none;
}

/* Make the image responsive */
.bannerContainer img {
    float: left;
    width: 100px;
    height: auto;
}


/**************************/
/* pull-down menu styling */
/**************************/

select {
    /* General styling */
    font-size: large;
    color: #777777;
    height: 30px;
    width: 140px;
    border-radius: 2;
    border: none;
    padding: 0 10px;
    background: #DDDDDE;

    /* Removes the default <select> styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Positions background arrow image */
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC'); 
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABTElEQVRIS+3VuUolURDG8Z/6BIaDIEZmCsOAkXtiLojRII6KmJq74QOYGYgimPoCwjA4LjCRA2JiIBgomPoCLpScC+21j4J9ze6Bppeq/v51qqurWnzxasnot2MG5/j9QQxj6ME27ut9c4A9/MQTunGVgYTtEqET70zlAL04wDesYRhDyXkEhxlA0XaEv1jBHWJnF7UdLCfh0AnAAEaTaFyfZACDOE62PzhNgHgUmus1wGrBsI84dnCGRfzPAH5gA98xjUlMJN8IdLUMEPbdBOnAEjozgJuIEnEex1zB711AI4q3FHCNWTx+ktCaUtuVvuWbFEUlRAVVWVFJUYGlO2gCIrXNFH1YYM0UVUtRtOVowVVWaPTn/uToQf/wUEcoTr76KVi8b0Mfoie9ahUL2KwSdsm789iq0YP8C9H/G7Fu00x5yA39RkBeNJ4B8ZRkGcdrd3kAAAAASUVORK5CYII='); */
    background-repeat: no-repeat;
    background-position: 120px center;
}  

/* for Manage Records module, L. Boyd*/
.selectRecord {
    background-image:url('data:image/png;base64,');
}

.selectEndorsement, .selectRecord {
    margin-top: 5px;
}

.objectSelect {
    /* General styling */
    font-size: large !important;
    height: 40px !important;
    width: 280px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 2 !important;
    border: 0px solid #000000 !important;
    padding-left: 6px !important;
    background-color: #DDDDDE !important;

    /* Removes the default <select> styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Positions background arrow image */
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC'); 
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABTElEQVRIS+3VuUolURDG8Z/6BIaDIEZmCsOAkXtiLojRII6KmJq74QOYGYgimPoCwjA4LjCRA2JiIBgomPoCLpScC+21j4J9ze6Bppeq/v51qqurWnzxasnot2MG5/j9QQxj6ME27ut9c4A9/MQTunGVgYTtEqET70zlAL04wDesYRhDyXkEhxlA0XaEv1jBHWJnF7UdLCfh0AnAAEaTaFyfZACDOE62PzhNgHgUmus1wGrBsI84dnCGRfzPAH5gA98xjUlMJN8IdLUMEPbdBOnAEjozgJuIEnEex1zB711AI4q3FHCNWTx+ktCaUtuVvuWbFEUlRAVVWVFJUYGlO2gCIrXNFH1YYM0UVUtRtOVowVVWaPTn/uToQf/wUEcoTr76KVi8b0Mfoie9ahUL2KwSdsm789iq0YP8C9H/G7Fu00x5yA39RkBeNJ4B8ZRkGcdrd3kAAAAASUVORK5CYII='); */
    background-repeat: no-repeat;
    background-position: 260px center !important;
} 

.wet_drySelect {
    /* General styling */
    font-size: large !important;
    height: 40px !important;
    width: 50% !important;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 2 !important;
    border: 0px solid #000000 !important;
    padding-left: 6px !important;
    background-color: #DDDDDE !important;

    /* Removes the default <select> styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Positions background arrow image */
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC'); 
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABTElEQVRIS+3VuUolURDG8Z/6BIaDIEZmCsOAkXtiLojRII6KmJq74QOYGYgimPoCwjA4LjCRA2JiIBgomPoCLpScC+21j4J9ze6Bppeq/v51qqurWnzxasnot2MG5/j9QQxj6ME27ut9c4A9/MQTunGVgYTtEqET70zlAL04wDesYRhDyXkEhxlA0XaEv1jBHWJnF7UdLCfh0AnAAEaTaFyfZACDOE62PzhNgHgUmus1wGrBsI84dnCGRfzPAH5gA98xjUlMJN8IdLUMEPbdBOnAEjozgJuIEnEex1zB711AI4q3FHCNWTx+ktCaUtuVvuWbFEUlRAVVWVFJUYGlO2gCIrXNFH1YYM0UVUtRtOVowVVWaPTn/uToQf/wUEcoTr76KVi8b0Mfoie9ahUL2KwSdsm789iq0YP8C9H/G7Fu00x5yA39RkBeNJ4B8ZRkGcdrd3kAAAAASUVORK5CYII='); */
    background-repeat: no-repeat;
    background-position: 95% center !important;
} 

.yearSelect {
    /* General styling */
    font-size: large !important;
    height: 30px !important;
    width: 80px !important;
    margin-top: 5px;
    margin-bottom: 0px;
    border-radius: 2 !important;
    border: 0px solid #000000 !important;
    padding-left: 6px !important;
    background-color: #DDDDDE !important;

    /* Removes the default <select> styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Positions background arrow image */
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC'); 
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABTElEQVRIS+3VuUolURDG8Z/6BIaDIEZmCsOAkXtiLojRII6KmJq74QOYGYgimPoCwjA4LjCRA2JiIBgomPoCLpScC+21j4J9ze6Bppeq/v51qqurWnzxasnot2MG5/j9QQxj6ME27ut9c4A9/MQTunGVgYTtEqET70zlAL04wDesYRhDyXkEhxlA0XaEv1jBHWJnF7UdLCfh0AnAAEaTaFyfZACDOE62PzhNgHgUmus1wGrBsI84dnCGRfzPAH5gA98xjUlMJN8IdLUMEPbdBOnAEjozgJuIEnEex1zB711AI4q3FHCNWTx+ktCaUtuVvuWbFEUlRAVVWVFJUYGlO2gCIrXNFH1YYM0UVUtRtOVowVVWaPTn/uToQf/wUEcoTr76KVi8b0Mfoie9ahUL2KwSdsm789iq0YP8C9H/G7Fu00x5yA39RkBeNJ4B8ZRkGcdrd3kAAAAASUVORK5CYII='); */
    background-repeat: no-repeat;
    background-position: 60px center !important;
} 

.viewSelect {
    /* General styling */
    font-size: large !important;
    height: 30px !important;
    width: 80px !important;
    margin-top: 5px;
    margin-bottom: 0px;
    border-radius: 2 !important;
    border: 0px solid #000000 !important;
    padding-left: 6px !important;
    background-color: #DDDDDE !important;

    /* Removes the default <select> styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Positions background arrow image */
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC'); 
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABTElEQVRIS+3VuUolURDG8Z/6BIaDIEZmCsOAkXtiLojRII6KmJq74QOYGYgimPoCwjA4LjCRA2JiIBgomPoCLpScC+21j4J9ze6Bppeq/v51qqurWnzxasnot2MG5/j9QQxj6ME27ut9c4A9/MQTunGVgYTtEqET70zlAL04wDesYRhDyXkEhxlA0XaEv1jBHWJnF7UdLCfh0AnAAEaTaFyfZACDOE62PzhNgHgUmus1wGrBsI84dnCGRfzPAH5gA98xjUlMJN8IdLUMEPbdBOnAEjozgJuIEnEex1zB711AI4q3FHCNWTx+ktCaUtuVvuWbFEUlRAVVWVFJUYGlO2gCIrXNFH1YYM0UVUtRtOVowVVWaPTn/uToQf/wUEcoTr76KVi8b0Mfoie9ahUL2KwSdsm789iq0YP8C9H/G7Fu00x5yA39RkBeNJ4B8ZRkGcdrd3kAAAAASUVORK5CYII='); */
    background-repeat: no-repeat;
    background-position: 60px center !important;
} 

.chartLengthSelect {
    /* General styling */
    font-size: large !important;
    height: 30px !important;
    width: 90px !important;
    margin-top: 5px;
    margin-bottom: 0px;
    border-radius: 2 !important;
    border: 0px solid #000000 !important;
    padding-left: 6px !important;
    background-color: #DDDDDE !important;

    /* Removes the default <select> styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Positions background arrow image */
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC'); 
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABTElEQVRIS+3VuUolURDG8Z/6BIaDIEZmCsOAkXtiLojRII6KmJq74QOYGYgimPoCwjA4LjCRA2JiIBgomPoCLpScC+21j4J9ze6Bppeq/v51qqurWnzxasnot2MG5/j9QQxj6ME27ut9c4A9/MQTunGVgYTtEqET70zlAL04wDesYRhDyXkEhxlA0XaEv1jBHWJnF7UdLCfh0AnAAEaTaFyfZACDOE62PzhNgHgUmus1wGrBsI84dnCGRfzPAH5gA98xjUlMJN8IdLUMEPbdBOnAEjozgJuIEnEex1zB711AI4q3FHCNWTx+ktCaUtuVvuWbFEUlRAVVWVFJUYGlO2gCIrXNFH1YYM0UVUtRtOVowVVWaPTn/uToQf/wUEcoTr76KVi8b0Mfoie9ahUL2KwSdsm789iq0YP8C9H/G7Fu00x5yA39RkBeNJ4B8ZRkGcdrd3kAAAAASUVORK5CYII='); */
    background-repeat: no-repeat;
    background-position: 70px center !important;
}

.numOfEntriesContainer {
    display: flex;
    flex-direction: row;
}

.cleanSelect {
    /* General styling */
        font-size: medium;
        color: #666666;
        height: 30px;
        width: 140px;
        border-radius: 4px;
        border: 1px solid #AAAAAA;
        padding-left: 10px;
        background: #FFFFFF !important;
        box-shadow: 1px 1px 2px  #a1a1a1;
        margin-top: 2px;

        /* Removes the default <select> styling */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

        /* Positions background arrow image */
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC'); 
        /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABTElEQVRIS+3VuUolURDG8Z/6BIaDIEZmCsOAkXtiLojRII6KmJq74QOYGYgimPoCwjA4LjCRA2JiIBgomPoCLpScC+21j4J9ze6Bppeq/v51qqurWnzxasnot2MG5/j9QQxj6ME27ut9c4A9/MQTunGVgYTtEqET70zlAL04wDesYRhDyXkEhxlA0XaEv1jBHWJnF7UdLCfh0AnAAEaTaFyfZACDOE62PzhNgHgUmus1wGrBsI84dnCGRfzPAH5gA98xjUlMJN8IdLUMEPbdBOnAEjozgJuIEnEex1zB711AI4q3FHCNWTx+ktCaUtuVvuWbFEUlRAVVWVFJUYGlO2gCIrXNFH1YYM0UVUtRtOVowVVWaPTn/uToQf/wUEcoTr76KVi8b0Mfoie9ahUL2KwSdsm789iq0YP8C9H/G7Fu00x5yA39RkBeNJ4B8ZRkGcdrd3kAAAAASUVORK5CYII='); */
        background-repeat: no-repeat;
        background-position: 120px center;
    }  

/* timepicker input customization */
.timepicker {
    background-color: #FFFFFF;
    color: #4e4757;
    padding: 10px 15px;
    margin: 1px 0;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #74657c;
    outline: none;
    padding-left: 10px;
    box-shadow: none;
}

/* datepicker input customization */
.datepicker {
    background-color: #FFFFFF !important;
    font-size: small !important;
    color: #4e4757 !important;
    padding: 10px 15px !important;
    margin: 1px 0 !important;
    box-sizing: border-box !important;
    border-radius: 7px !important;
    border: 1px solid #74657c !important;
    outline: none !important;
    padding-left: 10px !important;
    box-shadow: none !important;
}


.sortable {
    cursor: pointer;
}

/* CHECKBOX CUSTOMIZATION */
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px; /* 10px */
  cursor: pointer;
  font-size: small;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #abd;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #335c8a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}            

/* MODAL STUFF */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 110px; /* Location of the box */
    left: 0; 
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,25,50,0.4); /* Black w/ opacity */
}

.gallery-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0; 
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,25,50,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    /* border: 1px solid #ed2124;  this creates a solid border around the box */
    border-radius: 7px;
    width: 40%; /* the width of the box in the browser window */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 2;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    background-color: #71b9d2;
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-title {
    color: white;
    font-size: 28px;
    text-align: center;
}

.modal-header {
    padding: 1px 15px;
    background-color: #335c8a;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: white;
}

.confirmationBtns:hover {
    transform: scale(1.05);
}

/* edited by L. Boyd */
.modal-NewBody, .modal-EditBody, .modal-delBody, .modal-Body,
.modal-NewADChartBody, .modal-EditADChartBody, .modal-delADChartBody,
.modal-NewADEntryBody, .modal-EditADEntryBody, .modal-delADEntryBody,
.modal-NewADSignatoryBody, .modal-NewCFISignatoryBody,
.modal-EditRecordBody, .modal-HideRecordBody, .modal-validateNextFlightsBody,
.modal-EditEndorsementBody, .modal-HideEndorsementBody,
.modal-SquawkBody, .modal-CreateSquawkBody, .modal-hourlyDeleteBody,
.modal-NewSquawkBody, .modal-NewHourlyMaintenanceItemBody, .modal-NewLifetimeItemBody,
.modal-EditLifetimeItemBody, .modal-EditAirframeLifetimeBody, .modal-LinkModalBody,
.modal-LinkIdsModalBody, .modal-WaitModalBody, .modal-NewScheduledMaintenanceBody {
    padding: 2px 20px;
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 220px);
}

.modal-footer {
    padding: 2px 16px;
    background-color: #335c8a;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: white;
}   

/* action icons */
.icon-add {
    color: #007700;
}
.icon-undo {
    color: #007700;
}
.icon-edit {
    color: #0000AA;
}
.icon-trash {
    color: #AA0000;
}


/* INFO MODAL STUFF */
.infoClose {
    background-color: #cccc00;
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}            

.infoModal-header {
    padding: 2px 10px;
    background-color: #14A76C; /*green*/
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: white;
}

.infoModal-body {
    text-align: center;
    padding: 2px 16px;
    background-color: white;

}

.infoModal-footer {
    padding: 2px 16px;
    background-color: #FFFFFF; /* white */
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #777777;
}             


/* ERROR MODAL STUFF */
.errorClose {
    background-color: #eeee44;
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}            

.errorModal-header {
    padding: 2px 10px;
    background-color: #FFE400; /*yellow-ish*/
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: white;
}

.errorModal-header .modal-title {
    color: #FF652F;
}

.errorModal-body {
    text-align: center;
    padding: 2px 16px;
    background-color: white;

}

.errorModal-footer {
    padding: 2px 16px;
    background-color: #FFFFFF; /* white */
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: white;
}

/* LOGIN MODAL STUFF (index.html) */
.modalLogin {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 80px; /* Location of the box */
    left: 0; 
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,25,50,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalLogin-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    /* border: 1px solid #ed2124;  this creates a solid border around the box */
    border-radius: 7px;
    width: 40%; /* the width of the box in the browser window */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 2;
}

/* The Close Button */
.modalLogin-close {
    background-color: #FF8700;
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modalLogin-close:hover,
.modalLogin-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modalLogin-title {
    color: white;
    font-size: 28px;
}

.modalLogin-body {
    text-align: left;
    padding: 2px 16px;
    background-color: white;

}

.modalLogin-header {
    padding: 1px 15px;
    background-color: #FF8700;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: white;
}

.modalLogin-footer {
    padding: 2px 16px;
    background-color: #FF8700;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: white;
}   



/*********************************/
/*          TABLE STUFF          */
/*                               */
/*********************************/

table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

/*signup tables */
table#signUp{
    border: 0px solid #335c8a; /*adjustable*/
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
table#signUp th {
    border: 1px solid #335c8a; /*adjustable*/
    height: 30px;
    padding: 5px;
    text-align: center;
    background-color: #335c8a;
    color: white; /* text color */
}

table#signUp td {
    border: 0px solid #335c8a; /*adjustable*/
    width: 14.2%;
    height: 15px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

/* Airplane Log */
table#airplaneLog tr, table#airplaneSquawks tr {
    border-bottom: 1px solid #ddd !important;
}
table#airplaneLog tr:nth-child(odd), table#airplaneSquawks tr:nth-child(odd) {
    background-color: #dddddd;
}

table#airplaneLogBilling tr:nth-child(odd) {
    background-color: #dddddd;
}

.date {
    font-size: x-small;
    font-weight: bold;
    color: #eeeeee;
}

.date_header {
    width: 100%;
    background-color: white;
}

div.entry {
    width: 100%;    
    white-space: nowrap;
    overflow:hidden;
    text-overflow: clip;
    padding: 1px;
    margin: 1px;
    border-radius: 3px;
    color: white;
    z-index: 2;
    cursor: pointer
}

div.oneDayEntry {
    position: absolute;
    z-index: 1;
    float: left;
    right: 2%;/* force the div to the right of the screen */
    white-space: nowrap;
    width: 85%;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-left: 4px;
    height: 30px;
    margin-top: 1px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color:white;
    cursor: pointer
}

div.chartEntry {
    position: absolute;
    width: 100%;    
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    padding: 2px;
    margin: 2px 0px 0px 0px ;
    border-radius: 0px;
    color: white;
    z-index: 0;
    cursor: pointer;
    display: inline-block;
}

.normal_entry {
    font-size: small;
    font-weight: normal;
    color: #eeeeee;
}

div.sevenDayEntry {
    white-space: nowrap;
    width: 98%;
    overflow:hidden;
    text-overflow:ellipsis;
    padding: 2px;
    margin: 1px;
    border-radius: 3px;
    color:white;
    cursor: pointer
}

.sevenDay_normal_entry {
    font-size: small;
    font-weight: normal;
    color: #eeeeee;
} 

/* Remove Hover
div.entry:hover {
    overflow: visible;
    white-space: wrap;
}
*/

/* Info Modal Tables */


table#addEvent {
   /* border-collapse: separate !important; */
   /* border-radius: 5px; */
   border: none;
   padding: 5px 5px 5px 5px;
}

table#addEvent td {
    width: 80%;
    height: 15px;
    padding: 5px 5px 0px 10px;                    
}


table#infoModal {
    border: none;
}

table#infoModal th {
    border: none;
    text-align: left;
    background-color: #eeee44;
    color: white;
}

table#infoModal td {
    border: none;
    width: 50%;
    height: auto;
    text-align: left;
    vertical-align: middle;
    font-size: medium;
}


/**********************************/
/*      GREY ROW on HOVER         */
/**********************************/
/* tr:hover { background-color: #eeeeee } */



/**********************************/
/*     HTML tag redefines         */
/**********************************/

h1 {
    color: #4e4757;
    margin-left: 0px;
    font-size: x-large;
}

h2 {
    color: #4e4757;
    margin-left: 0px;
    font-size: large;    
}

h3 {
    color: #FFFFFF;
    margin-left: 0px;
    font-size: 30px;   
}

a:link {
    color: #4e4757;
    text-decoration: none !important;
}

a:visited {
    color: #4e4757;
    text-decoration: none;
}

a:hover {
    color: #4e4757;
    text-decoration: none;
}

a:active {
    color:#4e4757;
    text-decoration: none;
}


/*************************************/
/*         CLASS STYLES              */
/*************************************/

.hourly-dialog, .squawks-dialog, .general-dialog { 
        background: #6495ED; 
}

.orange {
    color: #FF8700;
}

.sm_orange {
    color: #FF8700;
    font-size: small;
}

.bold_orange {
    color: #FF8700;
    font-weight: bold;
}

.red {
    color: #FF3333;
}

.lightText {
    color: #777777;
}

.news {
    background: #f2f2f2;
    border-style: solid;
    border-width: 2px;
    border-color: #335c8a;
    border-radius: 9px;
    width: auto;
    padding: 25px;
    margin: 10px;
    font-size: medium;
    white-space: pre-wrap;      /* Since CSS2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE 5.5+ */
}

.appearanceBlocks {
    background: #f2f2f2;
    border-style: solid;
    border-width: 2px;
    border-color: #335c8a;
    border-radius: 9px;
    width: auto;
    padding: 25px;
    margin: 10px;
    font-size: medium;
}

.signupDone {
    background: #f2f2f2;
    border-style: solid;
    border-width: 2px;
    border-color: #0078FF;
    border-radius: 9px;
    width: auto;
    padding: 5px;
    margin: 5px;
    font-size: medium;
}

.title {
    font-size: xx-large;
    font-weight: bold;
    color: #4e4757;
}

.bannerText {
    float: left;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: xx-large;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.bannerTitle{
    position: absolute;
    top: 50px;
    right: 1%;
    font-size: xx-large;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;  
}


.responsive {
    width: 100%;
    height: auto;
}

.banner_small {
    width: 30%;
    height: auto;
}

.dayDayName {
    color: #335c8a;
    font-size: large;
}

.dayDayDate {
    color: #335c8a;
    font-size: x-large;
}

.displayTimeDay {
    color: #335c8a;
    font-size: medium;
    font-weight: normal;
}

.smallNotice {
    color: #FF8700; /* ORANGE */
    font-size: small;
}

.mediumNotice {
    color: #FF8700; 
    font-weight: 500;
}

.deleteDialogue {
    border: 2px solid #FF8700;
    width: 58%;
    border-radius: 7px;
    background-color: #FFFFFF;
    padding: 5px 5px;
    display: none;
    z-index: 10;
    position: absolute;
    top: 40%;
    left: 20%;
    box-shadow: 6px 13px 18px -1px rgba(0,0,0,0.55);
}

.alert_config_save {
    text-align: center; 
    font-size: 18px;
    padding: 10px 10px;
}

img.nextprevbtn {
    width:150px;
}

/*************************************/
/*         DIV TABLES                */
/*************************************/

.rTableMonth {
  	display: table;
  	width: 100%;
        border: 1px solid #335c8a;
        border-width: 0px 1px 1px 0px;
        table-layout: fixed;
}

.rTableDay {
  	display: table;
  	width: 100%;
        border: 1px solid #335c8a;
        border-width: 0px 1px 1px 0px;
}

.rTableChart {
  	display: table;
  	width: 100%;
        border: 1px solid #335c8a;
        border-width: 0px 1px 1px 0px;
        table-layout: fixed;
}

.rTableChartSegment {
  	display: table;
  	width: 100%;
        border: 0px solid #ff0000;
        border-width: 0px;
        table-layout: fixed;
}

.rTableBody {
  	display: table-row-group;
}

.rTableHeading {
  	display: table-header-group;
  	background-color: #335c8a;
  	font-weight: bold;
        color: #ffffff;
}

.rTableHead {
  	display: table-cell;
  	padding: 3px 10px;
  	border: 1px solid #335c8a;
        border-width: 1px 0px 0px 1px;
        text-align: center;
        vertical-align: middle;
        height: 20px;
}

.rTableRow {
  	display: table-row;       
}

.rTableCell {
  	display: table-cell;
        height: 30px; /* The height of the cell - one hour */
        padding: 0px 2px;
  	border: 1px solid #335c8a;
        border-width: 1px 0px 0px 1px; /*top right bottom left */
}

.rTableCellChart {
  	display: table-cell;
        height: 30px; /* The height of the cell - one hour */
        padding: 0px 0px;
  	border: 1px solid #335c8a;
        border-width: 1px 0px 0px 1px; /*top right bottom left */
}

.rTableCellChartBreak {
  	display: table-cell;
        height: 20px; /* The height of the cell - one hour */
        padding: 0px 0px;
  	border: 1px solid #FF931A;
        color: #FFFFFF;
        background-color: #FF931A;
        border-width: 1px 0px 0px 1px; /*top right bottom left */
}

.rTableTickCellChart {
  	display: table-cell;
        height: 20px; /* The height of the cell - one hour */
        padding: 0px 0px;
  	border: 1px solid #335c8a;
        border-width: 1px 0px 0px 1px; /*top right bottom left */
}

.rTableTickSegmentCellChart {
  	display: table-cell;
        height: 20px; /* The height of the cell - one hour */
        padding: 0px 0px;
  	border: 1px dashed #eaeaea;
        border-width: 0px 0px 0px 0px; /*top right bottom left */ 
        color: #335c8a;
        font-size: small;
}

.rTableObjectCellChart { /* This is for the Schedule Column of the chart view */
  	display: table-cell;
        height: 30px; /* The height of the cell - one hour */
        padding: 0px 2px;
  	border: 1px solid #335c8a;
        border-width: 1px 0px 0px 1px; /*top right bottom left */
        vertical-align: middle;
        color: #335c8a; 
}

.rTableSegmentCellChart {
     	display: table-cell;
        height: 30px; /* The height of the cell */
        padding: 0px 0px;
  	border: 1px dashed #eaeaea;
        border-width: 0px 0px 0px 1px; /*top right bottom left */ 
        /* vertical-align: middle; */
}

.rTableCellMonth {
  	display: table-cell;
        padding: 0px 2px;
  	border: 1px solid #335c8a;
        border-width: 1px 0px 0px 1px; /*top right bottom left */
}


.rTableFoot {
  	display: table-footer-group;
  	font-weight: bold;
  	background-color: #ddd;
}


/*************************************/
/*            DIVs                   */
/*************************************/

.signUpPageDiv {
    background: white;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-radius: 7px; 
    overflow: hidden;
}

.leftDivSignup {
    background: white;
    width: 45%;
    float: left;
    padding: 15px 15px 15px 25px; /* top right bottom left */
    margin: auto;
    border-radius: 7px; 
    color: #777777;
}

.rightDivSignup {
    background: white;
    margin-top: 25px;
    width: 45%;
    float: left;
    padding: 10px 10px 10px 10px;
    border-radius: 7px; 
    border: 1px solid #80BCFF;
    color: #0078FF;
}

.leftDivSignup input[type=text] {
    background-color: #EEEEEE !important;
    color: #222222;
    padding: 8px 15px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #74657c;
    border-width: 0px 0px 1px 0px;
    outline: none;
    box-shadow: none;
    font-size: medium;
    width: 80%;
}  

.leftDivSignup input[type=password] {
    /* width: 50%;*/
    background-color: #EEEEEE;
    color: #4e4757;
    font-size: medium;
    padding: 8px 15px;
    margin: 8px 0;
    box-sizing: border-box;   
    border-radius: 7px;
    border: 1px solid #74657c;
    border-width: 0px 0px 1px 0px;
    outline: none;
    box-shadow: none;
    width: 80%
}

.mainDiv {
    background: white;
    padding: 10px;
    /* margin: auto */
    border-radius: 7px; 
    flex-grow: 1;
}

.scheduleDiv {
    background: #ffffff;
    width: 98%;
    padding: 15px 10px 0;
    margin: auto;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tutorialDiv {
    background: white;
    width: 80%;
    padding: 15px;
    margin: auto;
    border-radius: 7px; 
}

.headerDiv {
    width: 100%;
    float: left;
}

.centerDiv {              /* this div is inside the mainDiv */
    background: white;
    margin: auto;       /* center this element */
    text-align: center; /* center align the text */
    width: 90%;
    padding: 10px;
}

.footerDiv {
    background: #ffffff;
    margin: auto;
    width: 100%
}

.menuDiv {              /* this div is inside the footerDiv */
    background: #ffffff;
    color: #ff0000;
    margin: auto;       /* center this element */
    text-align: center; /* center align the text */
    width: 80%;
    padding: 10px;
}

div.menuDiv a:link { color: #BBBBBC; }
div.menuDiv a:visited { color: #BBBBBC; }
div.menuDiv a:hover { color: #777777 }
div.menuDiv a:active { color: #BBBBBC; }


/************************************************/
/*                      IDs                     */
/************************************************/

#password_input {
    width: 50%;
    /* background-image: url('img/wee_tape.png'); */
    padding-left: 10px;
    background-repeat: no-repeat;
    background-color: #fceed6;
    color: #4e4757;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #74657c;
    outline: none;
    padding-left: 10px;
    box-shadow: none;
}


#username_input {
    width: 50%;
    /* background-image: url('img/wee_tape.png'); */
    padding-left: 10px;
    background-repeat: no-repeat;
    background-color: #fceed6;
    color: #4e4757;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #74657c;
    outline: none;
    padding-left: 10px;
    box-shadow: none;
}


#solo_img {
    max-width: 100%;
    height: 75%;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

#team_img {
    max-width: 100%;
    height: 75%;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

#solo_instructions_div{
    margin: auto; /*force center alignment*/
    width: 80%;
    font-size: 18px; 
    text-align: center;
}

#solo_comment {
    width: 60%; 
    resize: none; 
    background-color: lightskyblue; 
    color: white;
}

/* style for images in Team Viewer grid */
.grid_img {
    max-width: 100%;
    height: 75%;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;   
}

.gallery_grid_div {
     cursor: pointer; 
     margin: 5px;
}

.gallery_grid_img {
    max-width: 100%;
    height: auto !important;
    width: 100% !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
}

/* image style after clicked on in team Gallery */
#focus_img {
    max-width: 100%;
    height: 100%;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

/* */
.gallery_room_selector {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px
}


/*************************/
/* DROPDOWN BUTTON STUFF */
/*************************/

/* This creates a pull-down menu-like button image */
.dropButton {
    background-color: #FF8700;
    color: white;
    font-size: 16px;
    padding: 5px 20px 26px 20px;
    text_decoration: none;
    margin: 2px 2px 4px 0px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    height: 30px;
    border: 1px solid #FFFFFF;
}

.dropButton:hover, .dropButton:focus {
    background-color: #ff9911;
}

/* This creates the right-side menu/dropdown menu items */
.dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

.dropdown a:hover {background-color: #ff9911}

/* desktop user dropdown */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FF8700;
    border-radius: 7px;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 2;
}

.dropdown-content a {
    color: white;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

/* mobile dropdowns */
.dropdownMobileMenu {
    float: left;
    position: relative;
    display: inline-block;
}

.dropdownMobileMenu a:hover {background-color: #ff9911}

.menuDropdown-content {
    display: none;
    position: absolute;
    margin-top: 20px;
    background-color: #FF8700;
    border-radius: 6px;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    left: 0;
    z-index: 2;
}

.menuDropdown-content a {
    color: white;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.userDropdown-content {
    display: none;
    position: absolute;
    background-color: #FF8700;
    border-radius: 6px;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 2;
}

.userDropdown-content a {
    color: white;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

/* The "show" item must come last for the menu system to work */
.show {display:block;}

/* STEP PROGRESS BAR */
.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 15.16%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index : -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  font-weight: bold;
  color: #FF8700;
}
.progressbar li.active:before {
  border-color: #FF8700;
} 
.progressbar li.active + li:after {
  background-color: #FF8700;
}

/* Admin Area Credit Card */
.cc_container {
    width:100%;
    margin: 10px 0px 0px 0px;
    height: 75px;
}

.cc_content {
    float:left;
}

.cc_content1 {
    width: 300px;
}

.cc_content2 {
    width: 300px;
}

.cc_content3 {
    width: 100%;
}

/* if we are a desktop */
.mobile_device_600px {
    display: none;
}

/***************************/
/* SMALL SCREEN STUFF      */
/***************************/

@media only screen and (max-width: 1200px) {              
    .modal-content {
        width: 45%; /* the width of the box in the browser window */
    }

    td, th {
        font-size: small;
    }
    img.nextprevbtn {
        width:130px;
    } 
}
@media only screen and (max-width: 1000px) {      
    .modal-content {
        width: 50%; /* the width of the box in the browser window */
    }    

    div.oneDayEntry { /* width of the One Day View entries */
        width: 85%;
    }
    img.nextprevbtn {
        width:100px;
    }
}
@media only screen and (max-width: 800px) {        
    .modal-content {
        width: 60%; /* the width of the box in the browser window */
    }
    .banner_small{
        width: 40%;
    }
    div.oneDayEntry { /* width of the One Day View entries */
        width: 85%;
    }
    img.nextprevbtn {
        width:80px;
    }
} 

/*************************/
/* MOBILE SCREEN STUFF   */
/*************************/

@media only screen and (max-width: 700px) {
    input[type=text], input[type=tel],
    input[type=date], input[type=time]{
        padding: 5px 10px;
        margin: 8px 0;
        border-radius: 6px;
        padding-left: 10px;
        font-size: small;
    }

    .airplaneLog {
        padding: 5px 10px !important; 
        margin: 4px 0 !important;
        background-color: #FFFFFF !important;
        border-radius: 4px !important;
        margin: 0px 0 !important;
        padding-left: 4px !important;
    }

    input[type=password] {
        /* width: 50%;*/
        padding: 12px 20px;
        margin: 8px 0;
        border-radius: 7px;
        outline: none;
        padding_left: 10px;
    }

    textarea {
        padding: 8px 10px;
        margin: 8px 0;
        border-radius: 6px;
        outline: none;
        padding-left: 10px;
        font-size: small;
    }    
    
    input[type=button], input[type=submit] {
        padding: 10px 10px;
        margin: 4px 2px;
        border-radius: 6px;
    }    
    
    
    #password_input {
        width: 80%;
        /* background-image: url('img/wee_tape.png'); */
        padding-left: 10px;
        padding: 12px 20px;
        margin: 8px 0;
        border-radius: 6px;
        padding-left: 10px;
    }


    #username_input {
        width: 80%;
        /* background-image: url('img/wee_tape.png'); */
        padding-left: 10px;
        padding: 12px 20px;
        margin: 8px 0;
        border-radius: 6px;
        padding-left: 10px;
    }    
    
    .menuButton {
        margin-top: 0px !important;
        margin-right: 5px !important;
        margin-bottom: 0px !important;
        padding: 5px 15px !important;
    }
    
    /* This creates a pull-down menu-like button image */
    .dropButton {
        background-color: #FF8700;
        color: white;
        font-size: 14px;
        padding: 0px 10px 0px 10px;
        text_decoration: none;
        margin: 0px 2px 2px 0px;
        border: none;
        border-radius: 7px;
        cursor: pointer;
        outline: none;
    }

    .modal-NewBody, .modal-EditBody, .modal-delBody,
    .modal-NewADChartBody, .modal-EditADChartBody, .modal-delADChartBody,
    .modal-NewADEntryBody, .modal-EditADEntryBody, .modal-delADEntryBody,
    .modal-NewADSignatoryBody, .modal-NewCFISignatoryBody,
    .modal-EditRecordBody, .modal-HideRecordBody,
    .modal-EditEndorsementBody, .modal-HideEndorsementBody,
    .modal-SquawkBody, .modal-CreateSquawkBody, .modal-hourlyDeleteBody,
    .modal-NewSquawkBody, .modal-NewHourlyMaintenanceItemBody {
        max-height: calc(100vh - 120px);
    }
    /**************************/
    /* pull-down menu styling */
    /**************************/

    select {
        /* General styling */
        font-size: small;
        height: 20px;
        width: 120px;
        border-radius: 2;
        border: none;
        padding-left: 6px;

        /* Removes the default <select> styling */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

        /* Positions background arrow image */
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC'); 
        /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABTElEQVRIS+3VuUolURDG8Z/6BIaDIEZmCsOAkXtiLojRII6KmJq74QOYGYgimPoCwjA4LjCRA2JiIBgomPoCLpScC+21j4J9ze6Bppeq/v51qqurWnzxasnot2MG5/j9QQxj6ME27ut9c4A9/MQTunGVgYTtEqET70zlAL04wDesYRhDyXkEhxlA0XaEv1jBHWJnF7UdLCfh0AnAAEaTaFyfZACDOE62PzhNgHgUmus1wGrBsI84dnCGRfzPAH5gA98xjUlMJN8IdLUMEPbdBOnAEjozgJuIEnEex1zB711AI4q3FHCNWTx+ktCaUtuVvuWbFEUlRAVVWVFJUYGlO2gCIrXNFH1YYM0UVUtRtOVowVVWaPTn/uToQf/wUEcoTr76KVi8b0Mfoie9ahUL2KwSdsm789iq0YP8C9H/G7Fu00x5yA39RkBeNJ4B8ZRkGcdrd3kAAAAASUVORK5CYII='); */
        background-repeat: no-repeat;
        background-position: 105px center;
    } 
    
    .objectSelect {
        /* General styling */
        font-size: small !important;
        height: 30px !important;
        width: 220px !important;
        border-radius: 2 !important;
        padding-left: 6px !important;

        background-position: 200px center !important;
    } 
    
    .wet_drySelect {
        /* General styling */
        font-size: small !important;
        height: 30px !important;
        border-radius: 2 !important;
        padding-left: 6px !important;
    }
    
    .pilotSelect {
        /* General styling */
        font-size: small !important;
        height: 30px !important;
        width: 200px !important;
        border-radius: 2 !important;
        padding-left: 6px !important;

        background-position: 180px center !important;
    }
    
    .yearSelect {
        /* General styling */
        font-size: small !important;
        height: 20px !important;
        width: 60px !important;
	margin-bottom: 0px !important;
        border-radius: 2 !important;
        padding-left: 6px !important;

        background-position:45px center !important;
    }
    
    .viewSelect {
        /* General styling */
        font-size: small !important;
        height: 20px !important;
        width: 60px !important;
        margin-bottom: 0px !important;
        border-radius: 2 !important;
        padding-left: 6px !important;

        background-position:45px center !important;
    }    
    
    .chartLengthSelect {
        /* General styling */
        font-size: small !important;
        height: 20px !important;
        width: 65px !important;
        margin-bottom: 0px !important;
        border-radius: 2 !important;
        padding-left: 6px !important;

        background-position:50px center !important;
    }
    
    .cleanSelect {
    /* General styling */
        font-size: medium;
        color: #666666;
        height: 30px;
        width: 140px;
        border-radius: 4px;
        border: 1px solid #AAAAAA;
        padding-left: 10px;
        background: #FFFFFF !important;
        box-shadow: 1px 1px 2px  #a1a1a1;
        margin-top: 2px;

        /* Removes the default <select> styling */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

        /* Positions background arrow image */
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC'); 
        /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABTElEQVRIS+3VuUolURDG8Z/6BIaDIEZmCsOAkXtiLojRII6KmJq74QOYGYgimPoCwjA4LjCRA2JiIBgomPoCLpScC+21j4J9ze6Bppeq/v51qqurWnzxasnot2MG5/j9QQxj6ME27ut9c4A9/MQTunGVgYTtEqET70zlAL04wDesYRhDyXkEhxlA0XaEv1jBHWJnF7UdLCfh0AnAAEaTaFyfZACDOE62PzhNgHgUmus1wGrBsI84dnCGRfzPAH5gA98xjUlMJN8IdLUMEPbdBOnAEjozgJuIEnEex1zB711AI4q3FHCNWTx+ktCaUtuVvuWbFEUlRAVVWVFJUYGlO2gCIrXNFH1YYM0UVUtRtOVowVVWaPTn/uToQf/wUEcoTr76KVi8b0Mfoie9ahUL2KwSdsm789iq0YP8C9H/G7Fu00x5yA39RkBeNJ4B8ZRkGcdrd3kAAAAASUVORK5CYII='); */
        background-repeat: no-repeat;
        background-position: 120px center;
    }  
    
    h1 {
        margin-left: 0px;
        font-size: x-small;
    }
    
    h2 {
        margin-left: 0px;
        font-size: large;   
    }
    
    .news {
        border-style: solid;
        border-width: 1px;
        border-radius: 7px;
        width: auto;
        padding: 10px;
        margin: 10px;
        font-size: small;
    }
    
    div.oneDayEntry { /* width of the One Day View entries */
        width: 83%;
    }
    
    .scheduleDiv {
        background: #ffffff;
        width: 98%;
        padding: 10px;
        margin: auto;
        border-radius: 7px; 
    }

    .tutorialDiv {
        width: 80%;
        padding: 15px;
        margin: auto;
        border-radius: 7px; 
    }

    .mainDiv {
        box-sizing: border-box;
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;
        border-radius: 7px; 
    }

    .centerDiv {              /* this div is inside the mainDiv */
        margin: auto;       /* center this element */
        text-align: center; /* center align the text */
        width: 95%;
        padding: 10px;
    }

    .footerDiv {
        margin: auto;
        width: 100%
    }

    .menuDiv {              /* this div is inside the footerDiv */
        color: #BBBBBC;
        margin: auto;       /* center this element */
        text-align: center; /* center align the text */
        width: 90%;
        padding: 5px;
    }

    
    input.todayButton {
        padding: 0px 10px;
        height: 20px;
        margin: auto;
        border-radius: 4px; 
    }

    th, td {
        padding: 1px;
        /* border-bottom: 1px solid #ddd; *//* just a horizontal line on the bottom */
    }

    td {
        text-align: left;
        /* font-size: medium; */
    }

    th {
        height: 15px;
        text-align: left;
    }    
    
}

@media only screen and (max-width: 600px) {

    .mobile_device_600px {
        display: block;
    }

    .desktop {
        display: none;
    }

    .banner_small{
        width: 40%;
    }

    .modal-content {
        width: 95%; /* the width of the box in the browser window */
    }

    /* The Modal (background) */
    .modal {
        z-index: 2; /* Sit on top */
        padding-top: 20px; /* Location of the box */
        left: 0; 
        top: 0;
        overflow: auto; /* Enable scroll if needed */
    }
    .modal-header {
        padding: 2px 5px;
    }

    .modal-title {
        color: white;
        font-size: 20px;
    }                

    .modal-NewBody, .modal-EditBody {
        padding: 2px 8px;
    }

    .modal-footer {
        padding: 2px 8px;
    } 
    #sm_submit {
        background-color: #14A76C;
        border: none;
        color: white;
        font-size: large;
        padding: 8px 8px; /* the BG colored space around the button */
        text_decoration: none;
        margin: 4px 4px;
        border-radius: 7px;
        cursor: pointer;
        outline: none;
    } 

    #sm_submit:disabled {
        background-color: #aaaaaa;
        border: none;
        color: white;
        padding: 8px 8px;
        text_decoration: none;
        margin: 4px 4px;
        border-radius: 7px;
        cursor: pointer;
        outline: none;
        cursor: no-drop;
    }  
    
    table#addEvent td {
        width: 80%;
        height: 15px;
        padding: 2px;                    
    }
    div.oneDayEntry { /* width of the One Day View entries */
        width: 83%;
    }

    .normal_entry {
        font-size: x-small;
        font-weight: normal;
        color: #eeeeee;
    }
    
    .bannerContainer {
        position: relative;
        width: 100%;
        height: 25px;
        background-color: #FFFFFF;
        border-radius: 0px 0px 3px 3px;
        border: none;
    }    

    #tabs {
        font-size: 14px;
    }
}     

@media only screen and (max-width: 550px) {
    div.oneDayEntry { /* width of the One Day View entries */
        width: 80%;
    }
}            
@media only screen and (max-width: 500px) {
    div.oneDayEntry { /* width of the One Day View entries */
        width: 80%;
    }
}
@media only screen and (max-width: 450px) {
    div.oneDayEntry { /* width of the One Day View entries */
        width: 75%;
    }
}   

#orange_button {
    background-color: #ff7800;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 7px;
    border: none;
    outline: none;
    padding-left: 10px;
    box-shadow: none;
}

/* start of user account info */

div.areaBox {
    border: 1px solid #AAAAAA; 
    border-radius: 7px;
    padding: 10px;    
    background: #F2F2F2;
}

/* end of user account info */


/******* TAB STYLING ******/

ul.tabs {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
    padding: 0;
}
ul.tabs li {	
	float: left;
    min-width: 100px;
}
ul.tabs li a {
	position: relative;
	display: block;
	margin-top: 5px;
	padding: 10px;
	font-size: 16px;
	text-align: center;	
	text-decoration: none;
	color: #545f60;
    background: #d7dada;
    border-right: 0.5px solid #f2f2f2;
    /* Transition */
    -webkit-transition: padding 0.2s ease, margin 0.2s ease;
    -moz-transition: padding 0.2s ease, margin 0.2s ease;
    -o-transition: padding 0.2s ease, margin 0.2s ease;
    -ms-transition: padding 0.2s ease, margin 0.2s ease;
    transition: padding 0.2s ease, margin 0.2s ease;
}

.tabs li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}

.tabs li:last-child a {
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}

ul.tabs li a:hover {
    margin: 3px 0 0 0;
    padding: 10px 10px 12px 10px;
}

ul.tabs li a.active {
	margin: 5px 0 0;
	padding: 10px;
	background: #ffffff;
	color: #545f60;
    outline: none;
    font-weight: 500;
}
.group:before, .group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.group:after {
    clear: both;
}
#content {
    width: 100%;
    padding: 1em 1.4em;
    margin: 0 auto;
    background: #ffffff;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
#content .tab {
    margin: 0;
}

/****** END OF TAB STYLING  ******/

.video-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.vid-link:hover {
    opacity: 0.7;
}
.btns-container {
    width: 100%;
    text-align: center;
}
