:focus {
    box-shadow: none !important;
}

.bg-light {
    background-color: #EEF5F9 !important;
}

.bg-inverse {
    background-color: #2F4050;
    border-color: #546277;
    color: white;
}

#login_form {
    padding: 2%;
}

.jumbotron {
    background: linear-gradient(180deg, rgba(92, 102, 115, 1) 0%, rgba(66, 73, 83, 1) 100%);
    border-radius: 0;
    padding: 0 0 15px 0;
    border-bottom: 4px solid #528CD5;
}

.form-signin {
    width: 100%;
    max-width: 360px;
    padding: 5px;
}

.form-registration {
    width: 100%;
    max-width: 900px;
    padding: 10px;
    margin: 0 auto;
}

.info_holder {
    width: 100%;
    max-width: 800px;
    padding: 5px;
    margin: 0 auto;
}

.light_link {
    color: #ffffff;
}

a.light_link:link {
    text-decoration: none;
}

a.light_link:hover {
    color: #68afff;
    font-weight: bold;
}

.primary_link {
    color: #68afff;
}

a.primary_link:link {
    text-decoration: none;
}

a.primary_link:hover {
    color: #4097fa;
    font-weight: bold;
}

.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn-x {
    margin-left: -42px;
    z-index: 100;
}

.badge-inverse {
    color: #fff;
    background-color: #2F4050;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.alert-sm {
    padding: 0.2rem;
    margin-bottom: 0;
}

.bg-size {
    background-size: 100% 100%;
}

.btn-plus {
    width: 40px;
    height: 40px;
}

.btn-times {
    width: 25px;
    height: 25px;
}

.errorlist {
    color: #dc3545;
    list-style: none;
    font-size: .875em;
}

.select2-container .select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
    height: calc(2.2rem + 2px) !important;
    border-radius: 0.25rem !important;
    line-height: 22px !important;
}

.select2-selection {
    border: 1px solid #e9ecef !important;
}

.select2-container {
    min-width: 100% !important;
}

.select2-container *:focus {
    border-color: #bfbfbf !important;
}

.select2-search__field:focus {
    outline: none !important;
}

.select2-selection__clear {
    font-size: 22px;
}

.error-box {
    height: 100%;
    position: fixed;
    width: 100%;
}

.error-box .error-body {
    padding-top: 5%;
}

.error-box .error-title {
    font-size: 210px;
    font-weight: 900;
    text-shadow: 4px 4px 0 #fff, 6px 6px 0 #343a40;
    line-height: 210px;
}

.btn-rounded {
    border-radius: 60px;
    padding: 7px 18px;
}

.custom-badge {
    font-size: 100%;
    border-radius: .5rem;
}

.check-box {
    width: 18px;
    height: 18px;
}

table.autonumber {
    counter-reset: rowNumber;
}

table.autonumber tr td:first-child::before {
    counter-increment: rowNumber;
    content: counter(rowNumber) ". ";
    font-size: 80%;
    font-weight: 400;
}

.form-select {
    border-color: #dc3545 !important;
}

.f-size18{
    font-size: 18px;
}

.input-error{
    outline: 1px solid red !important;
}