﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    background: #666666 !important;
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
    .footer {
        float: inherit;
        width: 100%;
        height: 80px;
        background-color: black;
    }
}
.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #428bca;
    color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.space {
    margin: 0;
    padding: 0;
    height: 50px;
    background-color: #ffffff;
}

.mediumspace {
    margin: 0;
    padding: 0;
    height: 30px;
    background-color: #ffffff;
}
.lightspace {
    margin: 0;
    padding: 0;
    height: 10px;
    background-color: #ffffff;
}
.title14 {
    font-size: 16px;
    text-align: left;
    font-family: Tahoma, Verdana,Helvetica,Arial;
    text-decoration: none;
}
.asptable {
    padding:4px 7px 2px 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    background-color:#ffffff;
}
.modal-popup-dialog-password-update {
    background-color: #cccccc;
    filter: drop-shadow();
    opacity: 0.1;
}
.modal-popup-dialog-contact-delete {
    background-color: #cccccc;
    filter: drop-shadow();
    opacity: 0.1;
}
