﻿.col-md-4 .mybox {
    box-sizing: content-box;
    width: 98%;
    margin: 10px 0;
    padding: 10px;
    
    height: 600px;
    border-radius: 10px;
   
}

#footer {
    padding: 22px 8px 8px 10px;
    clear: both;
    border-top: 1px solid gray;
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    margin-top: 1em;
    color: lime;
    background: linear-gradient(to top, #006600 0%, #ccff33 100%);
    /*margin-bottom: 60px;*/
    /*border-radius: 0 0 25px 25px;*/
}

.activebg {
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    color: black;
}

.nav > li > a:hover {
    background-color: lime;
}

.navbar-custom {
    background: linear-gradient(to top, #006600 0%, #ccff33 100%);
}

table, th, td {
    border: 1px double yellow;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
}
th {
    background-color:lightgreen;
    color:lightyellow;
}

.errormsg {
    font: bold;
    color: red;
}

.textbgcolor {
    background-color: lightyellow;
}

.hometitle {
    color: #00ff21;
    font-weight: bold;
}

.col-sm-4 {
    height: 400px;
}

div.col-md-4 {
    margin-left: 0;
}

blockquote {
    display: block;
    background-color: lightyellow;
}

.mytable {
    width: 90%;
    padding: 4px;
}

#myCarousel {
    margin-top: 15px;
}

/*img {
    float: right;
    border: 1px solid double;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    margin-left: 15px;
}*/

.smallimage {
    border: 5px solid yellow;
}

.well {
    color: blue;
}

.navbar-inverse {
    background: linear-gradient(to top, #006600 0%, #ccff33 100%);
}

    .navbar-inverse .navbar-nav > li > a {
        color: lime;
    }

    .navbar-inverse .navbar-brand {
        color: lime;
    }
.btn-info {
    background: linear-gradient(to bottom, #006600 0%, #ccff33 100%);
    color: lime;
}
.btn-info:hover {
    color: red;
}

.jumbotron h1, .jumbotron .h1 {
    color: #000066;
}

h2 {
    color: #000066;
}

.buttonClass {
    padding: 2px 20px;
    text-decoration: none;
    border: solid 1px black;
    background-color: #ababab;
    color: lime;
}

a.btn.btn-default {
    color: blue;
}

.buttonClass:hover {
    border: solid 1px Black;
    background-color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: blue;
    font-weight: bold;
}
    #load-screen {
    background: url(Images/header-back.png);
    position: fixed;
    z-index: 10000;
    top: 0px;
    width: 100%;
    height: 1600px;
}

#loading {
    width: 500px;
    height: 500px;
    margin: 10% auto;
    background: url(Images/loader.gif);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}
h3:hover {
    color:red;
    font-weight:bold;
}
h3 {
    background-color: antiquewhite;
    padding: 6px 20px;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: lime;
    border-radius: 5px 20px 20px 5px;
}

h2.well {
    border-color:green;
    border-width:1px 1px 1px 15px;
}
#MainContent_DetailsView1_Label1{
    background-color:lightgoldenrodyellow;
}
@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

    .col-xs-6 {
        width: 100%;
    }

    img#hideme {
        display: none;
    }

    #load-screen {
        display: grid;
        justify-content: center;
    }
}