/* .card.header_card {
	background-color: red;
}

.card:hover {
	background-color: green;
} */
html {
	font-size: 0.75rem;
}


.card.header_card {
	font-size: 1rem;
}


.table.table-striped {
	/* font-size: 0.75rem; */
  line-height: 1;
}

.has-error input,
.has-error .select2-container--default .select2-selection--single,
.has-error select,
.has-error textarea {
	border: 1px solid firebrick !important;
}

.has-error,
.has-error input::placeholder,
.has-error label {
	color: firebrick !important;
}

.hide {
	display: none;
}

table thead th {
	font-weight: normal;
}

table tbody td {
	font-weight: bold;
}


/** DASHBOARD **/
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.navbar .form-control {
	height: 48px;
}

a.navbar-brand {
	font-size: 16px;
}

.form-control-plaintext {
	font-weight: bold;
}

.col-form-label {
	font-weight: normal;
}

.note-status-output {
	display: none!important;
}

/*
 * Sidebar
 */
 .sidebar {
	position: fixed;
	top: 48px;
	bottom: 0;
	left: 0;
	z-index: 100;
	/* Behind the navbar */
	padding: 1rem;
	box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .1);
	overflow-x: hidden;
	overflow-y: auto;
	/* Scrollable contents if viewport is shorter than content. */
}

.sidebar-sticky {
	position: -webkit-sticky;
	position: sticky;
	padding-top: .5rem;
}


/*
 * Navbar
 */

.navbar-brand {
	padding: 1.25rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, .25);
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar-expand-sm .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.nav-link {
	font-size: 1.2rem;
}

.navbar .form-control {
	padding: .75rem 1rem;
	border-width: 0;
	border-radius: 0;
}

.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.nav.flex-column {
	font-size: 14px;
}

.main-in-app {
	height: 75vh;
	overflow-y: auto;
}

#file-block {
	height: 25vh;
	border: 1px solid #ddd;
	padding: 25px;
	overflow-y: auto;
}

#file-block .tab-content {
	width: 98%;
}
/*
 * Navbar
 */

.navbar-brand {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, .25);
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
	padding: .75rem 1rem;
	border-width: 0;
	border-radius: 0;
}

.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

/*
* BREADCRUBMS
*/

ol.breadcrumb {
	background-color: #fff;
}

/**
 * Modal
 */

 .modal-close {
     border: none;
     background: none;
	 font-size: 20px;
 }

 a.form-control-plaintext {
	 color: #007bff;
 }

 .btn-light {
    color: #212529;
    background-color: #fff;
    border-color: rgba(0,0,0,.125);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	width : auto!important;
}

.large_checkbox {
	height: 25px;
	width: 25px;
}

[data-toggle="tooltip"]:hover {
	cursor: pointer;
}

.dashboard-card {
	height:416px;
}

.modal_toggle {
	cursor: pointer;
}

a.text-muted:hover {
	color: #0f1011!important;
	text-decoration: none;
}

/**
 * Popover for the details of log entries
 */
 .popover {
	max-width: 800px;
   }

table.details th {
padding-right: 10px;
padding-left: 10px;
border-bottom: 1px solid black;
border-left: 1px solid black;
}

table.details th:first-child {
padding-left: 3px;
border-left: none;
}

table.details td {
padding-top: 5px;
padding-right: 10px;
padding-left: 10px;
border-left: 1px solid black;
}

table.details td:first-child {
padding-left: 3px;
border-left: none;
}

/**
 * Dropzone
 */
 .dropzone {
	position: relative;
	background: #fcfcfc;
	border: dashed 1px #ddd;
	padding: 20px;
	min-height: 125px;
	margin-bottom: 25px;
	cursor: pointer
}

	.dropzone .dz-message {
		/* background: transparent url(/dragdrop.png) left center no-repeat; */
		width: 190px;
		opacity: .5;
		margin: 0 auto;
		margin-top: 15px;
		text-align: center
	}

		.dropzone .dz-message span {
			display: block;
			margin-left: 30px
		}

		.dropzone .progress {
			position: absolute;
			left: 20px;
			bottom: 0;
			height: 15px;
			display: none;
			width: 180px;
			left: 50%;
			margin-left: -90px
		}

.dz-preview {
	display: none
}

.has-error .dropzone {
	border-color: #a94442
}
.form-check .form-check-label:hover,
.form-check .form-check-input:hover {
	cursor: pointer !important;
}

.hiddenRow {
	padding: 0 4px !important;
	font-size: 13px;
}

.accordion-row:hover {
	background-color: #fff !important;
}

tr.accordion-toggle {
	cursor: pointer;
}

.toggle-off.btn {
	padding-left: 0.95rem !important;
}

.clickable {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.toggle.btn {
	min-width: 4.2rem;
}

.btn-custom {
	background-color: #e9ecef;
}

/* =================================== PROGRESS BAR ================================== */

.custom-breadcrumbs ol.breadcrumb {
	background-color: #fff;
	line-height: 32px;
}

.custom-breadcrumbs ol.breadcrumb .breadcrumb-item.active {
	color: rgb(74, 74, 74);
}

.custom-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}

.custom-breadcrumbs ol.breadcrumb .breadcrumb-item .breadcrumb-circle {
	color: rgb(153, 153, 153);
	background: rgb(255, 255, 255);
	width: 32px;
	height: 32px;
	border: 1px solid #999999ff;
	border-radius: 24px;
	text-align: center;
	line-height: 30px;
	flex-shrink: 0;
}

.custom-breadcrumbs ol.breadcrumb .breadcrumb-item.active .breadcrumb-circle {
	color: rgb(255, 255, 255);
	background: #007bff;
	line-height: 32px;
	border: 0;
}

.custom-breadcrumbs ol.breadcrumb .breadcrumb-item.approved .breadcrumb-circle {
	color: rgb(255, 255, 255);
	background: #28a745 !important;
	line-height: 32px;
	border: 0;
}

.custom-breadcrumbs ol.breadcrumb .breadcrumb-item.rejected .breadcrumb-circle {
	color: rgb(255, 255, 255);
	background: #dc3545;
	line-height: 32px;
	border: 0;
}

.custom-breadcrumbs ol.breadcrumb .breadcrumb-item .breadcrumb-circle:hover {
	text-decoration: none;
}


#mail-container iframe {
	height: 500px;
	width: 100%;
	border: 0px;
}
#mail-preview .modal-body {
	max-height: 95vh;
}

#message-header {
    background-color: #eee;
    padding: 5px;
}

#message-header .subject {
    font-size: 1.5rem;
    font-weight: bold;
}

#message-header .short-header {
    display: flex;
}
#message-header .short-header div.header-content {
    flex: 1;
}

#message-header .short-header div.header-subject {
    line-height: 2rem;
}

.modal-scroll {
	height: 75vh;
	overflow-y: auto;
}

.fa-arrows-alt-v {
	cursor: grabbing;
}

.table-striped tbody tr:nth-of-type(odd), .tr-even, .table-hover tbody tr:hover {
	background-color: #e9ecef;
}