html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    padding: 0;
    color: #707070;
    font-size: 1rem;
    font-weight: 400;
    overflow-x: hidden;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.left {
    float: left;
}

.right {
    float: right;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vertical-align>tbody>tr.vertical-middle>td,
.vertical-align>tbody>tr.vertical-middle>th {
    vertical-align: middle;
}

.vertical-middle,
.vertical-align-middle {
    vertical-align: middle;
}

.clear {
    clear: both;
    display: block;
}


/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*CARD*/

.card {
    border-radius: 3px;
    padding: 20px;
    background: white;
}

.card,
.card.card-hover {
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.20), 0 -1px 3px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 -1px 3px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 -1px 3px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.card.card-hover {
    transition: box-shadow .75s ease;
}

.card.card-hover:hover {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 2px 12px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
    .card {
        padding: 25px;
    }
}

@media (min-width: 768px) {
    .card {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .card {
        padding: 35px;
    }
}

@media (min-width: 1200px) {}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*ALERT*/

div.alert {
    margin: 10px 0px 5px 0px;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.075), 0 3px 1px -2px rgba(0, 0, 0, 0.125);
    border-left: 5px solid #aaa;
}

div.alert.alert-lg {
    margin: 10px 0px 5px 0px;
    padding: 25px;
    font-size: 1.25rem;
}

div.alert.alert-success {
    border-left-color: #8cc238;
    background: #fafff2;
}

div.alert.alert-info,
div.alert.alert-note {
    border-left-color: #2d84c2;
}

div.alert.alert-warning {
    border-left-color: #eea345;
    background: #fff7f1;
}

div.alert.alert-danger,
div.alert.alert-error {
    border-left-color: #ee4545;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*CONTAINER*/

.container-fluid,
.container,
.container-medium,
.container-md,
.container-small,
.container-sm {
    width: calc(100% - 25px);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {

    .container-small,
    .container-sm {
        max-width: 650px;
    }

    .container,
    .container-medium,
    .container-md {
        max-width: 900px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*LINE BREAK*/

.lineBreak {
    height: 1px;
    background: #d9d9d9;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

hr {
    border: none;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #d9d9d9;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*FORM GROUP & FORM CONTROL*/

.form-group {
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-group label {
    font-size: 1rem;
}

.form-group p.text-message {
    font-size: 0.95rem;
    font-weight: bold;
    margin-top: 10px !important;
}

.form-group p.error-message,
.error-message,
.text-error {
    color: #b3373d;
    font-size: 1rem;
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-group p.help-message,
.form-group p.help-block {
    color: #aaa;
    font-size: .95rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

select.form-control {
    height: calc(2.25rem + 2px);
    width: 100%;
    padding: 0 0 0 .25rem;
}

.form-control {
    display: block;
    border-radius: 2px;
    border: 1px solid #d1d1d1;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 165%;
    color: #707070;
    width: calc(100% - 1.75rem - 2px);
    padding: .4rem 1rem .4rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control.has-error,
.form-group.has-error .form-control {
    border-color: #b3373d;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}


.form-group textarea.form-control {
    resize: none;
}

/*these need to be separated, otherwise they don't seem to work*/
.form-control::-webkit-input-placeholder.form-control::placeholder {
    color: #afafaf;
    opacity: 1;
}

.form-control::-moz-placeholder.form-control::placeholder {
    color: #afafaf;
    opacity: 1;
}

.form-control:-ms-input-placeholder.form-control::placeholder {
    color: #afafaf;
    opacity: 1;
}

.form-control::-ms-input-placeholder.form-control::placeholder {
    color: #afafaf;
    opacity: 1;
}

.form-control::placeholder {
    color: #afafaf;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*BUTTONS*/

.btn {
    padding: 6px 15px 6px 15px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #707070;
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: none;
    font-style: normal;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-block,
.btn.btn-sm.btn-block {
    width: 100%;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    text-decoration: none;
}

.btn.btn-pill {
    border-radius: 1000px;
}

.btn+.btn {
    margin-left: 3px;
}

.btn.btn-sm {
    padding: 4px 18px 4px 18px;
    font-size: .85rem;
}

.btn.btn-lg {
    padding: 8px 20px 8px 20px;
    font-size: 1.15rem;
}

.btn:hover {
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #c7c7c7;
    font-style: normal;
    text-decoration: none;
}

.btn:active {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #c2c2c2;
    font-style: normal;
    text-decoration: none;
}

.btn:disabled {
    background-color: #eee;
    cursor: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

@media (min-width: 576px) {
    .btn {
        padding: 9px 24px 9px 24px;
        border-radius: 2px;
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .btn+.btn {
        margin-left: 4px;
    }
}

@media (min-width: 768px) {
    .btn {
        padding: 10px 26px 10px 26px;
        border-radius: 3px;
        font-size: 15px;
    }

    .btn+.btn {
        margin-left: 5px;
    }
}

@media (min-width: 992px) {
    .btn {
        padding: 12px 30px 12px 30px;
        border-radius: 3px;
        font-size: 16px;
    }

    .btn.btn-sm {
        padding: 6px 20px 6px 20px;
    }

    .btn.btn-lg {
        padding: 16px 34px 16px 34px;
        font-size: 1.15rem;
    }

    .btn+.btn {
        margin-left: 6px;
    }
}

@media (min-width: 1200px) {}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*MODAL*/

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }

    .modal-xl {
        max-width: 950px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1150px;
    }
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*TEXT SHADOWS*/

.shadow.icon,
.icon-shadow,
.shadow.text,
.text-shadow {
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}

.shadow.icon.shadow-light,
.shadow.text.shadow-light {
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}

.shadow.transparency {
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.2));
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*BOX SHADOWS*/

.shadow.box.shadow-hover,
.card.card-hover {
    cursor: pointer;
    transition: box-shadow .75s ease;
}

.shadow.box.shadow-light,
.shadow.box.shadow-depth-1 {
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.shadow.box.shadow-light.shadow-hover:hover,
.shadow.box.shadow-depth-1.shadow-hover:hover {
    box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15), 0 2px 6px 0 rgba(0, 0, 0, 0.12), 0 4px 2px -1px rgba(0, 0, 0, 0.2);
}

.shadow.box,
.shadow.box.shadow-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-hover:hover,
.shadow.box.shadow-depth-2.shadow-hover:hover,
.card.card-hover:hover {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.14), 0 2px 12px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-heavy,
.shadow.box.shadow-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-heavy.shadow-hover:hover,
.shadow.box.shadow-depth-3.shadow-hover:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.14), 0 2px 20px 0 rgba(0, 0, 0, 0.12), 0 4px 6px 0 rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-depth-4 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-depth-4.shadow-hover:hover {
    box-shadow: 0 10px 12px 2px rgba(0, 0, 0, 0.14), 0 4px 16px 3px rgba(0, 0, 0, 0.12), 0 6px 6px -2px rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.shadow.box.shadow-depth-5.shadow-hover:hover {
    box-shadow: 0 19px 27px 3px rgba(0, 0, 0, 0.14), 0 8px 34px 6px rgba(0, 0, 0, 0.12), 0 10px 12px -3px rgba(0, 0, 0, 0.3);
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*TABLE*/

.table {
    border-collapse: collapse !important;
    width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-hover tbody tr:hover,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075) !important;
    cursor: pointer;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*TEXT*/

.text-light-gray {
    color: #9a9a9a;
}

.text-color-yellow,
.text-color-orange {
    color: #E78F47;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*EMBED RESPONSIVE*/

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*TAB VIEW*/

.tab-view {
    border-top: 1px solid #ccc;
    padding: 0px 5px;
}

.tab-view .tabs {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    height: 50px;
}

.tab-view .tabs .tab {
    padding: 5px .7rem 5px .7rem;
    position: relative;
    font-size: .7rem;
    top: -1.25rem;
    border: 1px solid #aaa;
    background-color: white;
    font-weight: bold;
    cursor: pointer;
}

.tab-view .tabs .tab:first-child {
    border-right: none;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.tab-view .tabs .tab:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.tab-view .tabs .tab.active {
    background-color: #066db1;
    border-color: #05578d;
    color: white;
    cursor: auto;
}

.tab-view .tab-containers {}

.tab-view .tab-containers .tab-container {
    display: none;
}

.tab-view .tab-containers .tab-container.active {
    display: block;
}

@media (min-width: 576px) {
    .tab-view .tabs .tab {
        padding: 5px .9rem 5px .9rem;
        font-size: .9rem;
        top: -1.75rem;
    }
}

@media (min-width: 768px) {
    .tab-view .tabs .tab {
        margin: 0 0 10px 0;
        padding: 5px 1rem 5px 1rem;
        position: relative;
        font-size: 1rem;
        top: -1rem;
        border: 1px solid #aaa;
        background-color: white;
        font-weight: bold;
        cursor: pointer;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*BADGE*/

.badge {
    padding: .2rem .4rem;
    font-size: .8rem;
    border-radius: 3px;
}

.badge.badge-primary {
    background: #2577F8;
    color: white;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}



/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*[COMPONENT NAME]*/

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}