* {
	box-sizing: border-box;
	font-family: Poppins, Helvetica, "sans-serif";
}
html, body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
	height: 100%;
	width: 100%;
	font-size: initial !important;
}
body {
	background-color: #EEF0F8;
    color: #3F4254;
	display: flex;
}
h4, h3, h2, h1 {
    margin: 0px;
}
h3, h4 {
    font-size: 1.25rem;
}
a {
    color: #f11b22;
    text-decoration: none;
    background-color: transparent;
}
a:hover, a:focus {
    color: #f11b22;
    text-decoration: none;	
}
.link { cursor: pointer; }
.taright { text-align: right; }
.tacenter { text-align: center; }
.taleft { text-align: left; }
.navi .navi-item .navi-link:hover {
    transition: all 0.15s ease;
    color: #f11b22;
}
.nmtext:hover {
    transition: all 0.15s ease;
    color: #f11b22;
}
.card h3 {
	font-weight: 500;
    font-size: 1.275rem;
    color: #181C32;
	font-weight: bold;
}
table { width: 100%; }
table tr th { text-align: left; }
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -12.5px;
	margin-left: -12.5px;
}
.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.col-md-2, .col-md-4 {
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.col-lg-12 {
	width: 100%;
}
.text-danger {
    color: #F64E60 !important;
}
.form-group label {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.rem_depend {
	display: inline-block;
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #acacac;
    margin: 5px 2px 2px;
    cursor: pointer;
}
#footer {
	padding: 1rem 0 !important;
	display: flex !important;
	flex-direction: column !important;
	background-color: #ffffff !important;
}
#footer .fcontain {
	padding: 0 25px;
	flex-direction: column !important;
	align-items: end !important;
	justify-content: space-between !important;
	display: flex !important;
	width: 100%;
}
#footer .fcontain .copyright {
	color: #3F4254 !important;
	order: 2;
}
.holder {
	display: flex;
    flex: 1;
	flex-direction: column !important;
	/*
	width: 100%;
	height: 100%; 
	*/
}
body .holder .wrapper .content {
	padding: 25px;    
	flex: 1 0 auto;
}
body:not(.sidebar) a.brand-logo {
    display: none;
}
body:not(.sidebar) .svg-icon.svg-icon-xl svg {
	transition: all 0.15s ease;
    transform: rotate(180deg);
}
#rightbar {
	transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    right: 0;
    left: auto;
	flex-shrink: 0 !important;
	padding: 2.5rem !important;
    width: 375px;
	background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
	z-index: 1001;
    position: fixed;
    top: 0;
    bottom: 0;
    transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    width: 375px;
}
#rightbar .header {
	padding-bottom: 1.25rem !important;
	align-items: center !important;
	justify-content: space-between !important;
	display: flex !important;
}
#rightbar .header h3 {
	margin: 0 !important;
	font-weight: 500 !important;
	font-size: 1.5rem;
}
#rightbar .header .close {
	height: 24px;
	width: 24px;
    cursor: pointer;
    color: #7E8299;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;    
	text-decoration: none;
    line-height: 24px;
    border-radius: 4px;
}
#rightbar .header .close:hover {
	color: #FFFFFF !important;
	background-color: #f11b22 !important;
    border-color: #f11b22 !important;
}
#rightbar.off {
	right: -395px;
    left: auto;
}
#rightbar .topcard {
	margin-top: 1.25rem !important;
	align-items: center !important;
	    display: flex !important;
}
#rightbar .topcard .symbol {
	margin-right: 1.25rem !important;
	
}
#rightbar .topcard .symbol .symbol-label {
	width: 50px;
	height: 50px;
}
#rightbar .fltable {
	flex-direction: column !important;
	display: flex !important;
}
#rightbar .fltable a {
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	font-size: 1.25rem !important;
	color: #3F4254 !important;
	font-weight: 500 !important;
}
#rightbar .fltable .mt1 {
    color: #B5B5C3 !important;
	margin-top: 0.25rem !important;
}
#rightbar .fltable .mt2 {
	padding: 0;
    margin: 0;
    display: block;
    list-style: none;
	margin-top: 0.5rem !important;
}
#rightbar .symbol-badge {
	width: 12px;
    height: 12px;
    top: -6px;
    right: -6px;
    position: absolute;
    border: 2px solid #ffffff;
    border-radius: 100%;
    background-color: #1BC5BD !important;
}
.navimail {
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding: 0 0 0.5rem !important;
}
.navimail .nmicon {
    flex: 0 0 2rem;
    line-height: 0;
}
.navimail .nmtext {
	color: #3F4254;
    transition: all 0.15s ease;
    font-size: 1rem;
    flex-grow: 1;
}
.navimail .navi-item:hover .nmtext {
	color: #f11b22;
}
.navimail .nmicon svg {
	height: 1.75rem !important;
    width: 1.75rem !important;
}
#rightbar .fltable .signout {
    cursor: pointer;
    color: #ffffff !important;
    background-color: #f11b22;
    border-color: transparent;
    vertical-align: middle;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    font-weight: 600 !important;
    padding: .5rem 1.25rem;
    font-size: 0.925rem !important;;
    line-height: 1.35;
    border-radius: 0.42rem;
}
#rightbar .separator {
    height: 0;
    border-bottom: 1px dashed #EBEDF3;
    margin-top: 2rem !important;
    margin-bottom: 1.25rem !important;
}
.pageoverlay {
	background: rgba(0, 0, 0, 0.1);
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    animation: animation-offcanvas-fade-in 0.6s ease 1;
}
.redbutton {
    background-color: #f11b22;
    border-color: #f11b22;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
	font-weight: bold;
    padding: 8px 20px;
    font-size: 1rem;
    border-radius: 0.42rem;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    display: inline-block;
    font-weight: normal;
}
.redbutton:hover, .redbutton:focus {
    text-decoration: none;
    color: #fff;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none !important;
	outline-offset: -2px;
}
.redbutton path {
	fill: #FFFFFF;
}
.content .card {
	padding: 32px;
    background-color: #fff;
    border-radius: 8px 8px 0px 0px;
	position: relative;
	margin-bottom: 2px;
}
.content .card + .card {
    border-radius: 0px;
}
.hrow {
    flex: 1 0 auto;
	flex-direction: row !important;
	display: flex !important;
}
.navbar-primary {
	background-color: #1e1a1a;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
	width: 265px;
	z-index: 100;
}
.navbar-primary .brand, .navbar-primary #sidebartoggle {
	cursor: pointer;
}
body:not(.sidebar):not(.sidehover) .navbar-primary { 
	/* .navbar-primary:not(:hover) */
	width: 70px !important;
}
.navbar-primary .brand-logo img {
	max-height: 35px;
}
.navbar-primary .menu-nav {
	list-style-type: none;
    padding: 15px 0;
	margin: 0;
}
.navbar-primary .menu-nav li {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}
.navbar-primary .menu-nav li.active {
	background-color: #f11b22 !important;
}
.navbar-primary .menu-nav li a {
	padding: 9px 25px;
}
.navbar-primary .menu-nav li svg {
	max-height: 25px;
	max-width: 25px;
	vertical-align: middle;
}
.navbar-primary .menu-nav li svg g [fill] {
	fill: #fdfcfc;
}
.navbar-primary .menu-nav li.active svg g [fill] {
	/*fill: #3699FF;*/
}
.navbar-primary .menu-nav li a {
	text-decoration: none;
	color: #fff;
	display: block;
}
.navbar-primary .menu-nav li .menu-text {
	color: #fff;
	text-decoration: none;
    margin-left: 15px;
    font-weight: bold;
}
body:not(.sidebar) .navbar-primary .menu-nav:not(:hover) li .menu-text {
	display: none;
}
.navbar-primary .menu-nav li:not(.active):hover > .menu-link {
	background-color: #000;
}
.logincontainer {
	background-image: url(/cpsimages/banner1.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-top: 200px;
    box-sizing: border-box;
}
.loginbox {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 55%);
	width: 450px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    border: 7px solid #cbcccf;
	font-family: Poppins, Helvetica, "sans-serif";
}
.loginbox h3 {
	margin: 0px 0px .5em;
	font-family: Poppins, Helvetica, "sans-serif";
	font-size: calc(1.275rem + 0.3vw);
}
.loginbox .subhead {
	color: #B5B5C3;
	font-weight: bold;
	font-family: Poppins, Helvetica, "sans-serif";
	font-size: 12px;
	margin-bottom: 20px;
}
.loginbox hr {
	opacity: .15;
    margin-top: 20px;
}
.loginbox form {
	color: #000; 
}
.loginbox form label {
	margin-bottom: 15px;
	display: block;
}
.loginbox form input {
	background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #3F4254;
    padding: 12px 20px;
    border: 0px;
    border-radius: 5px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.loginbox form input[type=submit] {
	border: 1px solid red;
    color: red;
    background-color: #fff;
    margin-top: 20px;
    cursor: pointer;
}
.logoholder .logo {
	height: 110px;
    margin-bottom: 1.5rem;
}
.clear {
	clear: both;
}

.hidden { 
	display: none;
}

.left {
	float: left;
}

.pagebreak {
	page-break-after: always;
}

.right {
	float: right;
}
.wrapper {    
	flex-direction: column !important;
    display: flex !important;
    flex: 1 auto;
}
.wrapper .header {
	height: 65px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 97;
        background-color: #ffffff;
}
.sidebar .wrapper {
	padding-left: 265px;
	padding-top: 119px;
}
body:not(.sidebar) .wrapper {
	padding-left: 70px;
	padding-top: 119px;
}
.sidebar .wrapper .header {
	left: 265px;
}
body:not(.sidebar) .wrapper .header {
	left: 70px;
}

.breadcrumb {
	position: fixed;
	height: 54px;
	top: 65px;
	left: 265px;
	right: 0;
	transition: top 0.3s ease;
	z-index: 95;
	box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
	background-color: #ffffff !important;
	border-top: 1px solid #EBEDF3;
	margin: 0;
	display: flex;
	align-items: center;
	padding: 1rem 25px !important;
}
.breadcrumb ul li {
    font-size: 0.925rem;
    display: inline-block;
    margin-right: 10px;
}
.breadcrumb ul li + li {
    color: #858585;
}
.breadcrumb ul li i {
    padding-right: 10px;
    opacity: .5;	
}
.breadcrumb ul li a {
	color: #3F4254;
}
body:not(.sidebar) .breadcrumb {
	left: 70px;
}
.breadcrumb ul {
    background-color: transparent;
    border-radius: 0;
	font-weight: bold;
	padding: 0 !important;
	margin-top: 0.5rem !important;   
	margin-bottom: 0.5rem !important;
	list-style: none;
}
.breadcrumb ul li {
    font-size: 0.925rem;
}

.btn {
    display: inline-block;
    font-weight: normal;
    color: #3F4254;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
        padding: 0.35rem .55rem;
	/* padding: 0.65rem 1rem; */
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.42rem;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.aside, .brand {
    background-color: #1e1a1a !important;
}
.infoBoxHover {
	padding: 0px 10px; cursor: pointer; color: #F64E60;
    display: flex;
}
.togglemgr {
    font-size: 22px;
}
.togglemgr .fa-toggle-on {
    color: #f11b22;
}
.addinitinspect,
.addprojmgr {
	line-height: calc(2rem + 1px); 
	box-sizing: border-box; 
	width: 44px; 
	float: right;
}
.initialinspect,
.projectmanager {
	padding: 5px;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #E4E6EF;
    border-radius: 3px;
    margin-top: 5px;
}
.infoBoxDisplay {
	display: none;
	background-color: #fff;
	padding: 10px;
	pointer-events: none;
    left: 20px;
    top: 20px;
    position: absolute;
    border: 1px solid #E4E6EF;
    border-radius: 5px;
    z-index: 100;
}
.brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0 25px;
    height: 65px;
}
.brand .brand-logo {
    display: flex;
    justify-content: flex-begin;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
    line-height: 1.35;
    border-radius: 0.42rem;
}
.brand .btn .svg-icon svg g [fill] {
	transition: fill 0.3s ease;
	fill: #494b74;
}
body:not(.sidebar) .brand .btn .svg-icon svg g [fill], .brand .btn:hover .svg-icon svg g [fill] {
	transition: fill 0.3s ease;
	fill: #3699FF;
}
.svg-icon.svg-icon-xl svg {
    height: 2rem !important;
    width: 2rem !important;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.flex-column-auto {
    flex: none;
}
.headbanner {
    padding: 0 25px;
	align-items: stretch !important;
	justify-content: space-between !important;
	display: flex !important;
	width: 100%;
	margin-right: auto;
    margin-left: auto;
}
.headbanner .hbwrapper {
	align-items: stretch;
}
.headbanner .hbwrapper .headmenu {
	display: flex;
	align-items: stretch;
	height: 100%;
	margin: 0;
}
.topbar {
	display: flex;
    align-items: stretch;
    padding: 0;
}
.topbar .topbar-item {
    display: flex;
    align-items: center;
}
.userbutton {
	height: calc(1.5em + 1.65rem + 2px);
	cursor: pointer;
	color: #B5B5C3;
	background-color: transparent;
	border-color: transparent;
	justify-content: center;
	padding: 0;
	display: flex !important;
	align-items: center !important;
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
	font-size: 1.08rem;
	line-height: 1.5;
	border-radius: 0.42rem;
    text-align: center;
    font-weight: normal;
    border: 1px solid transparent;
	font-weight: bold;
	margin-top: 5px;
}
.userbutton:hover {
	background-color: #F3F6F9;
    border-color: transparent;
}
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
}
.symbol .symbol-label {
	width: 35px;
	height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.42rem;
	display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}


.navi {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;	
}
.navi .navi-item {
    padding: 0;
    display: block;
    list-style: none;
}
.navi .navi-item .navi-link {
    transition: all 0.15s ease;
    color: #3F4254;
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
}
.navi .navi-item .navi-link .symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
	margin-right: 0.75rem !important;
	background-color: #F3F6F9 !important;
}
.symbol .symbol-label {
    width: 40px;
    height: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #3F4254;
    background-color: #F3F6F9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.42rem;
}
.svg-icon svg {
    height: 1.5rem;
    width: 1.5rem;
}

.svg-icon.svg-icon-danger svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F64E60 !important;
}
.svg-icon.svg-icon-success svg g [fill] {
    transition: fill 0.3s ease;
    fill: #1BC5BD !important;
}
.svg-icon.svg-icon-warning svg g [fill] {
    transition: fill 0.3s ease;
    fill: #FFA800 !important;
}
.svg-icon.svg-icon-info svg g [fill] {
    transition: fill 0.3s ease;
    fill: #8950FC !important;
}
.svg-icon.svg-icon-primary svg g [fill] {
    transition: fill 0.3s ease;
    fill: #f11b22 !important;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: none !important;
    content: " ";
}
.close { opacity: 1 !important; }
.close:focus, .close:hover {
	opacity: 1 !important;
}
.btn.focus, .btn:focus, .btn:hover {
	color: initial !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
.modal.in .modal-dialog {
    transform: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.42rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    outline: 0;
}
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    padding: 18px 1.75rem;
    border-bottom: 1px solid #EBEDF3;
    border-top-left-radius: 0.42rem;
    border-top-right-radius: 0.42rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal .modal-header .modal-title {
    font-weight: 500;
    font-size: 1.3rem;
    color: #181C32;
}
.modal .modal-header .close {
	outline: none !important;
    color: #B5B5C3;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
	font-size: 24px;
}
.modal .modal-header .close:hover {
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    color: #f11b22;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.75rem;
	word-break: break-all !important;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #EBEDF3;
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}
.modal-close {
	color: #ffffff;
	display: inline-block;
	text-align: center;
	user-select: none;
    background-color: #f11b22;
    border-color: transparent;
	cursor: pointer;
	outline: none !important;
    vertical-align: middle;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	font-weight: 500 !important;
	margin: 0.25rem;
	border: 1px solid transparent;
    padding: 5px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.42rem;
}
.table-bordered {
    border: 1px solid #EBEDF3;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #3F4254;
    background-color: transparent;
	border-collapse: collapse;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #EBEDF3;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #EBEDF3;
}

.noticeholder {
	margin: 0px 0px 25px 0px;
}
.noticeholder .notice {
	background-color: #FFE2E5 !important;
	padding: 8px !important;
	align-items: center !important;
	display: flex !important;
	border-radius: 0.42rem !important;
	margin-bottom: 2px;
	cursor: pointer;
}
.noticeholder .notice .noticeicon {
	margin-right: 1.25rem !important;
}
.noticeicon svg {
	height: 1.75rem !important;
    width: 1.75rem !important;
    overflow: hidden;
    vertical-align: middle;
}
.noticeholder .notice .noticetext {
	margin-right: 0.5rem !important;
	flex-grow: 1 !important;
	flex-direction: column !important;
	display: flex !important;
}
.noticeholder .notice .noticetext span {
	color: #3F4254 !important;
	font-weight: bold;
}

.dataTables_wrapper {
  padding: 0 !important;
}
.dataTables_wrapper .DTFC_LeftWrapper .dataTable, .dataTables_wrapper .DTFC_RightWrapper .dataTable {
  margin-top: 0 !important;
}
.dataTables_wrapper .dataTable {
  width: 100% !important;
  border-collapse: initial !important;
  border-spacing: 0 !important;
  border-radius: 0.42rem;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  font-weight: 400;
  font-size: 1rem;
  vertical-align: middle;
  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  outline: none !important;
  padding: 10px;
}
.dataTables_wrapper select {
    font-size: inherit !important;
    -webkit-appearance: listbox !important;
    background: none !important;
}
td.project_name {
    position: sticky;
    left: 265px;
    z-index: 1;
}
tr.viewproj td {
    background-color: #fff; 
}
tr.viewproj.odd td {
    background-color: #f8f8f8;
}
.dataTables_wrapper .dataTable th .checkbox, .dataTables_wrapper .dataTable td .checkbox {
  margin: 0;
  right: -2px;
}
.dataTables_wrapper .dataTable th.dt-center, .dataTables_wrapper .dataTable td.dt-center {
  text-align: center;
}
.dataTables_wrapper .dataTable th.dt-left, .dataTables_wrapper .dataTable td.dt-left {
  text-align: left;
}
.dataTables_wrapper .dataTable th.dt-right, .dataTables_wrapper .dataTable td.dt-right {
  text-align: right;
}
.dataTables_wrapper .dataTable th.sorting:before, .dataTables_wrapper .dataTable th.sorting:after, .dataTables_wrapper .dataTable td.sorting:before, .dataTables_wrapper .dataTable td.sorting:after {
  opacity: 0.6;
}
.dataTables_wrapper .dataTable th.sorting_desc:before, .dataTables_wrapper .dataTable th.sorting_desc:after, .dataTables_wrapper .dataTable th.orting_asc_disabled:before, .dataTables_wrapper .dataTable th.orting_asc_disabled:after, .dataTables_wrapper .dataTable th.orting_desc_disabled:before, .dataTables_wrapper .dataTable th.orting_desc_disabled:after, .dataTables_wrapper .dataTable th.sorting_asc:before, .dataTables_wrapper .dataTable th.sorting_asc:after, .dataTables_wrapper .dataTable th.sorting:before, .dataTables_wrapper .dataTable th.sorting:after, .dataTables_wrapper .dataTable td.sorting_desc:before, .dataTables_wrapper .dataTable td.sorting_desc:after, .dataTables_wrapper .dataTable td.orting_asc_disabled:before, .dataTables_wrapper .dataTable td.orting_asc_disabled:after, .dataTables_wrapper .dataTable td.orting_desc_disabled:before, .dataTables_wrapper .dataTable td.orting_desc_disabled:after, .dataTables_wrapper .dataTable td.sorting_asc:before, .dataTables_wrapper .dataTable td.sorting_asc:after, .dataTables_wrapper .dataTable td.sorting:before, .dataTables_wrapper .dataTable td.sorting:after {
  top: 50% !important;
  margin-top: -0.75rem;
  bottom: auto !important;
}
.dataTables_wrapper .dataTable th.sorting_asc, .dataTables_wrapper .dataTable td.sorting_asc {
  color: #3699FF !important;
}
.dataTables_wrapper .dataTable th.sorting_asc:before, .dataTables_wrapper .dataTable td.sorting_asc:before {
  opacity: 1;
  color: #3699FF !important;
}
.dataTables_wrapper .dataTable th.sorting_desc, .dataTables_wrapper .dataTable td.sorting_desc {
  color: #3699FF !important;
}
.dataTables_wrapper .dataTable th.sorting_desc:after, .dataTables_wrapper .dataTable td.sorting_desc:after {
  opacity: 1;
  color: #3699FF !important;
}
.dataTables_wrapper .dataTable tfoot th,
.dataTables_wrapper .dataTable thead th {
  font-weight: 500;
  color: #181C32;
}
.dataTables_wrapper .dataTable thead th {
  border-top: 0;
  background: #fff;
  position: sticky;
  top: 7.45em;
  z-index: 10;
}
.dataTables_wrapper .dataTable th.project_name_head {
    left: 265px;
    z-index: 11;
}
.dataTables_wrapper .dataTable tbody tr.active,
.dataTables_wrapper .dataTable tbody tr.selected {
  background-color: #EBEDF3;
}
.dataTables_wrapper .dataTable tbody tr.active th, .dataTables_wrapper .dataTable tbody tr.active td,
.dataTables_wrapper .dataTable tbody tr.selected th,
.dataTables_wrapper .dataTable tbody tr.selected td {
  background-color: #EBEDF3;
  border-left-color: #EBEDF3;
  border-right-color: #EBEDF3;
  color: #3F4254;
}
.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  background-color: #F3F6F9;
}
.dataTables_wrapper .dataTable .filter th, .dataTables_wrapper .dataTable .filter td {
  vertical-align: top;
}
.dataTables_wrapper .dataTable .filter th .input-group + .input-group, .dataTables_wrapper .dataTable .filter td .input-group + .input-group {
  margin-top: 0.5rem;
}
.dataTables_wrapper .dataTable .filter th .btn + .btn, .dataTables_wrapper .dataTable .filter td .btn + .btn {
  margin-top: 0.5rem;
}
.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  font-size: 1rem;
  font-weight: 500;
}
.dataTables_wrapper .dataTables_scroll {
  margin: 1rem 0 !important;
}
.dataTables_wrapper .dataTables_scroll .dataTable {
  margin: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin: 0;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item {
  margin-left: 0.4rem;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link {
  outline: none !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  min-width: 2.25rem;
  padding: 0.5rem;
  text-align: center;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  border-radius: 0.42rem;
  border: 0;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  color: #7E8299;
  background-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link > i {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  font-size: 0.7rem;
  text-align: center;
  display: inline-block;
  color: #7E8299;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.previous > .page-link, .dataTables_wrapper .dataTables_paginate .pagination .page-item.next > .page-link, .dataTables_wrapper .dataTables_paginate .pagination .page-item.last > .page-link, .dataTables_wrapper .dataTables_paginate .pagination .page-item.first > .page-link {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  background-color: #F3F6F9;
  color: #7E8299;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.previous > .page-link:hover, .dataTables_wrapper .dataTables_paginate .pagination .page-item.next > .page-link:hover, .dataTables_wrapper .dataTables_paginate .pagination .page-item.last > .page-link:hover, .dataTables_wrapper .dataTables_paginate .pagination .page-item.first > .page-link:hover {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  background-color: #3699FF;
  color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.previous > .page-link:hover > i, .dataTables_wrapper .dataTables_paginate .pagination .page-item.next > .page-link:hover > i, .dataTables_wrapper .dataTables_paginate .pagination .page-item.last > .page-link:hover > i, .dataTables_wrapper .dataTables_paginate .pagination .page-item.first > .page-link:hover > i {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  background-color: #3699FF;
  color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link > i {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item:hover:not(.disabled) > .page-link {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  background-color: #3699FF;
  color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item:hover:not(.disabled) > .page-link > i {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.disabled > .page-link {
  opacity: 0.6;
}
.dataTables_wrapper .dataTables_pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dataTables_wrapper .dataTables_pager .dataTables_info {
  display: inline-block;
  margin: 0.5rem 0;
  margin-right: 0.5rem;
  color: #7E8299;
}
.dataTables_wrapper .dataTables_pager .dataTables_length {
  margin: 0.5rem 0;
  margin-right: 1rem;
  display: inline-block;
}
.dataTables_wrapper .dataTables_pager .dataTables_length label {
  display: flex;
  align-items: center;
  margin: 0;
  color: #7E8299;
}
.dataTables_wrapper .dataTables_pager .dataTables_length .custom-select {
  margin-left: 0.5rem;
  height: 2.25rem;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.dataTables_wrapper .dataTables_pager .dataTables_paginate {
  margin: 0.5rem 0;
}
.dataTables_wrapper .dataTables_pager .dataTables_paginate .pagination {
  margin: 0;
}
.dataTables_wrapper .text-right .dataTables_filter,
.dataTables_wrapper .text-left .dataTables_filter {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .dataTables_wrapper .dataTables_pager {
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-left: 0 !important;
  }
  .dataTables_wrapper .dataTables_paginate .pagination .page-item:first-child {
    margin-left: 0 !important;
  }
}
.dataTables_wrapper table.dataTable.collapsed > tbody > tr > td:first-child {
  padding-left: 30px !important;
}
.dataTables_wrapper table.dataTable.collapsed > tbody > tr > td:first-child:before {
  padding-right: 10px !important;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
  box-shadow: none;
  border-radius: 0;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  font-size: 10px;
  color: #3699FF;
  border: 0;
  background-color: transparent;
  font-family: Ki;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  color: #3699FF;
  background-color: transparent;
  font-family: Ki;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
}
.dataTables_wrapper .child .dtr-details {
  display: table !important;
}
.dataTables_wrapper .child .dtr-details > li {
  display: table-row !important;
  border: 0 !important;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dashed #F3F6F9;
  font-weight: 500;
  padding: 0.5rem 2rem 0.5rem 0;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title:after {
  content: ":";
}
.dataTables_wrapper .child .dtr-details > li .dtr-data {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dashed #F3F6F9;
  padding: 0.5rem 0;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-title {
  border-bottom: 0;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-data {
  border-bottom: 0;
}
.dataTables_wrapper .dt-bootstrap4 .dropdown .dropdown-menu.dropdown-menu-right {
  /*rtl:ignore*/
  margin-left: 65px;
}

.dataTables_wrapper select {
	display: inline-block;
    width: 100%;
        height: calc(1.35em + 1.1rem + 2px);
    padding: 0.55rem 2rem 0.55rem .75rem;
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233F4254' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    appearance: none;
}
.changelocation {
	height: calc(1.35em + 1.1rem + 2px);
    padding: 0.55rem 2rem 0.55rem .75rem;
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233F4254' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    appearance: none;
	margin-top: 5px;
}
.dataTables_length {
    width: 50%;
    float: left;
	margin-bottom: 15px;
}
.dataTables_filter {
    width: 50%;
    float: right;    
	margin-bottom: 15px;
}
.dataTables_filter label input {
	margin-left: 0.5em;
    display: inline-block;
    width: auto;
    height: initial;
    padding: 0.55rem 0.75rem;
    font-size: 0.925rem;
    line-height: 1.35;
    border-radius: 0.28rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    font-weight: 400;
}
.dataTables_filter label input:focus {
    color: #3F4254;
    background-color: #ffffff;
    border-color: #69b3ff;
    outline: 0;
}

.statistics {
	background: #fff;
	border-radius: .5rem;
}
.statistics h3, .statistics h1 {
	color: #ffffff !important;
	font-weight: 500 !important;
	margin: .25rem 1.25rem .25rem 0;
	font-size: 2rem;
}
.statistics a {
	font-size: 1.175rem !important;
	color: #ffffff !important;
	font-weight: 500 !important;
	margin-top: .5rem;
}
.statistics .statholder-bl {
	background-color: #1e1a1a;
	border-radius: 1.25rem !important;
	padding: 2rem 1rem !important;
	margin-bottom: 1.75rem !important;
}
.statistics .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.statistics .row .cell {
	position: relative;
	width: 100%;
	padding-right: 12.5px;
	padding-left: 12.5px;
	flex: 0 0 25%;
}
.statistics .card-spacer {
	padding: 2rem 2.25rem !important;
	margin-top: -6.25rem !important;
}
.statistics .banner-top {
	background-color: #f11b22;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	min-height: 70px;
	border-radius: calc(0.42rem - 1px) calc(0.42rem - 1px) 0 0;
	padding-bottom: 1.25rem !important;
	padding-top: 1.25rem !important;
	border: 0 !important;
	padding: 2rem 2.25rem;
	margin-bottom: 0;
}
.statistics .banner-top h3 {
	font-size: 1.275rem;
	display: flex;
	align-items: center;
	margin: 0.5rem;
	margin-left: 0;
}
.statistics .banner-bottom {
	height: 50px;
	background-color: #f11b22;
	border-bottom-left-radius: 0.42rem;
	border-bottom-right-radius: 0.42rem;
}
.btn-minus {
	color: #ffffff;
    background-color: #EE2D41;
    border-color: #EE2D41;
}
.btn-plus {
	color: #ffffff;
    background-color: #1BC5BD;
    border-color: #1BC5BD;
}
.cyanbtn {
	color: #ffffff;
	background-color: #1BC5BD;
	display: inline-block;
	padding: 0.5em 0.75em;
	font-size: 85%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.42rem;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	width: 100%;
}
.orangebtn {
	color: #ffffff;
	background-color: #ffc107;
	display: inline-block;
	padding: 0.5em 0.75em;
	font-size: 85%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.42rem;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	width: 100%;
}
.redbtn {
	color: #ffffff;
	background-color: #F64E60;
	display: inline-block;
	padding: 0.5em 0.75em;
	font-size: 85%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.42rem;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	width: 100%;
}
.add_operation:hover { color: #fff !important; }
.rem_operation:hover { color: #fff !important; }
.text-warning {
	color: #FFA800 !important;
}
.text-danger {
	color: #F64E60 !important;
}
.btnicon {
	outline: none !important;
	vertical-align: middle;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	font-weight: normal;
	color: #3F4254;
	text-align: center;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.42rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	height: calc(1em + 1rem);
	width: calc(1em + 1rem);
	cursor: pointer;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
	justify-content: flex-end;
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.42rem;
	margin: 2px 0;
	white-space: nowrap;
	justify-content: flex-end;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item {
	margin-left: 0.4rem;
}
.paginate_button.next, .paginate_button.previous {
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	background-color: #F3F6F9;
	color: #7E8299;
	outline: none !important;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2rem;
	min-width: 2rem;
	padding: 0.5rem;
	text-align: center;
	position: relative;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
	border-radius: 0.42rem;
	border: 0;
}
.paginate_button.next.disabled, .paginate_button.previous.disabled {
	opacity: 0.6;
}
.newrow input[type='text'], .newrow select {
	background-color: #fff !important;
}
.newrow td { text-align: center; }

.dataTables_wrapper .dataTables_paginate span .paginate_button {
	outline: none !important;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2rem;
	min-width: 2rem;
	padding: 0.5rem;
	text-align: center;
	position: relative;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
	border-radius: 0.42rem;
	border: 0;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	color: #7E8299;
	background-color: transparent;
	margin: 0px 5px;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
	background-color: #f11b22;
	color: #ffffff;
}
div.dataTables_wrapper div.dataTables_paginate {
	display: flex;
	margin: 0;
	white-space: nowrap;
	text-align: right;
	justify-content: flex-end;
	margin-top: 14px;
}
div.dataTables_wrapper div.dataTables_info {
	float: left; margin-top: 20px;
}
.radio {
	display: flex !important;
	align-items: center;
	position: relative;
	text-align: left;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	margin: 0;
}
.radio > span {
	background-color: #EBEDF3;
	border: 1px solid transparent;
	border-radius: 50%;
	background-color: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.radio > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	box-sizing: border-box;
	padding: 0;
}

.radio.radio-lg > span {
	height: 24px;
	width: 24px;
}
.radio-inline {
	display: flex;
	flex-wrap: wrap;
}
.radio-inline .radio {
	margin-right: 1rem;
	margin-bottom: 0.35rem;
}
.radio-inline .radio span {
	margin-right: 0.75rem;
}
.radio.radio-danger > span {
	border: 1px solid transparent;
}
.radio > input:checked ~ span:after {
	display: block;
}
.radio.radio-success > input:checked ~ span {
	background-color: #1BC5BD;
}
.radio > span:after {
	content: "";
	display: none;
	border-radius: 100% !important;
}
.radio > input:checked ~ span:after {
	background-color: #ffffff;
	border-color: #ffffff;
	width: 8px;
	height: 8px;
	display: block;
}
.radio.radio-danger > input:checked ~ span {
	background-color: #F64E60;
}
.form-group {
	margin-bottom: 20px;
}
.form-group label {
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	margin-bottom: 5px;
	display: inline-block;
}
.btn.btn-primary {
	color: #FFFFFF;
	background-color: #f11b22 !important;
	border-color: #f11b22 !important;
}
.btn.btn-primary:hover {
	color: #FFFFFF !important;
	background-color: #f11b22;
	border-color: #f11b22;
}
.btn.btn-secondary {
	color: #3F4254;
	background-color: #E4E6EF;
	border-color: #E4E6EF;
}
.text-dark-50 {
    color: #7E8299;
}
.card i.redtext {
    margin-right: 8px;
    width: 25px;
    font-size: 18px;
    text-align: center;
    color: #f11b22;
}
.card .mb-1 a {
    margin: 9px 20px 0px 0px;
    display: inline-block;
    font-size: 15px;
}
.col-md-4, .col-lg-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}
.col-lg-3, .col-md-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-lg-2, .col-md-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}
#projects .content .card {
    padding: 20px;
}
.dflex {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
    margin: 0 1.25rem .5rem 0;
}
.dflext {
	margin-right: 1.25rem !important
	margin-bottom: 0.5rem !important;
	flex: 1 1 auto !important;
	align-items: center !important;
	display: flex !important;
}
.dflexc {
	color: #3F4254 !important;
	flex-direction: column !important;
	display: flex !important;
}
.dflexc .title {
	color: #f11b22 !important;
	font-size: 0.925rem;
	font-weight: 600 !important;
}
.dflexc .cont {
	font-size: 1rem !important;
	font-weight: 600 !important;
}
.dflext .lgicon {
	font-size: 2rem !important;
	margin-right: 28px !important;
}
.cellpadding th, .cellpadding td {
    padding: 8px 10px !important;
}

table tr td.bgnegative {
	background-color: #F11B22 !important;
	color: #FFF !important;
}
table tr td.bgpositive {
	background-color: #008000 !important;
	color: #FFF;
}
tr.bgcomplete td {
	background-color: #008000 !important;
	color: #FFF;
}
table.edittable tr.bgcomplete td input, table.edittable tr.bgcomplete td select {
	background-color: #008000 !important;
	color: #FFF;
}
table.edittable.cellpadding td {
    padding: 0px !important;
}
table.edittable.cellpadding td input {
	padding: 2px 5px;
	border: 2px solid transparent;
    background-color: #eef0f8;
    width: 100%;
}
table.edittable.cellpadding td select {
    background-color: #eef0f8;
    border: 2px solid transparent;
}
table.edittable tr td.bgnegative input, table.edittable tr td.bgpositive select {
	background-color: #F11B22 !important;
	color: #FFF !important;
}
table.edittable tr td.bgpositive input, table.edittable tr td.bgpositive select {
	background-color: #008000 !important;
	color: #FFF;
}
table.edittable select {
    padding: 5px;
    width: 100%;
}
.edittable .taright input { text-align: right; width: 120px; }
.edittable .tacenter input { text-align: center; }
.edittable .taleft input { text-align: left; }
#projectOperationsTable {
	/* box-shadow: 0px 0px 2px 0px #000; */
}
#projectOperationsTable th, #projectOperationsTable td,
#projectSupplementsTable th, #projectSupplementsTable td {
	border: 1px solid #fff;
	background-color: #eef0f8;
}
#projectSupplementsTable .fieldgroup {
}
#projectSupplementsTable .fieldgroup,
#projectSupplementsTable .fieldgroup input,
#projectSupplementsTable .fieldgroup select {
    background-color: #dadeea;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}