/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

/* body.event-template-default.single a.mk-post-nav.mk-post-prev.with-image, body.event-template-default.single a.mk-post-nav.mk-post-next.with-image {
    display: none !important;
} */


/* NBG portal CSS start */
.mk-header-toolbar {
  background-color: #006098 !important;
}
.mk-header {
	z-index: 9999 !important;
}
.mk-header-holder {
	z-index: 99999 !important;
}
.back-to-portal {
	max-width: 1092px;
	margin: 50px auto 0;
}
.back-to-portal a {
	font-weight: 600;
	margin-left: 5px;
	color: #fff;
	position: relative;
	padding: 15px 30px 15px 45px;
  border: 2px solid #E9E9E9;
  border-radius: 8px;
  color: #0a0000;
}
.back-to-portal a:hover, .back-to-portal a:focus {
	background: #0a0000;
    border-color: #0a0000;
    color:#fff;
	/*background: #76bc21;*/
}
.back-to-portal a:before,
.back-to-portal a:after {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 12px;
	height: 3px;
	background: #0a0000;
	content: "";
	transform: rotate(-45deg);
}
.back-to-portal a:after {
	transform: rotate(45deg);
	top: 27px;
}
.back-to-portal a:hover:before,
.back-to-portal a:hover:after,
.back-to-portal a:focus:before,
.back-to-portal a:focus:after {
	background: #fff;
	
}


/* Normal CSS */


/* Reseted CSS */
section {
    overflow: hidden;
}

.login-error p,
.login-error {
    color: red;
    font-weight: 500;
    font-size: 14px;
}

/* Buttons CSS */
.btn {
    padding: 15px 33px 18px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    transition: all ease .4s;
    color: #0a0000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    background: none !important;
    border-radius: 50px;
	font-family: "Montserrat", serif;
    border: 2px solid #E9E9E9;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #ffffff !important;
    background: #0a0000 !important;
}

.input-group-wrapp:hover input:-webkit-autofill {
    background-color: #EBEBEB !important;
    border: 1px solid #EBEBEB !important;
    -webkit-box-shadow: 0 0 0 1000px #EBEBEB inset !important
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
    -webkit-transition: all 5000s ease-in-out 0s;
    transition: all 5000s ease-in-out 0s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    font-weight: 300 !important;
    top: 9px !important
}

/* Form CSS */
select::-ms-expand {
    display: none;
}

select.form-control {
    padding: 10px 40px 10px 20px;
    background-image: url(../images/dropdown-arrow.png);
    background-position: 95% 22px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    text-indent: 0px;
    text-overflow: '';
}

textarea.form-control {
    height: 55px;
    width: 100%;
    resize: none;
}

.form-group {
    position: relative;
    margin-bottom: 35px;
}

.center-wrap .form-control {
    width: 100% !important;
    height: 42px !important;
    padding: 0 !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none !important;
    color: #000000 !important;
    border-width: 2px !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    font-weight: 500 !important;
    background: #fff !important;
	font-family: "Montserrat", serif;
}

input:-internal-autofill-selected {
    background: #fff !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background: #fff !important;
}

@-webkit-keyframes autofill {

    0%,
    100% {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.input-group-wrapp:hover input:-webkit-autofill {
    background-color: #EBEBEB !important;
    border: 1px solid #EBEBEB !important;
    -webkit-box-shadow: 0 0 0 1000px #EBEBEB inset !important
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
    -webkit-transition: all 5000s ease-in-out 0s;
    transition: all 5000s ease-in-out 0s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    font-weight: 300 !important;
    top: 9px !important
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000 !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000 !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000000 !important;
    opacity: 1 !important;
}


:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,
::after,
::before {
    box-sizing: border-box
}


body {
	background: transparent;
}
body.event-template-default.single a.mk-post-nav.mk-post-prev.with-image, body.event-template-default.single a.mk-post-nav.mk-post-next.with-image {
    display: none !important;
}
.dlp-category-table:empty {
  display: none;
}
.dlp-category-subcategories .dlp-folders {
	display: flex;
	flex-wrap: wrap;
	max-width: 1170px;
}

body .dlp-folders.dlp-folders-root {
    display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: flex-start;
	  padding: 30px 5px 60px !important;
	  margin-bottom: 0 !important;
	max-width: 1092px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.dlp-category-table {
	background: #fff;
  border-radius: 20px;
  padding: 20px 0;
  box-sizing: border-box;
}
.dlp-category-table th, .dlp-category-table td {
	border-bottom: 1px solid #dfdfdf;
	
}
.dlp-folders-container * {
	box-sizing: border-box;
}
.dlp-folders-container svg path {
	fill: #000 !important;
}
.dlp-folders-container svg path {
	fill: #f6b900 !important;
}
.dlp-folders-container .dlp-folder:hover svg path {
	fill: #fff !important;
}
.posts-table-controls.posts-table-below {
	padding: 0 30px !important;
}
table.dataTable thead th, table.dataTable tbody th, table.dataTable tbody td {
	padding: 20px 30px !important;
	font-weight: 500;
	font-size: 14px;
}
.posts-table-controls.posts-table-above {
	padding: 0 20px;
}
.form-wrapper {
	padding: 80px 0;
}
.form-wrapper form {
	max-width: 430px;
	margin: 0 auto;
}
.form-wrapper form input {
	width: 100%;
}
.dlp-folders-search {
	max-width: 1080px;
  margin: 0 auto !important;
  padding: 30px 5px;
  background: #fff;
}
.dlp-folders-search label {
	font-size: 16px;
  font-weight: 500;
  width: 1140px;
  margin-left: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dlp-folders-search-results.search-loaded {
	max-width: 1080px;
  margin: 0 auto !important;
	padding: 0 0 80px;
	font-weight: 600;
	text-align: center;
}
.dlp-folders-reset a {
	color: #006098;
}
.dlp-folders-reset svg path {
	fill: #006098;
}
.dlp-folders-reset a:hover {
	color: #76bc21;
}
.dlp-folders-reset a:hover svg path {
	fill: #76bc21 !important;
}
.mk-header-social ul li a:hover {
	opacity: 0.5;
}
#mk-footer-navigation ul li a {
	font-size: 13px;
}


/* Login Wrap CSS */
.dlp-folders-search label input {
	border: 1px solid #E9E9E9 !important;
  border-radius: 50px !important;
  background: #fff !important;
	min-width: 371px !important;
	padding: 4px 20px !important;
	box-shadow: none !important;
}
.login-wrap .row {
  align-items: center;
}
.login-wrap .banner-img img {
  height: 105vh;
  width: 100%;
  object-fit: cover;
}
.center-wrap {
  max-width: 400px;
  margin: 0 auto;
}
.center-wrap h1 {
  margin: 50px 0 14px;
  font-size: 38px;
  line-height: 46px;
  color: #000;
  font-weight: 600;
}
form {
  margin: 55px 0;
}
form .btn {
  width: 100%;
}
.form-group .view {
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 1;
}
.form-group .view:hover {
  opacity: 0.5;
}
.form-group .view .hide {
    display: none;
}
.form-group .view.hide-icon .show {
    display: none;
}
.form-group .view.hide-icon .hide {
    display: block;
}
.bottom-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-action label {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bottom-action a {
  font-size: 14px;
  line-height: 17px;
  color: #8F9091;
  font-weight: 500;
}
.bottom-action a:hover {
  color: #76BC21;
}
.bottom-action .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: none;
}
.bottom-action .form-check {
  display: flex;
  align-items: center;
}
.bottom-action label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #8F9091;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
	border-radius: 3px;
}
.bottom-action input:checked + label:before {
    background: #76BC21;
    border-color: #76BC21;
} 
.bottom-action input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


header select {
  background: url('../images/arrow.svg') no-repeat 95% 50%;
  font-size: 18px;
  color: #000;
  border: none;
  font-weight: 600;
}

.btns-wrap {
  padding: 80px 0;
  background: #EEF4F6;
}
.btns-wrap .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dlp-folders .dlp-folder.closed .dlp-icon.folder svg path {
	fill: #000 !important;
}
.dlp-folders .dlp-folder:not(.closed) .dlp-icon.folder svg path {
	fill: #fff !important;
}
.posts-table-controls .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 8px;
  padding-right: 8px;
}
body .select2-container--default .select2-selection--single {
	font-size: 15px;
}
body .posts-data-table td, body .posts-data-table th {
	vertical-align: middle;
}
body table.posts-data-table {
	border-radius: 20px;
	border: 1px solid #E9E9E9 !important;
	max-width: 95%;
}
body table.posts-data-table thead th {
	background: #EEF4F6;
}
body table.dataTable > thead > tr > th, body table.dataTable > thead > tr > td {
	border: none;
}
body .dlp-category-table tr:last-child td {
	border: none !important;
}
body table.dataTable {
	margin: 25px auto 30px !important;
}
body .dlp-folders .dlp-folder {
	width: 100%;
	margin: 0;
}
.btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category {
  min-width: 530px;
  border-radius: 15px;
  margin: 15px 0;
  padding: 32px 50px;
  font-size: 22px;
  line-height: 31px;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 1px solid #DEDEDE;
  position: relative;
  justify-content: flex-start;
}
.btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category:hover, .btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category:focus {
	
	animation: bg-move 3s infinite;
  will-change: background-position;
}
@keyframes bg-move {
  0%, 100% {
    background-position: center top;
  }
  50% {
    background-position: center bottom;
  }
}
body .document-library-pro-button {
	padding: 13px 18px !important;
	border-radius: 10px;
	background: #006098;
    border: 2px solid #E9E9E9;
    color: #0a0000;
}
body .col-link .document-library-pro-button:hover {
    border-color: #0a0000;
    background: #0a0000 !important;
}
body .document-library-pro-button:hover, body .document-library-pro-button:focus, body .document-library-pro-button:active {
	background: #76BC21 !important;
}
body .document-library-pro-button:hover svg path, body .document-library-pro-button:focus svg path, body .document-library-pro-button:active svg path {
	fill: #fff !important;
}
.dlp-preview-modal-overlay {
	background: rgba(0, 0, 0, 0.75) !important;
}
.dlp-preview-modal-close .dlp-icon {
	opacity: 1 !important;
}
.posts-table-above.posts-table-controls {
	display: none !important;
}
.btns-wrap .btn svg {
  margin-right: 12px;
}
.btns-wrap .btn svg path {
  fill: #000 !important;
}
.btns-wrap .btn span {
  position: absolute;
  right: 15px;
  top: 38px;
}
.btns-wrap .btn:hover svg path, .btns-wrap .btn:focus svg path, .table-loaded svg path {
  fill: #fff !important;
}
.table-loaded .folder_open svg path {
	fill: #f6b900 !important;
}
.table-loaded.closed .dlp-category:hover .dlp-folder-label .dlp-category-name {
	color: #fff !important;
}
.btns-wrap .btn:hover, .btns-wrap .btn:focus, .dlp-folders .dlp-folder .dlp-category:hover, .table-loaded .dlp-category, .dlp-folders .dlp-folder.closed[data-category-id="241"] .dlp-category:hover, .dlp-category-subcategories .dlp-folder.table-loaded .dlp-category {
/*   background: linear-gradient(120.91deg, #006098 5.07%, #76BC21 124.32%) !important;
  border-color: cadetblue; */
	background: #000 !important;
	border-color: #000 !important;
}
.table-loaded.closed .dlp-category {
	background: #fff !important;
	border-color: #DEDEDE !important;
}
.table-loaded.closed .dlp-category .dlp-folder-label .dlp-category-name {
	color: #000 !important;
}
.table-loaded.closed .dlp-category svg path {
	fill: #000 !important;
}
.dlp-category-subcategories .dlp-folder .dlp-category {
	background: #fff !important;
}
.dlp-category-subcategories .dlp-folder .dlp-category .dlp-folder-label .dlp-category-name {
	color: #000 !important;
}

.dlp-category-subcategories .dlp-folder.table-loaded .dlp-category .dlp-folder-label .dlp-category-name {
	color: #fff !important;
}
.dlp-category-subcategories .dlp-folder .dlp-category svg path {
	fill: #000 !important;
}
.dlp-category-subcategories .dlp-folder.table-loaded .dlp-category svg path {
	fill: #fff !important;
}
.dlp-category-subcategories .dlp-folders .dlp-folder .dlp-icon.folder svg path {
	fill: #000 !important;
}
.dlp-category-subcategories .dlp-folders .dlp-folder.closed .dlp-category {
  background: #fff !important;
	border-color: #DEDEDE !important;
}
.dlp-category-subcategories .dlp-folders .dlp-folder.closed .dlp-category:hover {
  background: #000 !important;
	border-color: #000 !important;
}
.dlp-category-subcategories .dlp-folders .dlp-folder.closed .dlp-category:hover .dlp-folder-label .dlp-category-name {
	color: #fff !important;
}
.dlp-category-subcategories .dlp-folders .dlp-folder.closed .dlp-category .dlp-folder-label .dlp-category-name {
  color: #000 !important;
}
.dlp-category-subcategories .dlp-folder .dlp-category:hover .dlp-folder-label .dlp-category-name, .dlp-category-subcategories .dlp-folder .dlp-category:focus .dlp-folder-label .dlp-category-name {
	color: #fff !important;
}
.dlp-folders .dlp-folder .dlp-category:hover .dlp-category-name, .dlp-folders .dlp-folder .dlp-category:focus .dlp-category-name .dlp-category-name, .table-loaded .dlp-category, .table-loaded .dlp-category-name {
	color: #fff;
}
.dlp-folders .dlp-folder.closed .dlp-category:hover, .dlp-folders .dlp-folder.closed .dlp-category:focus, .table-loaded.closed .dlp-category {
/*   background: linear-gradient(120.91deg, #76BC21 5.07%, #006098 124.32%) !important;
  border-color: cadetblue; */
	background: #000;
	border-color: #000;
}

/* .table-loaded.closed .dlp-category, .table-loaded.closed .dlp-category-name {
	color: #000 !important;
}
.table-loaded.closed .dlp-category {
	background: #fff !important;
    border: 1px solid #DEDEDE;
} */
body .dlp-folders .dlp-folder .dlp-category:hover .dlp-icon.folder svg path {
	fill: #fff !important;
}
.select2-container--default .select2-selection--single {
    background: none;
    border: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}
.select2-container {
    width: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../images/arrow.svg') no-repeat 0 0;
    border: none !important;
    width: 14px;
    margin-top: -4px;
    height: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 5px;
}
.select2-search--dropdown {
    display: none;
}
.select2-dropdown {
    border: none;
    margin-top: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background: #006098;
    color: #fff;
}
.select2-results__option {
    padding: 10px 15px;
    font-size: 14px;
  font-weight: bold;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #fff;
    color: #000;
}

/* Login Wrap CSS */
.login-wrap .row {
    align-items: center;
}

.login-wrap .banner-img img {
    height: 105vh;
    width: 100%;
    object-fit: cover;
    margin-bottom: -5px;
}

.center-wrap {
    max-width: 400px;
    margin: 0 auto;
}

.center-wrap h1 {
    margin: 50px 0 14px;
    font-size: 38px;
    line-height: 46px;
    color: #000;
    font-weight: 600;
}

.center-wrap h1 + p {
    font-weight: 400;
    color: #000;
    font-size: 18px;
}

form {
    margin: 55px 0;
}

form .btn {
    width: 100%;
}

.form-group .view {
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 1;
}

.form-group .view:hover {
    opacity: 0.5;
}

.form-group .view .hide {
    display: none;
}

.form-group .view.hide-icon .show {
    display: none;
}

.form-group .view.hide-icon .hide {
    display: block;
}

.bottom-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: -15px;
}

.bottom-action label {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.bottom-action a {
    font-size: 14px;
    line-height: 17px;
    color: #8F9091;
    font-weight: 500;
}

.bottom-action a:hover {
    color: #0a0000;
}

.bottom-action .form-check-input {
    width: 128px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    opacity: 0;
    z-index: 1;
}

.bottom-action .form-check {
    display: flex;
    align-items: center;
}

.bottom-action label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #8F9091;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
	border-radius: 3px;
}

.bottom-action input:checked+label:before {
    background: #76BC21;
    border-color: #76BC21;
}

/* .bottom-action label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */
.bottom-action input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* header {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EEF4F6;
} */

header select {
    background: url('../images/arrow.svg') no-repeat 95% 50%;
    font-size: 18px;
    color: #000;
    border: none;
    font-weight: 600;
}

.btns-wrap {
    background: #EEF4F6;
}

.btns-wrap .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btns-wrap .btn {
    min-width: 453px;
    border-radius: 15px;
    margin: 15px 0;
    padding: 32px 50px;
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
    color: #000;
    background: #fff;
    border: 1px solid #DEDEDE;
    position: relative;
    justify-content: flex-start;
}

.btns-wrap .btn img {
    margin-right: 12px;
    width: 30px;
    height: auto;
    object-fit: cover;
}

.btns-wrap .btn:hover img,
.btns-wrap .btn:focus img {
    filter: brightness(0) invert(1);
}

.btns-wrap .btn svg path {
    fill: #000 !important;
}

.btns-wrap .btn span {
    position: absolute;
    right: 15px;
    top: 38px;
}

.btns-wrap .btn:hover svg path,
.btns-wrap .btn:focus svg path {
    fill: #fff !important;
}

.btns-wrap .btn:hover,
.btns-wrap .btn:focus {
/*     background: linear-gradient(120.91deg, #006098 5.07%, #76BC21 124.32%) !important;
    border-color: cadetblue; */
	background: #000 !important;
	border-color: #000;
}

.header-style-1.header-align-left .mk-grid .mk-header-nav-container {
    display: flex;
    align-items: center;
}

.user-menu {
    position: relative;
    margin-right: 40px;
}

.user-menu a {
    color: #006098;
    font-size: 18px;
    font-weight: 600;
}
.user-menu a:hover {
	color: #76bc21;
}
.user-menu:hover .user-submenu {
    opacity: 1;
    visibility: visible;
}

.user-menu .user-submenu a {
    color: #006098;
}

.user-menu .user-submenu a:hover {
    color: #76bc21;
}

.user-submenu {
    position: absolute;
    right: 0;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
	width: 100%;
	background: #fff;
	box-shadow: 1px 2px 20px 5px rgba(0, 0, 0, 0.03);
}
html .header-style-1 .mk-header-inner .user-menu ul li {
	line-height: normal !important;
	display: flex;
  justify-content: flex-end;
	padding: 10px 20px;
}

.user-menu ul li a {
    font-size: 16px;
}

.user-submenu li {
    list-style-type: none;
}

.select2-container--default .select2-selection--single {
    background: none;
    border: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container {
    width: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('../images/arrow.svg') no-repeat 0 0;
    border: none !important;
    width: 14px;
    margin-top: -4px;
    height: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 5px;
}

.select2-search--dropdown {
    display: none;
}

.select2-dropdown {
    border: none;
    margin-top: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
    background: #006098;
    color: #fff;
}

.select2-results__option {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

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

.d-none {
    display: none;
}

.error-message,
.error-message span,
.error-message p {
    color: red;
}

.success-message,
.success-message span,
.success-message p {
    color: #76bc21;
}

.no-content {
    padding: 100px 0;
    text-align: center;
}

.no-content p {
    font-size: 40px;
    margin-bottom: 0;
}

/* @media screen and (max-width:1599px) {
    .main-navigation-ul>li.menu-item>a.menu-item-link {
        font-size: 16px !important;
    }

    .header-style-1.header-align-left .mk-grid .mk-header-nav-container {
        padding-right: 100px;
    }
}

@media screen and (max-width:1299px) {

    .header-style-1.header-align-left .mk-grid .mk-header-nav-container {
        padding-right: 140px;
    }

}*/

/* body .btns-wrap {
	background: transparent !important;
} */

.page-template-forgot-password-template #mk-page-introduce.intro-left,
.page-template-login-template #mk-page-introduce.intro-left,
.page-template-lib-poll-selection-template #mk-page-introduce.intro-left,
.page-template-document-library-template #mk-page-introduce.intro-left,
.page-template-reset-password-template #mk-page-introduce.intro-left {
    background: #0a0000;
}

.back-to-portal .back {

}

@media screen and (max-width:1399px) {
	a {
		transition: none !important;
	}
}

@media screen and (max-width:1199px) {
/*     .header-style-1.header-align-left .mk-grid .mk-header-nav-container {
        padding-right: 220px;
    }

    .main-navigation-ul>li.menu-item>a.menu-item-link {
        font-size: 14px !important;
    } */
	.back-to-portal, .dlp-folders-search, body .dlp-folders.dlp-folders-root {
		max-width: 95%;
	}
} 

@media screen and (max-width:991px) {
    body {
        overflow: inherit;
    }

    .login-wrap .banner-img img {
        height: auto;
    }

    .center-wrap {
        max-width: 100%;
        padding: 40px 50px 50px;
    }
}

@media screen and (max-width:767px) {
	.dlp-folders-search {
		padding: 60px 5px 30px;
	}
    .center-wrap {
        padding: 20px 20px 40px;
    }

    .center-wrap h1 {
        margin: 25px 0 14px;
        font-size: 30px;
        line-height: 36px;
    }

    form {
        margin: 25px 0 0;
    }

    .btns-wrap .btn {
        min-width: 100%;
        padding: 20px;
        font-size: 18px;
    }

    .btns-wrap .btn span {
        top: 25px;
    }

    header {
        padding: 10px 12px 10px 8px;
    }

    .logo {
        max-width: 130px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 15px;
    }

    .select2-container--default .select2-selection--single {
        font-size: 15px;
    }

    .select2-results__option {
        padding: 3px 15px;
        font-size: 13px;
    }
}

@media screen and (max-width:991px) {
	.header-style-1.a-sticky .mk-header-right {
		top: -5px !important;
	}
  body {
    overflow: inherit;
  }
  .login-wrap .banner-img img {
    height: auto;
  }
  .center-wrap {
    max-width: 100%;
    padding: 50px;
  }
}

@media screen and (max-width:767px) {
	.btns-wrap {
		height: auto !important;
		padding: 50px 0 !important;
	}
	.header-style-1.a-sticky .mk-header-right {
		top: -20px !important;
	}
	.dlp-folders-search label input {
		min-width: auto !important;
	}
	.dlp-folders-search input[type="search"] {
		width: 100%;
	}
	.dlp-folders-search label {
		justify-content: flex-start;
	}
	.dlp-category-table {
		margin-bottom: 0;
	}
	body table.posts-data-table.dtr-inline.collapsed > tbody > tr > td.dtr-control::before {
		top: 50%;
		margin-top: -5px;
		left: 10px;
	}
	body .dlp-folders.dlp-folders-root {
		padding: 20px 5px 25px !important;
	}
	.btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category {
		min-width: 100%;
    margin: 0 0 15px;
    padding: 12px 20px;
    font-size: 17px;
	}
  .center-wrap {
    padding: 20px;
  }
  .center-wrap h1 {
    margin: 25px 0 14px;
    font-size: 30px;
    line-height: 36px;
  }
  form {
    margin: 25px 0 0;
  }
  .btns-wrap .btn {
    min-width: 100%;
    padding: 20px;
    font-size: 18px;
  }
  .btns-wrap .btn span {
        top: 25px;
  }
  header {
    padding: 10px 12px 10px 8px;
  }
  .logo {
    max-width: 130px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 15px;
  }
  .select2-container--default .select2-selection--single {
    font-size: 15px;
  }
  .select2-results__option {
    padding: 3px 15px;
  font-size: 13px;
  }
}


@media screen and (max-width:991px) {
	.header-style-1.a-sticky .mk-header-right {
		top: -5px !important;
	}
  body {
    overflow: inherit;
  }
  .login-wrap .banner-img img {
    height: auto;
  }
  .center-wrap {
    max-width: 100%;
    padding: 50px;
  }
}

@media screen and (max-width:767px) {
	.dlp-category-table {
		padding: 0 0 20px;
	}
	.btns-wrap {
		height: auto !important;
		padding: 50px 0 !important;
	}
	.header-style-1.a-sticky .mk-header-right {
		top: -20px !important;
	}
	.dlp-folders-search label input {
		min-width: auto !important;
	}
	.dlp-folders-search input[type="search"] {
		width: 100%;
	}
	.dlp-folders-search label {
		justify-content: flex-start;
	}
	.dlp-category-table {
		margin-bottom: 0;
	}
	body table.posts-data-table.dtr-inline.collapsed > tbody > tr > td.dtr-control::before {
		top: 50%;
		margin-top: -5px;
		left: 10px;
	}
	body .dlp-folders.dlp-folders-root {
		padding: 20px 5px 25px !important;
	}
	.btns-wrap .btn, .dlp-folders .dlp-folder .dlp-category {
		min-width: 100%;
    margin: 0 0 15px;
    padding: 12px 20px;
    font-size: 17px;
	}
  .center-wrap {
    padding: 20px;
  }
  .center-wrap h1 {
    margin: 25px 0 14px;
    font-size: 30px;
    line-height: 36px;
  }
  form {
    margin: 25px 0 0;
  }
  .btns-wrap .btn {
    min-width: 100%;
    padding: 20px;
    font-size: 18px;
  }
  .btns-wrap .btn span {
        top: 25px;
  }
  header {
    padding: 10px 12px 10px 8px;
  }
  .logo {
    max-width: 130px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 15px;
  }
  .select2-container--default .select2-selection--single {
    font-size: 15px;
  }
  .select2-results__option {
    padding: 3px 15px;
  font-size: 13px;
  }
}

/* NBG portal CSS ENDs */









