body {
    
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*margin-top: 50px;*/
}

/* 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;
}


.selloverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

/*LOADER-1*/
.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid #6e241e;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid #8f372f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit
    }

    .jumbotron p {
        line-height: 1.4
    }

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1 {
        font-size: 63px
    }
}

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.action-button {
    width:170px;
    height: 40px;
}

.legacy-navbar {
    background-color: #222;
    border-bottom: 1px solid #080808;
    min-height: 50px;
}

    .legacy-navbar .navbar-brand {
        color: #9d9d9d;
        font-size: 18px;
    }

    .legacy-navbar .nav-link {
        color: #9d9d9d;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .legacy-navbar .nav-link:hover,
        .legacy-navbar .navbar-brand:hover {
            color: #fff;
        }

body {
    font-size: 14px;
}

h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.table {
    font-size: 14px;
}

    .table > :not(caption) > * > * {
        padding: 8px;
    }

.badge {
    font-size: 12px;
}

.btn {
    font-size: 14px;
    padding: 6px 12px;
}

textarea.form-control {
    width: 100%;
    max-width: none;
}

.table a {
    text-decoration: none;
}

    .table a:hover {
        text-decoration: underline;
    }

.legacy-table-link,
.legacy-table-link:focus {
    text-decoration: none !important;
}

    .legacy-table-link:hover {
        text-decoration: underline !important;
    }