/*(========================================
=            font define here            =
========================================*/

/*@font-face {
    font-family: 'Arial';
    src: url('../../course-arial/Arial.eot');
    src: local('Arial'), url('../../course-arial/Arial.woff') format('woff'), url('../../course-arial/Arial.ttf') format('truetype');
}*/

/*=====  End of font define here  ======*/

body {
    font-family: 'Arial' !important;
}

a {
    color: #cc0001
}

a:focus,
a:hover {
    color: #cc0001
}

.a-link {
    text-decoration: underline;
    color: #cc0001
}


.a-link:hover {

    color: #cc0001;
    text-decoration: none
}

.has-danger label:not([class]) {
    color: inherit
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control {
    background: url(../../images/down-arrow.png) center right 15px no-repeat #fff
}

.dataTables_wrapper select.form-control {
    background-position: center right 6px;
}

.font-open {
    font-family: 'Arial' !important;
}

.a-link+.a-link {
    margin-left: 10px
}

.btn,
.btn.m-btn--custom,
.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    font-family: 'Arial' !important;
}

.btn-outline-success.m-btn--air,
.btn-success.m-btn--air,
.m-btn--gradient-from-success.m-btn--air {
    -webkit-box-shadow: 0 5px 10px 2px rgba(204, 0, 66, .3) !important;
    box-shadow: 0 5px 10px 2px rgba(204, 0, 66, .3) !important
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    font-weight: 700;
    font-size: 22px
}

.m-aside-left-close.m-aside-left-close--skin-dark>i {
    color: #fff;
    font-size: 25px
}

.m-aside-left-close.m-aside-left-close--skin-dark {
    background: 0 0;
    border-radius: 0
}

.has-danger label.col-form-label {
    color: inherit
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #cc0001;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #cc0001 transparent transparent transparent
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.m-login.m-login--5 .m-login__wrapper-2 {
    text-align: center;
    padding: 50px 20px;
    vertical-align: middle;
    display: table-cell
}

.m-login.m-login--5 .m-login__wrapper-2 .logo {
    margin-bottom: 30px
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
    width: 100%;
    max-width: 500px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    padding: 33px 30px 50px;
    border-bottom: 3px solid #cc0001;
    text-align: left
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__head .m-login__title {
    font-size: 24px;
    color: #cc0001;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.167
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form {
    margin-top: 16px
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group {
    margin-bottom: 20px
}

.m-form .m-form__group>label {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    display: block;
    text-align: left
}

.m-login.m-login--5 .m-form .m-form__group>label {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 4px
}

.form-control,
.form-control[readonly],
.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control {
    font-size: 12px;
    color: #000;
    border: 1px solid #dcdcdc;
    font-family: 'Arial' !important;
    ;
    height: 42px;
    padding: 0 15px;
    margin: 0;
    border-radius: 0;
    background: #fff
}

.has-danger .form-control,
.has-danger .input-group-text {
    border-color: #dcdcdc
}

textarea.form-control {
    height: 55px;
    padding: 13px 15px
}

.m-form .form-control-label.col-form-label,
.m-form label.col-form-label {
    padding-top: 13px;
    padding-bottom: 12px
}

.form-control::-webkit-input-placeholder {
    color: #000
}

.form-control:focus::-webkit-input-placeholder {
    color: #000 !important
}

.form-control:-moz-placeholder {
    color: #000
}

.form-control:focus:-moz-placeholder {
    color: #000 !important
}

.form-control::-moz-placeholder {
    color: #000
}

.form-control:focus::-moz-placeholder {
    color: #000 !important
}

.form-control:-ms-input-placeholder {
    color: #000
}

.form-control:focus:-ms-input-placeholder {
    color: #000 !important
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control.m-login__form-input--last {
    border: 1px solid #dcdcdc
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub {
    margin-top: 18px
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub .m-checkbox {
    font-size: 13px;
    color: #000
}

.m-checkbox.m-checkbox--focus>span {
    background-color: #fff;
    border: 2px solid #cc0001;
    width: 16px;
    height: 16px;
    border-radius: 0
}

.m-checkbox.m-checkbox--brand>input:disabled~span {
    border: 1px solid #bdc3d4 !important
}

.m-checkbox.m-checkbox--brand>input:disabled~span::after {
    border-color: #bdc3d4 !important
}

.m-checkbox.m-checkbox--focus>input:checked~span {
    border: 2px solid #cc0001;
    background: #fff
}

.m-checkbox.m-checkbox--focus>span:after {
    border: solid #cc0001
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub .m-link {
    font-size: 13px;
    color: #cc0001;
    text-decoration: underline
}

.m-login.m-login--5 .m-link:after {
    display: none
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action {
    margin: 20px 0 0
}

.btn {
    background-color: #cc0001;
    height: 37px;
    line-height: 34px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid #cc0001;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 0 20px;
    padding: 0 20px;
    border-radius: 0;
    box-shadow: none !important
}

.btn.m-btn--custom i {
    color: #fff
}

a.btn:not([href]):not([tabindex]) {
    color: #fff
}

.btn-success:focus,
.btn-success:hover,
.btn.btn-focus.active,
.btn.btn-focus.focus,
.btn.btn-focus:focus,
.btn.btn-focus:hover:not(:disabled),
.btn.btn-outline-focus {
    background-color: #fff;
    color: #cc0001 !important;
    border: 2px solid #cc0001
}

.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-success:focus,
.btn.btn-success:hover:not(:disabled) {
    background-color: #fff;
    color: #cc0001 !important;
    border: 2px solid #cc0001
}

.btn.btn-outline-focus:hover {
    background-color: #cc0001;
    color: #fff !important
}

.btn.m-btn--custom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.btn.btn-default,
.btn.btn-secondary {
    border-color: #cc0001;
    color: #cc0001
}

.btn.btn-default.active,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover:not(:disabled),
.btn.btn-secondary.active,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover:not(:disabled),
.show>.btn.btn-default.dropdown-toggle,
.show>.btn.btn-secondary.dropdown-toggle {
    border-color: #cc0001;
    background-color: #cc0001;
    color: #fff
}

.btn.btn-secondary:focus:not(:disabled) .m--font-brand,
.btn.btn-secondary:hover:not(:disabled) .m--font-brand {
    color: #fff !important
}

.m-radio>span:after {
    border: solid #cc0001;
    background: #cc0001
}

.m-nav .m-nav__item.m-nav__item--active>.m-nav__link .m-nav__link-arrow,
.m-nav .m-nav__item.m-nav__item--active>.m-nav__link .m-nav__link-icon,
.m-nav .m-nav__item.m-nav__item--active>.m-nav__link .m-nav__link-text,
.m-nav .m-nav__item:hover:not(.m-nav__item--disabled)>.m-nav__link .m-nav__link-arrow,
.m-nav .m-nav__item:hover:not(.m-nav__item--disabled)>.m-nav__link .m-nav__link-icon,
.m-nav .m-nav__item:hover:not(.m-nav__item--disabled)>.m-nav__link .m-nav__link-text {
    color: #cc0001
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action .btn {
    padding: 0 15px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    font-family: 'Arial' !important;
    ;
    font-weight: 700;
    margin: 10px 0 0 0 !important
}

.m-login__signin .m-login__form .m-login__form-action .btn {
    width: 208px
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action .btn+.btn {
    margin-left: 15px !important
}

.m-content--skin-light2 .m-body {
    background: #fff
}

.m-aside-left,
.m-brand {
    width: 300px
}

.m-aside-left--on .m-aside-left-close {
    left: 270px;
    top: 28px
}

.m-header {
    height: 108px
}

.m-aside-left--fixed .m-body {
    padding-left: 300px;
    padding-top: 108px !important
}

.m-aside-left--fixed.m-header--fixed .m-aside-left {
    top: 108px
}

.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-footer {
    margin-left: 300px
}

.m-aside-left.m-aside-left--skin-dark,
.m-brand.m-brand--skin-dark {
    background: #cc0001
}

.m-topbar {
    width: 100%
}

.admin-logo {
    display: table;
    height: 100%;
    float: right;
    padding: 5px 40px 5px 0
}

.admin-logo>span {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.user-profile {
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    background-color: #fff;
    width: 54px;
    height: 54px;
    display: block
}

.user-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reseller-logo-size {
    height: 40px;
    /*display: table-cell;
    width: 5%;*/
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item.m-topbar__notifications.m-topbar__notifications--img.m-dropdown--arrow .m-dropdown__arrow,
.m-topbar .m-topbar__nav.m-nav>.m-nav__item.m-topbar__user-profile.m-topbar__user-profile--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #cc0001
}

.m-dropdown.m-dropdown--header-bg-fill .m-dropdown__header {
    background: #cc0001
}

.m-nav.m-nav--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m-topbar .m-topbar__nav.m-nav {
    margin: 0 20px 0 15px
}

.m-nav .m-nav__item.m-list-search>.m-nav__link .m-nav__link-icon,
.m-nav .m-nav__item.m-topbar__notifications>.m-nav__link .m-nav__link-icon {
    width: auto
}

.m-card-user .m-card-user__pic {
    min-width: 70px
}

.m-card-user .m-card-user__pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 70px
}

.m-nav.m-nav--inline>.m-nav__item {
    height: auto
}

.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__name {
    color: #fff
}

.m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link>.m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__link .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-icon,
.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__email {
    color: rgba(255, 255, 255, .9)
}

.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__email:hover {
    color: #fff
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item {
    padding: 0 10px;
    margin: 0 15px
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item>.m-nav__link .m-nav__link-badge {
    top: 0
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item>.m-nav__link .m-topbar__userpic img {
    margin: 0;
    max-width: 100% !important
}

.m-tabs-line.m-tabs-line--brand a.m-tabs__link.active,
.m-tabs-line.m-tabs-line--brand a.m-tabs__link:hover,
.m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link.active,
.m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link:hover {
    color: #cc0001;
    border-color: #cc0001
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-title {
    font-size: 26px;
    font-family: 'Arial' !important;
    font-weight: 700
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-title {
    font-size: 26px;
    font-family: 'Arial' !important;
    font-weight: 700
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-subtitle {
    font-size: 14px
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__inner {
    border-radius: 8px
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__header {
    border-radius: 8px 8px 0 0
}

.m-dropdown .m-dropdown__wrapper .m-dropdown__body {
    border-radius: 0 0 8px 8px
}

.m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper {
    width: 340px;
    margin-left: -170px
}

.m-aside-menu .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
    text-transform: uppercase
}

.m-aside-menu .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
    text-transform: uppercase
}

.m-dropdown.m-topbar__notifications .m-dropdown__wrapper .m-dropdown__body {
    padding: 20px;
    padding: 10px 13px 15px
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open>.m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open>.m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open>.m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open>.m-menu__link .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__link .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__link .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--open>.m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--open>.m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--open>.m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--open>.m-menu__link .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
    color: #fff
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open>.m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot>span,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open>.m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot>span,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot>span,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot>span {
    background: #fff
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__link .m-menu__link-text {
    color: #ffc1c1 !important;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot>span,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot>span {
    background: #ffc1c1 !important;
}

.m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__link>.m-menu__link-icon,
.m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--expanded>.m-menu__link>.m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__link .m-menu__link-icon {
    color: rgba(255, 255, 255, .7)
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--active,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--open,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
    background: #b40001
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__ver-arrow {
    color: #fff;
    font-size: 13px
}

.m-aside-menu .m-badge.m-badge--danger {
    background: #fff;
    color: #cc0001
}

.m-aside-menu .m-menu__nav .m-menu__item {
    padding: 0 20px
}

.m-aside-menu .m-menu__nav .m-menu__subnav .m-menu__item {
    padding: 0
}

.m-aside-menu .m-menu__nav>.m-menu__item>.m-menu__link {
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.m-aside-left--minimize .m-aside-menu .m-menu__nav,
.m-aside-menu .m-menu__nav {
    padding-top: 0
}

.m-stack__item--middle.m-brand__logo__name {
    color: #fff;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-all;
    line-height: 20px
}

.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::before,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler.m-brand__toggler--active span,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler.m-brand__toggler--active span::after,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler.m-brand__toggler--active span::before {
    background: #fff
}

.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::after,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span::after,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span::before {
    background: rgba(255, 255, 255, .9)
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover>.m-menu__link .m-menu__ver-arrow,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__icon:hover>i,
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__icon>i {
    color: #fff
}

.m-footer .m-footer__copyright {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    float: left
}

.m-footer .m-footer__copyright .m-link {
    color: inherit
}

.m-footer .m-footer__copyright .m-link:hover {
    color: #cc0001
}

.m-footer {
    background-color: #000;
    height: 41px;
    min-height: 41px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 40px 0
}

.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-aside-right,
.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-wrapper {
    margin-bottom: 41px
}

.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-footer {
    margin-top: 0
}

.m-user-footer {
    margin-top: 0 !important
}

.m-stack.m-stack--desktop.m-stack--ver>.m-stack__item.m-stack__item--left {
    text-align: center
}

.m-body .m-content {
    padding: 55px 42px
}

.mb-50 {
    margin-bottom: 50px !important
}

.icon-section .row {
    margin-right: -10px;
    margin-left: -10px
}

.icon-section .row>div {
    padding: 0 10px
}

.icon-content {
    border: 1px solid #d5d5d5;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    padding: 7px 15px
}

.icon-content .icon-head {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 5px
}

.icon-content .icon-img {
    min-height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.icon-content h5 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px
}

.icon-content h3 {
    font-size: 30px;
    line-height: 1;
    font-family: 'Arial' !important;
    color: #cc0001;
    font-weight: 700;
    margin: 0
}

.table {
    font-size: 14px;
    margin: 0
}

.table td,
.table th {
    padding: 10px 15px
}

.table-scroller {
    border: 1px solid #000
}

.table-scroller tbody,
.table-scroller thead {
    display: block;
    position: relative;
    width: 100%
}

.table-scroller tbody {
    height: 210px
}

.table-scroller tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.table-scroller td,
.table-scroller th {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    border-left: 1px solid #d5d5d5;
    display: block
}

table.table-bordered.dataTable th {
    border-right: 1px solid #d5d5d5
}

.Skriv-section .table-scroller td,
.Skriv-section .table-scroller th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 10px 40px
}

.Skriv-section .a-link+.a-link {
    margin-left: 35px
}

.Begäran-section .table-scroller td,
.Begäran-section .table-scroller th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.5%;
    flex: 0 0 15.5%;
    padding: 10px 25px
}

.Begäran-section .a-link+.a-link {
    margin-left: 20px
}

.table.table-striped.table-scroller thead th {
    border-left: 1px solid #d5d5d5
}

.table-scroller td:first-child,
.table.table-striped.table-scroller thead th:first-child {
    border-left: 0
}

.table-head-bg-dark thead {
    background: #000;
}

.table-head-bg-dark thead th {
    color: #fff;
    white-space: nowrap;
}

.btn-accent.m-btn--air,
.btn-outline-accent.m-btn--air,
.m-btn--gradient-from-accent.m-btn--air {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn-accent.m-btn--air.focus,
.btn-accent.m-btn--air:focus,
.btn-accent.m-btn--air:hover,
.btn-outline-accent.m-btn--air.focus,
.btn-outline-accent.m-btn--air:focus,
.btn-outline-accent.m-btn--air:hover,
.m-btn--gradient-from-accent.m-btn--air.focus,
.m-btn--gradient-from-accent.m-btn--air:focus,
.m-btn--gradient-from-accent.m-btn--air:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn.btn-accent {
    opacity: .7
}

.btn-accent:active,
.btn-accent:focus,
.btn-accent:hover,
.btn-accent:not(:disabled):not(.disabled).active,
.btn-accent:not(:disabled):not(.disabled):active,
.show>.btn-accent.dropdown-toggle {
    background: #cc0001;
    border-color: #cc0001;
    opacity: 1
}

.btn-accent:focus,
.btn-accent:hover,
.btn-accent:not(:disabled):not(.disabled).active,
.btn-accent:not(:disabled):not(.disabled):active,
.show>.btn-accent.dropdown-toggle {
    background: #cc0001;
    border-color: #cc0001;
    opacity: 1
}

.m-form__group.row .m-checkbox-inline,
.m-form__group.row .m-radio-inline {
    margin-top: 11px
}

#radio_error,
.has-danger .form-control-feedback {
    font-size: 11px;
    position: absolute;
    top: auto;
    width: 100%
}

#tagname-error,
#tagvalue-error {
    position: static;
    width: auto
}

.m-form .m-form__section.m-form__section--label-align-right .m-form__group>label,
.m-form.m-form--label-align-right .m-form__group>label {
    text-align: left
}

button+button {
    margin-left: 15px
}

.m-portlet {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    display: inline-block;
    background-color: #f7f7f7
}

label.col-form-label {
    padding-right: 0
}

table.table-bordered.dataTable th {
    border-left-width: 1px
}

.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    height: 30px
}

.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    height: 30px
}

.table thead td,
.table thead th,
.table-bordered,
.table-bordered td,
.table-bordered th {
    border-color: #d5d5d5
}

table.table-bordered.dataTable th {
    border-top: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f7f7f7
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    color: #fff;
    opacity: 1 !important
}

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

.table-reponsive>table {
    min-width: 660px
}

.m-card-profile .m-card-profile__pic .m-card-profile__pic-wrapper {
    height: 130px;
    /*border: 1px solid rgba(204, 0, 1, .4);*/
    margin-top: 0;
    border-radius: 0;
}

.m-card-profile .m-card-profile__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.m-card-profile__btn {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.m-card-profile__btn>input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

/*.datepicker.datepicker-orient-top {
    z-index: 111 !important
}*/
.tag-append-block {
    border: 1px dashed #ccc;
    padding: 8px;
    display: inline-block;
    width: 100%;
    /*padding-bottom: 30px;
    margin-bottom: 10px;*/
    margin-top: 10px
}

.m--bg-warning {
    background-color: #f3b8b8 !important
}

.course-type-permission-block {
    padding-left: 15px;
    padding-right: 15px;
    width: 30% !important
}

.tag-title-block {
    padding-left: 15px;
    padding-right: 15px;
    width: 30% !important
}

.m-form .m-form__group {
    padding-bottom: 0 !important
}

.tag-append-block .tag-append-input {
    display: inline-block;
    margin-left: 7px;
    width: 100;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 115px
}

.tag-append-block .form-control {
    height: 34px;
    padding: 0 10px
}

.tag-append-block label.col-form-label {
    padding-top: 9px;
    padding-bottom: 8px;
    margin-right: 5px
}

.tag-append-block .btn {
    height: 34px;
    line-height: 30px;
    padding: 0 10px;
    margin-left: 7px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.m-portlet__body div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    margin: 0;
    text-align: center;
    padding: 1em 0;
    border: 1px solid rgb(216 19 26 / .5);
    background: rgb(216 19 26);
    color: #fff;
}

.logg-block .m-portlet__body div.dataTables_wrapper div.dataTables_processing {
    top: -300px
}

.student-course-list,
.student-permission {
    padding: 0 15px
}

.student-permission {
    margin-top: 30px
}

.student-permission .m-portlet {
    margin-bottom: 0
}

.m-portlet.m-portlet-white-small {
    background: #fff;
    margin-top: 15px
}

.m-portlet.m-portlet-white-small .m-portlet__body>.row>div {
    margin-bottom: 15px
}

.m-portlet.m-portlet-white-small .m-portlet__head {
    height: 55px;
    padding: 0 20px
}

.m-portlet.m-portlet-white-small .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    font-size: 19px
}

.m-portlet.m-portlet-white-small .m-portlet__body {
    padding: 20px
}

.student-course-list .m-portlet.m-portlet-white-small .m-portlet__body {
    padding-bottom: 5px
}

.student-course-list .m-widget13 .m-widget13__item .m-widget13__desc {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 24% !important;
}

.student-course-list .m-widget13 .m-widget13__item .m-widget13__text {
    padding: 3px 0
}

.student-course-list .m-widget13 .m-widget13__item .m-widget13__text.m-widget13__text-bolder {
    font-size: 14px
}

.m-tabs-line a.m-tabs__link.active,
.m-tabs-line a.m-tabs__link:hover,
.m-tabs-line.nav.nav-tabs .nav-link.active,
.m-tabs-line.nav.nav-tabs .nav-link:hover {
    color: #cc0001;
    border-bottom: 1px solid #cc0001
}

.student-title h3 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14)
}

.table-striped tbody tr:hover {
    background-color: #cc0001;
    color: #fff
}

.table-striped tbody tr:hover td span {
    color: #fff !important
}

.table-striped tbody tr label {
    -webkit-transition: none;
    transition: none
}

.table-striped tbody tr:hover label {
    color: #fff
}

.table-striped tbody tr:hover a {
    color: #fff
}

.table-striped tbody tr:hover a.btn {
    border-color: #fff
}

.table-striped tbody tr:hover a.btn i {
    color: #fff !important
}

.table-striped tbody tr:hover a.btn:hover {
    border-color: #fff !important;
    background-color: #fff !important
}

.table-striped tbody tr:hover a.btn:hover i {
    color: #cc0001 !important
}

.input-daterange {
    margin-top: 15px
}

.input-group .input-group-append>.input-group-text,
.input-group .input-group-prepend>.input-group-text {
    border-color: #dcdcdc;
    background-color: #dcdcdc;
    color: #000
}

.input-group .input-group-append>.input-group-text>i,
.input-group .input-group-prepend>.input-group-text>i {
    color: #000
}

.input-daterange .input-group-addon {
    min-width: inherit;
    margin: 0 6px
}

.custom-dateselect {
    margin-bottom: 20px
}

.bootstrap-select .dropdown-toggle .filter-option {
    line-height: normal;
    font-weight: 400;
    font-size: 12px
}

.bootstrap-select>.dropdown-toggle {
    border-width: 1px
}

.dataTables_scroll .dataTables_scrollHeadInner {
    width: 100% !important
}

.dt-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dt-buttons .btn+.btn {
    margin-left: 0
}

.export-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px
}

.export-block h6 {
    margin: 3px 0 0
}

.export-block a {
    float: left;
    margin-right: 10px
}

.print_status+.print_status {
    margin-left: 2px
}

.bootstrap-select .dropdown-menu {
    padding: 0
}

.modal.model-email .modal-content .modal-body,
.modal.model-email .modal-content .modal-footer,
.modal.model-email .modal-content .modal-header {
    padding: 20px
}

.model-email .modal-header .close {
    margin: 0;
    padding: 10px
}

.modal.model-email .modal-content .modal-header .modal-title {
    font-size: 20px
}

.modal.model-email .m-form .m-form__group>label {
    font-weight: 400
}

.highlight {
    background-color: #cc0001
}

.lanuange-right {
    float: right;
    font-size: 12px
}

.lanuange-right label {
    color: #fff;
    margin: 0
}

.lanuange-right a {
    color: #cc0001;
    font-weight: 700
}

.lanuange-right a:hover {
    color: #fff;
    text-decoration: none
}

.lanuange-right a.swla:before {
    content: ' | '
}

.lanuange-right a:hover:before {
    color: #cc0001
}

.input-group.date {
    display: block
}

.input-group.date input {
    background: url(../../images/icon/calendar.png) no-repeat #fff;
    background-position: center right 15px;
    width: 100%
}

.m-checkbox-inline .m-checkbox,
.m-checkbox-inline .m-radio,
.m-radio-inline .m-checkbox,
.m-radio-inline .m-radio {
    margin-bottom: 0
}

.m-radio-inline {
    position: relative
}

.customerowncource input[type=file] {
    padding: 10px 15px
}

div.dataTables_wrapper div.dataTables_info {
    white-space: normal !important
}

.m-checkbox-inline .m-checkbox {
    margin-bottom: 15px
}

.search-box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-box input {
    min-width: 230px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px 10px 0 !important
}

.search-box .btn {
    padding: 0 10px
}

.col-lg-1.m-checkbox-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
    margin-top: 10px !important
}

.m-checkbox,
.m-radio-inline .m-radio {
    padding-left: 24px
}

.custom_label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-editor {
    display: inline-block;
    width: 100%;
    position: relative
}

.custom-editor>div>label {
    width: 12% !important
}

.custom-editor .cke_chrome {
    border: 1px solid #ccc
}

.custom-editor .cke_combo_button {
    border: 1px solid #ccc
}

.ck-editor {
    display: inline-block !important;
    width: 100%;
    margin-top: 26px !important;
    cursor: text
}

.ck-editor label {
    width: 20% !important;
    float: left !important
}

.ck-editor .cke_chrome {
    width: 90% !important;
    float: right !important
}

.tag-title-block {
    width: 48% !important
}

.tag-title-block hr {
    width: 70%
}

.option-append-block .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ck-editor>label {
    padding-left: 0
}

.custom-editor label {
    padding-left: 0 !important
}

.bootstrap-touchspin {
    position: relative
}

.course-option .bootstrap-touchspin .form-control-feedback {
    position: absolute;
    top: 35px;
    left: 110px
}

.course-option .bootstrap-touchspin .ck-editor {
    position: relative
}

.course-option .bootstrap-touchspin .ck-editor .form-control-feedback {
    position: absolute;
    top: 100%
}

.m-course-create .m-checkbox.m-checkbox--state-success>span {
    border: 1px solid #cc0001 !important;
    width: 37px !important;
    height: 35px !important;
    margin-left: 10px !important;
    border-radius: 0 !important;
    top: 0 !important
}

.m-checkbox.m-checkbox--state-success>input:checked~span {
    border: 1px solid #cc0001 !important
}

.m-checkbox.m-checkbox--state-success>span:after {
    border: solid #cc0001
}

.option-list {
    display: inline-block;
    width: 65%;
    margin-left: 107px;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 20px
}

.m-error {
    position: absolute
}

.option-append-block .bootstrap-touchspin {
    position: relative;
    margin-bottom: 20px
}

.option-append-block .bootstrap-touchspin .form-control-feedback {
    top: 36px;
    left: 20%
}

#m_widget11_tab1_content .table thead {
    background: #000
}

#m_widget11_tab1_content .table tbody tr .records-error {
    text-align: center
}

#m_widget11_tab1_content .table thead tr td {
    color: #fff
}

#m_widget11_tab1_content .table thead tr .m-widget11__label {
    padding-left: 23px
}

#m_widget11_tab1_content .table thead>tr>td.m-widget11__total {
    padding-right: 10px
}

#m_widget11_tab1_content .table thead tr .m-widget11__sales {
    width: 5%
}

.custom-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-image-input {
    padding: 10px
}

.custom-image-file {
    margin-left: 15px;
    width: 120px
}

.form-group.m-form__group.row.has-danger {
    margin-bottom: 13px
}

form#create_sitesettings .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    padding-left: 15px
}

form#create_sitesettings .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0
}

form#create_sitesettings .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin-left: 15px
}

.tag-title-block a {
    padding-left: 12px
}

.custom-username {
    padding-top: 12px
}

.swal2-popup .swal2-title {
    font-size: 1.2rem !important
}

.form-control-feedback {
    color: #f4516c
}

.m-widget13 .m-widget13__item .m-widget13__desc {
    display: table-cell;
    padding-right: 0;
    padding-left: 50px !important;
    width: 38% !important;
    vertical-align: top;
    padding-top: 10px;
    font-size: 1rem;
    text-align: left
}

.m-widget11 .table tbody>tr>td>label {
    right: -21px
}

.show-active-title {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%
}

.hide-active-title {
    display: none !important;
    opacity: 0 !important;
    visibility: visible !important
}

.custom_sliderbar {
    color: #fff;
    width: 25%;
    background: red;
    padding: 10px
}

.custom_sliderbar h3 {
    border-bottom: 1px solid;
    padding-bottom: 12px
}

.custom_sliderbar ul {
    padding: 0 10px
}

.custom_sliderbar ul li {
    list-style: none
}

.custom_sliderbar ul li a {
    text-decoration: none
}

.custom_sliderbar ul li a {
    color: #fff;
    font-size: 19px;
    line-height: 20px
}

.custom_sliderbar ul li a i {
    text-align: left;
    width: 35px;
    font-size: 19px;
    color: #fff
}

.custom_sliderbar h3 i {
    padding-left: 19px
}

.custom_sliderbar .sidebar_left {
    margin-bottom: 45px
}

#chapter-view .btn.m-btn--custom:hover {
    background-color: #fff !important;
    color: #cc0001 !important;
    border-color: #cc0001 !important
}

#chapter-view .btn.m-btn--custom:hover i {
    color: #cc0001 !important
}

#chapter-view .btn.m-btn--custom:hover span {
    color: #cc0001 !important
}

#custome_aside_left ul li i {
    color: #fff !important
}

#chapter-view .btn {
    background-color: #cc0001 !important;
    color: #fff !important;
    width: auto !important
}

.m-aside-header-menu-mobile .m-menu__nav .m-menu__item {
    background-color: transparent !important
}

.user-footer {
    margin-left: 300px !important
}

.m-widget5 .m-widget5__item {
    border-bottom: .07rem dashed #cccdd0
}

#custome_aside_left .m-aside-menu .m-menu__nav>.m-menu__item>.m-menu__submenu .m-menu__subnav>.m-menu__item>.m-menu__link {
    padding: 0 0 !important;
    padding-left: 18px !important
}

#chapter-view .offset-xl-1 {
    margin-top: -30px !important
}

.m-widget24 .m-widget24__item .m-widget24__title {
    margin-top: 20px !important
}

#chapter-view .m-portlet__body {
    padding-bottom: 0 !important
}

.m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
    border-bottom: 2px solid #cc0001 !important
}

#chapter-view .m-wizard__step-info a span {
    color: #cc0001 !important
}

#chapter-view .custom-user-action {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.m-custom-body-user {
    padding-left: 0 !important
}

.m-custom-body-user .m-content>.col-xl-10 {
    margin: 0 auto !important
}

#chapter-view .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.form-control-feedback {
    text-align: left
}

.m-widget5__stats1 {
    position: relative
}

.m-widget5__stats1 #no_of_request_error_25 {
    position: absolute;
    left: 0
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    font-size: 20px;
    display: block
}

.sorting {
    color: #fff
}

.m-checkbox.m-checkbox--brand.m-checkbox--solid>input:checked~span {
    border: 1px solid #fff !important
}

.finish-quiz .m-radio-list {
    margin-left: 70px
}

.finish-quiz .col-form-label.col-lg-2 {
    max-width: 12.66667%
}

.custom-return-key button {
    margin-bottom: -42px
}

#question .alert-danger:not(.m-alert--outline) {
    color: #fff;
    background-color: #b40001 !important;
    border-color: #b40001 !important
}

.choices-result {
    margin-left: 140px
}

.download-sample-file {
    line-height: 50px
}

.btn {
    padding: 0 11px !important
}

#remove-instruction {
    padding: 14px
}

p#user_name {
    padding: 15px !important
}

.btn-primary:hover {
    color: #cc0001 !important;
    background-color: #fff !important;
    border-color: #cc0001 !important
}

#custom-request-list {
    display: inline-block;
    position: relative;
    width: 100%
}

.m-custom-result-body .m-widget6__item:last-child .m-certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-custom-result-body .m-widget6__item:last-child .m-certificate-pass {
    width: 14%
}

#custom-request-list .m-widget5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#custom-request-list .m-widget5__item {
    width: 47.5%;
    background: #fff;
    margin-right: 30px
}

#custom-request-list .m-widget5__item:last-child {
    margin-right: 0
}

#custom-request-list .m-widget5 .m-widget5__item {
    display: block !important
}

#custom-request-list .m-widget5__pic {
    width: 100%;
    display: block
}

/*Added by bhumika on 14-06-23*/
#custom-request-list .m-widget5__pic .m-widget7__img {
    /*height: 12pc !important;*/
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

/*end*/
#custom-request-list .m-widget5__section {
    margin-top: 16px;
    display: block;
    padding-left: 0;
    text-align: center;
    padding-left: 5px;
    padding-right: 5PX
}

/*#custom-request-list .m-widget5__content{
        max-width: 100%;
    width: 100%;
    display: block;
}*/
#custom-request-list .m-widget5__number {
    min-height: 46px
}

#custom-request-list .m-widget5__content .m-widget5__stats2 .request-submit {
    width: 85%;
    white-space: unset;
    word-break: break-word;
    line-height: initial;
    padding: 10px 15px !important;
    height: auto !important
}

#custom-request-list .m-widget5__content,
#custom-request-list .m-widget5__stats1 {
    display: block;
    /*Added by bhumika on 14-06-23*/
    width: 100%
}

#custom-request-list .m-widget5__stats2 {
    margin: 0 auto;
    text-align: center;
    display: block
}

#custom-request-list .m-widget5__stats1 input {
    text-align: center
}

#custom-request-list .m-widget5__stats2,
#custom-request-list .m-widget5__stats2 button {
    width: 100%
}

#custom-request-list .m-widget5 .m-widget5__item {
    border-bottom: 0
}

#custom-request-list .m-widget5__stats1 .m-custom-error {
    position: absolute !important;
    left: 0 !important
}

#custom-request-list .m-widget5__stats2 {
    margin-top: 6px
}

.license-list-notification .m-timeline-3 .m-timeline-3__item {
    display: inline-block !important;
    position: relative !important;
    width: 100% !important
}

.license-list-notification .m-timeline-3__item-time {
    width: 38% !important;
    display: inline-block;
    float: left;
    text-align: left
}

.license-list-notification .m-timeline-3__item-desc {
    width: 77% !important;
    display: inline-block;
    float: right
}

.license-list-notification .m-timeline-3 .m-timeline-3__item:before {
    left: 165px !important
}

.license-list-notification .m-timeline-3__item-text a {
    color: #cc0001;
    text-decoration: underline
}

.license-list-notification .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc .m-timeline-3__item-user-name .m-timeline-3__item-link {
    font-size: 16px
}

.license-list-notification .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-time {
    text-align: left !important
}

.m-how-to-use .m-portlet__head-text,
.m-other-course .m-portlet__head-text,
.m-user-course .m-portlet__head-text {
    color: #cc0001 !important
}

.m-user-dashboard #custom-request-list .m-widget5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-user-dashboard #custom-request-list .m-widget5__item {
    width: 31%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14)
}

.m-user-dashboard #custom-request-list .m-widget5__item .m-widget5__pic {
    min-height: 128px
}

.m-user-dashboard .m-widget5__stats2 button {
    width: 85%
}

.m-welcome-dashboard .m-widget24 {
    max-width: 1038px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px
}

.m-welcome-dashboard .m-widget24 .m-widget24__item .m-widget24__title {
    margin-bottom: 20px !important;
    margin-left: 0
}

.m-welcome-dashboard h4 {
    font-size: 33px !important;
    text-transform: capitalize !important;
    text-align: center !important
}

.m-welcome-dashboard .m-widget24__desc {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 500 !important;
    text-align: left !important;
    margin: 0 auto !important
}

.m-how-to-use .m-demo-icon .m-demo-icon__preview i {
    color: #cc0001
}

.m-how-to-use .m-demo-icon .m-demo-icon__preview i {
    line-height: 1.9;
    vertical-align: middle;
    font-size: 18px !important;
    margin-right: 10px
}

.m-how-to-use .m-widget2 .m-widget2__item .m-widget2__desc .m-widget2__text {
    font-size: 16px;
    font-weight: 400
}

.m-how-to-use .m-widget2 .m-widget2__item .m-widget2__checkbox {
    padding-top: 0
}

.m-how-to-use .m-demo-icon {
    padding: 0
}

.m-how-to-use .m-widget2 .m-widget2__item {
    margin-bottom: .4rem
}

.course-wise-license-request .m-widget5__content {
    float: left !important
}

.course-wise-license-request .m-widget5__stats2 {
    margin-left: 10px !important
}

.course-wise-license-request .m-widget5__stats1 label {
    height: 43px
}

.course-wise-license-request .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1 {
    text-align: left
}

.m-custom-course-request-list .m-widget11__label {
    border-right: 1px solid #fff
}

.m-custom-course-request-list .m-widget11__sales {
    padding-left: 5px !important;
    border-right: 1px solid;
    padding-right: 5px !important;
    text-align: center
}

.m-custom-course-request-list .m-widget11__price {
    padding-left: 5px !important;
    border-right: 1px solid;
    padding-right: 5px !important;
    text-align: center
}

.m-custom-course-request-list .m-widget11__total {
    width: 7%;
    padding-left: 5px !important;
    border-right: 1px solid;
    padding-right: 5px !important;
    text-align: center
}

.m-custom-course-request-list .m-widget11 .table tbody>tr>td {
    padding-right: 5px !important;
    padding-left: 5px !important;
    text-align: center
}

.m-welcome-sub {
    display: block
}

.m-welcome-dashboard .m--font-brand {
    margin-top: 0 !important
}

.btn.btn-primary:hover:not(:disabled) {
    color: #cc0001 !important
}

.m-student-course-list .m-widget13 .m-widget13__item .m-widget13__text {
    width: 100%;
    display: block
}

.m-student-course-list .m-user-print-view .m-widget13__text {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.m-student-course-list .m-demo-icon {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 0
}

#chapter-view .offset-xl-1 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

#chapter-view .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps {
    table-layout: auto !important
}

#chapter-view .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
    display: block
}

.chapter-details-remove_130.option-list {
    width: 80% !important;
    margin-left: 50px !important
}

.tag-append-block .btn {
    margin-bottom: 10px !important
}

.tag-append-block .option-list {
    width: 75%
}

#appendTag>div>div>div>div.form-group.m-form__group.que_main_field_268>div {
    padding-bottom: 0 !important
}

#sub_field_268>div.form-group.m-form__group.main_field_269>div {
    padding-bottom: 0 !important
}

#appendTag>div.form-group.m-form__group.main_tag_remove_114.main_field_114>div>div>div.form-group.m-form__group.que_main_field_270>div {
    padding-bottom: 0
}

#sub_field_267>div.form-group.m-form__group.main_field_268>div {
    padding-bottom: 0
}

#sub_field_1>div.form-group.m-form__group.main_field_2>div {
    padding-bottom: 0
}

.m-user-dashboard #custom-request-list .m-widget5__item:nth-child(3n) {
    margin-right: 0
}

.m-widget5__number h4 a:hover {
    text-decoration: none !important
}

.m-user-menu_nav-submenu--left {
    display: none !important
}

.m-user-header_nav .m-aside-header-menu-mobile .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-icon {
    width: 28px
}

.m-user-header_nav .m-header-menu .m-menu__nav>.m-menu__item {
    padding: 0 11px !important
}

.m-user-quiz-model.modal.show .modal-dialog .modal-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.m-user-quiz-model .alert-danger:not(.m-alert--outline) {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border: 0 !important
}

.m-user-quiz-model .modal-dialog {
    padding: .5rem
}

.m-user-quiz-model #question.alert-danger:not(.m-alert--outline) {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border: 0 !important
}

.m-user-quiz-model #question label {
    font-size: 18px !important;
    font-weight: 700
}

.m-user-quiz-model #question .m-radio-list label {
    font-size: 14px !important
}

.m-user-quiz-model .m-quiz-alert {
    background: #fff;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0
}

.m-user-quiz-model .m-quiz-alert span {
    word-break: break-all;
    font-weight: 500
}

.m-user-quiz-model#question h3 {
    font-size: 16px !important
}

.a-safop-logo img,
.u-safop-logo img {
    height: 73px;
    margin-top: 0;
    margin-left: 20px
}

.m-user-quiz-model #question .m-radio-list label {
    font-size: 14px !important
}

#question-selection-error {
    margin-left: 100px;
    bottom: -25px !important
}

.m-user-quiz-model #question h3 {
    font-size: 20px !important
}

.m-user-course-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-user-course-view-list {
    width: 45% !important;
    margin-right: 15px;
    background: #fff;
    padding: 15px;
    display: block !important;
    min-height: 290px;
    /* -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
     box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14)*/
}

.m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content:last-child {
    float: left;
    width: 100%
}

.m-user-course-view-list:nth-child(2n) {
    margin-right: 0
}

.m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content {
    display: block !important;
    vertical-align: top
}

/*.m-user-course-view .m-widget5__pic {
    width: 25% !important;
    height: 130px
}*/
/*.m-user-course-view .m-user-course-section {
    width: 75% !important
}*/
.m-user-course-view .m-widget5__info .m-widget5__info-author {
    min-height: 36px;
    display: block
}

/*.m-user-course-view .m-widget5__pic img {
    width: 100% !important;
    
}*/
.m-user-course-view .m-widget5__stats1 {
    margin-right: 16px !important
}

.m-user-course-view .m-widget5 .m-widget5__item {
    border-bottom: 0 !important
}

.m-user-course-view .m-user-course-date-list {
    float: left !important
}

.m-user-course-view .m-widget5__sales {
    text-align: left !important;
    display: block !important
}

.m-add-more-bt span {
    position: relative;
    top: 14px
}

span.course-action,
.course-action .m-course-row-action {
    gap: 10px !important;
    display: flex !important;
    flex-direction: column !important;
}

.register-link {
    display: flex !important;
    flex-direction: column !important;
}

.course-action .btn {
    /* white-space: break-spaces; */
    height: auto !important;
    line-height: 18px;
    display: flex !important;
    flex-direction: column !important;
    padding: 8px 12px !important;
}

/*.course-action .btn{
    white-space: break-spaces;
    height: auto!important;
    line-height: 18px;
    padding: 8px 12px!important;
}*/

.m-user-course-view .m-widget5 .m-widget5__item {
    border: 0 !important
}

.m-user-course-view .m-widget5__stats2 {
    padding-top: 0 !important
}

.m-user-course-view .m-widget5__stats2 span {
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-align: left !important;
    float: left
}

.m-user-course-view .m-widget5__votes {
    font-size: 1rem;
    font-weight: 600;
    float: left
}

.m-user-course-view .m-widget5__stats1:last-child {
    margin-right: 0 !important
}

.m-other-course .m-widget5__stats2 a {
    width: 85% !important
}

.user-filter {
    width: 27%;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px auto
}

.user-filter select {
    height: 34px;
    border: 1px solid #dcdcdc
}

.m-add-more-bt span button {
    font-size: 11px !important
}

.m-company-table-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.m-company-table-filter div {
    text-align: right
}

.m-user-footer {
    padding-left: 310px
}

.btn.btn-outline-focus {
    color: #fff !important;
    background-color: #cc0001
}

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

.m-add-more-license {
    display: block;
    font-size: 12px
}

.m-user-course-view .m-widget5__stats2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    margin-top: 16px
}

.m-user-course-view-list {
    border: 0 !important
}

.m-card-user__email {
    word-break: break-all
}

.m-course-chapter-quiz #question-2-error {
    left: 110px
}

.m-user-final-quiz-model__form .alert {
    background: 0 0 !important
}

.m-user-final-quiz-model__form .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
}

.m-user-final-quiz-model__form #question-selection-error {
    left: 80px
}

.m-user-final-quiz-model__form .choices-result {
    padding-left: 100px;
    margin-left: 0
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
    background: #e2e5ec !important;
    color: #000 !important
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #b4b8c1 !important;
    color: #000 !important
}

.m-add-more-license {
    display: block !important
}

.m-widget6 .m-widget6__item {
    border: 0
}

.m-demo-icon a:hover {
    border: 0;
    text-decoration: none
}

.m-course-finish {
    color: #000 !important;
    font-weight: 700
}

.m-course-finish:hover {
    color: #fff !important;
    font-weight: 700
}

.m-course-running {
    color: #cc0001 !important
}

.m-course-running:hover {
    color: #fff !important
}

.admin-logo>span img {
    max-height: 70px
}

.user-logo span img {
    max-height: 70px
}

.sm-user-footer {
    margin-left: 0 !important
}

.progress.m-progress--sm {
    width: 75%
}

.m-user-course-view .m-user-course-date-list .m-widget5__sales {
    text-align: center !important
}

.child span {
    color: #000 !important
}

.child span:hover {
    color: #000 !important
}

.custom-editor .ck-editor {
    width: 82% !important
}

.custom-editor .ck-rounded-corners {
    margin-top: 0 !important
}

.no-more-avilable {
    color: #e2e5eb
}

.avilable {
    color: #cc0001
}

.m-demo-icon:last-child {
    padding-left: 0
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav>.m-menu__item .m-menu__submenu>.m-menu__subnav {
    background: #fff
}

#question-selection-error {
    left: 0
}

.custom-user-action .m--align-left {
    width: 50%
}

.custom-user-action .m--align-right {
    width: 50%
}

.e-admin-logo {
    display: none
}

.video-model .sm-video-list {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px
}

.video-model .sm-checkbox-list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999
}

.sm-video-list .m-video__item {
    border: 2px solid #b3b3b3;
    overflow: hidden
}

.sm-video-list span {
    background-color: #fff
}

.video-model .sm-checkbox-list .m-checkbox.m-checkbox--state-brand>input:checked~span {
    background-color: #fff
}

.video-model {
    padding-right: 0 !important
}

.video-model video {
    width: 100%;
    -webkit-transition: .4s all;
    transition: .4s all
}

.video-model video:hover {
    -ms-transform: scale(1.2)
}

.m-video-list {
    float: left;
    width: 30%;
    text-align: center;
    border: 5px solid #fff;
    position: relative;
    margin: 0 15px;
    margin-bottom: 15px;
    min-height: 240px
}

.m-portlet {
    display: inline-block;
    width: 100%
}

.m-video-list .m-video__item video {
    height: 100%;
    width: 100%
}

.m-video-list .m-video__item video {
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover
}

.m-video-list .m-demo-icon .m-demo-icon__preview {
    width: 20px;
    padding-right: 0;
    cursor: pointer
}

.m-video-list .m-delete-video.delete {
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 1
}

.m-demo-icon {
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 5px;
    margin-left: 5px
}

.m-video-list .m-demo-icon .m-demo-icon__preview i {
    font-size: 1.5rem !important;
    color: #d94b4b
}

.video-model .sm-video-list {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px
}

.video-model .sm-checkbox-list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999
}

.sm-video-list .m-video__item {
    border: 2px solid #b3b3b3;
    overflow: hidden
}

.sm-video-list span {
    background-color: #fff
}

.video-model .sm-checkbox-list .m-checkbox.m-checkbox--state-brand>input:checked~span {
    background-color: #fff
}

.video-model {
    padding-right: 0 !important
}

.video-model video {
    width: 100%;
    -webkit-transition: .4s all;
    transition: .4s all
}

.video-model video:hover {
    -ms-transform: scale(1.2)
}

.video-model {
    padding-right: 0 !important
}

.custom-user-action .m--align-right #chapter-view .next-button {
    width: 42px !important;
    margin-left: 10px
}

.video-model .m-checkbox.m-checkbox--state-brand>span {
    border: 1px solid #dcdcdc !important
}

.video-model .m-checkbox.m-checkbox--state-brand>span:after {
    border: solid #dcdcdc
}

#chapter-view #quiz-next {
    background-color: #cc0001 !important;
    color: #fff !important;
    width: 110px !important;
    text-align: center;
    float: right;
    margin-left: 7px
}

#chapter-view #prev {
    width: auto !important;
    float: left
}

#chapter-view .next-button span {
    margin: 0 auto !important
}

#chapter-view .btn:last-child {
    background-color: #cc0001 !important;
    color: #fff !important;
    width: 190px !important;
    text-align: center;
    float: right;
    margin-left: 7px
}

#chapter-view .btn:last-child .final_text {
    white-space: normal !important;
    line-height: 13px !important
}

.m-login.m-login--5 .m-login__wrapper-2 .logo {
    margin-bottom: 30px;
    max-width: 200px
}

#appendTag .ck-editor {
    width: 100% !important
}

#appendTag .ck-editor>.ck-rounded-corners {
    width: 91% !important;
    position: relative;
    z-index: 1
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
    right: 0 !important;
    left: auto !important
}

.m-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.m-user-quiz__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.video-model .m-folder-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-model .m-section {
    width: 25%;
    margin-right: 10px
}

.video-model .m-folder-section .m-nav-grid__row a {
    padding: 0 !important
}

.video-model .m-section:last-child {
    margin-right: 0
}

.folder-model .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.m-user-menu_nav .fa.fa-align-justify {
    display: none !important
}

#folder_name-errorAll {
    padding: 0 0
}

.m-video-list .m-folder__item input {
    padding: 10px !important;
    height: 30px !important;
    width: 64% !important;
    margin: 0 auto 0 43px;
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

.m-video-list {
    min-height: 215px !important
}

#chapter-view #prev {
    width: 190px !important;
    float: left
}

#chapter-view #prev span {
    margin: 0 auto !important
}

#chapter-view .btn:last-child span {
    margin: 0 auto !important
}

.select2-container--default .select2-dropdown {
    z-index: 9
}

.ms-options-wrap>.ms-options {
    z-index: 1
}

.m-image__item img {
    max-width: 100%;
    margin: 0 auto
}

.m-image__item {
    width: 32%;
    margin-right: 17px;
    display: block
}

.m-image__item:nth-child(3n) {
    margin-right: 0
}

.demo-gallery>ul {
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0 !important;
    margin-left: 0
}

.m-image__item .m-image-delete.delete {
    float: left;
    width: auto
}

.m-image__item li.m-video__item {
    float: left;
    display: inherit;
    padding: 0
}

.m-image__item .m-image-delete.delete .m-demo-icon__preview {
    padding: 0;
    width: 40px;
    position: relative;
    /*top: -20px*/
    top: -7px !important;
}

.m-image__item .m-image-delete.delete .m-demo-icon__preview i {
    font-size: 21px !important;
    cursor: pointer;
    color: #d94b4b
}

/*Added by hiral on 24-08-23*/
.m-image__item .m-image-delete.url .m-demo-icon__preview i {
    padding: 0 !important;
    width: 40px !important;
    position: relative !important;
    top: -7px !important;
    font-size: 21px !important;
    cursor: pointer;
    color: #d94b4b
}

/*End*/
.m-image__item {
    margin-bottom: 30px
}

.ck-button-browes {
    height: 15px
}

.ck-button-browes .browes-images {
    margin-bottom: 0 !important
}

.ck-button-browes .browes-images:hover {
    background-color: transparent !important
}

.m-widget13 .certiGet {
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 7px
}

.m-video-list .m-folder__title {
    font-size: 14px !important;
    margin-top: 15px !important;
    cursor: pointer
}

.m-video-list .flaticon-edit {
    margin-left: 14px
}

.m-user-quiz-model__table .modal-content {
    top: auto !important;
    left: auto !important;
    -webkit-transform: initial !important;
    transform: initial !important
}

.m-user-quiz-model__table .m-table.m-table--head-bg-brand thead th {
    padding: 15px 20px;
    text-align: center
}

#question-body tr td:last-child {
    padding: 15px 0
}

#question-body .m-demo-icon .m-demo-icon__preview {
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important
}

#question-body .m-demo-icon .m-demo-icon__preview i {
    font-size: 18px !important
}

#question-body i.fa.fa-times {
    color: #cc0001
}

#question-body .table td {
    padding: 21px 20px 15px 20px
}

#question-body .m-portlet__body {
    padding-bottom: 0 !important
}

.m-user-quiz-model__table .modal-body {
    padding-bottom: 0 !important
}

.m-user-quiz-model__table .modal-body {
    padding-bottom: 0 !important
}

#question-body .m-demo-icon {
    margin: 17px auto 0 auto !important
}

.m-user-quiz-model__table .modal-content {
    width: 620px
}

.m-folder__title_edit {
    position: absolute;
    bottom: 34px;
    right: 27px;
    cursor: pointer
}

i.fa.fa-arrow-right {
    font-size: 17px !important
}

.m-folder__item .form-control-feedback {
    margin-left: 43px
}

#student_list_wrapper .btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

#student_list_wrapper .buttons-excel {
    border: none;
    color: #cc0001;
    background: 0 0
}

#student_list_wrapper .export-block h6 {
    line-height: 35px
}

#student_list_length {
    width: 30%;
    float: left
}

body {
    background-color: #152836
}

.demo-gallery>ul {
    margin-bottom: 0
}

.demo-gallery>ul>li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px
}

.demo-gallery>ul>li a {
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    transition: -webkit-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    transition: transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .5)
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    transition: -webkit-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    transition: transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .5)
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: .8;
    width: 48px
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a
}

.home .demo-gallery {
    padding-bottom: 80px
}

.m-checkbox-list .m-checkbox.m-checkbox--brand>span {
    border: 1px solid #bdc3d4 !important
}

.m-checkbox-list .m-checkbox.m-checkbox--brand>input:checked~span {
    border: 1px solid #cc0001 !important
}

.m-checkbox-list .m-checkbox.m-checkbox--brand>input:disabled~span {
    border: 1px solid #bdc3d4 !important
}

.m-radio-inline .m-checkbox>span {
    border: 1px solid #bdc3d4 !important
}

.m-radio-inline .m-checkbox>input:checked~span {
    border: 1px solid #cc0001 !important
}

.m-radio-inline .m-checkbox>input:disabled~span {
    border: 1px solid #bdc3d4 !important
}

.m-checkbox.m-checkbox--state-success>input:disabled~span:after {
    border-color: #bdc3d4
}

.m-switch.m-switch--success:not(.m-switch--outline) input:empty~span:before {
    background-color: #bdc3d4
}

.m-switch.m-switch--success:not(.m-switch--outline) input:checked~span:before {
    background-color: #232525
}

.es-student-course-list .m-widget13 .certiGet {
    padding-top: 0
}

img {
    max-width: 100%
}

#final_question .ck.ck-editor {
    margin-top: 0 !important;
    margin-left: 20px;
    width: 72% !important
}

#final_question>col-form-label {
    width: 10%
}

#appendTag .chapter-wise-question .ck.ck-editor {
    width: 62% !important;
    margin-left: 40px;
    margin-top: 0 !important
}

#final_question .question-editor-error {
    top: 89px;
    left: 100px
}

#appendTag .chapter-wise-question input {
    margin-left: 15px
}

#appendTag .chapter-wise-question .question-editor-error {
    top: 80px;
    left: 111px
}

.table.dataTable>tbody>tr.child:hover {
    background: #cc0001 !important
}

.ck-media__wrapper {
    cursor: pointer !important
}

#quiz {
    margin-bottom: 30px
}

.media {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    display: block !important
}

.tabing {
    margin: 00px 0 30px
}

.tabing a {
    padding: 6px 10px;
    border: 2px solid #cc0001;
    background: #fff;
    color: #cc0001 !important;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block
}

.tabing a:hover {
    background: #cc0001;
    color: #fff !important;
    border: 2px solid #cc0001
}

.tabing a.tab-active {
    background: #cc0001;
    color: #fff !important;
    border: 2px solid #cc0001
}

#m_aside_left {
    display: none
}

.m-content--skin-light2 .m-body {
    padding-left: 0 !important
}

footer.m-grid__item.m-footer {
    margin: 0 !important
}

.page-tabing a {
    padding: 8px 10px;
    /* border: 2px solid #cc0001; */
    background: #fff;
    color: #cc0001 !important;
    cursor: pointer;
    margin: 0 10px 15px 0 !important;
    text-decoration: none;
    border-radius: 60px;
    display: inline-block
}

.page-tabing .page-tab>a:hover {
    background: #cc0001 !important;
    color: #fff !important;
    border: 2px solid #cc0001
}

.page-tabing .page-tab>a.tab-active {
    background: #cc0001 !important;
    color: #fff !important;
    border: 2px solid #cc0001
}

.page-tabing {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    padding: 30px 20px 15px 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    background-color: #f7f7f7;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-menu__submenu__2 a {
    border-radius: 0;
    border: 0;
    margin-bottom: 0 !important;
    padding: 0;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 13px !important;
    border-bottom: 2px solid transform
}

.m-menu__submenu__2 a:hover {
    font-weight: 700;
}

.m-menu__submenu__2 {
    background: #fff;
    border-radius: 5px;
    padding: 12px 10px;
    display: block;
    position: absolute;
    min-width: 150px;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 16px 0 rgb(233 155 155);
    box-shadow: 0 2px 16px 0 rgb(233 155 155)
}

.page-tab:hover .m-menu__submenu__2 {
    display: block
}

.m-menu__submenu__2 {
    display: none
}

.dropdown-menu1 {
    position: static;
    display: inline-block;
    float: right
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 16px 0 rgb(233 155 155);
    box-shadow: 0 2px 16px 0 rgb(233 155 155);
    padding: 0;
    z-index: 1;
    top: 110px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
    border-bottom: 5px solid #cc0001
}

.dropdown-content span {
    color: #cc0001;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 15px 10px;
    font-weight: 500
}

.dropdown-content div {
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 20px;
    padding: 5px
}

.dropdown-menu1:hover .dropdown-content {
    display: block
}

.dropdown-menu1 .flaticon-grid-menu {
    color: #fff;
    font-size: 19px;
    margin-top: 0
}

#m_header .m--visible-desktop-inline-block {
    display: none !important
}

.dropdown-content span {
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.dropdown-content span:hover {
    font-weight: 700;
    position: relative;
    top: 2px;
    -webkit-transition: all .45s;
    transition: all .45s
}

.m-stack.m-stack--desktop.m-stack--ver>.m-stack__item {
    position: relative
}

.m-aside-left-close {
    top: 28px
}

.dropdown-menu1 a#m-desktop-menu {
    padding-bottom: 45px
}

.dropdown-content span a {
    display: block;
    text-decoration: none !important;
}

.m-dropdown-content-show {
    display: block
}

.m-date__range__filter input:first-child {
    margin-bottom: 15px !important
}

.m-calender__event .m-calender__event-item1>label {
    display: block;
    color: #fff;
    text-align: left;
    padding: 3px;
    /*padding: 5px;*/
    font-size: 12px;
    word-break: break-all !important;
    width: 100%;
    display: block !important;
    white-space: inherit
}

.m-calender__event .m-calender__event-item2 {
    padding: 5px 10px 5px 10px
}

.m-calender__event-item2 .m-total1 {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 5px;
    background: #000;
    border: 1px solid #000
}

.m-calender__event-item2 .m-total2 {
    display: block;
    color: #000;
    text-align: center;
    font-weight: 700;
    padding: 5px;
    background: #8fdf82;
    border: 1px solid transparent
}

.m-fc-resized-row {
    height: 64px !important
}

.fc-bgevent {
    opacity: 0 !important
}

.event-full {
    background: 0 0 !important
}

.event-full.fc-bgevent {
    opacity: 1 !important
}

.m-date__range__filter {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.m-date__range__filter input {
    width: 48% !important;
    margin-right: 20px
}

.m-date__range__filter input:last-child {
    margin-right: 0
}

.bootstrap-select .dropdown-toggle {
    position: relative
}

.filter-option {
    position: absolute;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#calendar .fc-header-toolbar .fc-button span:first-child {
    margin: 0;
    position: relative;
    right: -9px
}

#calendar .fc-header-toolbar .fc-button {
    margin: 0 50px
}

#calendar .fc-view-container .fc-month-view .fc-day-header>span {
    text-transform: capitalize
}

.m-month_event_not_full {
    min-height: 63px;
    padding: 3px;
    border-radius: inherit
}

.m-calender__event .m-event__full {
    z-index: 9999;
    border-radius: inherit
}

.m-calender__event .m-event_not_full {
    z-index: 9999;
    border-radius: inherit
}

.m-fc-month__item .month_item,
.m-fc-month__item span.month_item-title,
.m-fc-month__item span.month_item-title a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding-bottom: 5px;
    word-break: break-all
}

span.month_item:last-child {
    padding-bottom: 0
}

.custom-select {
    margin-left: 10px;
    margin-right: 10px
}

.m-month__full {
    min-height: 63px;
    padding: 3px;
    border-radius: inherit
}

.m-month_event_economy {
    padding: 0.3rem;
    border-radius: inherit;
}

.datepicker-days.active.day,
.datepicker-months .month.active,
.datepicker-years .year.active {
    background: #cc0001 !important
}

.m-calender__event.m-event_not_full>.m-calender__event-item1 {
    width: 100%;
    font-size: 10px
}

.fc-timeline td,
.fc-timeline th {
    white-space: unset !important
}

.m-calender__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.m-calender__filter .m-calender__filter-item {
    width: 25%;
    padding-top: 0 !important
}

.m-calender__filter input#datepicker {
    width: 100% !important;
    margin-bottom: 0 !important;
    border: 1px solid #ced4da
}

.m-date__range__filter {
    border-color: #ced4da !important
}

.m-calender__filter .m-calender__filter-item .dropdown.bootstrap-select.form-control.m-bootstrap-select.m_ {
    border: 1px solid #dcdcdc !important;
    border-radius: 0 !important
}

.month_item:first-child {
    font-weight: 700
}

.fc-unthemed th.fc-day-header span {
    font-weight: 700;
    color: #000
}

span.month_item-title {
    font-weight: 500
}

.m-calender__event .m-calender__event-item1 label:first-child {
    font-weight: 700 !important
}

.m-btn--custom__switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #cc0001;
    padding: 5px 15px
}

.m-btn--custom__switch span:first-child {
    margin-right: 25px
}

.m-btn--custom__switch span:first-child label {
    margin-bottom: 0
}

.login_page_instruction__info {
    color: #cc0001;
    font-size: 14px
}

.m-table__title-info {
    color: #cc0001
}

.m-portlet__body .form-group.m-form__group.row .m-file__import-info {
    width: 100%;
    display: initial;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    margin-top: 30px
}

.m-table--custom_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-table--custom_filter .user-filter label {
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fc-other-month {
    background-color: #dfe1e5
}

.m-course__api .make_api_link_info {
    font-weight: 400;
    font-size: 13px;
    padding-left: 0
}

.course_link_hide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.course_link_hide .search-box {
    margin-left: 10px;
    width: 100%
}

.course_link_hide .search-box .m-input {
    margin-bottom: 0 !important
}

.m-calender__week-no-event {
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.m-calender__filter .m-switch__filter {
    padding-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-calender__filter .m-switch__filter label {
    margin-bottom: 0 !important
}

.m-calender__timeline {
    min-height: 54px !important
}

.m-contant-view .m-widget13__item .m-widget13__desc {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    display: block;
    text-align: left;
    max-width: 218px;
    width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.m-contant-view .m-widget13__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-calender-side-menu .m-widget2__checkbox {
    padding: 0 !important;
    margin: 0
}

.m-calender-side-menu__head .m-portlet__head {
    padding: 15px !important;
    padding: 15px !important;
    background: #3f3d3d;
    padding: 5px 15px;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45.75px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.m-calender-side-menu__head .m-portlet__head .m-portlet__head-text {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important
}

.m-calender-side-menu__head .m-portlet__body {
    padding: 15px !important
}

.m-calender-side-menu__head {
    padding-right: 0 !important
}

.m-calender-side-menu .m-checkbox {
    top: 2px
}

.m-calender-side-menu .m-widget2__desc {
    padding: 0
}

.m-calender-side-menu .m-widget2__text {
    font-size: 14px;
    word-break: break-all
}

#calendar td.fc-resource-area {
    /* width: 15%*/
    width: 10%
}

.m-calender-side-menu .m-type__checkbox {
    color: #cc0001 !important;
    font-weight: 900 !important
}

.export-block .m-export__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.export-block .m-export__item a img {
    margin-left: 8px
}

.input-group.m-date__range-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.m-date__range-item .m-input__timpicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px
}

.m-input__timpicker:last-child {
    margin-right: 0
}

.m-date__range__filter input {
    width: 100% !important
}

.m-date__range__filter .m-input__timpicker {
    width: 48.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 13px;
    margin-bottom: 10px
}

.m-date__range__filter .m-input__timpicker:last-child {
    margin-right: 0
}

.m-calender__event-number {
    float: right
}

.m-calender__event-item1 .m-calender__event-title {
    margin-right: 5px
}

span.month_item-count {
    float: right
}

.m-calender__month-title {
    margin-right: 5px
}

.m-date__range-validate {
    margin-top: 15px
}

.m-course_file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-course_file-item .m-file_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0
}

.m-course_file-item input[type=file] {
    margin-top: 0;
    margin-right: 10px
}

.m-course_file-item .m-file_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 6px
}

.m-course_file-item .m-file_input .m-course_file-info-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 6px
}

.m-course_file-item {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.m-course_file-item-plus {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.m-course__api {
    margin-bottom: 15px
}

.calender-wrap .fc-event {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    bottom: 0;
    top: auto;
    right: 0
}

.a-event-full {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.m-course-plus {
    position: absolute;
    right: 0;
    bottom: 0
}

.m-resource-leave {
    width: 50%
}

.m-course-leave {
    position: absolute;
    left: 0;
    bottom: 0
}

.m-course-plus .la.la-plus,
.m-month-plus .la.la-plus {
    font-weight: 700
}

.m-course-leave .la.la-plus {
    color: #cc0001;
    font-weight: 700
}

.models_list thead tr th:first-child {
    width: 60%
}

.models_list thead tr th {
    min-width: 50px
}

.models_list thead tr th:first-child .headers.m-checkbox-list {
    text-align: left
}

.models_list tbody tr td:first-child .m-checkbox.m-checkbox--brand,
.models_list thead tr th:first-child .m-checkbox.m-checkbox--brand {
    text-transform: capitalize;
    width: 100%;
    max-width: 100%;
}

.models_list tbody tr td .m-checkbox-list .m-checkbox.m-checkbox--brand>span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0
}

.models_list tbody tr td:first-child .m-checkbox-list .m-checkbox.m-checkbox--brand>span {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.models_list .headers.m-checkbox-list {
    text-align: center
}

.models_list .headers label {
    font-weight: 700
}

.m-dropdown__inner-custom {
    max-width: 270px;
    margin-top: 20px
}

.m-dropdown__inner-custom .m-scrollable {
    height: auto !important
}

.m-dropdown__inner-custom .m-dropdown__body {
    padding-top: 15px !important
}

.m-dropdown__wrapper.m-dropdown__inner-custom {
    margin-left: -50px !important
}

.m-dropdown__inner-custom .m-dropdown__arrow--center {
    left: 50px !important
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item>.m-nav__link .m-nav__link-icon {
    color: #d8131a !important
}

.m-form_custom-tabing a {
    font-size: 15px
}

/*Per course button on company page by bhumika patel on 15-06-23*/
.m-form_custom-tabing-student a {
    font-size: 15px
}

/*End*/
.m-accordion-custom .m-accordion__item .m-accordion__item-head.system_settings {
    background-color: rgb(216 19 26 / .2) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-accordion-custom .m-accordion__item-icon i,
.m-accordion-custom .m-accordion__item-title,
.m-accordion-custom .m-demo-icon__preview i {
    color: #d8131a;
    font-weight: 700
}

.m-accordion-custom .m-accordion__item-icon i:before,
.m-accordion-custom .m-demo-icon__preview i:before {
    font-weight: bolder !important
}

.m-form-tabing {
    margin-bottom: 0;
    padding: 15px 0
}

.a-event-full {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.tabing.m-custom-filter-tab {
    margin-bottom: 0 !important
}

.m-hide {
    display: none !important
}

.m-unhide {
    display: block !important
}

.m-date__range__filter .m-input__timpicker:last-child input {
    margin-right: 0
}

.m-widget6_custom-body .m-widget6_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-widget6_custom-body .m-widget6_radio input[type=radio] {
    margin-right: 10px
}

.m-widget6_custom-body .m-widget6_radio span {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 14px
}

#m-widget6_custom .m-widget6__item .m-widget6__caption {
    width: auto !important;
    padding-left: 4px
}

.m-teacher-leave-body .m-widget6__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-teacher-leave-body .m-widget6__item.m-widget6__item-custom>label {
    padding-left: 20px;
    color: #cc0001;
    font-size: 16px;
    font-weight: 700
}



.m-teacher-leave-body .m-radio-inline .m-radio {
    padding-left: 30px;
    color: #000;
    font-size: 12px
}


.m-widget6__head .m-widget6__item {
    background: #cc0001;
    padding: 10px 20px;
    color: #fff
}

.m-teacher-leave-body {
    padding: 0 15px
}


.m-widget6__head .m-widget6__item .m-widget6__caption {
    font-size: 16px;
    color: #fff
}

.m-teacher-leave-body .m-radio>span {
    border: 1px solid #000
}

.m-teacher-leave-body .m-radio>input:checked~span {
    border: 1px solid #cc0001
}

#invoice .m-invoice__container--centered {
    margin: 0 auto;
    padding: 0
}

#invoice .m-invoice__container--centered .m-invoice__logo {
    padding-top: 50px
}

#invoice .m-invoice__container--centered .m-invoice__logo a {
    text-align: left
}

#invoice .m-invoice__container--centered .m-invoice__items {
    border-top: 1px solid #cc0001
}

#invoice .m-invoice__container--centered .m-invoice__item {
    color: #cc0001;
    font-size: 14px
}

#invoice .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item .m-invoice__text {
    color: #000;
    font-weight: 500
}

#invoice .m-invoice__container--centered .m-invoice__logo>a>h1 {
    color: #cc0001 !important
}

#invoice .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items {
    padding: 20px
}

#invoice #invoices-table {
    padding: 0 !important
}

#invoice #invoices-table table thead tr th,
#payment-table table thead tr th {
    color: #000;
    font-weight: 700
}

#invoice #invoices-table table tbody tr td,
#payment-table table tbody tr td {
    color: #000;
    font-weight: 100
}

#payment-table {
    padding: 20px 0 0 !important
}

#payment-table .m-invoice_payment-custom h1 {
    font-weight: 700;
    font-size: 20px;
    color: #cc0001
}

#invoices-footer {
    margin: 0 !important;
    margin-bottom: 50px !important
}

#invoice .m-invoice__container--centered .m-invoice__items {
    border-top: 2px solid #cc0001
}

#invoices-footer .m-invoice__container--centered {
    border-top: 2px solid #cc0001;
    padding-top: 10px;
    margin-top: 15px
}

#invoices-footer .m-invoice__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#invoices-footer .m-invoice__content>label {
    color: #000;
    font-size: 14px;
    font-weight: 700
}

#invoices-footer .m-invoice__price {
    width: auto;
    padding-bottom: 0;
    position: relative;
    top: -1px;
    font-size: 18px;
    color: #cc0001;
    margin-left: 10px
}

.leave-list-table-custome tbody tr:hover .m-radio>span:after {
    border: solid #fff
}

.leave-list-table-custome .close-icon:first-child {
    margin-right: 10px
}

.leave-list-table-custome .close-icon:hover {
    text-decoration: none
}

.leave-list-table-custome .close-icon i {
    font-weight: 700
}

.leave-list-table-custome tbody tr .form-control {
    border: 0 !important
}

.leave-list-table-custome .m-radio-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.leave-list-table-custome .m-radio-inline .m-radio {
    padding-bottom: 8px
}

.leave-list-table-custome thead tr th:nth-child(2) {
    width: 100px !important
}

.leave-list-table-custome thead tr th:last-child {
    width: 100px !important
}

#calendar .m-leave-full-day .m-calender__event-week-leave {
    border-radius: inherit;
    color: #fff !important;
    padding: 5px !important;
    font-size: 12px;
    height: 61px;
    line-height: 15px;
    font-weight: 900
}

#calendar .m-leave-first-half .m-calender__event-week-leave {
    border-radius: inherit;
    color: #fff !important;
    padding: 5px !important;
    font-size: 12px;
    height: 61px;
    line-height: 15px;
    font-weight: 900
}

#calendar .m-leave-second-half .m-calender__event-week-leave {
    border-radius: inherit;
    color: #fff !important;
    padding: 5px !important;
    font-size: 12px;
    height: 61px;
    line-height: 15px;
    font-weight: 900
}

.m-portlet__body.m-portlet__body-leave-custom {
    padding: 0 !important
}

.m-date__range-item {
    margin-bottom: 10px
}

.m-switch__filter .m-bootstrap-select {
    background: 0 0
}

.month-course-create {
    color: #000
}

.m-custom-info {
    color: #cc0001;
    font-weight: 700;
    margin-left: 5px
}

.m-custom-info:before {
    font-weight: 700
}

.m-custom-form label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 23%;
    max-width: 23%
}

.m-widget2__item.m-type__checkbox-no-item {
    left: 25px;
    bottom: 10px
}

.m-calender-side-menu .m-widget2__item {
    margin-bottom: 0 !important
}

.form-disable {
    pointer-events: none;
    opacity: .4;
    background-color: #f9e7e7
}

.m-input-3 input {
    margin-bottom: 10px
}

.m-inner-input-feedback {
    margin-top: 20px
}

.m-inner-input-feedback>.m-radio-div {
    margin-bottom: 10px
}

.m-inner-input-feedback>.m-radio-div>input {
    margin-right: 10px
}

div#feedback-form {
    margin-top: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    padding: 15px 0
}

span.m-form__help.m-span-number {
    padding-right: 10px;
    color: #cc0001;
    font-weight: 700;
    font-size: 14px
}

span.m-form__help.m-span-info {
    color: #cc0001;
    font-weight: 600;
    font-size: 14px
}

#feedback-form .m-radio-inline {
    margin-left: 30px
}

.m-feedback_item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#feedback-form .feedback_text {
    margin-top: 11px;
    margin-left: 30px
}

.m-feedback_item {
    margin-bottom: 15px
}

#feedback-form #calling {
    margin-top: 20px;
    margin-left: 30px
}

#render_html .tab-content #feedback-response-view .m-widget2__checkbox {
    padding-top: 0
}

#render_html .tab-content #feedback-response-view .m-widget2__desc {
    padding-top: 0
}

#render_html .m-widget2__desc>.m-widget2__text {
    color: #cc0001 !important
}

#render_html .m-widget2__desc>.m-widget2__text .btn {
    margin-left: 10px
}

.m-feedback-view-model {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0
}

.m-feedback-view-model .m-widget3__info .m-widget3__number {
    font-weight: 700;
    font-size: 14px !important;
    margin-right: 5px;
    color: #cc0001 !important
}

.m-feedback-view-model .m-widget3__item {
    padding-bottom: 15px
}

.m-feedback-view-model .m-widget3__item:last-child {
    padding-bottom: 0
}

.m-feedback-view-model .m-widget3__info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px
}

.m-feedback-view-model .m-widget3__info .m-widget3__username {
    font-weight: 700;
    color: #cc0001 !important;
    display: block;
    margin-bottom: 5px
}

.custom-fc-toolbar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.custom-fc-toolbar .m-demo-icon {
    margin: 0 50px;
    padding: 0 1.25rem !important
}

.custom-fc-toolbar .m-demo-icon__preview {
    padding: 0;
    height: 100%;
    text-align: center
}

.custom-fc-toolbar .m-demo-icon__preview i {
    font-size: 20px !important
}

.custom-fc-toolbar .fc-center h2 {
    font-size: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0 !important
}

.custom-fc-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.custom-notification .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
    padding-left: 0 !important
}

.custom-notification .m-timeline-2:before {
    display: none
}

.custom-notification .m--font-brand {
    font-size: 17px !important;
    margin-right: 9px
}

.icon-section .icon-content {
    min-height: 175px;
    overflow: hidden;
    height: 175px;
}

.custom-notification-menu .m-icon-head h5 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 600;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 5px !important;
    padding-bottom: 8px;
    margin-top: 5px
}

.m-tooltip-table .tooltip-inner {
    max-width: 350px;
    background-color: #efefe8;
    padding: 0
}

.m-tooltip-table .tooltip-inner .m-section,
.m-tooltip-table .tooltip-inner .m-section .m-section__content {
    margin-bottom: 0 !important
}

.m-tooltip-table .tooltip-inner .m-section table.m-table {
    table-layout: fixed;
    width: 100%
}

.m-tooltip-table .tooltip-inner .m-section table.m-table th {
    width: 33.33%;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: bold;
}

.m-tooltip-table .tooltip-inner .m-section table.m-table td {
    width: 33.33%;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: 600;
}

.tooltip.show {
    opacity: 1 !important
}

.m-tooltip-info .bs-tooltip-top .arrow::before {
    border-width: .6rem .6rem 0
}

.m-tooltip-info .tooltip-inner {
    max-width: 270px;
    font-size: 13px
}

.mapboxgl-popup-content {
    padding-right: 17px
}

.m-portlet__body.m-form-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-form-horizontal .course_link_hide>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-form-horizontal label {
    font-weight: bold;
}

.m-form-horizontal .search-box {
    margin-left: 0;
    margin-top: 10px
}

.m-form-horizontal .m-course_number label {
    padding-top: 0
}

.m-form-horizontal .m-info-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-form-horizontal .m-widget24__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.m-form-horizontal .input-group.m-date__range-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.m-form-calendar-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-form-calendar-filter .m-save-filter {
    padding: 2.2rem 2.2rem
}

.m-form-calendar-filter .m-save-filter a {
    margin-bottom: 7px;
    width: 120px;
}

.m-calender__filter .m-calender__filter-item label {
    padding-top: 0;
}

.m-scroll-top--shown .m-scroll-top {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: #cc0001;
    bottom: 45px;
    border: 1px solid #cc0001
}

.m-scroll-top--shown .m-scroll-top:hover {
    background: #fff;
    border: 1px solid #cc0001
}

.m-scroll-top:hover>i {
    color: #cc0001
}

.m-scroll-top>i {
    color: #fff;
}

.dataTables_filter {
    display: none;
}

/*2-04*/
.page-tabing {
    padding: 10px 20px 0 20px;
}

.page-tabing a {
    margin-bottom: 10px !important;
    margin-right: 5px !important
}

.m-body .m-content {
    padding: 15px 20px !important
}

.m-tabing-filter a {
    margin-bottom: 10px
}

.m-save-filter a {
    margin-bottom: 0
}

.tabing {
    margin: 00px 0 20px;
}

.m-portlet .m-portlet__body {
    padding: 20px;
}

.m-dataTables_action.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px;
}

.m-dataTables_action .m-dataTables_title_action,
.m-dataTables_action .export-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.m-dataTables_action .export-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px !important;
}

.m-dataTables_action .export-section .float-right.m-export__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-dataTables_action .m-dataTables_title_action .m-portlet__head-text {
    margin-bottom: 0;
    margin-right: 15px;
}

.m-dataTables_action .m-dataTables_filter_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    margin-bottom: 5px
}

.m-dataTables_action .m-dataTables_filter_select label {
    margin-bottom: 0
}

.m-dataTables_action .m-dataTables_filter-first.m-dataTables_filter_select .m-input {
    margin: 0 6px;
}

.m-dataTables_action .m-dataTables_filter_select .m-input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    height: 30px;
}

.m-dataTables_action .m-dataTables_filter_action {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0 !important;
}

.m-dataTables_action .m-dataTables_action {
    margin-bottom: 0 !important
}

.m-dataTables_filter_export_section .m-export__item a h6 {
    margin-bottom: 0;
    margin-right: 7px;
}

.m-dataTables_action .m-dataTables_filter-item>label {
    width: 100%
}

.m-dataTables_action .m-dataTables_filter-item select.form-control {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    height: 30px;
    min-width: 120px;
    margin-right: 0.5em;
}

/*Added by ravi foe remve space*/
.dataTables_wrapper .dataTable {
    margin: 0rem 0 !important;
}

.m-loader:before {
    margin-top: -1.7rem !important
}

.icon-section .row>div {
    min-height: 175px;
    height: 175px;
    overflow: hidden;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    /*      bottom: 0 !important;*/
}

.user-select-filter {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 130px;
    margin-left: 10px
}

.m-brand__logo__name {
    width: 100%
}

.m-inner-portlate {
    padding: 5px 0 0 0;
}

.float-right.m-export__item-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-right.m-export__item-other a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px !important;
}

.m-fl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.m-dataTables_filter_action_item .m-export__item-other a {
    padding: 0px !important;
    margin-left: 10px;
    margin-bottom: 5px;
}

.m-dataTables_filter_action_item .m-export__item-other a h6 {
    margin-bottom: 0;
    margin-right: 5px
}

.m-dataTables_action .m-dataTables_filter_select .m-input {
    width: 150px
}

#dataTables_length {
    width: 90px
}

.m-checkbox-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-checkbox-table .m-checkbox {
    margin-bottom: 0 !important;
}

.m-history__d-content .m-widget3__info {
    padding-left: 0 !important
}

.m-history__d-content .m-widget3__username {
    font-size: 14px !important;
    display: block;
}

.m-history__d-content .m-widget3__time {
    display: block !important;
    font-size: 13px !important;
    padding-top: 5px !important;
    padding-bottom: 7px !important;
    font-weight: 500;
    color: #000;
}

.m-history__d-content {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-bottom: 0 !important;
    position: relative;
}

.m-history__d-content .m-history__d-time {
    float: right !important;
    padding-bottom: 0px;
}

.m--font-info {
    /*color: #d8131a !important;*/
}

.mail-date {
    white-space: nowrap;
}

.m-history__d-content .m-history__d-time .m-widget3__time {
    display: block;
    text-align: right;
}

.m-history-make-form .m-form__actions .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.m-crm-list-filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.select2-container--default .select2-dropdown {
    z-index: 9999
}

.table td,
.table th {
    padding: 4px 15px;
}

.m-modal-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-modal-row .btn {
    margin-left: 10px;
    margin-right: 0px
}

#filter_form .m-form__group {
    padding: 0 !important
}

#filter_form .m-form__group .m-input {
    width: 100px;
    margin: 0 10px;

}

#filter_form .m-input__timpicker.m-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    margin-top: 10px;
}

#filter_form .input-group-prepend {
    margin-top: 10px
}

.m-history-list .m-portlet__head-title,
.m-history-list .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title {
    margin: 0;
    height: auto;
}

.m-history-list .m-portlet.m-portlet--full-height .m-portlet__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.m-history-list .m-widget3 .m-widget3__item .m-widget3__header .m-widget3__info .m-widget3__time,
.m-history-list .m-history__d-content .m-history__d-time .m-widget3__time {
    padding: 0 !important
}

.m-history-list .m-widget3 .m-widget3__item .m-widget3__body .m-widget3__text {
    padding: 0 !important;
    margin: 0 !important;
    word-break: break-all;
}

.m-history-list .m-portlet__head-text {
    margin-bottom: 0 !important
}

.m-history-list .m-form .m-form__group {
    padding-top: 5px !important;
    padding-top: 5px !important;
    padding-left: 0;
}

.m-history-list .m-form .m-form__actions {
    padding: 5px;
}

.m-history-add-body .m-portlet__head-text {
    font-weight: 700;
    color: #000
}

.m-crm-multi-form.m-portlet {
    padding: 5px;
}

/*.m-crm-multi-form .m-portlet__head-caption{
    height: 38px
}*/
.m-crm-multi-form .m-portlet__head-title,
.m-crm-multi-form .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title {
    margin: 0;
    height: auto;
}

.m-crm-multi-form .m-portlet.m-portlet--full-height .m-portlet__body {
    padding: 5px !important
}

.m-crm-multi-form .m-form.m-form--group-seperator-dashed .m-form__group,
.m-crm-multi-form .m-form.m-form--group-seperator .m-form__group {
    padding-top: 15px;
    padding-bottom: 25px;
    /*
    padding-left: 5px;
    padding-right: 5px;*/
}

.m-crm-multi-form .m-form label {
    margin-bottom: 2px !important;
    margin-top: 2px !important
}

.m-crm-multi-form .m-form .m-form__actions.m-form__actions--solid {
    padding: 0px 13px 15px !important
}

.m-crm-create-mail .form-group.m-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 7px 12px 7px !important;
}

.m-crm-create-mail .form-group.m-form__group label {
    padding-top: 0;
    padding-bottom: 0;
}

.m-crm-create-mail .form-group.m-form__group .m-input {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    border: 0;
    background: transparent;
    padding: 0;
}

.m-crm-create-mail .form-group.m-form__group .cke_top {
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fafafa;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
}

.m-crm-create-mail {
    padding: 0
}

.m-crm-create-mail .form-group.m-form__group .cke_1 {
    border: 0 !important;
}

.m-crm-mail-action {
    border: 0 !important
}

.m-crm-create-mail .form-group.m-form__group.m-crm-message {
    padding: 0 !important;
}

.m-crm-create-mail .form-group.m-form__group.m-crm-message>div {
    padding: 0 !important
}

.m-crm-mail-action .m-form__actions {
    padding: 0 !important;
    padding-bottom: 20px !important;
}

.m-crm-mail-action {
    border: 0;
    padding: 0 !important
}

.m-portlet__body.m-crm-create-mail {
    padding: 0 !important;
}

.m-crm-create-mail .form-group.m-form__group.m-crm-message {
    border: 0 !important
}

div#mail_tbl_paginate {
    margin-top: 8px;
}

.m-crm-artical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    margin-top: 10px
}

.m-modal-row {
    padding: 0;
    margin-bottom: 10px;
}

#filter_form .input-group-prepend {
    margin-top: 0
}

#filter_form .m-modal-row .m-input {
    margin-top: 0 !important
}

.sidebar ul li a {
    font-size: 17px !important;
    background: none;
    padding-left: 0;
    text-decoration: none;
    font-family: 'Rubik';
    font-weight: normal;
    text-transform: capitalize;
    line-height: 20px;
}

.sidebar ul li {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    list-style: none;
    margin-left: 0;
    font-family: 'Rubik';
    font-weight: normal;
    text-transform: capitalize;
    line-height: 33px;
    font-size: 17px !important;
    padding: 5px 0;
}

.m-modal-input .m-input {
    width: 200px !important
}

.m-history-list .m-portlet__body .m-history-list-body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.m-history-list .m-portlet__body .m-history-add-body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.after_mail_slot .m-input {
    background: #fff !important;
    height: 35px !important;
    padding: 5px !important;
}

.after_mail_slot .m-date__range-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.m-crm-mail .m-crm-mail-action {
    margin-top: 15px !important
}

.m-crm-tabing {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-crm-tabing .m-crm-save-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-crm-tabing .m-dropdown_filter_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-crm-tabing .m-dropdown_filter_list .dropdown {
    width: 240px;
}

.m-crm-tabing .m-dropdown_filter_list>label {
    margin-bottom: 0;
    padding-right: 5px
}

.m-crm-tabing .m-dropdown_filter_list .dropdown-menu li a {
    border: 0 !important;
}

.m-crm-tabing .m-dropdown_filter_list .dropdown-menu li {
    margin-bottom: 0 !important
}

.m-crm-tabing .save-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-swal2-error {
    float: left;
    color: #cc0001 !important;
    font-size: 12px !important;
    font-weight: 100 !important;
}

.m-crm-form-input .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px !important;
}

.m-crm-form-input .form-group .m-crm-col {
    width: 25% !important;
    padding: 0 2px;
    margin-bottom: 2px;
}

.m-crm-form-input .form-group .m-crm-col.m-lg {
    width: 50% !important;
}

.m-crm-form-input .form-group .m-crm-col.m-xl {
    width: 50% !important
}

.m-crm-form-input .form-group .m-crm-col.m-xl .m-crm-file .add-file {
    padding: 5px;
}

.m-crm-form-input .form-group .m-crm-col.m-xl .m-crm-file .m-crm_file-item {
    padding: 0
}

.m-crm-form-input .form-group .m-crm-col.m-xl .m-crm-file .m-file_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.m-crm-form-input .form-group .m-crm-col.m-xl .m-crm-file .m-course_file-info-one {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 8px;
}

.m-crm-form-input .form-group .m-crm-col.m-xl .m-crm-file .m-course_file-info-one input {
    margin-top: 0
}

/*.m-history-list .m-portlet.m-portlet--full-height .m-portlet__body{
    padding-bottom: 250px !important;
    position: relative;
}
.m-history-list .m-portlet.m-portlet--full-height .m-portlet__body .m-history-add-body{
    position: absolute;
    bottom: 0;
    height: 250px;
        width: 100%;
}
*/
.m-crm-table .dataTables_wrapper .row:nth-child(2)>div {
    padding: 0 5px !important
}

/* .m-crm-table .dataTables_wrapper .table td, .m-crm-table .dataTables_wrapper .table th{
    padding: 4px 5px !important
} */
.dataTables_scroll {
    overflow: auto;
}

.m-notes-list .m-portlet.m-portlet--full-height {
    height: 100%;
}

.m-notes-list .m-portlet.m-portlet--full-height .m-portlet__body {
    overflow: auto;
    height: 400px;
}

.m-notes-add-body .m-portlet__head-text {
    font-weight: 700;
    color: #000;
    margin-bottom: 0 !important;
    padding: 10px 10px 5px
}

.dataTables_scrollBody {
    overflow: unset !important
}

.m-notes-add-body .m-history-make-form .form-group.m-form__group {
    padding: 5px;
}

.m-portlet__body.m-history-make-form {
    padding: 5px !important;
}

.m-history-make-form .m-form__actions {
    padding: 10px 5px !important
}

.m-crm-todo-add .m-crm-row-hedaer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-crm-todo-add .m-demo-icon {
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 5px !important;
}

.m-crm-todo-add .m-demo-icon .m-demo-icon__preview i {
    color: #d8131a;
    font-size: 19px !important;
}

.m-crm-todo-add .m-demo-icon .m-demo-icon__class {
    color: #121212;
    font-size: 14px;
}

.m-crm-todo-add .m-history-make-form {
    padding: 5px 10px !important;
}

.m-crm-todo-add .form-group.m-form__group {
    padding: 0 !important
}

.m-crm-todo-add .m-form__actions.m-form__actions {
    padding: 5px
}

.m-crm-todo-add .m-form__actions.m-form__actions {
    font-weight: bold;
    color: #121212
}

.m-crm-todo-add .m-portlet.m-portlet--full-height {
    height: 254px
}

.m-crm-todo-add .m-history-make-form textarea {
    height: 140px;
}

/* width */
.dataTables_scroll::-webkit-scrollbar {
    width: 7px !important;
    height: 7px;
}

/* Track */
.dataTables_scroll::-webkit-scrollbar-track {
    background: #fff !important;
    border-radius: 10px;
}

/* Handle */
.dataTables_scroll::-webkit-scrollbar-thumb {
    background: #cc0001 !important;
    border-radius: 10px;
}

/* Handle on hover */
.dataTables_scroll::-webkit-scrollbar-thumb:hover {
    background: #cc0001 !important;
}

.m-lg-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-lg-list .m-smg {
    width: 70%;
}

.m-lg-list .m-smg:last-child {
    width: 30%;
}

.m-lg-list .m-smg-50 {
    width: 50%;
}

.m-crm-form-input .form-group .m-crm-col.m-lg-txt {
    width: 100% !important;

}

.m-crm-form-input .form-group .m-crm-col.m-lg-txt textarea {
    height: 90px
}

.m-crm-modal-lg .m-crm-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-crm-modal-lg .ms-options {
    max-height: 270px !important;
    overflow-y: auto; 
    overflow-x: hidden;
}
.m-crm-modal-lg .m-crm-modal-body .form-group {
    width: 50%;
    padding: 0 5px
}

.m-crm-modal-lg .m-form__actions>div {
    text-align: right;
    margin: 0 auto;
}

.m-crm_file-info-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-crm_file-info-one input[type=file] {
    max-width: 350px;
    margin-right: 15px;
    margin-top: 0
}

.m-crm_file-info-one .m-portlet__nav-link {
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#add_contact_person_modal {
    padding-left: 17px
}

.m-crm_file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-crm_file-info label {
    font-weight: bold;
    margin-right: 10px
}

.m-crm-table .m-dataTables_filter_action .m-dataTables_multi-ckb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: auto;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.m-crm-table .m-dataTables_filter_action .m-checkbox-table .m-checkbox {
    margin-bottom: 0 !important;
    margin-right: 10px;
}

.m-crm-table .m-dataTables_multi-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.m-crm-table .m-checkbox>span {
    width: 15px;
    height: 15px
}

.m-crm-table .m-radio-inline .m-radio {
    padding-left: 20px;
}

.m-history-list-body .header-popup {
    width: auto;
    right: 0;
    top: 0;
    position: absolute;
    right: 0;
    padding: 3px 17px;
    background: #d8131a;
    color: #fff;
}

.m-history-list-body .header-popup a {
    color: #fff
}

.history-popup textarea.form-control {
    margin-top: 15px
}

.m-history-list {
    /*   max-height: 455px;
    overflow: hidden;*/
    margin-bottom: 30px;
}

.m-history-list .m-portlet__body {
    overflow: auto;
}

.m-notes-add-body .m-history-make-form .form-group.m-form__group.has-danger {
    margin-bottom: 15px;
}

.m-history-list .m-portlet {
    padding-bottom: 20px;
    height: 100%;
    display: inline-block;
}

.m-crm-mail form .m-widget3__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-crm-mail form .m-widget3__body .m-form__group:first-child {
    width: 50%;
    height: 150px;
    background: rgb(204 204 204 / 20%);
    padding: 20px;
}

.m-crm-mail form .m-widget3__body .m-form__group:last-child {
    padding: 0;
    width: 50%;
    padding: 20px;
}

.m-crm-mail form .m-widget3__body .m-form__group:last-child>label {
    padding-top: 0
}

.m-crm-mail form .m-widget3__body .m-form__group:last-child>div {
    padding: 0 !important
}

.m-crm_file-info label {
    padding-top: 0;
    padding-bottom: 8px;
}

table .dataTable tbody th,
table .dataTable tbody td {
    color: #808080;
}

/* table#todotable {
    height: 400px;
    overflow: hidden;
} */
.m-crm-table .dataTables_scroll .dataTables_scrollHead,
.scorable_sticky .dataTables_scroll .dataTables_scrollHead {
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 4;
    top: 0px;
}

/*.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead tr ,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th ,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th .dataTables_sizing {
    height: auto !important;
}*/
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead {
    visibility: hidden;
}

/*.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead{
    position: sticky;
    top: 0;
}*/
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th.sorting:before,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th.sorting:after,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th.sorting_asc:before,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th.sorting_asc:after,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th.sorting_desc:before,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th.sorting_desc:after,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th.sorting_asc_disabled:before,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th.sorting_asc_disabled:after,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th.sorting_desc_disabled:before,
.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead th.sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    color: #fff;
    opacity: 1 !important;
}

/*.m-crm-table .dataTables_scroll .dataTables_scrollBody table thead{
    position: sticky;
    top: 0;
    z-index: 1;
}*/
.m-crm-double-box .m-crm-double-box_item2 .m-widget2__item .m-widget2__checkbox {
    padding-left: 0 !important;
    padding-top: 0;
}

.m-crm-double-box .m-crm-double-box_item2 .m-widget2__item .m-widget2__checkbox .m-checkbox--single {
    margin: 0
}

.m-crm-double-box .m-crm-double-box_item2 .m-widget2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0
}

.m-crm-double-box .m-crm-double-box_item2 .m-widget2__item .m-widget2__desc {
    padding: 0 5px 0;
}

.m-crm-double-box .m-crm-double-box_item2 .m-widget2__item .m-widget2__desc .ms-options-wrap button {
    padding: 6px 10px;
    border: 1px solid #cc0001;
    background: #fff;
    color: #cc0001 !important;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    height: 33px;
}

.m-crm-double-box .m-crm-double-box_item2 .m-widget2__item .m-widget2__desc .ms-options-wrap button:after {
    display: none;
}

.m-crm-double-box .m-crm-double-box_item2 .m-widget2__checkbox .m-checkbox.m-checkbox--solid>span {
    background: transparent !important;
    border: 1px solid #d8131a !important;
}

.m-crm-double-box .m-crm-double-box_item2 .m-widget2__checkbox .m-checkbox.m-checkbox--brand.m-checkbox--solid>span:after {
    border: solid #d8131a;
}

.m-crm-double-box .m-crm-double-box_item2 .ms-options-wrap>.ms-options {
    height: 120px !important;
    min-height: auto !important;
    max-height: 300px !important;
    width: 100%;
    left: auto;
    right: 0;
}

.m-crm-double-box .m-form__actions_custom {
    margin-top: 5px;
}

.m-crm-double-box .m-form__actions_custom .m-form__actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.m-crm-double-box .m-form__actions_custom .m-form__actions button:first-child {
    margin-left: 0;
}

.m-crm-double-box .m-form__actions_custom .m-form__actions button {
    max-width: 125px;
    width: 100%;
    height: 37px;
    line-height: 34px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

.m-crm-double-box_item_list2 {
    padding: 10px;
}

.m-crm-save-filter-list .m-widget2__item .dropdown-toggle {
    padding: 6px 10px;
    border: 1px solid #cc0001;
    background: #fff;
    color: #cc0001 !important;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    height: auto;
    margin-right: 0;
    width: 100%;
}

.m-dt-todo-not.todo_view.sorting_disabled {
    width: 70px !important;
}

.m-dt-date-time-not.sorting_disabled {
    width: 100px !important;
}

.m-dt-todo-not.todo_view.sorting_disabled {
    width: 70px !important;
}

.m-dt-date-time-not.sorting_disabled {
    width: 100px !important;
}

.m-crm-save-filter-list #copt_interval_checked .modal-body {
    padding: 5px;
}

.m-crm-save-filter-list #copt_interval_checked .modal-body .m-form__group.form-group.input-add-3 {
    margin: 0;
}

.m-crm-save-filter-list #copt_interval_checked .modal-body>label {
    text-align: center;
    display: block;
    margin: 5px 0;
}

.m-crm-save-filter-list #copt_interval_checked {
    width: 100%;
}

.m-crm-save-filter-list #copt_interval_checked .form-control {
    width: 100%;
}

.m-customer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}

.m-customer-row .btn {
    margin-left: 5px
}

.m-dt-customer-number {
    width: 90px !important;
}

.m-menu__submenu__2.m-page_submenu_list {
    height: 350px;
    overflow: auto;
    z-index: 999;
}

#contactpersontbl_wrapper {
    padding-top: 5px !important;
}

.m-radio>span:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 0;
    margin-top: 0;
}

.m-history__d-inactive {
    background: rgb(128 128 128 / 10%);
}

.m-dt-region {
    max-width: 100px;
}

.m-dt-your-reference {
    max-width: 165px !important;
    min-width: 140px !important
}

.m-dt-rating {
    width: 12px !important;
}

.m-dt-company {
    max-width: 200px !important;
}

.m-dt-suffix {
    max-width: 100px !important;
}

.dataTables_wrapper .dataTables_scroll {
    margin: 0 !important;
}

.m-dt-date {
    max-width: 150px !important;
}

.m-inner-dropdown .dropdown-menu {
    z-index: 1 !important
}

label.col-form-label.space-label {
    margin-right: 4px;
    min-width: 20px;
}

.m-crm-multi-form .m-crm-col.m-smg {
    position: relative;
}

.m-crm-multi-form .ms-options {
    width: 100% !important;
    left: 0 !important;
}

.m-crm-education {
    padding: 0 !important;
}

.m-crm-education .form-group.m-form__group {
    padding: 20px 15px 0 !important;
}

.m-crm-education .form-group.m-form__group>div {
    padding: 0;
}

.m-crm-education .form-group.m-form__group label.col-form-label {
    padding: 0 !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

.m-crm-education .m-form-inner.m-crm-education_item1 {
    margin-right: 25px;
    width: 35%;
}

.m-crm-education .m-form-inner.m-crm-education_item2 {
    margin-right: 25px;
    width: 65%;
}

.m-crm-education .m-form-inner.m-crm-education_item2 .form-group.m-form__group>div {
    padding-right: 5px;
}

.m-crm-education_item2 .form-group.m-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-crm-education_item2 .select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    height: auto;
}

.m-crm-save-filter-list #copt_interval_checked {
    width: 100%;
    left: 0 !important;
    /* transform: translate3d(5px, 44px, 0px) !important */
}

.m-input__timpicker:last-child {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
}

.m-crm-save-filter-list #copt_interval_checked label {
    margin: 0 5px;
}

.m-crm-save-filter-list #copt_interval_checked .form-control {
    width: 100%;
    padding: 0 5px;
}

.m-crm-save-filter-list #copt_interval_checked .modal-body .m-form__group.form-group.input-add-3>div {
    padding: 0 5px;
}

.m-widget3__body-crm-item1 .form-group.m-form__group {
    position: relative;
}

.m-widget3__body-crm-item1 .ms-options {
    width: 100% !important;
    left: 0 !important;
}

.m-widget3__body-crm-item1 .m-form__group.form-group.has-danger {
    margin-bottom: 20px;
}

.m-lg-list .m-smg label {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    min-height: 19px;
}

.m-crm-double-box .m-crm-double-box_item2 .m-widget2__item .m-widget2__desc .ms-options ul li label input {
    background: transparent !important;
    border: 1px solid #d8131a !important;
    border-radius: 3px;
    width: 15px;
    height: 15px;
}

.m-crm-double-box .m-crm-double-box_item2 .m-widget2__item .m-widget2__desc .ms-options ul li label {
    cursor: pointer;
}

.contactperson_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;
}

.contactperson_info .m-demo-icon__preview {
    position: relative;
    top: -2px;
    padding-right: 4px;
}

.m-crm-todo-add .m-demo-icon .m-demo-icon__class .dropdown {
    background: transparent;
}

.m-crm-todo-add .m-demo-icon .m-demo-icon__class .dropdown-toggle {
    background-color: #fff;
}

.m-history-make-form .m-date__todo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-history-make-form .m-date__todo-item .m-input__timpicker:last-child {
    margin-right: 0;
}

.m-history-make-form .m-date__todo-item .m-input__timpicker {
    margin-right: 10px;
    margin-bottom: 10px;
}

.m-history-make-form .m-date__todo-item .m-input__timpicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

.m-history-make-form .m-date__todo-item .m-input__timpicker input {
    width: auto;
}

.m-history-make-form span.input-group-text {

    display: block;
}

span.m-dt-todo_active i,
span.m-dt-name-todo_active i,
span.m-dt-cp-todo_active i {
    color: #d8131a;
    font-weight: bold;
    margin-right: 0px;
}

span.m-dt-todo_active i:before,
span.m-dt-name-todo_active i:before,
span.m-dt-cp-todo_activ i:before {
    font-weight: bold;
}

span.m-dt-name-todo_active {
    position: absolute;
    left: 20px;
}

.m-dt-tr-checkbox .m-checkbox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0 !important;
}

.m-dt-tr-checkbox .m-checkbox>span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.table-striped tbody tr:hover .m-dt-tr-checkbox .m-checkbox>span {
    border: 1px solid #fff;
}

.m-dt-th-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-striped tbody tr:hover .m-dt-company span i {
    color: #fff;
}

.m-dt-th-checkbox span {
    top: -8px;
}

.m-dt-th-checkbox .m-checkbox.m-checkbox--state-brand>span {
    border: 1px solid #fff;
}

/* .m-dt-th-checkbox .m-checkbox.m-checkbox--state-brand>span:after {
    border: solid #fff;
}
.m-dt-th-checkbox .m-checkbox.m-checkbox--state-brand.m-checkbox--check-bold>input:checked ~ span {
    border: 2px solid #cc0001;
} */
.m-dt-company-todo-active {
    padding-left: 30px !important;
}

span.m-dt-todo_active {
    position: absolute;
    left: 10px;
}

.m-dt-todo-not.todo_view.sorting_disabled {
    width: 70px !important;
}

.m-dt-date-time-not.sorting_disabled {
    width: 100px !important;
}

.m-course-order-model .modal-dialog {
    max-width: 80%;
}

.m-course-order-model .modal-dialog form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-course-order-model .modal-dialog form .m-crm-order-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.m-course-order-model .modal-dialog form .form-group label {
    font-weight: 400;
}

.m-course-order-model .modal-dialog form .m-crm-order-body .form-group {
    width: calc(15% - 12px);
    padding: 0 7px;
}

.m-course-order-model .modal-dialog form .m-crm-order-body .form-group.order-info-date span {
    display: block;
}

.m-crm-artical-body {
    border: 0
}

.m-crm-artical-body_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 7px;
    /* margin-bottom: 15px;*/
}

.m-course-order-model .modal-dialog .m-crm-order-artical-row .form-group {
    width: calc(13% - 10px);
    padding: 0 5px;
}

.m-course-order-model .modal-dialog .m-crm-artical-body_item_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding: 15px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;*/
}

.m-course-order-model .modal-dialog .m-crm-artical-body_item_2 .form-group {
    width: calc(33.33% - 15px);
    padding: 0 10px;
}

.btn.btn-success.add-artical-div {
    border: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent !important;
}

.btn.btn-success.add-artical-div i {
    color: #cc0001;
    font-weight: bold;
}

.btn.btn-success.add-artical-div i:before {
    font-weight: bolder;
    font-size: 18px;
}

.btn.btn-success.add-artical-div.active,
.btn.btn-success.add-artical-div.focus,
.btn.btn-success.add-artical-div:focus,
.btn.btn-success.add-artical-div:hover:not(:disabled) {
    background: transparent;
    border: 0
}

div#add_new_artical {
    position: relative;
}

.form-group-remove {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.m-crm-order-artical-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-two-div {
    width: calc(24.4% - 10px);
    padding: 0 5px;
}

.m-two-div:nth-child(4) .m-view-form-group:first-child {
    width: 100% !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-two-div:nth-child(3),
.m-two-div:last-child {
    width: calc(15% - 10px);
    padding: 0 5px
}

.m-two-div:nth-child(4) .m-view-form-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: inherit;
    flex-direction: inherit
}

.m-two-div:nth-child(4) .m-view-form-group .m-view-form-group-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 0px) !important;
    padding: 0 5px;
}

.m-crm-delivery-info .m-view-form-group {
    width: calc(21% - 15px);
    padding: 0 5px;
}

#new_order_modal_form .form-group.form-header {
    margin-bottom: 0;
}

.m-dt-date {
    width: 100px !important;
}

.m-dt-checkbox {
    width: 15px !important;
}

/* width */
.m-crm-more-history::-webkit-scrollbar {
    width: 7px !important;
    height: 7px;
}

/* Track */
.m-crm-more-history::-webkit-scrollbar-track {
    background: #fff !important;
    border-radius: 10px;
}

/* Handle */
.m-crm-more-history::-webkit-scrollbar-thumb {
    background: #cc0001 !important;
    border-radius: 10px;
}

/* Handle on hover */
.m-crm-more-history::-webkit-scrollbar-thumb:hover {
    background: #cc0001 !important;
}

.m-crm-modal-date .m-date__todo-item .m-input__timpicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    width: auto;
}

.m-crm-modal-date .m-date__todo-item .form-control {
    width: auto;
}

.m-crm-order-artical-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.m-crm-artical-body_item .form-group {
    width: calc(13% - 10px);
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-crm-order-artical-row .form-group.m-discount-type {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important
}

.m-crm-order-artical-row .form-group.quantity-1 {
    width: 9%;
}

.m-crm-order-artical-row .form-group-remove {
    margin-bottom: 1.4rem;
}

.select2-container--default .select2-results__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-crm-artical-body_item .m-crm-order-select {
    /*width: 13.5%;*/
    width: 8.5%;
}

#add_new_artical .add-artical-div {
    position: absolute;
    right: 25px;
    top: 20px;
}

.select2-selection {
    height: 42px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
}

.select2-container--default .select2-dropdown.m-artcal-dropdown-tbl {
    width: 700px !important;
}

.select2-results__option span {
    margin-right: 15px !important;
}

div#add_new_artical {
    position: relative;
    border: 0 !important;
}

.m-crm-order-artical-row .m-crm-todo-add .m-demo-icon.m-icon-black .m-demo-icon__preview i {
    color: #000;
    font-weight: bold;
}

.m-icon-black .m-demo-icon__preview i,
.m-icon-black .m-demo-icon__preview span {
    color: #000 !important;
    font-weight: bold;
}

.m-icon-red .m-demo-icon__preview i {
    color: #cc0001 !important;
    font-weight: bold;
}

.m-crm-order-artical-row .form-group.m-crm-order-descrition {
    width: 26%;
}

.m-crm-order-artical-row .form-group.quantity {
    width: 5%;
}

.m-crm-order-artical-row .form-group.price {
    width: 9%;
}

.m-crm-order-artical-row .form-group.discount {
    width: 12%;
}

.m-discount-type {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important;
    margin-bottom: 0 !important;
}

.select2-container--default .select2-results__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select2-results__option span.m-option-id {
    margin-right: 0 !important;
    width: 10%;
}

.select2-results__option span.m-option-text {
    width: 100%;
}

.m-crm-artical-body_item .m-crm-order-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.m-crm-artical-body_item .m-crm-order-select .select2-container {
    width: unset !important;
}

span.m-icon-blue i:before {
    color: blue;
    font-weight: bold;
    margin-right: 8px;
}

span.m-icon-red i:before {
    color: red;
    font-weight: bold;
    margin-right: 8px;
}

span.m-icon-green i:before {
    color: #008000;
    font-weight: bold;
    margin-right: 8px;
}

.table-striped tbody tr:hover .m-icon-green i:before,
.table-striped tbody tr:hover .m-icon-red i:before,
.table-striped tbody tr:hover .m-icon-blue i:before {
    color: #fff;
}

.m-discount-type .m-radio-inline .m-radio span {
    height: 14px;
    width: 14px;
}

.m-discount-type .m-radio-inline {
    margin-top: 0 !important;
}

.m-discount-type .m-radio-inline .m-radio {
    padding-left: 17px;
    margin-top: 0;
    margin-right: 8px;
}

.m-portlet .m-portlet__body {
    color: #000;
}

.m-portlet .m-portlet__head .m-portlet__head-text,
.form-control.focus,
.form-control:focus,
.m-form .form-control-label,
.m-form .col-form-label,
.m-form .m-form__group>label,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.m-widget13 .m-widget13__item .m-widget13__desc,
.m-widget13 .m-widget13__item .m-widget13__text,
.m-widget13 .m-widget13__item .m-widget13__text.m-widget13__text-bolder,
.m-widget1__item .m-widget1__desc,
.m-widget1__item .m-widget1__number,
.m-widget9__desc,
.m-widget9__legend-text,
.m-widget10 .m-widget10__items .m-widget10__text,
.m-widget11 .table tbody>tr>td,
.m-widget11 .table tbody>tr .m-widget11__title>span,
.m-checkbox,
.m-radio,
.m-checkbox,
.form-control[disabled],
.m-widget3 .m-widget3__item .m-widget3__body .m-widget3__text,
.input-group-text,
.m-widget2__item .m-widget2__desc .m-widget2__text,
.ms-options-wrap>button:focus,
.ms-options-wrap>button,
.swal2-popup .swal2-title {
    color: #000;
}

.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
    color: #000;
}

body {
    color: #000;
}

::-webkit-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000 !important
}

:-ms-input-placeholder {
    color: #000
}

[type="search"]::-webkit-input-placeholder {
    color: #000
}

[type="search"]:-moz-placeholder {
    color: #000 !important
}

[type="search"]:-ms-input-placeholder {
    color: #000
}

.form-control:-moz-read-only {
    color: #000;
    font-weight: normal;
}

.form-control:read-only {
    color: #000;
    font-weight: normal;
}

input[readonly]::-webkit-input-placeholder {
    color: #000 !important;
}

input[readonly]:-ms-input-placeholder {
    color: #000 !important;
}

input[readonly]::placeholder {
    color: #000 !important;
}

.alert.m-alert--default {
    color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #000;
}

.dataTables_wrapper .dataTable .selected th,
.dataTables_wrapper .dataTable .selected td {
    background-color: #cc0001;
    color: #fff
}

.dataTables_wrapper .dataTable .selected td .m-checkbox.m-checkbox--state-brand.m-checkbox--check-bold>input:checked~span {
    border-color: #fff;
    opacity: 1;
}

.dataTables_wrapper .dataTable .selected td .m-dt-tr-checkbox .m-checkbox>span {
    border: 1px solid #fff;
}

.dataTables_wrapper .dataTable .selected td .m-checkbox.m-checkbox--state-brand>span:after {
    color: #fff;
    border-color: #Fff;
}

.contactperson_info .m-demo-icon__preview {
    width: auto;
}

/* width */
.m-page_submenu_list::-webkit-scrollbar,
.m-crm-create-mail::-webkit-scrollbar {
    width: 7px !important;
}

/* Track */
.m-page_submenu_list::-webkit-scrollbar-track,
.m-crm-create-mail::-webkit-scrollbar-track {
    background: #fff !important;
    border-radius: 10px;
}

/* Handle */
.m-page_submenu_list::-webkit-scrollbar-thumb,
.m-crm-create-mail::-webkit-scrollbar-thumb {
    background: #cc0001 !important;
    border-radius: 10px;
}

/* Handle on hover */
.m-page_submenu_list::-webkit-scrollbar-thumb:hover,
.m-crm-create-mail::-webkit-scrollbar-thumb:hover {
    background: #cc0001 !important;
}

.form-control.m-bootstrap-select {
    height: 37px;
}

.m-crm-create-mail .form-group.m-form__group.has-danger {
    padding-bottom: 19px !important;
}

.m-crm-todo-add .m-portlet.m-portlet--full-height {
    height: 254px;
}

th.m-dt-priority,
td.m-dt-priority {
    width: 3% !important;
    min-width: 3% !important;
    max-width: 3% !important;
    padding: 0 0 0 10px !important;
}

th.m-dt-company_lg_name,
td.m-dt-company_lg_name {
    width: 27% !important;
    min-width: 27% !important;
    max-width: 27% !important;
    padding: 0 0 0 10px !important;
}

th.m-dt-cp_lg_name,
td.m-dt-cp_lg_name {
    width: 15% !important;
    min-width: 15% !important;
    max-width: 15% !important;
    padding: 0 0 0 10px !important;
}

th.m-dt-description_lg,
td.m-dt-description_lg {
    width: 33% !important;
    min-width: 33% !important;
    max-width: 33% !important;
    padding: 0 0 0 10px !important;
}

th.m-dt-date_sort,
td.m-dt-date_sort {
    width: 11% !important;
    min-width: 11% !important;
    max-width: 11% !important;
    padding: 0 0 0 10px !important;
}

th.m-dt-date,
td.m-dt-date {
    width: 11% !important;
    min-width: 11% !important;
    max-width: 11% !important;
    padding: 0 0 0 10px !important;
}

#todotable_wrapper thead>tr>th {
    padding-right: initial !important;
}

.select2-selection__rendered::-webkit-scrollbar {
    width: 7px !important;
}

/* Track */
.select2-selection__rendered::-webkit-scrollbar-track {
    background: #fff !important;
    border-radius: 10px;
}

/* Handle */
.select2-selection__rendered::-webkit-scrollbar-thumb {
    background: #cc0001 !important;
    border-radius: 10px;
}

/* Handle on hover */
.select2-selection__rendered::-webkit-scrollbar-thumb:hover {
    background: #cc0001 !important;
}

.m-crm-create-mail input#subject {
    height: 40px;
    background: #fff;
    padding: 5px;
    border-radius: 0;
}

.m-dataTables_filter-multeselect {
    max-width: 250px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-dataTables_filter-multeselect label {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}

.m-dataTables_filter-multeselect .ms-options-wrap {
    max-width: 230px;
    width: 100%;
    height: 30px;
}

.m-dataTables_filter-multeselect button {
    height: 30px !important;
    background: url(../../images/down-arrow.png) center right 15px no-repeat #fff;
}

.m-dataTables_filter-multeselect .ms-options-wrap>button:after {
    display: none;
}

.modal.m-crm-mail-larg-modal {
    padding-left: 17px;
    padding-right: 17px;
}

.modal.m-crm-mail-larg-modal .modal-content {
    max-height: 600px;
    overflow: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal.m-crm-mail-larg-modal .modal-dialog.modal-lg {
    height: 100%;
}

.m-crm-mail-info-body_item span {
    padding: 0 2px;
}

.m-crm-mail-info-body_item .m-widget13__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.m-crm-mail-info-body_item strong {
    width: 110px !important;
    display: block;
}

a.month-view-course-create {
    font-weight: bold;
    color: #000000;
    margin-right: 3px;
}

a.month-view-order-create {
    color: #36b26e;
    font-weight: bold;
    margin-right: 3px;
}

a.month-view-resource-leave {
    color: #be2020;
    font-weight: bold;
}

.m-fc-month__item_view {
    border-radius: 4px !important;
    padding: 3px;
}

#calendar .m-leave-full-day.m-month-leave_view {
    padding: 0 !important;
    height: 100% !important
}

#render_form .m-portlet .m-inner-portlate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 15px;
}

#render_form .m-portlet .m-inner-portlate .m-calender-menu__head-full {
    width: 89%;
}

#render_form .m-portlet .m-inner-portlate .m-calender-menu__head-full .td.fc-week-number>span {
    position: absolute;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#render_form .m-portlet .m-inner-portlate .m-calender-menu__head-full .td.fc-week-number .m-week-month-name {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    margin-top: 70px;
}

.merge-event.calendar-view-hfd-evnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.merge-event .m-fc-month__item:nth-child(2n) {
    margin-right: 0 !important;
}

.merge-event .m-fc-month__item {
    width: calc(50% - 3px);
    padding: 3px;
    margin-right: 4px;
}

.m-fc-month__item span.month_item-title a {
    width: auto;
    float: left;
    padding-bottom: 0;
}

.m-fc-month__item span.month_item-title {
    display: inline-block;
    width: 100%;
    padding-bottom: 2px;
}

.view-fd-one-event {
    position: relative;
}

.view-fd-one-event:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: #f7f7f7;
}

.fc-more-popover {
    width: 300px !important;
}

#render_form .m-crm-calender-view-render .m-portlet .m-inner-portlate .m-calender-side-menu__head_view {
    width: 6.5%;
}

#render_form .m-crm-calender-view-render .m-portlet .m-inner-portlate .m-calender-side-menu__head_view .m-radio,
#render_form .m-crm-calender-view-render .m-portlet .m-inner-portlate .m-calender-side-menu__head_view .m-checkbox {
    margin-bottom: 0;
}

#render_form .m-portlet .m-inner-portlate .m-calender-side-menu__head_view .m-portlet__head {
    padding: 0;
}

#render_form .m-portlet .m-inner-portlate .m-calender-side-menu__head_view .m-portlet__body {
    padding: 10px 0 0;
}

#render_form.m-crm-calender-view-render .m-portlet .m-inner-portlate .m-calender-menu__head-full {
    width: 92%;
    margin-left: 0%;
}

.m-crm-calender-view-render .m-accordion .m-accordion__item-head span {
    padding: 0;
    color: #d8131a !important;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-crm-calender-view-render .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode {
    font-size: 13px;
    line-height: inherit;
    font-weight: bold;
    color: #d8131a !important;
}

.m-crm-calender-view-render .m-accordion.m-accordion--solid .m-accordion__item .m-accordion__item-body {
    background-color: transparent !important;
}

.m-crm-calender-view-render .m-accordion .m-accordion__item .m-accordion__item-body .m-accordion__item-content {
    padding: 0;
    padding-left: 10px;
}

.m-crm-calender-view-render .m-checkbox {
    margin-bottom: 0 !important;
}

.m-crm-calender-view-render .m-accordion .m-accordion__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
}

.m-calender-view-teacher-titlebar {
    margin: 5px 0;
}

.m-calender-view-teacher-mlte .calender-wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    height: 600px;
}

.m-calender-view-teacher-mlte .fc-content-skeleton {
    min-height: 120px;
}

.event-pointer {
    cursor: pointer;
}

.m-crm-calender-view-render .m-portlet .m-portlet__head .m-portlet__head-caption label,
.m-calender-view-teacher-mlte .fc-unthemed>span {
    font-weight: bold;
}

.m-calender-view-teacher-mlte span.m-week-mlte-name {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-top: 45px;
}

.m-crm-open-course-calender .fc-day-grid.fc-unselectable {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.m-crm-open-course-calender .fc-month-view table tbody tr td .fc-day-grid .fc-week {
    height: 250px;
}

span#teacher_name {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    width: 100%;
    display: block;
    z-index: 99;
}

.m-calender-view-teacher-mlte .fc-head {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    background: #f7f7f7;
    width: 100%;
    display: block;
    z-index: 99;
    padding: 2px;
}

/* width */
.m-crm-open-course-calender .fc-day-grid.fc-unselectable::-webkit-scrollbar,
.m-calender-view-teacher-mlte .calender-wrap .row::-webkit-scrollbar {
    width: 7px !important;
    height: 7px;
}

/* Track */
.m-crm-open-course-calender .fc-day-grid.fc-unselectable::-webkit-scrollbar-track,
.m-calender-view-teacher-mlte .calender-wrap .row::-webkit-scrollbar-track {
    background: #fff !important;
    border-radius: 10px;
}

/* Handle */
.m-crm-open-course-calender .fc-day-grid.fc-unselectable::-webkit-scrollbar-thumb,
.m-calender-view-teacher-mlte .calender-wrap .row::-webkit-scrollbar-thumb {
    background: #cc0001 !important;
    border-radius: 10px;
}

/* Handle on hover */
.m-crm-open-course-calender .fc-day-grid.fc-unselectable::-webkit-scrollbar-thumb:hover {
    background: #cc0001 !important;
}

.m-calender-view-teacher-mlte-body {
    padding: 0 7px;
}

span.month_item-count span.month_item-count-time {
    font-size: 10px;
    float: right;
}

.m-calender-view-teacher-mlte-body .fc-event-container {
    padding: 0 3px !important;
}

.m-calender-view-teacher-mlte-body .fc-event {
    margin: 0 !important
}

.m-calender-view-teacher-mlte-body .fc-day-grid-event {
    margin: 0 !important;
}

.calendar-teacher-view-fd-evnt .view-fd-evnt {
    border-radius: 0 !important;
}

.m-calender-view-teacher-mlte-body .fc-view {
    z-index: initial;
}

.m-crm-cordinatore-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

span.m-crm-cordinatore-name_item1 {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 13px;
    padding-bottom: 5px;
}

span.m-crm-cordinatore-name_item2 {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: 8px;
    padding-bottom: 5px;
}

.m-calender-view-teacher-mlte .m-leave-full-day {
    color: #fff !important;
    padding: 5px !important;
    font-size: 13px;
}

.m-calender-view-teacher-mlte .m-leave-first-half {
    color: #fff !important;
    padding: 5px !important;
    font-size: 13px;
}

.m-calender-view-teacher-mlte .m-leave-second-half {
    color: #fff !important;
    padding: 5px !important;
    font-size: 12px;
    line-height: 13px;
}

.m-calender-view-teacher-mlte-body .fc-day-grid-container {
    overflow: hidden !important;
}

.m-calender-view-teacher-mlte .month_item.m-calender__month-item {
    font-size: 14px !important;
}

.m-calender-view-teacher-mlte .m-view-leave-event {
    color: #fff !important;
    padding: 5px !important;
    font-size: 12px;
    height: auto;
    font-weight: 900
}

.current-year-buttons button {
    border: 0;
    background: #d8131a;
    width: 30px;
    height: 30px !important;
    min-height: 30px;
    border-radius: 100px !important;
    display: block;
    min-width: 30px;
    padding: 0;
    margin: 0 5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.current-year-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#buttonCurrentYear {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0.75rem;
}

.m-profile-form-pr-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-profile-form-pr-input input {
    width: 210px;
    margin-right: 5px;
}

.m-profile-form-pr-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode {
    color: #d8131a !important;
    font-weight: bold;
}

.m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head.collapsed {
    color: #d8131a !important;
    font-weight: bold;
}

.fc-more-item1,
.fc-more-item2,
.fc-more-item3,
.fc-more-item4,
.fc-more-item5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fc-more-item1 div {
    width: 100%
}

.fc-more-item2 div {
    width: 50%
}

.fc-more-item3 div {
    width: 33.33%
}

.fc-more-item4 div {
    width: 25%
}

.fc-more-item5 div {
    width: 20%
}

.m-training-ckb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
}

.m-training-ckb .m-checkbox {
    width: 100px;
}

.m-training-form-item2 {
    margin-right: 0px;
    padding: 20px 0;
}

.m-training-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-training-form-item3 {
    padding: 20px 0;
}

.m-training-ckb .form-control {
    width: auto;
}

.m-traning-long-ckb {
    margin: 40px 0;
}

.m-traning-long-ckb .m-training-ckb .m-checkbox {
    width: 180px !important;
}

.m-training-form-item_header label:first-child {
    width: 100px;
}

#create_course .m-form-section .m-form__group {
    /*padding: 0 !important;
    margin: 0 0 10px 0;*/
}

#create_course .m-form-section .m-form__group h6 {
    font-weight: bold;
}

#create_course .m-resource-ckb-item span {
    font-weight: bold;
}

#create_course .m-form-horizontal {
    width: 100%;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#create_course .m-form-horizontal .m-radio-inline label {
    margin-bottom: 5px;
}

#create_course .m-form-section .m-course-item-3 div:last-child {
    margin-top: 10px;
}

#create_course .m-form-section .m-course-item-3 div .select2-selection {
    max-height: 100%;
    height: auto;
    min-height: 42px;
}

#create_course .m-form-section .datepicker {
    width: 100% !important
}

.m-form-horizontal #course_date .input-group.m-date__range-item .m-input__timpicker {
    margin-bottom: 10px;
}

.m-training-form-item_header label {
    font-weight: bold;
}

.m-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-dt-region {
    word-break: break-all;
}

th.m-dt-region.sorting {
    width: 17% !important;
    min-width: 17% !important;
}

.m-form-horizontal .m-form-section {
    /*padding: 0;*/
}

.m-cstm-multiselect .select2-selection {
    min-height: auto;
    height: auto !important;
}

.m-trn-resourcs .m-trn-info {
    display: block;
    margin-bottom: 2px;
}

.m-trn-resourcs .m-trn-info span {
    margin-right: 2px;
}

.m-trn-resourcs .m-trn-info span:first-child {
    font-weight: 500;
}

/*@np 18-1*/
.m-calender-view-year-open-course .fc-year-view td.fc-week-number {
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px !important;
}

.m-crm-full-open-calendar .m-crm-full-calendar-sidemenu {
    width: 100px;
}

#render_form .m-crm-full-open-calendar.m-portlet .m-inner-portlate .m-calender-menu__head-full {
    width: calc(100% - 100px);
}

.m-crm-full-open-calendar .m-calender-view-year-open-course .m-fc-month__item {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 75px;
    height: auto;
}

.m-crm-calendar-tabing.tabing .m-form-calendar-filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.m-crm-calendar-tabing.tabing .m-calender__filter-item.monthpicker_title {
    width: 100% !important;
    padding: 0;
    margin: 0;
}

.m-crm-multiple-calendar-teacher .m-accordion .m-accordion__item .m-accordion__item-head {
    padding: 13px 17px 13px 0;
}

.m-crm-multiple-calendar-teacher .m-calender-side-menu__head_view {
    width: 100px;
}

#render_form .m-portlet.m-crm-multiple-calendar-teacher .m-inner-portlate .m-calender-menu__head-full {
    width: calc(100% - 100px);
}

.m-crm-days_5 .form-control.m-date__range {
    background-color: #fff;
    color: #575962;
    border-color: #ebedf2;
    height: 37px;
}

.m-crm-days_7 .form-control.m-date__range {
    background-color: #fff;
    color: #575962;
    border-color: #ebedf2;
    height: 37px;
}

.m-crm-days_7 .fc-view.fc-timeline .fc-cell-text,
.m-crm-days_5 .fc-view.fc-timeline .fc-cell-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

.m-crm-block-day-list .m-dataTables_action .m-dataTables_title_action {
    margin: 0 0 7px;
}

.m-calender-view-teacher-mlte .calender-wrap>.row {
    margin: 0;
}

.m-radio-padding .m-radio {
    padding-left: 22px !important;
}

.prelimary-course {
    border: solid 1.5px #000;
    box-shadow: 0 0 0 2.5px #cc0001;
}

.course_quiz_switch {
    justify-content: flex-end;
}

.course_quiz_switch h5 {
    padding-top: 8px;
}

.m-dt-sort_text_2 {
    width: 2% !important;
}

.fc-unthemed .m-fc-fortnox-orders a+a {
    margin-left: 2px;
}

.fc-unthemed td.fc-day-top .m-fc-fortnox-orders a {
    font-weight: 700;
    font-size: 12px;
}

.fc-unthemed td.fc-day-top .m-fc-fortnox-orders a:last-child {
    color: #cc0001;

}

.std-row .m-checkbox-inline {
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
}

.std-row .m-checkbox-inline {
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
}

.std-row label.m-std-row-number {
    padding-top: 9px;
    font-weight: 600;
}

.m-custom-specific-widget .m-widget2__item .m-widget2__desc {
    padding-left: 15px;
    padding-top: 0;
}

.m-custom-specific-widget .m-widget2__item .m-widget2__checkbox {
    padding-top: 0;
}

.m-custom-specific-widget .m-widget2__item .m-widget2__checkbox .m-checkbox.m-checkbox--single {
    margin-bottom: 2px;
}

.m-custom-specific-widget .m-widget2__item {
    margin-bottom: 0;
}

.m-custom-specific-widget .m-widget2__item .m-widget2__desc .m-widget2__text {
    font-size: 14px;
}

/*================================================================================================
=     29-06-2022 (edit company page choose file option side by side)            =
================================================================================================*/

.m-widget2__item.m-widget2__file_item {
    position: relative;
}

.m-widget2__item.m-widget2__file_item .m-widget2__file {
    position: absolute;
    left: 100%;
    top: -21px;
    bottom: 0;
    width: 100%;

}

.comm-sign-plus-minus {
    display: inline-block;
    width: 5%;
    text-align: center;
}

.email-box .input.form-control {
    width: 100%;
    display: inline-block;
}

.email-box input.form-control.m-input {
    display: inline-block;
    width: calc(100% - 6%);
    margin-bottom: 15px;
}

.m-crm-fortnox-section .m-form__actions.m-form__actions--solid {
    padding: 15px;
}

#course_evaluation_file {
    padding-top: 10px;
}


/****************** view page style ****************************/
.m-portlet__body-view .table thead th {
    width: 16.67%;
    background: #f7000094;
    color: #fff;
    background: #e97b75;
    border: 1px solid #fff;

}

.m-portlet__body-view .m-crm-order-artical-row {
    padding: 3px 0;
    display: inline-block;
    width: 100%;
}

.m-portlet__body-view .table tbody tr td {
    font-weight: 400;
    border: none;
}

.m-portlet__body-view .table tbody tr td {
    font-weight: 400;
}

.m-portlet__body-view table.table.m-student-list-tbl thead tr th {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.m-portlet__body-view table.table.m-student-list-tbl {
    border: 1px solid #000;
}

.m-portlet__body-view table.table.m-student-list-tbl tbody tr td {
    border: 1px solid #000;
}

.m-student-list-tbl thead tr th:first-child {
    width: 0%;
}

.m-portlet__body-view .m-crm-form-input .form-group .m-crm-col {
    margin-bottom: 20px;
}

select.m-grey-select {
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    border: none;
    outline: none;
}

select.m-grey-select:focus-visible {
    outline: none;
}


.m-crm-order-artical-row-section1 .form-group-remove .old-artical-remove {
    height: 40px;
}

.m-crm-order-artical-row .form-group-remove {
    margin-bottom: 14px;
}

.m-crm-order-artical-row-section2 table.table {
    table-layout: fixed;
    word-wrap: break-word;
}

.m-crm-order-artical-row-section2 table.table tbody tr td {
    border-top: none;
    vertical-align: middle;
}

.m-crm-order-artical-row-section2 table.table thead tr th {
    font-weight: 700;
    color: #000;
}

.m-crm-order-artical-row-section2 table.table thead tr .table-index {
    width: 3%;
}

.m-crm-order-artical-row-section2 table.table thead tr .table-index .add-student-div.btn-sm {
    text-align: left;
    display: inline-table;
}

.m-crm-order-artical-row-section2 table.table th.table-name {
    width: 12%;
}

.m-crm-order-artical-row-section2 table.table th.table-employee_number {
    width: 17%;
}

.m-crm-order-artical-row-section2 table.table th.table-new_mobile {
    width: 12%;
}

.m-crm-order-artical-row-section2 table.table th.table-e_mail {
    width: 12%;
}

.m-crm-order-artical-row-section2 table.table th.table-other {
    width: 15%;
}

.m-crm-order-artical-row-section2 table.table th.table-file {
    width: 12%;
}

.m-crm-order-artical-row-section2 table.table th.table-permissions {
    width: 23%;
}

.m-crm-order-artical-row-section2 table.table th.table-reservation {
    width: 7%;
}

.m-crm-order-artical-row-section2 table.table th,
.m-crm-order-artical-row-section2 table.table td {
    padding: 4px 2px;
}

.m-student-file {
    padding-top: 10px;
}

.m-file-input-download-button {
    padding-right: 10px;
    padding-left: 10px;
}

.m-file-input-download-button i {
    font-size: 20px;
}

.action-btns a i {
    font-size: 18px;
    line-height: 2;
    vertical-align: middle;
}

[builder-element=CellElement] .container .audio-after-change {
    width: 100% !important;
}

/****************** view page style ****************************/
.more-wrapper-company-admin i {
    color: #fff !important;
}

/*=====  End of 29-06-2022  ======*/

/*Hemaxi*/

.section1 .m-input-date {
    max-width: 13.3%;
}

.section1 .m-col-submit {
    max-width: 10%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 !important;
}

.section1 .m-col-submit .btn {
    width: 100%;
    margin: 0;
}

.m-crm-btn .update {
    display: block;
    height: 42px;
    width: 100%;
}

.company-order-section .m-crm-fortnox-section .m-portlet {
    margin-bottom: unset;
}

.m-link-only {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*End*/
#course_artical .m-portlet__body table tbody tr td.tab-size {
    width: 100px;
}

#course_artical .m-portlet__body table tbody tr td {
    width: 240px;
    padding: 8px;
    font-weight: lighter;
}

#course_artical .m-portlet__body table tbody tr td.file-student {
    width: 70px;
}

#course_artical .m-portlet__body table thead tr th {
    border: 0;
    font-weight: bold;
}

#course_artical .m-portlet__body table tbody tr td:first-of-type {
    padding-left: 50px !important;
}

#course_artical .m-portlet {
    background-color: #f1f1f1;
}

.m-form-select .select2-selection {
    max-height: 100% !important;
    height: auto !important;
    min-height: 42px !important;
}


#course_artical .m-portlet__head .m-portlet__head-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kursen-tick {
    display: flex;
    justify-content: center;
    align-items: center;
}

#course_artical .m-portlet__head .m-portlet__head-title .kursen-tick label.m-checkbox {
    margin-bottom: 20px;
    margin-left: 5px;
}

.education-wrap #education .m-crm-education .m-form-inner.left-sec {
    min-width: 400px;
    max-width: 400px;
}

.m-row-width-25 .m-crm-col {
    width: 25%;
}

.section1.form-group.m-form__group.row .form-control-feedback {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

td.m-td-grid span {
    display: block;
}

input[type="file"] {
    padding-top: 10px;
}

#crm_fortnox_data .m-input-disabled {
    background-color: #bdc3d4;
    border-color: #bdc3d4;
    cursor: not-allowed;
}

.m-portlet.m-portlet--full-height.m-crm-todo-add-height {
    height: unset;
}

.failed-email-history {
    position: relative
}

.failed-email-history .fa-exclamation-circle {
    background-color: #fff;
    font-size: 12px;
    position: absolute;
    left: 12px;
    width: 100%;
    text-align: center;
    bottom: 6px;
    border-radius: 50px;
    border: 2px solid #fff;
}

.failed-email-history .fa.fa-envelope {
    font-size: 1.3rem;
}

.table-striped tbody tr:hover .failed-email-history i.fa.fa-exclamation-circle {
    background-color: red !important
}

.mail-date {
    white-space: nowrap;
}

.m-widget3__user-circal-title>span {
    background: #cc0001;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.m-form label.error {
    color: red !important;
}

.multilist-div-container .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.multilist-div-container .select2-results__option[aria-selected=true]:before {
    content: "";
    border: 0;
    position: relative;
    display: inline-block;
    padding-left: 3px;
    left: -7px;
    margin-left: 15px;
    border: solid #cc0001;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: transparent;
}

.multilist-div-container .select2-results__option:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #cc0001;
    border-radius: 4px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.multilist-div-container .select2-results__option {
    position: relative;
    justify-content: flex-start;
}

.checkbox-drowdown-list li.select2-results__option {
    display: block;
}


.checkbox-drowdown-list .select2-results__option:not(strong) li:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    vertical-align: middle;
     margin-right: 7px;
}

.checkbox-drowdown-list .select2-results__option[aria-selected=true]:before {
    content: "";
    border: 0;
    left: 8px;
    border: solid #cc0001;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: transparent;
    margin-right: 23px;
}

.checkbox-drowdown-list .select2-results__option:not(strong) li:after{
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #cc0001;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
     display: block;
}

.checkbox-drowdown-list .select2-results__option {
    position: relative;
    justify-content: flex-start;
}
/**/
.select2-container--default .select2-results__option .select2-results__group {
    padding: 5px 15px;
    font-weight: bold;
}

div#permission_append .m-checkbox-list,
div#permission_append .date-label,
div#permission_append_model .m-checkbox-list,
div#permission_append_model .date-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.m-checkbox-list .date-input input {
    width: 100px;
}

.articale-concern-table .btn.btn-success.add-artical-div {
    position: unset !important
}

.articale-concern-table .table td {
    padding: 0.1rem !important;
}

.articale_table_list table tr td:first-child span.select2-container {
    width: 100% !important;
}

.articale_table_list table tr td:nth-child(2) {
    width: 90px;
}

.articale_table_list table tr td:nth-child(3) {
    width: 25px;
}

.articale_table_list table tr td:nth-child(3) {
    width: 25px;
    text-align: center;
}

.articale_table_list>div {
    padding: 0;
}

.articale_table_list table thead tr td:nth-child(3) a {
    position: relative !important;
    top: 2px;
}

.m-role-tree ul {
    list-style-type: none;
}

.m-list-div {
    padding-top: 6px;
    padding-left: 0px;
    padding-right: 0px;
}

.m-list-div .btn {
    height: 40px;
    line-height: 35px;
    padding: 0 10px !important;
    margin-left: 7px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#role_list .form-control-feedback {
    margin-left: 5.0%;
}

.table-striped tbody tr:hover td.no-hover span {
    color: #000 !important;
}

.no-hover :is(a, label) {
    color: #000 !important;
}


.m-desktop-mobile-screen {
    position: relative;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.m-screen-desktop i {
    font-size: 162px !important;
    color: #cc0001;
}

.m-screen-mobile i {
    font-size: 56px !important;
    color: #cc0001;
    position: absolute;
    right: 42px;
    bottom: 16px;
    background: #fff;
}

.m-exclamation {
    text-align: center;
    color: #cc0001;
}

.m-exclamation i {
    font-size: 5rem !important;
}

.guide-header {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.guide-description {
    margin-top: 18px;
    text-align: center;
    font-size: 16px;
}

.m-crm-flaticon.get_education {
    margin-left: 7px;
}

.flaticon-book:before {
    font-size: 37px;
}

.m-menu__submenu__2_inline_empty {
    box-shadow: none;
    background: rgb(226, 220, 250);
    border-radius: unset;
    display: block;
    height: 52.5px;
    left: 0px !important;
    right: 0px !important;
}

.m-crm-calendar-tabing {
    background-color: #e2dcfa !important;
    padding: 10px 20px 0 20px;
    margin-top: 6px;

}

.m-crm-calendar-tabing .m-tabing-filter a {
    background: #fff;
    border: unset;
    border-radius: 1px;
    color: #000 !important;
    border-radius: 11px;
    height: 35.5px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-right: 5px;
}


.m-crm-calendar-tabing .m-tabing-filter a.tab-active,
.m-crm-calendar-tabing .m-tabing-filter a:hover {
    background: #801e28 !important;
    color: #fff !important;
    border: 0;

}

.m-content.m-redirect-submenu {
    margin-top: 0 !important;
    position: relative;
    z-index: 99;
}

.m-content.m-redirect-submenu .m-crm-calendar-tabing {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 0;
}

.m-content.m-redirect-submenu-visible .m-crm-calendar-tabing {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0
}

.m-content.m-redirect-submenu-show {
    margin-top: 37px !important;
    margin-right: -20px;
    margin-left: -20px;
}

.m-redirect-submenu-show .tabing {
    margin-top: -2px;
}

.inline-hover .m-menu__submenu__3 {
    z-index: 1;
}

.inline-hover .m-menu__submenu__3 a {
    padding: 0 !important;
    margin: 0 !important;
}
.answer-card-section {
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    margin-top: 20px;
}
.answer-card-section .option-input {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}    
.answer-card-section input.form-control.m-input {
    border: unset;
    border-bottom: 1px dashed;
    margin-left: 10px;
    margin-right: 10px;
    border-color: #ada4a4;
}


/* 15-10-24 */
.modal-select2 .select2-container{
    width: 100% !important;
    max-width: 64.7%;
}
.modal-select2 .select2-container .select2-selection__arrow::before{
    content: "";
    height: 0;
    position: absolute;
    top: calc(50% - 10px);
    left: auto;
    right: 6px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}
/* 15-10-24 end */

.cursor-pointer
{
    cursor: pointer;
}
.student-course-list .m-widget13.box-active {
    background-color: #cc0001;
}
.m-widget13.box-active span.m-widget13__desc.m--align-right {
    font-weight: bold;
    color:#fff;
}

.m-widget13.box-active span.m-widget13__text.m-widget13__text-bolder {
     font-weight: bold;
    color:#fff;
}
.m-widget13.box-active span.m-widget13__text.m-widget13__text-bolder a{
     font-weight: bold;
    color:#fff;
}
.student-course-list .m-widget13 {
    border-radius: .25rem;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    margin: 10px auto;
}
.student-course-list li.nav-item.m-tabs__item {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    background: #f7f7f7;
    cursor: pointer;
    display: block;
    float: left;
    text-align: center;
    opacity: 0.8;
    transition: all 0.4s;
}
.userPermission {
    gap:6px;
}
.m-checkbox-list .m-checkbox.m-checkbox--solid>span:after {
    border: solid #fff;
}
.m-checkbox-list .m-checkbox.m-checkbox--solid>span {
    background: #cc0001;
    border: 1px solid transparent !important;
}
.m-checkbox-list .m-checkbox.m-checkbox--solid>input:checked ~ span {
    background: #cc0001;
}
#permission_append >label, .tab-pane >label {
    font-weight: 700;
}
code {    
    word-break: break-word;
    color: #575962;
    background: #ebedf2;
    border: 1px solid #ebedf2;
    font-size: 1rem;
    margin: 0.1rem 0.4rem 0.1rem 0;
    position: relative;
/*    float: left rtl:right;
*/    border-radius: 4px;
    cursor: default;
}
.select2-results__options::-webkit-scrollbar {
    width: 10px; 
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #cc0001;
    border-radius: 10px; 
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: #cc0001;
}
#course_type_wise span#other_relevant_information {
    white-space: pre;
}
    
.sanacourse-body_item span.select2.select2-container.select2-container--default {
    /*width: 100% !important;*/
}

.sanacourse-body_item td {
    width: 100% !important;
}
/*responsive*/
@media (min-width:3000px) and (max-width: 4000px) {
    .jm-dt-ordernumer {
        width: 1% !important;
    }

    .jm-dt-customer-name-suffix {
        width: 10% !important;
    }


    .jm-dt-date {
        width: 7% !important;
    }

    .jm-dt-email-icon {
        width: 5% !important;
    }

    .jm-dt-invoice-number {
        width: 5% !important;
    }

    .jm-dt-order-status {
        width: 5% !important;
    }
}

@media (min-width:2100px) and (max-width: 3000px) {
    .jm-dt-ordernumer {
        width: 1% !important;
    }

    .jm-dt-customer-name-suffix {
        width: 10% !important;
    }

    .jm-dt-date {
        width: 1% !important;
        min-width: min-content !important;
    }

    .jm-dt-email-icon {
        width: 1% !important;
    }

    .jm-dt-invoice-number {
        width: 5% !important;
    }

    .jm-dt-order-status {
        width: 5% !important;
    }
}

@media (min-width:1400px) and (max-width: 2000px) {
    .jm-dt-ordernumer {
        width: 1% !important;
        max-width: 100px;
    }

    .jm-dt-customer-name-suffix {
        width: 10% !important;
    }

    .jm-dt-date {
        width: 2% !important;
        min-width: inherit;
        max-width: inherit;
    }

    .jm-dt-email-icon {
        width: 5% !important;
    }

    .jm-dt-invoice-number {
        width: 5% !important;
    }

    .jm-dt-order-status {
        width: 5% !important;
    }

}


@media (min-width:1200px) {

    .m-custom-body-user .col-xl-10,
    .m-custom-body-user .col-xl-8 {
        margin: 0 auto !important
    }

    #course_type_id .offset-xl-1 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width:1025px) {
    .m-header-menu .m-menu__nav>.m-menu__item .m-menu__submenu.m-menu__submenu--left {
        left: -56px;
        max-width: 200px
    }

    .m-user-quiz-model.modal .modal-dialog {
        padding-left: 300px
    }

    .m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-footer {
        margin-top: 0
    }

    .m-user-quiz-model__table .m-user-quiz-model__table-lg {
        padding-left: 69px
    }
}

@media (min-width:992px) {
    .user_m_grid .col-lg-9 {
        margin: 0 auto !important
    }

    .user_m_grid .m-portlet form {
        padding: 0 15px
    }

    .user_m_grid .col-form-label.col-lg-2 {
        max-width: 12.66667% !important
    }
}

@media (max-width:991px) {
    .section1 .m-col-submit {
        max-width: unset;
        display: unset;
    }

    .section1 .m-col-submit .btn {
        width: auto;
        margin: unset;
    }

    .section1 .m-input-date {
        max-width: unset;
    }
    /* 15-10-24 */
    .modal-select2 .select2-container { 
        max-width: 75.3%;
    }
    /* 15-10-24 end */
}

 

@media (min-width:768px) {
    .custom-editor .col-md-10 {
        max-width: 100% !important
    }
}

@media (min-width:640px) {
    .input-group.m-date__range-item .m-input__timpicker {
    flex: 1;
   }
}
@media (max-width:767px) {

    /*10-07-24 */
    .m-content.m-redirect-submenu .m-crm-calendar-tabing {
        margin-left: inherit;
        margin-right: inherit;
        padding-top: revert;
        padding: 10px 20px 0 20px;
    }

    /*10-07-24 end */

     /* 15-10-24 */
     .modal-select2 .select2-container { 
        max-width: 87.3%;
    }
    /* 15-10-24 end */
}

/* 10-07-24 */
@media (min-width: 880px) and (max-width: 1024px) {

    .m-stack.m-stack--ver.m-stack--desktop {
        display: inline-table;
    }
}

/* 10-07-24 end */


@media handheld,
only screen and (min-width:992px) {
    .col-form-label.col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.66667%;
        flex: 0 0 17.66667%;
        max-width: 17.66667%
    }

    .dataTables_wrapper .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .dataTables_wrapper .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .course-option .col-lg-10 {
        max-width: 91% !important;
        float: right
    }
}

@media (max-width:1580px) {
    .m-portlet_width_unset_course {
        width: 100%;
    }
}

@media handheld,
only screen and (max-width:1500px) {
    .select2-results__option span {
        width: 77px;
    }

    .select2-results__option span {
        margin-right: 15px !important;
        width: 77px;
    }

    /*.select2-container--default .select2-dropdown {
        width: 600px !important;
    }*/
}

@media handheld,
only screen and (max-width:1450px) {
    .m-course-order-model .modal-dialog {
        max-width: 95%;
    }

    .m-crm-order-artical-row .form-group.m-crm-order-descrition {
        width: 24%;
    }

    .m-crm-save-filter-list #copt_interval_checked label {
        margin: 5px 0 !important;
    }
}

@media handheld,
only screen and (max-width:1350px) {
    .m-dt-education_number {
        min-width: 139px !important;
    }

    .m-dt-course_title {
        min-width: 566px;
    }

    .m-dt-revenue {
        min-width: 203px !important;
    }


    th.m-dt-external {
        min-width: 119px !important;
        width: 119px !important;
        max-width: 119px !important;
    }

    #education_list_table .m-dt-internal {
        min-width: 115px !important;
    }

    #render_form.m-crm-calender-view-render .m-portlet .m-inner-portlate .m-calender-side-menu__head_view {
        max-width: 10%;
    }

    #render_form.m-crm-calender-view-render .m-portlet .m-inner-portlate .m-calender-menu__head-full {
        max-width: 90%;
        margin-left: 0%;
        padding: 0 15px;
    }

    .m-portlet_width_unset {
        width: 100%;
    }

    .m-crm-order-artical-row .form-group.quantity {
        width: 10%;
    }

    .m-crm-order-artical-row .form-group.m-crm-order-descrition {
        width: 35%;
    }

    .m-crm-order-artical-row .form-group.discount {
        width: 15%;
    }
}

@media handheld,
only screen and (max-width:1320px) {
    .icon-section .icon-content {
        min-height: 190px;
        overflow: hidden;
        height: 190px;
    }

    .icon-section .row>div {
        min-height: 190px;
        height: 190px;
        overflow: hidden;
    }

    .Begäran-section .table-scroller td,
    .Begäran-section .table-scroller th,
    .Skriv-section .table-scroller td,
    .Skriv-section .table-scroller th {
        padding: 10px 15px
    }

    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__forget-password .m-login__form .m-login__form-action .btn {
        padding: 0 15px
    }

    .m-form-horizontal .m-date__range-item .m-input__timpicker {
        width: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .m-form-horizontal .m-form__group {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .m-form-horizontal .input-group-text {
        padding: 10px 10px !important;
    }
}

@media handheld,
only screen and (max-width:1199px) {
    .select2-container--default .select2-dropdown {
        width: 350px !important;
    }

    .select2-results__option span {
        margin-right: 0px !important;
        width: 100px;
    }

    .Begäran-section .a-link+.a-link,
    .Skriv-section .a-link+.a-link {
        display: block;
        margin: 0
    }

    .m-crm-delivery-info .m-view-form-group {
        width: calc(33.33% - 0px);
        padding: 0 5px;
    }

    .Begäran-section .table-scroller td,
    .Begäran-section .table-scroller th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.5%;
        flex: 0 0 16.5%
    }

    .m-body .m-content {
        padding: 20px
    }

    .m-topbar .m-topbar__nav.m-nav>.m-nav__item {
        margin-left: 10px
    }

    .admin-logo {
        padding-right: 20px
    }

    .m-topbar .m-topbar__nav.m-nav {
        margin-left: 0
    }

    /* .tabing {
        margin: 30px 0 30px
    } */

    .m-course-order-model .modal-dialog form .m-crm-order-body .form-group {
        width: calc(25% - 0px);
        padding: 0 7px;
    }

    .m-course-order-model .modal-dialog .crm-order-artical-1 .form-group {
        width: calc(25% - 0px);
        padding: 0 5px;
    }

    .crm-order-artical-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /* @np css */
    .m-crm-calendar-tabing.tabing {
        /*margin-top: 6px;*/
    }

    .m-crm-multiple-calendar-teacher .m-calender-view-teacher-mlte #calendarWapper .row .fc-teacher-sticky {
        overflow-x: auto;
    }

    .m-crm-multiple-calendar-teacher .m-calender-view-teacher-mlte-body {
        min-width: 400px;
    }

    .m-calender-view-teacher-mlte #calendarWapper .row {
        overflow: scroll;
        height: calc(100% - 00px) !important;
        overflow-y: scroll;
    }
}

@media (max-width:1150px) {
    .m-btn-multiple a {
        margin-bottom: 5px
    }

    .m-form-calendar-filter .m-save-filter {
        margin-left: 0;
    }

    .course-option .bootstrap-touchspin .form-control-feedback {
        top: 33px;
        left: 72px;
        max-width: 50%;
        margin: 6px auto 0 0
    }

    .m-form-calendar-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }

    .m-form-calendar-filter .m-save-filter {
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 20px !important
    }

    .m-form-calendar-filter .m-save-filter a:first-child {
        margin-right: 10px;
    }

    /*  @np */
    .m-crm-calendar-tabing.tabing {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .m-crm-calendar-tabing.tabing .m-form-calendar-filter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .m-crm-calendar-tabing.tabing .m-calender__filter-item.monthpicker_title {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }
}

@media handheld,
only screen and (max-width:1055px) {
    .a-safop-logo img {
        margin-top: 0;
        margin-left: 10px
    }

    .m-crm-order-artical-row .form-group.discount {
        width: 18%;
    }
}

@media handheld,
only screen and (max-width:1045px) {
    .a-safop-logo img {
        width: 144px
    }
}

@media handheld,
only screen and (max-width:1024px) {
    #m_header .m-stack {
        vertical-align: top;
    }

    #m_header .m-stack__item.m-brand,
    #m_header #m_header_nav {
        display: table-cell !important;
    }

    #m_header .m-stack .m-stack__item .m-topbar {
        height: 100% !important;
    }

    /*14-06-23 starts  by Ankit*/
    .header-flex-wrapper .flex-right-wrapper .m-topbar {
        height: 80px !important;
    }

    .header-flex-wrapper {
        flex-wrap: nowrap;
        white-space: nowrap;
        display: flex;
        justify-content: space-between;
    }

    .header-flex-wrapper .flex-left-wrapper {
        max-width: 25%;
        width: 100%;
    }

    .header-flex-wrapper .flex-right-wrapper {
        max-width: 75%;
        width: 100%;
    }

    .m-header--fixed-mobile .m-topbar {
        top: 0px;
    }

    /*14-06-23 ends  by Ankit*/
    .m-history-list {
        margin-bottom: 25px
    }

    #calendar .fc-view-container {
        overflow-x: scroll
    }

    #calendar .fc-view {
        min-width: 800px
    }

    #m_header .m--visible-desktop-inline-block {
        display: none !important
    }

    .m--visible-tablet-and-mobile-inline-block {
        opacity: 0
    }

    .dropdown-content {
        top: 80px
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        width: auto !important;
        height: 254px;
        overflow: hidden
    }

    .m-custom-result-body .m-widget6__item:last-child .m-certificate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 19%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        float: right
    }

    .m-demo-icon {
        margin-bottom: 10px !important
    }

    .m-aside-left--fixed .m-body {
        padding-left: 0;
        padding-top: 80px !important
    }

    .m-brand {
        height: 80px !important
    }

    .admin-logo>span img {
        max-height: 57px;
        max-width: 200px !important;
    }

    .m-topbar .m-topbar__nav.m-nav {
        float: left;
        padding-left: 0
    }

    .m-brand .m-brand__tools .m-brand__icon#m_aside_header_topbar_mobile_toggle {
        display: none !important
    }

    .m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-footer {
        margin-left: 0
    }

    .m-footer .m-footer__copyright {
        margin-bottom: 0
    }

    footer .m-stack.m-stack--flex-tablet-and-mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .m-aside-left--fixed.m-header--fixed .m-aside-left {
        top: 80px;
        left: -300px;
        width: 300px !important
    }

    .m-aside-left--fixed.m-header--fixed .m-aside-left.m-aside-left--on {
        left: 0
    }

    .m-aside-left-close {
        left: -26px
    }

    .m-brand__icon.m-brand__toggler.m-brand__toggler--active {
        opacity: 0
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 350px !important;
        right: 25px;
        background-color: transparent
    }

    .user_header_menu {
        width: auto;
        float: right
    }

    .m-aside-header-menu-mobile .m-menu__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item {
        width: 154px !important
    }

    .m-aside-header-menu-mobile .m-menu__nav>.m-menu__item>.m-menu__link {
        padding: 0 !important
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav>.m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
        background-color: transparent
    }

    #custome_aside_left {
        left: 0 !important;
        width: 300px !important
    }

    #custome_aside_left {
        width: 100% !important;
        top: 0
    }

    .user-footer {
        margin-left: 191px !important
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item:first-child {
        width: 30% !important
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item:nth-child(2n) {
        width: 127px !important
    }

    .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav>.m-menu__item .m-menu__sbmenu>.m-menu__subnav {
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2);
        box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2)
    }

    .m-aside-header-menu-mobile .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item {
        width: 100% !important
    }

    .m-aside-header-menu-mobile .m-menu__nav>.m-menu__item>.m-menu__submenu .m-menu__subnav>.m-menu__item>.m-menu__link {
        padding-left: 15px !important;
        padding-right: 10px
    }

    .m-user-header_nav .m-header-menu .m-menu__nav>.m-menu__item {
        padding: 0 !important
    }


    .course-option .bootstrap-touchspin .form-control-feedback {
        top: 33px;
        left: 85px;
        max-width: 50%;
        margin: 6px auto 0 0
    }

    .m-user-header_nav .m-aside-header-menu-mobile .m-menu__nav {
        padding-top: 15px !important
    }

    .m-user-course-view-list {
        min-height: 339px
    }

    .m-aside-header-menu-mobile .m-menu__nav>.m-menu__item>.m-menu__heading .m-menu__ver-arrow,
    .m-aside-header-menu-mobile .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__ver-arrow {
        width: 10px
    }

    .m-video-list {
        width: 29%
    }

    .m-topbar .m-topbar__nav.m-nav {
        float: none;
        /*padding-left: 0px*/
    }

    /*  @np css*/
    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar .fc-right>.fc-button-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: right;
    }

    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar .fc-center {
        margin: 0;
    }

    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar .fc-left {
        float: left;
        display: inline-block;
    }

    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar .fc-right {
        float: right;
        display: inline-block;
        margin: 0 !important;
    }

    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar .fc-right>.fc-button {
        float: left;
    }

    .m-crm-economy #calendar .fc-header-toolbar .fc-button {
        margin: 0;
    }

    .m-crm-economy .fc-unthemed .fc-toolbar .fc-left,
    .m-crm-economy .fc-unthemed .fc-toolbar .fc-right,
    .m-crm-economy .fc-unthemed .fc-toolbar .fc-center {
        margin-bottom: 0;
    }

    .m-crm-days_5 .fc-unthemed .fc-toolbar .fc-left,
    .m-crm-days_5 .fc-unthemed .fc-toolbar .fc-right,
    .m-crm-days_5 .fc-unthemed .fc-toolbar .fc-center {
        margin-bottom: 0;
    }

    .m-crm-days_5 #calendar .fc-header-toolbar .fc-button {
        margin: 0;
    }

    .m-crm-days_5 #calendar .fc-view-container {
        overflow-x: auto !important;
    }

    .m-crm-days_5 .fc-view.fc-timelineWeek-view.fc-timeline.fc-unselectable.fc-flat {
        min-width: 800px;
    }

    .m-crm-days_7 .fc-unthemed .fc-toolbar .fc-left,
    .m-crm-days_7 .fc-unthemed .fc-toolbar .fc-right,
    .m-crm-days_7 .fc-unthemed .fc-toolbar .fc-center {
        margin-bottom: 0;
    }

    .m-crm-days_7 #calendar .fc-header-toolbar .fc-button {
        margin: 0;
    }

    .m-crm-days_7 #calendar .fc-view-container {
        overflow-x: auto !important;
    }

    .m-crm-days_7 .fc-view.fc-timelineWeek-view.fc-timeline.fc-unselectable.fc-flat {
        min-width: 800px;
    }
}

@media handheld,
only screen and (max-width:991px) {
    th.m-dt-revenue.sorting_disabled {
        width: 53% !important;
        min-width: 53% !important;
        max-width: 53% !important;
    }

    .m-dataTables_filter-multeselect label {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
        padding-right: 10px;
    }

    .m-crm-artical-body_item .form-group {
        width: calc(33.33% - 5px) !important;
    }

    .m-crm-order-artical-row .form-group.m-discount-type {
        width: auto !important;
    }

    .m-crm-todo-add .m-crm-row-hedaer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .contactperson_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

    .m-crm-artical {
        width: 100%;
        margin-top: 0
    }

    .m-crm-education .m-form-inner.m-crm-education_item2 .form-group.m-form__group>div:nth-child(2n),
    .m-crm-education .m-form-inner.m-crm-education_item2 .form-group.m-form__group>div:nth-child(3n) {
        margin-left: 26px;
    }

    .m-crm-education .m-form-inner.m-crm-education_item2 .form-group.m-form__group>div {
        padding-right: 15px;
        margin-bottom: 7px;
    }

    #filter_form .m-input__timpicker.m-modal {
        padding-left: 15px
    }

    #filter_form .m-input__timpicker.m-modal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .m-dataTables_action .export-section .float-right.m-export__item {
        width: 100%;
        margin-top: 10px;
    }

    .m-dataTables_action .m-dataTables_filter-item>label {
        width: 100%;
        float: right;
        text-align: right;
    }

    .m-dataTables_action .m-dataTables_title_action {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 1.5rem !important;
    }

    .m-dataTables_action .m-dataTables_filter_action {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0 !important;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .m-dataTables_action .m-dataTables_filter_select {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .m-dataTables_action .m-dataTables_filter_select>label {
        margin-bottom: 5px;
        width: auto;
        margin-bottom: 0;
    }

    .m-dataTables_action .m-dataTables_title_action,
    .m-dataTables_action .export-section {
        margin: 0;
        padding: 0;
    }

    .m-dataTables_action .m-dataTables_filter_select {
        margin-bottom: 5px;
        padding-right: 0
    }

    .icon-section .icon-content {
        min-height: 175px;
        overflow: hidden;
        height: 175px;
    }

    .icon-section .row>div {
        min-height: 175px;
        height: 175px;
        overflow: hidden;
    }

    .m-form-calendar-filter .m-calender__filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .m-calender__filter .m-calender__filter-item {
        width: 33.33% !important;

    }

    .course_link_hide .search-box .m-input {
        margin-bottom: 10px !important
    }

    .m-date__range-item .m-input__timpicker {
        margin-right: 5px
    }

    .m-date__range__filter .m-input__timpicker {
        margin-right: 5px
    }

    .m-form-horizontal .m-info-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .m-form-horizontal .m-date__range-item .m-input__timpicker {
        width: 100%;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .course_link_hide>div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .course_link_hide .search-box {
        margin-left: 0;
        width: 100%;
        margin-top: 12px
    }

    .m-calender__filter .m-calender__filter-item {
        width: 30%
    }

    .m-course__api .make_api_link_info {
        margin-bottom: 10px
    }

    .m-portlet .m-portlet__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .m-portlet .m-portlet__head {
        padding: 10px 15px;
        height: auto
    }

    .m-topbar .m-topbar__nav.m-nav>.m-nav__item {
        margin: 0 5px
    }

    #chapter-view h2 {
        font-size: 23px;
        margin-top: 20px
    }

    .form-group .m-bot {
        margin-bottom: 30px
    }

    .col-lg-1.m-checkbox-list {
        margin-top: 0 !important
    }

    .tag-title-block {
        width: 40% !important
    }

    .tag-title-block hr {
        width: 100%
    }

    .m-user-dashboard #custom-request-list .m-widget5__item:nth-child(2n) {
        margin-right: 0 !important
    }

    .m-user-dashboard #custom-request-list .m-widget5__item:nth-child(3n) {
        margin-right: 30px
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        width: auto !important;
        height: 254px;
        overflow: hidden
    }

    .m-image__item {
        width: 47.5% !important;
        margin-right: 10px;
        display: block
    }

    .m-image__item :nth-child(2n) {
        margin-right: 0
    }

    .course-type-permission-block {
        padding-left: 15px;
        padding-right: 15px;
        width: 38% !important
    }

    .m-form-calendar-filter .m-calender__filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .m-calender__filter .m-calender__filter-item {
        width: 33.33% !important;
        margin-bottom: 15px;
        padding: 0 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /*  @np css */
    .m-crm-days_5 .m-calender__filter .form-control.m-bootstrap-select,
    .m-crm-days_5 .m-calender__filter .form-control.m-date__range {
        margin: 0 0 10px;
    }

    .m-crm-days_5 .m-form.m-form--fit .m-calender__filter .m-form__group {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .m-crm-days_5 .m-form.m-form--fit .m-save-filter {
        margin: 0;
        adding-left: 35px;
        padding-right: 35px;
    }

    .m-crm-days_7 .m-calender__filter .form-control.m-bootstrap-select,
    .m-crm-days_7 .m-calender__filter .form-control.m-date__range {
        margin: 0 0 10px;
    }

    .m-crm-days_7 .m-form.m-form--fit .m-calender__filter .m-form__group {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .m-crm-days_7 .m-form.m-form--fit .m-save-filter {
        margin: 0;
        adding-left: 35px;
        padding-right: 35px;
    }

    .m-crm-mapping .m-calender__filter .form-control.m-bootstrap-select,
    .m-crm-mapping .m-calender__filter .form-control.m-date__range {
        margin: 0 0 10px;
    }

    .m-crm-mapping .m-form.m-form--fit .m-calender__filter .m-form__group {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .m-crm-mapping .m-form.m-form--fit .m-save-filter {
        margin: 0;
        adding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item:first-child {
        width: 30% !important
    }

}

@media handheld,
only screen and (max-width:1024px) {
    #chapter-view {
        width: 100% !important;
        float: right !important
    }

    #custome_aside_left ul li a {
        padding: 0 0 !important
    }

    #chapter-view {
        padding-left: 0 !important
    }

    #custome_aside_left .m-aside-menu .m-menu__nav>.m-menu__item>.m-menu__submenu .m-menu__subnav>.m-menu__item>.m-menu__link {
        padding-left: 9px !important
    }

    #custome_aside_left .m-menu__link-icon .fa .fa-check {
        position: absolute;
        right: -29px
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        right: 0;
        padding-right: 25px
    }

    #m_aside_left {
        display: none !important
    }

    .m-aside-left--on .m-aside-left-close,
    .m-aside-left-overlay {
        display: none
    }

    .m-brand__icon.m-brand__toggler.m-brand__toggler--active {
        opacity: 1 !important
    }
}

@media handheld,
only screen and (max-width:991px) {
    .m-video-list .m-video__item video {
        height: 140px
    }

    .bootstrap-touchspin {
        position: relative;
        max-width: 100%
    }

    .m-video-list {
        width: 45%
    }

    .course-option .bootstrap-touchspin .form-control-feedback {
        position: absolute;
        top: 35px;
        left: 27%;
        text-align: left;
        max-width: 100%;
        margin: 0 auto 0 0;
        display: block
    }

    .ck-editor .cke_chrome {
        width: 97% !important;
        float: right !important
    }

    .course-option .bootstrap-touchspin .ck-editor {
        padding: 0
    }

    .license-list-notification .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc {
        padding-left: 42px
    }

    .license-list-notification .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-time {
        width: 20% !important
    }

    .m-user-dashboard #custom-request-list .m-widget5__item {
        width: 47.5%;
        float: left
    }

    .finish-quiz .col-form-label.col-md-3 {
        max-width: 19% !important
    }

    .m-user-dashboard #custom-request-list .m-widget5__item:nth-child(2n) {
        margin-right: 0;
        margin: 0 auto !important;
        margin-bottom: 20px !important
    }

    .m-user-dashboard #custom-request-list .m-widget5__item:nth-child(3n) {
        margin-right: 30px;
        margin-bottom: 20px
    }

    video {
        height: 365px;
        max-width: 100%
    }

    .m-admin-header .a-safop-logo img {
        width: 140px
    }

    .m-user-course-view .m-widget5__stats1 span {
        font-size: 16px !important;
        font-weight: 600;
        float: left !important
    }

    #appendTag .ck-editor>.ck-rounded-corners {
        width: 86% !important
    }

    .option-append-block .bootstrap-touchspin .form-control-feedback {
        top: 36px;
        left: 27%;
        max-width: 50%;
        margin: 0 auto 0 0
    }

    .icon-content {
        margin-bottom: 25px
    }

    .m-user-final-quiz-model__form #question-selection-error {
        left: 81px
    }

    .m-user-course-view-list {
        min-height: 340px
    }

    .m-video-list {
        width: 45%
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item:first-child {
        width: 11% !important
    }

    .custom-editor>div>label {
        width: 25% !important
    }

    #appendTag .ck-editor>.ck-rounded-corners {
        width: 72% !important
    }

    .m-user-quiz-model__table .modal-dialog {
        max-width: 640px;
        margin: 1.75rem auto
    }

    .m-folder__title_edit {
        right: 37px
    }
}

@media handheld,
only screen and (max-width:950px) {
    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar .fc-right>.fc-button-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: right;
    }

    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar .fc-center {
        margin: 0;
    }

    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar .fc-left {
        float: left;
        display: inline-block !important;
        width: auto !important;
    }

    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar .fc-right {
        float: right;
        display: inline-block !important;
        width: auto !important;
    }

    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group {
        width: auto !important;
    }

    .m-crm-full-open-calendar .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-center {
        padding: 0 !important;
    }
}

@media handheld,
only screen and (max-width:898px) {
    .m-course-order-mode .modal-dialog {
        max-width: 95% !important;
        margin: 0 auto !important;
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item:first-child {
        width: 11% !important
    }

    .m-user-header_nav .m-user-menu_nav_item {
        display: none !important
    }

    .m-user-menu_nav-submenu--left {
        display: none !important
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item {
        width: 150px !important
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        width: auto !important
    }

    .m-admin-header .a-safop-logo {
        display: none !important
    }

    .m-company-course-list .m-company-course-list-content .m-company-course-list-item .m-widget_content-item {
        display: inline-block !important;
        width: 15.5% !important
    }

    .m-add-more-bt span {
        position: relative;
        top: -11px
    }

    .m-user-menu_nav-submenu--left {
        display: block !important
    }

    .m-user-course-view .m-widget5__pic {
        width: 35% !important
    }
}

@media only screen and (max-width:768px) and (orientation:landscape) {
    #chapter-view .offset-xl-1 p img {
        width: 100% !important
    }

    .m-user-course-view-list {
        min-height: 316px
    }
}

@media handheld,
only screen and (max-width:768px) {
    .m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper {
        width: auto;
        margin-left: 0
    }

    .course-option .bootstrap-touchspin .form-control-feedback {
        position: absolute;
        top: 35px
    }

    .dataTables_wrapper .dataTables_paginate .pagination {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .m-dropdown__wrapper .m-nav {
        max-width: 240px
    }

    #chapter-view .m--align-left {
        width: 50%;
        float: left;
        padding: 0 0
    }

    #chapter-view .m--align-right {
        width: 50%;
        float: right;
        padding: 0 8px
    }

    #chapter-view {
        width: 78% !important;
        float: right !important
    }

    .m-custom-result-body .m-widget6__item:last-child .m-certificate {
        width: 25%
    }

    .m-demo-icon {
        padding: 0 !important;
        margin-bottom: 10px !important
    }

    /*  @np css*/
    #render_form .m-crm-economy.m-portlet .m-inner-portlate .m-calender-menu__head-full {
        width: 100%;
    }

    #render_form .m-portlet.m-crm-days_5 .m-inner-portlate {
        padding: 0;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #render_form .m-portlet.m-crm-days_5 .m-inner-portlate .m-calender-menu__head-full {
        width: calc(100% - 155px);
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .m-crm-days_5 .m-calender-side-menu__head {
        width: 140px;
        padding: 0;
    }

    #render_form .m-portlet.m-crm-days_7 .m-inner-portlate {
        padding: 0;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #render_form .m-portlet.m-crm-days_7 .m-inner-portlate .m-calender-menu__head-full {
        width: calc(100% - 155px);
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .m-crm-days_7 .m-calender-side-menu__head {
        width: 140px;
        padding: 0;
    }
}

@media handheld,
only screen and (max-width:840px) {
    .download-sample-file {
        position: relative;
        left: 216px
    }

    .m-grid__item .m-grid__item--fluid .m-grid .m-grid--ver-desktop .m-grid--desktop .m-body .m-custom-body-user {
        width: 100%
    }

    #chapter-view {
        width: 100% !important;
        margin: 0 auto !important
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic {
        display: block;
        width: 5rem;
        margin: 0 auto
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section {
        text-align: center !important;
        display: block;
        margin-top: 10px;
        padding-left: 0 !important
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content:last-child {
        float: none !important;
        text-align: center !important;
        margin: 0 auto !important
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1,
    .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 {
        text-align: center !important;
        margin-right: 16px;
        margin-right: 16px
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic {
        width: 100%
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic>img {
        width: 100%;
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 {
        margin-right: 0 !important
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1 .m-widget5__number,
    .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 .m-widget5__number {
        margin-right: 0 !important
    }

    .m-user-course-view-list {
        width: 48% !important
    }

    .m-user-course-view .m-widget5__stats1 span {
        font-size: 14px !important
    }
}

@media handheld,
only screen and (max-width:860px) {

    #m_header .m-stack__item.m-brand,
    #m_header #m_header_nav {
        display: block !important;
    }

    .company-hide-show.toggle-menu {
        top: 0 !important;
    }

    .admin-logo>span img {
        max-width: 200px;
    }

    .m-header--fixed-mobile .m-topbar {
        top: -80px
    }

    .header-flex-wrapper {
        flex-direction: column;
    }

    .header-flex-wrapper .flex-left-wrapper {
        max-width: 100%;
        width: 100%;
        padding: 30px 20px;
    }

    .header-flex-wrapper .flex-right-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .m-brand {
        width: 100%
    }

    .m--visible-tablet-and-mobile-inline-block {
        opacity: 1
    }

    .m--visible-tablet-and-mobile-inline-block {
        opacity: 0
    }

    .more-wrapper-company-admin {
        opacity: 1 !important;
        float: right;
        padding: 5px;
    }

    .dropdown-menu1 {
        margin-top: 4px
    }

    .m-brand .m-brand__tools .m-brand__icon#m_aside_header_topbar_mobile_toggle {
        display: inline-block !important
    }

    .e-admin-logo {
        position: absolute;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 14%;
        top: 19px
    }

    .e-admin-logo img {
        max-width: 105px
    }

    .e-admin-safop-logo {
        margin-right: 15px
    }

    .e-admin-logo {
        display: block
    }

    .m-admin-safop-logo {
        display: none !important
    }

    .a-safop-logo {
        display: none !important
    }

    .m-course-top-bar {
        float: right !important;
        margin-right: 0 !important
    }

    .m-stack.m-stack--general.m-stack--ver>.m-stack__item {
        width: 100% !important
    }

    a#m_aside_header_topbar_mobile_toggle {
        opacity: 1;
        margin-right: 10px
    }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    .m-crm-order-artical-row-section2 table,
    .m-crm-order-artical-row-section2 thead,
    .m-crm-order-artical-row-section2 tbody,
    .m-crm-order-artical-row-section2 th,
    .m-crm-order-artical-row-section2 td,
    .m-crm-order-artical-row-section2 tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .m-crm-order-artical-row-section2 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .m-crm-order-artical-row-section2 tr {
        border: 1px solid #ccc;
    }

    .m-crm-order-artical-row-section2 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .m-crm-order-artical-row-section2 td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}


@media handheld,
only screen and (max-width:767px) {

    span.course-action {
        max-width: 350px;
    }

    .m-training-ckb {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .m-training-ckb .form-control {
        width: 100%;
    }

    .m-elevsys-course .m-course_number div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .m-elevsys-course .m-course_number div .btn {
        margin-right: 5px;
    }

    .m-form-horizontal .m-form__group div {
        margin-bottom: 5px;
    }

    .m-crm-artical-body_item .form-group {
        width: calc(50% - 5px) !important;
    }

    .m-course-order-model .modal-dialog form .m-crm-order-body .form-group {
        width: calc(33.33% - 0px);
        padding: 0 7px;
    }

    .m-course-order-model .modal-dialog .crm-order-artical-1 .form-group {
        width: calc(33.33% - 0px);
        padding: 0 5px;
    }

    .m-portlet__body.m-crm-education {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .m-crm-education .m-form-inner.m-crm-education_item1,
    .m-crm-education .m-form-inner.m-crm-education_item2 {
        width: 100%;
    }

    .m-crm-todo-add .m-portlet.m-portlet--full-height {
        height: auto;
    }

    .btn {
        height: 35px;
        line-height: 32px;
    }

    .m-crm-mail form .m-widget3__body .m-form__group:first-child {
        width: 100%
    }

    .m-crm-mail form .m-widget3__body .m-form__group:last-child {
        width: 100%
    }

    .m-crm-todo-add .m-portlet.m-portlet--full-height {
        height: auto;
    }

    .m-crm-form-input .form-group .m-crm-col {
        width: 50% !important
    }

    .m-portlet__body.m-form-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .m-form-horizontal .m-date__range-item .m-input__timpicker {
        width: 30%;
        margin-bottom: 0;
    }

    #feedback-form #calling,
    .m-radio-inline {
        margin-left: 0
    }

    .courseLeaderSubDiv {
        margin-top: 15px
    }

    .m-model-roles .m-accordion__item-content .form-group.m-form__group.row {
        overflow-x: scroll
    }


    .m-model-roles .m-accordion__item-content .form-group.m-form__group.row table {
        width: 100%;
        display: block;
        white-space: nowrap
    }

    .m-date__range-item .m-input__timpicker {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 5px;
        margin-bottom: 6px
    }

    .m-date__range-item .m-input__timpicker:last-child {
        margin-bottom: 0
    }

    .course_link_hide .search-box .m-input {
        margin-bottom: 10px !important
    }

    .m-btn--custom__switch {
        width: 70%
    }

    .m-calender__filter {
        padding: 15px !important
    }

    .m-calender__filter .m-calender__filter-item {
        width: 25%;
        margin: 10px 0
    }

    #m_header_nav .user-logo span img {
        max-width: 140px
    }

    #m_header_nav .user-logo .u-safop-logo img {
        max-width: 140px;
        max-height: 56px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .tag-append-block label.col-form-label {
        padding-left: 0
    }

    .m-brand .m-brand__tools .m-brand__icon#m_aside_header_topbar_mobile_toggle {
        display: inline-block !important
    }

    .tag-title-block {
        width: 100% !important;
        margin-top: 15px
    }

    .form-group.m-form__group.row.has-danger {
        margin-bottom: 13px
    }

    .m-brand {
        width: 100%
    }

    .m-topbar .m-topbar__nav.m-nav {
        padding: 0
    }

    .custom-image-file {
        margin-left: 0;
        width: 0
    }

    .m-form .m-form__actions {
        padding: 20px 15px
    }

    .m-portlet .m-portlet__body {
        padding: 20px 15px
    }

    .m-form.m-form--fit .m-form__content,
    .m-form.m-form--fit .m-form__group,
    .m-form.m-form--fit .m-form__heading {
        padding: 15px 15px
    }

    .m-form.m-form--fit .m-form__group:last-child {
        padding-bottom: 0
    }

    div.dataTables_wrapper div.dataTables_filter label {
        white-space: normal !important;
        text-align: center !important
    }

    .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item {
        padding: 0 0 0 8px
    }

    .m-body .m-content {
        /*padding: 0 !important;*/
    }

    .m-brand {
        padding: 0 15px
    }

    .m-footer {
        padding: 0 15px
    }

    .dataTables_wrapper .dataTables_paginate .pagination {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 7px !important
    }

    .table-scroller tbody.ps {
        overflow-y: scroll !important
    }

    .m-portlet__body div.dataTables_wrapper div.dataTables_processing {
        top: 0
    }

    .student-course-list {
        padding: 0
    }

    .m-portlet.m-portlet-white-small .m-portlet__head {
        height: auto;
        padding: 8px 15px
    }

    .m-portlet.m-portlet-white-small .m-portlet__body {
        padding: 15px 15px 0
    }

    .student-course-list .m-portlet.m-portlet-white-small .m-portlet__body {
        padding-bottom: 0
    }

    .student-course-list .m-widget13 .m-widget13__item .m-widget13__desc {
        padding-right: 15px
    }

    .table-striped tbody tr.child a.btn i {
        color: #cc0001
    }

    .table-striped tbody tr.child:hover {
        color: inherit
    }

    .table-striped tbody tr.child:hover a {
        color: inherit
    }

    .table-striped tbody tr.child:hover a.btn {
        border-color: #cc0001
    }

    .table-striped tbody tr.child:hover a.btn i {
        color: #cc0001 !important
    }

    .table-striped tbody tr.child:hover a.btn:hover {
        border-color: #cc0001 !important;
        background-color: #cc0001 !important;
        color: #fff
    }

    .table-striped tbody tr.child:hover a.btn:hover i {
        color: inherit !important
    }

    .tag-append-block .form-control {
        margin-bottom: 5px
    }

    #tagname-error,
    #tagvalue-error {
        margin-top: -5px;
        margin-bottom: 5px
    }

    .m-login.m-login--5 .m-form .m-form__group>label {
        font-size: 14px
    }

    #custome_aside_left {
        width: 100% !important;
        top: 0
    }

    .user-footer {
        margin-left: 0 !important
    }

    .choices-result {
        margin-left: 33px
    }

    .m-wizard .m-wizard__form .m-wizard__form-step.m-wizard__form-step--current img {
        max-width: 100%;
        margin: 15px 0;
        display: block;
        margin: 0;
        text-align: center !important;
        float: none !important;
        width: 100% !important;
        margin: 0 auto !important;
        height: auto !important
    }

    .m-wizard .m-wizard__form .m-wizard__form-step.m-wizard__form-step--current h3 {
        font-size: 18px
    }

    .license-list-notification .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-time {
        width: 38% !important
    }

    .license-list-notification .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc {
        padding-left: 75px
    }

    .m-user-dashboard #custom-request-list .m-widget5__item {
        width: 100%;
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .m-user-dashboard .m-widget5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .m-widget13 .m-widget13__item .m-widget13__desc {
        width: 19% !important
    }

    .finish-quiz .col-form-label.col-lg-2 {
        max-width: 100%
    }

    .finish-quiz .m-radio-list {
        margin-left: 60px
    }

    .m-user-dashboard #custom-request-list .m-widget5__item:nth-child(3n) {
        margin: 0 auto;
        margin-bottom: 20px
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item:first-child {
        width: 12.5% !important
    }

    .m-user-header_nav .m-header-head {
        background-color: #fff;
        z-index: 1 !important
    }

    #question-selection-error {
        margin-left: 100px
    }

    .m-user-course-view-list {
        width: 70% !important;
        margin-right: 0 !important;
        margin: 0 auto !important;
        margin-bottom: 20px !important
    }

    .m-company-course-list .m-company-course-list-content .m-company-course-list-item .m-widget_content-item {
        width: 20% !important
    }

    .m-company-course-list .m-company-course-list-content .m-company-course-list-item .m-widget_content-item:last-child {
        width: 100% !important;
        margin-top: 15px !important
    }

    .m-company-course-list .m-company-course-list-content .m-company-course-list-item .m-widget_content-item:last-child button {
        text-align: center;
        width: 31%;
        margin: 0 auto !important;
        display: block
    }

    .m-add-more-bt span {
        position: relative;
        top: 0
    }

    .m-company-course-list .m-company-course-list-item {
        margin-top: 15px !important
    }

    .m-company-course-list .m-widget_content-item span {
        text-align: center !important;
        padding-right: 0 !important;
        margin: 0 auto !important
    }

    .option-append-block .bootstrap-touchspin .form-control-feedback {
        top: 36px;
        left: 27%;
        max-width: 70%;
        margin: 0 auto 0 0
    }

    .course-option .bootstrap-touchspin .form-control-feedback {
        position: absolute;
        top: 38px;
        left: 27% !important;
        max-width: 100%
    }

    #table_1_wrapper .row:first-child .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    #table_1_wrapper .row:first-child .col-sm-12 .dataTables_length {
        text-align: left !important
    }

    #table_1_wrapper .row:first-child .col-sm-12 #table_1_filter input {
        width: 50% !important
    }

    .m-user-profile .m-widget12 .m-widget12__text1 span,
    .m-user-profile .m-widget12 .m-widget12__text2 span {
        font-size: 16px !important
    }

    #quiz {
        padding: 0 15px
    }

    #quiz h3 {
        font-size: 18px
    }

    .m-user-course-view-list {
        min-height: auto
    }

    .ck.ck-reset {
        width: 100% !important
    }

    .custom-editor>div>label {
        width: 25% !important
    }

    #chapter-view .btn:last-child .final_text {
        white-space: normal !important;
        line-height: 13px !important;
        font-size: 12px
    }

    .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,
    .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
        top: 100%;
        bottom: auto;
        width: auto !important
    }

    .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
    .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
        left: 0 !important;
        width: auto !important;
        right: auto !important
    }

    .ck.ck-list__item .ck-button .ck-button__label {
        font-size: 14px
    }

    .ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
        min-width: auto !important
    }

    .m-user-quiz-model__table .modal-content {
        width: auto
    }

    .m-user-quiz-model .m-user-quiz-model__table show {
        padding-left: 17px !important
    }

    /*  @np css */
    .m-crm-calendar-rendar .m-portlet.m-crm-days_5 .m-portlet__head .m-portlet__head-caption {
        margin-bottom: 0;
    }

    .m-crm-days_5 #calendar .fc-header-toolbar .fc-button {
        padding: 0;
    }

    .m-crm-calendar-rendar .m-portlet.m-crm-days_7 .m-portlet__head .m-portlet__head-caption {
        margin-bottom: 0;
    }

    .m-crm-days_7 #calendar .fc-header-toolbar .fc-button {
        padding: 0;
    }

    #render_form .m-portlet.m-crm-mapping .m-inner-portlate {
        display: block;
    }

    #render_form .m-portlet.m-crm-mapping .m-calender-side-menu__head {
        width: 100%;
        display: block;
        padding: 0 15px !important;
    }

    #render_form .m-portlet.m-crm-mapping .m-inner-portlate .m-calender-menu__head-full {
        display: block;
        width: 100%;
    }

    .m-crm-block-day-edit .leave-list-table-custome .form-control {
        padding: 0 6px;
    }

    .m-crm-block-day-edit .leave-list-table-custome td:nth-child(4) {
        padding: 4px 4px;
    }

    #create_course .m-form-horizontal label {
        width: 100%;
    }

    #create_course .m-form-horizontal .m-course_number {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .m-elevsys-course #create_course .m-course_number div {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .input-group-prepend .input-group-text {
        height: 42px;
    }

    .other-info-block .left-column {
        width: 100%;
    }

    .other-info-block .right-column {
        width: 100%;
    }

    .m-crm-order-artical-row-section2 table.table th {
        width: auto !important;
    }

    .m-crm-order-artical-row-section2 table.table {
        table-layout: auto;
        width: 100%;
    }

    .m-form.m-form--group-seperator-dashed .right-column .m-form__group {
        flex-wrap: wrap;
    }

    .right-column .form-group.m-form__group .m-crm-col {
        width: 100%;
    }

    .company-order-section .col-lg-2:last-child {
        margin-left: 15px;
    }

    .m-form__group.row .c-reservation .m-checkbox-inline {
        margin-top: 0;
    }

    .company-order-section .section1.form-group.m-form__group.row {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .company-order-section .m-crm-fortnox-section .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
        font-size: calc(2vw + 2vw);
    }

    .reseller-logo-size {
        padding: 0 15px;
        margin-top: 10px;
    }

    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action .btn+.btn {
        margin-left: 0 !important;
    }

    /* tiny editor customization for mobile */
    [builder-element="CellElement"] {
        width: 100% !important;
        padding: 0 !important;
        flex: 100% !important;
        max-width: 100% !important;
    }

    [builder-element="CellElement"] .container {
        padding: 0 !important;
    }

    div>p[id^='mce'] {
        word-break: break-word;
    }

    /* End tiny editor customization for mobile */

}

@media (max-width:736px) {
    .form-group.m-form__group.row.has-danger {
        margin-bottom: 18px
    }

    #chapter-view .btn {
        background-color: #cc0001 !important;
        color: #fff !important;
        width: 190px !important;
        margin-bottom: 10px
    }
}

@media (max-width:670px) {
    .m-video-list {
        width: 44%
    }
}

@media (max-width:639px) {

    /*02-07-24*/
    .m-aside-left--fixed .m-body {
        padding-top: 74px !important;
    }

    .m-content.m--margin-top-40 {
        margin-top: unset !important;
    }

    /*End*/
    .m-crm-artical-body_item .form-group {
        width: calc(100% - 0px) !important;
    }

    .m-crm-order-artical-row .form-group-remove {
        padding: 0 7px;
    }

    .m-course-order-model .modal-dialog form .m-crm-order-body .form-group {
        width: calc(100% - 0px);
        padding: 0 7px;
    }

    .m-two-div {
        width: calc(100% - 0px);
        padding: 0 5px;
        margin-bottom: 1rem;
    }

    .m-crm-delivery-info .m-view-form-group {
        margin-bottom: 1rem;
        width: calc(100% - 0px);
        padding: 0 5px;
    }

    .m-course-order-model .modal-dialog .crm-order-artical-1 .form-group {
        width: calc(100% - 0px);
        padding: 0 5px;
    }

    .m-course-order-model .modal-dialog .m-crm-artical-body_item_2 .form-group {
        width: calc(100% - 0px);
        padding: 0 5px;
    }

    .m-lg-list .m-smg {
        width: 100%;
    }

    .m-lg-list .m-smg:last-child {
        width: 100%
    }

    .m-crm-todo-add .m-crm-row-hedaer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .m-crm-todo-add .m-demo-icon:last-child {
        margin-left: 0 !important;
    }

    .m-crm-table .m-dataTables_multi-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .m-form__actions.m-form__actions>.row>div {
        margin-bottom: 10px;
    }

    .m-crm-modal-lg .m-crm-modal-body .form-group {
        width: 100%
    }


    .dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before {
        left: 6px;
    }

    .dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before {
        line-height: 18px !important;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        left: 1% !important;
        margin-top: 0 !important;
    }

    .m-crm-form-input .form-group .m-crm-col,
    .m-crm-form-input .form-group .m-crm-col.m-lg,
    .m-crm-form-input .form-group .m-crm-col.m-xl {
        width: 100% !important
    }

    .m-form-horizontal .m-course_number {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .m-form-horizontal .m-date__range-item .m-input__timpicker {
        width: 100%;
        margin-bottom: 10px;
    }

    .m-date__range__filter .m-input__timpicker {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        margin-bottom: 10px
    }

    .m-date__range-item .m-input__timpicker {
        margin-right: 0
    }

    #custom-request-list .m-widget5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .m-calender__filter {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .m-calender__filter-item {
        width: 45% !important;
        padding: 0 !important
    }

    .m--visible-tablet-and-mobile-inline-block {
        opacity: 1
    }

    .dropdown-content span {
        padding: 10px 10px
    }

    .dropdown-menu1 {
        margin-top: 4px;
        margin-left: 7px
    }

    .m-aside-left--fixed.m-header--fixed .m-aside-left.m-aside-left--on .m-brand .m-brand__tools .m-brand__icon#m_aside_header_topbar_mobile_toggle {
        display: none
    }

    .m-aside-left--fixed.m-header--fixed .m-aside-left.m-aside-left--on .dropdown-menu1 {
        display: none
    }

    .dropdown-content {
        top: 80px;
        width: 50%;
        right: 15px;
        left: auto
    }

    #custom-request-list .m-widget5__item {
        width: 100%;
        margin-right: 0
    }



    .m-user-dashboard .m-widget5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .m-user-dashboard #custom-request-list .m-widget5__item {
        width: 60%;
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .m-widget13 .m-widget13__item .m-widget13__desc {
        width: 27% !important
    }

    #chapter-view .m--margin-top-40 {
        margin-top: 0 !important
    }

    .m-demo-icon .m-demo-icon__preview i {
        font-size: 20px !important
    }

    .m-custom-result-body .m-widget6__item:last-child .m-certificate-pass {
        width: 24%
    }

    .m-custom-result-body .m-widget6__item:last-child .m-certificate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-widget6 .m-widget6__head .m-widget6__item .m-widget6__caption:first-child {
        width: 37%
    }

    #table_1_wrapper .dataTables_length label {
        margin-bottom: 15px
    }

    .video-model .m-section {
        width: 50%;
        margin-right: 10px
    }

    .page-tabing {
        display: none !important
    }

    #m_aside_left {
        display: block !important
    }

    .m-aside-left--on .m-aside-left-close,
    .m-aside-left-overlay {
        display: block
    }

    /* .m-brand__icon.m-brand__toggler.m-brand__toggler--active {
        opacity: 0 !important
    } */

    #m_aside_left .radio-home {
        display: none
    }

    .tabing {
        margin: 0 0 30px
    }

    #m_header .m--visible-desktop-inline-block {
        display: none !important
    }
}

@media(max-width:575px) {
      /* 15-10-24 */
      .modal-select2 .select2-container { 
        max-width: 100%;
    }
    /* 15-10-24 end */
    .m-dataTables_filter-multeselect .ms-options-wrap {
        max-width: 180px;
        width: 100%;
        height: 30px;
    }

    .m-dataTables_filter_action_item .float-right.m-export__item-other {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .m-dataTables_filter_action_item .m-export__item-other a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 0
    }

    .m-dataTables_action .m-dataTables_filter_action {
        padding-left: 0
    }

    .m-scroll-top--shown .m-scroll-top {
        bottom: 55px
    }

    .m-custom-form label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .m-calender__filter .m-calender__filter-item {
        width: 100% !important;
        margin: 10px 0;
    }

    .course_link_hide .search-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .course_link_hide .search-box .m-input {
        margin-bottom: 10px !important
    }

    .course_link_hide>div {
        margin-top: 10px
    }

    .m-calender__filter {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .m-calender__filter-item {
        width: 45% !important;
        padding: 0 !important
    }

    .page-tabing a {
        padding: 5px 10px;
        font-size: 13px
    }

    .tabing {
        margin: 0 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-tabing a {
        width: 45%;
        text-align: center
    }

    .m-custom-result-body .m-widget6__item:last-child .m-certificate {
        width: 71%
    }

    #appendTag .ck-editor>.ck-rounded-corners {
        width: 100% !important
    }

    h4 {
        font-size: 17px
    }

    .option-list {
        width: 95%;
        margin-left: 0
    }

    .custom-editor>div>label {
        width: 100% !important
    }

    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
        padding: 18px 15px 35px
    }

    .m-topbar .m-topbar__nav.m-nav>.m-nav__item {
        padding: 0 7px;
        margin: 0
    }

    .admin-logo {
        padding-right: 10px
    }

    .btn.m-btn--custom {
        padding: 0 15px
    }

    .m-footer {
        height: auto;
        margin-top: 0;
        padding: 10px 20px;
        position: fixed
    }

    .m-footer .m-footer__copyright {
        float: none;
        margin-bottom: 5px
    }

    .lanuange-right {
        float: none
    }

    .m-form .form-control-label.col-form-label,
    .m-form label.col-form-label {
        padding-bottom: 2px
    }

    .m-topbar .m-topbar__nav.m-nav {
        margin: 0
    }

    .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item {
        padding-left: 0
    }

    .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item {
        margin-right: 5px
    }

    .m-portlet__head-tools {
        width: auto
    }

    .m-aside-header-menu-mobile .m-menu__nav>.m-menu__item>.m-menu__heading .m-menu__link-icon,
    .m-aside-header-menu-mobile .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-icon {
        width: 50% !important;
        text-align: right;
        padding-right: 10px
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item {
        width: 132px !important
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        width: 283px !important
    }

    .m-user-dashboard #custom-request-list .m-widget5__item {
        width: 100%;
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .m-welcome-dashboard .m-widget5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .m-widget13 .m-widget13__item .m-widget13__desc {
        width: 35% !important
    }

    .finish-quiz .col-form-label.col-md-3 {
        max-width: 100% !important
    }

    .m-aside-header-menu-mobile .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
        display: none
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item:first-child {
        width: 10% !important
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item:nth-child(2n) {
        width: 47px !important
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item {
        width: 150px !important;
        float: right
    }

    .m-aside-header-menu-mobile .m-menu__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item.m-menu__item--open>.m-menu__submenu {
        background-color: #fff;
        height: 230px
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__submenu {
        width: 142px !important;
        position: absolute;
        right: 2px
    }

    .course-wise-license-request .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic {
        width: 100%;
        text-align: center;
        display: block
    }

    .course-wise-license-request .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 10px
    }

    .course-wise-license-request .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic>img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 50%;
        height: 141px !important
    }

    .m-license-view {
        margin: 0 auto;
        text-align: center
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .m-menu__link-icon .flaticon-user {
        font-size: 20px !important
    }

    .m-user-header_nav .u-safop-logo img,
    .m-user-header_nav .user-logo img {
        width: 150px
    }

    .m-user-header_nav .a-safop-logo img,
    .u-safop-logo img {
        height: 53px;
        margin-top: -9px;
        margin-left: 12px
    }

    .m-user-header_nav .m-aside-header-menu-mobile .m-menu__nav {
        padding-top: 13px !important
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        width: auto !important;
        height: 254px;
        overflow: hidden
    }

    .m-user-course-view-list {
        width: 100% !important;
        margin-right: 0 !important;
        margin: 0 auto !important
    }

    .m-company-course-list-item .m-widget_content-item:last-child button {
        text-align: center;
        width: 42%
    }

    .m-demo-icon .m-demo-icon__preview i {
        font-size: 20px !important
    }

    .option-append-block .bootstrap-touchspin .form-control-feedback {
        top: 67px;
        left: 17px
    }

    .option-append-block .bootstrap-touchspin .form-control-feedback {
        top: 66px;
        left: 18px;
        max-width: 70%;
        margin: 0 auto 0 0
    }

    #create_home-settings .m-form__heading {
        padding: 0 15px !important;
        margin-bottom: 0
    }

    #create_home-settings .m-form .m-form__section.m-form__section--first {
        margin-bottom: 0 !important
    }

    #create_home-settings .m-form .m-form__section:last-child,
    .m-form .m-form__section.m-form__section--last {
        margin-top: 0 !important
    }

    .e-admin-logo {
        right: 15%;
        margin-right: 15px
    }

    .m-video-list {
        min-height: auto
    }

    .m-video-list .m-video__item video {
        height: auto
    }

    .course-option .bootstrap-touchspin .form-control-feedback {
        position: absolute;
        top: 64px;
        left: 4% !important;
        max-width: 100%
    }

    .m-user-menu_nav .flaticon-user {
        display: none !important
    }

    .m-user-menu_nav .fa.fa-align-justify {
        display: block !important
    }

    .m-aside-header-menu-mobile .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-icon {
        width: 100% !important;
        text-align: right;
        padding-right: 10px;
        top: 25px !important;
        position: relative
    }

    i.m-menu__link-icon.fa.fa-align-justify {
        color: #cc0001 !important
    }

    #chapter-view .btn {
        margin-bottom: 10px
    }

    .m-folder__title_edit {
        right: 70px
    }

    .m-video-list {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .m-video-list .m-folder__item input {
        margin-left: 147px;
        width: 50% !important
    }

    .m-folder__item .form-control-feedback {
        margin-left: 147px
    }

    .course-type-permission-block {
        padding-left: 15px;
        padding-right: 15px;
        width: 100% !important;
        margin-top: 20px
    }

    .finish-quiz .m-radio-list {
        margin-left: 20px !important
    }

    #question-selection-error {
        margin-left: 50px
    }

    #quiz {
        padding: 0
    }

    .m-calender__filter .m-calender__filter-item {
        width: 100% !important;
        margin: 10px 0;
    }

    .m-form-calendar-filter .m-save-filter {
        margin-left: 0;
    }

    /*  @np */
    .m-crm-calendar-tabing.tabing .m-calender__filter-item.monthpicker_title {
        padding: 5px 0px 0 !important;
    }

    .m-crm-economy #calendar .fc-header-toolbar .fc-button {
        padding: 0 1px;
    }

    .m-crm-days_5 .m-form-calendar-filter .m-save-filter a,
    .m-crm-days_7 .m-form-calendar-filter .m-save-filter a {
        width: auto;
    }
}

@media handheld,
only screen and (max-width:540px) {
    .m-video-list .m-folder__item input {
        margin-left: 120px;
        width: 50% !important
    }

    .m-folder__item .form-control-feedback {
        margin-left: 120px
    }

    #table_1_wrapper .row:first-child .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .m-image__item .m-image-delete.delete .m-demo-icon__preview {
        top: 0;
        right: 0
    }

    .m-image__item li.m-video__item img {
        max-width: 100%;
        margin: 0 auto
    }

    .dataTables_wrapper div.dataTables_filter {
        text-align: right !important
    }

    #table_1_wrapper .row:first-child .col-sm-12 .dataTables_length {
        text-align: right !important
    }

    #table_1_wrapper .row:first-child .col-sm-12 #table_1_filter input {
        width: auto !important
    }

    .m-user-profile .m-widget12__item {
        display: block;
        width: 100%
    }

    .m-user-profile .m-widget12__text1 {
        display: block !important;
        width: 100% !important;
        margin-bottom: 15px
    }

    .m-user-profile .m-widget12__text2 {
        display: block !important;
        width: 100% !important
    }

    .m-user-profile .m-widget12__item {
        margin-bottom: 15px !important
    }

    .m-user-final-quiz-model__form .choices-result {
        padding-left: 50px
    }

    .m-video-list {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .m-video-list .m-video__item video {
        min-height: auto
    }

    #question-body .m-portlet__body {
        overflow-x: auto
    }
}

@media handheld,
only screen and (max-width:479px) {

    .m-crm-todo-add .m-portlet.m-portlet--full-height {
        height: auto;
    }

    .m-widget3__body-crm-item1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .m-widget3__body-crm-item2 {
        width: 100%;
    }

    .m-widget3__body.m-modal-input {
        padding: 0px 20px;
    }

    .m-modal-input .btn {
        margin-top: 10px
    }

    .m-crm-create-mail .form-group.m-form__group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #filter_form .modal-body {
        padding: 0 0 !important;
    }

    #filter_form .m-modal-row .m-input,
    #filter_form .input-group-prepend {
        margin-top: 10px !important;
        margin-left: 0;
        margin-left: 0;
        margin-right: 5px;
    }

    #filter_form .input-group-prepend {
        margin-right: 10px
    }

    #filter_form .m-input__timpicker label {
        margin-top: 10px !important;
        margin-right: 5px
    }

    .m-crm-create-mail .form-group.m-form__group label {
        padding-bottom: 10px
    }

    .export-block .m-export__item a {
        margin-bottom: 8px
    }

    .m-aside-left--on .m-aside-left-close {
        left: inherit !important;
        right: 75px !important
    }

    .m-calender__filter {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-calender__filter-item {
        width: 100% !important;
        padding: 0 !important
    }

    .m-video-list .m-folder__item input {
        margin-left: 102px;
        width: 50% !important
    }

    .m-folder__item .form-control-feedback {
        margin-left: 50px
    }

    .m-company-course-list .m-company-course-list-content .m-company-course-list-item .m-widget_content-item {
        width: 33.33% !important;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px
    }

    .m-company-course-list .m-company-course-list-content .m-company-course-list-item .m-widget_content-item:last-child button {
        width: 100% !important
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        width: 244px !important
    }

    .m-menu__link-text {
        font-size: 11px !important
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav>.m-menu__item>.m-menu__heading .m-menu__link-icon,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-icon {
        color: #525672;
        font-size: 20px
    }

    video {
        height: 280px;
        max-width: 100%
    }

    .user-logo span img {
        max-width: 140px
    }

    #table_1_wrapper .dataTables_length label {
        width: 44%
    }

    #table_1_wrapper select {
        width: 57% !important;
        margin-left: 0
    }

    .license-list-notification .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc {
        padding-left: 0;
        width: 100% !important;
        text-align: center;
        margin-top: 49px
    }

    .license-list-notification .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-time {
        width: 100% !important;
        display: block;
        text-align: center !important
    }

    .license-list-notification .m-timeline-3 .m-timeline-3__item:before {
        left: 120px !important
    }

    .license-list-notification .m-timeline-3 .m-timeline-3__item:before {
        display: none
    }

    .license-list-notification .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-time {
        width: 100% !important;
        display: block;
        text-align: center !important;
        border-bottom: 2px solid red;
        padding-bottom: 12px;
        margin: 0 auto !important;
        display: block;
        text-align: center !important
    }

    .license-list-notification .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc {
        padding-left: 0;
        width: 100% !important;
        text-align: center;
        margin-top: 58px
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting:before {
        top: 18px
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting:before {
        top: 9px
    }

    .m-widget13 .m-widget13__item .m-widget13__desc {
        width: 31% !important;
        padding-left: 15px !important
    }

    .m-user-course-view .m-user-course-view .m-widget5__stats1 span {
        text-align: center !important
    }

    .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1 .m-widget5__number,
    .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 .m-widget5__number {
        font-size: 12px;
        margin-right: 18px
    }

    .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1 .m-widget5__number,
    .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 .m-widget5__number {
        font-size: 12px;
        margin-right: 18px
    }

    .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1 .m-widget5__sales {
        font-size: 12px
    }

    #custom-request-list .m-widget5__content .m-widget5__stats2 a {
        width: 85%;
        margin: 0 auto;
        display: block
    }

    .m-welcome-dashboard .m-widget24 .m-widget24__item .m-widget24__title {
        margin-bottom: 20px !important;
        font-size: 26px !important
    }

    .course-wise-license-request .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic {
        width: 100%;
        text-align: center;
        display: block
    }

    .course-wise-license-request .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 10px
    }

    .course-wise-license-request .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic>img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 141px !important
    }

    .m-license-view {
        margin: 0 auto;
        text-align: center
    }

    .a-safop-logo img {
        height: 46px;
        margin-top: -6px;
        margin-left: 10px
    }

    .user-filter {
        width: auto
    }

    .user-filter label {
        text-align: right !important;
        padding-right: 15px
    }

    .m-btn--icon>span>span {
        font-size: 11px !important
    }

    .m-welcome-dashboard .m-widget24__desc {
        text-align: left !important
    }

    .admin-logo>span img {
        max-width: 70px;

    }

    .a-safop-logo img {
        height: 31px;
        margin-top: 0
    }

    .video-model .m-section {
        width: 100%;
        margin-right: 10px
    }

    #chapter-view .m--align-left,
    #chapter-view .m--align-right {
        width: 80%;
        float: none;
        padding: 0 0;
        margin: 0 auto;
        text-align: center
    }

    #chapter-view #prev {
        width: 190px !important;
        float: inherit;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center
    }

    #chapter-view .m-btn--icon>span {
        display: table;
        text-align: center;
        margin: 0 auto
    }

    #chapter-view .btn {
        background-color: #cc0001 !important;
        color: #fff !important;
        width: 190px !important;
        margin: 0 auto;
        margin-bottom: 10px
    }

    #chapter-view .btn:last-child {
        background-color: #cc0001 !important;
        color: #fff !important;
        width: 190px !important;
        text-align: center;
        float: none;
        margin-left: 7px;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .m-image__item {
        width: 100% !important;
        margin-right: 0;
        display: block
    }

    .m-image__item .m-image-delete.delete .m-demo-icon__preview {
        top: 0;
        right: 0
    }

    .m-image__item li.m-video__item img {
        max-width: 100%;
        margin: 0 auto;
        width: 100%
    }

    .m-video-list .m-folder__item input {
        margin-left: 50px;
        width: 61% !important
    }

    .m-aside-left--fixed.m-header--fixed .m-aside-left.m-aside-left--on {
        width: 100% !important
    }

    .m-aside-left--on .m-aside-left-close {
        left: auto;
        right: 20px
    }

    /*  @np */
    .m-crm-block-day-list table.dataTable>tbody>tr.child span.dtr-title {
        white-space: nowrap;
        min-width: 55px;
        padding-right: 0;
    }

    .m-crm-block-day-list table.dataTable.dtr-inline.collapsed>tbody>tr>td.child {
        padding: 4px 5px;
    }

    .m-crm-block-day-edit .dataTables_wrapper .child .dtr-details>li .dtr-title {
        vertical-align: middle;
    }
}

@media handheld,
only screen and (max-width:440px) {
    #table_1_wrapper .dataTables_length label {
        width: 38%;
        margin-right: 29px
    }

    .tag-append-block .option-list {
        width: 97%
    }

    #m_header_nav .user-logo .u-safop-logo img {
        max-width: 120px;
        max-height: 47px;
        margin-left: 5px
    }

    #m_header_nav .user-logo span img {
        max-width: 120px
    }

    .m-topbar .m-topbar__nav.m-nav>.m-nav__item a {
        line-height: 29px;
        line-height: 29px;
        height: 34px
    }

    .e-admin-logo {
        right: 18%;
        margin-right: 15px;
        top: 27px
    }

    .e-admin-logo img {
        max-width: 79px
    }

    .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic {
        display: block;
        width: 100% !important;
        padding-bottom: 10px
    }

    .m-user-course-view-list {
        width: 100% !important;
        margin-right: 0 !important;
        margin: 0 auto !important;
        display: block !important;
        float: none;
        min-height: auto;
        max-height: 100% !important;
        margin-bottom: 20px !important
    }

    .m-user-course-view .m-user-course-section {
        width: 100% !important;
        display: block !important
    }

    #custom-request-list .m-widget5__number {
        min-height: auto
    }

    .m-folder__title_edit {
        right: 52px
    }
}

@media handheld,
only screen and (max-width:375px) {
    .m-aside-header-menu-mobile .m-menu__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .m-folder__title_edit {
        right: 37px
    }

    .m-aside-header-menu-mobile .m-menu__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        padding-top: 0;
        margin-top: 13px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item {
        width: 53px !important
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item:nth-child(2n) {
        width: 38px !important
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        width: 100% !important
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        padding-top: 8px !important
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-icon {
        font-size: 20px
    }

    .user-logo {
        text-align: left;
        padding-top: 5px
    }

    .btn.btn-warning {
        color: #fff
    }

    .m-portlet__head-tools {
        width: 100%;
        margin-top: 10px
    }

    #table_1_length {
        text-align: left
    }

    #table_1_wrapper .dataTables_length label {
        width: 50%;
        margin-right: 9px
    }

    #table_1_wrapper select {
        margin-left: 5px
    }

    #table_1_length {
        text-align: center
    }

    video {
        height: 230px;
        max-width: 100%
    }

    .m-user-header_nav .m-aside-header-menu-mobile .m-menu__nav {
        padding-top: 0 !important
    }

    #table_1_wrapper select {
        width: 50% !important;
        margin-left: 0
    }

    .m-user-header_nav .m-header-menu .m-menu__nav>.m-menu__item {
        margin-top: -5px
    }

    .e-admin-logo {
        right: 24%;
        margin-right: 15px;
        top: 7px
    }

    .e-admin-safop-logo {
        display: block;
        margin-bottom: 5px;
        margin-right: 0
    }
}

@media handheld,
only screen and (max-width:414px) {
    .e-admin-safop-logo {
        display: block;
        margin-bottom: 5px;
        margin-right: 0
    }

    .e-admin-logo {
        right: 38%;
        margin-right: 15px;
        top: 7px
    }

    .course-option .bootstrap-touchspin .form-control-feedback {
        position: absolute;
        top: 65px;
        left: 16px
    }
}

@media handheld,
only screen and (max-width:374px) {
    .btn.logout-btn {
        font-size: 12px;
        padding: 0 8px;
        font-weight: 400
    }

    .admin-logo>span img {
        max-height: 60px
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic {
        display: block;
        width: 5rem;
        margin: 0 auto
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section {
        text-align: center !important;
        display: block;
        margin-top: 10px;
        padding-left: 0 !important
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content:last-child {
        float: none !important;
        text-align: center !important;
        margin: 0 auto !important
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1,
    .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 {
        text-align: center !important;
        margin-right: 16px;
        margin-right: 16px
    }

    .m-user-course-view .m-widget5__pic {
        width: 100% !important;
        display: block !important;
        margin: 0 auto;
        height: auto !important
    }

    .m-user-course-view .m-widget5__pic>img {
        width: 100% !important;
    }

    .m-user-course-view .m-widget5__info {
        margin-top: 00 !important;
        font-size: 1rem
    }

    .m-user-course-view .m-widget5__section {
        margin-top: 10px !important
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content {
        width: 100%;
        display: block;
        text-align: center !important
    }

    .m-user-course-view .m-widget5__stats1:nth-child(2n) {
        margin-right: 0 !important
    }

    .m-user-course-view .m-widget5__content {
        text-align: center !important;
        display: block !important
    }

    .m-user-course-view .widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 .m-widget5__number {
        font-size: 14px !important
    }

    .m-user-course-view .m-widget5__section {
        display: block !important;
        text-align: center !important;
        width: 100% !important
    }

    .m-user-course-view .m-widget5__stats2 {
        margin-right: 0 !important;
        margin: 0 auto !important
    }

    .m-user-course-view .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1 .m-widget5__number,
    .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 .m-widget5__number {
        margin-right: 0 !important
    }

    .progress.m-progress--sm {
        width: 100%
    }

    .m-user-course-view-list {
        max-height: 100% !important
    }

    .m-user-course-view .m-widget5__sales {
        text-align: center !important;
        display: block !important
    }

    .m-user-course-view .m-widget5__stats1 {
        width: 100% !important;
        margin: 0 auto !important;
        display: block !important;
        text-align: center !important
    }

    .m-user-course-view .m-widget5__stats1 span {
        font-size: 14px !important;
        text-align: center !important;
        float: none !important;
        margin: 0 auto !important;
        display: block
    }

    .m-user-course-view .m-widget5__stats2 span {
        float: none !important;
        text-align: center !important
    }

    .m-user-course-view .m-widget5__stats1 br {
        display: none
    }

    .m-user-course-view-list {
        width: auto
    }

    .course-option .bootstrap-touchspin {
        padding: 0 !important
    }
}

@media handheld,
only screen and (max-width:359px) {
    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub .col {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .m-portlet__head .m-portlet__nav-item .btn.m-btn--custom {
        padding: 0 7px
    }

    .lanuange-right,
    .m-footer .m-footer__copyright,
    .m-footer .m-footer__copyright .m-link {
        font-size: 11px !important
    }

    span.m-footer__copyright {
        font-size: 11px !important
    }

    .m-widget13 .m-widget13__item .m-widget13__desc {
        width: 39% !important
    }

    #table_1_wrapper .row:first-child .col-sm-12 #table_1_filter input {
        width: 55% !important
    }

    .m-user-course-checkbox {
        max-width: 100% !important;
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important
    }

    #m_header_nav .user-logo .u-safop-logo img {
        max-width: 110px;
        max-height: 43px
    }

    #m_header_nav .user-logo span img {
        max-width: 110px
    }

    .m-topbar .m-topbar__nav.m-nav>.m-nav__item a {
        height: 30px;
        line-height: 26px
    }

    .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,
    .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
        top: 100%;
        bottom: auto;
        width: 175px !important
    }

    .ck.ck-toolbar-dropdown .ck.ck-toolbar .ck.ck-toolbar__items {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
}

@media handheld,
only screen and (max-width:320px) {
    .m-folder__title_edit {
        right: 23px
    }

    #table_1_wrapper .dataTables_length label {
        width: auto
    }

    .m-aside-left--on .m-aside-left-close {
        left: 248px;
        top: 28px !important
    }

    .m-aside-left--fixed.m-header--fixed .m-aside-left {
        width: 270px !important
    }

    #table_1_wrapper .row:first-child .col-sm-12 #table_1_filter input {
        width: 55% !important
    }

    #table_1_wrapper select {
        width: auto !important;
        margin-left: 0
    }

    .e-admin-logo {
        right: 30%
    }
}

.radio-home .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 38px;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.radio-home .m-radio>input:checked~span {
    border: 1px solid #fff;
    background: #fff !important
}

.radio-home .m-radio>span {
    border: 1px solid #fff !important
}

.radio-home .m-radio {
    color: #fff !important;
    font-weight: 700 !important
}

a.cke_button_disabled:active,
a.cke_button_disabled:focus,
a.cke_button_disabled:hover,
a.cke_button_off:active,
a.cke_button_off:focus,
a.cke_button_off:hover {
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .3) inset !important;
    background: #bcc2c7 !important
}

.cke_button_on {
    background: #bcc2c7 !important
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--open>.m-menu__link .m-menu__link-icon {
    color: #fff !important
}

.course-option .fa-caret-right,
.fa-caret-down {
    cursor: pointer
}


.m-save-filter a {
    font-weight: 100;
    font-size: 13px;
    height: 35px;
    line-height: 32px;
    background: #cc0001;
    color: #fff !important;
}

.m-save-filter a:hover {
    background: #fff;
    color: #cc0001 !important;
    border: 2px solid #cc0001;
}

.m-save-filter {
    padding-left: 0;
    padding-right: 0;
}

.tabing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-save-filter {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-form-calendar-filter .m-save-filter {
    margin-left: 10px;
}

.m-btn-multiple a.btn {
    margin-top: 5px !important;
}

.m-btn-multiple a:first-child {
    margin-right: 5px;
}

.single-export .float-right.m-export__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-export .float-right.m-export__item a h6 {
    margin-bottom: 0;
    margin-right: 5px
}

.single-export {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.m-dataTables_action .export-section .float-right.m-export__item a {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]:hover>td:first-child::before {
    color: #ffffff !important;

}

.m-calender__filter {
    padding: 10px 20px !important;
}

.m-form-calendar-filter .m-save-filter {
    padding-top: 10px !important
}

.tabing {
    margin-bottom: 5px !important
}

.table-striped tbody tr:hover td span {
    color: #fff !important;
    border-color: #fff;
    opacity: 1
}

.table-striped tbody tr:hover td .m-checkbox.m-checkbox--state-brand.m-checkbox--check-bold>input:checked~span {
    border-color: #fff;
    opacity: 1
}

.table-striped tbody tr:hover td .m-checkbox.m-checkbox--state-brand>span:after {
    color: #fff;
    border-color: #Fff;
}

.m-crm-save-filter-list #copt_interval_checked label {
    margin-top: 12px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-crm-todo-add .m-demo-icon:last-child {
    margin-left: 8px;
}

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

.m-company-history-list .m-portlet.m-portlet--full-height {
    height: 100%;
}

.m-company-history-list .m-portlet.m-portlet--full-height .m-portlet__body {
    overflow: auto;
    height: 570px;
}

div#modal_todo_add {
    padding-left: 17px;
}

.m-widget3__body-crm-item1 {
    width: 50%;
    background: rgb(204 204 204 / 20%);
    padding: 15px;
}

.m-widget3__body-crm-item2 {
    width: 50%;
    padding: 0 15px;
}

.m-widget3__body-crm-item1 .m-form__group.form-group,
.m-widget3__body-crm-item2 .m-form__group.form-group {
    padding: 0;
    margin-bottom: 10px;
}

.m-widget3__body-crm-item1 .m-form__group.form-group label,
.m-widget3__body-crm-item2 .m-form__group.form-group label {
    margin-bottom: 3px;
}

.m-widget3__body-crm-item2 .m-form__group.form-group label {
    padding-top: 0;
}

.m-widget3__body-crm-item2 .m-form__group.form-group>div {
    padding: 0;
}

.m-widget3__body.m-widget3__body-crm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-widget3__body-crm-item1>label,
.m-widget3__body-crm-item2>label {
    font-size: 13px !important;
    color: #000;
    font-weight: 700;
    display: block;
    text-align: left;
    margin-bottom: 2px;
}

.m-widget3__body-crm-item1 .ms-options-wrap button {
    height: 38px;
}

.m-portlet__body.m-crm-more-history {
    overflow-y: auto;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 0;
    font-size: 12px;
    color: #000;
    border: 1px solid #dcdcdc;
    font-family: 'Arial' !important;
    ;
    height: 42px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: #fff;
}

.m-crm-education_item2 .m-crm-todo-list-add .m-crm-todo-add .m-portlet.m-portlet--full-height {
    height: 335px;
}

@media (min-width:1025px) {

    .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--hover>.m-menu__link>.m-menu__link-icon,
    .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--open>.m-menu__link>.m-menu__link-icon {
        color: #fff !important
    }
}

@media (min-width:1025px) {
    .user_header_menu {
        width: auto;
        float: right
    }

    .user-logo {
        display: table;
        height: 100%;
        float: left;
        padding: 5px 40px 5px 0
    }

    .user-logo>span {
        display: table-cell;
        height: 100%;
        vertical-align: middle
    }

    .m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-user-footer {
        margin-left: 0
    }

    .jm-dt-date {
        min-width: 70px;
    }
}

/* css end */





/*========================================
=            25-01-2022 style            =
========================================*/
.m-form-section .m-form__group.row .m-radio-inline {
    margin-top: 0;
}

#create_course .m-form-section .m-course-item-3 div:nth-child(3) {
    margin-top: 10px;
}

.m-portlet__head-teacher_id {
    margin-right: 13px;
}

.btn.btn-success.btn-sm {
    height: 40px;
}

/*=====  End of 25-01-2022 style  ======*/

.qr_model img {
    margin: 0 auto;
    padding: 20px 20px 32px 20px;
}

.qr_login_model_body .m-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.qr_login_model .qr_login_model_body li {
    font-size: 16px;
    list-style: number;
}


/*********** 16-03-2022 ***************/

.modal_quiz_view_question_number {
    font-weight: 600;
    color: #000;
    display: inline-block;
}

.modal_quiz_view_question_item {
    display: inline-block;
    font-weight: 400;
}

ul.modal_quiz_view_question_option li {
    list-style: none;
    background: #6560607a;
    display: block;
    margin-bottom: 5px;
    padding: 5px 5px 5px 10px;
    border-radius: 3px;
    /* max-width: 80%; */
}

ul.modal_quiz_view_question_option li.correct_answer {
    background: #42e442;
    color: #fff;
    font-weight: 700;
}

ul.modal_quiz_view_question_option li.wrong_answer {
    background: #cc0001a6;
    color: #fff;
    font-weight: 700;
}

.course_quiz_model .modal-dialog {
    max-width: 700px;
}

.form-group.m-form__group.mc-textarea textarea {
    height: 80px !important;
}

.course_quiz_model .m-form.m-form--fit .m-form__group {
    padding-left: 0;
    padding-right: 0;
}

.m-dt-dropdown {
    width: 80px;
}






/*********** end 16-03-2022 ***************/

/******** 13-2-2022 ******************/

.m-crm-fortnox-course {
    background: #ffcc66 !important;
}

.m-crm-fortnox-course .m-widget5__item .m-widget5__content .m-widget5__stats1 {
    text-align: left;
    width: 100%;
}

.m-crm-fortnox-course {
    background: #DB9D35 !important;
    box-shadow: none;
    margin-bottom: 0;
}

.m-crm-fortnox-course .m-portlet__head {
    border-bottom: none;
    height: auto;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section .m-widget5__title {
    font-weight: 800;
    display: block;
}

.m-crm-fortnox-course .m-widget5 .m-widget5__item {
    display: flex;
}

.m-crm-fortnox-course.m-portlet.m-portlet--full-height {
    height: 100%;
}

.m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section.row {
    display: flex;
}

.m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section.row .m-widget5__stats1 {
    width: 50%;
    text-align: left;
}

.m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section.row .m-widget5__stats1.cpdt label {
    padding-bottom: 18px;
}

.m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .submit {
    margin-top: 20px;
    text-align: center;
    display: block;
    margin-left: auto;
}

.m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section .m-widget5__info {
    font-weight: 500;
    display: flex;
    width: 100%;
}

.m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section .m-widget5__info .m-widget5__author {
    font-weight: 200;
    color: #000;
    width: 50%;
}

.m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section .m-widget5__info .m-widget5__info-author-name {
    padding-right: 0;
    width: 50%;

}

.m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section {
    display: block;
}

.m-crm-fortnox-course .c-reservation .m-checkbox-inline {
    font-weight: 700;
    margin-top: 18%;
}

.c-reservation .m-checkbox-inline .m-checkbox>span {
    background: #e2e5ec;
    margin-left: 10px;
}

.company-order-section .m-crm-fortnox-course .m-widget5 .m-widget5__item:last-child {
    margin-bottom: 0;
}

.company-order-section .m-crm-fortnox-course .btn-groups {
    padding-bottom: 20px;
}

/*.m-checkbox.m-checkbox--brand.m-checkbox--solid>input:checked ~ span*/
/* End 13-02-2022 */


/* 17-02-2022 */
.m-student-lb {
    display: flex;
    justify-content: space-between;
}

.inline-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.inline-checkbox .m-checkbox {
    display: block;
    padding: 0;
}



/* Other information section style */


.m-crm-other-info-section {
    background: #5DCF6E;
    box-shadow: none;
    margin-bottom: 0;
}

.m-crm-other-info-section .m-portlet__head {
    border: none;
    box-shadow: none;
}

.other-info-block {
    padding: 20px;
}

.other-info-block .titlel-section {
    margin-bottom: 30px;
    width: 100%;
    display: block;
}


.inner-box .row {
    align-items: center;
}

.inner-box .row {
    align-items: center;
}

.other-info-block>.row {
    margin-bottom: 10px;
}

.inner-box .row {
    align-items: center;
}

.inner-box .row label {
    font-weight: 800;
    text-align: right;
}

.for_copy_to .m-stack.m-stack--general.m-stack--ver>.m-stack__item.m-stack__item--center {
    text-align: left;
}

.for_copy_to .m-stack--demo.m-stack--ver .m-stack__item,
.m-stack--demo.m-stack--hor .m-stack__demo-item {
    border: unset;
    background: unset;
}

.other-info-block .for_copy_to .m-stack--demo.m-stack--ver .m-stack__item,
.m-stack--demo.m-stack--hor .m-stack__demo-item a {
    font-weight: 500;
    font-size: 16px;
    padding-right: 5px;
}

.other-info-block .for_copy_to .m-stack--demo.m-stack--ver .m-stack__item,
.m-stack--demo.m-stack--hor .m-stack__demo-item label {
    margin-bottom: 0;
}

.other-info-block .inner-box label {
    margin-bottom: 0;
}



/* artical section style */

.m-crm-artical-body {
    background: #DBD940;
    padding: 20px;
}

.m-student-input .m-checkbox-inline .m-checkbox {
    margin: 0;
    padding: 0;
}

.m-student-input .m-checkbox-inline .m-checkbox>span {
    position: relative;
    display: block;
    border-radius: 0;
}

.m-student-input .m-checkbox-inline .m-checkbox .ch-labels {
    margin: 0;
    font-size: 8px;
    font-weight: 700;
    text-align: center;
}

.c-reservation .m-checkbox-inline {
    display: block;
    margin: 0 auto;
    padding-top: 9px;
}

.c-reservation .minus-btn {
    font-weight: 700;
    font-size: 16px;
    vertical-align: top;
}

.m-crm-order-artical-row-section2 {
    width: 100%;
}

.m-crm-order-artical-row-section1.row .form-control-label {
    font-weight: 700;
}

.m-crm-order-artical-row-section2 .form-control-label {
    font-weight: 400;
}


/* End 17-02-2022 */



/* 20-05-2022 */

.company-order-section {
    background: #68A4DE;
}

.section1.form-group.m-form__group.row {
    border: none;
    background: #DB2A53;
    margin: 0;

}

.section1 .text-danger,
.section1 a.add_new_company {
    color: #fff !important;
    font-weight: 600;
}

.company-order-section .section1 .col-lg-2 {
    padding: 0;
    margin-bottom: 10px;
    padding-right: 15px;
}

.title-section {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

/*==================================
=            28-06-2022            =
==================================*/
.left-column {
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top;
}

.left-column .col-lg-4 {
    padding: unset;
}

.left-column .m-stack__item.m-stack__item--center.m-stack__item--bottom :last-child {
    font-size: 14px;
}

.right-column {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.left-column .inner-box {
    margin-bottom: 10px;
}

.left-column .inner-box .bootstrap-tagsinput span.tag.label.label-info {
    word-break: break-all;
}

.right-column .form-group.m-form__group {
    width: 100%;
    display: flex;
    padding-left: 12px;
    margin-right: 10px;
    justify-content: space-between;
}

.right-column .form-group.m-form__group .m-crm-col {
    margin-right: 10px;
}

.right-column .form-group.m-row-item {
    padding-top: unset;
}

.right-column .form-group.m-form__group .m-crm-col:last-child {
    margin-right: 0;
}

.m-widget2__item.po-number .m-widget2__desc {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.m-widget2__item.po-number .m-widget2__desc .m-widget2__text {
    width: 100%;
}

.pd-top-65 {
    padding-top: 25px;
}

.m-form.m-form--group-seperator-dashed .right-column .m-form__group {
    border-bottom: 0;
}


.right-column .form-group.m-form__group.m-row-item_2 {
    justify-content: unset;
}

/* Tooltip style */

.m-tooltip-history .m-widget2 .m-widget2__item .m-widget2__desc .m-widget2__text {
    font-size: 14px;
    font-family: 'Arial' !important;
    ;
    font-weight: 500;
    text-shadow: 0 0 0 #fff;
}

.m-tooltip-history span.m-widget2__text {
    color: #fff;
}

.m-tooltip-history span.m-widget2__text {
    color: #fff !important;
}

.m-tooltip-history .m-widget2__item:before {
    content: none;
}

.m-tooltip-history .tooltip-inner {
    width: auto;
    max-width: initial;
    display: flex;
    padding: 10px;
}

.m-tooltip-history .m-widget2__item {
    padding-bottom: 5px;
    border-bottom: 1px solid #484848;
    margin-bottom: 5px;
}

.m-tooltip-history .m-widget2__item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.m-tooltip-history .m-widget2__item .m-widget2__text {
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #cecece;
}

.m-tooltip-history .m-widget2__item .m-widget2__desc {
    display: flex;
}

.m-tooltip-history .m-widget2__item .m-widget2__text:first-child {
    width: 160px;
    text-align: left;
    padding-left: 0;
    padding-right: 5px;
}

.m-tooltip-history .m-widget2__item .m-widget2__text:last-child {
    border-right: 0;
}


/* End Tool tip */
.rebook_course .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px 37px 5px 10px;
    height: 100%;
    line-height: 2.5;
}

.m-ck-5 .ck-editor.ck-reset {
    width: 100%;
}

.m-disp-block {
    display: block;
}

/*=====  End of 28-06-2022  ======*/

/*================================
=            29-11-22            =
================================*/

.dashboard-license-list .bg-box {
    background-size: cover;
    background-position: center;
    height: 230px;
    display: block;
    background-repeat: no-repeat;
    width: 100%;
}

#custom-request-list .dashboard-license-list .m-widget5__content .m-widget5__stats2 .request-submit {
    word-break: break-word;
    margin-bottom: 20px;
}

/*Remove by bhumika 0n 14-06-23*/

.dashboard-license-list .inner-box {
    background: #fff;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    width: 100%;
}

.dashboard-license-list .inner-box .m-widget5__content {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
}

.remove-cmp-logo-div {
    font-size: 13px !important;
    padding-top: 8px !important;
}

.remove-cmp-logo .remove_logo span {
    border-radius: 3px;
    background: none;
    position: absolute;
    top: -3px !important;
    left: 0;
    height: 18px;
    width: 18px;
}

/*=====  End of 29-11-22  ======*/

div>p[id^='mce'] {
    word-break: break-word;
}





/*rj responsive */
@media handheld,
only screen and (max-width: 767px) {
    .company-order-section .section1 .col-lg-2 {
        padding: 0 15px;
    }

    .title-section {
        flex-wrap: wrap;
    }

    .other-info-block .title-section .m-portlet__head-text {
        width: 100%;
    }

    .other-info-block .inner-box label {
        text-align: left !important;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content {
        width: 100%;
    }

    .m-crm-fortnox-course .m-widget5 .m-widget5__item {
        flex-wrap: wrap;
    }

    .m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section .m-widget5__info {
        display: block;
    }

    .m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section.row .m-widget5__stats1 {
        width: 100%;
        padding-right: 20px;
        padding-left: 15px;
    }

    .m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section.row .m-widget5__stats1.cpdt .col-lg-12 {
        padding: 0;
    }

    .m-widget5__stats1 .m-widget5__info-author-name {
        margin-bottom: 20px;
        display: block;
    }

    .m-crm-fortnox-course .c-reservation .m-checkbox-inline {
        margin-top: 0;
        padding-left: 15px;
    }

    .m-form .m-form__actions.m-form__actions--solid button {
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
    }

    .c-reservation .m-checkbox-inline {
        margin-left: 0;
    }

    .m-crm-fortnox-course .m-portlet__head {
        padding-left: 15px;
    }

    .m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section {
        padding-left: 5px;
    }

    .m-crm-fortnox-course .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section.row .m-widget5__stats1.cpdt label {
        padding-bottom: 0;
    }

    .m-crm-fortnox-order .m-portlet__body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .company-order-section .row {
        margin: 0;
    }

    #course_section_info {
        padding: 0;
    }

    .company-order-section .m-crm-fortnox-course .btn-groups {
        margin: 0 -15px;
    }

    #contact_person_list {
        margin: 0 -15px;
        width: 100%;
    }

    .m-crm-order-artical-row-section2 {
        width: auto;
        margin-left: -7px;
        margin-right: -7px;
    }

    .for_copy_to {
        padding: 0 8px;
    }

    .for_copy_to .m-stack.m-stack--general.m-stack--ver.m-stack--demo {
        height: auto;
    }

    .pd-top-65 {
        padding-top: 0;
    }

    .m-custom-specific-widget .m-widget2__item .m-widget2__desc {
        padding-left: 5px;
    }

    .no-padding-outside {
        padding-left: 0;
        padding-right: 0;
    }

    .m-crm-form-input .form-group.no-padding-outside {
        padding: 0 !important;
    }

    .audio-after-change {
        margin-top: 10px;
    }

}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .m-form.m-form--group-seperator-dashed .right-column .m-form__group {
        flex-wrap: wrap;
    }

    .left-column,
    .right-column {
        width: 100%;
    }

    .m-crm-artical-body_item .form-group {
        width: auto;
    }

    .m-crm-order-artical-row-section2 {
        width: 100%;
    }

    .inner-box .row label {
        text-align: left;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {}

.m-crm-fortnox-section .m-portlet .m-portlet__head {
    border-bottom: unset;
}

.m-crm-fortnox-section .m-portlet {
    background: transparent;
    box-shadow: unset;
}


/*====================================================
=            instructor page design style            =
====================================================*/
.main-title {
    padding-bottom: 20px;
}

.data-box {
    margin-bottom: 20px;
}

.data-box .pb-7 {
    padding-bottom: 5px;
}

.data-box .data-tag-box {
    display: flex;
    gap: 10px;
}

.data-box .data-label {
    font-weight: 700;
    color: #000;
}

.data-box .d-block {
    display: block;
}



.data-tag-box .m-trn-resourcs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.data-tag-box .m-trn-resourcs .m-trn-info {
    border: 1px solid #cecece;
    padding: 5px 10px;
    background: #f3f3f3;
}

.data-box .feedback-textarea {
    width: 80%;
    margin-bottom: 10px;
}

.data-box .text-decoration-underline {
    text-decoration: underline;
}

.order-items .order-items-label {
    padding-left: 15px;
    text-shadow: 0 0 black;
}

.order-items .m-widget5__info {
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    text-shadow: 0 0 black;
}

.data-box .order-items {
    margin-bottom: 5px;
}

.data-box .order-items .mi-student-name .left-box {
    width: 50%;
}

.data-box .order-items .mi-student-name .center-box {
    width: 25%;
}

.data-box .order-items .mi-student-name .right-box {
    width: 25%;
}

/*===================================================================
=            12-12-22 (custom colors box design            =
===================================================================*/
.custom-colors-box .input-group {
    border: 1px solid #cecece;
}

.custom-colors-box .input-group .input-group-prepend {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.custom-colors-box .input-group .input-group-prepend .input-color-box {
    display: block;
    width: 100%;
    min-height: 50px;
    position: relative;
}

.custom-colors-box .input-group .input-group-prepend .input-color-box .color_picker {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.custom-colors-box .input-group .color-input {
    width: 100%;
    display: block;
    margin: 0;
    border: none;
}

.custom-colors-box .input-group .input-group-prepend .input-color-box input[type="color"] {
    -webkit-appearance: none;
    border: none;
}

.custom-colors-box .input-group .input-group-prepend .input-color-box input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.custom-colors-box .input-group .input-group-prepend .input-color-box input[type="color"]::-webkit-color-swatch {
    border: none;
}

/*==========  End of 12-12-22 (custom colors box design  ======*/

#motivera_contact_email-error {
    position: relative;
}

#motivera_quiz_email-error {
    position: relative;
}

#motivera_order_email-error {
    position: relative;
}

.permission-icon {
    vertical-align: middle !important;
    padding-top: 12px !important;
}

/*================================
=            03-01-23            =
================================*/
input#reseller_logo {
    padding-top: 10px;
}

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

.certi-2 {
    padding-top: 15px !important;
}


/*=====  End of 03-01-23  ======*/

.m-dt-taging a {
    color: #575962;
    background: #ebedf2;
    border: 1px solid #ebedf2;
    padding: 0.05rem 0.4rem 0.05rem 0.4rem;
    font-size: 1rem;
    position: relative;
    word-break: break-word;
    border-radius: 4px;
    list-style: none;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.table-striped tbody tr:hover .m-dt-taging a {
    color: #fff;
    background: #000;
    border-color: #000;
}


/*================================
=            01-02-23            =
================================*/
.m-file_input.mydocument_record_block {
    width: 100%;
    border-bottom: 2px dotted #5b7786;
    padding: 6px 0;
}

.m-file_input.mydocument_record_block .m-course_file-info-one {
    justify-content: space-between;
    padding-bottom: 0;
}

.m-file_input.mydocument_record_block .icon-box {
    display: flex;
    gap: 14px;
}


/*=====  End of 01-02-23  ======*/

@media handheld,
only screen and (min-width: 1400px) {
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    @media handheld,
    only screen and (min-width: 1800px) {
        .col-xxl-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%;

        }

        @media handheld,
        only screen and (min-width:768px) and (max-width: 1200px) {
            .right-column .form-group.m-form__group {
                flex-wrap: wrap;
            }

            .right-column .form-group.m-form__group .m-crm-col {
                width: calc(50% - 10px);
            }
        }

        @media handheld,
        only screen and (max-width:992px) {
            .order-items .m-widget5__info {
                flex-direction: column;
            }

            .data-box .order-items .mi-student-name .left-box,
            .data-box .order-items .mi-student-name .center-box,
            .data-box .order-items .mi-student-name .right-box {
                width: 100%;
            }
        }

        @media only screen and (max-width : 767px) {
            .order-items .m-widget5__info {
                flex-direction: column;
            }

            .data-box .order-items .mi-student-name .left-box,
            .data-box .order-items .mi-student-name .center-box,
            .data-box .order-items .mi-student-name .right-box {
                width: 100%;
            }

            .data-box .feedback-textarea {
                width: 100%;
            }


            /*=====  End of instructor page design style  ======*/


            .m-portlet__head-caption.read-text {
                width: 100%;
                justify-content: space-around;
            }
        }
    }
}


/* 07-02-24 */
.main_header {
    padding: 10px 20px 0 20px;
    background: #0c0b42;
}


.main_header.page-tabing a {
    padding: 8px 10px;
    background: #fff;
    color: #000 !important;
    cursor: pointer;
    margin: 0 10px 15px 0 !important;
    text-decoration: none;
    border-radius: 60px;
    display: inline-block;
    border: 0;
}

.main_header.page-tabing a {
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    border-radius: 11px;
}


.page-tabing.main_header .page-tab>a:hover,
.page-tabing.main_header .page-tab>a.tab-active,
.page-tabing.main_header a.tab-active.m-header__custom-menu,
.main_header .submenu-inline a:hover:not(.inline-hover a) {
    background: #801e28 !important;
    color: #fff !important;
    border: 0;
}

a.m-header__custom-menu+.m-menu__submenu__2 a {
    order: 0;
    margin-bottom: 0 !important;
    padding: 0;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 6px !important;
    margin-top: 6px !important;

    margin-right: 10px !important;
    border-radius: 11px;
}

.main_header .m-menu__submenu__2_inline .sub-tab-active {
    background: #801e28 !important;
    color: #fff !important;
    border: 0;
}



.page-tabing.main_header {
    .submenu-inline {
        a {
            position: static;

            &.open {
                &: before {
                    content: " ";
                    display: block;
                    background: #e2dcfa;
                    position: absolute;
                    width: 100%;
                    height: 50px;
                    top: 50px;
                    right: 0;
                    left: 0;

                    @media (max-width: $screen-xs-max) {
                        display: none;
                    }
                }
            }

            ;
            padding: 8px 10px;
        }

        .m-menu__submenu__2_inline {
            left: 0 !important;
            right: 0 !important;
            box-shadow: none;
            background: #e2dcfa;
            padding: 2px 2px;
            border-radius: unset;

            a {
                float: left;

                @media (max-width: $screen-xs-max) {
                    float: none;
                }

                a {
                    width: auto !important;
                    background: transparent;
                    line-height: 49px;
                    padding-top: 0;
                    padding-bottom: 0;
                    margin: 0;
                    color: #888;

                    &: hover {
                        color: #000;
                        background-color: #801e28
                    }
                }
            }
        }
    }
}

.main_header .m-menu__submenu__2 a:hover:not(.inline-hover a) {
    font-weight: unset;
}


.page-tab:hover .m-menu__submenu__3.m-menu__submenu__2 {
    display: flex;
    flex-direction: column;
}

.m-menu__submenu__2.m-menu__submenu__2_inline .page-tab {
    float: left;
}

.m-menu__submenu__3.m-menu__submenu__2 {
    top: 50px;
}

.m-menu__submenu__2.m-menu__submenu__2_inline {
    padding-left: 19px !important;
}

#form-tabing {
    background-color: unset;
}

.m-menu__submenu__2.m-menu__submenu__3 a {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.footer-line-mobile {
    display: none;
}

@media only screen and (max-width: 575px) {
    .footer-line-desktop {
        display: none;
    }
    .footer-line-mobile {
        display: inline;
    }
}
/* 07-02-24 end 

