﻿@font-face {
    font-family: "BaseFont-Regular";
    src: url('../../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: "BaseFont-Light";
    src: url('../../fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: "BaseFont-Medium";
    src: url('../../fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: "BaseFont-Semibold";
    src: url('../../fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: "BaseFont-Bold";
    src: url('../../fonts/Roboto/Roboto-Bold.ttf');
}

body, span, p, h3, h4, h5, h6, input, textarea, div {
    font-size: 14px;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    height: 100%;
    background-color: whitesmoke;
}

a {
    outline: 0 !important;
}

/* Set padding to keep content from hitting the edges */
#body-content {
    /*padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 60px;*/
    /*padding-top: 30px;*/
    position: relative;
    min-height: 90vh;
}

#body-content-public {
    /*padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 60px;*/
    /*padding-top: 30px;*/
    position: relative;
    min-height: 100vh;
}

.group-courses-list {
    font-size: 15px;
    color: #313642;
}

.header-style {
    color: #313642;
    font-weight: bold;
}

/*.update-assigned-courses{
    width:70px !important;
    padding-left: 5px !important;
}*/

#site-wrapper {
    padding-bottom: 17px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: visibility 0.5s linear;
    transition: opacity 0.5s linear;
}


/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    font-size: 14px;
    outline: none;
}

    button:focus, input:focus, textarea:focus, select:focus {
        outline: none !important;
    }

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.search-input, .search-select {
    border: none !important;
    padding: 9px 17px 7px 17px;
    font-size: 14px;
    font-family: "BaseFont-Regular";
    line-height: 20px;
    float: left;
    height: 40px;
    width: 250px;
    -ms-border-radius: 2px;
    border-radius: 4px;
    background-color: #ffffff;
}

.button-container .search-button {
    /*background-color: #B8B8B8;*/
    margin-left: 20px;
}

.button-container .clear-search-button {
    color: #b9c4c6;
    border: 1px solid #b9c4c6;
    background-color: white;
}

    .button-container .clear-search-button:hover {
        color: #b9c4c6;
        background-color: white;
    }


/*this is the general font color*/
body, span, td, label, p, h3, h4, h5, h6, input, textarea, div, a, a:link, a:visited, a:hover {
    font-size: 14px;
    color: #8e8e8e;
    font-family: "BaseFont-Regular";
}

h2 {
    font-size: 18px;
}

.dropdown .btn-action:hover, .dropdown .btn-action:active, .dropdown .btn-action:focus,
.dropdown .btn-action:hover .dropdown-text, .dropdown .btn-action:active .dropdown-text, .dropdown .btn-action:focus .dropdown-text {
    background-color: #6c6b6b;
    color: #fff;
}

.dropdown-text {
    font-weight: bold !important;
    color: #fff;
}

    .dropdown-text:hover, #dropdownMenu1:hover .dropdown-text {
        /*color: #fff;*/
    }

.btn-box:hover,
.btn-box:active,
.btn-box:focus,
.btn-box:visited {
    background-color: #6c6b6b;
}

.btn-box.active {
    background-color: #c7b299;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.vertical-sidebar-background {
    background-color: #4e4e4e;
    z-index: 1;
}

.horizontal-sidebar-background {
    background-color: #252525;
    border-radius: 0px !important;
    z-index: 1;
}

.btn-primary {
    color: white;
    text-transform: uppercase;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    font-family: "BaseFont-Bold";
    border: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
}

    .btn-primary:hover {
        color: white;
        background-color: #4e4e4e;
    }


.button-primary {
    color: white;
    text-transform: uppercase;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    font-family: "BaseFont-Bold";
    border: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    background-color: #005eb8;
}

    .button-primary:hover {
        color: white;
        background-color: #00509C;
    }

.btn-secondary {
    background-color: white;
    border: 1px solid #c7b299;
    text-transform: uppercase;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
}

    .btn-secondary:hover {
        color: white;
        background-color: #c7b299;
    }

        .btn-secondary:hover span {
            color: #fff !important;
        }


.button-secondary {
    background-color: white;
    border: 1px solid #c7b299;
    text-transform: uppercase;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #9ee4f5;
    background-color: #14cce2;
}

    .button-secondary:hover {
        color: white;
        background-color: #0DB4C8;
    }

        .button-secondary:hover span {
            color: #fff !important;
        }

.side-panel-item {
    width: 60px;
    height: 50px;
    /*background-color: #4e4e4e;*/
    font-size: 13px;
    transition: width 200ms ease-in;
    transition: width 80ms ease-out;
    /*transition: width 200ms cubic-bezier(.36,.41,.07,.92);*/
}

    .side-panel-item:hover {
        /*width: 180px;*/
        width: 210px;
        background-color: #383838;
    }

        .side-panel-item:hover ul {
            display: block;
            width: 150px;
            /*transform:translateX(100px)*/
            visibility: visible;
            opacity: 1;
        }

    .side-panel-item a {
        height: 100%;
        width: 100%;
        cursor: pointer;
        display: block;
        padding-top: 15px;
        position: relative;
    }

    .side-panel-item .icon img {
        width: 100%;
    }

    .side-panel-item ul {
        position: absolute;
        right: 0px;
        width: 0px;
        /*background-color: #847575;*/
        background-color: #0D4583;
        color: white;
        text-align: center;
        top: 0px;
        visibility: hidden;
        opacity: 0;
        z-index: 10;
        animation-duration: 10s;
        animation-delay: 2s;
        /*transition: display 1000ms ease-in;
        transition: display 1000ms ease-out;*/
        transition: visibility .1s, opacity .1s;
    }


    .side-panel-item a ul li {
        height: 50px;
        text-align: center;
        line-height: 47px;
        /*background-color: #c7b299;*/
        /*background-color: #404040;*/
        color: #dddddc;
        font-weight: 500;
    }

        .side-panel-item a ul li:first-child {
            /*background-color: #383838 !important;*/
            cursor: default;
            color: white;
            font-size: 13px;
            font-weight: 600;
        }

        .side-panel-item a ul li:hover {
            color: white;
            font-weight: 700;
        }


    .side-panel-item:hover .side-panel-item a ul {
        display: block;
    }

    .side-panel-item a .icon {
        width: 24px;
        height: 24px;
        -ms-background-size: 24px;
        background-size: 24px;
        display: block;
        margin: 0 auto;
        background-repeat: no-repeat;
    }

    .side-panel-item a p {
        color: white;
        margin: 0 auto;
        text-align: center;
        margin-top: 6px;
    }

.dashboard-icon {
    width: 60px;
    /*height: 80px;*/
    margin-bottom: 0;
    position: absolute;
}

.side-panel-item-active {
    background-color: #383838;
    color: white !important;
    font-weight: bolder;
    /*box-shadow: inset 3px 1px 20px 3px rgba(0,0,0,0.17);*/
}

.active-rectangular {
    width: 5px;
    height: inherit;
    float: left;
    /*background-color: #c7b299;*/
    background-color: #00d9ff;
    display: none;
}

.side-panel-item-active .active-rectangular {
    display: block !important;
}
/*tabs logic*/
.tabs {
    position: relative;
}

    .tabs ul {
        width: 680px;
        height: auto;
        width: 100%;
        margin-bottom: 0;
    }

.tab-container {
    margin-left: 0;
}

    .tab-container ul {
        border-bottom: 1px solid #bcbcbc;
        width: 100%;
    }

.tab {
    color: #383838;
    background-color: #e5e5e5;
    font-size: 16px;
    width: 200px;
    height: 46px;
    float: left;
}

    .tab:hover {
        background-color: #d1d1d1;
    }

        .tab:hover span {
            color: white;
        }

.ui-tabs-active {
    background-color: #fff;
    border-bottom: 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid white;
}

.tab a {
    width: 100%;
    display: block;
    height: 46px;
}

.tab .tabs-entry {
    height: 46px;
    line-height: 46px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
}

    .tab .tabs-entry span {
        line-height: 46px;
        float: right;
        margin-top: 1px;
        text-transform: uppercase;
    }

.ui-tabs-active .tabs-entry span {
}


.tab img {
    height: 22px;
    margin-right: 11px;
}

/*end tabs logic*/

.footer {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    margin: 0;
}

    .footer p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        padding-right: 20px;
        line-height: 60px;
        text-align: right;
    }

    .footer a {
        margin: 0;
        padding: 0;
        font-size: 12px;
        padding-right: 20px;
        line-height: 60px;
        text-align: left;
        color: #617896;
        float: left;
        padding-left: 20px;
        cursor: pointer;
    }

/*hello username part*/
#user-container {
    font-size: 13px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    vertical-align: middle;
}

/*.tab {
    border: 1px solid #8e8e8e;
    color: #fff;
    padding: 22px 132px;
    background-color: #8e8e8e;
    font-size: 16px;
}*/


.navbar-inverse .navbar-nav > li > a {
    color: white !important;
}

.navbar-brand img {
    height: 55px !important;
    margin-left: -7px;
}


.sidebar {
    background-color: #4e4e4e;
    font-size: 13px;
}

.username {
    font-size: 13px;
}


.logo {
    background-color: #383838;
}

.icon {
    color: #999999;
    width: 22px;
    height: 22px;
    -ms-background-size: 18px;
    background-size: 18px;
    padding: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-box .icon {
    display: block;
    margin: 0 auto;
    height: 24px;
    width: 24px;
    -ms-background-size: 24px;
    background-size: 24px;
    margin-bottom: 7px;
}

.submenu-active-button {
    /*color: #c7b299 !important;*/
    color: #00d9ff;
    font-weight: bolder !important;
}

.icon.selected {
    color: #c7b299;
}

.icon:hover {
    color: #6c6b6b;
}

.icon-edit {
    background-image: url("/Images/icons/edit.png");
}

.icon-assign {
    background-image: url("/Images/icons/assign.png");
}

.icon-account-info {
    background-image: url("/Images/icons/account_info.png");
}


.icon-status-active {
    background-image: url("/Images/icons/active.png");
}

.icon-administration {
    background-image: url("/Images/icons/administrator.png");
    position: relative;
    top: 4px;
}

.icon-log-history {
    background-image: url("/Images/icons/log_history.png");
    position: relative;
    top: 0px;
}

.icon-duplicate {
    background-image: url("/Images/icons/duplicate.png");
}

.icon-statistics {
    background-image: url("/Images/icons/statistics.png");
}

.icon-status-deactive {
    background-image: url("/Images/icons/deactive.png");
}

.icon-upload {
    background-image: url("/Images/upload.png");
}

.icon-check {
    background-image: url("/Images/icons/check.png");
}

.icon-disable {
    background-image: url("/Images/icons/disable.png");
}

.icon-groups {
    background-image: url("/Images/icons/groups.png");
}

.icon-user {
    background-image: url("/Images/icons/user.png");
}

.icon-courses {
    background-image: url("/Images/icons/courses.png");
}

.icon-up-arrow {
    background-image: url("/Images/icons/arrow-up.png");
}

.icon-down-arrow {
    background-image: url("/Images/icons/down_arrow.png");
}

.icon-arrow-pagination {
    background-image: url("/Images/icons/arrow pagination@2x.png");
}

.icon-dashboard {
    /*background-image: url("/Images/icons/dashboard_white@2x.png");*/
    background-image: url('../../Images/icons/dashboard@4x.png');
}

.icon-settings {
    /*background-image: url("/Images/icons/settings_white@2x.png");*/
    background-image: url('/Images/icons/settings@4x.png');
}

.icon-settings-table {
    background-image: url("/Images/icons/settings@2x.png");
}

.icon-overview {
    background-image: url("/Images/icons/overview.png");
}

.icon.reverse {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-to-do-course {
    background-image: url("/Images/icons/to_do@2x.png");
}

.icon-optional-course {
    background-image: url("/Images/icons/optional@2x.png");
}

.icon-quiz {
    background-image: url("/Images/icons/quiz.png");
}

.icon-completed-course {
    background-image: url("/Images/icons/completed@2x.png");
}

.icon-status-active {
    background-image: url("/Images/icons/active.png");
}

.icon-status-deactive {
    background-image: url("/Images/icons/deactive.png");
}

.icon-edit {
    background-image: url("/Images/icons/edit.png");
}

.icon-check {
    background-image: url("/Images/icons/check.png");
}

.icon-checked {
    background-image: url("/Images/icons/checkbox.png");
}

.icon-undefined {
    background-image: url("/Images/icons/undefined.png");
}

.icon-uncheked {
    background-image: url("/Images/icons/uncheked.png");
}

.icon-disable {
    background-image: url("/Images/icons/disable.png");
}

.icon-groups {
    background-image: url("/Images/icons/groups.png");
}

.icon-user {
    background-image: url("/Images/icons/user.png");
}

.icon-statistics {
    background-image: url("/Images/icons/statistics.png");
}

.icon-courses {
    background-image: url("/Images/icons/courses.png");
}

.icon-arrow-pagination {
    background-image: url("/Images/icons/arrow-pagination.png");
}

.icon-overview {
    background-image: url("/Images/icons/overview@2x.png");
}

.icon-update {
    background-image: url("/Images/update.png");
}

.icon-generate {
    background-image: url("/Images/generate.png");
}

.icon.reverse {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-button {
    border: 0;
    background-color: transparent;
    text-indent: -9999px;
    margin-left: 7px;
}

.display-none {
    display: none;
}

.chapter {
    background-color: #b5b5b5;
    color: #fff;
    margin-top: 20px;
    box-shadow: 0px 15px 30px 1px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 15px 30px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 15px 30px 1px rgba(0,0,0,0.05);
}

    .chapter:hover {
        background-color: #c7b299;
    }

/*table area*/

.table {
    border: 1px solid #e1e1e1;
    margin-bottom: 0;
    margin-bottom: 10px;
}

    .table .email-label {
        color: #0D5EB8 !important;
    }

    .table thead tr {
        /*background: #f0ede6;*/
        background: #e1e6eb;
        height: 46px;
    }

    .table > thead > tr > th {
        padding-top: 18px;
        padding-bottom: 16px;
        font-size: 14px;
        letter-spacing: 0;
        text-align: justify;
        border-bottom: none;
        padding-left: 0px;
    }

    .table > tbody > tr > td {
        font-size: 13px;
        letter-spacing: 0;
        text-align: justify;
        border-top: 0;
        line-height: 24px;
        padding: 5px !important;
        border-bottom: 1px solid #e1e1e1;
        vertical-align: middle;
    }

        .table > thead > tr > th:first-child,
        .table > tbody > tr > td:first-child {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }

        .table > thead > tr > th:last-child,
        .table > tbody > tr > td:last-child {
            padding-right: 20px;
        }

@media screen and (max-width: 1400px) {
    .table > thead > tr > th:last-child,
    .table > tbody > tr > td:last-child {
        padding-right: 1px;
    }
}


.table > tbody > tr:hover > td {
    color: #6c6b6b;
}

.table > tbody > tr:hover {
    background-color: #eeeeee;
}

.table > tbody > tr > td > .icon {
    margin-left: 18px;
}

.table > tbody > tr > td > .icon {
    margin-left: 4px;
}



@media screen and (max-width: 1400px) {
    .table > tbody > tr > td > .icon:first-child {
        margin-left: 0;
    }

    .table > tbody > tr > td > .icon:last-child {
        margin-right: 3px;
    }
}


.table > tfoot > tr > td {
    border-top: 0;
    padding-left: 28px;
    padding-top: 17px;
    padding-bottom: 35px;
}

.table thead tr th {
    font-family: "BaseFont-Bold";
    text-transform: uppercase;
    cursor: pointer;
    color: #333333;
}

    .table thead tr th label {
        font-family: "BaseFont-Bold";
        text-transform: uppercase;
        cursor: pointer;
        color: #333333;
        margin-bottom: 0px;
    }


.table tbody tr {
    height: 36px;
}

    .table tbody tr td {
        max-width: 300px;
    }

    .table tbody tr:hover {
        background-color: #eeeeee;
        box-shadow: 0 8px 26px 0 #13134026;
    }

/*.table tbody tr:hover td {
            color: #383838;
            background-color: #f3f2f2;
        }*/

.icon.icon-down-arrow {
    -ms-background-size: 10px;
    background-size: 10px;
    height: 10px;
    width: 10px;
    margin-left: 7px;
}

.icon.icon-up-arrow {
    -ms-background-size: 10px;
    background-size: 10px;
    height: 10px;
    width: 10px;
    margin-left: 7px;
}

.pagination-number {
    border: 0;
    background-color: transparent;
    font-size: 12px;
    color: #8e8e8e;
}

.icon.icon-arrow-pagination {
    width: 20px;
    height: 20px;
    -ms-background-size: 20px 20px;
    background-size: 20px 20px;
}

/*end table area*/
.margin-top-0 {
    margin-top: 0 !important;
}


.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-left-5 {
    margin-left: 5px;
}


.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}


.margin-left-50 {
    margin-left: 50px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-auto {
    margin-right: auto;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

#main-content {
    /*margin-left: 20px;*/
    height: 100%;
}

.container-content {
    padding: 30px;
}

.button-container {
    margin-bottom: 30px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
}

#table, .table {
    /*margin-left: 20px;*/
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.main-heading {
    width: 100%;
    height: 80px;
    background: #f0ede6;
}

    .main-heading p {
        line-height: 80px;
        text-transform: uppercase;
        font-family: BaseFont-Bold;
        font-size: 22px;
        float: left;
    }

    .main-heading span {
        font-size: 22px;
        line-height: 80px;
        float: left;
        margin-left: 10px;
    }

input[type="button"], .btn-primary, .btn-secondary {
    font-size: 13px !important;
    box-shadow: none !important;
}

.entity-container {
    /*width: 100%;*/
    clear: left;
    /*background-color: whitesmoke;*/
}

    .entity-container .entity-column {
        width: 25%;
        float: left;
    }

        .entity-container .entity-column .row-entry {
            float: left;
            clear: left;
            margin-bottom: 20px;
            position: relative;
        }

            .entity-container .entity-column .row-entry .field-validation-error span {
                position: absolute;
                color: #F00;
                bottom: -22px;
                right: 0;
                font-size: 13px;
            }


            .entity-container .entity-column .row-entry label {
                font-size: 15px;
                width: 170px;
                text-align: left;
                float: left;
                color: #484848 !important;
                width: 100%;
            }

            .entity-container .entity-column .row-entry input[type="file"] {
                width: 100%;
            }

            .entity-container .entity-column .row-entry input {
                height: 34px;
                float: left;
                clear: left;
                padding: 0 10px;
                border: 1px solid #e5e5e5;
                -ms-border-radius: 0;
                border-radius: 0;
                width: 300px;
                -webkit-box-shadow: none !important;
                -ms-box-shadow: none !important;
                box-shadow: none !important;
                border-radius: 4px;
                background-color: #edf0f5;
            }

            .entity-container .entity-column .row-entry select {
                height: 40px;
                float: left;
                clear: left;
                padding: 0 10px;
                border: 1px solid #e1e1e1;
                -ms-border-radius: 0;
                border-radius: 0;
                width: 300px;
                -webkit-box-shadow: none !important;
                -ms-box-shadow: none !important;
                box-shadow: none !important;
                border-radius: 4px;
                background-color: #edf0f5;
            }

            .entity-container .entity-column .row-entry .checkbox-control {
                float: left !important;
                clear: none !important;
                width: auto !important;
                height: 16px !important;
                margin-right: 10px;
            }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer !important;
}

.upload-btn {
    border: 2px solid #e1e1e1;
    color: gray;
    background-color: white;
    border-radius: 2px;
    font-weight: bold;
    cursor: pointer !important;
    height: 34px;
    /* line-height: 34px; */
}

.container-profile-pciture {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    position: relative;
}

    .container-profile-pciture > img {
        max-width: 160px;
        height: 160px;
        width: 160px;
        border-radius: 50%;
        object-fit: cover;
    }

.upload-container-profile-picture {
    position: absolute;
    bottom: 15px;
    right: -5px;
}

.upload-profile-picture {
    border-radius: 50% !important;
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
    border: none !important;
}

    .upload-profile-picture img {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.upload-file-container {
    display: inline-flex;
    align-items: end;
}

    .upload-file-container .upload-file {
        border-radius: 50%;
        width: 10px;
        height: 20px !important;
        margin-right: 10px;
        position: relative;
        padding: 10px !important;
    }

    .upload-file-container #company-certificate {
        width: 70px;
    }

    .upload-file-container .upload-file > img {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .upload-file-container #upload-label {
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

.column-profile-picture {
    width: 180px !important;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.heading-with-background {
    /*background: #f0ede6;*/
    background: #e1e6eb;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    clear: left;
    float: left;
    width: 100%;
    /*margin-top: 10px;*/
}

    .heading-with-background p {
        font-size: 16px;
    }

.container-after-heading {
    background-color: #ffffff;
    /*border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;*/
    background-color: white;
    float: left;
    padding: 30px;
    width: 100%;
}

.field-validation-error span {
    color: red;
    font-size: 11px;
    position: relative;
    display: inline-block;
}

#loading-gif-modal {
    margin: 0 auto;
    position: absolute;
    left: 46%;
    top: -40px;
}

.modal-title-container .close {
    color: red !important;
    position: absolute !important;
    border: none !important;
    background-color: transparent !important;
    top: 10px !important;
    right: 20px !important;
    font-size: 38px !important;
    color: red;
    -ms-opacity: 1;
    opacity: 1;
}

.bolder {
    font-weight: bolder;
}

.bold-page-number {
    font-weight: bolder;
    color: black !important;
}

.visible-block {
    visibility: visible;
}

.visible-none {
    visibility: hidden !important;
}

.display-none {
    display: none !important;
}

#see-course-button {
    font-weight: bold;
}

#administrators-content {
    overflow-y: auto;
}

    #administrators-content .administration-table {
        max-height: 420px;
        overflow: auto;
        margin-bottom: 25px;
        display: flex;
        flex-flow: column;
    }


#manager-administrators-content {
    overflow-y: auto;
}

    #manager-administrators-content .administration-table {
        max-height: 420px;
        overflow: auto;
        margin-bottom: 25px;
        display: flex;
        flex-flow: column;
    }

.notes-label {
    font-size: 15px;
    color: #313642;
    width: 170px;
    text-align: left;
    float: left;
}

#user-note {
    float: left;
    width: 430px;
    height: 130px;
    border: 1px solid #e5e5e5;
    resize: none;
    clear: left;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #edf0f5;
    padding: 10px
}

#text-area-container {
    float: left;
    clear: both;
}

    #text-area-container > textarea {
        width: 620px;
    }

.breadcrumb > li:last-child {
    font-weight: bold;
}

.breadcrumb > li + li::before {
    font-weight: normal;
}

.breadcrumb {
    margin-bottom: 0px !important;
    cursor: pointer;
    border-radius: 0px;
    padding: 20px 30px 20px 30px;
}

.bootstrap-dialog-title, .bootstrap-dialog-close-button .close {
    font-weight: bold;
    color: #fff;
}

.datepicker td.active.active {
    /*background-color: #c7b299 !important;*/
    background-color: #00d9ff !important;
    background-image: none;
}

input::-webkit-input-placeholder {
    color: #b6b6b6;
}

input:-moz-placeholder {
    color: #b6b6b6;
}

input::-moz-placeholder {
    color: #b6b6b6;
}

input:-ms-input-placeholder {
    color: #b6b6b6;
}

input::-ms-input-placeholder {
    color: #b6b6b6;
}

textarea::-webkit-input-placeholder {
    color: #b6b6b6;
}

textarea:-moz-placeholder {
    color: #b6b6b6;
}

textarea::-moz-placeholder {
    color: #b6b6b6;
}

textarea:-ms-input-placeholder {
    color: #b6b6b6;
}

textarea::-ms-input-placeholder {
    color: #b6b6b6;
}

input[type="text"], input[type="number"], input[class="datepicker"], .btn-primary, .btn-secondary, .btn, select {
    height: 34px !important;
    /*line-height: 34px !important;*/
    border-radius: 4px;
}

input[type="text"], input[type="number"], input[class="datepicker"], select, .select-filter {
    border: 1px solid #b6b6b6;
}


input[class="datepicker"] {
    padding-left: 5px;
}

input[type="number"], .btn, .page-button, .btn-primary, .btn-secondary {
    line-height: 34px;
}


.animation-2-sec {
    animation-duration: 2s;
}

.animation-1-sec {
    animation-duration: 1s;
}

.animation-infinite {
    animation-iteration-count: infinite;
}

.animation-once {
    animation-iteration-count: 1;
}

.pulsate {
    animation-name: pulsate;
    animation-timing-function: cubic-bezier(.36,.41,.07,.92);
}

.bootstrap-dialog-footer-buttons .btn {
    line-height: 0px;
}

@keyframes pulsate {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.2,1.1);
    }

    100% {
        transform: scale(1,1)
    }
}


#group-label {
    margin-left: -15px !important;
}

.item-heading {
    font-size: 20px;
    font-family: "BaseFont-Bold";
}

.export-dropdown {
    color: white !important;
}


/***Preview Img***/

.container-picture {
    position: relative;
    cursor: pointer;
    width: 50px;
}

    .container-picture img:first-child {
        height: 40px;
        width: 40px;
        margin-top: 5px;
        border-radius: 50%;
        object-fit: cover;
    }

    .container-picture .preview-img {
        display: none;
        box-shadow: 0px 0px 5px #aaa;
        position: absolute;
        transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
        width: 250px;
        max-height: 250px;
        background-color: #fff;
        object-fit: contain;
    }


    .container-picture:hover .preview-img {
        display: block;
        top: 0;
        left: 100%;
        z-index: 1;
        opacity: 1;
    }

    .container-picture.whitelabel-picture img:first-child {
        border: 1px solid #d5d6e0;
        object-fit: contain;
    }


    .container-picture.whitelabel-picture .preview-img {
        background-color: black;
    }


/**Count****/
.container-count {
    position: relative;
    margin-left: 10px;
}

    .container-count .title-count {
        border-radius: 4px;
        background-color: #eaebf4;
        padding: 4px 12px 4px 12px;
        font-size: 14px;
        font-weight: 500;
    }

    .container-count .container-list-count {
        display: none;
        box-shadow: 0px 0px 5px #aaa;
        position: absolute;
        transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
        min-width: 250px;
        max-height: 250px;
        background-color: #fff;
        object-fit: contain;
        padding: 10px;
        padding-right: 25px;
        overflow-y: auto;
    }

        .container-count .container-list-count > div {
            margin-bottom: 5px;
            font-size: 14px;
            font-weight: 500;
        }

    .container-count .container-list-count {
        display: none;
        box-shadow: 0px 0px 5px #aaa;
        position: absolute;
        transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
        min-width: 250px;
        max-height: 250px;
        background-color: #fff;
        object-fit: contain;
        padding: 10px;
    }


    .container-count:hover .container-list-count {
        display: block;
        top: 25px;
        left: 35px;
        z-index: 1;
        opacity: 1;
    }

/**Menu****/
.container-menu {
    position: absolute;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: baseline;
    border-radius: 14px;
    padding: 5px 15px 5px 15px
}

    .container-menu .menu-item {
        border-radius: 14px;
        padding: 5px 15px 5px 15px
    }

    .container-menu #item-active .item-name {
        font-size: 15px;
        font-weight: 600;
    }


    .container-menu .menu-item {
        margin-left: 40px;
        cursor: pointer;
    }

        .container-menu .menu-item .item-name {
            font-size: 15px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: -0.4px;
        }

#notifications-count {
    background-color: #f21849;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 57px;
    height: 17px;
    margin-top: -6px;
    position: absolute;
    margin-left: 7px;
}

@media (max-width: 1280px) {
    .search-input {
        width: 170px;
    }

    .entity-container .entity-column .row-entry input, .entity-container .entity-column .row-entry select, .entity-container .entity-column .row-entry textarea {
        width: 250px;
    }

    .flyout-level-4 .entity-container .entity-column {
        width: 100%;
    }
}

.btn-default {
    background-image: none !important;
    height: 40px;
    float: left;
    clear: left;
    padding: 0 10px;
    border: 1px solid #e1e1e1 !important;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 300px;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    background-color: #edf0f5 !important;
}

.btn-group > .btn:first-child {
    text-align: left;
}

.btn .caret {
    position: absolute;
    right: 8px;
    top: 14px;
}

.multiselect-container .checkbox input {
    display: block !important;
    opacity: 1;
    height: 12px !important;
    width: 12px !important;
    position: relative !important;
    margin-left: 5px !important;
    margin-right: 10px;
}


.multiselect-container > li > a > label {
    padding: 3px 0px 3px 0px !important;
}

.multiselect-container > li > a {
    height: 30px;
}

.multiselect-container .checkbox {
    position: relative !important;
    margin-top: 0 !important;
    top: 0 !important;
}

.multiselect-container.dropdown-menu {
    width: 100% !important;
}



.dropdown-menu > .active > label {
    color: white !important;
}

.multiselect-selected-text {
    width: 200px;
    display: table;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1280px) {
    .btn-default {
        width: 250px;
    }

    .multiselect-container .checkbox input {
        width: 12px !important;
    }
}

@media (max-width: 1330px) {
    .multiselect-container .checkbox input {
        width: 12px !important;
    }
}

.flyout-level-4 .entity-container .entity-column .row-entry input,
.flyout-level-4 .entity-container .entity-column .row-entry select, .flyout-level-4 .btn-default {
    width: 340px;
}


.page-container-listing {
    display: flex;
    flex-flow: column;
}

    .page-container-listing .n-tabs-header {
        background-color: transparent !important;
        margin-bottom: 20px;
    }


        .page-container-listing .n-tabs-header .n-tab:first-child {
            margin: 0px;
            margin-right: 15px;
        }


        .page-container-listing .n-tabs-header .n-tab {
            color: #7186A1 !important
        }

    .page-container-listing .n-tabs-container {
        padding: 0px !important;
    }


    .page-container-listing .n-tabs-header .n-tab-active {
        background-color: transparent !important;
        color: #041E42 !important;
    }

    .page-container-listing .n-tabs-header .n-tab:hover {
        background-color: transparent !important;
        color: #041E42 !important;
    }

.progress-container {
    display: none;
    position: absolute;
    width: 500px;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.search-row {
    display: flex;
    flex-flow: column;
}

.pagination-filter form {
    display: inline-flex;
    align-items: flex-end;
}

.pagination-filter .search-inputs {
    display: inline-flex;
}

.custom-page-inputs-containter {
    margin-top: 30px;
}

@media screen and (max-width: 850px) {
    #user-container {
        width: 170px;
    }
}
