@font-face {
    font-family: "rubik-regular";
    src: url("../fonts/rubik/Rubik-Regular.eot") format('embedded-opentype');
    src: local('O'), url('../fonts/rubik/Rubik-Regular.woff') format('woff'), url('../fonts/rubik/Rubik-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "rubik-light";
    src: url("../fonts/rubik/Rubik-Light.eot") format('embedded-opentype');
    src: local('O'), url('../fonts/rubik/Rubik-Light.woff') format('woff'), url('../fonts/rubik/Rubik-Light.ttf') format('truetype');
}

@font-face {
    font-family: "rubik-italic";
    src: url("../fonts/rubik/Rubik-Italic.eot") format('embedded-opentype');
    src: local('O'), url('../fonts/rubik/Rubik-Italic.woff') format('woff'), url('../fonts/rubik/Rubik-Italic.ttf') format('truetype');
}

@font-face {
    font-family: "rubik-medium";
    src: url("../fonts/rubik/Rubik-Medium.eot") format('embedded-opentype');
    src: local('O'), url('../fonts/rubik/Rubik-Medium.woff') format('woff'), url('../fonts/rubik/Rubik-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "rubik-bold";
    src: url("../fonts/rubik/Rubik-Bold.eot") format('embedded-opentype');
    src: local('O'), url('../fonts/rubik/Rubik-Bold.woff') format('woff'), url('../fonts/rubik/Rubik-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "rubik-black";
    src: url("../fonts/rubik/Rubik-Black.eot") format('embedded-opentype');
    src: local('O'), url('../fonts/rubik/Rubik-Black.woff') format('woff'), url('../fonts/rubik/Rubik-Black.ttf') format('truetype');
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/font-glyp/glyphicons-halflings-regular.eot") format('embedded-opentype');
    src: local('O'), url('../fonts/font-glyp/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/font-glyp/glyphicons-halflings-regular.ttf') format('truetype');
}

body {
    background-color: #f7f7f7;
    font-family: rubik-regular, Segoe, "Segoe UI", Arial;
    font-size: 0.8rem;
    min-height: 100%;
    position: relative;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    padding-right: 0 !important;
    color: #141819;
}

html {
    height: 100%;
}

a {
    color: #888;
}

    a:hover {
        color: #ff5000;
        text-decoration: none;
    }

i {
    padding-left: 5px;
    padding-right: 5px;
}

.footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border-top: solid #eeeeee 1px;
    font-size: 0.7rem;
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .footer .col-auto {
        text-align: center;
        width: 100%;
        margin: 2px;
    }
}

.header_img {
    background-color: #181b1d;
    background-image: url(../images/header.jpg);
    background-size: cover;
    background-position: center;
    background-size: auto 100%;
    height: 70px;
    width: auto;
    color: #fff;
    margin-left: 100px;
}

.logo-o {
    margin-top: 18px;
    text-align: right;
    padding-right: 30px;
}

@media screen and (max-width: 1300px) {
    .logo-o img {
        width: 110px;
    }
}

@media screen and (max-width: 480px) {
    .logo-o {
        right: -115px;
        position: absolute;
    }

    .filter-select select {
        right: 10px !important;
    }
}

.logo-o img {
    width: 125px;
}


@media screen and (max-width: 992px) {

    .logo-b img {
        margin-top: 30px;
    }


    .nav-item {
        padding-left: 0px;
    }

    .collapse:not(.show) {
        display: none !important;
    }
}

.team-profile {
    display: inline-block;
}

    .team-profile img {
        background-color: #fff;
        height: 70px;
        width: 70px;
        border-radius: 50% !important;
        padding: 4px;
        object-fit: cover;
    }

.container {
    max-width: 100% !important;
    padding-right: 30px;
    padding-left: 30px;
}

.badge {
    display: inline-block;
    padding: 0.5em 0.7em;
    font-size: 87%;
    font-family: arial;
}

.red {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.87);
}

.blue {
    background-color: #1c84c6;
    color: rgba(255, 255, 255, 0.87);
}

.titlebg {
    background-color: #f7f7f7;
    color: #ff5000 !important;
    padding: 13px 20px;
    font-size: 1.1rem;
    border-left: 5px solid #ff5000;
    margin-top: 20px;
}

.title h5 {
    color: #ff5000 !important;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
}

.box-in {
    padding: 15px;
}

    .box-in ol {
        padding: 0px 15px;
    }

.box .box-in .align-items-center {
    padding: 10px;
}

@media screen and (max-width: 760px) {
    .box-in {
        padding: 15px 0px;
    }

        .box-in ol {
            padding: 0px 30px;
        }

    .alert {
        margin: 5px 15px 5px 15px !important;
    }

    .box h6 {
        padding-left: 15px !important;
    }
}

.box {
    background-color: #fff;
    position: relative;
    margin-bottom: 1rem;
    border: solid 1px #dedede;
}

.boxer {
    margin-right: 30px;
}

.box h3 {
    padding-top: 15px;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 1.2rem;
}

.box h4 {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.box h3, .box h4 {
    color: #ff5000;
}

.box h5 {
    color: #666666;
    margin-bottom: 0px;
    font-size: .9rem;
}

.box h6 {
    color: #000;
    margin-bottom: 0rem;
    font-size: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    background: #f7f7f7;
    padding-bottom: 15px;
    margin-top: 10px;
}

.box a {
    color: #000;
}

    .box a:hover {
        color: #ff5000;
    }

.box .status {
    color: #818181;
    font-size: 0.7rem;
    padding-right: 5px;
}

.tabs-container {
    margin-left: 0px;
    margin-right: 0px;
}

.nav-tabs {
    background-color: #ff5000;
    border-bottom: 0px solid #eeeeee;
}

    .nav-tabs .nav-link {
        border: 0px solid transparent;
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        color: #fff;
        border-top: 3px solid transparent;
    }

.nav-link {
    display: block;
    padding: 0.55rem 1.5rem;
}

.nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #c1461e;
    border-top: 3px solid #c1461e;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
}

.nav-tabs .nav-link.active {
    color: #ff5000;
    background-color: #fff;
    border-top: 3px solid #c1461e !important;
    padding-bottom: 7.5px;
}


.img-thumb img {
    border: 1px solid #dedede;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 160px;
    object-position: 50%;
    margin-bottom: 15px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.75rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #666;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    padding: 0.25rem 1.2rem;
    color: #fff !important;
}

.justify-content-center .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}

.btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5000), color-stop(90%, #ff5000), to(#c1451f));
    background-image: linear-gradient(#ff5000, #ff5000 9%, #e72510);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #ff5000;
    color: #fff;
    text-decoration: none;
}


/*! streamline start */

.streamline-height {
    height: auto;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
    font-size: 0.75rem;
    margin-left: -5px;
}

.streamline {
    position: relative;
    border-color: #cdcdcd;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 40px;
}

    .streamline:after,
    .streamline .sl-item:before,
    .streamline .sl-icon:before {
        content: '';
        position: absolute;
        border-color: inherit;
        border-width: 3px;
        border-style: solid;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        margin-left: -4px;
        top: 4px;
        left: 0;
        background-color: #fff;
    }


    .streamline:after {
        top: auto;
        bottom: 0;
    }

.sl-icon {
    position: absolute;
    left: -10px;
    z-index: 1;
    border: inherit;
}

    .sl-icon > i {
        width: 20px;
        height: 20px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        color: #fff;
    }

.streamline .sl-icon:before {
    width: 20px;
    height: 20px;
    border-width: 10px;
    margin: 0 !important;
    top: 0 !important;
}

.sl-item {
    border-color: #cdcdcd;
    position: relative;
    padding-bottom: 1px;
}

    .sl-item::after {
        display: block;
        content: "";
        clear: both;
    }

    .sl-item:after {
        top: 2px;
        bottom: auto;
    }

    .sl-item.b-l {
        margin-left: -1px;
    }

.sl-left {
    float: left;
    position: relative;
    z-index: 1;
    margin-left: -20px;
    margin-bottom: 24px;
}

    .sl-left img {
        max-width: 40px;
    }

    .sl-left + .sl-content {
        margin-left: 36px;
    }

.sl-content {
    margin-left: 18px;
    padding-bottom: 16px;
}

    .sl-content p {
        margin-bottom: 0;
        font-family: arial;
        font-size: 0.7rem;
    }

    .sl-content strong {
        display: block;
    }

    .sl-content a {
        color: #000;
    }

        .sl-content a:hover {
            color: #ff5000;
        }

.sl-author {
    margin-bottom: 10px;
}

.sl-date {
    font-size: 0.85em;
}

.sl-footer {
    margin-bottom: 10px;
}

.b {
    border-color: #cdcdcd;
    background-clip: padding-box;
}

.b-a {
    border: 1px solid #cdcdcd;
}

.b-t {
    border-top: 1px solid #cdcdcd;
}

.b-r {
    border-right: 1px solid #cdcdcd;
}

.b-b {
    border-bottom: 1px solid #cdcdcd;
}

.b-l {
    border-left: 1px solid #cdcdcd;
}

.b-light {
    border-color: #f8f8f8;
}

.b-white {
    border-color: #fff;
}

.b-primary {
    border-color: #0cc2aa;
}

.b-t-primary {
    border-top-color: #0cc2aa;
}

.b-r-#e7f9f7 {
    border-right-color: #0cc2aa;
}

.b-b-primary {
    border-bottom-color: #0cc2aa;
}

.b-l-primary {
    border-left-color: #0cc2aa;
}

.b-accent {
    border-color: #a88add;
}

.b-t-accent {
    border-top-color: #a88add;
}

.b-r-#f6f3fc {
    border-right-color: #a88add;
}

.b-b-accent {
    border-bottom-color: #a88add;
}

.b-l-accent {
    border-left-color: #a88add;
}

.b-warn {
    border-color: #fcc100;
}

.b-t-warn {
    border-top-color: #fcc100;
}

.b-r-#fff9e6 {
    border-right-color: #fcc100;
}

.b-b-warn {
    border-bottom-color: #fcc100;
}

.b-l-warn {
    border-left-color: #fcc100;
}

.b-success {
    border-color: #6cc788;
}

.b-t-success {
    border-top-color: #6cc788;
}

.b-r-#f0f9f3 {
    border-right-color: #6cc788;
}

.b-b-success {
    border-bottom-color: #6cc788;
}

.b-l-success {
    border-left-color: #6cc788;
}

.b-info {
    border-color: #6887ff;
}

.b-t-info {
    border-top-color: #6887ff;
}

.b-r-#f0f3ff {
    border-right-color: #6887ff;
}

.b-b-info {
    border-bottom-color: #6887ff;
}

.b-l-info {
    border-left-color: #6887ff;
}

.b-warning {
    border-color: #f77a99;
}

.b-t-warning {
    border-top-color: #f77a99;
}

.b-r-#fef2f5 {
    border-right-color: #f77a99;
}

.b-b-warning {
    border-bottom-color: #f77a99;
}

.b-l-warning {
    border-left-color: #f77a99;
}

.b-danger {
    border-color: #f44455;
}

.b-t-danger {
    border-top-color: #f44455;
}

.b-r-#feecee {
    border-right-color: #f44455;
}

.b-b-danger {
    border-bottom-color: #f44455;
}

.b-l-danger {
    border-left-color: #f44455;
}

.b-light {
    border-color: #f8f8f8;
}

.b-t-light {
    border-top-color: #f8f8f8;
}

.b-r-#fefefe {
    border-right-color: #f8f8f8;
}

.b-b-light {
    border-bottom-color: #f8f8f8;
}

.b-l-light {
    border-left-color: #f8f8f8;
}

.b-grey {
    border-color: #424242;
}

.b-t-grey {
    border-top-color: #424242;
}

.b-r-#ececec {
    border-right-color: #424242;
}

.b-b-grey {
    border-bottom-color: #424242;
}

.b-l-grey {
    border-left-color: #424242;
}

.b-dark {
    border-color: #2e3e4e;
}

.b-t-dark {
    border-top-color: #2e3e4e;
}

.b-r-#eaeced {
    border-right-color: #2e3e4e;
}

.b-b-dark {
    border-bottom-color: #2e3e4e;
}

.b-l-dark {
    border-left-color: #2e3e4e;
}

.b-black {
    border-color: #2a2b3c;
}

.b-t-black {
    border-top-color: #2a2b3c;
}

.b-r-#eaeaec {
    border-right-color: #2a2b3c;
}

.b-b-black {
    border-bottom-color: #2a2b3c;
}

.b-l-black {
    border-left-color: #2a2b3c;
}

.b-white {
    border-color: #ffffff;
}

.b-t-white {
    border-top-color: #ffffff;
}

.b-r-white {
    border-right-color: #ffffff;
}

.b-b-white {
    border-bottom-color: #ffffff;
}

.b-l-white {
    border-left-color: #ffffff;
}

.b-blue {
    border-color: #2196f3;
}

.b-t-blue {
    border-top-color: #2196f3;
}

.b-r-#e9f5fe {
    border-right-color: #2196f3;
}

.b-b-blue {
    border-bottom-color: #2196f3;
}

.b-l-blue {
    border-left-color: #2196f3;
}

.no-b-t {
    border-top-width: 0 !important;
}

.no-b-r {
    border-right-width: 0 !important;
}

.no-b-b {
    border-bottom-width: 0 !important;
}

.no-b-l {
    border-left-width: 0 !important;
}

.b-dashed {
    border-style: dashed !important;
}


/*! streamline end */


/*! form start */

hr {
    margin-top: 0rem;
    margin-bottom: 0px;
    border-top: 10px solid #f7f7f7;
}

.pad-right {
    padding-right: 15px !important;
}

.pad-left {
    padding-left: 15px !important;
}

.pad-bottom {
    padding-bottom: 15px !important;
}

.pad-top {
    padding-top: 15px !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
}

.box-in label {
    color: #808080;
    margin-bottom: 2px;
    margin-top: 10px;
    line-height: 18px;
    display: block;
}

.box-in p {
    line-height: 1.1;
    margin-bottom: 12px;
}


.number {
    padding: 30px 10px 0px 10px;
}

    .number a {
        color: #666;
    }

    .number span {
        line-height: 1;
        font-size: 83%;
        display: table-caption;
        text-transform: uppercase;
    }

    .number h1 {
        margin-bottom: 0;
        font-size: 1.85rem;
    }

    .number a:hover, .number .count {
        color: #ff5000;
    }

    .number .text-right {
        padding-right: 10px;
    }

    .number .col-auto {
        padding-bottom: 15px;
        min-width: 150px;
    }

.form-control::-webkit-input-placeholder {
    color: red !important;
    opacity: 1 !important;
}

.form-control, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.form-group {
    margin-bottom: 3px;
}

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .proficiency-progress, .proficiency-progress-bar {
    box-shadow: none;
}

    .form-control:disabled, .form-control[readonly] {
        background-color: #f7f7f7;
        opacity: 1;
    }

.select2-container--default .select2-selection--single {
    height: calc(1.5em + .75rem + 2px);
    font-size: 0.85rem;
    border: 1px solid #dedede;
    padding: 2px 9px 4px 9px;
}

.select2-container--default .select2-selection--single {
    font-size: 0.8rem !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000 !important;
        line-height: 24px !important;
    }

.form-control:focus {
    color: #000 !important;
    border: 1px solid #ff5000 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #e72510;
}

.md-check {
    cursor: pointer;
    margin: 0;
    display: flex;
    position: relative;
    font-size: 0.8rem !important;
}

    .md-check input {
        position: absolute;
        cursor: pointer;
        z-index: 1;
        opacity: 0;
        margin-left: -1.25rem;
    }

        .md-check input:checked + i:before {
            border-width: 0;
            background-color: inherit;
        }

        .md-check input:checked + span .active {
            display: inherit;
        }

        .md-check input[type="radio"] + i, .md-check input[type="radio"] + i:before {
            border-radius: 50%;
        }

        .md-check input[type="checkbox"]:checked + i:after {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            left: 6px;
            top: 2px;
            display: table;
            width: 6px;
            height: 11px;
            border: 3px solid;
            border-top: 0;
            border-left: 0;
            content: ' ';
        }

        .md-check input[type="radio"]:checked + i:after {
            position: absolute;
            left: 6px;
            top: 6px;
            display: table;
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
            content: ' ';
        }

        .md-check input[disabled] + i:before,
        fieldset[disabled] .md-check input + i:before {
            opacity: 0.5;
        }

        .md-check input[disabled]:checked + i:before {
            opacity: 0.5;
        }

    .md-check > i {
        width: 0;
        height: 18px;
        line-height: 1;
        margin-top: -1px;
        float: left;
        display: block;
        vertical-align: middle;
        margin-right: 25px;
        position: relative;
        padding: 0;
    }

        .md-check > i:before {
            content: "";
            position: absolute;
            width: 18px;
            height: 100%;
            border: 1px solid #9e9e9e;
            border-radius: 2px;
        }

        .md-check > i.no-icon:after {
            display: none !important;
        }

    .md-check .oren {
        background-color: #ff5000;
        color: #fff;
    }

.btn-primary {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5000), color-stop(90%, #ff5000), to(#c1451f));
    background-image: linear-gradient(#ff5000, #ff5000 9%, #e72510);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #ff5000;
}

    .btn-primary:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5000), color-stop(90%, #ff5000), to(#c1451f));
        background-image: linear-gradient(#ff5000, #ff5000 9%, #e72510);
        background-repeat: no-repeat;
        -webkit-filter: none;
        filter: none;
        border: 1px solid #ff5000;
    }

.btn-info {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5000), color-stop(4%, #a63a07), to(#eb4f06));
    background-image: linear-gradient(#ff5000, #a63a07 4%, #ff5000);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #a63a07;
}

.cert-button .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0.2rem 0.8rem;
}

.cert-button {
    background-color: #dedede;
    padding: 20px;
    border-top: 1px solid #dedede;
    margin-top: 10px;
}

.note-editor.note-frame {
    border: 1px solid #dedede !important;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.note-btn {
    font-size: 10px !important;
    border: 0px solid #fff !important;
}

.note-popover .note-popover-content, .note-toolbar {
    background-color: #f9f9f9 !important;
}

.note-icon-caret::before {
    content: none !important;
}

.note-btn-group > .note-btn, .note-btn-group > .note-btn-group {
    background-color: #f9f9f9;
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #dedede;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 0.9;
    padding: 8px 12px 7px 7px;
    text-align: center;
}

/*! form end */
@media screen and (max-width: 760px) {
    .breadcrumb {
        margin-left: 0rem !important;
    }
}

.breadcrumb {
    border: none;
    background-color: transparent;
    margin-left: 1rem;
    margin-bottom: 10px;
    padding-top: 0px;
}

.prof {
    padding: 10px 20px 0px 20px;
    letter-spacing: 2px;
}

    .prof .proficiency-progress {
        height: .3rem;
        margin-bottom: 30px;
    }

    .prof p {
        letter-spacing: 0px;
        position: absolute;
        padding-top: 30px;
        color: #000;
        font-size: 0.65rem;
    }

    .prof .justify-content-end p {
        right: 15px;
    }

    .prof h5 {
        margin-bottom: 1rem;
        text-align: center;
    }

    .prof .progress-bar span {
        color: #1b1464;
        letter-spacing: 0px;
    }

.progress-bar i {
    position: absolute;
    margin-top: -20px;
    margin-left: -8px;
    color: #ff5000;
}

    .progress-bar i p {
        position: absolute;
        margin-top: -2px;
        margin-left: -12px;
        font-family: rubik;
        font-size: 0.57rem;
        font-weight: normal;
        border: 1px solid #595959;
        background-color: #595959;
        padding: 2px 5px;
        border-radius: 3px 3px 0px 0px;
        margin-right: -20px;
        color: #fff;
    }


.progress-bar {
    width: 0;
    animation: progress 3.5s ease-in-out forwards;
}

@keyframes progress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bg-warning {
    background-color: #ff5000 !important;
}

.title-main {
    padding: 23px 0px;
    font-size: .95rem;
    color: #ff5000;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

    .title-main span {
        font-size: 1.35rem;
        text-align: center;
        display: block;
        letter-spacing: 0px;
        text-transform: none;
        font-size: 1.1rem;
        color: #000;
    }

    .title-main p {
        display: none;
    }

@media (max-width: 992px) {
    .title-main p {
        text-align: right;
        display: inline-block;
        letter-spacing: 0px;
        text-transform: none;
        font-size: .8rem;
        color: #000;
        float: right;
        margin-right: 20px;
        display: inherit !important;
        margin-bottom: 0px;
        line-height: 24px;
    }
}

.title-main a {
    color: #000;
}

    .title-main a:hover {
        color: #ff5000;
    }

.title {
    font-size: 0.9rem;
    color: #8e8e8e;
}



.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-bottom: 1px solid #dedede;
    line-height: 1.5;
    padding: 8px;
    vertical-align: middle;
    font-size: 12px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    border-bottom: 1px solid #dedede;
    line-height: 2;
    padding: 8px 5px;
    vertical-align: middle;
    font-size: 12px;
}

.table a {
    color: #000;
}

    .table a:hover {
        color: #ff5000;
    }

.table thead th {
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.table .action i {
    font-size: 14px;
}


.port-image {
    width: 100%;
}

.gallery_list {
    border: solid 1px #dedede;
    padding: 0px;
    background-color: #fff;
}

.footable-odd {
    background-color: #fff !important;
}

.footable-even {
    background-color: #f9f9f9 !important;
}

.footable-total {
    background-color: #fff !important;
}

.pagination {
    margin-top: 20px;
    margin-bottom: 30px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #ff5000;
    border-color: #fff;
}

.page-link:hover {
    z-index: 2;
    color: #fff !important;
    text-decoration: none;
    background-color: #ff5000;
    border-color: #fff;
}

.btn-secondary, .btn-secondary:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(6%, #fff), to(#f7f7f7));
    background-image: linear-gradient(black, #000 6%, #666);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #eeeeee;
    color: #fff;
}

.btn {
    padding: 0.375rem 1.2rem;
    font-size: 0.83rem;
}

.proj_gallery {
    overflow: hidden;
}

    .proj_gallery h3 {
        font-size: 0.7rem;
        background-color: #000;
        color: #fff;
        padding: 5px 12px;
        font-style: italic;
        letter-spacing: 0.5px;
        right: 0;
        float: right;
        margin-top: -23px;
        position: relative;
    }

    .proj_gallery img {
        text-align: center;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 180px;
        object-position: 50%;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

    .proj_gallery:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

.proj_title {
    padding: 15px;
}

    .proj_title h4 {
        font-size: 0.7rem;
        margin-bottom: 0;
    }

    .proj_title p {
        font-size: .95rem;
        line-height: 1.1rem;
        margin-top: 3px;
        margin-bottom: 15px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.progress-title {
    margin-bottom: 0;
    font-family: arial;
    font-size: 0.65rem;
    line-height: 0.5rem;
    margin-top: 5px;
}

.progress {
    margin-top: 10px;
}

.progress-bar-success {
    background-color: #1c84c6;
    color: #fff;
}

.progress-bar-money {
    background-color: #1ab394;
    color: #fff;
}

/*! filter start */


.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 2rem;
}


@media screen and (max-width: 1200px) {
    #iso-filter2 {
        display: none !important;
    }
}

.button-filter {
    display: block !important;
    background: #fff;
    border-radius: 1rem;
    border: solid 1px #dedede;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-left: 2rem;
    margin-right: 2rem;
}

    .button-filter a {
        background: none;
        font-size: 0.8rem;
        font-style: normal;
        color: #212529 !important;
        border: 0px solid #fff;
        background-color: #fff;
        padding: 0.7rem 1.5rem;
        border-radius: 20rem;
        outline: 0;
    }

        .button-filter a.is-active {
            background: #fff;
            color: #fff !important;
            background-color: #ff5000;
            border-radius: 20rem;
            font-style: normal;
            outline: 0;
        }

    .button-filter li {
        display: inline;
        cursor: pointer;
    }

.filter-select select {
    display: none !important;
}


@media screen and (max-width: 1200px) {
    .button-filter {
        display: none !important;
    }

    .filter-select select {
        display: block !important;
        font-size: 0.8rem;
        color: #000;
        border: 0px solid #dedede;
        background-color: #fff;
        padding: 5px;
        margin-right: 10px;
    }

    .filter-select {
        width: auto;
        margin-left: 32px;
        margin-top: -10px;
        margin-bottom: 10px;
        height: 30px;
    }
}

@media screen and (max-width: 992px) {
    .filter-select {
        width: auto;
        position: absolute;
        z-index: 9999;
    }

        .filter-select select {
            right: 0;
            position: fixed;
            top: 81px;
        }
}

@media screen and (max-width: 450px) {
    .filter-select select {
        width: 80px;
    }
}


.side-button {
    text-align: right;
    padding: 3px;
    margin-top: -39px;
}

    .side-button i {
        color: #fff;
    }



@media screen and (max-width: 770px) {
    .side-button {
        display: none;
    }

    .nav-tabs-dropdown {
        display: block;
    }

    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }

    .nav-tabs {
        background-color: #ff5000;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        border-bottom: 0px solid #ff5000;
        border-top: 0px solid transparent;
    }

        .nav-tabs .nav-link {
            border-top: 0px solid transparent;
        }

            .nav-tabs .nav-link:hover {
                color: #ff5000;
                background-color: #fff;
                border-top: 0px solid #c1461e;
            }

            .nav-tabs .nav-link.active {
                color: #fff;
                background-color: #c1461e;
                border-top: 0px solid #fff;
                margin-top: 0px;
                border-color: #fff;
                padding-bottom: 12px;
                border: none;
            }

        .nav-tabs .first {
            margin-left: 0px;
        }

    .nav-link {
        display: block;
        padding: 0.55rem 1.5rem;
        margin-top: 0px;
    }

    .btn-tab {
        -webkit-filter: none;
        filter: none;
        border: 0px solid #ff5000;
        border-radius: 0px;
        color: #fff;
        font-size: 1rem;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e72510), color-stop(6%, #e72510), to(#cb210e));
        background-image: linear-gradient(#e72510, #e72510 6%, #cb210e);
        background-repeat: no-repeat;
        -webkit-filter: none;
        filter: none;
        border: 1px solid #ff5000;
    }

    .container {
        max-width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
    }

    .box {
        margin-left: 0px;
        margin-right: 0px;
    }

    .main-search {
        position: inherit !important;
        right: 0;
        margin-top: 0px !important;
    }
}

.main-search {
    position: absolute;
    margin-top: -50px;
    right: 15px;
}

.box-in-main {
    padding: 20px;
    background-color: #fff;
    position: relative;
    margin-bottom: 1.5rem;
    border: solid 1px #dedede;
    min-height: auto;
    height: 90%;
}

@media screen and (max-width: 770px) {
    .box-in-main {
        text-align: center;
    }
}

.box-in-main h4 {
    font-size: 1rem;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.box-in-main h6 {
    font-size: 1rem;
    color: #000;
}

.box-in-main h7 {
    color: #000;
    margin-bottom: 0px;
    font-weight: bold;
}

.box-in-main span {
    color: #818181;
}

.box-in-main img {
    margin-bottom: 10px;
}

.badge-warning {
    color: #fff !important;
    background-color: #ff5000;
}

.badge-plain {
    color: #ff5000;
    background-color: #fff;
}

.badge-project {
    color: #8e8e8e !important;
    background-color: #e9ecef;
    padding: 0.4em 1em;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}

    .badge-project a {
        color: #000 !important;
    }

        .badge-project a:hover {
            color: #ff5000 !important;
        }

.box-in-main .team img {
    border: 9px solid #fff;
    background-color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50% !important;
    position: inherit;
    top: 0px;
    object-fit: cover;
}


.topnav {
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

    .topnav img {
        border: 4px solid #ff5000;
        background-color: #ff5000;
        height: 85px;
        width: 85px;
        border-radius: 50% !important;
    }

    .topnav a {
        float: left;
        color: #ff5000;
        text-align: center;
        padding: 30px 20px 0px 20px;
        text-decoration: none;
    }

        .topnav a:hover {
            color: #fff;
        }

            .topnav a:hover img, .topnav .active img {
                color: #fff;
                border: 4px solid #fff;
            }

    .topnav .active, .topnav .active i {
        color: #f7f7f7 !important;
    }

    .topnav .toggle {
        display: none;
    }

    .topnav i {
        font-size: 30px;
        display: block;
        margin-bottom: -11px;
        padding-top: 22px;
        color: transparent;
    }

@media screen and (max-width: 900px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.toggle {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 1446px) {
    .topnav i {
        padding-top: 0px;
    }
}

@media screen and (max-width: 900px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.toggle {
            position: absolute;
            right: 0px;
            top: 0;
            text-align: right;
            padding: 30px 40px 0px 0px;
            min-width: auto;
        }

        .topnav.responsive a {
            float: none;
            display: inline-block !important;
            min-width: 280px;
        }

    .topnav i {
        color: #ff5000;
    }

    .topnav .fa-caret-up {
        display: none;
    }

    .topnav a {
        padding: 30px 10px 30px 0px;
    }

    .topnav {
        overflow: hidden;
        display: block !important;
    }
}

.nav-main {
    background-color: #212121;
    color: #ff5000;
    padding-left: 2%;
    padding-right: 2%;
}


    .nav-main h1 {
        margin-top: 10px;
        font-size: 2.2rem;
        margin-bottom: 0;
    }

    .nav-main span {
        font-size: 0.65rem;
        text-transform: uppercase;
    }

.toggle span {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: rubik;
    margin-left: 8px;
    color: #ff5000;
    position: absolute;
    margin-top: 10px;
}

.newField, .remove {
    margin: 7px 0px 0px 6px;
}

.add_field {
    border-bottom: 1px solid #c7daee;
    margin-bottom: 1px;
    padding: 20px 15px;
}

.graph-wrapper {
    width: 100%;
    margin-top: -15px;
}

.graph {
    height: 150px;
    width: 100%;
    letter-spacing: 0px;
}

.morris-hover {
    position: absolute;
    z-index: 1000;
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255,255,255,0.8);
        border: solid 2px rgba(230,230,230,1);
        font-size: 12px;
        text-align: center;
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0;
        }


@media screen and (max-width: 760px) {
    .mobile {
        padding: 0px;
    }

        .mobile label {
            border-top: solid 1px #dedede;
            display: block;
            padding-top: 10px;
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 0px;
        }

        .mobile p {
            padding-left: 15px;
            padding-right: 15px;
        }

        .mobile .col-sm-12 {
            padding: 0px;
        }

        .mobile .col-5, .mobile .col-7 {
            padding-right: 0px;
            padding-left: 0px;
        }

        .mobile .row label, .mobile .row p {
            padding-left: 15px;
        }

    .gap-border {
        border-left: 0px !important;
        margin-top: 10px;
        padding-left: 30px;
        min-height: none;
    }
}

.gap-border {
    border-left: 1px solid #dedede;
    margin-top: 10px;
    padding-left: 30px;
    min-height: 100px;
}


.fc-scroller {
    overflow: hidden !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left !important;
    padding: 10px !important;
}

.fc-widget-header {
    background-color: #4b4b4b;
    color: #fff;
}

.fc-unthemed td.fc-today {
    background: #f68e56 !important;
    color: #fff;
    font-weight: bold;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
    color: #fff !important;
}

.fc-event {
    border-radius: 4px !important;
    border: 0px solid #3a87ad !important;
    background-color: #3a87ad;
    padding: 5px 8px !important;
}

@media (max-width:575px) {
    .display-4 {
        font-size: 1.5rem;
    }

    .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }

    .date {
        padding-left: 4px;
    }
}


.cal-img-profile {
    display: contents;
}

    .cal-img-profile p {
        margin-bottom: 0px;
    }

    .cal-img-profile img {
        border: 3px solid #ffffff;
        background-color: #fff;
        height: 30px;
        width: 30px;
        border-radius: 50% !important;
        margin: 2px 10px 2px 2px;
    }


.form-control::placeholder {
    color: #a7a7a7 !important;
}
/* Chrome, Firefox, Opera*/
:-ms-input-placeholder.form-control {
    color: #a7a7a7 !important;
}
/* Internet Explorer*/
.form-control::-ms-input-placeholder {
    color: #a7a7a7 !important;
}
/* Microsoft Edge*/

.optionBox .add, .optionBox .add2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: inline-block;
}

.addedline .row {
    border-bottom: 1px solid #c7daee;
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #f6fdff;
    cursor: grab;
}

@media (min-width:770px) {
    .sort {
        max-width: 5%;
        padding-left: 10px !important;
        margin-top: 12px;
    }
}

.action img {
    margin-right: 5px;
}

.action {
    min-width: 110px;
}

table.footable-details > tbody > tr > th:nth-child(1) {
    min-width: 50px !important;
    width: 200px !important;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 25px;
    text-align: center;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 0.8px;
    background: #ff9573;
}

.f1-step {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50% !important;
    padding: 0;
}

.f1-step p {
    color: #e72510;
    padding: 10px;
}

.alert {
    margin: 5px 30px 5px 30px;
    font-size: 12px;
}

    .alert ul {
        padding-left: 20px;
    }


    .alert p {
        margin-bottom: 0px;
    }

.table .form-control {
    margin-bottom: 0px;
}



.btn-outline-primary {
    background: #fff;
}

.cert-button .btn a {
    color: #fff !important;
}

.f1-step .active p {
    color: #e72510;
    padding: 10px;
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


.login {
    padding: 20px;
    background-color: rgba(0,0,0,.7);
    border-radius: 0px;
    position: absolute;
    color: #fff;
    z-index: 9999;
}

.login-body {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
}

.login-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    border-top: 0px;
    font-size: 0.7rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
}

.input-group {
    margin-bottom: 2px;
}

.help-block {
    color: darkgray;
    display: block;
    font-size: 11px;
    height: 16px;
}

.error-block {
    color: red;
    display: block;
    font-size: 11px;
    height: 16px;
}

.has-error {
    border-color: red !important;
}

.box-in a p {
    text-decoration-style: none !important;
    text-decoration: none;
    text-decoration-color: #999999;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e72510 !important;
}

.icon-width {
    min-width: 105px;
    padding-left: 14px;
}


.optionBox .add, .optionBox .add2, .optionBox .addCarbonCopy {
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding-left: 15px;*/
    display: inline-block;
}

.row .top {
    margin-top: 15px;
}

.highlight {
    color: #9e0b0f;
    font-size: 0.75rem;
    margin-bottom: 0px !important;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.vTop {
    vertical-align: top;
}

.hide {
    display: none !important;
}


/* Form Number Field align right */
.DecimalField input, .IntegerField input, .FloatField input, .DecimalField .number_text {
    text-align: right !important;
}

/* css for payment output pdf html */



/* star * for required field label is orange */
.form-group .label_required {
    font-style: normal;
    color: #ff5000;
    font-size: 0.9rem;
}

.page-link {
    color: #000 !important;
}

#bt_login .btn-block {
    background-color: #ff5000;
}

    #bt_login .btn-block a:hover {
        background-color: #2e2e2e;
        color: #fff;
        opacity: 0.8;
    }



.btn-lg, .btn-group-lg > .btn {
    font-size: 1.015625rem;
}

.ong-logo img {
    margin-top: 50px;
    margin-left: 40px;
    width: 150px;
}

.beyond-logo img {
    margin-top: 47px;
    margin-right: 40px;
    width: 97px;
    float: right;
}

@media screen and (max-width: 360px) {

    .beyond-logo img {
        margin-top: 100px;
        margin-right: 40px;
        width: 72px;
        float: right;
    }
}

div.dataTables_wrapper div.dataTables_filter {
    margin-top: 10px;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#fc5000,#ff5000);
    background-image: -ms-linear-gradient(to bottom,#fc5000,#ff5000);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fc5000),to(#ff5000));
    background-image: -webkit-linear-gradient(to bottom,#fc5000,#ff5000);
    background-image: -o-linear-gradient(to bottom,#fc5000,#ff5000);
    background-image: linear-gradient(to bottom,#fc5000,#ff5000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc5000', endColorstr='#ff5000', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.contractor_title {
    color: #3e3e3e !important;
}

.linkblack a {
    color: #000;
}

    .linkblack a:hover {
        color: #ff5000;
        text-decoration: none;
    }

a.float {
    position: absolute;
    float: right;
    width: 50px;
    height: 48px;
    top: 329px;
    right: 0px;
    background-color: #ff5000;
    color: #FFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #ff5000;
    text-align: center;
    box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

    a.float:hover::before {
        position: absolute;
        float: right;
        width: 150px;
        height: 48px;
        bottom: 78px;
        right: 49px;
        top: -1px;
        background-color: #212121;
        border-radius: 50px 0px 0px 50px;
        border: 1px solid #212121;
        text-align: center;
        content: "Add New Project";
        padding: 13px 10px;
        font-size: 14px;
        box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.3);
    }

.my-float {
    margin-top: 12px;
    margin-left: 2px;
}

.card-img-top {
    width: 100%;
    min-height: 50px;
    max-height: 280px;
    object-fit: cover;
}

.card-block {
    padding: 20px;
}

    .card-block p {
        line-height: 1rem;
    }

.card-title {
    margin-bottom: 1rem;
    font-size: .95rem;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    padding-bottom: 0.8rem;
}

.card-header {
    padding: 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid #eeeeee;
}

.btn-link {
    font-size: .95rem;
    color: #000;
    text-decoration: none;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    font-weight: bold;
}

.card-body {
    padding: 0rem;
}

    .card-body a {
        padding: 10px 16px;
        color: #000;
        display: block;
        line-height: 0.85rem;
        font-size: 0.7rem;
        background-color: #f9f9f9;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
    }

        .card-body a:hover {
            background-color: #ffefe8;
            color: #000;
        }

    .card-body p {
        margin-left: 25px;
        margin-bottom: 0px;
    }

.card {
    border-color: #dedede;
}



.filter {
    margin-bottom: -1px;
    font-size: .85rem;
    display: flex;
}

.filter-box {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #fff;
    border: 1px solid #dedede;
    text-align: left;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .filter-box label {
        color: #808080;
        margin-bottom: 0.2rem;
    }

.filter p {
    padding: 0px 6px;
    margin: 0px;
}

.filter a {
    padding: 6px 15px;
    margin: 0px 3px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid transparent;
}

.filter .active {
    color: #ff5000;
    background: #fff;
    border: 1px solid #dedede;
    border-bottom: 0px;
}


.filter-box-result {
    margin-top: 0;
    border-radius: 0px;
    text-align: left;
    background: #fff;
}

    .filter-box-result span a {
        color: #ff5000 !important;
    }

    .filter-box-result label {
        color: #808080;
        margin-bottom: 0;
        /*margin-top: .5rem;*/
        display: block;
    }

.file label {
    color: #808080;
    margin-top: .2rem;
    display: block;
    margin-left: 2.5rem;
}

.filter-box-result span {
    display: block;
}

.filter-box-result p {
    margin: 0;
}

.result-list {
    background: #fff;
    padding: 10px 10px 20px 0px;
    border-top: 0px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-radius: 0px;
    margin: 5px;
}

.filter-box-result .input-group-text {
    background-color: #f7f7f7;
    border-color: #dedede;
}

.result-list img {
    width: 30px;
    margin-top: .7rem;
}

.filter-box-result strong {
    margin-top: -2.2rem;
    margin-bottom: 0;
    display: block;
    margin-left: 2.5rem;
    line-height: .9rem;
    color: #000;
}

.result-filter {
    background-color: #f7f7f7;
    padding: 12px;
}

.form-inline {
    margin-bottom: 30px;
}

.search, .search button {
    font-size: .9rem;
    margin-top: 1.2rem;
    float: right;
}

.search-title {
    color: #000 !important;
    font-size: .9rem;
    padding: 20px 0px;
}

    .search-title span {
        background: #ff5000;
        color: #fff;
        border-radius: 3px;
        font-size: 14px;
        line-height: 16px;
        padding: 3px 5px 3px 5px;
        margin-left: 5px;
        display: inline-block;
    }

ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
    display: inline-block;
    margin-bottom: -5px;
}

    ul#tabs li {
        display: inline-block;
        background-color: transparent;
        padding: 10px 20px;
        margin-bottom: 4px;
        color: #707070;
        cursor: pointer;
        border: 1px solid #dedede;
        margin-right: 1px;
        margin-left: 1px;
    }

        ul#tabs li:hover {
            color: #ff5000;
            background-color: #fff;
        }

            ul#tabs li::after, ul#tabs li:hover::after {
                font-family: "FontAwesome";
                content: '\f067';
                margin-left: 10px;
                font-size: 10px;
            }

        ul#tabs li.active::after, ul#tabs li.active:hover::after {
            font-family: "FontAwesome";
            content: '\f068';
            margin-left: 10px;
            font-size: 10px;
        }

        ul#tabs li.active, ul#tabs li.active-search {
            background-color: #fff;
            border: 1px solid #dedede;
            color: #ff5000;
            border-bottom-color: #fff;
        }

ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content-tab ul {
    padding: 0px;
    margin: 0px;
    z-index: 9;
}

#content-tab li {
    display: none;
}

    #content-tab li.active {
        display: block;
    }

#tabs span {
    background: #ff5000;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px 3px 5px;
    margin-right: 10px;
    display: inline-block;
}

.pagination li {
    display: block !important;
    font-size: .8rem;
}

table.footable > tbody > tr.footable-empty > td {
    padding: 5rem;
    color: #666666;
}

.filt li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dedede !important;
    border-radius: 3px !important;
    line-height: 19px !important;
}

.select2-container {
    /*margin-bottom: 10px !important;*/
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px !important;
    background-color: #f7f7f7 !important;
    margin-left: 8px;
    float: right;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f7f7f7 !important;
    margin-top: 5.5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0.5px 5px !important;
}

.label-info {
    font-style: italic;
    font-size: 11px;
    line-height: 14px;
    margin-top: -5px;
    display: block;
    color: #bdbdbd;
    padding-bottom: 10px;
}

.bootstrap-tagsinput .tag {
    color: #212529 !important;
    display: inline-block;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: default;
    float: none;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px 5px;
    background-color: #f7f7f7 !important;
    font-size: 0.8rem;
    font-style: normal;
}

.bootstrap-tagsinput {
    border: 1px solid #dedede !important;
    box-shadow: none !important;
    display: inline-block !important;
    padding: 3px 6px 3px 6px !important;
    color: inherit !important;
    border-radius: 3px !important;
    width: 100% !important;
    min-height: 32px;
    line-height: 26px !important;
    margin-bottom: 10px;
}


    .bootstrap-tagsinput .tag [data-role="remove"]::after {
        padding: 0px 0px;
        font-size: 0.6rem;
        font-weight: bold;
        margin-right: 5px;
        margin-left: 0px;
        color: #999;
        font-family: rubik-regular, Segoe, "Segoe UI", Arial;
    }

    .bootstrap-tagsinput .tag [data-role="remove"]:hover {
        box-shadow: none !important;
        color: #333 !important;
    }

    .select2-container--default .select2-selection--multiple:focus, .bootstrap-tagsinput:focus {
        border-color: #ff5000 !important;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: text;
    }

.dv-filter {
    background-color: transparent;
    text-align: left;
    display: block ruby;
    color: #000;
}


.dv-result {
    background-color: #dedede;
    text-align: left;
    display: block ruby;
}

@media screen and (max-width: 670px) {
    .dv-result {
        display: block;
    }
}


.dv-result p {
    color: #000;
    margin-top: 10px;
    width: 100px;
    font-size: 14px;
}

.dv-result span {
    color: #fff;
    background-color: #ff5000;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 7px;
    font-size: 11px;
}

.dv-result .nav-link.active {
    border-top: 2px solid #ff5000 !important;
    background: #fff;
    color: #ff5000;
}

.dv-result .nav-link:hover {
    color: #ff5000;
    background-color: #fff;
    padding-top: 9px;
    padding-bottom: 7.5px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-bottom: 0;
}

.dv-result .nav-link {
    color: #000;
    background-color: transparent;
    padding-top: 9px;
    padding-bottom: 7.5px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top: 2px solid rgba(0,0,0,0) !important;
}


.filtering .nav-link {
    border: 1px solid #dedede !important;
    color: #000;
}


    .filtering .nav-link.active {
        border-top: 1px solid #dedede !important;
        border-bottom: 0px solid #dedede !important;
        background: #fff;
        color: #ff5000;
    }

    .filtering .nav-link:hover {
        color: #000;
        background-color: #dedede;
    }

.filtering a::after, .filtering a:hover::after {
    font-family: "FontAwesome";
    content: '\f067';
    margin-left: 10px;
    font-size: 10px;
}

.filtering a.active::after, .filtering a.active:hover::after {
    font-family: "FontAwesome";
    content: '\f068';
    margin-left: 10px;
    font-size: 10px;
}

.img-profile {
    width: 0px;
}

.testClass {
    display: block;
    position: absolute;
    background-color: lightgray;
    width: 100%;
    padding: 5px;
}

.img-profile img {
    background-color: transparent;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    object-fit: cover;
    margin: 0px;
    position: absolute;
    margin-top: 15px;
    z-index: 9;
    border: 2px solid #141819;
}

.proficiency-progress {
    width: 50px;
    height: 50px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: absolute;
    margin: 0px;
}

    .proficiency-progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 0px solid #f7f7f7;
        position: absolute;
        top: 0;
        left: 0;
    }

    .proficiency-progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 15px;
        z-index: 10;
    }

    .proficiency-progress .proficiency-progress-left {
        left: 25px;
    }

    .proficiency-progress .proficiency-progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 2.5px;
        border-style: solid;
        position: absolute;
        top: 0;
        border-color: #ff5000;
    }

    .proficiency-progress .proficiency-progress-left .proficiency-progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .proficiency-progress .proficiency-progress-right {
        right: -25px;
    }

        .proficiency-progress .proficiency-progress-right .proficiency-progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .proficiency-progress .proficiency-progress-value {
        display: flex;
        border-radius: 50%;
        font-size: 1rem;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        font-weight: 300;
    }

        .proficiency-progress .proficiency-progress-value span {
            font-size: 12px;
            text-transform: uppercase;
        }

    /* This for loop creates the necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
    .proficiency-progress[data-percentage="1"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-1 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="1"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="2"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-2 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="2"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="3"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-3 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="3"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="4"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-4 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="4"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="5"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-5 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="5"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="6"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-6 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="6"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="7"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-7 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="7"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="8"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-8 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="8"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="9"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-9 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="9"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="10"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-10 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="10"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="11"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-11 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="11"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="12"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-12 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="12"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="13"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-13 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="13"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="14"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-14 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="14"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="15"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-15 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="15"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="16"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-16 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="16"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="17"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-17 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="17"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="18"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-18 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="18"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="19"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-19 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="19"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="20"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-20 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="20"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="21"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-21 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="21"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="22"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-22 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="22"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="23"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-23 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="23"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="24"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-24 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="24"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="25"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-25 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="25"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="26"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-26 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="26"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="27"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-27 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="27"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="28"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-28 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="28"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="29"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-29 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="29"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="30"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-30 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="30"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="31"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-31 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="31"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="32"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-32 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="32"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="33"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-33 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="33"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="34"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-34 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="34"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="35"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-35 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="35"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="36"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-36 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="36"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="37"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-37 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="37"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="38"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-38 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="38"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="39"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-39 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="39"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="40"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-40 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="40"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="41"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-41 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="41"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="42"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-42 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="42"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="43"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-43 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="43"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="44"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-44 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="44"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="45"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-45 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="45"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="46"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-46 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="46"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="47"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-47 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="47"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="48"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-48 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="48"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="49"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-49 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="49"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="50"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="50"] .proficiency-progress-left .proficiency-progress-bar {
        animation: 0;
    }

    .proficiency-progress[data-percentage="51"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="51"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-1 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="52"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="52"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-2 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="53"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="53"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-3 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="54"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="54"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-4 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="55"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="55"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-5 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="56"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="56"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-6 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="57"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="57"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-7 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="58"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="58"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-8 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="59"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="59"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-9 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="60"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="60"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-10 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="61"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="61"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-11 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="62"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="62"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-12 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="63"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="63"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-13 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="64"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="64"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-14 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="65"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="65"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-15 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="66"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="66"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-16 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="67"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="67"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-17 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="68"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="68"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-18 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="69"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="69"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-19 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="70"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="70"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-20 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="71"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="71"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-21 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="72"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="72"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-22 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="73"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="73"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-23 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="74"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="74"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-24 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="75"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="75"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-25 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="76"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="76"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-26 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="77"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="77"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-27 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="78"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="78"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-28 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="79"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="79"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-29 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="80"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="80"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-30 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="81"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="81"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-31 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="82"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="82"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-32 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="83"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="83"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-33 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="84"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="84"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-34 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="85"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="85"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-35 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="86"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="86"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-36 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="87"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="87"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-37 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="88"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="88"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-38 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="89"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="89"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-39 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="90"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="90"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-40 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="91"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="91"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-41 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="92"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="92"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-42 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="93"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="93"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-43 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="94"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="94"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-44 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="95"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="95"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-45 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="96"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="96"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-46 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="97"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="97"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-47 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="98"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="98"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-48 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="99"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="99"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-49 0.5s linear forwards 0.5s;
    }

    .proficiency-progress[data-percentage="100"] .proficiency-progress-right .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards;
    }

    .proficiency-progress[data-percentage="100"] .proficiency-progress-left .proficiency-progress-bar {
        animation: loading-50 0.5s linear forwards 0.5s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}

@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}

@keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}

@keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}

@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}

@keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}

@keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}

@keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}

@keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}

@keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}

@keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}

@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}

@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}

@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}

@keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}

@keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}

@keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}

@keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}

@keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}

@keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}

@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}

@keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}

@keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}

@keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}

@keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}

@keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}

@keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}

@keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}

@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}

@keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}

@keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}

@keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}

@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 100px;
    transform: translate(0, 10px);
    background-color: #fff;
    padding: 1.0rem 1.5rem;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    width: 200px;
    top: 32px;
    text-align: left;
    -moz-transition-delay: .25s;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

    .popover__content:before {
        position: absolute;
        z-index: -1;
        content: "";
        left: calc(2% - 10px);
        top: 20px;
        border-style: solid;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid white;
        border-left: 0;
    }

.popover__wrapper:hover .popover__content {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    border-radius: 5px;
}



.popover__message .progress {
    background-color: rgba(255, 80, 0, 0.3);
    height: 0.3rem;
    margin-top: 22px;
}

    .popover__message .progress p {
        position: absolute;
        margin-top: -15px;
    }

.popover__message .progress-bar {
    background-color: #ff5000;
}

.popover__message h1 {
    font-size: 12px;
    color: #000;
    float: left;
}

    .popover__message h1 img {
        margin-left: 2px;
        width: 20px;
    }

.popover__message h2 {
    font-size: 14px;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    color: #ff5000;
}

.popover__message a {
    font-size: 12px;
    margin-top: 5px;
    display: block;
    float: right;
}


.completed label {
    font-size: 10px;
    padding: 3px 10px;
    color: #ff5000;
    background: #f7f7f7;
    border-radius: 3px;
    margin-top: 0rem;
    margin-bottom: 0;
    float: right;
}

.completed-img {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0.7rem;
    margin-bottom: 0.7rem;
    background-image: url("../images/icons/completed.png");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.available-img {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0.7rem;
    margin-bottom: 0.7rem;
    background-image: url("../images/icons/available.png");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.completed {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0.7rem;
    margin-bottom: 0.7rem;
}

.available label {
    font-size: 10px;
    padding: 3px 10px;
    color: #000;
    background: #eee;
    border-radius: 3px;
    margin-top: 0rem;
    margin-bottom: 0;
    float: right;
}

.completed img, .available img {
    float: right;
    width: 30px;
}

.available {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0.7rem;
    margin-bottom: 0.7rem;
}

.left-toggle {
    color: #fff;
    margin: 22px;
    font-size: 17px;
    display: block;
    margin-left: 12px;
}

.left-search {
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    background: rgba(0,0,0,.4);
    padding: 6px;
    margin: 18px 0px;
    display: block;
}

.s-active {
    color: #ff5000 !important;
}

.left-navigation {
    margin-top: 80px;
    width: 100%;
    padding: 0px;
}

    .left-navigation a {
        width: 100%;
        color: #ff5000;
    }

    .left-navigation .active {
        background: #141819;
        color: #ff5000;
        display: block;
    }

        .left-navigation .active:before {
            content: "";
            position: absolute;
            color: #f7f7f7;
            margin-top: 10px;
            border-right: 9px solid #f7f7f7;
            border-right-color: rgb(247, 247, 247);
            border-right-style: solid;
            border-right-width: 9px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            width: 0;
            height: 0;
            margin: 27px auto;
            right: 0;
        }


    .left-navigation li {
        list-style-type: none;
        margin-bottom: 0px;
    }

    .left-navigation img {
        width: 100%;
        display: block;
        padding: 0px 25px;
    }

    .left-navigation .counter {
        background: #141819;
        display: inline-block;
        padding: 1px 7px;
        border-radius: 5px;
        font-size: 12px;
        margin-bottom: 5px;
    }

/*main side bar*/
.msb {
    width: 100px;
    background-color: #1a2328;
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    min-height: 100%;
    overflow-y: initial;
    height: 100%;
    text-align: center;
    z-index: 9999;
}

    .msb .navbar {
        border: none;
        margin-left: 0;
        background-color: inherit;
        text-align: center;
        padding: 0;
    }


.mcw {
    position: relative;
    min-height: 100vh;
    padding-top: 95px;
    padding-bottom: 70px;
    margin-left: 100px;
}


body.msb-x .mcw,
body.msb-x .mnb {
    margin-left: 0;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
}

body.msb-x .msb {
    -moz-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    left: 0px;
}

@-moz-keyframes slidein {
    0% {
        left: -100px;
    }

    100% {
        left: -100px;
    }
}

@-webkit-keyframes slidein {
    0% {
        left: -100px;
    }

    100% {
        left: -100px;
    }
}

@keyframes slidein {
    0% {
        left: -100px;
    }

    100% {
        left: -100px;
    }
}

@-moz-keyframes slideout {
    0% {
        left: -100px;
    }

    100% {
        left: -100px;
    }
}

@-webkit-keyframes slideout {
    0% {
        left: -100px;
    }

    100% {
        left: -100px;
    }
}

@keyframes slideout {
    0% {
        left: -100px;
    }

    100% {
        left: -100px;
    }
}

.tips {
    position: relative;
    outline: none;
}

    .tips:after, .tips:before {
        position: absolute;
        display: none\9;
        opacity: 0;
        -moz-transition: opacity 0.2s linear 0s;
        -o-transition: opacity 0.2s linear 0s;
        -webkit-transition: opacity 0.2s linear;
        -webkit-transition-delay: 0s;
        transition: opacity 0.2s linear 0s;
        visibility: hidden;
        outline: none;
        text-decoration: none;
    }

    .tips:after {
        padding: 2px 12px;
        background-color: black;
        background-color: #ff5000;
        color: white;
        white-space: nowrap;
        content: attr(data-tooltip);
        font-size: 11px;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .tips[data-trigger="hover"]:hover:before, .tips[data-trigger="hover"]:hover:after, .tips[data-trigger="focus"]:focus:before, .tips[data-trigger="focus"]:focus:after {
        display: block\9;
        opacity: 1;
        -moz-transition: opacity 0.2s linear 0s;
        -o-transition: opacity 0.2s linear 0s;
        -webkit-transition: opacity 0.2s linear;
        -webkit-transition-delay: 0s;
        transition: opacity 0.2s linear 0s;
        visibility: visible;
        z-index: 2;
    }

    .tips[data-placement="right"]:after, .tips[data-placement="right"]:before {
        left: 100%;
    }

    .tips[data-placement="right"]:after {
        top: 71.5px;
        margin: 0 0 0 17px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .tips[data-placement="right"]:before {
        top: 50%;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin: 0 0 0 10px;
        border-bottom: 0px solid transparent;
        border-top: 0px solid transparent;
        border-right: 0px solid black;
        border-right: 0px solid #ff5000;
        content: "";
    }

    .tips[data-placement="bottom"]:after, .tips[data-placement="bottom"]:before {
        left: 0%;
    }

    .tips[data-placement="bottom"]:after {
        top: 71.5px;
        margin: 35px 0 0 0;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .tips[data-placement="bottom"]:before {
        top: 50%;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin: 0 0 0 10px;
        border-bottom: 0px solid transparent;
        border-top: 0px solid transparent;
        border-right: 0px solid black;
        border-right: 0px solid #ff5000;
        content: "";
    }


#return-to-top {
    position: inherit;
    display: block;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: right;
    width: auto;
}

    #return-to-top i {
        color: #000;
        margin: 0;
        position: relative;
        right: 0;
        top: 0;
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover i {
        color: #ff5000;
        top: -3px;
    }


.btn-filter {
    background: #888;
    color: #fff !important;
    padding: 0.375rem .5rem;
    font-size: 12px;
    text-align: left;
}

.btn-filter-main {
    background: #fff;
    color: #000 !important;
    padding: 0.375rem .7rem;
    font-size: 14px;
    border: 1px solid #dedede;
}


.filter .col-2, .filter .shortest {
    margin-right: 8px;
    margin-bottom: 8px;
}

.filter .value_input {
    margin-right: 8px;
    margin-bottom: 8px;
    min-width: 13%;
}

@media screen and (min-width: 1270px) {
    .filter .col-2 {
        -ms-flex: 0 0 9.3%;
        flex: 0 0 9.3%;
        max-width: 9.3%;
    }
}

.filter .col-2 li a, .filter .shortest li a, .filter .value_input li a {
    margin: 0;
    padding: 3px 15px;
}

#filter2 .col-2, #filter2 .value_input, #filter2 .shortest {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    padding: 0;
    margin-bottom: 8px;
    margin-left: 5px;
}

.filter2 .col-3 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    margin-right: 8px;
    margin-bottom: 8px;
}

.filter label {
    margin-top: 20px !important;
    margin-bottom: 2px;
    font-size: 12px;
    margin-top: 10px;
    color: #808080;
}

.value .dropdown-menu {
    color: #fff;
    padding: 10px 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    margin-top: -1px;
}

.value label {
    color: #fff;
    margin-top: 0px !important;
    font-size: 0.75rem;
}

.value .button-filter {
    text-align: left;
    border: none !important;
    color: #fff !important;
}

.dropdown-menu .form-control:focus {
    border: none !important;
    color: #000 !important;
}

.dropdown-menu select {
    font-size: 11px;
    padding: 5px;
}

.value .form-control {
    border: 0px;
    color: #000 !important;
}

.value .btn-filter {
    border: 0px !important;
    margin: 0px;
}

.value .dropdown-toggle {
    color: #fff !important;
    height: auto;
    padding: 0.425rem .7rem !important;
}

    .value .dropdown-toggle::after {
        right: 12px;
        top: 14px;
        position: absolute;
    }

.btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5000), color-stop(90%, #ff5000), to(#c1451f));
    background-image: linear-gradient(#ff5000, #ff5000 9%, #e72510);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #ff5000;
    color: #fff;
    text-decoration: none;
}

.bootstrap-select .no-results {
    padding: 10px !important;
    background: transparent !important;
    white-space: unset !important;
    line-height: 14px;
}

.bootstrap-select.bs-container .dropdown-menu {
    min-width: 200px;
    width: auto;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    z-index: 9999 !important;
}

@media screen and (max-width: 1200px) {
    .bootstrap-select.bs-container .dropdown-menu {
        min-width: 200px;
        width: 260px;
    }

    .bootstrap-select .dropdown-menu .dropdown-item {
        overflow: visible;
        word-break: break-word;
        white-space: pre-wrap;
    }
}

.bootstrap-select .dropdown-menu {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    width: auto;
}

.show > .btn-filter.dropdown-toggle {
    background-image: none;
    background-color: #666;
    border: 1px solid #666;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.show > .btn-filter-main.dropdown-toggle {
    background-image: none;
    background-color: #666;
    border: 1px solid #666;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.matrix h1 {
    text-align: left !important;
    margin-top: 1rem;
    margin-bottom: 0.5rem !important;
}

.matrix {
    padding: 0px 20px 0px 50px;
}

    .matrix .data {
        font-size: 10px;
        padding-bottom: 5px;
        display: block;
    }

    .matrix h1 {
        font-size: 14.5px;
        margin-bottom: 1rem;
        color: #ff5000;
        text-align: center;
    }

    .matrix span {
        font-size: 10px;
        padding-bottom: 5px;
        color: #888;
    }

    .matrix p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 0.5rem;
        display: block;
        margin-bottom: 0;
    }

.search-form {
    width: 100%;
    display: inline-flex;
}


    .search-form form {
        font-size: 0;
    }

.inp-wrap {
    display: inline-block;
}


.search-form [class*="grid-"] {
    vertical-align: middle;
    height: 35px;
    font-size: 13px;
}

.search-wrap {
    min-width: 30%;
}

.search-form p {
    margin-bottom: 0;
}

.cat-wrap {
    width: 200px;
}

.submit-wrap {
    width: 10%;
}

.grid-20 {
    width: 20%;
}

.grid-25 {
    width: 25%;
}

.grid-75 {
    width: 75%;
}

.grid-80 {
    width: 80%;
}

.grid-100 {
    width: 100%;
}


.search-form label {
    padding: 0 1rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 3.125rem;
    background: #e1e1e1;
    cursor: pointer;
    text-align: center;
    font-weight: 300;
    color: #000;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    margin-bottom: 0;
}

    .search-form label:hover {
        background: #888;
        color: #fff;
    }

.search-label {
    width: 25%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search-form input, select {
    transition: box-shadow 0.2s ease-in-out;
    border: 0;
    padding: 0 0 0 0.5em;
    background: rgba(0,0,0,.4);
    color: #fff;
}

.search-form input {
    padding: 0px 10px 0px 10px;
}

.search-form #search-field:focus,
select:focus {
    outline: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #000;
}


/* select menu styles */

.cat-wrap {
    padding: 0;
    position: relative;
    z-index: 1;
}


    /* triangle */

    .cat-wrap::after {
        content: '\25BC';
        position: absolute;
        top: .65rem;
        right: 1.5em;
        color: #fff;
        font-size: .6rem;
        pointer-events: none;
    }

.search-form select {
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: rgba(0,0,0,0.4);
    text-align: right;
    padding-right: 35px;
}

.search-form option {
    margin: 0.6em 0;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


button::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}

@media screen and (min-width: 992px) {
    .search-form .btn {
        text-transform: uppercase;
        font-size: 10px;
        border: 0;
        padding: 0;
        transition: background 0.25s ease-in-out;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 12px;
        background: rgba(0,0,0,0.6);
    }

        .search-form .btn:hover {
            color: #ff5000;
        }
}


.search-form .btn:active {
    background-color: #000 !important;
}

.search-icon-container {
    outline: 0;
}

#search-icon {
    height: 2rem;
    width: 2rem;
    vertical-align: middle;
    outline: 0;
    fill: #fff;
}

.search-form .btn:hover #search-icon,
.btn:focus #search-icon {
    fill: #888;
}

@media screen and (max-width: 992px) {
    .search-form {
        display: block;
    }

        .search-form select {
            text-align: left;
        }

    .search-label {
        border-radius: 0;
    }

    .cat-wrap, .inp-wrap {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .submit-wrap {
        width: 100%;
        display: block;
        margin: auto;
    }

    .search-form .btn {
        border-radius: 5px;
    }

    .search-form {
        padding-bottom: .2rem;
        padding-top: .7rem;
    }
    /*/
    .filter-box-result label {
    margin-top: .5rem;
     
}*/
}


.font14 .btn-filter {
    font-size: 14px;
}

.modal h4 {
    color: #ff5000;
    line-height: 1.1;
}

.modal label {
    color: #808080;
    font-size: 0.75rem;
    margin-bottom: 1px;
    margin-top: 10px;
    line-height: 18px;
    display: block;
}

.modal p {
    line-height: 1.1;
    margin-bottom: 12px;
}

.expanding-search-form {
    position: relative;
    display: inline-block;
    width: auto;
}

    .expanding-search-form .search-label {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid #999;
        z-index: 2;
        cursor: pointer;
        border-radius: 3px;
        transition: 250ms all ease-in-out;
    }

    .expanding-search-form .search-input {
        position: relative;
        top: 0;
        display: inline-block;
        height: 34px;
        width: 150px;
        float: left;
        border: 0;
        font-size: 14px;
        z-index: 2;
        box-shadow: none;
        transition: 250ms all ease-in-out;
        background: rgba(0,0,0,.4);
        color: #fff;
        padding: 0px 15px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

        .expanding-search-form .search-input:focus {
            width: 300px;
            outline: none;
        }

            .expanding-search-form .search-input:focus + .search-label {
                border-color: #2299ff;
            }

    .expanding-search-form .button {
        position: relative;
        top: 0;
        display: inline-block;
        float: left;
        padding: 0 15px;
        color: #fff;
        border: 1px solid transparent;
        background: rgba(0,0,0,.4);
        text-align: center;
        transition: 250ms all ease-in-out;
    }

        .expanding-search-form .button:hover {
            color: #ff5000;
        }

    .expanding-search-form .search-dropdown {
        position: relative;
        top: 0;
        display: inline-block;
        float: left;
    }

        .expanding-search-form .search-dropdown.open .dropdown-menu {
            display: block;
        }

    .expanding-search-form .dropdown-toggle {
        height: 34px;
        font-size: 14px;
        line-height: 24px;
        border-radius: 0px;
        z-index: 3;
        border: 1px solid rgba(0,0,0,1);
    }

    .expanding-search-form .dropdown-menu {
        position: absolute;
        top: calc(100% - 1px);
        display: none;
        margin: 0;
        padding: 5px;
        list-style: none;
        background-color: #000;
        border: 1px solid #000;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        z-index: 3;
        transition: 250ms all ease-in-out;
    }

        .expanding-search-form .dropdown-menu > li > a {
            display: block;
            padding: 4px 10px;
            color: #fff;
            font-size: 14px;
            line-height: 20px;
            text-decoration: none;
            border-radius: 2px;
            transition: 250ms all ease-in-out;
        }

            .expanding-search-form .dropdown-menu > li > a:hover {
                color: #ff5000;
            }

        .expanding-search-form .dropdown-menu > .menu-active {
            display: none;
        }

    .expanding-search-form .search-button {
        height: 34px;
        z-index: 3;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        background: #000;
    }

        .expanding-search-form .search-button .icon {
            font-size: 20px;
        }

.top-search {
    margin-top: 19px;
    padding: 0px;
    text-align: right;
}

.navbar-expand-lg {
    margin-left: auto !important;
    border: none;
    width: 35%;
    padding-left: 0px;
    margin-right: 40px;
}

    .navbar-expand-lg .navbar-toggler {
        font-size: .9rem;
        border: 0px solid transparent;
        color: #fff;
        padding-left: 0px;
    }

        .navbar-expand-lg .navbar-toggler:active {
            color: #ff5000;
        }

.navbar-toggler:hover {
    color: #ff5000;
}

.navbar-collapse {
    top: 70px;
    position: absolute;
    display: block ruby;
}

.navbar-collapse {
    position: initial;
    display: block ruby;
}

.submit-wrap span {
    display: none;
}

.submit-wrap i {
    display: initial;
}

@media (max-width: 992px) {

    .navbar-collapse {
        position: absolute;
        background: #353535;
        left: -45px;
        min-width: 230px;
    }

    .search-form input {
        transition: box-shadow 0.2s ease-in-out;
        border: 0;
        padding: 13px;
        background: rgb(255, 255, 255);
        color: #000;
    }

    .submit-wrap span {
        display: initial;
        font-size: 12px;
    }

    .submit-wrap i {
        display: none;
    }

    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: auto !important;
        margin-left: initial !important;
    }

    .top-search {
        display: none;
    }

    .title-main {
        position: absolute;
        left: 0px;
        margin-top: 70px;
        padding-top: 12px;
        padding-bottom: 10px;
        padding-left: 31px;
        width: 100%;
        background: #f7f7f7;
    }

    .mcw {
        padding-top: 120px;
    }

    .breadcrumb {
        margin-top: -25px;
    }

    .search-mobile {
        display: inherit !important;
    }

        .search-mobile .dropdown-menu {
            border-radius: 0;
            background: #000;
            padding: 10px 20px;
            margin-top: -7px;
        }


        .search-mobile .btn-search {
            background: transparent;
            color: #fff;
            transition: none;
            border: none;
            padding: 20px;
        }

            .search-mobile .btn-search:hover, .search-mobile .btn-search:focus {
                background: #000;
                color: #ff5000;
                border: none;
                box-shadow: none;
            }

        .search-mobile .form-group {
            color: #000;
        }
}

.search-mobile {
    display: none;
}

    .search-mobile .dropdown-toggle::after {
        display: none;
    }

.nav-bottom {
    position: absolute;
    bottom: 15px;
    width: 40%;
    border-top: 1px dashed #888;
    margin-left: 30px;
    padding-top: 12px;
}

    .nav-bottom ul {
        margin: 0;
        text-align: center;
        padding: 0;
    }

    .nav-bottom li {
        list-style: none;
        padding: 8px;
    }

    .nav-bottom i {
        font-size: 16px;
    }

    .nav-bottom a {
        color: #fff;
    }

        .nav-bottom a:hover {
            color: #ff5000;
        }

    .nav-bottom .tips[data-placement="right"]::after {
        top: 6.5px;
        margin: 0 0 0 8px;
    }


.modal .nav-tabs {
    background-color: #eee;
    border-bottom: 0px solid #eeeeee;
}


    .modal .nav-tabs .nav-link.active {
        color: #ff5000;
        background-color: #fff;
        border-top: 3px solid #c1461e !important;
    }

    .modal .nav-tabs .nav-link {
        border: 0px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 0px;
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        color: #000;
        border-top: 3px solid transparent;
    }

        .modal .nav-tabs .nav-link:hover {
            color: #000;
            background-color: #fff;
            border-top: 3px solid #c1461e;
        }

.modal .nav-link {
    padding: 0.55rem .9rem;
}

.modal .panel-title > a:before {
    float: right !important;
    content: "\2212";
    padding-right: 5px;
}

.modal .panel-title > a.collapsed:before {
    float: right !important;
    content: '\002B';
}

.modal .panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal .panel {
    border: 1px solid #dedede;
    padding: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #dedede;
}

.modal .panel-title a {
    color: #000;
}

    .modal .panel-title a:hover {
        color: #ff5000;
    }

.modal .panel-collapse {
    margin-top: 10px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.modal ol {
    padding-left: 15px;
}

    .modal ol li {
        line-height: 14px;
        margin-bottom: 5px;
    }

        .modal ol li a {
            line-height: 14px;
            color: #ff5000;
        }


.responsive-tabs.nav-tabs {
    position: relative;
    overflow: visible;
    border-bottom: none;
}

@media (max-width: 770px) {
    .responsive-tabs.nav-tabs {
        display: block;
        flex-wrap: none;
        margin-bottom: 10px;
    }
}

.responsive-tabs.nav-tabs i.fa {
    position: absolute;
    top: 14px;
    right: 22px;
    color: #fff;
}

    .responsive-tabs.nav-tabs i.fa.fa-caret-up {
        display: none;
    }

@media (min-width: 770px) {
    .responsive-tabs.nav-tabs i.fa {
        display: none;
    }
}

.responsive-tabs.nav-tabs > li {
    display: none;
    float: none;
    text-align: center;
}

    .responsive-tabs.nav-tabs > li:last-of-type > a {
        margin-right: 0;
    }

    .responsive-tabs.nav-tabs > li.active {
        display: block;
    }

@media (min-width: 770px) {
    .responsive-tabs.nav-tabs > li {
        display: block;
        float: left;
    }
}

.responsive-tabs.nav-tabs.open i.fa.fa-caret-up {
    display: block;
    color: #fff;
}

@media (min-width: 770px) {
    .responsive-tabs.nav-tabs.open i.fa.fa-caret-up {
        display: none;
    }
}

.responsive-tabs.nav-tabs.open i.fa.fa-caret-down {
    display: none;
}

.responsive-tabs.nav-tabs.open > li {
    display: block;
}

    .responsive-tabs.nav-tabs.open > li a {
        border-radius: 0;
    }

    .responsive-tabs.nav-tabs.open > li:first-of-type a {
        border-radius: 2px 2px 0 0;
    }

    .responsive-tabs.nav-tabs.open > li:last-of-type a {
        border-radius: 0 0 2px 2px;
    }

.bg-grey {
    background: #f7f7f7;
    padding: 10px 30px;
    border-bottom: 1px solid #C5C5C5;
}

    .bg-grey h6 {
        color: #ff5000;
        margin-bottom: 0rem;
        font-size: 1rem;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        background: #f7f7f7;
        padding-bottom: 15px;
        margin-top: 15px;
    }

.bg-none {
    background: none !important;
}

.title-oren {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ff5000;
}

.name-t {
    margin-left: -30px;
    display: inline-block;
    margin-top: 0 !important;
    font-size: 1rem !important;
    font-weight: bold;
}

@media screen and (max-width: 760px) {
    .name-t {
        margin-left: -15px;
        display: block;
    }
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 5px;
    left: 14px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 10px !important;
    margin-left: 10px;
}

.bs-select-all {
    display: none;
}

.bs-deselect-all {
    border-radius: 5px !important;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
    position: absolute;
    width: auto;
    left: 0;
    top: 15px;
}

.bs-actionsbox .btn-light {
    background: none;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 0px 5px;
}

.bs-searchbox {
    margin-left: 22px;
}

.text {
    color: #fff;
}

.datepicker table tr td.active, .datepicker table tr td span.focused {
    background: #ff5000 !important;
    color: #fff !important;
}

.datepicker table tr td span:hover {
    background: #dedede !important;
    color: #666666 !important;
}


.highlight {
    color: #3498DB;
    font-weight: bold;
}

/*! Strat Timeline Style */
ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
        margin-bottom: 30px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #ff5000;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

        ul.timeline > li h5 {
            text-align: left;
        }

    ul.timeline p {
        margin-bottom: 0.1rem;
    }
/*! End Timeline Style */

.pointer {
    cursor: pointer;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    z-index: 999 !important;
}