@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body { 
	padding-top: 3.7rem;
	color: #fff;
	font-family: "Montserrat", serif;
    font-size:13px;
}
#login_wrapper {
	margin: auto auto;
	width: 460px;
}
@media (max-width: 575px) { 
	#login_wrapper {
		width: 100%;
	}
	legend {
		overflow: hidden;
	}
}
span.d-none.d-md-inline-block {
    display: none !important;
}

.nav.nav-pills {
	margin-bottom: 10px;
}

a.navbar-brand img {
	height: 1.7rem;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: inherit;
}

img.mimeicon {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #CCCCCC #AAAAAA #999999 #CCCCCC;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
	background-color: white;
	max-width: 100%;
	min-width: 60px;
}
span.list-details {
	font-size: 85%;
	font-style: italic;
	color: #666;
}
.list-action a {
    text-decoration: none;
    color: #C0C0C0;
    padding: 3px 7px;
    cursor: pointer;
    font-size: 100%;
    border: solid 1px #70707073;
    background: #212327;
	/* filter: brightness(0) invert(1);s */
}
.list-action a:hover {
    background: #fff;
	color: #000;
}
.list-action a:hover i {
    color: #000 !important;
}
.list-action a:hover img {
    filter: brightness(1) invert(1);
}
a.delete-folder-btn, a.delete-document-btn {
    background: #401518;
    border-radius: 3px 0 0px 3px;
}
.list-action a.delete-folder-btn:hover, .list-action a.delete-document-btn:hover {
    background: #F30C0CF2;
}
.list-action a.delete-folder-btn:hover img, .list-action a.delete-document-btn:hover img{
	filter: brightness(0) invert(1);
}
.list-action a img, .list-action a img {
    max-width: 20px;
}
.list-action a:last-child {
    border-radius: 0 3px 3px 0;
}

table.table.table-condensed.table-sm tr td {
    font-family: "Montserrat", serif;
    border-top: 1px solid #28282b;
}

.admin-tools-box i {
	font-size: 300%;
	line-height: 110%;
/*	min-height: 100px; */
}
a.order-btn {
    color: #fff;
}
.list-action {
    display: flex;
    justify-content: end;
    padding-right: 24px;
}

.admin-tools-box a {
	margin-bottom: 20px;
	background: #36353A;
    border: 1px solid #28282b;
    border-radius: 6px;
    padding: 40px 25px;
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat", serif;
    text-transform: capitalize;
}
.admin-tools-box a img {
    max-width: 30px;
    margin-bottom: 10px;
}
.admin-tools-box a:hover{background: #17161B;color: #fff;border-color: #FFFFFF91;}

#admin-tools .navbar-light .navbar-nav .nav-link {
    color: #C0C0C0;
    font-size: 13px;
    font-family: "Montserrat", serif;
    padding: 1rem 0.5rem;
	text-transform: capitalize;
}

ul.unstyled {
	list-style: none;
	padding-left: 0px;
}
ul.unstyled li a:hover > i {
	text-decoration: none;
}
ul.unstyled li a > i {
	color: #000;
	margin-right: 5px;
}
ul.unstyled li a.btn > i {
	font-size: 200%;
}

ul.tree, ul.tree ul {
	margin-left: 20px;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: #fff;
    background: none;
    text-shadow: none;
		font-weight: bold;
}

ul.jqtree-tree li.jqtree_common {
	margin-left: 0px;
}
ul.jqtree-tree .jqtree-element {
    transition: 0.5s all;
	padding: 3px 6px;
    border-radius: 3px;
}

ul.jqtree-tree li.jqtree_common > .jqtree-element:hover {
  background-color: #242424;
    border-radius: 3px;
    padding-left: 5px;
    transition: 0.5s all;
}

legend > span {
	float: right;
}
legend{color: #fff;}

td.today {
	background-color: rgb(255, 200, 0);
}

td.event {
	background-color: rgb(0, 200, 255);
}

.wordbreak {
	word-break: break-word;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}
input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

div.mandatories {
	font-size: 90%;
	font-style: italic;
	color: #888;
}
div.mandatories span {
	font-weight: bold;
}

div.statusbar {
	font-size: 80%;
}
div.statusbar div.filename {
	display: inline-block;
}
div.statusbar div.filesize {
	display: inline-block;
	float: right;
}
div.statusbar div.progress {
	margin-bottom: 10px;
	line-height: 1rem;
}
div.statusbar a.btn {
	margin-bottom: 10px;
}

#database .chosen-container,
#fulltext .chosen-container {
	width: 95% !important;
}

.chosen-container-multi .chosen-choices {
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	padding: 2px 6px;
	height: 20px;
}

div.help h1 {
	font-size: 24px;
}

div.help h2 {
	font-size: 18px;
}

div.help h3 {
	font-size: 16px;
}

div.splash {
	display: none;
}

div.clipboard-container {
	position: fixed;
	left: 0px;
	top: 50px;
	width: 29.8%;
	min-width: 200px;
	background: white;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	padding: 10px;
	max-height: 400px;
	margin: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1;
}
div.clipboard-container legend {
	display: none;
}

div.statusbar-container {
	display: none;
	position: fixed;
	right:10px;
	top:60px;
	width:300px;
	padding:10px;
	background-color: white;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	z-index: 10;
	overflow-y: scroll;
	max-height: calc(100% - 100px);
}
div.statusbar-container::-webkit-scrollbar {
	width: 5px;
}
div.statusbar-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

div.statusbar-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

div.statusbar-container h1 {
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	font-weight: normal;
}

a.accordion2-toggle:focus, a.accordion2-toggle:hover {
	text-decoration: none;
}

.select2-container--bootstrap4 .select2-selection {
	border-radius: 0px;
	background-color: #04060B;
border: 1px solid #28282b;
	border-radius: 8px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: #C0C0C0;
    border-color: #C0C0C0;
}
.datepicker {
	border-radius: 0px;
}
span.datepicker {
	padding: 0px;
}

div.typeahead span.path {
	font-size: 85%;
	color: #888;
}

div.fulltextinfo > span:hover {
	background-color: lightblue;
}
/* Sidenav for Docs
 * -------------------------------------------------- */

.bs-docs-sidenav {
	width: 100%;
	margin: 0px 0 30px 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
	display: block;
	width: 190px \9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .badge-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
}
.bs-docs-sidenav > li > a:hover {
	background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
	opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
	background-image: url(../img/glyphicons-halflings-white.png);
	opacity: 1;
}
.bs-docs-sidenav.affix {
	top: 100px;
}
.bs-docs-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}

i.success {color: #00b000;}
i.enabled {color: #00b000;}
i.error {color: #b00000;}
i.disabled {color: #b00000;}
i.warning {color: #ff9900;}
i.initstate {color: #ff9900;}
i.released {color: #00b000;}
i.rejected {color: #b00000;}
i.expired {color: #b0b0b0;}
i.obsolete {color: #9e5d42;}
i.in-workflow {color: #11479e;}
i.workflow-action {color: #91479e;}
i.selected {border: 1px solid #d4d4d4;padding:3px;border-radius:3px;background-color:#fafafa20;background-image: linear-gradient(to bottom, #ffffff20, #f2f2f220);}

span.editable:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: " \f044";
}

span.openpopupbox {
	cursor: pointer;
}

div.popupbox {
	margin-top: 5px;
	background-color: #fff;
	border-radius: 4px;
	color: black;
	text-align: left;
	text-shadow: none;
	line-height: 1.4em;
	border: 1px solid #ccc;
	padding: 25px 15px 15px 15px;
	display: none;
	position: absolute;
	min-width: 230px;
	white-space: break-spaces;
	z-index: 10;
}

div.popupbox dt {
	font-weight: normal;
	font-size: 80%;
}

div.popupbox dd {
	margin-left: 0px;
	margin-bottom: 5px;
}

div.popupbox span.closepopupbox {
	position: absolute;
	right: 5px;
	top: 0px;
}

ul.qq-upload-list {
	/*
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #cccccc;
	*/
}

ul.qq-upload-list li {
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

ul.qq-upload-list li img {
	display: block;
}

ul.qq-upload-list li span {
	display: block;
}

.qq-upload-button {
	display: inline-block;
}

.qq-hide, .qq-uploader dialog {
	display: none;
}

table#viewfolder-table {
    color: #fff;
}
table#viewfolder-table td:hover, table#viewfolder-table td:hover div, table#viewfolder-table td:hover div i {
    color: #fff;
}
table#viewfolder-table td:first-child {
    vertical-align: top;
}
table#viewfolder-table td {
    vertical-align: middle;
}
img.mimeicon {
    min-width: 20px;
    border-color: transparent;
    background-color: transparent;
}
table#viewfolder-table td:first-child a img {
    color: #fff;
    width: 20px;
    height: auto;
}
table#viewfolder-table td.wordbreak {
    line-height: 17px;
}
.dropdown-menu {
    font-size: 13px;
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 900px;
	}
}

h5{color: #fff;}
.col-form-label{color: #FFF;}
table.table.table-condensed.table-sm tr td {
    color: #fff;
}
.nav-pills .nav-link {
    color: #fff;
}

ul.actions.unstyled li {
    color: #fff;
}
a.infos {
    color: #0087fc;
}
li.nav-item .btn-outline-primary {
    color: #ffffff;
    border-color: #28282b;
}

thead{color: #fff;}

table.table-condensed.table-sm {
    color: #fff;
}
.tab-content > .tab-pane a {
    color: #fff;
}
/* table.table-condensed.table-sm a{color: #fff;} */
label.checkbox {padding: 0 10px 0 0;}

.sidebar-menu .navbar-nav {
    flex-direction: column !important;
    width: 100%;
}
.sidebar-menu li.nav-item.dropdown {
    border-bottom: solid 1px #C0C0C040;
}
.sidebar-menu .navbar {
    flex-direction: column;
    background: #36353A !important;
    height: 100%;
    box-shadow: inset 0px 3px 6px #EBE9E929;
    border-radius: 8px 0px 0px 4px;
}

.col-lg-3.sidebar-menu a.navbar-brand {
    display: none;
}
.col-lg-3.sidebar-menu .navbar-collapse {
    align-items: start;
    width: 100%;
    padding: 10px;
}

.col-lg-3.sidebar-menu .dropdown-menu {
	color: #e1e1e1;
    background-color: #17161B;
    border-radius: 7px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 5px;
}
.col-lg-3.sidebar-menu .dropdown-item{
	color: #C0C0C0;
	font-family: "Montserrat", serif;
}
.col-lg-3.sidebar-menu .navbar-light .navbar-nav .nav-link:hover, .col-lg-3.sidebar-menu .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}
.navbar-light .navbar-nav .show > .nav-link{color: #fff;}
legend.border-bottom a {color: #fff;}
form.form-inline input.form-control {
    background: #363536;
    border: 0;
    border-radius: 30px;
    backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	height: calc(1.3em + 0.65rem + 2px);
	width: 230px !important;
	color: #ffff;
}
::placeholder {
	color: #f1f1f1 !important;
	opacity: 1; 
}
  
form.form-inline input.form-control::-ms-input-placeholder { color: #c0c0c0;}
form.form-inline{position: relative;margin-bottom: 0;}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.border-bottom.fixed-top form.form-inline:before{
	content: "";
	position: absolute;
	right: 17px;
	top: 3px;
	background: url(.././images/header-search-icon.svg);
	width: 20px;
	height: 20px;
	z-index: 3;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.border-bottom.fixed-top {
    background: #000 !important;
    box-shadow: 0px 3px 18px #BCBCBC29;
    border: 0 !important;
}
.navbar-dark .navbar-brand{padding: 0.25rem 0.8rem;}
.collapse.navbar-collapse {
    padding-left: 10px;
}

.ajax.file_upload legend.border-bottom {
    display: none;
}
.ajax.file_upload .well.alert {
    background: #36353A 0% 0% no-repeat padding-box;
    border: 2px dashed #C0C0C09C;
    border-radius: 4px;
	padding: 6rem 1rem 3rem;
    text-align: center;
    color: #C0C0C0;
}
.ajax.file_upload .well.alert:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url('.././images/upload-file-icon.svg');
    width: 44px;
    height: 44px;
    top: 44px;
    background-size: cover;
}

.ajax.title-Page legend.border-bottom {
    border-bottom: 0 !important;
    position: relative;
    background-color: transparent;
    margin-bottom: 6px;
}
/*.ajax.title-Page legend.border-bottom::after {
    content: "";
    position: absolute;
    left: 201px;
    top: 0;
    width: 28px;
    height: 28px;
    background: url('/views/bootstrap/images/short-icons.svg');
}*/
.ajax.title-Page table thead {
    background: #1F1E23;
}
.ajax.title-Page .table thead th {
    border: 0px;
    font-weight: 500;
    vertical-align: middle;
}
.ajax.title-Page .table tbody tr:first-child td{border-top:0;padding-top: 8px;}
.ajax.title-Page .table tbody tr td{border-color: #323232;}
.ajax.title-Page .table tbody tr td span b {
    font-weight: 500;
}

.breadcrumb {
    display: none;
}

nav.navbar.navbar-expand-lg.new-menu.navbar-light {
    background: #36353A !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 0;
	border-radius: 4px;
	margin-bottom: 22px !important;
    z-index: 999;
}
.new-menu.navbar-light .navbar-brand {
    color: #ECECEC;
    font-size: 16px;
    font-weight: 600;
    background: #555459;
    padding: 16px 30px 16px 20px;
    position: relative;
	border-radius: 4px 0 0 4px;
}
.new-menu.navbar-light a.navbar-brand:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 56px solid #555459;
    position: absolute;
    right: -30px;
    top: 0;
}
.new-menu.navbar-light .navbar-brand:hover, .new-menu.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.new-menu a.navbar-brand:hover {
    color: #fff !important;
}
.new-menu.navbar-light .collapse.navbar-collapse li {
    list-style: none;
    padding: 0 0px;
    border-right: solid 1px #555555;
}
.new-menu.navbar-light .collapse.navbar-collapse li:last-child {
    border-right: 0;
}
.new-menu.navbar-light #navbarPageContent {
    padding-left: 50px;
}
a.nav-link.user-admin.dropdown-toggle {
    position: relative;
}
a.nav-link.user-admin.dropdown-toggle:before{
	content: "";
	position: absolute;
    left: -18px;
    top: 8px;
	background: url('.././images/useradmin-icon.svg');
	width: 20px;
	height: 20px;
}

.new-menu.navbar-light .navbar-nav .nav-link {
    padding: 0.0rem 1rem;
    text-transform: capitalize;
}
.new-menu.navbar-light .navbar-nav .nav-link img{max-width: 28px;}
#admin-tools .new-menu.navbar-light #navbarPageContent{padding-left: 15px;padding-right: 15px;}
.new-menu.navbar-light .dropdown-toggle::after {
    float: right;    margin-top: 10px;
}
#admin-tools .new-menu.navbar-light .collapse.navbar-collapse li{border-right: 0;}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltip-text {
    visibility: hidden;
    width: 150px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
    position: absolute;
    z-index: 1000;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 10px;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.sidebar-menu .dropdown-menu .dropdown-item:hover, .sidebar-menu .dropdown-menu .dropdown-item:focus {
    background: transparent;
	color: #fff;
}
li.nav-item.dropdown.show .dropdown-toggle::after {
	border-top: 0.0em solid;
    border-right: 0.0em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid #fff;
	
}
.dropdown-menu.dropdown-menu-right.show, .dropdown-menu.dropdown-submenu-left.show {
    color: #e1e1e1;
    background-color: #17161B;
    border-radius: 7px;
}
.dropdown-menu.dropdown-menu-right.show a{color: #e1e1e1;}
.dropdown-menu.dropdown-menu-right.show a:hover, .dropdown-menu.dropdown-menu-right.show a.dropdown-item:focus{color: #fff;background: transparent !important;}
.dropdown-menu.dropdown-menu-right .dropdown-item.active, .dropdown-menu.dropdown-menu-right .dropdown-item:active {background: transparent !important;}
li.jqtree_common.jqtree-folder.jqtree-closed .jqtree-element.jqtree_common {background: transparent;}
/* li.jqtree_common.jqtree-folder > .jqtree-element.jqtree_common {background: #17161B;} */
.ajax.sidebar-plus-icon + .row .col-lg-3.col-sm-12 legend.border-bottom {display: none;}
#jqtreemaintree{border-radius: 4px;margin-left: 0 !important;box-shadow: inset 0px 3px 6px #EBE9E929;}
table#viewfolder-table thead th:last-child {text-align: right;padding-right: 30px;}

form#adddocform .form-control, form#adddocform select {
    background-color: #0f0a2b !important;
    border-color: #4e4e4e !important;
    font-family: "Montserrat", serif;
    border-radius: 8px;
    height: calc(1.8em + 0.5rem + 2px);
    font-size: 1rem;
}
form#adddocform select, form#adddocform.select2-container--bootstrap4 .select2-selection, form#adddocform .form-control {
    background-color: #04060B !important;
    border-color: #28282b !important;
    font-family: "Montserrat", serif !important;
    border-radius: 8px !important;
    height: calc(1.8em + 0.5rem + 2px) !important;
    font-size: 13px;
	color: #c1c1c1 !important;
}
form#adddocform .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #c1c1c1
}
form#adddocform .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #c1c1c1 !important;
}
form#adddocform .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
    background: transparent;
	font-size: 13px;
	margin-top: 7px;
}
form#adddocform .btn-primary {
    background: #BB86FC;
    border-color: #28282b;
    color: #000000;
    border-radius: 8px;
    font-weight: 500;
}
form#adddocform .btn-primary:hover{
    background: #5D4A99;
border: 1px solid #28282b;
    color: #fff;
}
.col-form-label {
    color: #C0C0C0;
}
form#adddocform .input-group-append a, form#adddocform .input-group-text {
    border-radius: 0px 6px 6px 0px;
}
form#adddocform .input-group-append a{border-color: #28282b;}
form#adddocform h5 {
    color: #ECECEC;
    margin-bottom: 0.5rem;
    font-size: 13px;
}
legend.border-bottom {
    background: #36353A;
    border-radius: 4px;
    padding: 7px 15px;
    border: 0 !important;
    margin-bottom: 20px;
	text-transform: capitalize;
}
form#adddocform .input-group-text {
    color: #c0c0c0;
    background-color: #04060B;
    border: 1px solid #36353A;
}
#login_wrapper img {
    border-color: #28282b !important;
}
.select2-dropdown {
    background-color: #04060B;
}
table#viewfolder-table thead {
    background: #36353A;
	border-radius: 4px;
}
table#viewfolder-table thead th{border-bottom: 0px solid #e3e3e3;border-top: 0px solid #e3e3e3;}
/* table#viewfolder-table tbody td{border-top: 0px solid #e3e3e3;} */
button.fc-addEventButton-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
    background: #BB86FC;
    border-color: #28282b;
    color: #181A1F;
    font-weight: 500;
    text-shadow: none;
}
.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    color: #fff !important;
    background-color: #04060B !important;
border: 1px solid #28282b !important;
    border-radius: inherit;
    font-weight: 500;
    text-transform: capitalize;
}
button.fc-next-button.fc-button.fc-state-default.fc-corner-right:hover, button.fc-prev-button.fc-button.fc-state-default.fc-corner-left:hover{
    background: #BB86FC !important;
}
.fc-state-default{text-transform: capitalize;}
.alert-warning {
    border-color: #706F75;
    background: #706F75;
    border-radius: 3px;
	color:#fff;
	padding: 0.5rem 0.4rem;
	font-size: 11px;
    width: 100%;
}
.form-control, .form-control:focus{
	background: #04060B;
	border: 1px solid #28282b;
	border-radius: 8px;
	color: #C0C0C0;
}
.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background: #BB86FC;
border: 1px solid #28282b;
    border-radius: 8px;
	color: #000;
	padding: 0.375rem 1.5rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #C0C0C0;
}
.version-information .form-check {
    margin-bottom: 30px;
}
.version-information input.form-check-input.check-box-value {
    width: 20px;
    height: 20px;
    background: #BB86FC;
    border: 1px solid #28282b;
    cursor: pointer;
    border-radius: 6px;
    margin: 9px 5px 9px 10px;
}
.version-information input.form-check-input.check-box-value, .log-file-table input.form-check-input.check-box-value, .form-field.margin-left.scheduler-task input.form-check-input.check-box-value {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #28282b;
    cursor: pointer;
    margin: 9px 5px 9px 10px;
    border-radius: 6px;
}

.version-information input.form-check-input.check-box-value:checked, .log-file-table input.form-check-input.check-box-value:checked, .form-field.margin-left.scheduler-task input.form-check-input.check-box-value:checked {
    background: #BB86FC;
}

.version-information input.form-check-input.check-box-value:checked::after, .log-file-table input.form-check-input.check-box-value:checked::after, .form-field.margin-left.scheduler-task input.form-check-input.check-box-value:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

table.table.table-condensed.table-sm tr td:first-child {
    width: 33px;
}
button.btn.delete_btn-image.btn-danger.btn-mini.btn-sm {
    background: #401518;
    border-radius: 3px;
}
button.btn.delete_btn-image.btn-danger.btn-mini.btn-sm:hover {
    background: #F30C0CF2;
}
button.btn.delete_btn-image.btn-danger.btn-mini.btn-sm:hover img{filter: brightness(0) invert(1);}
button.btn.save_button.btn-primary.btn-mini.btn-sm {
    background: #212327;
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #53535329;
    border: 1px solid #70707073;
    border-radius: 3px;
    padding: 0.375rem 0.75rem;
}
button.btn.save_button.btn-primary.btn-mini.btn-sm img {
    filter: brightness(0) invert(1);
    max-width: 20px;
}
button.btn.save_button.btn-primary.btn-mini.btn-sm:hover{background: #fff;}
button.btn.save_button.btn-primary.btn-mini.btn-sm:hover img{filter: brightness(0) invert(0);}
td select.form-control.font-sm {
    font-size: 13px;
    width: 95%;
    margin: auto;
}
form#adddocform .form-control#keywords, form#adddocform .form-control#kklluserfile {
    border-radius: 8px 0 0 8px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #C0C0C0;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
a.btn.btn-secondary.btn-mini.btn-sm, a.btn.btn-primary.btn-mini.btn-sm {
    border: solid 1px #70707073;
    background: #212327;
    padding: 0.375rem 0.5rem;
    border-radius: 0;
}
a.btn.btn-primary.btn-mini.btn-sm i{color: #fff;}
a.btn.delete_btn-image.btn-danger.btn-mini.btn-sm {
    background: #401518;
    border-radius: 3px 0 0px 3px;
    border-color: #70707073;
    padding: 0.375rem 0.5rem;
}
a.btn.download-button.btn-secondary.btn-mini.btn-sm:hover, a.btn.view-button.btn-primary.btn-mini.btn-sm:hover{
    background: #fff;
}
a.btn.download-button.btn-secondary.btn-mini.btn-sm:hover img, a.btn.view-button.btn-primary.btn-mini.btn-sm:hover img{
    filter: brightness(1) invert(1);
}
a.btn.delete_btn-image.btn-danger.btn-mini.btn-sm:hover{
    background: #F30C0CF2;
}
a.btn.delete_btn-image.btn-danger.btn-mini.btn-sm:hover img{
    filter: brightness(0) invert(1);
}
a.btn.view-button.btn-primary.btn-mini.btn-sm{border-radius: 0px 3px 3px 0px;}
.table.log-file-table th {
    border-bottom: 2px solid #696969;
}
.table.log-file-table td {
    border-top: 1px solid #696969;
}
.table.log-file-table thead th{border-bottom: 0;border-top: 0;font-weight: 500;}
nav.navbar.navbar-expand-lg.new-menu.navbar-light .dropdown-menu {
    color: #ffffff;
    background-color: #17161B;
    border-radius: 7px;
}
nav.navbar.navbar-expand-lg.new-menu.navbar-light .dropdown-item {
    color: #C0C0C0;
    font-family: "Montserrat", serif;
	font-size: 13px;
    text-transform: capitalize;
}
nav.navbar.navbar-expand-lg.new-menu.navbar-light .dropdown-item:hover {
    color: #fff;
    background: transparent;
}
ul.list-group.sidenav.mb-5{margin-top: -10px; box-shadow: 0 0.5rem 1rem rgb(51 51 51 / 15%);}
ul.list-group.sidenav .list-group-item {
    background: #17161B;
    font-size: 12px;
    padding: 0.45rem 1rem;
}
.transmittal a.selecttransmittal {
    border-radius: 3px 0 0 3px;
}
table.table.transmittal.table-condensed.table-sm .list-action a:last-child:hover {
    background: #401518;
}
table.table.transmittal.table-condensed.table-sm .list-action a:last-child:hover img {
	filter: brightness(1) invert(0);
}
table.table.transmittal.table-condensed.table-sm thead {
    background: #36353A;
    border-radius: 4px;
}
table.table.transmittal th {
    border-bottom: 2px solid #696969;
}
table.table.transmittal td {
    border-top: 1px solid #36353a;
}
table.table.transmittal thead th{border-bottom: 0;border-top: 0;}
.table.substitute-user thead th {
    border-bottom: 2px solid #36353a;
}
.table.substitute-user  th, .table.substitute-user  td {
    border-top: 1px solid #36353a;
}
.fc-state-default {
    border: solid 1px #706f75 !important;
}
ul.list-group.sidenav .list-group-item .badge-primary {
    color: #000000;
    background-color: #ffffff;
    border-radius: 3px;
    height: 20px;
    width: 20px;
    line-height: 15px;
    padding-right: 0;
    padding-left: 0;
}
table.table.out-my-doc.table-condensed thead, table.table.user-list-table.table-condensed.table-sm thead {
    background: #36353A;
    border-radius: 4px;
}
table.table.out-my-doc.table-condensed thead th, table.table.user-list-table.table-condensed.table-sm thead th {
    border-bottom: 2px solid #36353a;
}
table.table.out-my-doc.table-condensed th, table.table.out-my-doc.table-condensed td, table.table.user-list-table.table-condensed.table-sm td, table.table.user-list-table.table-condensed.table-sm th {
    border-top: 1px solid #28282b;
}
table.table.out-my-doc.table-condensed thead th:last-child{text-align: right;}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
    background-color: #04060B;
}
/* .select2-container {
    z-index: -1;
} */
nav.navbar.navbar-expand-lg.new-menu.navbar-light .dropdown-item:focus{color: #fff;background: transparent;}
.list-action.delete-edit-btn a{
    border: solid 1px #70707073;
    background: #212327;
    padding: 0.375rem 0.5rem;
    border-radius: 0;
}
.list-action.delete-edit-btn a:last-child{
    background: #401518;
    border-radius: 3px 0 0px 3px;
    border-color: #70707073;
    padding: 0.375rem 0.5rem;
}
.list-action.delete-edit-btn a:hover{
    background: #fff;
}
.list-action.delete-edit-btn a:hover img{
    filter: brightness(1) invert(1);
}
.form-control[readonly] {
    background-color: #04060B !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #5D4A99;
}
td.legendLabel {
    color: #fff;
}
.version-information._rounded a {
    color: #fff;
}
table.table.out-schudule._table-condensed td {
    color: #fff;
}
table.table.out-schudule._table-condensed td p{margin-bottom: 0;}
a.download {
    display: inline-block;
}
table#extensionlist tr td, table#extensionlist th {
    border-top: 0 !important;
}
.ajax.dashboard-page legend.border-bottom {
    background: #04060B;
border: 1px solid #28282b !important;
    border-radius: 8px;
    color: #ECECEC;
    font-size: 14px;
}
table.table.user-info-table.table-condensed.table-sm {
    background: #04060B;
    border-radius: 8px;
    padding: 15px;
}
table.table.user-info-table.table-condensed.table-sm td:first-child {
    width: 200px;
}
table.table.user-info-table.table-condensed.table-sm td {
    padding: 10px 10px;
}
table.table.user-info-table.table-condensed.table-sm td{
    border-top: 0px solid #28282b;
    border-bottom: 1px solid #28282b;
}
table.table.user-info-table.table-condensed.table-sm tr:last-child td{border-bottom: 0px solid #28282b;}
form#form1 input.form-control, form#form2 input.form-control {
    border-radius: 8px 0 0 8px;
}
#form1 a.btn.btn-secondary, #form2 a.btn.btn-secondary {
    background: #36353A;
    border-radius: 0px 8px 8px 0px;
    color: #BCBDBE;
}
.btn-secondary{border-color: #28282b}
#form1 .btn.btn-secondary, #form2 .btn.btn-secondary {
    background: #36353A;
    border-radius: 0px 0px;
    color: #BCBDBE;
}
.form-group.row .row {
    width: 100%;
}
/* .form-group.row {
    width: 100%;
} */
button.btn.btn-primary:hover {
    background: #5D4A99;
border: 1px solid #28282b;
    color: #fff;
}
legend {
    font-size: 14px;
}
a.fc-more {
    color: #fff;
}
form#form1 {
    margin-bottom: 20px;
}
table.table.user-view-table.table-condensed.table-sm thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #636363;
    border-top: 0;
}
table.table.user-view-table.table-condensed.table-sm th, table.table.user-view-table.table-condensed.table-sm td {
    border-top: 1px solid #636363;
    padding: 10px 15px;
}
table.table.user-view-table.table-condensed.table-sm td a, table.table.user-view-table.table-condensed.table-sm td small{
    color: #C0C0C0;
}
.alert-info {
    border-color: #706f75;
    background: #706f75;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 0.5rem 0.4rem;
}
.control-group {
    position: relative;
    /* right: -260px;
    top: 40px; */
}
.control-group .controls img {
    max-width: 150px;
}
a.btn.btn-primary:hover, input.btn.btn-primary:hover {
    background: #5D4A99;
border: 1px solid #28282b;
    color: #fff;
}
a.edit-info-btn {
    border-radius: 3px 0 0 3px;
}
form.form-inline .input-group-append a.btn-secondary, .input-group-append a.btn.btn-secondary.btn-file, #editaddtask .input-group-append a.btn.btn-secondary, .form-inline2 .input-group-append a.btn.btn-secondary {
    background: #36353A;
    border-radius: 0px 7px 7px 0px;
    color: #BCBDBE;
    border-color: #28282b;
}
form.form-inline .input-group .input-group-append{margin-right: 10px;}
form.form-inline .input-group input.form-control, #editaddtask .input-group input.form-control{
    border-radius: 5px 0 0 5px;
    height: auto;
    border: solid 1px #BCBDBE;
}
#userdata-upload-file input.form-control {
    border-radius: 8px 0 0 8px;
}
li.documentClass a, li.folderClass a {
    color: #fff !important;
}
.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.075);
}
div.timeline-axis-text {
    color: #ffffff !important;
}
form.form-inline2 .input-group {
    margin: 10px 0;
}
.form-inline2 .input-group input.form-control {
    border-radius: 8px 0 0 8px;
}
.form-inline2 label.checkbox input[type="checkbox"] {
    margin: 0px 5px 0px 0;
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
}
.input-group-append button.btn.btn-secondary {
    background: #36353a;
    color: #BCBDBE;
}
ul.action-list.nav.nav-pills a {
    width: 140px;
}
.input-group-text {
    background: #36353A;
    border-radius: 0px 7px 7px 0px;
    color: #BCBDBE;
    border: 1px solid #28282b;
    font-size: 13px;
}
input.form-control.datepicker {
    padding: 0.375rem 0.75rem;
}
form.form-horizontal.update-document-form input.form-control{border-radius: 8px;}

form.form-horizontal.move-document input.form-control {
    border-radius: 7px 0 0 7px;
}
form.form-horizontal.move-document a.btn.btn-secondary {
    background: #36353A;
    border-radius: 0px 7px 7px 0px;
}
form.form-horizontal.set-expire-form input#expdate {
    border-radius: 7px 0 0 7px;
}
table.table-condensed.document-access button.btn.btn-primary, table.table-condensed.document-access button.btn.btn-danger {
    display: flex;
    border-radius: 7px;
}
table.table-condensed.document-access button.btn.btn-primary{margin: 0 5px;}
table.table-condensed.document-access button.btn.btn-primary img{
    filter: brightness(1) invert(1);
}
table.table-condensed.document-access button.btn.btn-danger img{filter: brightness(0) invert(1);}
table.table-condensed.document-access button.btn.btn-primary:hover img, table.table-condensed.document-access button.btn.btn-danger:hover img{
    filter: brightness(0) invert(1);
}
table.table-condensed.document-access button.btn.btn-danger {
border: 1px solid #28282b;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #C0C0C0;
}
table.table.version-info-table.table-condensed.table-sm thead, table.table.version-info-table2.table-condensed.table-sm thead, table.table.version-info-table3.table-condensed.table-sm thead, table.table.substitute-user.table-condensed thead {
    background: #36353A;
    border-radius: 4px;
    width: 100%;
}
table.table.substitute-user.table-condensed tr td:first-child {
    width: auto;
}
table.table.version-info-table.table-condensed.table-sm thead th, table.table.version-info-table2.table-condensed.table-sm thead th, table.table.version-info-table3.table-condensed.table-sm thead th {
    border-bottom: 0px solid #e3e3e3;
    border-top: 0px solid #e3e3e3;
}
table.table.version-info-table.table-condensed.table-sm tbody td, table.table.version-info-table2.table-condensed.table-sm tbody td, table.table.version-info-table3.table-condensed.table-sm tbody td {
    border-top: 1px solid #28282b;
}
table.table.version-info-table.table-condensed.table-sm .table-success > td, table.table.version-info-table2.table-condensed.table-sm .table-success > td, table.table.version-info-table3.table-condensed.table-sm .table-success > td{
    background-color: #163F16;
    border-color: #7ac290;
}
table.table.version-info-table.table-condensed.table-sm .table-danger td, table.table.version-info-table2.table-condensed.table-sm .table-danger td, table.table.version-info-table3.table-condensed.table-sm .table-danger td{
    background-color: #814347;
    border-color: #a26a6e;
}
table.table.version-info-table.table-condensed.table-sm .table-warning, .table-warning > th, .table-warning > td, table.table.version-info-table2.table-condensed.table-sm .table-warning, .table-warning > th, .table-warning > td, table.table.version-info-table3.table-condensed.table-sm .table-warning, .table-warning > th, .table-warning > td {
    background-color: #94920B;
    color: #fff;
}

.input-group-append a.btn.btn-secondary {
    background-color: #36353A !important;
    background: #36353A !important;
    border-radius: 0px 7px 7px 0px;
    color: #BCBDBE !important;
}
#expdatedate input.form-control {
    border-radius: 7px 0 0 7px !important;
}
form#adddocform #expdatedate .input-group-text {
border: 1px solid #28282b;
}
.modal-content {
    background-color: #353535;
}
.modal-header {
    border-bottom: 1px solid #585858;
}
.modal-footer{border-top: 1px solid #585858;}
.modal-content .btn-secondary{border-radius: 7px;}

select option:hover{background-color:#007bff;}
span.select2.select2-container.select2-container--bootstrap4.select2-container--focus {
    width: 100% !important;
}
.form-horizontal.addsubFolder input.form-control, form.form-horizontal.edit-folder-form input.form-control, .table-mgr input.form-control{border-radius: 8px !important;border: 1px solid #28282b}
table.table.table-condensed.chart-table.table-sm.table-hover td{width: auto;}
table.table.table-condensed.chart-table th, table.table.table-condensed.chart-table td:last-child{text-align: right; border-top: 1px solid #28282b;}
.table th, .table td{border-top: 1px solid #28282b;}
table.table.table-condensed.chart-table th:first-child{text-align: left;}
textarea.form-control{border: 1px solid #28282b}
table.table-condensed.setting-table.table-sm th, table.table-condensed.setting-table.table-sm td {
    padding: 0.6rem 0.3rem;
}
table.table-condensed.setting-table.table-sm input[type="checkbox"]{width: 20px;height: 20px;}
table.table-condensed.setting-table.table-sm a.btn.btn-secondary.sendtestmail{border-radius: 8px;background: #04060b;}
table.table-condensed.setting-table.table-sm .input-group .form-control{border-radius: 8px 0 0 8px;}
form.form-horizontal.table-mgr .input-group input.form-control {
    border-radius: 8px 0 0 8px !important;
}
form.form-horizontal.attribute-form input.form-control{border-radius: 8px !important;}
table.table.table-condensed.objectcheck.table-sm thead, table#extensionlist thead, table.table.out-schudule._table-condensed thead{
    background: #36353A;
    border-radius: 4px;
    width: 100%;
}
table.table.table-condensed.objectcheck.table-sm thead th, table#extensionlist thead th, table.table.out-schudule._table-condensed thead th {
    border-bottom: 0px solid #28282b;
    border-top: 0px solid #28282b;
}
table.table.table-condensed.objectcheck.table-sm tbody td, table#extensionlist tbody td,  table.table.out-schudule._table-condensed tbody td {
    border-top: 1px solid #28282b;
    width: auto;
}
table.table.table-condensed.objectcheck a.btn.btn-primary.btn-mini.btn-sm{color: #fff;border-radius: 5px;}
table.table.table-condensed.objectcheck td b{color: #fff;}
table#extensionlist{margin-top: 15px;}
form.form-horizontal.scheduler-table input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
form.form-horizontal.scheduler-table .form-check {
    margin-bottom: 15px;
}
form.form-horizontal.scheduler-table .control-group {
    position: relative;
    right: 0;
    top: 0;
}
.modal-header .close {
    color: #fff;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 8px !important;
}
.datepicker-days thead {
    font-weight: 500;
    color: #727272;
}
.datepicker-days th {
    font-weight: 500;
 }
 .fc-unthemed td.fc-today {
    background: #70662c !important;
}
.table thead th {
    font-weight: 500;
        border-bottom: 1px solid #28282b;
        border-top: 1px solid #28282b;
}
table.table.out-my-doc.table-condensed thead th {
    font-weight: 500;
}
.table td b, .table td span {
    color: #fff;
}
.table td b{font-weight: 500;}
.transmitt-table input.form-control {
    border-radius: 8px !important;
}

.form-horizontal.extension-form input.form-control{border-radius: 8px 0 0 8px;}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../images/dropdown-arrow.svg') !important; 
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 8px !important;
  padding-right: 19px;
}
table.table.table-condensed.workflow-table {
    color: #C0C0C0;
}
table.table.table-condensed.next-state-table td select.form-control {
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
}
table.table.table-condensed.next-state-table td span, table.table.table-condensed.next-state-table td span li input {
    width: 100% !important;
    font-size: 13px;
}
table.table.table-condensed.next-state-table span.select2 span {
    width: auto !important;
}
#preview #legend {
    color: #5a5a5a;
}
#preview .buttons button {
    width: 96%;
    margin: 0 0 10px 0;
}
div.buttons #zoom {
    margin: 0 !important;
}
table.table.table-condensed.workflow-table button.btn.btn-mini.btn-danger.btn-sm {
    border-radius: 6px;
}
table.table.table-condensed.workflow-table form button.btn.btn-mini.btn-danger.btn-sm {
    background: #401518;
    border: solid 1px #70707073;
}
table.table.table-condensed.workflow-table form button.btn.btn-mini.btn-danger.btn-sm img {
    max-width: 20px;
    height: 20px;
}
.ajax.workflow-peer button.btn.btn-secondary.dropdown-toggle {
    border-radius: 6px;
}
.form-horizontal.workflow-state input.form-control, .form-horizontal.workflow-state input.form-control, .form-horizontal.workflow-action-form input.form-control, .form-horizontal.mgr-workflow input.form-control {
    border-radius: 8px !important;
}
table.table.table-condensed.next-state-table tr td br{display: none;}
table.table.table-condensed.next-state-table tr td select, table.table.table-condensed.next-state-table tr td span{margin-bottom: 10px;}
table.table.table-condensed.role-mgr-table.table-sm tr td:first-child {
    width: auto;
}

.ajax .btn-group button.btn.btn-secondary.dropdown-toggle {
    border-radius: 6px;
}
form.form-horizontal.group-mgr-table button.btn.btn-primary {
    margin-bottom: 15px;
}

form.form-horizontal.add-evenet-form input.form-control {
    border-radius: 8px !important;
}
form.form-horizontal.add-evenet-form input.form-control.datepicker{border-radius: 8px 0 0 8px !important;}
p.col-form-label.ordering-text {
    font-size: 13px;
}
.navbar-dark .navbar-nav .nav-link {
    text-transform: capitalize;
}
table.table.table-condensed.usrMgr-table.table-sm td:first-child {
    width: auto;
}
.list-action.delete-edit-btn a:last-child:hover {
    background: #F30C0CF2;
}
.list-action.delete-edit-btn a:last-child:hover img {
    filter: brightness(0) invert(1);
}

form.form-horizontal.select-role {
    margin-bottom: 15px;
}
form#form_1 .form-group.row:last-child {
    margin-bottom: 0px;
}
form.form-horizontal.table-mgr .version-information._rounded {
    margin-bottom: 0 !important;
}
form.form-horizontal select, form.form-horizontal select.form-control, form.form-horizontal .select2.select2-container li input {
    cursor: pointer;
}
form.form-horizontal.add-document-form .form-group.row {
    margin-bottom: 15px;
}
.select2-container--bootstrap4 .select2-selection__clear {
    line-height: .9em;
    color: #ffffff;
    background-color: #333333;
}
form.form-horizontal.folder-access-form ._border.mb-3.version-information._rounded {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

input:valid + label, input:focus + label {
    top: -6px;
    color: #000;
    font-weight: bold;
}
form.form-horizontal.add-document-form .form-field.margin-left {
    margin-top: 46px;
}
form.form-horizontal.add-document-form .alert.alert-warning {
    margin-top: 22px;
}
table.table.table-condensed.manage-table thead th:last-child {
    text-align: right;
}
.form-horizontal.manage-form {
    margin-bottom: 30px !important;
}
form.form-horizontal.table-mgr .form-field.margin-left label {
    min-width: 158px;
}
form.form-horizontal.table-mgr h5 {
    margin-bottom: 10px;
    margin-top: 30px;
}
table.table.log-file-table .form-field.margin-left input {
    margin: 3px 0 0px 0px;
}
form.form.form-horizontal.timeline-form .form-field.margin-left {
    margin-bottom: 0;
}
form.form.form-horizontal.timeline-form .form-field.margin-left input.form-check-input.check-box-value{
    margin: 2px 5px 2px 5px;
    position: relative;
}
.form-field.margin-left input:valid + label, .form-field.margin-left input:focus + label {
    top: 0;
    color: #f2f2f2;
    font-weight: normal;
    vertical-align: super;
}
table.table-condensed.setting-table tr td {
    min-width: 370px;
}
table.table-condensed.setting-table.table-sm .form-field.margin-left{margin-bottom: -6px;}
table.table-condensed.setting-table.table-sm .form-field.margin-left input.form-check-input.check-box-value{
    position: relative;
    margin: 0px 0px 0px 0px;
}

.form-field.margin-left.update-uers-w label.col-form-label {
    min-width: 177px;
}
p.form-field.margin-left {
    padding-left: 30px;
    position: relative;
}
p.form-field.margin-left input.form-check-input.check-box-value {
    left: -9px;
    top: -6px;
}
.form-field.margin-left.scheduler-task label.col-form-label {
    min-width: 75px;
}
table.table-condensed.access-right-table {
    margin-top: 30px;
}

li.folderClass small {
    font-size: 0.80em;
    font-weight: 400;
    color: #d7d7d7;
}

span.select2.select2-container.select2-container--bootstrap4::after {
  content: ''; 
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url(../images/dropdown-arrow.svg) !important;
    height: 8px;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    background-size: 10px !important;
    padding-right: 19px;
}
span.select2.select2-container.select2-container--bootstrap4 {
  position: relative; 
}

.navbar-light .navbar-nav a.nav-link.dropdown-toggle.active {
    color: #C0C0C0;
}
.modal-body pre {
    color: #fff;
}
form.global-key-form button.btn.btn-danger, form.form-horizontal.attribute-form button.btn.btn-secondary{
    margin-top: 0px;
    border-radius: 5px;
}
pre#maildebug {
    color: #fff;
    margin-top: 4px;
}
.navbar-light .navbar-nav .nav-link.active{color: rgba(255, 255, 255, 0.9) !important;}
.version-information._rounded ul.groupView li a {
    color: #bb86fc;
}
table.table.table-condensed.categories-table.table-sm tr td:first-child {
    width: auto;
}
table.table.log-file-table.table-condensed.table-sm a img {
    max-width: 20px;
}
table.table.table-condensed.folder-notify.table-sm {
    margin-top: 31px;
}
table.table.user-view-table.table-condensed.table-sm td a {color: #bb86fc;}
form.form-horizontal.left-side label.col-form-label{visibility: hidden;}
form.form-horizontal.mgr-workflow label.col-form-label {
    padding-top: 0;
}
.navbar-light .navbar-nav .nav-link:hover img{
    opacity: 0.7;
    transition: 0.5s all;
}
form.form-horizontal.attribute-form.left-side {
    margin-top: 30px;
}
tr.table-success.success td {
    color: #004815;
}
tr.table-success.success td small a{color: #004815;}
table.table.version-info-table3.table-condensed.table-sm td:first-child {
    width: auto;
}
.form-control, .btn{font-size: 13px;}
.form-group {
    margin-bottom: 0.6rem;
}
.form-horizontal.mgr-workflow .pb-3._border.mb-3.version-information._rounded {
    margin-bottom: 0 !important;
}
form#adddocform .row .form-group.row:last-child {
    margin-bottom: 5px;
}
form.form-horizontal.folder-access-form button.btn.btn-primary {
    margin-top: 0px;
}
form.form-horizontal.edit-list-form .form-group.row:last-child {
    margin-bottom: 2px;
}
form.form-horizontal.edit-list-form .form-group.row:last-child{margin-bottom: 0;}
form.form-horizontal.scheduler-table .form-field.margin-left:last-child{margin-bottom: 0;}
table.table.table-condensed.folder-list-table button#goto-parent {
    background: #000;
    color: #fff;
    border-color: #000;
    border-radius: 4px;
    box-shadow: none;
    font-weight: normal;
}
#docinfo ._border.version-information._rounded .col-lg-3.col-sm-12, #previous ._border.version-information._rounded .col-lg-3.col-sm-12 {
    flex: 0 0 7%;
    max-width: 7%;
}
#docinfo table.table.table-condensed.table-sm td:first-child {
    width: auto;
}
#previous ._border.version-information._rounded, #docinfo ._border.version-information._rounded {
    padding-top: 15px;
}
div.timeline-event-content {
    font-size: 12px;
}
div.timeline-axis-text-minor{font-size: 12px;}
#previous ._border.version-information._rounded td:last-child, #docinfo ._border.version-information._rounded td:last-child, #previous ._border.version-information._rounded th:last-child, #docinfo ._border.version-information._rounded th:last-child{text-align: right;}
table.table.table-condensed.my-resume-table.table-sm td:first-child {
    width: auto;
}
#links form#form1 .form-field.margin-left {
    margin-bottom: 0;
}
.form-horizontal.update-document-form ._border.version-information._rounded {
    padding-bottom: 0px !important;
}
button.btn.btn-danger.btn-mini.delete-edit-btn.btn-sm {
    background: #401518;
    border-radius: 3px;
    border-color: #70707073;
    padding: 0.375rem 0.5rem;
}
button.btn.btn-danger.btn-mini.delete-edit-btn.btn-sm:hover{background: #F30C0CF2;}    
button.btn.btn-danger.btn-mini.delete-edit-btn.btn-sm:hover img{filter: brightness(0) invert(1);}
.modal-header h3 {
    font-size: 14px;margin-bottom: 0;font-weight: normal;
}
.modal-header {
    padding: 0.5rem 1rem;align-items: center;
}
.fc-toolbar .fc-center h2 {
    font-size: 16px;
}
button.btn.delete_btn-image.btn-danger.btn-mini.btn-sm img {
    max-width: 20px;
}
button.btn.btn-danger.rounded.btn-mini.btn-sm{
    background: #401518;
    border-radius: 3px;
    border-color: #70707073;
    padding: 0.375rem 0.5rem;
}
button.btn.btn-danger.rounded.btn-mini.btn-sm img {
    max-width: 20px;
}
#installed form p button {
    margin-top: 7px;
}
div.timeline-frame{border-color: #28282b !important;}
#preview #legend {
    font-size: 13px;
}
table.table.table-condensed.workflow-table th, table.table.table-condensed.workflow-table td, table.table.table-condensed.next-state-table td {
    padding-left: 0;
}
table#viewfolder-table td:last-child {
    vertical-align: top;
}
.modal-header .close {
    font-weight: normal;
}
.dropdown-divider {
    border-top: 1px solid #28282b;
}
form.form-horizontal.scheduler-table .control-group label.control-label {
    display: block;
}
form.form-inline.group-menber-form button.btn.btn-secondary {
    padding: 0.375rem 0.7rem;
}

table.table.table-condensed.workflow-table.table-sm th {
    width: 30%;
}