@import url("/css/vendors/font/Montserrat/webfonts/Montserrat.css");

.app-body {
	font-family: 'Open Sans';
	font-size: 14px;
}

.invalid input:required:invalid {
  background: #BE4C54;
}

.card-header .fa {
  transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa.pull-right {
  transform: rotate(90deg);
}

.fa.pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

a {
	font-weight: bold;
    text-decoration: none !important;
    background-color: transparent;
}

/* Mark valid inputs during .invalid state */
/* .invalid input:required:valid { */
/*   background: #17D654; */
/* } */

.swal-wide{
    width:600px !important;
}

.form-check-input:checked {
	background-color: #008000;
	border-color: #008000;
}

form-check-label{
	pointer-events: none;
}


input[type="checkbox"][readonly]{
	pointer-events: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.25);
}

input[type="checkbox"][readonly][checked] {
	pointer-events: none;
	background-color: #408080;
	border-color: #408080;
}

.btn, .btn-sm {
	/*     padding: .5rem .75rem; */
	/*     padding: 2px 7px 2px 7px!important; */
	/*     font-size: 1rem!important; */
	border-radius: .2rem !important;
}

.login-container {
	/* margin-top: 5%; */
	/* margin-bottom: 5%; */
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.login-logo {
	position: relative;
	margin-left: -41.5%;
}

.btn i {
	margin-right: .4em;
	margin-left: .4em;
}

.login-logo img {
	position: absolute;
	width: 20%;
	margin-top: 19%;
	background: #282726;
	border-radius: 4.5rem;
	padding: 5%;
}

.login-form-1 {
	background-repeat: no-repeat;
	background-size: cover;
}

.login-form-1-title {
	font-size: 4.0vh;
	display: inline-block;
	margin-top: 60%;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	line-height: 1.2em;
}

.login-form-1-subtitle {
	font-size: 3.0vh;
	color: #fff;
	font-weight: 600;
}

.login-form-1 h3 {
	text-align: center;
	margin-bottom: 12%;
	color: #fff;
}

.login-form-2 {
	background: #fff;
	padding-left: 8%;
	padding-right: 15%;
	padding-top: 10%;
}

.login-form-2-title {
	text-align: left;
	letter-spacing: 4px;
	color: black;
	opacity: 1;
	font-size: large;
}

.login-form-2-subtitle {
	font-weight: 700;
	font-size: 1.8em;
}

.login-form-2-form {
	margin-top: 1em;
	line-height: 3em;
}

.login-form-2 h3 {
	text-align: center;
	margin-bottom: 12%;
	color: #fff;
}

.dt-buttons .btn
{
    background-color: black!important;
}
.btnSubmit {
	font-weight: 500;
	width: 100%;
	color: #fff;
}

.btnForgetPwd {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.btnForgetPwd:hover {
	text-decoration: none;
	color: #fff;
}

input[type="checkbox"]:focus {
	outline: 0 !important;
}

body {
	/* 	font-size: .8rem; */
	font-weight: 400;
	animation: fadeInAnimation ease 700ms;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.feather {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}

.sidebar {
	font-family: Open Sans;
	font-size: 14px;
	color: white;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	box-shadow: inset -1px 0 0 rgb(0 0 0/ 10%);
	line-height: 1.3rem;
	background-color: black;
}

.sidebar a {
	color: white;
}

@media ( max-width : 767.98px) {
	.sidebar {
		top: 5rem;
	}
}

.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto;
	/* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link .feather {
	margin-right: 4px;
	color: #727272;
}

.sidebar .nav-link.active {
	font-weight: bold;
	background: darkslategrey;
	border-radius: 2px;
}

.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
	color: inherit;
}

.sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
}

.filter {
	/*  min-height: 175px; */
	/*  margin-top: 30px; */
	/*border: 1px solid;*/
	background-color: #adb5bd30;
	padding: 15px;
	margin: 0px;
	/*  -webkit-box-shadow: -8px 4px 13px -9px rgba(0, 0, 0, 0.75); */
	/*  -moz-box-shadow: -8px 4px 13px -9px rgba(0, 0, 0, 0.75); */
	/*  box-shadow: -8px 4px 13px -9px rgba(0, 0, 0, 0.75); */
}
/*
  * 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); */
	color: #000;
}

.navbar .navbar-toggler {
	top: .25rem;
	right: 1rem;
}

.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);
}

.company-name {
	font-weight: 600;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 1em;
	line-height: 1.2em;
}

.label-title-uppercase {
	font-weight: 500;
	font-size: 1.1em;
	text-transform: uppercase;
}

.company-name>span {
	font-weight: 800;
}

.icon-menu {
	width: 2em;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff !important;
	background-color: #212529;
	border-color: #000000;
}

td.details-control {
	background: url('/img/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url('/img/details_close.png') no-repeat center center;
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}

.page-link {
	padding: .375rem .75rem;
}

.page-link {
	position: relative;
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a {
	text-decoration: underline;
}

hr.solid {
	border-top: 1px solid #bbb;
}

.datatable-btn {
	font-size: 12px !important;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.table>thead {
	vertical-align: bottom;
	border-color: #000000;
}

.profile-block {
	position: relative;
	cursor: pointer;
}

.profile-block li {
	position: relative;
}

.profile-block-subitem {
	display: none;
	position: absolute;
	width: 100%;
}

.profile-block-subitem div:hover {
	background-color: #0000001A
}

#nav-tab {
	position: relative;
	background-color: #fff;
	border: 0px;
}

#nav-tab .nav-link {
	border: 0px;
	font-weight: 700;
}

#nav-tab .nav-link.active {
	border-bottom: .25em solid #000;
	font-weight: 700;
}

#nav-tab .nav-link i {
	font-weight: 700;
}

#nav-tab button:after {
	content: "";
	position: absolute;
	height: 1.5em;
	background-color: #E4E4E4;
	width: .1em;
	margin-left: 1em;
}

#nav-tab button.last:after {
	display: none;
}

#nav-tabContent {
	background-color: #fff;
	min-height: calc(50vh - 13rem);
}

.close {
	float: right
}

.cnc-content-style {
	clear: left;
	/* font-size: 0.75rem; */
}

.cnc-content-style h4 {
	font-family: 'Montserrat', 'sans-serif;';
	font-size: 1.4rem !important;
}

.cnc-row label {
	float: left;
	padding-top: 3px;
	margin-left: 5em;
	margin-right: 10px;
}

.cnc-btn {
	/* 	font-size: 11px!important; */
	padding: 2px 7px 2px 7px !important;
	margin: 2px 2px !important;
}

.table-responsive {
	font-family: 'Open Sans' !important;
	font-size: 14px;
	padding-top: 1.5em;
	clear: both !important;
}

table.dataTable td:nth-child(2) {
	max-width: 25em;
}

table.dataTable td:nth-child(5) {
    max-width: 25em;
}

table.dataTable td {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table-responsive a {
	color: black;
}

.table-responsive a {
	color: black;
}

.table-responsive th {
	text-align: center;
	/*padding-right: 2em;*/
}

.table-responsive td {
	text-align: center;
	/*padding-right: 2em;*/
}

.table-responsive tr {
	vertical-align: middle;
	height: 3em;
	/*padding-right: 2em;*/
}

.dataTables_scrollHeadInner {
	width: 100% !important;
}

.dataTables_scrollHeadInner table {
	width: 100% !important;
}

