@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/MaterialIcons-Regular.eot");
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url("../fonts/MaterialIcons-Regular.woff2") format('woff2'), url("../fonts/MaterialIcons-Regular.woff") format('woff'), url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
}

/*Body*/

@font-face {
    font-family: "Bariol";
    src: url('fonts/bariol_regular-webfont.ttf');
}

@font-face {
    font-family: "Bariol-Bold";
    src: url('fonts/bariol-bold-webfont.ttf');
}


/*Navigation, floating Navigation and footer */

@font-face {
    font-family: "DroidSans-Bold";
    src: url('fonts/DroidSans-Bold_0.ttf');
}

@font-face {
    font-family: "DroidSans-Regular";
    src: url('fonts/DroidSans-Regular_0.ttf');
}
/*Title */

@font-face {
    font-family: "Oswald";
    src: url('fonts/Oswald-DemiBold.ttf');
}

/*==================================================================
[ Text ]*/
.txt1 {
    line-height: 1.4;
    color: #333;
}

.txt2 {
    line-height: 1.4;
    text-decoration: underline;
    border: none;
}


/*==================================================================
[ Size ]*/
.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    height: 100vh;
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.intro-container {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 40%;
    padding: 60px 30px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
}

h4.quote-title {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}

.container-login100 {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.wrap-login100 {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    width: 90%;
}

/*==================================================================
[ login more ]*/
.login100-more {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

    .login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }



/*==================================================================
[ Form ]*/

.login100-form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.login100-form-title {
    font-family: Oswald,sans-serif;
    text-align: center;
    width: 100%;
    display: block;
    padding: 15px;
}

h1.main-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    font-weight: 700;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #ced4da;
    background-color: white;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
    width: 50%;
}

.rs2-wrap-input100 {
    border-left: none;
}

.input100 {
    display: block;
    width: 100%;
    background: #fff;
    font-family: Bariol,sans-serif;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 25px;
    border: none;
}

input.input100 {
    height: 55px;
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background: #ffbf00;
    color: #171717;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Droidsans-regular;
    border: none;
    cursor:pointer !important;
}

    .login100-form-btn:hover {
        background: #333333;
        color: #ffffff;
        cursor:pointer;
    }

.alert {
    width: 100%;
}

.alert-box {
    height: 50px;
}

.alert-warning {
    color: #171717;
    background-color: #fff3cd;
    border: 2px solid #F7941E;
}

.alert-danger {
    color: #ff4000;
    background-color: rgba(0, 0, 0, 0);
    border-top: 5px solid #ff4000;
    padding: .5rem 1rem;
    font-weight: bolder;
    margin-top: 15px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
}

.username-password {
    width: 100%;
    padding: 10px 0px;
}
.SI-message {
    /*height: 370px;*/
}
.SI-Frame {
    height: 100%;
    width:100%;
}

.user-detail.card {
    border: transparent;
}
/*
* =====================
* Index Icon
* =====================
*
*/
a:hover {
    color: #171717;
    text-decoration: underline;
}

.underline {
    background: #808080;
    opacity: 0.3;
}

.circle:before {
    display: block;
    font-family: 'FontAwesome';
    content: '\f071';
    font-size: 1.5em;
    color: #fff;
    top: calc(50% - 14px);
    left: calc(50% - 10px);
    height: 60px;
    width: 60px;
    background: #F7941E !important;
    padding: 20px;
    border-radius: 30px;
}

.icon-outlined {
    width: 80px;
    height: 80px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px;
}

.box-simple {
    margin: 15px 15px 30px 15px;
    font-family: Bariol-Bold;
}

    .box-simple .icon-outlined {
        color: transparent;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #f8f9fa;
        border: 5px solid #ffbf00;
        box-shadow: 0 5px 5px rgba(0,0,0,.2) !important;
    }

    .box-simple:hover .icon-outlined {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #ffbf00;
    }

.icon-outlined.icon-lg {
    font-size: 2rem;
}

.icon-outlined.icon-sm {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 1.15rem;
}

.icon-outlined.icon-thin {
    border-width: 1px;
}

.icon-filled {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #4fbfa8;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 0.75rem;
}

.ul-icons .icon-filled {
    display: inline-block;
    margin-right: 10px;
}

.ul-icons li {
    margin-bottom: 20px;
    color: #555;
    font-size: 0.9rem;
}

.ul-icons a {
    display: inline;
}

img.img-fluid-icon {
    width: 45%;
}
/*
* =====================
* GENERAL
* =====================
*
*/

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}



.boxed #all {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

a {
    color: #333333;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    display: inline-block;
}

button {
    cursor: pointer;
}

strong {
    font-weight: 700;
    font-size: 1.125rem;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.accent {
    color: #4fbfa8;
}

.tooltip {
    font-family: Bariol,sans-serif;
}

.heading-light {
    font-weight: 300 !important;
}

.text-bold {
    font-weight: 700;
}

.text-small {
    font-size: 0.8125rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.no-letter-spacing {
    letter-spacing: 0 !important;
}

.bar {
    padding-top: 1.875rem;
}

.no-mb {
    margin-bottom: 0 !important;
}

.border-white {
    border: 1px solid #fff !important;
}

.no-mt {
    margin-top: 0 !important;
}

.no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mb-small {
    margin-bottom: 20px !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.padding-horizontal {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.relative-positioned {
    position: relative;
    z-index: 1;
}

.jumbotron {
    margin: 0;
}

section.bar.quote-bar {
    margin-bottom: 2.4rem !important;
}

.pagination {
    margin-top: 20px;
}

#pagination .pagination {
    margin-bottom: 40px;
}

.font-11 {
    font-size: 11px;
}.text-xs {
    font-size: 0.9rem;
}

    .text-xs * {
        font-size: 0.9rem;
    }

@media (min-width: 767px) {
    .dropdown-menu.user-account {
        padding: .3125rem .9375rem;
        left: 100%;
        -webkit-transform: none;
        transform: none;
        margin-top: -1px;
        border-radius: 0px !important;
    }
}

@media (min-width: 991px) {
    .dropdown-menu.user-account {
        padding: .3125rem .9375rem;
        left: 0%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: -1px;
        border-radius: 0px !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}

@media (min-width: 1199px) {
    .dropdown-menu.user-account {
        padding: .3125rem 0rem;
        left: 0%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: -1px;
        border-radius: 0px !important;
    }

    h6.menu-title {
        text-transform: uppercase;
        margin: 0px 15px 0 0;
    }
}


a.dropdown-toggle.toggle-user {
    color: white;
    margin-left: 10px;
    border: white;
}

ul.dropdown-menu.show {
    background-color: #404040;
    margin-top: -1px;
    border-radius: 0px !important;
}

.ad-search-row {
    height: 5vh;
}

.search-menu.show {
    width: 100vw;
    background-color: #fff !important;
    padding: 15px;
    margin: 0px;
    border-top: transparent;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.12) !important;
}

.ad-search {
    font-family: Bariol,sans-serif;
    color: #333333 !important;
    border: 1px solid #ced4da !important;
    background-color: transparent !important;
    margin-top: 0px !important;
}

.btn-ad-search {
    border: transparent;
    background: #cc9800;
    background: -moz-linear-gradient(-45deg, #cc9800 0%, #ffbf00 100%);
    background: -webkit-linear-gradient(-45deg, #cc9800 0%,#ffbf00 100%);
    background: linear-gradient(135deg, #cc9800 0%,#ffbf00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9800', endColorstr='#ffbf00',GradientType=1 );
    color: #171717;
    margin-top: 0px !important;
}


/*
* =====================
* BACKGROUND
* =====================
*
*/
.bg-dark {
    background-color: #939598 !important;
}

.bg-light {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-top-color: rgba(192, 192, 192, 0.2) !important;
    border-top-style: solid !important;
    border-bottom-color: rgba(192,192,192,0.2) !important;
    border-bottom-style: solid !important;
    background-color: #f6f6f6;
    padding-top: 32px;
}

.bg-header {
    background: #ffc83d !important;
}

.bg-primary {
    background: #ffc83d !important;
}

.bg-secondary {
    background: #333333 !important;
}

.color-white {
    color: #fff !important;
}

.bg-white {
    background-color: #ffffff;
}

.bg-fixed {
    background-attachment: fixed !important;
}

.owl-carousel.equal-height .owl-stage {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.owl-item {
    margin: 0px !important;
}

.heading h1, .panel-heading h1, .heading h2, .panel-heading h2, .heading h3, .panel-heading h3, .heading h4, .panel-heading h4, .heading h5, .panel-heading h5, .heading h6, .panel-heading h6 {
    line-height: 1.1;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

    .heading h1:after, .panel-heading h1:after, .heading h2:after, .panel-heading h2:after, .heading h3:after, .panel-heading h3:after, .heading h4:after, .panel-heading h4:after, .heading h5:after, .panel-heading h5:after, .heading h6:after, .panel-heading h6:after {
        content: " ";
        display: block;
        width: 100px;
        height: 2px;
        margin-top: .6rem;
    }

.heading.text-center h1:after, .text-center.panel-heading h1:after, .heading.text-center h2:after, .text-center.panel-heading h2:after, .heading.text-center h3:after, .text-center.panel-heading h3:after, .heading.text-center h4:after, .text-center.panel-heading h4:after, .heading.text-center h5:after, .text-center.panel-heading h5:after, .heading.text-center h6:after, .text-center.panel-heading h6:after {
    margin-left: auto;
    margin-right: auto;
}

.buttons a {
    margin: 0 3px;
}

.card-header a {
    color: #333;
}

.card-body p {
    font-size: 0.9rem;
    color: #333;
}

#heading-breadcrumbs {
    padding: 2rem 0;
    border-top: none !important;
    border-bottom: none !important;
}

    #heading-breadcrumbs .breadcrumb {
        margin-bottom: 0;
        background: none;
        font-size: 0.9rem;
    }

    #heading-breadcrumbs h1 {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 0;
    }

    #heading-breadcrumbs li {
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

.row.no-space {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-space div[class*="col-"] {
        padding: 0;
    }

    .row.no-space .box-image {
        margin: 0;
    }

.owl-carousel .owl-dots {
    text-align: center;
    padding-bottom: 0.3125rem;
    background-color: rgba(96, 96, 96, 0.15);
}

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 5px;
    }

        .owl-carousel .owl-dots .owl-dot.active span {
            background: #ffbf00;
        }

        .owl-carousel .owl-dots .owl-dot span {
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.25);
        }

.form-control {
    background-color: #fff;
    display: block;
    width: 100%;
    /*padding: .625rem .75rem !important;*/
    vertical-align: middle;
    margin-top: 5px;
    line-height: 1;
    color: #191919;
    font-size: 14px;
    height: 30px;
    border: 1px solid #ced4da !important;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
}
    .form-control::placeholder {
        color: #606060;
        font-family: Bariol,sans-serif;
    }

    .form-control:focus {
        color: #333;
        background-color: #fff;
        box-shadow: none;
        outline: 0;
    }
    .form-label {
        margin-top: 20px;
    }

    .form-control.normal-form {
        font-size: .9375rem;
        font-weight: 400;
        background-color: transparent;
        letter-spacing: 0.03125rem;
        display: inline-block;
        width: 100%;
        padding: .3125rem .625rem;
        color: #939598;
        vertical-align: middle;
        border: 1px solid #939598;
        border-radius: 0px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .form-control.normal-form::placeholder {
            color: #939598;
            font-style: italic;
        }

        .form-control.normal-form::-moz-placeholder {
            color: #333333;
        }

        .form-control.normal-form:focus {
            color: #333333;
            background-color: transparent;
            outline: 0;
            font-style: normal;
            box-shadow: none;
            border-color: #333333;
        }
.form-group.form-service {
    margin-bottom: 0.5rem;
    align-items: center;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .3125rem .625rem;
    line-height: 1;
    color: #939598;
    vertical-align: middle;
    background-size: .3125rem .625rem;
    border: 1px solid #cccccc;
    border-radius: 3px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: .3125rem .625rem;
    line-height: 1.5;
    color: #939598;
    vertical-align: middle;
    background-size: .3125rem .625rem;
    border: 1px solid #939598;
    border-radius: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

select.form-control:not([size]):not([multiple]) {
    color: #333333;
    border-radius: 0px !important;
    font-family: Bariol,sans-serif;
    border-radius: 3px !important;
    height: 40px;
}
label {
    font-family: bariol-bold;
    color: #606060;
}

.card-primary {
    border-radius: 0;
    border-color: #4fbfa8;
}

    .card-primary .card-header {
        background: #4fbfa8;
        color: #fff;
        border: none;
        border-radius: 0;
    }

        .card-primary .card-header a {
            color: #fff;
        }

    .card-primary .card-body {
        border-color: #ffbf00;
    }

.card-body {
    padding: 1rem;
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    font-size: 13px;
}

.table-bordered {
    border: none;
}

table img {
    min-width: 50px !important;
    max-width: 50px !important;
    height: 50px;
}

table input[type="number"] {
    max-width: 50px;
}

input.input-material {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

    input.input-material.is-invalid {
        border-color: #dc3545 !important;
    }

    input.input-material:focus {
        border-bottom: 1px solid #ffbf00 !important;
        outline-color: #ffffff !important;
    }

    input.input-material ~ label {
        color: #aaa;
        position: absolute;
        cursor: text;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        font-weight: 300;
    }

        input.input-material ~ label.active {
            font-size: 0.8rem;
            color: #333333;
        }

    input.input-material.is-invalid ~ label {
        color: #dc3545;
    }

nav.navbar .navbar-holder {
    width: 98%;
    margin: 0.625rem;
}

.nav-tabs {
/*    border-bottom: none;
    margin-top: 0.0625rem;*/
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: #ffbf00;
        border: 1px solid white;
        border-bottom: none;
    }

    .nav-tabs a.nav-link {
        border-color: transparent;
        color: #333333 !important;
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-bottom:none;
        background-color: transparent;
        border-top-left-radius:4px;
        border-top-right-radius:4px;
        background-color:white;
/*        border-radius: 0px;
        border-color: transparent;*/
        transition: all 0.3s !important;
        display: inline-block;
        font-family: Bariol-Bold,sans-serif;
    }
li.nav-item.sub-item {
    width: 20%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 36px;
    letter-spacing: 1px;
}
li.drop-primary {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   margin: 0.25rem 0.65rem;
}

.nav-tabs .nav-item sub-item.nav-item.show .nav-link, .nav-tabs .nav-link-sub.active {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    color: #171717;
    font-weight: bold;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.vl {
    border-left: 1px solid rgba(128, 128, 128, .5);
    height: 40px;
    margin: auto;
}

nav.navbar .search-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: #fff;
    z-index: 12;
    border-radius: 0;
    display: none;
}

    nav.navbar .search-box .dismiss {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        font-size: 1.5em;
        color: #999;
    }

    nav.navbar .search-box form {
        height: 100%;
    }

        nav.navbar .search-box form input {
            height: 100%;
            border-bottom: 1px solid #eceeef;
            padding: 20px;
        }

span.user-top {
    padding: 0.3125rem;
}

b.caret {
    padding: 0px 3px;
}

.col-md-8.temp-col {
    border: 1px double #ff0000;
}

.temp {
    font-size: 1.5rem;
    font-family: oswald;
    color: #ff0000;
    padding: 1rem;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: white;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, .1);
}

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

.modal-title {
    font-family: Bariol-Bold;
}

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

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

.section-modal {
    padding: 1rem 0rem;
}


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

li.modal-des {
    font-family: bariol-bold;
    padding: 5px 0px;
}

.font-14 {
    font-size: 14px;
    font-family: Bariol;
}

.btn.btn-pwd {
    position: absolute;
    right: 15px;
    color: #606060;
}
a.btn.btn-primary.modal-search {
    padding: 0.625rem 1.25rem;
}

.logout :hover {
    color: #333;
    background-color: #ffbf00;
}

header.nav-holder.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.12) !important;
}

.navbar {
    padding: 0rem !important;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
}

nav.navbar .nav-menu {
    margin-bottom: 0;
}

.navbar-collapse {
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.12) !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 0.825rem;
    color: #939598;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.user-menu.dropdown-menu.show {
    position: absolute;
    left: inherit;
    top: 40px;
    width: 200px;
    right: 100px;
    font-size: 0.8125rem;
}

.user-menu.dropdown-menu a.nav-link:hover {
    background-color: #333;
    color: white !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 500;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: .3125rem .9375rem;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: white;
        text-decoration: none;
        background-color: #333333;
    }
.dropdown-menu.show {
    margin-top: 5px;
}

.sub-menu.text-primary {
    padding-left: 0.9375rem;
}

.submenu-content-bar .nav-fill .nav-item {
    font-family: Oswald;
    color: #808080;
    margin: 10px 60px;
    padding: 10px;
    font-size: 1.000rem;
}

    .submenu-content-bar .nav-fill .nav-item.active {
        background-color: transparent;
        border-bottom: 5px solid #ffbf00;
        border-left: transparent;
        border-right: transparent;
        border-top: transparent;
    }

li.dropdown-item-user {
    border-bottom: 1px solid rgba(256, 256, 256, 0.2);
}

.navbar .dropdown-menu a.nav-link:hover {
    color: #ffbf00;
}

.navbar .menu-large {
    position: static !important;
}

    .navbar .menu-large .megamenu {
        padding: .9375rem;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: -1px;
        border-radius: 0px !important;
        background-color: #404040;
    }

.navbar .navbar-nav > li.active > a {
    background: #4fbfa8 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #3aa18c !important;
}

.navbar .navbar-nav > li > a {
    color: #171717;
    text-decoration: none;
    font-family: Bariol-Bold;
    padding: 5px 10px;
}

    .navbar .navbar-nav > li > a:hover {
        border-top: 5px solid #ffbf00;
        color: #171717;
        font-family: bariol-bold;
    }

    .navbar .navbar-nav > li > a:focus {
        text-decoration: none !important;
        border-top: 5px solid #ffbf00;
        color: #000000;
    }

    .navbar .navbar-nav > li > a:active {
        text-decoration: none !important;
        border-top: 3px solid #ffbf00;
        color: #ffbf00;
    }

.navbar.nav-light .navbar-nav > li.active a.dropdown-toggle, .navbar.nav-light .navbar-nav > li.active a.dropdown-toggle:hover {
    background: none !important;
    color: #333333 !important;
    text-decoration: underline !important;
    border-color: #4fbfa8 !important;
}

.navbar.nav-light .navbar-nav > li > a:hover {
    background: none !important;
    border-color: #ffbf00 !important;
}

.navbar.nav-light .navbar-nav > li > a:focus {
    background: none !important;
    color: #333333 !important;
    text-decoration: underline !important;
    border-color: #ffbf00 !important;
}

h6.menu-title {
    color: #ffbf00;
    clear: both;
    display: block;
    font-weight: 500;
    line-height: 18px;
    font-family: Bariol,sans-serif;
    height: 60px;
}

    h6.menu-title :hover {
        font-weight: bolder;
    }

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

.panel-text {
    background-color: #eceeef;
    color: #333333;
    border-left: 3px solid #ffbf00;
}

h5.panel-title-no-collapse {
    background-color: transparent;
    color: #333333;
    border-left: 3px solid #ffbf00;
    padding: 10px 15px;
    line-height: 1.1;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.panel-text:focus {
    background-color: #333333;
    color: #ffbf00;
}

.panel-text:active {
    background-color: #333333;
    color: #ffbf00;
}

.panel-text:hover {
    background-color: #ffbf00;
    color: #333333;
    border-left: 3px solid #333333;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 0.625rem 0;
}

    .accordion-option .title {
        font-size: 15px;
        font-weight: bold;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 15px;
    }

        .accordion-option .toggle-accordion:before {
            content: "Expand All";
            color: #333333;
        }

        .accordion-option .toggle-accordion.active:before {
            content: "Collapse All";
            color: #333333;
        }

.category-menu a.nav-link {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

ul ul a.nav-link {
    font-size: 0.8125rem;
    text-transform: none !important;
    color: #eceeef;
    padding: 0.1875rem 0rem;
    font-family: Bariol,sans-serif;
}

.badge {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 3px 5px;
}

footer.main-footer {
    background: #000000;
    color: white;
    font-family: Bariol,sans-serif;
}

p.copyright-text {
    padding: 5px;
    margin: 0px;
}

/*
 * NAVBAR
 */
.navbar-brand {
    min-width: 300px;
    padding: 0rem;
    position: absolute;
    z-index: 1;
    right: 0;
}

.navbar-toggler {
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 0.25rem;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
/*
 * BUTTONS
 */

.btn-template-outlined {
    background: none;
    color: #fff;
    border-radius: 0 !important;
    text-decoration: none;
}

    .btn-template-outlined:hover, .btn-template-outlined:focus {
        color: #ffbf00 !important;
    }

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

    .close:focus, .close:hover {
        color: #e5ab00;
        text-decoration: none;
        opacity: 1;
    }

.btn {
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.25;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    transition: all 0.15s ease-in-out;
    border-radius: 0.25rem;
    margin-top: 10px;
    font-family: Bariol-Bold;
}

.btn-header {
    font-family: Bariol-Bold;
    padding: 5px 10px;
    border: 1px solid #ffbf00;
    color: #ffbf00;
    border-radius: 0.25rem;
    margin: 0px 15px;
}

    .btn-header:hover {
        border: 1px solid #ffbf00;
        color: #333;
        background-color: #ffbf00;
    }



.btn-advance-search {
    background: #ffbf00;
    font-family: Bariol-Bold;
    padding: 5px 10px;
    border: 1px solid #ffbf00;
    border-radius: 0rem;
}

    .btn-advance-search:hover {
        color: #fff;
        text-decoration: none;
        background: #e5ab00;
    }

a.btn.btn-block.modal-search {
    background-color: #ffbf00;
    color: #333333;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.btn.btn-block.modal-search:hover {
    background-color: #e5ab00;
}

.btn.btn-block.modal-search:focus {
    background-color: #e5ab00;
}

.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
}

.btn.disabled {
    opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

.btn-primary {
    background: #cc9800;
    background: -moz-linear-gradient(-45deg, #cc9800 0%, #ffbf00 100%);
    background: -webkit-linear-gradient(-45deg, #cc9800 0%,#ffbf00 100%);
    background: linear-gradient(135deg, #cc9800 0%,#ffbf00 100%);
    color: #333;
}

    .btn-primary:hover {
        color: #333;
        background: -moz-linear-gradient(-45deg, #ffbf00 0%, #ffbf00 100%);
        background: -webkit-linear-gradient(-45deg, #ffbf00 0%,#ffbf00 100%);
        background: linear-gradient(135deg, #ffbf00 0%,#ffbf00 100%);
        border-color: #cc9800 !important;
    }

    .btn-primary:focus {
        color: #333;
        background: -moz-linear-gradient(-45deg, #ffbf00 0%, #ffbf00 100%);
        background: -webkit-linear-gradient(-45deg, #ffbf00 0%,#ffbf00 100%);
        background: linear-gradient(135deg, #ffbf00 0%,#ffbf00 100%);
        border-color: #cc9800 !important;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #ffbf00 !important;
        border-color: #ffbf00 !important;
    }
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ffbf00 !important;
        border-color: #ffbf00 !important;
    }

.btn-secondary {
    color: white;
    background-color: #333333;
    border-color: #333333;
}

button.btn.btn-secondary:hover {
    color: white;
    background-color: #2d2d2d !important;
    border-color: #2d2d2d !important;
}

button.btn.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5) !important;
}

.btn-success {
    color: white;
    background-color: #00CC8F;
    border-color: #00CC8F;
}

button.btn.btn-success:hover {
    color: white;
    background-color: #00b780;
    border-color: #00b780;
}

button.btn.btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 204, 143, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 204, 143, 0.5);
}

.btn-info {
    color: white;
    background-color: #1E82F7;
    border-color: #1E82F7;
}

button.btn.btn-info:hover {
    color: white;
    background-color: #0b77f6;
    border-color: #0b77f6;
}

button.btn.btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 130, 247, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(30, 130, 247, 0.5);
}

.btn-warning {
    color: white;
    background-color: #f7941e;
    border-color: #f7941e;
}

button.btn.-warning:hover {
    color: white;
    background-color: #f68b0b;
    border-color: #f68b0b;
}

button.btn.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 148, 30, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(247, 148, 30, 0.5);
}

.btn-danger {
    color: white;
    background-color: #f7271e;
    border-color: #f7271e;
}

button.btn.btn-danger:hover {
    color: white;
    background-color: #f6150b;
    border-color: #f6150b;
}

button.btn.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 39, 30, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(247, 39, 30, 0.5);
}

.btn-default {
    color: #606060;
    background-color: #ced4da;
    border-color: #ced4da;
}

button.btn.btn-default:hover {
    color: #606060;
    background-color: #ced4da;
    border-color: #ced4da;
}

button.btn.btn-default:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
/*
 * BUTTON-OUTLINE
 */

.btn-outline-primary {
    border: 1px solid #ffbf00;
    border-radius: 30px;
    color: #ffbf00;
}

.btn.btn-outline-primary:hover {
    color: white;
    background-color: #ffbf00;
    border: transparent;
}

.btn.btn-outline-primary:focus {
    color: white;
    background-color: #ffbf00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(45, 100, 100, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(45, 100, 100, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffbf00;
    border-color: #ffbf00;
}

.btn-outline-secondary {
    color: #333333;
    background-color: white;
    border-color: #333333;
}

button.btn.btn-outline-secondary:hover {
    color: #2d2d2d;
    background-color: white;
    border-color: #2d2d2d;
}

button.btn.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-success {
    color: #00CC8F;
    background-color: white;
    border-color: #00CC8F;
}

button.btn.btn-outline-success:hover {
    color: #00b780;
    background-color: white;
    border-color: #00b780;
}

button.btn.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 204, 143, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 204, 143, 0.5);
}

.btn-outline-info {
    color: #1E82F7;
    background-color: white;
    border-color: #1E82F7;
}

button.btn.btn-outline-info:hover {
    color: #0b77f6;
    background-color: white;
    border-color: #0b77f6;
}

button.btn.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 130, 247, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(30, 130, 247, 0.5);
}

.btn-outline-warning {
    color: #f7941e;
    background-color: white;
    border-color: #f7941e;
}

button.btn.btn-outline-warning:hover {
    color: #f68b0b;
    background-color: white;
    border-color: #f68b0b;
}

button.btn.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 148, 30, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(247, 148, 30, 0.5) !important;
}

.btn-outline-danger {
    color: #f7271e;
    background-color: white;
    border-color: #f7271e;
}

button.btn.btn-outline-danger:hover {
    color: #f6150b;
    background-color: white;
    border-color: #f6150b;
}

button.btn.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 39, 30, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(247, 39, 30, 0.5);
}

.btn-outline-default {
    color: #333333;
    background-color: transparent;
    border-color: none;
    text-decoration: underline;
}

button.btn.btn-outline-default:hover {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
}

button.btn.btn-outline-default:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 238, 239, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(236, 238, 239, 0.5);
}

button:focus {
    outline: none;
}
.btn-lg {
    padding: 0.3125rem 0.625rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
/*
 *  TYPE  
 */

body {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    font-family: Bariol,sans-serif;
}

p {
    margin: 0 0 30px 0;
}

a {
    text-decoration: none;
    font-family: Bariol-Bold,sans-serif;
    font-size: 0.825rem;
}

    a.text-primary:focus, a.text-primary:hover {
        color: #e5ab00 !important;
    }

    a:focus, a:hover {
        text-decoration: none;
    }
    ul {
        list-style: none;
        padding-inline-start: 0px;
    }
:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: transparent !important;
    outline-style: auto;
    outline-width: 0px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

input#btnAdd {
    position: absolute;
    right: 10px;
    z-index: 9999;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
    color: inherit;
    margin-bottom: 0rem;
}

h1, .h1 {
    font-size: 2.5rem;
    font-family: "Oswald",sans-serif;
}

h2, .h2 {
    font-size: 2rem;
    font-family: "Oswald",sans-serif;
}

h3, .h3 {
    font-size: 1.5rem;
}

.section-header h3 {
    font-family: "Oswald",sans-serif;
    margin: 30px 0 0 0;
}

.section-subtitle h4 {
    font-family: "Oswald",sans-serif;
    margin: 20px;
    color: #606060;
}

.section-subtitle.h4 {
    font-family: "Oswald",sans-serif;
    margin: 20px;
    color: #606060;
}

.subtitle-create-user h4 {
    font-family: "Oswald",sans-serif;
    margin: 10px 20px 0px 20px;
    color: #606060;
    padding: 10px 20px 10px 20px;
    border-left: 5px solid #ffbf00;
}

.count-content-no.h3 {
    font-family: Oswald;
}

h4, .h4 {
    font-size: 1.125rem;
}

h5, .h5 {
    font-size: 0.9375rem;
}

h6, .h6 {
    font-size: 0.8125rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.quote-big {
    font-size: 1.5em;
    font-weight: 500;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0rem;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    border-left: 5px solid #4fbfa8;
}

.blockquote-footer {
    color: #868e96;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.text-primary {
    color: #ffbf00 !important;
}

.text-secondary {
    color: #333333 !important;
}

.text-info {
    color: #1E82F7 !important;
}

.text-warning {
    color: #F7941E !important;
}

.text-dark {
    color: #939598 !important;
}

.text-contrast {
    color: #0040ff !important;
}
/*
 * PAGINATION
 */

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #4fbfa8;
    border-color: #4fbfa8;
}

.page-item.disabled .page-link {
    color: #868e96;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #4fbfa8;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:focus, .page-link:hover {
        color: #348e7b;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
        outline: 0;
    }

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*
*
* Announcement
*/

.text {
    border-right: 1px solid #eceeef;
    font-family: Bariol-Bold;
    font-size: 0.8125rem;
    color: #606060;
}

.label {
    display: inline-block;
    padding: .3125rem;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: 3px;
    color: white;
    margin-right: 0.3125rem;
}

    .label.label-one {
        background-color: #002db3;
    }

    .label.label-two {
        background-color: #00b386;
    }

    .label.label-three {
        background-color: #ff0040;
    }

a.label-dot-one {
    color: #fff !important;
    padding-right: 0.3125rem;
}

a.label-dot-two {
    color: #fff !important;
    padding-right: 0.3125rem;
}

a.label-dot-three {
    color: #fff !important;
    padding-right: 0.3125rem;
}

li.item {
    padding: 0.625rem 0.9375rem;
    color: #333333;
    background-color: #f8f8f8;
}
/*
* CODE
*/

code {
    font-size: 87.5%;
    color: #e83e8c;
    border-radius: 0;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}
/*
* NAV
*/

.nav-link.disabled {
    color: #868e96;
}

.nav-link-2.active {
    color: #333333 !important;
}

.dropdown-divider {
    margin: 0rem;
    border-top: none;
}

.nav-pills .nav-link {
    border-radius: 0;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #4fbfa8;
    }
/*
* CARD
*/

.card {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 6px;
    width: 100%;
    margin-bottom: 15px;
}
    .card.account-detail {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.card-title {
    margin-bottom: 0rem;
    font-weight: bold;
}

.card-header {
    padding: 0.625rem 0.9375rem;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header {
    background: #ffbf00;
    border-radius: 0px !important;
}

    .card-header:first-child {
        background: #ffbf00;
    }

.card-header-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: none;
}

.card-footer {
    padding: 0.0rem 1.25rem;
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    padding: 1.25rem;
}

.card-img-overlay-opacity {
    background: rgba(0, 0, 0, 0.2);
}

.card-img {
    border-radius: calc(0 - 1px);
}

.card-img-top {
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0 - 1px);
    border-bottom-left-radius: calc(0 - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

img.img-fluid.etiqa-logo {
    height: 50%;
    width: 50%;
}

img.img-fluid.etiqa-logo-header {
    width: 70%;
    height: 70%;
}

.separator {
    background-color: #ffbf00;
    height: 2px;
    position: relative;
    width: 22px;
    display: block;
    margin: 10px auto 20px;
}

.line-divider.section-2 {
    margin: 0 20px;
}

.data {
    padding: 15px;
    font-family: bariol-bold;
    font-size: 14px;
    color: #808080;
}
.detail {
    background-color: #fff;
    display: block;
    width: 100%;
    vertical-align: middle;
    color: #191919;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 5px 0px;
    padding: .25rem .45rem;
    font-family: bariol-bold;
    min-height: 0px;
}

h3.page-title {
    padding: 10px 15px;
    color: #606060;
    text-transform: uppercase;
    font-family: oswald;
    text-align: center;
}
h4.page-title {
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: bariol-bold;
    text-align: center;
}

h4.data-category {
    padding-left: 0.625rem;
    font-weight: 400;
}

.count-content-box {
    padding: 20px 15px 10px;
    border-radius: 5px;
    margin: 15px 10px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.12) !important;
}

.count-content-no:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .2);
    margin: 0 auto;
    height: 1px;
    margin: 10px 0px;
}

.count-content-item {
    font-weight: bold;
}

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

.table thead th {
    vertical-align: bottom;
    color: #939598;
    padding: 0.6875rem !important;
}

.table td, .table th {
    padding: 0.3125rem 1.625rem !important;
    vertical-align: top;
    border: none;
}

td {
    color: #171717 !important;
    font-family: droidsans-regular !important;
}

.table th {
    padding: 0.3125rem .9375rem !important;
    vertical-align: top;
    border-top: 1px solid rgba(128, 128, 128, 0.5);
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}

.tab-content {
    display: block;
    margin-bottom: 30px;
}

/*
* SUB SEARCH BAR
*/
section.submenu-bar {
    margin-top: 56px;
    margin-bottom: 20px;
}
.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.3125rem 0.9375rem;
    list-style: none;
    background-color: #606060;
    border-radius: 0px;
    margin: 0rem;
}

.text-white {
    color: #fff !important;
}

a.breadcrumb-item {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: ">";
}

.search-fields {
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: #eceeef;
    border-radius: 15px;
}


/*for gridview responsive newly added*/
table#gvProduct {
    overflow-x: scroll;
    margin: 0.3125rem;
}

h5.panel-title-no-BorderColour {
    background-color: transparent;
    color: #333333;
    border-left: 4px;
    padding: 10px 15px;
    line-height: 1.1;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9em;
}

.header-name {
    font-size: 0.75rem !important;
}
/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {

    .login100-more {
        width: 40%;
    }
}

@media screen and (max-width: 992px) and (min-width: 577px) {
    .login100-form {
        width: 100%;
    }

    .login100-more {
        width: 100%;
    }

    .wrap-login100 {
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
        justify-content: center;
    }

    .nav-pills {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }



    h6.menu-title {
        clear: both;
        display: block;
        font-weight: 700;
        line-height: 1.5;
    }

    .btn-header {
        border: 1px solid #ffbf00;
        color: #333333 !important;
        border-radius: 0px !important;
        background: #ffbf00;
        position: absolute;
        right: 62px !important;
        top: 0px;
        height: 62px !important;
        width: 62px !important;
        padding: 21px !important;
        margin: 0px !important;
    }


    button.navbar-toggler {
        position: absolute;
        top: -62px !important;
        right: 0px !important;
    }

    .btn-template-outlined {
        background: none;
        color: #fff;
        border-radius: 0 !important;
        text-decoration: none;
        width: 62px !important;
        height: 62px !important;
    }

    .header-name {
        font-size: 0.75rem !important;
        position: absolute;
        display: block;
        right: 160px;
    }
}

@media screen and (max-width: 576px) and (min-width: 320px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(251, 250, 250, .8) 90%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%,rgba(251, 250, 250, .8)90%);
        width: 100%;
    }

    input.input100 {
        height: 40px;
    }

    .login100-form-title {
        font-size: 1.75rem;
    }

    .rs1-wrap-input100, .rs2-wrap-input100 {
        width: 100%;
        margin-bottom: 10px;
    }

    .rs2-wrap-input100 {
        border-left: 1px solid #e6e6e6;
    }

    .txt2 {
        color: #007bff;
    }

    h6.menu-title {
        clear: both;
        display: block;
        font-weight: 700;
        line-height: 1.5;
    }

    .search-menu.show {
        width: 100vw;
        background-color: #fff !important;
        padding: 15px;
        margin: 0px;
        height: 100vh !important;
    }

    .btn-header {
        color: #333333 !important;
        padding: 10px 15px !important;
        background: #ffbf00;
        position: absolute;
        right: 40px !important;
        top: 0px;
        height: 40px !important;
        width: 40px !important;
        border-radius: 0px !important;
        margin: 0px !important;
    }

    button.navbar-toggler {
        position: absolute;
        top: -40px;
        right: 0px;
    }

    .btn-template-outlined {
        background: none;
        color: #fff;
        border-radius: 0 !important;
        text-decoration: none;
        width: 45px;
        height: 45px;
    }

    .header-name {
        font-size: 0.75rem !important;
        position: relative !important;
        display: block;
    }

    .btn-ad-search {
        width: 100% !important;
    }

    .btn-primary {
        width: 100% !important;
    }

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

    .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 0.9375rem;
        font-family: bariol-bold;
    }

    .account-info {
        margin: 15px;
    }

    section.submenu-bar {
        margin-top: 40px !important;
    }

    .data {
        padding: 0px !important;
    }

    .nav-tabs {
        border-bottom: none;
        margin: 0px 30px 10px 30px;
        font-size: 0.9375rem;
    }

    .section-subtitle h4 {
        font-size: 0.9375rem;
    }

    .submenu-content-bar .nav-fill .nav-item {
        margin: 0px 60px;
        padding: 10px;
    }

    .sub-panel {
        padding: 5px 15px;
    }

    .vl {
        height: 30px;
    }

    h3.page-title {
        font-size: 1.125rem;
    }

    .section-header h3 {
        margin: 10px 0 0 0;
    }

    .btn {
        font-size: 0.8125rem !important;
    }
li.nav-item.sub-item {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 36px;
    letter-spacing: 1px;
}
}

@media (min-width: 768px) {
    .login100-form {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        z-index: 2;
        padding: 20px;
        background: rgba(255, 255, 255, .8);
    }

    .row.banner.banner1 {
        height: 86.9vh;
        padding: 0px;
    }

    .banner {
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(../img/photogrid.jpg);
    }

    .col-md-6.banner-content {
        height: 100%;
        background: rgba(250, 250, 250, 0.7);
        margin-top: 30px;
    }


    #red-flag {
        background-image: radial-gradient(ellipse farthest-corner at 0 140%, #ffbf00 0%, #ffbf00 70%, #feb103 70%);
        padding: 30px 0;
    }

    .detail.detail-2 {
        margin-right: 5px !important;
    }
}

@media (max-width: 414px) {
    .navbar .navbar-nav > li > a:active {
        text-decoration: none !important;
        border-top: 3px solid #ffbf00;
        color: #ffbf00;
        background: #ffffff !important;
    }

    nav.navbar .navbar-holder {
        width: 100vw;
        margin: 10px 15px;
    }
li.nav-item.sub-item {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 36px;
    letter-spacing: 1px;
}
}

@media (max-width: 767px) {
    .row.banner.banner1 {
        height: 60vh;
    }

    .banner {
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(../img/banner-mobile.jpg);
        min-height: 60vh;
    }

    .col-md-6.banner-content {
        height: 100%;
        background: rgba(250, 250, 250, 0);
    }

    .search-btn {
        text-align: center;
    }

    #red-flag {
        background-image: radial-gradient(ellipse farthest-corner at 250% 50%, #ffbf00 35%, #ffbf00 80%, #feb103 80%);
        padding: 30px 0;
    }
li.nav-item.sub-item {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 36px;
    letter-spacing: 1px;
}
}

@media (max-width: 991px) {
    .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .navbar .menu-large .megamenu {
        width: 100%;
        left: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        background: #404040;
    }

    a.nav-link.btn.btn-primary {
        margin-top: 0.3125rem;
        margin-bottom: 0.3125rem;
    }

    h6.menu-title {
        clear: both;
        display: block;
        font-size: 0.8125rem !important;
    }

    ul ul a.nav-link {
        font-size: 0.8125em;
        text-transform: none !important;
        color: #eceeef;
        padding: .5rem 0rem;
    }

    ul.dropdown-menu.show {
        background-color: #404040;
    }

    .navbar .navbar-nav > li > a {
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
        border-top: 0;
        font-size: 0.8125rem;
        width: 100%;
        border-bottom: 1px solid rgba(206, 212, 218, .6);
    }

        .navbar .navbar-nav > li > a:hover {
            border-top: solid 3px #ffbf00;
            background: white;
        }

    .navbar .dropdown-menu {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .pager {
        padding: 20px 0;
        margin-top: 20px;
        border-top: 1px solid #e6e6e6;
    }

    .disabled a, .disabled a:hover {
        border-color: #999 !important;
        color: #999 !important;
        background: none !important;
        cursor: not-allowed;
    }

    .jumbotron h1, .jumbotron h2 {
        letter-spacing: 0.1em;
    }

    .jumbotron p {
        letter-spacing: 0.1em;
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------------
Hide border of iframe */

iframe#ContentPlaceHolder1_iframeFU {
    border: transparent;
}
iframe#ContentPlaceHolder1_iframe1 {
    /*border-width: 0px;*/
    border-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
iframe {
    /*border: transparent;
    border-width: 0px;*/
    border-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

/*------------------------------------------------------------------
Added by Ain */

/* -------------------------------------------------------------------'
    End Add by Ain
*/
