﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/



body {
   
    background-color: transparent;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0px 15px 0px 15px !important;
}

    body.modal-open, .modal-open {
        overflow: inherit;
        padding-right: 0!important;
    }

     
.navbar{
    margin-left:-15px;
    margin-right: -15px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


div.alert-messages {
            position: absolute;
            top: -23px;
            /*left: 35%;
                right: 25%;*/
            z-index: 7000;
            height: 15px;
            width: 99%;
            /*margin-bottom: 90px;*/
        }


.btn.btn-black {
    color: #ffffff;
    background-color: #393737;
    box-shadow: inset -1px -1px 0px hsla(0, 0%, 0%, 0.1), inset 1px 1px 0px hsla(0, 0%, 100%, 0.3), 2px 2px 2px 0px hsla(0, 0%, 0%, 0.35) !important;
    -webkit-box-shadow: inset -1px -1px 0px hsla(0, 0%, 0%, 0.1), inset 1px 1px 0px hsla(0, 0%, 100%, 0.3), 2px 2px 2px 0px hsla(0, 0%, 0%, 0.35) !important;
    -moz-box-shadow: inset -1px -1px 0px hsla(0, 0%, 0%, 0.1), inset 1px 1px 0px hsla(0, 0%, 100%, 0.3), 2px 2px 2px 0px hsla(0, 0%, 0%, 0.35) !important;
}

    .btn.btn-black:hover {
        color: #ffffff;
        background-color: #0f0f0f !important;
    }


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}


.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color:   aliceblue ;
}