/*bootstrap is injected in navbar.ejs due to changing themes*/

@import "../../bower_components/bootstrap-select/dist/css/bootstrap-select.min.css";
body {
    padding: 50px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}


/*fixes for MDBoostrap*/

/*.row {
    margin-left: 0;
}
*/

.btn {
    max-height: inherit;
    max-width: inherit;
    /*Because some devs are arseholes, I have to now do this*/
    white-space: all !important;
    border-left: none;
    margin: inherit;
    box-sizing: content-box;
}

.form-control .form-group .form {
    box-sizing: content-box;
    margin: inherit;
}

.selectpicker {
    /*Because some devs are arseholes, I have to now do this*/
    white-space: all !important;
    box-sizing: content-box;
    margin: inherit;
}

a {
    color: #00B7FF;
}

.jumbotron {
    text-align: center;
    padding: 85px;
}

.stack-trace,
.api-routes {
    text-align: left;
    background-color: white;
}

.build-version {
    float: right;
    padding-right: 25px;
}

.copyright {
    text-align: left;
    padding-right: 25px;
}

.footer {
    padding-top: 20px;
}

.admin-functions {
    padding-left: 185px;
    padding-top: 10px;
    padding-bottom: 80px;
}

.login {
    padding-top: 2.5%;
    padding-bottom: 8%;
    padding-left: 34%;
    padding-right: 34%;
    border: 1px;
}

.new-book {
    padding-top: 2.5%;
    padding-bottom: 8%;
    padding-left: 20%;
    padding-right: 20%;
    border: 1px;
    max-width: 100%;
}

.center-align {
    text-align: center;
    align-items: center;
}

.center-align-col {
    display: table;
    margin: 0 auto;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    /*background-color: rgba(75,75,75,0.7);*/
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #000;
    border-style: double;
    /* border-radius: 25px;*/
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect a.title {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    font-weight: bold;
    font-size: 30px;
    white-space: pre-wrap;
    padding: 20%;
    overflow: hidden;
}

.hovereffect:hover a.title {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect a.author {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    font-weight: normal;
    font-size: 20px;
    white-space: pre-wrap;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 20%;
    padding-bottom: 35%;
    overflow: hidden;
}

.hovereffect:hover a.author {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.btn-buy {
    padding-left: 20%;
    padding-right: 20%;
}

.btn-buy:hover,
.btn-buy:focus {
    background: #499e69;
}

.btn-buy:active {
    background: #2ac765;
}

.btn-rent {
    padding-left: 20%;
    padding-right: 20%;
}

.btn-rent:hover,
.btn-rent:focus {
    background: #0c85d2;
}

.btn-rent:active {
    background: #139bf1;
}

.amount {
    font-size: 25px;
    color: #d50000;
    padding-bottom: 1%;
}

.or {
    font-size: 20px;
    font-weight: bold;
    padding-top: 5%;
    padding-bottom: 5%;
}

.noAvailable {
    padding-top: 5%;
    padding-bottom: 5%;
}

.circle-avatar {
    /*display: inline;
    position: absolute;*/
    /*max-width: 100%;*/
    width: 65px;
    /*height: auto;*/
    /*border: 3px solid #607d8b;
    border-radius: 100px;*/
}

.profilePicture {
    position: relative;
    padding-right: 66px;
    float: left;
}

.account-picture {
    border: 3px solid #607d8b;
    /*    border-radius: 100px;*/
}

.account-menu {
    position: absolute;
}

.account-dropdown-menu {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 160px;
    margin-right: 185px;
    top: 62px;
    left: -84.5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.title-box {}

.title-image {
    position: relative;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 350px;
    width: 350px;
}

.circle {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 440px;
    height: 440px;
    background: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.home-glyphicons {
    text-shadow: 2em;
    font-size: 9em;
    color: #e65100;
}

.site-margin {
    padding-left: 65px;
}

.stats-glyph {
    text-shadow: 2em;
    font-size: 16em;
    color: #e65100;
    left: 85px;
}

.title {
    font-weight: bold;
    font-size: 35px;
    padding-top: 20%;
    padding-bottom: 10%;
}

.author {
    font-weight: normal;
    font-size: 25px;
    padding-left: 20%;
    padding-right: 20%;
}

.purchase {
    padding-left: 5%;
    padding-right: 20%;
}

.amount-for {
    padding-top: 3%;
    padding-left: 20%;
    padding-right: 5%;
    font-size: 25px;
}

.transparent {
    background: none;
    background-color: none;
}

.modal-style {
    padding-left: 20%;
    padding-right: 20%;
    border: 1px;
    max-width: 100%;
}
