/*
 * @version 2021.03.18
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

body {
	font-family: 'Roboto', sans-serif;
  /* background: #fafafa; */
	font-size: 1.0em;
}

i {
	font-size: 1.2em;
}

.row {
	margin-bottom: 1em;
}


textarea {
	white-space:pre;
}
	
.wrapper {
    display: flex;
    width: 100%;
}

.form-group {
	margin-bottom: 0.5em;
}

.input-group {
	/* width:inherit; */
}

.form-label {
	margin-bottom: 0.2em;
}

.form-check-label {
	padding-left: 10px;
}

.status-1 {
	border-left-color:#dc3545;
	border-left-width: 0.4em !important;
}

.status-2 {
	border-left-color:#fd7e14;
	border-left-width: 0.4em !important;
}

.status-3 {
	border-left-color:#0d6efd;
	border-left-width: 0.4em !important;
}

.status-4 {
	border-left-color:#198754;
	border-left-width: 0.4em !important;	
}

.status-98 {
	border-left-color:#adb5bd;
	border-left-width: 0.4em !important;	
}

.status-99 {
	border-left-color:#adb5bd;
	border-left-width: 0.4em !important;	
}

.active-0 {
	background-color:#dc3545 !important;
}

.active-1 {
	background-color:#198754 !important;
}

#table-print tbody td {
	padding: 0px 8px 0px 0px;
	font-size: 0.8em;
}

#table-print tbody th {
	padding: 0px 8px 0px 0px;
	font-size: 0.8em;
}

.printed-1 {
	border-left-color:#198754;
	border-left-width: 0.4em !important;	
}	

.table-employees td {
	padding: 4px 8px 4px 8px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	width: 100%; /* calc(100% - 250px); */
	padding: 10px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

.container {
	max-width:100%;
}

.list-group-item {
	background-color:transparent;
	border:none;
}

.table tr {
	vertical-align:middle;
}

table td {
	/* max-width:75px; */
	/* overflow-style:marquee-block; */
	/*text-overflow: ellipsis;
  overflow: hidden; */ 
	white-space:nowrap;
}

.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
	overflow:hidden;
}

.datepicker table td {
	padding:6px;
}

.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
text-align: center !important;
}

.form-check-input {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 3rem;
  padding-right: 10px;
}

.col {
	margin-bottom: 10px;
}

p {
    font-size: 1.4em;
    font-weight: 400;
		margin-bottom: 0px !important;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 4px 4px;
    background: #f3f3f3;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.h20 {
	height: 20px;
	clear: both;
}

.h40 {
	height: 40px;
	clear: both;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #343a40;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #343a40;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #343a40;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #808080;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #808080;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

i {
	padding-right:10px;
}
	
.dropdown-toggle:after {
	
	/* content: "\f3fd"; */
}

.ribbon {
  position: absolute;
  top: 0.0rem;
  left: -0.5rem;
  background: red;
  color: white;
  padding: 0.1rem 0.4rem;
  font-size: 0.45rem;
  font-weight: bold;
  transform: rotate(-45deg);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  z-index: 1;
}

.ribbon-wrapper {
  position: relative;
}
  
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

​@media print {
		div {
			page-break-after: always;
			position: relative;
			display: block:
		}
}