body {
    font-family: Roboto, "Helvetica Neue", sans-serif; 
    font-size: 14px;
    color: #535763;
    font-weight: 400;
    background: #f4f5fa;
    position: relative;
}
h1, h2, h3, h4, h5 {
    color: #060606;
    font-weight: 500 !important;
}
.comp-card {
	padding:15px;
}
.dashboard_bg1 .card {
    background-color: #4680ff;
    color: #fff;
    cursor: pointer;	
}
.dashboard_bg4 .card {
    background-color: #11c15b;
    color: #fff;
    cursor: pointer;
}
.dashboard_bg3 .card {
    background-color: #6644da;
    color: #fff;
    cursor: pointer;
}
.dashboard_bg2 .card {
    background-color: #ffa21d;
    color: #fff;
    cursor: pointer;
}

app-card .card {
    border-radius: 0.5rem;
    margin-bottom: 20px;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-in-out;
}
.card {
    box-shadow: 0 1px 3px 0 rgb(54 80 138 / 30%);
    margin-bottom: 30px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
}
.dashboard_bg1 .card i {
    color: #4680ff;
    background-color: #fff;
    padding: 17px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.dashboard_bg4 .card i {
    color: #11c15b;
    background-color: #fff;
    padding: 17px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.dashboard_bg3 .card i {
    color: #6644da;
    background-color: #fff;
    padding: 17px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.dashboard_bg2 .card i {
    color: #ffa21d;
    background-color: #fff;
    padding: 17px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.comp-card h3 { color:#fff; }
.comp-card i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 17px 0;
    font-size: 18px;
}
.fa, .fas {
    font-weight: 900;
}

.search-card .card-header {
    border-radius: 0.5rem 0.5rem 0 0;
}
.search-card .card-header {
    border-bottom: 0px solid #e2e5e8;
    position: relative;
}
.card-header {
    padding: 20px 25px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.search-card .card-header h5 {
    margin-bottom: 0;
    color: #060606;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}
.search-card {
    border-radius: 0.5rem;
    margin-bottom: 20px;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-in-out;
	background: #fff
}
.search-card .card-body {
    padding: 0px 25px 20px 25px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2066ff;
    border-color: #135dff;
	text-decoration: none;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
	text-decoration: none;
}
.btn {
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%), 0 2px 3px 0 rgb(0 0 0 / 19%);
    border-radius: 5px;
} 
.nav-tabs .nav-link { 
  color: #060606;
  border-radius: 0;
  font-weight: bold;
  padding: 0.5rem 0.8rem !important;
}
.nav-tabs .nav-link.active { 
  color: #4680ff;
  border-bottom: 3px solid #4680ff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e6f0;
  border-bottom-width: 2px;
  border-bottom-width: 2px;
  background: #f4f4f4;
}
.table th, .table td {
  border-bottom: 1px solid #d5d5d5;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.table td, .table th {
  padding: 5px; 
  vertical-align: middle;
}
.m-r-5 {
    margin-right: 5px;
}
.badge-light-success {
    background: rgba(17, 193, 91, 0.2);
    border-color: #bceed1;
    color: #11c15b;
}
.badge {
    font-size: 80%;
    padding: 0.35em 0.6em;
    font-weight: 600;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-header .card-header-right {
    right: 10px;
    top: 10px;
    display: inline-block;
    float: right;
    padding: 0;
    position: absolute;
}
.card-header-right a {
    margin: 5px 10px 0 0;
    padding: 5px 10px;
    background: #f4f4f4;
    border-radius: 2px;
    float: right;
}
.breadcrumb { 
  background-color: transparent;
}

.view-panel .card .card-header {
    padding: 10px 15px;
    background: #e4e4e4;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 0px solid #e2e5e8;
    position: relative;
}
.view-panel .card .card-header h5 {
  font-size: 16px;
  margin-bottom: 0;
  color: #060606;
  font-weight: 700 !important;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.1;
  position: relative;
}
.view-label {
    color: #000;
    font-weight: bold;
}
.form-control:disabled, .form-control[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}
.mandatory { 
  color: red;
  font-size: 15px;
  margin-left: 2px;
}


.auth-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
    background: #4680ff;
}
.auth-wrapper:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.2;
    background-size: cover;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
}
.auth-wrapper > div {
    z-index: 5;
}
.auth-wrapper .auth-content:not(.container) {
    width: 400px;
}
.auth-wrapper .auth-content {
    position: relative;
    padding: 15px;
    z-index: 5;
}

.margin0auto {
    margin: 0 auto;
}
.auth-wrapper .card {
    margin-bottom: 0;
    padding: 8px;
}
.auth-wrapper .auth-content:not(.container) .card-body {
    padding: 25px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.f-w-400 {
    font-weight: 400;
}
.auth-wrapper .input-group {
    background: transparent;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-prepend, .input-group-append {
    display: flex;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.95rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 2px;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.auth-wrapper a, .auth-wrapper p > a {
    color: #060606;
    font-weight: 600;
}

.password-view {
    position: absolute;
    top: 7px;
    right: 10px;
}
.pull-right {
    float: right;
}
.btn-info {
    color: #fff;
    background-color: #00acc1;
    border-color: #00acc1;
}
.login-captcha {
    height: 36px;
    width: calc(100% - 50px);
	background: #ccf;
}
.btn-block {
    display: block;
    width: 100%;
}
.text-muted {
    color: #6c757d !important;
}

.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.canvase img {
	width: 250px;
	height: 40px;
}
.card-body.card-padding{
	    padding: 0px 25px 50px 25px !important;
}
.style-align{
	float: right;
}

.card-header.card-font .title {
    font-size: 17px;
    color: #000;
}
.card-header.card-font .accicon {
  float: right;
  font-size: 18px;  
  width: 1.2em;
}
.card-header.card-font{
  cursor: pointer;
  border-bottom: none;
}
.card.card-border{
  border: 1px solid #ddd;
}
.card-body.card-border-top{
  border-top: 1px solid #ddd;
}
.card-header.card-font:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.card .card-header[data-toggle=collapse]::after{
	display: none;
}
.card .card-header[data-toggle=collapse] {
	padding: 10px 20px 10px 20px !important;
}
.card-scrollable {
	height: 500px;
	overflow: auto;
}



.add-card .card-header {
    border-radius: 0.5rem 0.5rem 0 0;
}
.add-card .card-header {
    border-bottom: 0px solid #e2e5e8;
    position: relative;
        padding: 10px 15px;
    background: #e4e4e4;
}
.add-card .card-header h4 {
    margin-bottom: 0;
    color: #060606;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}
.add-card.card {
    border-radius: 0.5rem;
    margin-bottom: 20px;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-in-out;
	background: #fff
}
.add-card .card-body {
    padding: 20px 25px 20px 25px;
}

.add-card .form-group label {
	font-weight: 600;
}

.label-txt{
	padding-top: 25px;
	font-weight: 600;
}

.label-txt-no-pad{
	font-weight: 600;
}
.search-icon {
	border: 1px solid #ced4da;
}
.search-icon input {
    border: 0px;
}
.top-pad {    
	padding-top: 25px;
}
.search-icon .input-group-append i {
    position: relative;
    top: 11px;
    right: 3px;
}
.m-t-5 {
	margin-top: 1.75rem !important;
}

.label-bottom {
	margin-bottom: 0.15rem;
}