@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");

:root {
    --color-primary: #01487e; /*color: rgb(0, 72, 126); */
    --color-blue-light: #376f99;
    --color-blue-lighter: #1c99cb;
    --color-blue-1: #035daa;
    --color-grey-1: #f7f7f7;
    --color-grey-2: #fafafa;
    --color-grey-3: #ebebeb;
    --color-grey-4: #f9f9f9;
    --color-white: #ffffff;
    --color-dark: #222222;
    --color-dark-1: #3c3c3c;

    /*Guidelines colors*/
    --color-blue: #07334C;
    --color-blue-sea: #0F75BD;
    --color-red: #6A152C;
    --color-green: #124A41;
    --color-yellow: #E1B936;
    --color-orange: #C95345;
    --color-brown: #371D0E;
    --color-brown-light: #C3B59B;

    --font: "Roboto", sans-serif;
}

/** {*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    font-size: 1.5rem;
    font-family: var(--font);
    font-weight: 400;
    line-height: 1.6;
}

/*font*/
.h-small {
    font-size: 2rem !important;
}

.search-main {
    padding: 7rem 0 6rem 0;
}

.btn-learn:link,
.btn-learn:visited {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.btn-learn:hover {
    color: #01487e;
}

.portal-heading {
    color: rgba(247, 247, 247, 0.8);
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin-left: 7.7rem;
    margin-top: -1.3rem
}

@media only screen and (max-width: 1199.98px) {
    .card-title.event-img-title, .card-text.event-img-venue, .card-text.event-img-date {
        font-size: 90%
    }
}

/*Icons*/
.learn a i {
    font-size: 2.2rem;
    color: var(--color-blue-lighter);

}

/* Summernote */
.summernote-container {
    padding: 5rem 35rem;
}

/* Card Header On Reset Page */
div .card-header {
    background-color: transparent;
}

@media (max-width: 1700px) {
    /*.auth-button-container {*/
    /*  flex-direction: column;*/
    /*}*/

}

@media only screen and (max-width: 1200px) {
    .btn-auth span {
        display: block;
        padding: .5rem;
    }

    .btn-auth a {
        display: block;
    }

    /* .btn-auth a img{
      display: none;
    } */
    .btn-auth span {
        display: none;
    }

    .auth-button-container {
        flex-direction: row;
        /* justify-content: center; */
        width: 100%;
        margin-left: 0;
    }

    .btn-auth:not(:last-child) {
        margin-right: -1rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .btn-learn:link,
    .btn-learn:visited {
        margin-bottom: 0;
        font-size: 20px;
        color: #000;
        font-weight: 400;
    }

    form #form-input {
        padding: 1.2rem 3.5rem;
        display: inline-block;
        height: 5rem;
        font-size: 1.6rem;
    }

    /* .form-control {
      width: 25%;
    } */
    .form-row {
        justify-content: center;
    }

    #btn-submit {
        padding: 1rem 5rem;
        font-size: 1.4rem;
        letter-spacing: 2px;
        /* margin-top: 2rem; */
    }

    .heading-3 {
        font-size: 2.5rem;
        padding-bottom: 1rem;
        text-align: center;
        /* border-bottom: 1px solid var(--color-grey-3); */
    }

    section .form--main {
        padding: 4rem 2rem;
    }

    .learn.container {
        margin: 0;
        padding: 0;
    }

    .learn-wrapper .col-lg-3 {
        width: 20%;
    }

    .learn-one a img {
        display: inline-block;
        width: 20px;
        margin: 6px;
        margin-bottom: 0;
    }

    .learn-one {
        padding: 12px 0;
    }

    /*.auth-button-container {*/
    /*  flex-direction: column;*/
    /*  margin-top: 1.5rem;*/
    /*}*/
    /*.btn-auth{*/
    /*  margin-top: 1.5rem;*/
    /*}*/
    .footer {
        padding: 35px 0;
    }

    .footer .foo-one img {
        height: 180px;
    }

    .summary form .form-inline.form-control {
        display: block;
    }

    .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
        /*width: calc(41vw);*/
    }

    /*form.agenda.form-row:not(){*/
    /*    margin-top: 3rem;*/
    /*}*/
    /* .card-title.event-img-title,.card-text.event-img-venue,.card-text.event-img-date{
    font-size: 90%
  } */
    .card-text.event-img-venue {
        display: none
    }

    .card-title.event-img-title {
        font-size: 1.5rem;
    }

    a.btn-event-2, .btn-event-3 {
        font-size: 1.4rem;
        padding: .8rem 1.7rem;
    }
}

@media only screen and (max-width: 799px) {
    .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
        /*width: calc(72vw);*/
        /*margin: 1rem 0;*/
    }

    .form-inline.details {
        flex-direction: column;
        flex: 0 0 80%;
    }

    .card-text.event-img-venue, .card-text.event-img-date {
        display: none
    }

    .card-title.event-img-title {
        font-size: 80%;
    }

    a.btn-event-2, .btn-event-3 {
        font-size: 1.4rem;
        padding: .8rem 1.7rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .btn-learn:link,
    .btn-learn:visited {
        margin-bottom: 0;
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

    div.row.register-group {
        display: block;
    }

    div.col {
        margin-bottom: 2rem;
    }

    .agencies.container {
        max-width: 700px;
    }

    form #form-input {
        padding: 1.2rem 3.5rem;
        display: inline-block;
        height: 5rem;
        font-size: 1.6rem;
    }

    /* .form-control {
      width: 25%;
    } */
    .form-row {
        justify-content: center;
    }

    #btn-submit {
        padding: 1rem 5rem;
        font-size: 1.4rem;
        letter-spacing: 2px;
        margin-top: 2rem;
        display: block;
    }

    .heading-3 {
        font-size: 2.5rem;
        padding-bottom: 1rem;
        text-align: center;
        /* border-bottom: 1px solid var(--color-grey-3); */
    }

    .learn.container {
        margin: 0;
        padding: 0;
    }

    .learn-wrapper .col-lg-3 {
        width: 25%;
    }

    .learn-one a img {
        display: inline-block;
        width: 17px;
        margin: 6px;
        margin-bottom: 0;
    }

    .learn-one {
        padding: 12px 0;
    }

    .footer {
        padding: 40px 0;
    }

    .footer .foo-one img {
        height: 140px;
    }

    /*new*/
    button.btn.dropdown-toggle {
        margin-bottom: 1rem;
        margin-top: .5rem;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        /* width: calc(73vw); */
    }

    .card-text.event-img-venue {
        display: none;
    }

    .card-text.event-img-date {
        display: block
    }

    .card-title.event-img-title {
        font-size: 100%;
    }

    a.btn-event-2, .btn-event-3 {
        font-size: unset;
        padding: .8rem 1.7rem;
    }
}

@media (max-width: 596px) {
    .btn-auth span {
        display: none;
    }

    .btn-auth a img {
        display: block;
        margin: 0;
    }

    .auth-button-container {
        flex-direction: row;
        /* justify-content: center; */
        width: 70%;
        margin-left: 4.5rem;
    }

}

@media only screen and (max-width: 575.98px) {
    html {
        font-size: 50%;
    }

    .portal-heading {
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 1px;
        margin-left: 13.3rem;
    }

    .btn-learn:link,
    .btn-learn:visited {
        margin-bottom: 0;
        font-size: 15px;
        color: #000;
        font-weight: 400;
    }

    form #form-input {
        padding: 1.2rem 4rem;
        display: inline-block;
        height: 5rem;
        font-size: 1.6rem;
    }

    /* .form-control {
      width: 25%;
    } */
    .form-row {
        justify-content: center;
    }

    #btn-submit {
        padding: 1rem 5.5rem;
        font-size: 1.4rem;
        letter-spacing: 1px;
        margin-top: 2.5rem;
        margin: 0 auto;
    }

    .heading-3 {
        font-size: 2.5rem;
        padding-bottom: 1rem;
        text-align: center;
        /* border-bottom: 1px solid var(--color-grey-3); */
    }

    form #form-input {
        padding: 1.2rem 4rem;
        display: inline-block;
        height: 5rem;
        font-size: 1.6rem;
    }

    /* .form-control {
      width: 25%;
    } */
    .form-row {
        justify-content: center;
    }

    #btn-submit {
        padding: 1rem 5.5rem;
        font-size: 1.4rem;
        letter-spacing: 1px;
        margin-top: 2rem;
    }

    select.form-control:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    form.form-inline {
        width: 70%;
    }

    .portal {
        padding: 5px 0;
    }

    .portal-img img {
        display: inline-block;
        height: 6rem;
        margin-left: 7.7rem;
    }

    .learn-one {
        padding: 10px 0;
        border-right: 1px solid #ebebeb;
    }

    .learn .row {
        justify-content: center;
    }

    .learn.container {
        margin: 0;
        padding: 0;
    }

    .learn-wrapper .col-lg-3 {
        width: 25%;
    }

    .learn-one a img {
        display: inline-block;
        width: 16px;
        margin: 6px;
        margin-bottom: 0;
    }

    .footer {
        padding: 40px 0;
    }

    .footer .foo-one img {
        height: 140px;
    }

    .btn-auth span {
        display: block;
        padding: .5rem;
    }

    .btn-auth a {
        display: block;
    }

    /* .btn-auth a img{
      display: none;
    } */
    .btn-auth span {
        display: none;
    }

    .auth-button-container {
        flex-direction: row;
        /* justify-content: center; */
        width: 100%;
        margin-left: 0;
    }

    .btn-auth:not(:last-child) {
        margin-right: -1rem;
    }

    div.row.a-plan {
        /*display: grid;*/
        /*grid-template-columns: repeat(2, 1fr);*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*padding-left: 1.5rem;*/
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        /* width: calc(66vw); */
        margin: 1rem 0;
    }

    .form-inline.details input {
        margin-bottom: 1.5rem;
    }

    .card-text.event-img-venue {
        display: block;
    }

    .card-text.event-img-date {
        display: block
    }

    .card-title.event-img-title {
        font-size: 80%;
    }

    a.btn-event-2, .btn-event-3 {
        font-size: 1.4rem;
        padding: .8rem 1.7rem;
    }

}

@media only screen and (max-width: 420px) {
    .portal-heading {
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 1px;
        margin-left: 13.3rem;
    }

    .btn-learn:link,
    .btn-learn:visited {
        margin-bottom: 0;
        font-size: 11px;
        color: #000;
        font-weight: 400;
    }

    form #form-input {
        padding: 1.2rem 4rem;
        height: 5rem;
        font-size: 1.6rem;
        display: block;
    }

    form .form-control {
        width: 100%;
        display: block;
    }

    .form-row {
        justify-content: center;
    }

    /* #btn-submit {
      padding: 1rem 3rem;
      font-size: 1.4rem;
      letter-spacing: 1px;
      margin-top: 2rem;
      display: block;
    } */
    .heading-3 {
        font-size: 2rem;
        padding-bottom: 1rem;
        text-align: center;
        /* border-bottom: 1px solid var(--color-grey-3); */
    }

    section .form--main {
        padding: 4rem 2rem;
    }

    .learn-one {
        padding: 0;
        border-right: 1px solid #ebebeb;
    }

    .learn .row {
        justify-content: center;
    }

    .learn.container {
        margin: 0;
        padding: 0;
    }

    .learn-wrapper .col-lg-3 {
        width: 50%;
    }

    .learn-one a img {
        display: inline-block;
        width: 16px;
        margin: 6px;
        margin-bottom: 0;
    }

    .auth-button-container {
        flex-direction: row;
    }

    /*Icons*/
    .learn a i {
        font-size: 1.8rem !important;
        margin-top: 1rem;
    }

    .card-text.event-img-venue {
        display: none;
    }

    .card-text.event-img-date {
        display: none
    }

    .card-title.event-img-title {
        font-size: 90%;
    }

    a.btn-event-2, .btn-event-3 {
        font-size: 1.4rem;
        padding: .8rem 1.7rem;
    }
}

@media only screen and (min-width: 576px) {
    .container {
        max-width: 700px;
    }

    .heading-3 {
        font-size: 2rem;
        padding-bottom: 1rem;
        text-align: center;
        /* border-bottom: 1px solid var(--color-grey-3); */
    }

    .form-inline .form-control {
        display: block;
        width: 100%;
        /* vertical-align: middle; */
    }

    .form-inline .form-control:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 800px) {
    .container {
        max-width: 950px;
    }

    .form-inline .form-control {
        display: inline-block;
        width: 20%;
        /* vertical-align: middle; */
    }

    .form-inline.agenda {
        margin: 3rem;
    }

    .form-inline.agenda .form-control {
        width: 50%;
    }

    .form-inline.agenda .form-control:not(:last-child) {
        margin-bottom: 1rem;
    }

    /*.form-inline.agenda input {*/
    /*margin-right: 3rem;*/
    /*}*/
    button.btn.dropdown-toggle {
        margin-right: 3rem;
        /*margin-bottom: 1rem;*/
    }

    div.multi select.selectpicker {
        width: 40rem;
    }

    button.btn.dropdown-toggle {
        margin-bottom: 1rem;
    }

    button.btn-primary.d-sm-block {
        margin-top: 1.5rem;
    }
}

@media (min-width: 992px) {
    .form-inline.agenda .form-control {
        display: inline-block;
        width: auto;
    }
}

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

    .dashboard.container {
        max-width: 1290px;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        /* vertical-align: middle; */
    }

    .form-inline .form-control:not(:last-child) {
        margin-bottom: 0;
    }

    .form-inline.agenda .form-control {
        display: inline-block;
        width: auto;
    }

    .form-inline.agenda {
        margin: 0;
    }

    button.btn.dropdown-toggle {
        margin-bottom: 1rem;
    }

    button.btn-primary.d-sm-block {
        margin-top: 1.5rem;
    }
}

@media (min-width: 1700px) {
    .btn-auth:not(:last-child) {
        margin-right: -1rem;
    }

    .container.agenda-table {
        max-width: 1400px;
    }
}

/* User Admin */
.user-admin {
    padding: 4rem 0;
    margin: 0 auto;
}

.user-admin-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: -5rem;
}

.user-btn-container {
    /* position: relative;
    width: 100%;
     */
    display: flex;
    margin: 6rem 0;
    margin-top: 1rem;
    justify-content: center;

}

.user-btn {
    /* position: absolute;
    left: 50%;
    top:96%;
    transform: translate(-50%, -50%);*/
    padding: 1rem 4rem;
    font-size: 1.5rem;

    /* margin: 4rem; */
}

.user-admin-header {
    /* margin-left: auto; */
    margin-top: 5rem;
}

.btn-danger, .btn-info {
    padding: .8rem 2rem;
    font-size: 1.5rem;
    /*margin-right: 2.5rem; */
    margin-left: 30px;
}

.table-responsive {
    /*padding:4rem;*/
}


.admin-operation-container {
    display: flex;
    justify-content: space-around;
    width: 70%;
    font-size: 1.5rem;
}

.add-user-container {
    display: flex;
    justify-content: center;
    padding: 7rem;
    margin: 0 auto;
}

.nav {
    background-color: var(--color-grey-2);
}

.nav__bar {
    /* background-color: var(--color-grey-1); */
    display: flex;
    /* justify-content: space-between; */
    /* padding: 0.8rem; */
    margin: 0 4rem 0 4rem;
}

.nav__logo:link,
.nav__logo:visited,
.nav__logo:hover {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-dark);
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 16rem;

    padding: 2rem 2rem;
}

.nav__list {
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.nav__item {
    list-style: none;
}

.nav__link:link,
.nav__link:visited {
    text-decoration: none;
    font-size: 1.5rem;
    font-family: var(--font);
    padding: 2rem 2rem;
    display: inline-block;
    color: var(--color-dark);
    transition: all 0.3s;
}

.nav__link:hover,
.nav-btns__btn:hover {
    background-color: var(--color-grey-3);
    color: var(--color-blue-light);
    /* font-weight: 700; */
}

.nav__link:not(:last-child) {
    border-right: 1px solid var(--color-grey-3);
}

.nav__active {
    background-color: var(--color-grey-3);
}

.nav-btns {
}

.nav-btns__list {
    list-style: none;
}

.nav-btns__btn:link,
.nav-btns__btn:visited {
    text-decoration: none;
    font-size: 1.5rem;
    display: inline-block;
    padding: 2rem 2rem;
    color: var(--color-dark);
}

.nav-btns__btn:hover {
    background-color: var(--color-grey-3);
    color: var(--color-blue-light);
}

/*Agencies*/
.agencies {
    padding: 4.5rem 0;
}

.heading-2,
.btn-heading:link,
.btn-heading:visited {
    font-size: 1.7rem;
    color: var(--color-primary);
    display: block;
    margin-bottom: 2rem;
}

.btn-heading:hover {
    color: var(--color-blue-lighter);
}

.heading-3 {
    font-size: 3rem;
    font-family: inherit;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-grey-3);
    text-align: left;
    /* text-transform: uppercase; */
}

.heading-4 {
    display: block;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1.2rem;
}

.heading-5 {
    font-size: 1.7rem;
    text-transform: uppercase;
    display: block;
    padding: 0.6rem;
    border-bottom: 1px solid var(--color-grey-3);
}

.heading-6 {
    /*font-size: 2.5rem;*/
    /*font-family: inherit;*/
    /*font-weight: 700;*/
    /*color: var(--color-primary);*/
    /*display: block;*/
    /*padding-bottom: 1rem;*/
    /*border-bottom: 1px solid var(--color-grey-3);*/
    /*text-align: left;*/
    /* text-transform: uppercase;*/
    font-size: 1.7rem;
    font-family: inherit;
    padding-bottom: 1rem;
    color: var(--color-primary);
    font-weight: 700;
}

.form--main {
    background-color: rgb(231, 240, 248);
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem 5rem;
}

#form-input {
    padding: 1.2rem 5.5rem;
    display: inline-block;
    height: 5rem;
    font-size: 1.5rem;
}

/* .form-control {
  margin-right: 3rem;
} */
#btn-submit {
    background-color: rgb(0, 72, 126);
    text-transform: uppercase;
    color: var(--color-white);
    border: none;
    border-radius: 2px;
    padding: 1rem 5.5rem;
    display: inline-block;
    font-size: 1.5rem;
}

#btn-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.evaluation-table {
    padding: 6rem 0;
}

.table-header {
    color: var(--color-primary);
}

#abt-agency {
    padding-top: 5rem;
    padding-bottom: 15rem;
}

.abt-content {
    padding-top: 3.5rem;
}

.abt-paragraph {
    font-size: 1.5rem;
    line-height: 1.7;
    color: #666666;
}

.abt-paragraph:not(:last-child) {
    margin-bottom: 2rem;
}

/*evaluation*/
#evaluation {
    padding: 5rem 0 6rem 0;
}

.evaluation-icon {
    height: 2.2rem;
    width: 2.2rem;
    fill: var(--color-blue-light);
    cursor: pointer;
    position: absolute;
    top: 0.4rem;
    right: 2.5rem;
}

.search-input {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    padding: 15px 20px;
}

.evaluation-body {
    margin: 2rem 0 7rem 0;

}

#pagination-section {
    margin-top: 4rem;
    display: flex;
    justify-content: flex-end;
}

.page-link {
    padding: 0.9rem 1.1rem;
}

.evaluation-content {
    padding: 2.5rem 0;
}

.evaluation-box {
    padding: 3rem 0;
    overflow: hidden;
    border-bottom: 1px solid var(--color-grey-3);
}

.evaluation-box:not(:last-child) {
    margin-bottom: 1.5rem;
}

.ev-img {
}

.btn-access:link,
.btn-access:visited {
    color: var(--color-primary);
    font-size: 1.3rem;
}

.btn-access:hover {
    color: var(--color-blue-light);
}

.btn-access:hover .r-arrow {
    margin-left: 1.5rem;
}

.r-arrow {
    display: inline-block;
    margin-left: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.evaluation-text {
    font-size: 1.5rem;
    line-height: 1.5;
}

/*Guideline*/

#guideline {
    padding: 5rem 0;
}

.guideline-content {
    padding: 4rem 0;
}

.guideline-list {
    padding: 1.3rem 2rem;
    margin-left: 2rem;
    margin-bottom: 4rem;
}

.guideline-item {
    color: var(--color-blue-light);
}

.guideline-item:not(:last-child) {
    margin-bottom: 0.8rem;
}

.g-number {
    margin-right: 1.8rem;
}

/*Contact*/
#contact {
    padding: 7rem 0;
}

.contact-content {
    padding: 4rem 0 9rem 0;
}

.contact-list {
    margin-left: 1rem;
}

.contact-item {
    font-size: 1.7rem;
    text-transform: capitalize;
}

.contact-item:not(:last-child) {
    margin-bottom: 1.1rem;
}

.contact-location {
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 700;
}

.contact-email {
    text-transform: lowercase;
}

.contact-icons {
    margin-left: 1rem;
    margin-top: 5rem;
}

.contact-icon {
    height: 5rem;
    width: 5rem;
    fill: var(--color-blue-lighter);
    cursor: pointer;
    transition: all 0.3s;
}

.contact-icon:not(:last-child) {
    margin-right: 1.5rem;
}

.contact-icon:hover {
    fill: var(--color-blue-light);
}

/*Login*/
.login-body {
    padding: 8rem 1.5rem;
}

.form-skin-content {
    background-color: rgb(231, 240, 248);
    padding: 5rem 0;
}

/* .login-main {
  width: 50%;
  height: max-content;
  margin: 0 auto;
  background-color: rgb(231, 240, 248);
  padding: 5rem 3rem;
  position: relative;
} */
.login-heading {
    font-size: 5rem;
    font-weight: 300;
    color: var(--color-primary);
    font-family: inherit;
    display: block;
    text-align: center;
    margin-bottom: 3.5rem;
}

.form-content {
    margin: 0 auto;
    width: 80%;
}

.form-group {
    margin-bottom: 3.5rem;
}

.form-control {
    display: block;
    height: 4.5rem;
    font-size: 1.4rem;
    padding: 1.2rem 3rem;
}

.btn-login {
    margin: 0 auto;
    margin-top: 4rem;
    padding: 1rem 4.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 300;
    background-color: var(--color-primary);
    display: block;
    color: var(--color-grey-1);
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s;
    border: none;
}

.edit-button-container {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
}

.btn-edit {
    padding: 1rem 4.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 300;
    background-color: var(--color-primary);
    display: block;
    color: var(--color-grey-1);
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s;
    border: none;
}

.btn-save {
    margin: 5px 0 5px 5px;
}

.btn-edit a {
    color: #fff;
}

.btn-contact {
    /*border: 1px solid black;*/
    text-transform: uppercase;
    background-color: transparent;
    color: var(--color-primary);
    padding: 1.2rem 3.5rem;
    font-size: 1.5rem;
    border: none;
    transition: all .4s;
}

.btn-auth {
    margin: 0 auto;
    margin-top: 3rem;
    padding: 0.5rem 2.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 300;
    background-color: #fff;
    display: block;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s;
}

.btn-auth img {
    margin-right: 1.5rem;
    width: 32px;
}

.btn-google {
    border: 1px solid #DB4437;
    padding: .2rem 2.2rem;
}

.btn-office {
    border: 1px solid #DC3E15;
}

.btn-linkedin {
    border: 1px solid #0077B5;
}

.btn-login:hover, .btn-admin:hover {
    background-color: rgb(3, 59, 102);
    box-shadow: 0 0.2rem 1rem rgba(0, 72, 126, 0.2);
    transform: translateY(-1px);
    color: var(--color-grey-1);
}

.form-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.footer-link {
    color: var(--color-blue-light);
    font-weight: 400;
}

.register-main {
    width: 85%;
    height: max-content;
    margin: 0 auto;
    background-color: rgb(231, 240, 248);
    padding: 5rem 2.5rem;
    position: relative;
}

.register-group:not(:last-child) {
    margin-bottom: 2rem;
}

.register-heading {
    margin-bottom: 6.5rem;
    font-size: 4rem;
}

.btn-register {
    margin-top: 5rem;
}

/*Network*/
#network {
    padding: 7rem 0;
}

.network-content {
    padding: 3rem 0;
}

.network-event {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    grid-gap: 7rem;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.network-card {
    background-color: rgb(231, 240, 248);
    padding: 2.5rem 3rem;
}

.network-heading {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.network-link:visited,
.network-link:link {
    color: var(--color-dark);
    font-size: 1.5rem;
    transition: all 0.3s ease-out;
}

.network-link:hover {
    color: var(--color-blue-light);
}

.network-text {
    font-size: 1.4rem;
    font-family: inherit;
}

.network-location {
    margin-top: 1rem;
}

.table-heading-main {
    text-transform: uppercase;
    text-align: center;
    color: var(--color-primary);
    background-color: rgb(231, 240, 248);
}

.table th {
    padding: 1.4rem;
}

#table-header {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.table-heading-sub {
    text-transform: capitalize;
    margin: 0.7rem;
    font-size: 1.7rem;
    margin-left: 2rem;
}

.table-heading {
    text-transform: uppercase;
    margin: 0.7rem;
    /* color: var(--color-dark); */
    font-size: 1.8rem;
    margin-left: 2rem;
}

.table-heading-sm {
    text-transform: capitalize;
    padding: 2.3rem;
    font-size: 1.7rem;
    font-weight: 500;
}

.table-text {
    display: block;
    font-weight: 300;
    margin-left: 2rem;
}

.network-num {
    font-weight: 700;
}

/*Media*/
#media {
    padding: 6rem 0;
}

.media-content {
    padding: 4rem 0;
}

.img-media {
    width: 100%;
}

.media-row:not(:first-child) {
    margin-top: 3rem;
}

figcaption {
    margin-top: 1rem;
    text-align: center;
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-video {
    width: 100%;
    height: 85%;
    text-align: center;
}

/*learning*/
#learning {
    padding: 5rem 0;
}

.learning-content {
    padding: 4rem 0;
}

.learning-courses {
    border-bottom: 1px solid var(--color-primary);
}

.learning-row:not(:last-child) {
    margin-bottom: 4.5rem;
}

.card-nav {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
}

.btn-view {
    font-size: 1.2rem;
    color: var(--color-primary);
}

.card-arrow {
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

.learning-count {
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 5rem;
    margin-right: 8rem;
}

.learning-footer {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.learning-publications {
    padding-top: 4rem;
}

.pub-recent {
    font-weight: 700;
}

.pub-heading {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 3rem;
    display: block;
    text-transform: uppercase;
}

.learning-pub {
    font-size: 2.3rem;
}

.learning-text {
    font-size: 1.6rem;
}

.btn-book:link,
.btn-book:visited {
    color: var(--color-primary);
    font-size: 1.6rem;
}

.btn-book:hover .r-arrow {
    margin-left: 1.5rem;
}

.pub-side {
    margin-left: 4rem;
}

.book-icon {
    text-align: center;
    fill: var(--color-blue-light);
    width: 19rem;
    height: 18rem;
    background-color: rgb(231, 240, 248);
    padding: 1.5rem 0;
}

.refine-box {
    border: 1px solid rgb(0, 72, 126);
}

/*Guideline-info*/
#guide-info {
    padding: 6rem 0;
}

.guide-content {
    padding: 3rem;
}

.guide-para:not(:last-child) {
    margin-bottom: 1.5rem;
}

.guide-para {
    font-size: 1.7rem;
}

.btn-download:link,
.btn-download:visited {
    font-size: 1.4rem;
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 1.2rem 2rem;
    margin: 1.5rem 0;
    color: var(--color-white);
    background-color: var(--color-primary);
    box-shadow: 0 0.5rem 1rem rgba(0, 72, 126, 0.2);
    transition: all 0.3s;
}

.btn-download:hover {
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 72, 126, 0.3);
}

.guide-box {
    border: 1px solid rgb(0, 72, 126);
}

.guide-box:not(:last-child) {
    margin-bottom: 2.5rem;
}

.guide-list {
    padding: 1.3rem;
}

.guide-item:not(:last-child) {
    margin-bottom: 0.8rem;
}

.guide-box-headiing {
    padding: 1.5rem;
    text-align: center;
    font-size: 2rem;
    color: var(--color-white);
    background-color: var(--color-primary);
    text-transform: capitalize;
}

/*Event*/
#event {
    padding: 6rem 0;
}

.event-content {
}

.event-title {
    text-align: center;
    display: block;
    margin-bottom: 2rem;
}

.event-description {
    margin-bottom: 6rem;
}

.event-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.9rem;
}

.event-text {
    font-size: 1.4rem;
    font-family: inherit;
}

.event-location {
    margin-top: 1.5rem;
}

.event-description-header {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.event-gallery {
    margin-bottom: 7rem;
}

.event-gallery-row {
    display: flex;
}

#event img {
    width: 100%;
    padding-right: 2rem;
}

.event-document-row {
    display: flex;
    /* flex-wrap: wrap */
}

/*Accodion*/
/*formatting for search refine start*/
.filter.head {
    border: 1px solid var(--color-primary);
    padding: 1.5rem;
    color: var(--color-white);
    font-size: 2rem;
    text-align: center;
    background-color: var(--color-primary);
    text-transform: capitalize;
}

.filter.body {
    border: 1px solid #01487d;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: 50px;
    font-size: small;
}

.last_child {
    padding-bottom: 20px;
}

.accordion .card {
    background-color: transparent;
    border: none;
    padding: 0 2rem;
}

.accordion p {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-dark);
    padding: 0.8rem 0;
    text-transform: capitalize;
}

.l-arrow {
    color: var(--color-dark);
    font-weight: bold;
    transition: all .3s ease-out;
}

.accordion p:hover .l-arrow {
    margin-left: 0.5rem;
}


body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    color: #595959;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

::selection {
    color: white;
    background: teal;
}

::-webkit-selection {
    color: white;
    background: teal;
}

::-moz-selection {
    color: white;
    background: teal;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 5px 0px 0px 13px;
    font-size: 20px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

/*-- header area start --*/

.header {
    background-color: #fafafa;
}

.header ul.drop {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    background-color: #fafafa;
    /*width: max-content;*/
    width: 100%;
    display: none;
    z-index: 5000000;
}

.header ul.about-drop {
    width: max-content;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.16);
}

.header ul li:hover .user-dropdown {
    display: flex;
    flex-direction: column;
    /*width: max-content;*/
}

.header ul.drop li a {
    border: 0;
    display: block;

}

.header ul li {
    position: relative;
}

.header ul li a {
    border-right: 1px solid #ebebeb;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.header ul li a:hover {
    background: #ebebeb;
}

.header ul li:hover ul {
    display: block;
}

.header ul li a.first-item {
    border-left: 1px solid #ebebeb;
    position: relative;
}

.header ul.right-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.header ul.right-menu li {
    display: inline-block;
}

.header span.navbar-brand {
    color: #000;
    font-weight: 500;
    margin-right: 30px;
}

.header ul.navbar-nav li a {
    color: #000;
    padding: 15px;
}

.header ul.navbar-nav li a img {
    width: 10px;
    margin-left: 6px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

.right-menu li a {
    padding: 15px;
    color: #000;
}

.navbar button {
    background-image: url(img/ham.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.active-menu a {
    background: #ebebeb;
}

/*-- header area end --*/

/*-- portal area start --*/

.portal {
    background-color: #01487e;
    padding: 15px 0;
}


.portal-wrapper {
    overflow: hidden;
}

.portal-img {
    float: left;
}

.portal-img img {
    display: inline-block;
    height: 8rem;
    margin-right: 15px;
}

@media only screen and (min-width: 1500px) {
    .carousel-inner .carousel-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        /* bottom: 20%; */
        transform: translate(-50%, -50%);
    }

    .form-inline.agenda {
        margin: 0;
    }
}

.portal-contant span {
    color: #fff;
    font-size: 13px;
}

.carousel-inner .slider-header {
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.portal-contant p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    text-decoration: overline;
}

.portal-contant h5 {
    color: #fff;
    margin-bottom: 0;
}

.portal-wrapper a {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.portal-wrapper a:hover {
    opacity: 0.7;
}

/*-- portal area end --*/

/*-- slider area start --*/

.carousel-caption a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    background: #01487e;
    font-weight: 500;
    padding: 8px 50px;
    margin-top: 20px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.carousel-caption a:hover {
    opacity: 0.7;
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    /*background: #fff;*/
    background: blue;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: transparent;
    border: 1px solid blue;
}

.carousel-caption {
    bottom: 110px;
}

/*-- slider area end --*/

/*-- learn area start --*/
.learn {
    background-color: #f7f7f7;
}

.learn-one {
    padding: 20px 0;
    border-right: 2px solid #ebebeb;
}


.learn-one img {
    display: block;
    width: 25px;
    margin: auto;
    margin-bottom: 10px;
}

.learn-one p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.learn-four {
    border-right: 0;
}

.learn-wrapper a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.learn-wrapper a:hover {
    opacity: 0.7;
}

/*-- learn area end --*/

/*-- search area start --*/
.ser-wrapper h4 {
    color: #00487e;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
}

.serarea {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    padding: 15px 20px;
}

.serarea button {
    background: none;
    border: none;
    outline: none;
    margin-left: 20px;
}

.serarea button img {
    display: inline-block;
    width: 22px;
}

.serarea input {
    border: none;
    outline: none;
    width: 91%;
}

.serarea input::placeholder {
    font-style: italic;
    color: #d1d1d1;
}

.search {
    margin-top: 80px;
    margin-bottom: 50px;
}

/*-- search area end --*/

/*-- book area start --*/
.book-left-para p {
    background-color: #01487e;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 15px 26px;
    padding-right: 40px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    border-radius: 6px 0px 0px 6px;
    margin-bottom: 0;
}

.book-left-para {
    position: relative;
}

.book-left-para:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #01487e;
    position: absolute;
    bottom: 0px;
    border-radius: 0px 0px 0px 6px;
}

.book-info {
    margin-top: 20px;
}

.bf-one {
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
}

.bf-left {
    float: left;
    margin-right: 30px;
}

.bf-right {
    overflow: hidden;
}

.bf-right h5 {
    color: #01487e;
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 17px;
}

.bf-right p {
    line-height: 1.8;
    overflow: hidden;
}

.bf-right a {
    display: inline-block;
    color: #01487e;
    font-weight: 500;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.bf-right a:hover {
    opacity: 0.7;
}

.bf-right a img {
    display: inline-block;
    margin-left: 6px;
}

.reports {
    margin-top: 60px;
}

.reports a {
    display: inline-block;
    color: #01487e;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.reports a:hover {
    opacity: 0.7;
}

#bf-two {
    margin-top: 40px;
}

.link {
    margin-top: 50px;
    border: 1px solid #ebebeb;
}

.link-element h4 {
    font-weight: 500;
    color: #000;
    font-size: 20px;
    padding: 15px 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}

.link-element ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.link-element ul li a {
    display: block;
    color: #01487e;
    padding: 15px 20px;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.link-element ul li a:hover {
    background: #f8f8f8;
}

.link-element ul li:last-child a {
    border: 0;
}

.book {
    margin-bottom: 100px;
}

/*-- book area end --*/

/*-- footer area start --*/
.footer {
    background-color: #01487e;
    padding-top: 80px;
    padding-bottom: 100px;
}


.footer-heading h5 {
    font-size: 17px;
    color: #1c83d0;
    font-weight: 500;
}

.footer-heading span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 10px 0;
}

.foo-two-contant p {
    color: #fff;
    margin-bottom: 0;
}

.foo-three-contant p {
    color: #fff;
    margin-bottom: 0;
}

.foo-three-contant ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.foo-three-contant ul li a {
    color: #fff;
    text-decoration: underline;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.foo-three-contant ul li a:hover {
    opacity: 0.7;
}

.foo-four-contant ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.foo-four-contant ul li a {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 5px;
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.foo-four-contant ul li a:hover {
    opacity: 0.7;
}

/*-- footer area end --*/

/*-- copy area start --*/
.copy {
    padding: 20px 0;
}

.cp-left p {
    color: #000;
    margin-bottom: 0;
}

.cp-right a {
    color: #000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.cp-right a:hover {
    opacity: 0.7;
}

.page img {
    display: block;
    width: 100%;
}

/*-- copy area end --*/

/*--2nd page start--*/

/*-- plan area start --*/

.plan-wrapper {
    padding: 40px 0;
}

.plan-wrapper h3 {
    color: #00487e;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}

/*-- plan area end --*/

/*-- impact area start --*/

.in-left-heading h4 {
    color: #222;
    font-weight: 600;
    margin-bottom: 40px;
}

.in-book-one img {
    display: block;
}

.in-book-table table {
    width: 100%;
}

.in-book-table .first-col {
    width: 50%;
}

.in-book-table table td p {
    margin-bottom: 0;
    font-weight: 600;
    color: #2976be;
    margin-bottom: 13px;
}

#last p {
    margin-bottom: 0;
}

#last span {
    margin-bottom: 0;
}

.in-book-table table td span {
    display: inline-block;
    color: #222;
    font-weight: 600;
    margin-bottom: 13px;
}

.in-para {
    margin-top: 50px;
}

.in-parax {
    margin-top: 40px;
}

.in-para p {
    margin-bottom: 40px;
}

.in-right-link {
    border: 1px solid var(--color-primary);
}

.in-right-link h4 {
    font-size: 22px;
    margin-bottom: 0;
    padding: 20px 20px;
}

.in-right-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.in-left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.in-right-link ul li a {
    display: block;
    color: #5066cf;
    padding: 17px 20px;
    border-top: 1px solid #ebebeb;
    text-align: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.in-right-link ul li a:hover {
    opacity: 0.7;
}

.in-right-link.right-list {
    width: 30%;
    margin-bottom: 3rem;
    /*margin-top: 3rem;*/
    margin-left: auto;
    font-size: 1.6rem;
}

.in-right-link.left-list {
    width: 30%;
    margin-bottom: 3rem;
    /*margin-top: 3rem;*/
    margin-right: auto;
}

.inr-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.inr-social ul li {
    display: inline-block;
}

.inr-social ul li a {
    display: inline-block;
    color: #2877bd;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #2877bd;
    border-radius: 50%;
    margin-right: 20px;
    padding: 13px 20px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.inr-social ul li a:hover {
    background: #2877bd;
    color: #fff;
}

.inr-social ul li:first-child a {
    padding: 13px 24px;
}

.inr-social {
    margin-top: 25px;
}

/*Conatct Team*/
.contact-team {
    color: var(--color-primary) !important;
}

/*-- impact area end --*/

/*-- tab area start --*/
.tabarea .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #7d7d7d !important;
    padding: 15px 18px;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.nav-link.active {
    color: #00487e !important;
}

.nav-link:hover {
    color: #00487e !important;
}

.table-one table {
    width: 100%;
}

.table-one table tr td {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #222;
}

.table-one table tr:nth-child(even) {
    background: #f8f8f8;
}

#tone-heading td {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    padding: 20px;
    border-top: none;
}

.table-one table.table {
    margin-bottom: 0;
}

#lb td {
    border-bottom: 0px solid #dee2e6;
}

.table-two table {
    width: 100%;
}

.table-two table td {
    padding: 0.75rem;
    padding-right: 0rem;
    padding-left: 0.75rem;
    border-top: 1px solid #dee2e6;
    padding-left: 20px;
    font-size: 16px;
    color: #222;
}

#sub-two td {
    padding-top: 0;
    border-top: 0;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

#mainttwo {
    width: 333px;
}

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

.table-three table {
    width: 100%;
}

.table-three table td {
    font-size: 16px;
    color: #222;
    padding-left: 20px;
}

.tthree-sub table tr td {
    border-bottom: 1px solid #dee2e6;
    padding-top: 13px;
    padding-bottom: 13px;
}

.tthree-sub table tr td p {
    margin-bottom: 0;
}

.tthree-sub table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.tthree-sub table tr:last-child td {
    border-bottom: 0;
}

.table-three table tr td#ttheading {
    width: 333px;
}

.thtfirst {
    width: 262px;
}

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

.table-four table {
    width: 100%;
}

.table-four table tr td {
    font-size: 16px;
    color: #222;
    padding: 13px 0px 13px 20px;
    border-bottom: 1px solid #dee2e6;
}

.table-four table tr td p {
    margin-bottom: 0;
}

#table-key {
    width: 350px;
}

.table-four table tr:last-child td {
    border-bottom: 0;
}

.table-four table tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table-four {
    padding-bottom: 80px;
}

/*-- tab area start --*/

/*--2nd page end--*/

/*Comment session*/

.comment {
    /*padding: 5rem 0;*/
}

.comment-heading {
    font-size: 3rem;
    color: var(--color-primary);
    letter-spacing: 1px;
    display: block;
    border-bottom: 1px solid var(--color-grey-3);
}

.form-comment {
    margin: 3rem 0;
}

.form-comment .form-group {
    margin-bottom: 1rem;
}

textarea .form-control {
    width: 60%;
    display: inline-block;
}

/*btn-modal*/
.btn-modal {
    height: 20%;
    margin-top: 0;
}

.btn-comment {
    text-transform: uppercase;
    padding: 1.2rem 3rem;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 3px;
    display: flex;
    margin-left: auto;
    border: none;
    transition: all 0.4s;
}

.btn-right {
    text-transform: uppercase;
    padding: 1.2rem 3rem;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 3px;
    display: flex;
    margin-top: 2rem;
    margin-left: auto;
    border: none;
    transition: all 0.4s;
}

.btn-comment:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgb(0, 72, 126, 0.15);
}

.btn-comment:active,
.btn-comment:focus {
    transform: translateY(3px);
    box-shadow: 0 0.3rem 0.5rem rgb(0, 72, 126, 0.15);
}

.comment-all {
    padding: 2rem;
    background-color: rgb(231, 240, 248);
}

.comment-heading-sub {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
}

.comment-card {
    background-color: var(--color-white);
    padding: 1.5rem;
    margin: 2rem 0;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);
}

.comment-person {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-blue-lighter);
}

.comment-text {
    font-size: 1.7rem;
    color: var(--color-dark-1);
}

p.teaser {
    text-indent: 30px;
}

/*Modal*/
.modal-title {
    text-align: center;
    font-size: 3rem;
    color: var(--color-primary);
    font-weight: 300;
    /* margin-bottom: 1rem; */
}

.modal-title .forgot-password {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 1rem;
}

.modal-header, .modal-footer {
    border: 0;

}

.modal-header {
    margin: 0 auto;
}

.modal-content {
    padding: 1.5rem;
}

.btn-primary {
    background-color: var(--color-primary);
    padding: 1.2rem 3.5rem;
    font-size: 1.5rem;
    border: none;
}

.btn-chatter {
    background-color: var(--color-primary);
    padding: .5rem .5rem;
    font-size: 1.4rem;
    color: #fff;
    border: none;
}

.btn-chatter:hover {
    background-color: var(--color-blue-1);
    color: #fff;
}

.btn-admin {
    background-color: var(--color-primary);
    padding: 1.2rem 3rem;
    font-size: 1.5rem;
    border: 0;
    color: #fff;
    color: var(--color-grey-1);
}



/* .btn-admin:hover{
  color: #fff;
  background-color: var(--color-blue-light);
} */

.btn-admin:not(:last-child) {
    margin-right: 2rem;
}

.btn-primary:hover {
    background-color: var(--color-blue-1) ;
}

.btn-primary:hover {
    /*border-radius: 10rem;*/
    /*margin-top: 1rem;*/
    /* text-align: left; */
}
.btn-template.btn-archive{
    background-color: var(--color-primary) !important;
    font-size: 1.5rem !important;
}
.btn-template.btn-archive:hover{
    color: var(--color-grey-3);
}
.dropdown .dropdown-menu{
    width:max-content;
}

/*Approval*/
.approval-card {
    box-shadow: 0 .3rem .7rem rgba(0, 0, 0, 0.1);

    padding: 1rem 1.5rem;
    border-radius: .6rem;

    /* height: 10rem; */
}

.approved {
    background-color: rgba(36, 164, 76, .2);
    box-shadow: 0 .3rem .7rem rgba(36, 164, 76, .1);
}

.approved-header {
    border-bottom: 1px solid rgba(36, 164, 76, .25) !important;
    padding: .5rem 0;
}

.approved-header .approval-type {
    color: #004466;
}

.approval-type {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;

    display: block;
    padding-bottom: .5rem;

}

.new-user {
    border-left: 6px solid #008000;
}

.old-user{
    border-left: 6px solid #ff0000;
}

.new-user .approval-type {
    color: var(--color-orange);
}

.new-document {
    border-left: 6px solid #04642C;
}

.new-document .approval-type {
    color: #04642C;
}

.approval-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

.approval-card-header {
    border-bottom: 1px solid var(--color-grey-3);
}

.approval-text {
    font-size: 1.7rem;
}

.approval-item {
    text-transform: uppercase;
    font-weight: 600;
}

.approval-date {
    font-size: 1.4rem;
    font-weight: bold;
    color: #a1a1a1;
}

.uppercase {
    text-transform: uppercase;
}

.no-color {
    background-color: transparent;
    color: var(--color-primary);
    text-transform: uppercase;
}

.hover-red:hover {
    background-color: #D31C2C;
}

.close span {
    font-size: 2.3rem;
    text-align: right;
    padding: 0;
    position: absolute;
    right: 2.3rem;
    top: 1.5rem;
}

.close:focus {
    outline: none;
}

/*Changes for advanced search*/
button.btn-adv {
    height: 90%;
    align-self: flex-end;
}

.m-t-small {
    margin-top: 1.5rem;
}

.auth-button-container {
    display: flex;
}

/*Dashboard*/
.dashboard {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.dashboard-side {
    /* margin-left: 2rem; */
}

.dashboard-header {
    border-bottom: 1px solid var(--color-grey-3);
    font-size: 1.7rem;
}

.dashboard-logo {
    height: 15rem;
    width: 90%;
    border: 1px solid var(--color-primary);
}

.dashboard-heading {
    color: var(--color-primary);
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400;
}

.dashboard-heading-sub {
    font-size: 1.7rem;
    color: var(--color-primary);
    text-transform: uppercase;
    display: block;
    padding: 0.5rem 0;
}

.dashboard-bold {
    font-weight: 600;
}

.dashboard-chart {
    margin-top: 10rem;
    margin-bottom: 7rem;
}

.dashboard-white {
    color: var(--color-white);
    /* text-align: center; */
    background-color: var(--color-primary);
    font-weight: 400;
    padding: 1rem 2rem;
}

.dashboard-recent {
    background-color: var(--color-grey-4);
    text-align: left;
    width: 90%;
}

.dashboard-recent-text {
    padding: 2rem;
    padding-bottom: 3rem;
}

.dashboard-nav {
}

.dashboard-nav-list {
    color: var(--color-grey-1);
}

.dashboard-nav-item {
    margin: 4rem 0;
    padding: 2rem;
    border-radius: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    transition: all 0.4s;
}

.dashboard-nav-item:first-child {
    display: grid;
    grid-template-columns: 6rem 1fr;
    grid-gap: 4rem;
}

.dashboard-nav i {
    /* font-size: 5rem; */
    margin: auto;
    margin-right: 3rem;
    color: var(--color-grey-1);
}

.dashboard-nav-link:link,
.dashboard-nav-link:visited {
    text-decoration: none;
    font-size: 3rem;
    color: var(--color-white);
}

.dashboard-nav-item span {
    display: block;
    font-size: 1.5rem;
}

.dashboard-nav-item span:not(:first-child) {
    margin-top: 1rem;
}

.dashboard-nav-item:hover {
    /* background-color: var(--color-blue-light); */
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 72, 126, 0.15);
}

.dashboard-nav-item span:hover {
    text-decoration: none;
}

.dashboard-gep {
    padding: 0;
    margin-left: 2rem;
    width: 90%;
    border: 2px solid var(--color-primary);
}

.dashboard-gep-list {
    margin: 2rem;
}

.dashboard-gep-item:not(:last-child) {
    margin-bottom: 1.5rem;
}

.dashboard-gep-link:link,
.dashboard-gep-link:visited {
    text-decoration: none;
    color: var(--color-dark-1);
    transition: all 0.3s;
}

.dashboard-gep-link:hover,
.dashboard-gep-link:active {
    color: var(--color-primary);
}

/**summary*/
.summary {
    padding: 5rem 0;
}

.summary select.form-control {
    /*border-radius: 1rem;*/
}

.summary button {
    border-radius: .4rem;
    border: none;
    text-transform: uppercase;
}

.summary table td,
.table th {
    border-top: 1px solid var(--color-blue-lighter);
    border-bottom: 1px solid var(--color-blue-lighter);
}

.summary.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) {
    background-color: rgb(231, 240, 248);
}

.summary table {
    margin-bottom: 5rem;
}

/*evaluation-agenda*/
.evaluation-agenda {
    padding: 6rem 0;
}

.evaluation-agenda-header {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    color: var(--color-blue-1);
    text-transform: uppercase;
    border-bottom: 1px solid var(--color-grey-3);
    /*display:inline-block;*/
}

/*Admin no line*/
.no-line {
    margin-bottom: unset;
    border: none;
    display: inline-block;
}

.evaluation-agenda-heading {
    font-size: 1.7rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--color-primary);
}

.evaluation-agenda-focal {
    margin-right: 2rem;
    margin-bottom: 3rem;
}

.evaluation-agenda-underline {
    text-transform: uppercase;
    color: var(--color-blue-1);
    font-size: 2.2rem;
    border-bottom: 1px solid var(--color-grey-3);
    margin-bottom: 2rem;
    font-weight: 500;
    padding-bottom: 1rem;
}

.searcharea {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    padding: 1rem 1.5rem;
}

.evaluation-agenda-sub {
    font-size: 1.7rem;
    display: block;
    /*margin-bottom: 3rem;*/
    margin-bottom: 1.5rem;
}

.evaluation-agenda-plan {
    margin-bottom: 5rem;
    /* margin-top: 2rem; */
}

.btn-current {
    padding: 1rem 2.9rem;
    background-color: var(--color-blue-1);
    border-radius: 3px;
    color: var(--color-grey-3);
    font-size: 1.6rem;
    border: none;
    display: inline-block;
}

.btn-current:hover {
    background-color: var(--color-primary);
    color: var(--color-grey-3);
}

button.btn-archive {
    margin-top: -1rem;
    padding: 1rem 2rem;
    background-color: var(--color-blue-1);
    font-size: 1.6rem;
    border: none;
    color: var(--color-grey-3);
    border-radius: 3px;
    position: relative;
}

.dropdown-item {
    font-size: 1.6rem;
}

.dropdown-menu {
    width: 100%;
}

.btn-group .options {
    width: max-content;
}

.evaluation-agenda-form {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
}

.evaluation-agenda-pg {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 2rem;
}

/*Multiselect*/
button.btn.dropdown-toggle {
    background-color: transparent;
    padding: 1.1rem 2rem;
    font-size: 1.4rem;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
}

/* evaluation-plan */
.evaluation-plan {
    padding: 6rem 0;
}

.evaluation-plan-header {
    text-transform: uppercase;
    font-size: 2rem;
    color: var(--color-blue-1);
    padding-bottom: 0.5rem;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    display: block;
    font-weight: 500;
    border-bottom: 1px solid var(--color-grey-3);
}

.evaluation-plan-name {
    margin-top: 3rem;
    margin-bottom: 4rem;
    font-size: 1.7rem;
    font-weight: 700;
    font-size: 2.3rem;
}

.evaluation-plan-name i {
    font-size: 2.6rem;
}

.evaluation-plan-detail {
    padding: 0;
    border: 2px solid var(--color-grey-3);
    margin-bottom: 2rem;
}

.evaluation-plan-heading {
    background-color: rgb(231, 240, 248);
    padding: 1.5rem 0 1.5rem 5rem;
    font-size: 1.8rem;
}

.evaluation-plan-list {
    /* display: grid;
      grid-template-columns: repeat(2,max-content); */
    /* grid-column-gap: 1.5rem; */
    padding: 2rem 0 2rem 4rem;
}

.evaluation-plan-item {
    display: grid;
    grid-template-columns: 20rem 1fr;
    grid-column-gap: 1.5rem;
    display: grid;
    grid-template-columns: 30rem 1fr;
    grid-column-gap: 1.5rem;
}

.evaluation-plan-item:not(:last-child) {
    margin-bottom: 1.2rem;
}

.evaluation-plan-item span {
    grid-column: 1/2;
    font-weight: 700;
    text-align: right;
}

.btn-primary.variant {
    padding: 1.2rem 2.85rem;
    border-radius: 3px;
}

.evaluation-plan table td,
.table th {
    border-top: 1px solid #ebebeb;
}

.evaluation-plan table {
    margin-top: 6rem;
}

.cpe {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 3px;
    text-align: center;
    width: 100%;
}

.cpe .dropdown {
    width: 100% !important;
}

.evaluation-agenda-form {
    /* margin-top: 3rem; */
    margin-bottom: 1.5rem;
}

.evaluation-agenda-form form {
    width: 100%;
}

.agenda .form-control:not(:last-child) {
    margin-right: 3px;
}

.agenda button[type="submit"] {
    margin-top: 10px;
}

.element-title {
    font-size: 16px;
    margin: 0 20px 0px 0;
    padding-bottom: 10px;
    color: #464646;
    text-transform: uppercase;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    font-size: 1.7rem;
}

label.control-label {
    /*font-size: 2rem;*/
}

.form-horizontal .controls-static {
    margin-left: 180px;
    padding: 5px;
}

.controls {
    margin-left: 180px;
}

.controls:after {
    clear: both;
}

.help-block {
    display: block;
}

.add-evaluation-plan label {
    font-size: 12px !important;
    margin-bottom: 0px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}


/* detail-page */
.detail-page {
    padding: 6rem 0;
}

.t-light {
    font-weight: 400;
}

.evalution-detail-list {
}

.evalution-detail-item {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-column-gap: 2rem;
}

.evalution-detail-item span {
    font-weight: 700;
    text-align: right;
}

.icon-box {
    padding: 1.5rem;
    width: 80%;
    min-height: 12rem;
    /* background-color: rgb(231, 240, 248); */
    background-color: var(--color-grey-1);
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
}

.icon-heading {
    font-size: 2rem;
    font-weight: 600;
}

.icons {
    margin: 0 auto;
}

.icons i {
    font-size: 3rem;
    color: var(--color-blue-1);
    transition: all 0.3s;
}

.icons i:hover {
    transform: scale(1.2);
    color: var(--color-primary);
}

.detail-tab {
    margin-top: 7rem;
}

/* add-agenda */
.add-agenda {
    padding: 6rem 0;
}

.add-agenda-form,
.add-event-form,
.add-resource-form {
    padding: 4rem 6rem;
}

.add-agenda-current {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 1.5rem 0;
}

.add-agenda-current a {
    color: var(--color-blue-1);
    margin-left: 1rem;
    transition: all 0.3s;
}

.add-agenda-current a:hover {
    color: var(--color-primary);
}

.add-agenda-prev {
    padding: 1.5rem 0;
}

.add-agenda-prev p {
    display: block;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--color-grey-3);
}

.span10 {
    width: 80%;
}

.span12 {
    width: 100%;
}

#gef-rows li {
    list-style: none;
}

.hide {
    display: none;
}

/*.input-prepend .add-on {*/
/*    display: inline-block;*/
/*    width: 30px;*/
/*    height: 29px;*/
/*    border-radius:5px 0px 0px 5px;*/
/*    margin-right:-5px;*/
/*    min-width: 16px;*/
/*    padding: 4px 5px;*/
/*    font-size: 14px;*/
/*    font-weight: normal;*/
/*    line-height: 20px;*/
/*    text-align: center;*/
/*    text-shadow: 0 1px 0 #fff;*/
/*    background-color: #eee;*/
/*    border: 1px solid #ccc;*/
/*}*/

.input-prepend .add-on {
    display: inline-block;
    width: 30px;
    height: 45px;
    border-radius: 3px 0px 0px 3px;
    margin-right: -5px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;

    position: absolute;
    top: 0;
    left: 1.6rem;
}

.summernote-wrapper button.btn.dropdown-toggle {
    background-color: transparent;
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
}

@media (min-width: 800px) {
    .summernote-wrapper button.btn.dropdown-toggle, .summernote-wrapper button.btn.dropdown-toggle {
        margin-bottom: 0rem !important;
        margin-right: 0rem !important;
    }
}

.btn-add-evaluation-submit {
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    background: #035daa;
}

.btn-add-evaluation-submit:hover {
    background: #034f92;
}

/*Custom Pagination Color*/
.page-item.active .page-link {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

/*add something*/
.add-evaluation-plan {
    padding: 6rem 0;
}

/*Upload*/
.upload {
    padding: 5rem 0;
}

.no-spacing {
    letter-spacing: 0;
    font-size: 1.6rem;
    color: var(--color-dark-1);
}

.upload-heading {
    font-size: 2rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--color-grey-3);
    color: var(--color-primary);
    margin-bottom: 2.5rem;
}

.ev-title, .ev-plan {
    font-size: 1.6rem;
}

.upload-table {
    margin-top: 6rem;
    margin-bottom: 4rem;
}

/* Alert Extra*/
.alert-extra {
    margin-top: 1rem;
}

.alert-success {
    margin-top: 1rem;
}

/* detail-page */
.detail-page {
    padding: 6rem 0;
}

.t-light {
    font-weight: 400;
}

.evalution-detail-list {
}

.evalution-detail-item {
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-column-gap: 2rem;
    font-size: 1.7rem;
}

.evalution-detail-item span {
    font-weight: 700;
    text-align: right;
}

.icon-box {
    padding: 1.5rem;
    width: 80%;
    max-height: 15rem;
    /* background-color: rgb(231, 240, 248); */
    background-color: var(--color-grey-1);
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
}

.icon-heading {
    font-size: 2rem;
    font-weight: 600;
}

.icons {
    margin: 0 auto;
}

.icons i {
    font-size: 3rem;
    color: var(--color-blue-1);
    transition: all 0.3s;
}

.icons i:hover {
    transform: scale(1.2);
    color: var(--color-primary);
}

.detail-tab {
    margin-top: 7rem;
}

.response-cta {
    display: flex;
    justify-content: flex-end;
    box-sizing: content-box;
}

.response-btn {
    background-color: var(--color-primary);
    color: var(--color-grey-1);
    padding: 1.2rem 4rem;
    border-radius: 3px;
    margin: 2rem;
    font-size: 1.7rem;
    transition: all .3s;

}

.response-btn:hover,
.response-btn:focus {
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    background-color: var(--color-white);
}

.reponse-box {
    border: 1px solid var(--color-grey-3);
    margin-bottom: 4rem;
}

.response-box-mini {
    padding: 2rem;
}

.response-recommendation {
    background-color: rgb(231, 240, 248);
    border-bottom: 1px solid var(--color-grey-3);
    padding: 2.5rem;
}

.response-answer {
    margin-bottom: 3rem;
}

.response-answer-heading {
    margin: 1rem 0;
}

.response-time {
    font-size: 1.5rem;
    color: var(--color-dark-1);
    font-weight: 400;
    margin-left: .8rem;
}

.response-key td span {
    display: block;
    color: var(--color-dark-1);
    font-size: 1.3rem;
    margin: 1rem 0;
    font-style: italic;
}


/*Evaluation Show page*/
.no-report {
    height: 100%;
    width: 100%;
}


/*Admin Add button*/
.admin-add {
    /*background-color: #28a745;*/
    /*light blue*/
    /*add8e6*/
    background-color: #1c83d0;
}

.admin-add:hover {
    /*background-color: #28a745;*/
    background-color: var(--color-blue-1);
}

/*Utility*/
.m-b-small {
    margin-bottom: 1.5rem;
}

.m-t-big {
    margin-bottom: 2rem !important;
}

.m-b-huge {
    margin-bottom: 4rem;
}

.m-t-huge {
    margin-top: 4rem;
}

.m-t-large {
    margin-top: 6rem;
}

.page-padding {
    padding: 5rem 4rem;
}

.py-main{
    padding: 5rem 0 !important;
}

/*Bread crumb*/
.breadcrumb {
    background-color: rgb(231, 240, 248);
}

.no-table-data {
    text-align: center;
}

.no-resource-data {
    text-align: center;
    margin-left: 1.2rem;
}

/*Home page dropdown height*/
select.form-control.ser {
    height: 4.5rem !important;
}

.dashboard-img {
    margin-bottom: 5rem;
}

/*All Events*/
.allevents {
    padding: 6rem 0;
}

.event-content {
    margin: 1rem 0;
}

.heading-event {
    font-size: 2.5rem;
    text-transform: uppercase;
    display: block;
    color: var(--color-blue-1);
    border-left: 3px solid var(--color-blue-1);
    padding-left: 1rem;
    letter-spacing: 2px;
}

.event-card-box {
    padding: 3rem 0;
}

.event-img {
    position: relative;
}

.event-date {
    position: absolute;
    top: 2rem;
    left: 2rem;

    /* background-color: var(--color-primary); */
    /* background-color: linear-gradient(to bottom,) #5655A1; */
    background-image: linear-gradient(to right top, #01487e, #1e4c88, #324f91, #445299, #5655a1);
    padding: 1.5rem 1rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-white);
    text-align: center;
    box-decoration-break: clone;
    box-shadow: 0 1rem 2rem rgba(0, 72, 126, .3);
}

.event-title {
    color: var(--color-primary);
    font-size: 1.7rem;
    text-align: left;
    text-transform: capitalize;
}

.event-info {
    font-size: 1.7rem;
    text-transform: capitalize;
    font-weight: 400;
}

.event-info i {
    color: var(--color-blue-1);
    /* color:#7262A8; */
}

.btn-event {
    border-radius: 50rem;
    margin-left: auto;
    /*margin: 0 auto;*/
}

.btn-event-2 {
    color: var(--color-primary);
    font-size: 1.6rem;
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--color-primary);
    box-shadow: 0 .3rem .5rem rgba(0, 72, 126, .2);
    transition: all .6s;

}

.btn-event-2:hover {
    transform: translateX(3px);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-white);
}

.btn-event-3 {
    background-color: var(--color-white);
    color: var(--color-primary);
    border-bottom: 3px solid var(--color-primary);

}

.edit-event {
    padding: 1.2rem 4.2rem;
    border-radius: 1px;
}

/* Jose Maria Escriva Drive Barangay */
.ongoingevent, .pastevent {
    margin: 5rem 0;
}

.ongoing-img {
    height: 100%;
    width: 100%;
}

.event-img-title {
    font-size: 1.8rem;
    text-transform: uppercase;
}

.event-img-venue {
    font-size: 1.6rem;
}

.event-img-date {
    /* color: var(--color-primary); */
    font-size: 2rem;
    text-transform: uppercase;
}

.text-card {
    background-color: rgba(0, 72, 126, .7);
    width: 90%;
    margin: 10% auto;
    padding: 1.5rem 1rem;
}

/* addevent */
.addevent {
    padding: 5rem 0;
}

/* eventdetail */
.eventdetail {
    padding: 8rem 0;
}

.eventdetail-img {
    border-radius: 3px;
}

.event-name {
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 2rem;
    letter-spacing: 2px;
}

.event-details {
    width: 100%;
    margin: 3rem auto /*
      display:grid;
      grid-template-columns: repeat(3,33.3333%);
      grid-column-gap: 1rem; */
}

.event-detail {
    padding: 1.5rem 1rem;

    background-color: rgb(231, 240, 248);
    font-weight: 700;
    min-height: 70%;
    box-shadow: 0 .5rem 1rem rgba(231, 240, 248, .2);

    border-radius: 3px;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 1.5rem;
    align-items: center;

    transition: all .4s;

}

.event-detail:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(231, 240, 248, .1);
}

.event-detail i {
    font-size: 5rem;
    color: var(--color-blue-1);
}

.event-detail span {
    color: #a1a1a1;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: capitalize;
}

.event-detail p {
    font-size: 2rem;
    color: var(--color-dark);
}

.event-des-text {
    font-size: 1.6rem;
}

/* Date inputs for events page*/
.date-input {
    padding-right: 1rem;
}

/* upcoming-event */
/*.upcoming-event{*/
/*    margin-bottom: 5rem;*/
/*}*/

/* upcoming-event */
.upcoming-event {
    /*position: relative;*/
    margin-bottom: 5rem;
    /*margin-top: 3rem;*/
    /*height: 75vh;*/
    /*overflow-y: scroll;*/
}

.event-des-text span {
    /* color: #a1a1a1; */
    font-size: 1.8rem;
}

.event-del-btn, .event-upd-btn {
    margin: 4rem 0;
}

.btn-col {
    background-color: #CE2240;
    padding: 1.2rem 3.5rem;
    font-size: 1.5rem;
    border: none;
    transition: all .3s;
    color: var(--color-white);
}

.btn-col:hover {
    background-color: #C30000;
    color: var(--color-white);
}

.btn-del {
    background-color: transparent;
    border: 1px solid #C30000;
    color: #C30000;
    transition: all .4s;
}

.btn-del:hover {
    background-color: #C30000;
    border: 1px solid #C30000;

}

.event-del-text {
    font-size: 2.5rem;
    text-align: center;
}

.admin-option-box, .event-contact-box, .event-upload-box {
    background-color: rgb(231, 240, 248);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
    padding: 1.5rem 1rem;
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}

.admin-options, .contact-info, .event-up-heading {
    color: var(--color-primary);
    font-size: 1.8rem;
    text-transform: capitalize;
    margin-top: 1rem;
}

.event-contact-box {
    margin: 6rem 0
}

.event-contact-box .event-contact-text {
    text-align: left;
}

.event-contact-text i {
    font-size: 2.5rem;
    color: var(--color-primary);
    /* width: 30%; */
}

.event-contact-text {
    margin: 2rem 0;
    padding: 0 1rem;
}

i.ar-right {
    font-size: 5rem;
    color: var(--color-white);
}

.event-upload-box > * {
    text-align: left;
}

.event-upload-box.custom-file {
    height: 2.5rem;
}

.event-upload-box {
    padding: 3rem 2rem;
}


/* .evaluation-advanced-search */
.advanced-search {
    margin-top: 0;
    margin-bottom: 0;
}

/* .ev-advanced-search{
  display: flex;
}
.ev-advanced-search button{
  justify-content: end;
} */


/* Guidelines page */
.guideline-book {
    margin: 0 auto;
    padding: 5rem 4rem;
}

.guideline-book-content {
    display: flex;
}

.guideline-book-img {
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url(../img/guideline-book-img.png);
    background-size: 100% 100%;
    height: 90vh;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;
}

#guideline-book-img-color-1 {
    background-color: var(--color-blue);
    padding: 3rem .5rem;
    position: absolute;
    top: 0;
    right: 0;
    /* border-bottom: 2px solid var(--color-white); */
}

#guideline-book-img-color-2 {
    background-color: var(--color-red);
    padding: 3rem .5rem;
    position: absolute;
    top: 14.3%;
    right: 0;


}

#guideline-book-img-color-3 {
    background-color: var(--color-green);
    padding: 3rem .5rem;
    position: absolute;
    top: 28.6%;
    right: 0;
}

#guideline-book-img-color-4 {
    background-color: var(--color-yellow);
    padding: 3rem .5rem;
    position: absolute;
    top: 42.9%;
    right: 0;
}

#guideline-book-img-color-5 {
    background-color: var(--color-orange);
    padding: 3rem .5rem;
    position: absolute;
    top: 57.2%;
    right: 0;
}

#guideline-book-img-color-6 {
    background-color: var(--color-brown);
    padding: 3rem .5rem;
    position: absolute;
    top: 71.5%;
    right: 0;
}

#guideline-book-img-color-7 {
    background-color: var(--color-brown-light);
    padding: 3rem .5rem;
    position: absolute;
    top: 85.8%;
    right: 0;
    height: 14.3%;
}

.guideline-book-chpts .list-group {
    height: 100vh;
}

.guideline-book-chpts .list-group-item {
    padding: 1rem 2rem;
    text-transform: uppercase;
    color: var(--color-white);
    border-bottom: 2px solid var(--color-white);
    cursor: pointer;
    transition: all .4s;
    display: flex;
    align-items: center;
}

.active-chapter {
    text-transform: uppercase;
    color: var(--color-primary);
    /*background-color: var(--color-blue-1);*/
    padding: 1rem 2rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

/* .guideline-book-chpts .list-group-item:active{
  font-weight: 600;
} */
/* .guideline-book-chpts .list-group-item>* */
.chapter-opacity {
    opacity: 20%;
    font-weight: 400 !important;
}

#guideline-chp-1 {
    background-color: var(--color-blue);
    animation: moveInRight .5s ease-out;
    animation-fill-mode: backwards;
}

#guideline-chp-2 {
    background-color: var(--color-red);
    animation: moveInRight .5s ease-out .2s;
    animation-fill-mode: backwards;
}

#guideline-chp-3 {
    background-color: var(--color-green);
    animation: moveInRight .5s ease-out .4s;
    animation-fill-mode: backwards;
}

#guideline-chp-4 {
    background-color: var(--color-yellow);
    animation: moveInRight .5s ease-out .6s;
    animation-fill-mode: backwards;
}

#guideline-chp-5 {
    background-color: var(--color-orange);
    animation: moveInRight .5s ease-out .8s;
    animation-fill-mode: backwards;
}

#guideline-chp-6 {
    background-color: var(--color-brown);
    animation: moveInRight .5s ease-out 1s;
    animation-fill-mode: backwards;
}

#guideline-chp-7 {
    background-color: var(--color-brown-light);
    animation: moveInRight .5s ease-out 1.2s;
    animation-fill-mode: backwards;
}

.guideline-book-section .list-group-item {
    color: var(--color-white);
    background-color: var(--color-blue);
    margin: 0 .7rem .7rem .7rem;
    transition: all .4s;
    cursor: pointer;
    padding: 2rem 1.5rem;
}

.guideline-book-section .list-group-item:hover {
    background-color: var(--color-blue-sea);
}

.guideline-book-section-active {
    background-color: var(--color-blue-sea) !important;
}

.guideline-book-section-content .card-header {
    color: var(--color-white);
    background-color: var(--color-blue-sea);
    text-transform: uppercase;
}

.section-content {
    margin: 1.5rem;
}

.guideline-book-content.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.guideline-book-section-content ul {
    margin: 3.5rem;
}

.guideline-book-content.no-pad > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/* Gudeline functional */
#guideline-chapters {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* margin-left: 2rem; */
}

.guideline-cover-intro-heading {
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 500;
    color: rgba(60, 60, 60, .7);
    display: block;
    letter-spacing: 2px;
}

.btn-chapter {
    border: none;
    background-color: transparent;
    color: var(--color-primary);
    font-size: 1.8rem;
    font-weight: 400;
    transition: all .4s;
    margin-top: 5rem;
    animation: moveInLeft 2s ease-out .5s;
    animation-fill-mode: backwards;

}

.btn-chapter:active, .btn-chapter:focus, button.btn-chapter:focus {
    outline: none;
    border-bottom: 2px solid var(--color-primary);
}

button.btn-chapter:hover {
    color: var(--color-primary);
}

button.btn-chapter:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.btn-download-bk {
    background-color: transparent;
    color: var(--color-primary);
    padding: 1.2rem 3.5rem;
    font-size: 1.5rem;
    border: none;
    transition: all .4s;
}

.btn-download-bk:hover {
    background-color: var(--color-blue-1);
    color: var(--color-grey-1)
}

.btn-download-chpt {
    background-color: transparent;
    color: var(--color-primary);
    padding: 1.2rem 3.5rem;
    font-size: 1.4rem;
    border: 1px solid var(--color-primary);
    border-radius: 3px;
    transition: all .4s;
}

.btn-download-chpt:hover {
    background-color: var(--color-primary);
    color: var(--color-grey-4) !important;
    padding: 1.2rem 3.5rem;
    font-size: 1.4rem;
    border: 1px solid var(--color-primary);
    border-radius: 3px;
    transition: all .4s;
}

.guide-arrow {
    margin-left: 1rem;
    transition: all .4s;
}

.btn-chapter:hover .guide-arrow {
    /*margin-left: 1.5rem;*/
}

#guideline-chapters .guideline-cover-intro {
    margin-top: auto;
    animation: moveInLeft 2s ease-out;
    animation-fill-mode: backwards;
}

#guideline-chapters button {
    margin-top: auto;
    margin-left: auto;
    align-self: center;
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(9rem);
    }
    50% {
        opacity: 1;
        transform: translateX(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        width: 40%;
        white-space: nowrap;
        overflow: hidden;
        transform: translateX(-9rem);
    }
    50% {
        opacity: 1;
        white-space: nowrap;
        overflow: hidden;
        width: 90%;
        /* transform: translateX(-2rem); */
    }
    100% {
        opacity: 1;
        width: 100%;
        transform: translateX(0);
    }
}


/* Resource */
.resource {
    padding: 5rem 0;
}

.resource-nav .nav-item {
    margin-right: 1rem;
}

.resource-nav .nav-link {
    font-size: 1.7rem;
    color: var(--color-primary);
    transition: all .4s;
}

.resource-nav .nav-link:hover {
    background-color: var(--color-primary);
    color: var(--color-white) !important;
    border-radius: 3px;
}

.resource-nav .nav-link.active {
    background-color: var(--color-primary);
    color: var(--color-white) !important;
    border-radius: 3px;
}

.resource-list {
    margin: 6rem 0;
}

.resource-list-name {
    font-size: 1.8rem;
    color: var(--color-blue-1);
    margin: 2rem 0;
    text-transform: uppercase;
}

.resource-card {
    background-color: #fafafa;
    /* background-color:rgba(240, 94, 125, 1); */
    padding: 3rem 2rem;
    border-radius: 3px;
    box-shadow: 0 .4rem .5rem rgba(0, 0, 0, 0.15);
    border-left: 4px solid var(--color-red);
    transition: all .4s;

    position: relative;
}

.resource-card:hover {
    transform: translateY(-3px)
}

.resource-card-2 {
    border-left: 4px solid var(--color-green);
}

.resource-card-3 {
    border-left: 4px solid var(--color-orange);
}

.resource-card-4 {
    border-left: 4px solid var(--color-blue);
}

.resource-label {
    font-size: 1.4rem;
    color: #a1a1a1;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.resource-name {
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--color-primary);
    text-transform: capitalize;
}

.resource-category {
    background-color: var(--color-red);
    padding: 1rem 1.5rem;
    border-radius: 10rem;
    color: var(--color-white);
    margin-top: 2rem;
    align-self: flex-start;
    font-size: 1.3rem;
}

.resource-category-2 {
    background-color: var(--color-green);
    padding: 1rem 1.5rem;
    border-radius: 10rem;
    color: var(--color-white);
    margin-top: 2rem;
    align-self: flex-start;
    font-size: 1.3rem;
}

.resource-category-3 {
    background-color: var(--color-orange);
    padding: 1rem 1.5rem;
    border-radius: 10rem;
    color: var(--color-white);
    margin-top: 2rem;
    align-self: flex-start;
    font-size: 1.3rem;
}

.resource-category-4 {
    background-color: var(--color-blue);
    padding: 1rem 1.5rem;
    border-radius: 10rem;
    color: var(--color-white);
    margin-top: 2rem;
    align-self: flex-start;
    font-size: 1.3rem;
}

.resource-link {
    font-size: 1.6rem;
    font-weight: 500;
    /* padding: 1.2rem 2rem; */
    /* background-color: var(--color-primary); */
    color: var(--color-primary);
    margin-left: auto;
    display: block;
}

.resource-imgbox {
    height: 20rem;
    overflow: hidden;
    max-width: unset;
}

.resource-action {
    font-size: 1.3rem;
    cursor: pointer;
}

.resource-link span {
    margin-left: .5rem;
    transition: all .4s;
}

.resource-link:hover span {
    margin-left: .7rem;
}

.resource-type {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: var(--color-primary);
    padding-bottom: 0.5rem;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    display: block;
}
/*Category*/
.category-btn{
    font-size: 1.3rem;
}

/*Learning btns*/
.learning-action-btn {
    position: absolute;
    top: 3rem;
    right: 10%;
    font-size: 1.3rem;
}

.edit-learning {
    color: var(--color-blue-1);
}

/* .border-none{
  border-bottom:none;
} */


/* Guideline Chapter content */
.guide-chpt-header h2 {
    padding: 1.5rem;
    text-transform: uppercase;
    padding-left: 3rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #212529;
    width: 100%;

}

.guideline-chpt-sections {
    margin-bottom: 2.5rem;
    margin-top: .5rem;
}

.guideline-chpt-sections .list-group-item.active {
    background-color: var(--color-blue-1);
    border-color: var(--color-blue-1);
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.guideline-chpt-sections .list-group {
    padding: 1.2rem;
    font-size: 1.6rem;
}

.guideline-chpt-buttons {
    margin: 5rem 0;
    display: flex;
    /*width: 50%;*/
    margin-left: auto;
    justify-content: space-evenly;
}

.guide-chpt-header-actions {
    margin: 0 1.5rem;
    font-size: 2rem;
    display: flex;
    align-items: center;
    line-height: 1;
    /* visibility: hidden; */
    width: 0;
    opacity: 0;
    transition: all .4s;
    cursor: pointer;
}

.chapter-edit {
    color: var(--color-blue-1);
}

.chapter-edit span, .chapter-delete span {
    font-size: 1rem
}

.chapter-delete {
    color: #C30000;
}

.guide-chpt-header:hover .guide-chpt-header-actions {
    /* display: block; */
    opacity: 1;
    width: 5%
}

.section-link-box {
    position: relative;
}

.section-link-box i {

    /*position: absolute;*/
    /*right: .5rem;*/
    /*top: .5rem;*/
    z-index: 10000;
}

.section-link-box .icon-del {
    color: #CE2240;
}

/* Keyactions */
.keyaction {
    padding: 7rem 4rem;
}

/* Management response Detailpage */
.management-response {
    padding: 5rem 4rem;
}

.tools-dropdown .dropdown-menu {
    width: max-content;
}


/* Banner management */
.banner-management {
    padding: 5rem 4rem;
}

.banner-management-content, .banner-uploads {
    margin: 5rem 0;
}

.banneredit {
    height: 30vh;
}

/* Btn alt */
.btn-primary-alt {
    background-color: transparent;
    border: 1px solid var(--color-blue-1);
    color: var(--color-blue-1);
    border-radius: 3px;
    font-size: 1.6rem;
}


/*Document tracking*/
.document-acc-card {
    background-color: var(--color-grey-2);
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    /* padding: 2rem; */
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.document-acc-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 .7rem 1rem rgba(0, 0, 0, 0.1);
}

.document-acc-head {
    background-color: var(--color-blue);
    color: var(--color-grey-2);
    padding: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;

    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}

.document-acc-body {
    padding: 1rem 2rem;
    text-align: center;
}

.document-acc-percentage {
    font-size: 3rem;
    font-weight: 500;
    line-height: 2;
    color: var(--color-primary);
    display: block;
    margin-bottom: 1rem;
    /* text-align: center; */

}

.document-acc-name {
    font-size: 2.5rem;
    color: var(--color-dark-1);
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
}

.document-acc-down {
    background-color: #E63F34;
    color: var(--color-white);
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 700;
    display: inline-block;

    padding: .1rem 1.5rem;
    border-radius: 10rem;
    margin-top: 1rem;
    /* text-align: left; */
}


.profile-info-heading {
    font-weight: 600;
    margin-right: .5rem;
    letter-spacing: .5px;
}


/*Dashboard*/
.dashboard {

}

.dashboard-link {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 500;

    padding: 1.2rem 1.5rem;
}

.dashboard-link.nav-link.active {
    color: var(--color-grey-3) !important;
    background-color: var(--color-primary) !important;
}

.py-main{
    padding: 5rem 0!important;
}
/* Profile Page */

.profile-container{
    position: relative;
}
.profile-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    display: flex;
    /* justify-content: center; */
}
/* .profile-b{
  width: 50%;
  margin: 0 auto;
} */
.profile-pic {
    max-width: 20rem;
    max-height: 20rem;
    display: block;
    /* width: 15rem;
    height: 15rem; */
}

.file-upload {
    display: none;
}
.circle {
    border-radius: 100rem !important;
    overflow: hidden;
    width: 15rem;
    height: 15rem;
    border: 8px solid var(--color-primary);
    display: flex;
    justify-content: center;
    position: relative;
}
.camera-btn-box {
    color: var(--color-grey-4);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);

    background-color: var(--color-primary);
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 14rem;
    align-self: center;

    /* position: relative; */
    position: absolute;
    bottom: 0;
    right: 0;

    display: flex;
    justify-content: center;
}
.camera-btn-box:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.camera-btn{
    /* position: absolute;
    bottom: 5%;
    right: 10%; */

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.upload-button {
    font-size: 2rem;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: var(--color-grey-3);
}

/*Profile Page*/
.profile-wrapper{
    min-height: 50rem;
    max-width: 90rem;
    background-color: var(--color-grey-2);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.1);
    padding: 4rem 1.5rem;

    margin: 0 auto;
}
.profile-per{
    border-right: 1px solid rgba(34, 34, 34, .1);
}
.profile-imgbox{

}
.profile-circle{
    border-radius: 100rem !important;
    overflow: hidden;
    width: 20rem;
    height: 20rem;
    border: 8px solid rgba(34, 34, 34, .7);
    display: flex;
    justify-content: center;
}
.profile-img {
    max-width: 25rem;
    max-height: 25rem;
    display: block;

    margin: 0 auto;
}
.profile-name{
    font-size: 3.2rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: var(--color-dark);
    display: block;
}
.profile-position{
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing:.5px;
    color: var(--color-primary);
    display: block;
}
.profile-email{
    font-size: 1.6rem;
    color: var(--color-blue-1);

    display: flex;
    align-items: center;
}
.profile-info-header{
    font-size: 1.7rem;
    color: var(--color-blue-1);
    display: block;
    text-transform: uppercase;
}
.profile-text{
    font-size: 1.5rem;
}
.profile-info-heading{
    font-weight: 600;
}

input.select2-search__field{
    width: 100% !important;
}

/*DataTable Customization*/
/*#dt thead .sorting_asc {*/
    /*background-image: url(img/arr);*/
/*}*/

#dt thead .sorting_asc {
    background-image: url(http://www.miankoutu.com/uploadfiles/2015-9-24/2015924141740312.png);
    background-size: 20px 20px;
}

.form-control::-webkit-input-placeholder{
    color: #ced4da;
}

div.book .container .book-wrapper .custom-row {
    display: flex;
}

div.book .container .book-wrapper .custom-row .feat-eval-container {
    margin-right: 30px;
}

/*div.panel.panel-default {*/
    /*padding: 20px;*/
/*}*/

/*div.panel.panel-default.panel-heading {*/
    /*font-size: 20px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*div.panel.panel-default.panel-body form.form-group .control-label {*/
    /*text-align: left;*/
    /*white-space: nowrap;*/
/*}*/



