﻿.flex-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.flex-container > div {
    margin: 10px;
    text-align: center;
}
.noflex-container {

    text-align: center;
}

    .noflex-container > div {
        width: 350px;
        margin: 10px;
        text-align: center;
    }
.bannerStyle {
    background-image: url('images/Banner.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.leftMenu {
    z-index: 1000;
    position: fixed;
    right: 0px;
    width: 0;
    overflow-y: auto;
    background: #33092a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logo {
    width: 100%;
}
li:hover {
    color: black;
}
.reportAnIssueIcon {
    width: 6%; 
    float: right; 
    padding-bottom:5px; 
    padding-right: 5px;
}
.reportAnIssueIcon:hover {
    color: white;
}
@media (min-width: 768px) {
    .largeLoginArea {
        display: block;
    }
    .smallLoginArea {
        display: none;
    }
    .sidenav2 {
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        overflow-x: hidden;
        padding-top: 20px;
    }

    .sidenav2 a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 18px;
        font-weight: bolder;
        color: #111;
        display: block;
    }

    .sidenav2 a:hover {
        color: #f1f1f1;
    }

    .instructionOut {
        width: 30%;
        border-radius: 5px;
        text-align: center;
        border: solid;
        border-width: 1px;
        border-color: #5e3c58;
        background-color: #CD5C5C;
        max-height: 350px;
        padding: 5px;
        display: inline-block;
        font-size: 12px;
    }
    .mediaItemIcon {
        background-color: #1a0515;
        border-radius: 5px;
        text-align: left;
        border: solid;
        border-width: 1px;
        border-color: #5e3c58;
        width: 40%;
        max-height: 40px;
        object-fit: contain;
        overflow: hidden;
    }
    .mediaItemContainerLanding {
        width: 30%;
        padding: .5%;
        background-color: #17697f;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #000000;
    }
    .mediaItemContainerLandingDeactivated {
        width: 30%;
        padding: .5%;
        background-color: #676766;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #000000;
    }
    .mediaItemContainerLandingReport {
        width: 30%;
        padding: .5%;
        background-color: #ffae19;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #332100;
    }
    .mediaItemContainerLandingFounder {
        width: 95%;
        padding: 5px;
        background-color: #FFF4CB;
        margin: auto;
        overflow: hidden;
        border-radius: 4px;
        border: solid;
        border-width: 1px;
        border-color: #001900;
    }
    .mediaItemContainerLandingFounderOutside {
        width: 30%;
        padding: 5px;
        background-color: #FFF4CB;
        margin: auto;
        overflow: hidden;
        border-radius: 4px;
        border: solid;
        border-width: 1px;
        border-color: #001900;
    }
    .instruction {
        width: 90%;
        border-radius: 5px;
        text-align: center;
        border: solid;
        border-width: 1px;
        border-color: #5e3c58;
        background-color: #CD5C5C;
        max-height: 350px;
        padding: 5px;
        display: inline-block;
        font-size: 12px;
    }
    .mediaItemContainer {
        width: 30%;
        padding-left: .5%;
        padding-right: .5%;
        padding-top: .5%;
        padding-bottom: .5%;
        background-color: #17697f;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #5e3c58;
    }
    .menuBackground {
        background-color: #83adb5;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .menuBackgroundMobile {
        
        display: none;
    }
    .subContainer {
        width: 30%;
        padding-left: .5%;
        padding-right: .5%;
        padding-top: .5%;
        padding-bottom: .5%;
        background-color: #31838c;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #5e3c58;
        text-align: center;
    }
    .subContainerReport {
        width: 60%;
        padding-left: .5%;
        padding-right: .5%;
        padding-top: .5%;
        padding-bottom: .5%;
        background-color: #b9d8d5;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #5e3c58;
        text-align: center;
    }
    .subContainerText {
        font-size: 14px;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        color: #000000;
    }
    .postMediaItemVibe {
        width: 20%;
        max-height: 25%;
        display: inline-block;
    }
    .postMediaItemPost {
        display: inline-block;
        width: 35px;
    }
    .titleTextReport {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        color: #000000;
        font-size: x-large;
        font-weight: lighter;
    }
    .labelTextReport {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        color: #000000;
        font-weight: lighter;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .largeLoginArea {
        display: none;
    }
    .smallLoginArea {
        display: block;
    }
    .sidenav2 {
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        overflow-x: hidden;
        padding-top: 20px;
        background: #33092a;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 0;
    }

    .sidenav2 a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 18px;
        font-weight: bolder;
        color: gainsboro;
        display: block;
    }

    .sidenav2 a:hover {
        background-color: #f1f1f1;
        opacity: .5;
        color: gray;
    }
    .instructionOut {
        font-size: 12px;
        width: 80%;
        padding: 5px;
        overflow: hidden;
        background-color: #CD5C5C;
        margin: auto;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #000000;
        font-size: 9px;
    }
    .logo {
        width: 38%;
    }
    .mediaItemIcon {
        background-color: #1a0515;
        border-radius: 5px;
        text-align: left;
        border: solid;
        border-width: 1px;
        border-color: #5e3c58;
        width: 60%;
        max-height: 50px;
        object-fit: contain;
        overflow: hidden;
        margin-bottom: 0;
    }
    .mediaItemContainerLanding {
        width: 80%;
        padding: 5px;
        overflow: hidden;
        background-color: #17697f;
        margin: auto;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #000000;
    }
    .mediaItemContainerLandingDeactivated {
        width: 80%;
        padding: 5px;
        overflow: hidden;
        background-color: #676766;
        margin: auto;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #000000;
    }
    .mediaItemContainerLandingReport {
        width: 80%;
        padding: 5px;
        background-color: #ffae19;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #332100;
    }
    .mediaItemContainerLandingFounder {
        width: 95%;
        padding: 5px;
        background-color: #FFF4CB;
        margin: auto;
        overflow: hidden;
        border-radius: 4px;
        border: solid;
        border-width: 1px;
        border-color: #001900;
    }
    .mediaItemContainerLandingFounderOutside {
        width: 80%;
        padding: 5px;
        background-color: #FFF4CB;
        margin: auto;
        overflow: hidden;
        border-radius: 4px;
        border: solid;
        border-width: 1px;
        border-color: #001900;
    }
    .instruction {
        font-size: 12px;
        width: 90%;
        padding: 5px;
        overflow: hidden;
        margin: auto;
        border-radius: 5px;
        font-size: 9px;
        background-color: #CD5C5C;
    }
    .mediaItemContainer {
        width: 90%;
        max-height: 90%;
        padding-left: .5%;
        padding-right: .5%;
        padding-top: .5%;
        padding-bottom: .5%;
        background-color: #17697f;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #5e3c58;
    }
    .menuBackground {
        background-color: #83adb5;
        padding-right: 10%;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .menuBackgroundMobile {
        
        padding-top: 4px;
        padding-bottom: 3px;
        display: inline-block;
    }
    .subContainer {
        width: 70%;
        padding-left: .5%;
        padding-right: .5%;
        padding-top: .5%;
        padding-bottom: .5%;
        background-color: #31838c;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #5e3c58;
        text-align: center;
    }
    .titleTextReport {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        color: #000000;
        font-size: 12px;
        font-weight: lighter;
    }
    .subContainerReport {
        width: 95%;
        padding-left: .5%;
        padding-right: .5%;
        padding-top: .5%;
        padding-bottom: .5%;
        background-color: #b9d8d5;
        margin: auto;
        overflow: hidden;
        border-radius: 5px;
        border: solid;
        border-width: 1px;
        border-color: #5e3c58;
        text-align: center;
    }
    .subContainerText {
        font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        color: #000000;
    }
    .postMediaItemVibe {
        width: 50%;
        max-height: 50%;
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
    }
    .postMediaItemPost {
        display: inline-block;
        width: 20px;
    }
    .labelTextReport {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        color: #000000;
        font-size: 10px;
        font-weight: lighter;
    }
    .col-lg-2 {
        position: relative;
        min-height: 1px;
        padding-right: 2px;
        padding-left: 2px;
    }
}
.fileUpload {
    object-fit: contain;
    overflow: hidden;
    font-size: 12px;
    border-color: black;
    border-width: 1px;
    border-radius: 5px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: #000000;
    background-color: #17697f;
    padding: 15px;
    font-weight: lighter;
}
.mediaItem {
    width: 100%;
    background-color: #1a0515;
    border-radius: 5px;
    text-align: left;
    border: solid;
    border-width: 1px;
    border-color: black;
}
.mediaItemVideo {
    width: 100%;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    text-align: left;
    border: solid;
    border-width: 1px;
    border-color: #5e3c58;
    background-color: #1a0515;
}
a {
    color: darkblue;
}
.mediaItemContainerVideo {
    padding-left: .5%;
    padding-right: .5%;
    padding-top: .5%;
    padding-bottom: .5%;
    background-color: #17697f;
    margin: auto;
    overflow: hidden;
    border-radius: 5px;
    border: solid;
    border-width: 1px;
    border-color: #5e3c58;
}
.mediaItemThumb {
    width: 10%;
    border-radius: 5px;
    text-align: left;
    border: solid;
    border-width: 1px;
    border-color: #5e3c58;
}
.mediaItemLanding {
    width: 100%;
    border-radius: 5px;
    text-align: left;
    border: solid;
    border-width: 1px;
    border-color: #5e3c58;
    background-color: #5e3c58;
    max-height: 350px;
}
.policy {
    width: 80%;
    border-radius: 5px;
    text-align: center;
    border: solid;
    border-width: 1px;
    border-color: #5e3c58;
    background-color: #FFF4CB;
    max-height: 350px;
    padding: 15px;
    display: inline-block;
}
.defaultText{
    color: lightgray;
    font-style: italic;
}
.defaultTextBox {
    border: solid;
    border-color: #000000;
    border-radius: 5px;
    border-width: 1px;
    max-width: 100%;
    width: 100%;
}
.menuItemBackground {
    padding: 0;
    background-color: #17697f;
    border-color: #5e3c58;
    border-radius: 5px;
    border: solid;
    border-width: 1px;
    color: #999999;
}
.menuItemBackground:hover {
    padding: 0;
    background-color: #17697f;
    border-color: #5e3c58;
    border-radius: 5px;
    border: solid;
    border-width: 1px;
    color: white;
}
.labelText {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: #000000;
    font-weight: lighter;
    font-size: 13px;
    max-width: 90%;
    width: 90%;
}
.strokeme
{
    color: #000000;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}
.postMediaItem{
    width:20%;
    max-height: 25%;
    display:inline-block;
}
.postLabelText {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: #000000;
    font-size: xx-large;
    text-align: left;
}
.buttonMenu {
    border-color: #5e3c58;
    border-width: 1px;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: #000000;
    background-color: #7f7581;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: lighter;
}
.buttonLarge:hover {
    background-color: white;
}
.buttonLarge {
    border-color: RGBA(94, 60, 88, .8);
    border-width: 7px;
    border-radius: 35px;
    font-size: 18px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: #000000;
    background-color: RGBA(127,117,129, .8); 
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: lighter;
}
.validationText {
    font-size: 8px;
    font-style: italic;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: #000000;
    vertical-align: top;
}
.requiredText {
    font-size: 10px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: maroon;
    vertical-align: bottom;
    font-weight: bold;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
table td, table th {
  border: 1px solid #000000;
  padding:5px;
}
table tr:first-child td {
  border-top: 0;
}
table tr:last-child td {
  border-bottom: 0;
}
table tr td:first-child,
table tr th:first-child {
  border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
  border-right: 0;
}
.img-sm {
    width: 20%;
}
.titleText {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: #000000;
    font-size: x-large;
    font-weight: lighter;
}
