body {background: #D2D2FA;}
#container{width: 100%; background:#D2D2FA; margin-top: -55px;}
.columnListing{
    float: left;
    padding: 10px;
}
.left{
    text-align: left;
    width: 20%;
    background: #D2D2FA;
    padding: 5px;
    vertical-align: top;
    padding-bottom: 500px;
}
.right{
    width: 30%;
    text-align: left;
    color: #002060;
    background: #EAEAEA;
    padding-bottom: 500px;
}
.middle{
    width: 50%;
    text-align: center;
}
.rowListing{
    background: #fff;
}
.rowListing:after{
    content: "";
    display: table;
    clear: both;}
* {
    box-sizing: border-box;
}
.listingSlides img {
    vertical-align: middle;
    max-width: 60%;
}
/* Hide the images by default */
.listingSlides {
    display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
     cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: red;
    margin-left: -20%;
    display: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    margin-right: 35%;
    display: none;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
    .row:after {
      content: "";
      display: table;
      clear: both;
}
/* Six columns side by side */
.column {
    float: left;
    width: 10%;
}
/* Add a transparency effect for thumnbail images */
.thumbnail {
    opacity: 0.4;
    width: 50px;
    height: auto;
    object-fit: contain;
}
.active,
.thumbnail:hover {
    opacity: 1;
}
#addListingBtn {color:#fff; font-size:16px; background:#006ec6; padding:7px; border:solid 3px #006ec6; border-radius:10px;}
#addListingBtn:hover {color:#002060; background:none; border:solid 3px #ff0000;}
.vertical-menu{width: 100%;}
.vertical-menu a:hover{background:none;}
#footer {
    font-size: 11px;
    text-align: left;
    background: none;
    padding: 12px;
    color: blue;
    display: block;
}
::-webkit-input-placeholder { /* Edge */
    color: #FFABAB;
    font-family: arial;
    font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer */
    color: #FFABAB;
    font-family: arial;
    font-size: 14px;
}
::placeholder {
    color: #FFABAB;
    font-family: arial;
    font-size: 14px;
}
textarea#statustext{background: #fff; color: blue;}
h1 {
    color: #002060;
    font-size: 18px;
    display: inline;
    line-height: 100%;
}
h1:hover {
    color: #002060;
}
#welcomeSchemaDiv {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 3%;
    border: groove 3px #ab0000;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#welcome-schema-text {
    width: 90%;
    margin: 0 auto;
}
#welcome-schema-text-em {
    margin-left: 10px;
    margin-right: 10px;
    color: #ff0000;
    font-size: 15px;
    vertical-align: top;	
}
@media only screen 
  and (min-device-width : 50px) 
  and (max-device-width : 709px){
      .mobileHide {display: none;}
      .mobileShow {display: inline;}
      #container{width: 100%; background:#fff;}
      #mobilebottommenu{background:#002060; border-top:groove 4px #ff0000;}
      .left{display: none;}
      .columnListing{float: none; padding: 10px;}
      .right{width: 100%; text-align: left; background: #fff;}
      .middle{width: 100%; text-align: center; border-right: solid 2px #FAD2D2; border-left: solid 2px #FAD2D2;}
      .rowListing{background: #fff; padding-bottom: 200px; margin-top: 35px;}
      #addListingBtn {margin-top: 20px;}
      ::-webkit-input-placeholder{font-size: 25px;}
      :-ms-input-placeholder{font-size: 25px;}
      ::placeholder{font-size: 25px;}
      textarea#statustext{background: #EAEAEA; color: blue; font-size: 30px;}
      body {background: #fff;}
}