.navbar{
    background-color: rgba(9, 62, 142, 0.8);
    color:white;
}
.navbar-nav>li>a{
    color:white;
}
.navbar-nav>li>a:hover{
    color:lightgray;
}
.navbar-brand{
    color:white;
}
.navbar-brand:hover{
    color:white;
}
.dropdown-menu{
    background-color: #093e8e;
    border:1px solid white;
}
.dropdown-menu>li>a{
    color:white;
}
.dropdown-menu>li>a:hover{
    color:white;
    background-color: #093e8e!important;
    background-image: none!important;
}
.grad{
    background-image: url("../images/25.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    width:100%;
    background-size: cover;
}
.gradnot {
    background: #093e8e; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, blue, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, blue, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, blue, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, blue, white); /* Standard syntax */

}
.whiteOp{
    background-color: rgba(256,256,256,0.7);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:20px;
    border:1px solid #093e8e;
    width:100%;
    color:black;
}
.whiteOpBtn{
    background-color: rgba(256,256,256,0.7);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:20px;
    border:1px solid #093e8e;
    width:100px;
    color:black;
    float:left;
    margin: 20px;
}
.whiteOpHead{
    background-color: rgba(256,256,256,0.25);
    width: 100%;
    padding: 20px;
}
@media (min-width: 90em) and (orientation:landscape) {
    .whiteOp{
        width:70%;
        margin:auto;
    }
}

.btn{
    background-color: #093e8e;
    color:white;
    border:1px solid #093e8e;
}
.btn:hover{
    background-color: darkblue;
    text-decoration: none;

}
.btn:active{
    background-color: darkblue!important;
    text-decoration: none;

}
.btn-primary:active{
    background-color: darkblue!important;
    text-decoration: none;

}
.bluebtn a {
    color: white;
    text-decoration: none;

}
.input {
    width: 100%; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0;
    background: white;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
    font-family: sans-serif; font-size: 16px; color: black; text-shadow: 0px -1px 0px #334f71;
}

.requestsDiv{
    width:100%; margin:10px; float:left; background-color: rgba(0,0,256,0.2);border:1px solid blue; padding:20px; border-radius: 10px;
    min-width:0px;
}
.reqButtons{
    background-color: blue; height:26px; padding-top:3px;border:1px solid blue;
    min-width:0px;
}
.reqButtons:hover{
    background-color: darkblue;
}

.bug{
    width:100%; margin:10px; float:left; background-color: rgba(256,0,0,0.2);border:1px solid red; padding:20px; border-radius: 10px;
    min-width:0px;
}
.bugButtons{
    background-color: red; height:26px; padding-top:3px;border:1px solid red;
    min-width:0px;
}
.bugButtons:hover{
    background-color: darkred;
}
.bugButtons:focus{
    background-color: darkred;
}
