

@import url('site.css');
@import url('site.css');
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    /*margin-left: 210px;*/
}

footer {
    margin-top: auto;
}

/* 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: 500px;
}
.former {
    background-color:#f1f1f1f1;
    border-radius:25px;
    align-items:center;
    padding:25px;
    margin:25px;
}

.btn-lg {
    padding: 8.75px 50px!important;
}
.hidden {
    display: none;
}

.row {
    margin-right: 0px !important;
}

.navbar-default {
    background: #028f1e;
    color: #fff;
    border: none;
}

.navbar-default a {
    color: #fff !important;
}

.navbar-default a:hover {
    color: #ddd !important;
}


.jumbotron {
    background-image: url('../images/banner.jpg');
    background-size:;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
    width: 100%;
    height: 100vh;
}
body {
    background-color: aliceblue !important;
    margin-left: 0px;
    width: 100%;
    margin-right: 0px;
}
    .jumbotron h1, .jumbotron .h1 {
        font-size: 48px;
        color: #ffff1a;
        padding: 12px;
        font-weight: bold;
    }

.register {
    width: 45%;
    margin: 0 auto;
    background: #c50000;
    padding: 14px;
    border-radius: 5px;
    color: #ff0;
}

.login {
    width: 45%;
    margin: 0 auto;
    background: #c50000;
    padding: 14px;
    border-radius: 4px;
    color: #ff0;
}

    .register .text-danger, .login .text-danger {
        color: #fff;
    }

#logout {
    background: url(Images/profile.jpg);
    background-size: 58px;
    background-position: center;
    border-radius: 23px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 0px;
}

#profile-nav {
    background: url(../images/profile.jpg);
    background-size: 58px;
    background-position: center;
    border-radius: 23px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    margin-right: 0px;
}


    #profile-nav .dropdown-menu {
        left: unset;
        right: 0;
        padding: 8px 8px 0px 8px;
        color: #c12515;
        cursor: default;
        width: 200px;
        top: 45px;
        box-shadow: 1px 2px 5px 1px #aaa;
        border-radius: 15px;
    }

    #profile-nav a {
        color: #482121 !important;
        text-decoration: none;
    }

        #profile-nav a:hover {
            color: white !important;
        }
.list-group .list-group-item {
    border-radius: 10px;
}


.list-group .list-group-item:hover {
    background-color: #028f1e;
    color: #fff;
}

.list-group .red:hover {
    background-color: #c12515 !important;
    color: white !important;
}

#profile-nav .dropdown-menu .list-group-item:last-child, #notification .list-group-item:last-child {
    margin-bottom: 7px;
}

.navbar-right {
    margin-right: 0px;
}

#logout .dropdown-menu {
    left: unset;
    right: 0;
    padding: 8px 8px 0px 8px;
    color: #c12515;
    cursor: default;
    width: 200px;
}

#notification {
    cursor: pointer;
    margin-right: 10px;
}

#notification .dropdown-menu {
    padding: 8px 8px 15px 8px;
    width: 500px;
    cursor: default;
    right: 0px;
    max-height: 92vh;
    overflow: auto;
}
#notification .dropdown-toggle::after{
    content: none;
}

.n-dismiss {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #ff0000;
}

.n-count {
    position: absolute;
    top: 17px;
    right: 74px;
    color: #ffffff;
}

#logout .list-group-item:last-child, #notification .list-group-item:last-child {
    margin-bottom: -9px;
   
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: transparent;
}

.dashboard {
    padding: 14px 0px;
}


    .dashboard .card {
        background: #028f1e;
        padding: 10px 6px;
        cursor: pointer;
        border-radius: 25px;
        margin: 2px;
        height:150px;
        display: inline-block;
    }



.dashboard .card .card-info {
    color: #fff;
}

.h4 {
    font-weight: bold;
    text-shadow: 0px 0px 1px #403e3e;
    color: #1d0a8b;
}

h2 {
    font-weight: bold;
}

.dashboard .card .card-title {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    height:150px;
}

.card-icon {
    width: 20%;
    margin: 15px;
    font-size: 14px;
   
}


.card-content {
    display: inline-block;
}

.dashboard a:hover {
    text-decoration: none;
}

th {
    color: #ffff1a;
    background: #028f1e !important;
}

.actions .glyphicon {
    font-weight: bold;
}

.actions .fa-times, .actions .glyphicon-remove, .actions .fa-trash {
    color: #c12515;
}

.actions .fa-pencil-square-o {
    color: #ff6a00
}

.actions .fa-file {
    color: #00aa00;
}

.fa-map-marker:before {
    font-size: calc(100% + 5px);
}

table .actions {
    text-align: right;
    width: 82px;
}

.side-menubar .nav-link {
    padding: 0px !important;
    margin-left: 6px;
}

.side-menubar .list-group-item {
    display: -webkit-inline-box;
}

.side-menubar {
    background: #e7e7e7;
    padding-top: 16px;
    min-height: 90vh;
    border-right: solid 1px #ddd;
    /*position: fixed;*/
}

@media screen and (max-width: 600px) {
    .side-menubar {
        min-height: 0px;
        padding: 9px;
    }
}

@media screen and (max-width: 992px) {
    .side-menubar {
        min-height: 0px;
        padding: 9px;
    }
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.navbar-toggler {
    background-color: green;
}

h1.center {
    text-align: center;
    font-size: 40px;
}

.form-group{
    margin-bottom: 4px;
}

.form-vertical .form-group {
    display: grid;
    margin-bottom: 8px
}

.form-vertical .control-label {
    margin-bottom: 0px;
}

.border-right {
    border-right: solid 1px #ddd;
}

.btn {
    display: inline-block;
}

.form {
    box-shadow: 2px 3px 11px 2px #aaa;
    padding: 6px 15px;
    margin: 9px;
    margin-left: 4%;
    width: 75%;
}

.form-inline .form-control {
    width: 60%;
}

.form-inline label {
    font-size: 12px;
}

.container {

    width:100% !important;
}

.stepper {
    margin: 9px;
    margin-left: 2%;
    width: 76%;
}

    .stepper .steps-container .steps .step {
        max-width: 160px;
    }


.step:not(:last-child) .step-text:after {
    content: "";
    width: 35%;
    background: #028f1e;
    height: 3px;
    display: inline-block;
    position: absolute;
    top: 32px;
    border-radius: 8px;
    margin-left: 6px;
}

.step-number {
    font-size: 30px;
    font-weight: 600;
    background: #028f1e;
    padding: 0 5px;
    border-radius: 23px;
    color: #ffff1a;
}

.step-text {
    margin-left: 3px !important;
}

.color-2nd {
    color: #c50000;
}

.form-h4 {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.table {
    margin-bottom: 0px;
}

.details {
    position: relative;
    box-shadow: 2px 3px 11px 2px #aaa;
    padding: 12px;
    padding-top: 30px;
    margin: 12px 0px;
}

.mt-1 {
    margin-top: 0.7rem;
}

.mt-2 {
    margin-top: 1.4rem;
}

.mt-3 {
    margin-top: 2.1rem;
}

.mt-4 {
    margin-top: 2.8rem;
}

.mt-5 {
    margin-top: 3.5rem;
}

.mt-12 {
    margin-top: 12px;
}

.w-100 {
    width: 100%;
}

.tab-pane {
    padding: 20px 12px;
}

.nav-tabs {
    
}

.nav.nav-tabs .nav-link.active {
    border-bottom: 5px solid #028f1e;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #028f1e;
    border-bottom-color: transparent;
    color: #028f1e;
}

.nav-tabs > li > a:hover {
    border: 1px solid #c50000;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    font-weight: bold;
}

.nav-tabs > li {
    min-width: 105px;
    text-align: center;
}

.nav.nav-tabs .nav-link {
    color: #1d0a8b;
}
    .no-wrap {
    max-width: 16ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td p {
    margin: 0px;
}

.slide {
    transition: 1s;
    left: 0;
}

.btn-dark:hover {
    color: #eee;
}

.bg-meroon {
    background: #c50000;
    color: #ffff1a;
    border-color: #c50000;
}

.snackbar {
    right: 13px;
    top: 70px;
    position: fixed;
    min-width: 20%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding: 9px;
    border-radius: 10px;
    transition: all 450ms ease;
    transform: translateY(0);
    opacity: 0;
}

    .snackbar:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid #0a0;
        border-top: 10px solid #0a0;
        border-bottom: 10px solid transparent;
        left: -14px;
        top: 6px;
    }

    .snackbar.show {
        z-index: 99999;
        transform: translateY(100%);
        opacity: 1;
    }

.snackbar-success {
    background: #00aa00;
    color: #fff;
}

    .snackbar-success:before {
        border-right: 10px solid #0a0;
        border-top: 10px solid #0a0;
    }

.snackbar-error {
    background: #c12515;
    color: #fff;
}

    .snackbar-error:before {
        border-right: 10px solid #c12515;
        border-top: 10px solid #c12515;
    }

.ribbon {
    --f: 8px;
    --r: 13px;
    --t: 6px;
    margin-left: calc(49vw + 0px);
    min-width: 16%;
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 9px 9px 15px calc(10px + var(--r));
    clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
    background: #00aa00;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}

    .ribbon.success {
        background: #00aa00;
    }

    .ribbon.danger {
        background: #dd0000;
    }

    .ribbon.warning {
        background: #ff6a00;
    }

    .ribbon.primary {
        background: #0000aa;
    }

span.mandatory {
    color: #ee0000;
}

label.mandatory::before {
    content: "*";
    top: 2px;
    position: relative;
    margin-right: 4px;
    color: #ee0000;
}

.badge {
    padding: 8px !important;
}

.google-visualization-table-th {
    cursor: pointer;
    white-space: normal !important;
}

.table-input {
}

    .table-input tr {
    }

    .table-input td {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .table-input .tbl-label {
        width: 2%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 11px;
    }

    .table-input .tbl-control {
        width: 15%;
        padding-right: 12px;
    }

    .table-input .form-control {
        width: 85%;
        font-size: 12px;
        height: 28px;
        padding: 4px;
    }

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px dashed #f00;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    padding-top: 35px;
}

.bg-green {
    background: #028f1e;
}

.navbar-dark a {
    color: #fff;
}