﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.dvalert {
    margin: 10px 25%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1031;
}

.autohd {
    -moz-animation: cssAnimation 0s ease-in 50s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 50s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 50s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 50s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /*-webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 6s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 6s;*/
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
        display: none;
    }
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        text-decoration: underline;
    }
}

.overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .4 ) url('/Content/images/ldng.gif') 50% 50% no-repeat;
}

.overlay2 {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .5 ) url('/Content/images/ldng.gif') 50% 50% no-repeat;
}