.content-box {
    flex: 1;
    width: 100%;
    display: grid;
    /* margin-top: 10px; */
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 10px; */
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 1140px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.menu .nav-link.nav-link-active {
    font-weight: 600 !important;
}
#loader{
    width: 100%;
    height: 100%;
    display:table;
    background: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
}
#loader spinner{
   pointer-events: all;
   z-index: 99999;
   border: none;
   margin: 0px;
   padding: 0px;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   cursor: wait;
   position: fixed;
   vertical-align: middle;
   
}
#loader input{
    background-color: #f2f2f2;
}

.marLeft0 {
    margin-left: 0em;
}

.inlineBlock {
    display: inline-block;
}

.marLeft2 {
    margin-left: 2%;
}

.marLeft1 {
    margin-left: 1%;
}

.marL1T4 {
    margin-left: 1%;
    margin-top: -4px;
}

.marB30 {
    margin-bottom: 30px;
}

#topbar {
    padding: 25px 15px;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}

#topbar .collapsible-content {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
}

.full-width {
    width: 100%
}
#captcha td{
    text-align: left !important;
}
.hide{
    visibility: hidden;
    display: none;
}