.buffer {
  background-color: greenyellow;
}
.box {
  border: #000 solid;
  margin: 15px !important;
}
.head {
  background-color: red;
}
.cntr {
  margin-left: auto;
  margin-right: auto;
  background-color: blue;
}

.borderBlack {
  border: 1px solid black;
}

.btn_close {
  border: none;
}
div.center > h2 {
  text-align: center;
}
th,
td {
  text-align: center;
}

#div_modal {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 99;
}

.list-row {
  cursor: pointer;
}
#logo {
  height: default;
}

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: green;
}

.btnSearch {
  display: inline-block;
  background: #1eac7e !important;
  color: #ffffff !important;
  border: none;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.2s ease-in-out, background-color 0.4s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.btnSearch:hover {
  background: #008a5e !important;
}

.btnAddRecordsContainer {
  position: absolute;
  top: 10px;
  right: 10px;
}

.btnAddRecords {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.imgAdd {
  display: inline-block;
  float: right !important;
  right: 0;
  border: 1px solid #007bff;
  border-radius: 25%;
  height: 100%;
  width: 30px;
  background-image: url("../img/plus.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  transition: 0.2s;
  z-index: 0;
}
.alert-success {
  background-color: rgb(212 237 218 / 46%) !important;
}
.alert-danger {
  background-color: rgb(248 215 218 / 46%) !important;
}
.alert-primary {
  background-color: rgb(204 229 255 / 46%) !important;
}
.btnAddRecords:hover .imgAdd {
  cursor: pointer;
  background-image: url("../img/plushover.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.btnGenerateReport {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.btnAssign {
  /* position:absolute;
    top:15px; */
  width: 30px;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.imgAssign {
  /* border:1px solid #007bff; */
  border-radius: 25%;
  height: 100%;
  width: 30px;
  background-image: url("../img/talent-management.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  transition: 0.2s;
  z-index: 0;
  display: inline-block;
}
.imgReport {
  /* border:1px solid #007bff; */
  border-radius: 25%;
  height: 100%;
  width: 30px;
  background-image: url("../img/reports.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  transition: 0.2s;
  z-index: 0;
  display: inline-block;
}

.tblResult {
  margin-top: 2vh;
  width: 100%;
}

.tblResult thead tr {
  background-color: #2c4a5a;
  color: white;
}

.tblResult thead tr th {
  padding: 5px;
}

.tblResult tbody {
  color: #002860;
  font-weight: 400;
}

.trOdd {
  background-color: #f9fdff;
}

.trOdd:hover {
  background-color: #bde3ff;
}

.trEven {
  background-color: #d9efff;
}

.trEven:hover {
  background-color: #bde3ff;
}

.txtDetails {
  font-family: Century Gothic, sans-serif;
  font-size: 10px;
  font-weight: bolder;
  transition: 0.3s;
}

.txtDetails:hover {
  color: #0ce88d;
  cursor: pointer;
}
.headerLabel {
  font-family: Century Gothic, sans-serif;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: bolder;
  letter-spacing: 0.8px;
  font-size: 12px;
}

.txtTitle {
  font-family: Century Gothic, sans-serif;
  font-weight: 900;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0 !important;
}

.btnSave {
  float: right;
  color: #fff;
  background-color: #b1b1b1;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: 0.2s;
  border-color: transparent !important;
}

.btnSave:hover {
  cursor: pointer;
  background-color: #656565;
}

.tblSubRes {
  margin: 0 !important;
  width: 100%;
  border-collapse: collapse;
  background: #d0d0d0;
}

.tblSubRes thead {
  background-color: #2c4a5a;
  color: white;
  /* border: 1px solid #454d55; */
}

.tblSubRes thead th {
  padding: 0.25rem !important;
  font-size: 14px;
  font-weight: 900;
}

.tblSubRes tbody tr:nth-child(odd) {
  background-color: #f9fdff;
  transition: 0.1s;
}
.tblSubRes tbody tr:nth-child(odd):hover {
  background-color: #bde3ff;
  cursor: default;
}
.tblSubRes tbody tr:nth-child(even) {
  background: #d9efff;
  transition: 0.1s;
}
.tblSubRes tbody tr:nth-child(even):hover {
  background: #bde3ff;
  cursor: default;
}

.txtModalTitle {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a2d35;
  text-align: center !important;
}

.txtTotal {
  padding: 5px;
  width: 100%;
  text-align: right;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}

/* .modalContent {
	margin:auto;
	background-color:#fff;
	position:relative;
	padding:0;
	outline:0;
    /* width:1300px; */
/* width:60%;
	text-align:left;
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
	animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)};
} */
/* 
.modalDiv {
	margin:auto;
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgb(00,0);
	background-color:rgba(0,0,0,0.4);
    padding-top:30px;
    z-index:99;
} */
button.def {
  background: unset;
  border: unset;
  color: white;
}
button.def:hover {
  color: black;
}
.left {
  margin: auto;
  /* width: 60%; */
  /* border: 3px solid #73AD21; */
  padding: 10px;
}
.tbl {
  cursor: pointer;
}
.btn-mancc {
  border: 1px #76767654 solid;
  padding: 1px 8px 5px 8px;
  cursor: pointer;
  background-color: #efefef;
  border-radius: 2px;
}

.btn-manccdel {
  background-color: #f8d7da;
  color: #000;
  /* float:right; */
  margin-right: 5px;
}

.liSample {
  height: 30px;
}
.btnDelContact {
  float: right;
  width: 30px;
  height: 30px;
}
ul.tmp_dc {
  height: 210px !important;
  overflow: auto !important;
}
tr.alert-success {
  color: #155724;
  background-color: #d4edda !important;
  border-color: #c3e6cb;
}
.hdrResTitleCon {
  background: #13596a !important;
  border-radius: 0.25rem;
  color: white;
  padding: 0px 20px;
  border-bottom: #e3e3e3;
}
.hdrResTitle {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin: 0 !important;
  text-align: center;
}
.modal-backdrop.show {
  opacity: 1 !important;
}
@page {
  size: landscape;
  margin: 0 !important;
}

@media print {
  html,
  body {
    /* height: 297mm;
    width: 210mm; */
    margin: 0 !important;
  }
  #logo {
    width: 15% !important;
  }
  #cog {
    display: none;
  }
  #genbtn {
    display: none;
  }
  #prntbtn {
    display: none;
  }

  .tab {
    display: none;
  }

  .printhide {
    display: none !important;
  }

  #printcont {
    height: fit-content;
  }
}
