html {
    /*height: 100%;*/
    background: url('bannerimages/aptmystery.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


}


body {

    /*background-image: url('images/fullsnipfinal.png');*/
    /*background-position: center center;*/
    /*/!*background-position: top ;*!/*/
    /*background-size: 100% 100%;*/
    /*/!*background-size: 100% 100%;*!/*/
    /*background-repeat: no-repeat;*/
    /* Location of the image */
    /*background-image: url(bannerimages/aptmystery.jpg);*/
    background-image: url(bannerimages/aptmystery.jpg);

    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;

    /* Background image doesn't tile */
    background-repeat: no-repeat;

    /* Background image is fixed in the viewport so that it doesn't move when
       the content's height is greater than the image's height */
    background-attachment: fixed;

    /* This is what makes the background image rescale based
       on the container's size */
    background-size: cover;

    /* Set a background color that will be displayed
       while the background image is loading */
    background-color: #464646;
}

.page {

    position: relative;
}

.frontsearchbox {

    position: absolute;
    top: 300px;
    min-height: 300px;

}


.frontsearchresults {


}



.bannerlibrary {

    /*border: 1px solid darkslateblue;*/

    height: 190px;
}

.bstraptransparentstrip {

    background-color: rgba(86,182,229,0.65);
}

.upperlefttransparentstrip {

    /* rgba for brown 	201	110	33  */
    z-index: 2;
    /*background-color: rgba(0,0,0,.65);*/
    /* light blue: RGB	86	182	229  */
    background-color: rgba(86,182,229,0.65);
    /* brown  */
    /*background-color: rgba(201,110,33,0.65);*/
    position: absolute;
    left: 15px;
    top: 15px;
    width: 175px;
    height: 220px;
    border: solid 1px black;
}

.logodog {

    width: 150px;
    height: auto;
    margin-bottom: auto;
    margin-top: auto;

}

.searchicon {
    /*position: absolute;*/
    /*top: 15px;*/
    margin-top: 15px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}


.topbanner {

    position: relative;
    width: 100%;
    min-height: 200px;
}

.topmenubox {

    width: 800px;
    margin-left: auto;
    margin-right: auto;
    /*position: absolute;*/
    /*left: 240px;*/

}


.topmenu {

    z-index: 99;
    /*color: black;*/
    font-weight: bold;
    /*background-color: rgba(255,255,255,0.55);*/
    /* grey: 167	155	155 */
    /*background-color: rgba(167,155,155,0.65);*/
    background-color: rgba(86,182,229,0.65);
    border: solid 1px black;
    margin-right: auto;
    margin-left: auto;
    width: 700px;
}

.topmenu li:hover {

    /*background-color: saddlebrown;*/
    color: lightgray;
}

.topmenu a {
    color: black;
}

.topmenu a:hover {

    background-color: blue;
    color: lightgray;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: blue;
}

.topmenu li {

    margin-right: 5px;
    margin-left: 5px;
}

.searchconsole {

    /*background-color: rgba(0,0,0,0.65);*/
    /*border: solid 1px black;*/
    width: 800px;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;


}

.landlordmenu {

    margin-left: 100px;
    margin-bottom: 12px;
    /*border: 2px solid black;*/

}

.addlisting {

    padding-top: 5px;
    border: 1px solid black;
    margin: 0 0 0 0;
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: green;

}

.addlisting:hover {

    background-color: grey;
}

.addlisting a {
    text-decoration: none;
}




.modifylisting {

    padding-top: 5px;
    border: 1px solid black;
    margin: 0 0 0 0;
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: red;

}

.modifylisting:hover {

    background-color: grey;
}

.modifylisting a {

    text-decoration: none;
}



.modifyaccount {

    padding-top: 5px;
    border: 1px solid black;
    margin: 0 0 0 0;
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: blue;

}

.modifyaccount:hover {

    background-color: grey;
}

.modifylisting a {

    text-decoration: none;
}


.llmentextline {

    width: 170px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: antiquewhite;

}

.addlistingtabwrapper {

    border: 5px solid green;
}

.modlistingtabwrapper {
    border: 5px solid red;

}

.accountinfotabwrapper {

    border: 5px solid blue;
}


.currentpic {

    width: 150px;
    max-height: 175px;
}




table#apartmentstable td {

    /*position: relative;*/
    width: 220px;
    vertical-align: top;
    padding: 4px;
    font-size: 12px;

}

.tdthumbpic {

    /*position: absolute;*/
    /*left: 20%;*/
    width: 100px;
    height: auto;
}




.searchrentdropdown {

    width: 150px;
    margin-bottom: 10px;
}

.inlinedropdown {

    width: 135px;
    display: inline-block;
}



.medtextbox {

    width: 250px;
}

.words {

    display: inline-block;
    width: 300px;
    text-align: right;

}

.inputcontainer {

    display: inline-block;
}


.greenborder {

    width: 600px;
    height: 110px;
    border: solid 2px greenyellow;
    padding: 8px;
    margin-bottom: 15px;

}

.greenborder a {

    text-decoration: underline;
    background-color: lightblue;

}

.greenborder a:hover {

    background-color: lightgreen;
    text-decoration: none;
    color: black;
}



.categorybox {

    /*border: solid 1px;*/
    height: 152px;
    /*transition-property: border ;*/

    /*transition-duration: 0.5s;*/
}

.categorybox:hover {

    border: 3px solid whitesmoke;
}

.categoryboxtext {

    color: whitesmoke;
    font-size: 1.3em;
    font-weight: bold;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 25px;
    margin-top: 65px;

}
.categorybox a {
    text-decoration: none;
}

.learnenglishsubcategories {

    display: none;

}

.bannerbottomlibrary {

    background-color: transparent;
    /*border: 1px solid darkslateblue;*/
    /*background-image: url('images/bannerbottomsquaredup.jpg');*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    height: 168px;


}


/*  three box strip that provides buffer for bottom of webpage   */

.bufferstrip {

    /*background-color: rgba(201,110,33,1);*/
    background-color: saddlebrown;
}


.servicehighlightimage {

    height: auto;
    width: 100px;
    /*margin-left: 50%;*/
    /*margin-right: 50%;*/

}

.servicehighlightimage:hover {

    /*transform: rotate(-45deg);*/
    /*transform-origin: 0 0;*/
}


.myimagecontainer {

    width: 110px;
    margin-left: auto;
    margin-right: auto;

}

.servicecallouttext {

    color: saddlebrown;
    margin: 12px;
    /*border: solid 1px darkblue;*/
    font-weight: bold;
    background-color: transparent;
    transition-property: background-color;
    transition-duration: 1.2s;
    /*text-decoration: underline;*/
}

.servicecallouttext:hover {

    background-color: slategrey;

}

.servicehighlightborder {

    /*border: solid 1px darkblue;*/
    /*margin: 10px;*/
    /*margin: 15px;*/
    margin: 20px;
    margin-top: 60px;
    margin-bottom: 60px;

    border: 1px solid #666;
    background-color: lightgrey;
    padding: 4px;
    box-shadow: 4px 4px 8px rgba(0,0,0,.5);

    transition-property: background-color;
    transition-duration: 0.8s;

}

.servicehighlightborder:hover {

    background-color: slategrey;
    /* rgb for grey: 180 177	175   */
    box-shadow: 4px 4px 8px rgba(180,177,175,.8);

}

.glyphicon.glyphicon-usd {

    margin-top: 22px;
    font-size: 65px;
    color: saddlebrown;
}

.glyphicon.glyphicon-book {

    margin-top: 22px;
    font-size: 65px;
    color: saddlebrown;
}

.glyphicon.glyphicon-cog {

    margin-top: 22px;
    font-size: 65px;
    color: saddlebrown;
}


/*  end three box strip buffer  */



/* Note that with this styling for the login page there is also a css file which
  I made separate for the search page and which, I believe, was reused for some of the
  administrator pages for modifying records etc..

  */

.controlscanvas {

    /* rgba for brown 	201	110	33  */
    z-index: 2;
    /*background-color: rgba(0,0,0,.65);*/
    /*background-color: rgba(201,110,33,0.65);*/
    background-color: rgba(255,255,255,0.65);
    position: absolute;
    left: 15px;
    width: 750px;
    min-height: 645px;
    margin-bottom: 100px;
}

.controlscanvas a:hover {

    text-decoration: none;
}

.controlsbox {

    position: absolute;
    left: 30px;
    top: 30px;
    width: 500px;
    height: 450px;

}


.pageicon {

    margin-bottom: 10px;
    font-size: 35px;
    color: saddlebrown;

}


/* Controls Canvass Standard Template  */






/* end controls canvas standard template  */


.basictextbox {

    width: 250px;

}


.addbooksubcatlearnenglish {

    display: none;

}

.addbooksubcatacademicenglish {

    display: none;

}

.addbooksubcathumanresources {

    display: none;

}

.addbooksubcatschools {

    display: none;

}

.addbooksubcatschools {

    display: none;

}

.addbooksubcatoccupationalenglish {

    display: none;

}

.addbooksubcatcasualreading {

    display: none;

}

.addbooksubcatlanguages {

    display: none;

}

.addbooksubcatother {

    display: none;

}


.addbookdropdown {

    width: 250px;
    margin-bottom: 10px;

}

.addbookbtn:hover {

    background-color: lightseagreen;
    border: solid 3px lightseagreen;
}

.insertconfirmation {

    color: green;
    font-weight: bold;
    font-size: 1.1em;

}


.gobacktoadminlink {

    margin-left: 30px;
}



.frontsearchcanvas {

    background-color: rgba(255,255,255,0.65);
    min-height: 500px;

}


.blocktester {

    height: 100px;
    width: 100px;
    background-color: yellow;
}





