.bg-primary,
.btn-primary{
	background-color:#093161;
}

.btn-success {
  color: #fff;
  background-color: #3d9a00;
  border-color: #b5d98d;
  box-shadow: none;
}

.bg-danger, .bg-danger>a {
  color: #fff!important;
}
.bg-danger {
  background-color: #bf0a30!important;
}
.login-logo h2,
.login-logo h4{
  font-size:70%;
  font-weight: 800;
}
.login-logo small{
  font-size:50%;
  font-weight: 300;
}
.login-logo > .row > .col-7{
  display: inline-block;
}.login-logo > .row > .col-7 > small{
  display: block;
  line-height: 1;
}

.card-primary:not(.card-outline)>.card-header
{background-color:#093161;}

.required{color:#ff0000;margin-left:6px; margin-top:-5px; position:absolute;}

/* When the width is between 600px and 900px OR above 1100px - change the appearance of <div> */
@media screen and (max-width: 900px) and (min-width: 600px), (min-width: 1100px) {
	.w-md-25 {
		width: 25% !important;
	}
	.w-md-50 {
	  width: 50% !important;
	}

	.w-md-75 {
	  width: 75% !important;
	}

	.w-md-100 {
	  width: 100% !important;
	}
}

/* for small screen */
@media screen and (max-width: 600px) {

  .login-logo small{
    font-size:40%;
    font-weight: 300;
    line-height: 1;
    display: block;
    line-break: auto;
  }
  
  .login-logo > .row > .col-5{
      margin-left:0;
      width:2%;
      max-width: 30%;
  } 
  

}


@media screen and (min-width: 600px) {

.vertical-center-page {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 70vh; */
}
.application-card-width-50vw{
	width:50%;
}.application-card-width-75vw{
	width:75%;
}
}
.info-box {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.05rem;
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 50px;
    padding: 0;
    position: relative;
    width: 100%;
}
.info-box .info-box-icon {
    border-radius: .25rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
}

.info-box .info-box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px 0 10px;
}

.info-box-title{font-style:italic; font-weight:bold;}
.info-box-text{line-height: 1.25rem;}

.content-wrapper{background-color: #fbfbfb;}

.status_0{color:#d90000;}
.status_1,
.status_2{color:#666666;}
.status_3,
.status_4,
.status_5{color:#d96c00;}
.status_6,
.status_7,
.status_8,
.status_9,
.status_10,
.status_11,
.status_12,
.status_13,
.status_14,
.status_15,
.status_20{color:#008c00;}

.btn-warning {color: #fff;background-color: #ff9326;border-color: #ff9326;box-shadow: none;}
.btn-success {color: #fff;background-color: #28a745;border-color: #28a745;box-shadow: none;}
.btn-error {color: #fff;background-color: #ff2626;border-color: #ff2626;box-shadow: none;}
.dt-button-collection .dropdown-menu {
    padding: .0rem 0 .0rem 0;
    margin-top: 0.25rem;
}
nav img{max-height:60px;}

.main-footer {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    color: #869099;
    padding: 0.5rem 0 0.25rem 0;
    text-align: center;
    min-height:20px;
}

.card-body.p-0 .table tbody>tr>td:first-of-type, .card-body.p-0 .table tbody>tr>th:first-of-type, .card-body.p-0 .table tfoot>tr>td:first-of-type, .card-body.p-0 .table tfoot>tr>th:first-of-type, .card-body.p-0 .table thead>tr>td:first-of-type, .card-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: 0.75rem;
}

.modal-title .small{font-size:1rem;}
.modal-title .small .fas{font-size:0.90rem;}

[class*=icheck-]>label {
    font-size: 0.75rem;
    margin-right: 0.5rem;
}

.info-box .info-box-text, .info-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.border-success{border:2px solid #008c00;}
.border-danger{border:2px solid #ff0000;}

.btn-glowing{
-webkit-animation: glowing 1500ms infinite;
-moz-animation: glowing 1500ms infinite;
-o-animation: glowing 1500ms infinite;
animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #ffff00;}
  30% { background-color: #ff4000;}
  60% { background-color: #ff794c;}
  100% { background-color: #ffbf00;}
}

@-moz-keyframes glowing {
  0% { background-color: #ffff00;}
  30% { background-color: #ff4000;}
  60% { background-color: #ff794c;}
  100% { background-color: #ffbf00;}
}

@-o-keyframes glowing {
  0% { background-color: #ffff00;}
  30% { background-color: #ff4000;}
  60% { background-color: #ff794c;}
  100% { background-color: #ffbf00;}
}

@keyframes glowing {
  0% { background-color: #ffff00;}
  30% { background-color: #ff4000;}
  60% { background-color: #ff794c;}
  100% { background-color: #ffbf00;}
}

.em{
	font-style:italic;
}

.table thead th {
    vertical-align: top;
    border-bottom: 2px solid #029ac7;
    font-weight: normal;
    color: #029ac7;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control, 
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    /* top: 50% !important; */
	margin-top: 2px;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #5fa0ab;
    padding-top: 0.025rem 0;
}
table.dtr-details td{
	padding: 0.05rem;
	border-top:1px solid #d6ecef;
}

table.dataTable>tbody>tr.child span.dtr-title:after{content:":";}
table.dataTable>tbody>tr.child span.dtr-title,
table.dataTable>tbody>tr.child ul.dtr-details{
	font-size:0.75rem;
}

.table-responsive {
    overflow-x: unset !important;
}

div.modal table.dtr-details tr.hideonpopup{display:none;}

.form-control.int-number{text-align:left !important;}


/* UPLOAD PROFILE PICTURE STYLE */

.profile-pic-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pic-holder.circle{border-radius: 50%;}
.pic-holder {
  text-align: center;
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.pic-holder .pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 92, 105, 0.7);
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.pic-holder .upload-file-block {
  cursor: pointer;
}

.pic-holder:hover .upload-file-block {
  opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
  display: none;
}

.pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}

/* Snackbar css */
.snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  transform: translateX(-50%);
}

.snackbar.show i{
	padding-right:1rem;
}
.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}


/* UPLOAD PROFILE PICTURE STYLE */
.img-profile{
	max-width:150px;
	max-height:150px;
}

.modal.dtr-bs-modal h4.modal-title{
	font-size: 1.25rem;
    line-height: 1.5rem;
}
.modal.dtr-bs-modal .modal-header{
	padding:0.25rem;
}
.modal.dtr-bs-modal .modal-body{
	padding: 0 1rem;
}

.dtr-btn-footer{
	position: absolute;
    right: 1rem;
    bottom: 0;
}

.cursor-pointer{cursor: pointer;}

#print_modal label {
    font-weight: 700;
	display: inline-block;
    margin-bottom: 0;
}

.dt-button-collection .dt-button.buttons-columnVisibility {
    /* background: none !important; */
    /* background-color: transparent !important; */
    box-shadow: none !important;
    border: none !important;
    padding: 0.25em 1em !important;
    margin: 0 !important;
    text-align: left !important;
	display: inline-block;
}
.dt-button-collection .buttons-columnVisibility:before,
.dt-button-collection .buttons-columnVisibility.active span:before {
    display:block;
    position:relative;
    top:1.2em;
    left:0;
    width:12px;
    height:12px;
    box-sizing:border-box;
}
.dt-button-collection .buttons-columnVisibility:before {
    content:' ';
    margin-top:-15px;
    margin-left:-10px;
    border:1px solid black;
    border-radius:1px;
}
.dt-button-collection .buttons-columnVisibility.active span:before {
    font-family: 'Arial' !important;
    content:'\2714';
    margin-top: -18px;
    margin-left: -25px;
    display: table;
}
.dt-button-collection .buttons-columnVisibility span {
    margin-left:15px;
	display: inline-block;
}

.text-underline{
	text-decoration: underline;
}

/* .no-cell-wrap{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 5rem;
	white-space: nowrap;
} */


.btn-icon {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1.25rem;
  padding: 0; line-height: 1; border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-icon.edit{
  color: #2c3996;
}
.btn-icon.trash{
  color:#e94343;
}

#left.lborder {
  width:40%;
  float:left;
  border-bottom:1px solid rgb(27, 29, 28);
  height:20px;
}
#right.rborder {
  width:40%;
  float:left;
  border-bottom:1px solid rgb(27, 29, 28);
  height:20px;
}
#title.cborder {
  width:20%;
  float:left;
  height:20px;
  text-align:center;
  font-weight: bolder;
}

@media print {
  .noPrint{
    display:none;
  }
}