
.login-box-background {
    background-color: #033B51  !important;
}
.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}
.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
}
.form-picture{
    width: 90%;
 }

.login-page{
    background: url("../img/tick_acc_bg_2.jpg") fixed center no-repeat !important;
    background-color: #033B51  !important;
    background-size: cover !important;
}

.rule-name{
    width: 200px;
}

.rule-col{
    width: 200px;
}

.nav-max-content{
    width: max-content;
}

.main-header{
    background-color: rgb(8, 84, 120);
}

.navbar-light .navbar-brand{
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link-2 {
    color: #ffffff !important;
}

.remove-margin{
    margin-right: unset;
    margin-left: unset;
    max-width: 100%;
}

.stitle {
    font-family: Arial, Helvetica, Verdana;
    font-size: 24px;
    color: #3A94AC;
    font-weight: bold;
    line-height: 1.5;
}

.w14 {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 18px;
    color: #3A94AC;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
}

.custom-dialog-title {
    font-size: 20px !important;
}

.custom-dialog-message {
    text-align: left;
}

.negative-child a{
    color: #dc3545 !important;
}

.mobile-card table a, th {
    font-size: 1.3rem;
}

.select_all{
    margin-top: -1rem;
}

table th,
table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



@media only screen and (max-width: 900px) {
    .form-check-input {
        margin-top: 0.5rem !important;
    }

    .select_all{
        margin-top: -0.75rem !important;
    } 

    .mobile-card table a, th {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: 0.3rem !important;
        padding: 0.05rem !important;
    }
    .mobile-card .card-body {
        padding: 0.2rem;
    }

    .mobile-card .form-control-sm {
        font-size: .6rem;
    }

    .mobile-card .table-sm td, .mobile-card .table-sm th {
    padding: .1rem;
}
}

