/* CSS Document */

@media only screen and (max-width: 1166px) {

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float: none;
    }

}

/*Responsive Tables*/

tr:nth-of-type(odd) {
    background: #eee;
}

th {
    font-weight: bold;
}

td,
th {
    padding: 6px;
    text-align: left;
}

.responsive-header {
    display: none;
}


/*Mobile*/

.responsive-table.mobile,
.mobile thead,
.mobile tbody,
.mobile th,
.mobile td,
.mobile tr {
    display: block;
}

.mobile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.mobile tr {
    border: 1px solid #ccc;
}

.mobile td {
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: right;
    word-wrap: break-word;
}

.mobile .responsive-header {
    font-size: 18px !important;
    color: #444444 !important;
    font-weight: bold;
    display: inline;
    float: left;
    padding: 0px !important;
    padding-left: 5px!important;
    border:none;
;
}

.mobile td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
}


/** all below before ipad fix **/

h1{

    margin-top: 0px;

}
#validation {
	width:100%;
	color:#900;
	background-color:#F3D3C6;
}

#menuDrop {
    margin-top: 8px;
    background-color: #F5F5F5;
}

.pagination{
    float: left;

    font:14px Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
    color:#3d3d3d;
    margin-top: 0px;
    margin-left: 100px;
    margin-right: auto;

    margin-bottom:5px;
    width:100%;
}
.pagination a, .pagination strong{
    list-style-type: none;
    float: left;
    display: inline;
    padding: 3px 3px;


    text-decoration: none;
    background-color: inherit;
    color: grey;
    font-weight: bold;
}
.pagination strong{
    color: #ffffff;
    background-color:#F00;
    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}
.pagination a:hover{
    color: dodgerblue;

    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}
.pagination .active a {

    color: white;

    background-position: top center;
    background-repeat: no-repeat;
    text-decoration: none;
}

#errors{

    background-color: #00CC00;
    text-align: center;
    border-top: solid thin darkgreen;
    border-bottom: solid thin darkgreen;
}

.text-center{

    margin-top: 55px;
    padding-bottom: 25px;

}

.btn{

    padding-right: 11px !important;
    padding-left: 11px !important;
    border: 1px solid black;
    text-shadow: 1px 1px black;
    color: white;
    font-weight: 700;
}
.dropdown-toggle{
    text-shadow: 0px 0px black;
}

.btn-default{
    color:black;
}


.btn.dropdown-toggle{
    border: 0px solid white;
    box-shadow: 0px 0px 0px white;

    color: #777;
    font-weight: 400;
}
.topLeftLogo{
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
}
.loggedInName{

    position: absolute;
    left: 170px;
}

.yellowBG{

    background-color: #ffcc33;
}
.toplogo{
    margin-top: 0px;
}
.largerInput{

    width: 100%;
    min-width: 400px;
}

select{
    z-index: 0;
}

.modal{
    background-color: #1f191d;
}