body {
    overflow-x: hidden;
 }

a {
	color: #212529;
	text-decoration: none!important;
}

h1 {
	 color:#212529;
 }

/* Wrapper - Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #1C467C;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
	height: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

#logoPrint {
	display: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#sidebar-wrapper ul li a span {
	color: #9AC25E;
}

a span {
	color: #1C467C;
}

/* End wrapper - toggle Styles */

/* Sidebar */

.sidebar-nav {
    /*position: absolute;*/
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff!important;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff!important;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
	border: 1px solid #0f0cad;
}

.dropdownMenu-blue {
	background-color: #1c467c!important;
}

/* End sidebar */

div.welcome {
	 background-color: #212529a8;
	 margin-top: 20px;
	 padding-top: 50px;
	 padding-bottom: 50px;
	 padding-bottom: 50px;
	 text-align: center;
 }

div.credits {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--gray);
}

.credits {
	color: var(--gray);
	font-weight: bold;
	font-size: 0.7em;
}

.credits a {
	color: var(--gray);
}

.goToLogin {
	margin-top: 10px;
	color: #fff;
	background-color: #9ac25e;
	border-color: #9ac25e;
	padding: 15px 40px;
}

.btn {
	color: #212529a8;
}

.help-block {
	color: var(--red);
}

.alert {
	padding: 0.75rem 2rem;
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: none!important;
}

.btn-group span {
	color: #1C467C;
}

.titleTable {
	background-color: #1C467C!important;
}

.table-hover tbody tr:hover {
	background-color: #1c467c21!important;
}

.input-group-text {
	background-color: transparent!important;
}

.btn-group a i, .btn-group i {
	color:#9AC25E;
}

.borderSubCard {
	border: 1px solid #1C467C;
}

.expiredDeadline {
	background-color: #f70c0c!important;
	color: #ffffff!important;
}

.expiringDeadline {
	background-color: #faca39!important;
}

.soonDeadline {
	background-color: #38c172!important;
}

.circleExpiredDeadline {
	color: #f70c0c;
}

.circleExpiringDeadline {
	color: #faca39;
}

.buttonGreen {
	background-color: #9AC25E;
	border: 1px solid #9AC25E;
	color: #fff!important;
	padding: 7px;
	border-radius: 5px;
}

.buttonSearch {
	background-color: #9AC25E;
	border: 1px solid #9AC25E;
	color: #fff!important;
	border-radius: 5px;
}

.buttonAlternativeGreen {
	background-color: #FFFFFF;
	border: 2px solid #9AC25E;
	color: #9AC25E!important;
	padding: 7px;
	border-radius: 5px;
}

.labelGreen {
	color: #9AC25E!important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none!important;
}

#datatableTitlePrint {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

th.dummy {
	font-size: 0.8em;
}
th.dummy.min input {
	width: 80px;
}

button.dt-button {
	margin-right: 20px;
}

/*Modal lightbox*/
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}
#photoCaption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}
.modal-content, #photoCaption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)}
	to {-webkit-transform:scale(1)}
}
@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}
.photoClose {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}
.photoClose:hover,
.photoClose:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}
/*End Modal lightbox*/

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	color: #FFFFFF;
	font-size: 2em;
	padding-top: 20px;
}

.hidden {
	display: none;
}

.button {
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: .375rem .75rem;
    border-radius: .25rem;
    color:#9AC25E;
}

.importantBorder {
	border: 1px solid red;
}

.required::after {
	content: ' *';
	color: red;
}

input[required], select[required] {
	border: 1px solid var(--primary);
}

.htmlContent {
	border: 1px solid #1C467C;
	padding: 2px;
}

select option:disabled {
    display:none;
}

.gray {
	color: gray;
}

.faInsideInput {
	float: right;
	margin-right: 6px;
	margin-top: -28px;
	position: relative;
	z-index: 2;
}


tfoot {
    display: table-header-group;
}