body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
}

/************************ standard css ********************/
/************* TITLE ***************/
.sub_title_format {
  color: #003267;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  text-align: left;
}

.sub_title_format::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

h2 {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

.title {
  color: #00ADEF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #F7ED36;
  display: block;
}

/************* TITLE ***************/
/************* popup ***************/
.modal-header {
  padding: 7px 15px;
  border: 0px;
}

.modal-header .close {
  margin-top: 7px;
  position: relative;
  z-index: 9;
}

.close {
  opacity: 1;
  color: #003267;
}

/************* popup ***************/
/************* Hyper Link ***************/
a {
  color: #00ADEF;
}

a:hover {
  color: #003267;
  text-decoration: none !important;
  transition: 0.5s ease;
}

/************* Hyper Link ***************/
/************* Button ***************/
.yellow_btn {
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 500;
  padding: 10px 30px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.yellow_btn:hover {
  transition: 0.5s ease;
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.grey_btn {
  border-radius: 50px;
  background: #DBDBDB;
  color: #000000;
  font-weight: 500;
  padding: 10px 30px;
  border: 1px solid #DBDBDB;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.grey_btn:hover {
  transition: 0.5s ease;
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.yellow_btn_sm {
  font-size: 14px;
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  padding: 7px 20px;
  border: 1px solid #F7ED36;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.yellow_btn_sm:hover {
  color: #ffffff;
  border: 1px solid #00ADEF;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}

.yellow_btn_sm svg {
  fill: #003267;
  height: 15px;
  width: 15px;
  padding-top: 5px;
}

.yellow_btn_sm:hover svg {
  fill: #ffffff;
  transition: 0.5s ease;
}

.red_btn {
  font-size: 14px;
  border-radius: 50px;
  background: #FF0000;
  color: #ffffff;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #FF0000;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.red_btn:hover {
  background: #ffffff;
  color: #FF0000;
  border: 1px solid #FF0000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.red_btn svg {
  fill: #ffffff;
  height: 15px;
  width: 15px;
}

.red_btn:hover svg {
  fill: #FF0000;
}

.green_btn {
  font-size: 14px;
  border-radius: 50px;
  background: #008000;
  color: #ffffff;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #008000;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
}

.green_btn:hover {
  background: #ffffff;
  color: #008000;
  border: 1px solid #008000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.green_btn svg {
  fill: #ffffff;
  height: 15px;
  width: 15px;
}

.green_btn:hover svg {
  fill: #008000;
}

/************* Button ***************/
/************* Card View ***************/
.card_view {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  display: block;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.card_view:hover {
  box-shadow: inset 0 3px 12px #c2eeff;
  -moz-box-shadow: inset 0 3px 12px #c2eeff;
  -webkit-box-shadow: inset 0 3px 12px #c2eeff;
  transition: 0.5s ease;
}

/************* Card View ***************/
/************* flaot ***************/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/************* flaot ***************/
/************* text color ***************/
.text_dark_blue {
  color: #003267;
}

.text_red {
  color: #FF0000 !important;
}

/************* text color ***************/
/************* Margin ***************/
.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-0 {
  margin-bottom: 0px;
}

/************* Margin ***************/
/************* padding ***************/
.pr-0 {
  padding-right: 0px;
}

/************* padding ***************/
.w-50px {
  width: 50px;
}

.w-80px {
  width: 80px;
}

.w-75px {
  width: 75px;
}

.w-100px {
  width: 100px;
}

.w-125px {
  width: 125px !important;
}

/************* Inline list ***************/
ul.inline-list {
  padding-left: 0px;
}

ul.inline-list li {
  list-style: none;
  display: inline-block;
}

ul.list {
  padding-left: 16px;
}

ul.list li {
  list-style: disc;
  line-height: 26px;
}

ul.list li::marker {
  color: #00ADEF;
}

/************* Inline list ***************/
/*ul.pdf_preview_title li::after{content: "|";position: absolute;top: 0px;left: -2px;}
ul.pdf_preview_title li:first-child::after{content: "";}*/
ul.pdf_preview_title li h4 {
  margin-bottom: 7px;
}

ul.pdf_preview_title li .card-text {
  margin-bottom: 7px;
}

ul.pdf_preview_title li h4, ul.pdf_preview_title li {
  margin-bottom: 7px;
}

ul.pdf_preview_title li .card-text span {
  font-weight: 700;
}

/************* Inline list ***************/
ul.inline-list {
  padding-left: 0px;
}

ul.inline-list li {
  list-style: none;
  display: inline-block;
}

ul.list-without-bulit {
  padding-left: 0px;
}

ul.list-without-bulit li {
  list-style: none;
  display: block;
}

ul.list-without-bulit li.card-text {
  margin-bottom: 25px;
}

/************* Inline list ***************/
/************* list in 2 columns ***************/
ul.two_columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/************* list in 2 columns ***************/
/************* form ***************/
.cust_form {
  text-align: left;
}

.cust_form .form-control {
  border: 1px solid #EEEEEE;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  height: 40px;
  padding: 9px 12px;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: #EEEEEE !important;
  color: fieldtext !important;
}

.cust_form .form-control:focus, .cust_form .form-control:hover {
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  transition: 0.7s ease;
}

.cust_from .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 0rem;
}

.cust_from.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.filter-btn {
  margin-top: 23px;
}

label {
  font-size: 16px;
  font-weight: 500 !important;
}

.cust_from .form-group label {
  font-size: 16px;
  font-weight: 500 !important;
}

.cust_form .form-group {
  margin-bottom: 20px;
}

.cust_form .form-group input {
  margin-bottom: 10px;
}

.cust_form .form-group label.custom-control-label {
  padding-left: 10px;
}

.cust_radio .checkbox-inline, .cust_radio .radio-inline {
  padding-left: 30px;
}

.cust_radio .checkbox-inline input, .cust_radio .radio-inline input {
  margin-left: -30px;
}

.cust_radio p.radio_title {
  font-weight: 500 !important;
}

.cust_form textarea.form-control {
  height: auto;
  border-radius: 15px;
}

/************* form ***************/
/************* Table ***************/
.publication_table .table thead th, .publication_table .table thead td {
  Color: #ffffff;
  font-weight: 500;
  vertical-align: middle;
  background: #00abef;
  background: -moz-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00abef), color-stop(100%, #003267));
  background: -webkit-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -o-linear-gradient(top, #00abef 0%, #003267 100%);
  background: -ms-linear-gradient(top, #00abef 0%, #003267 100%);
  background: linear-gradient(to bottom, #00abef 0%, #003267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00abef", endColorstr="#003267", GradientType=0 );
}

.table thead th, .table thead td {
  vertical-align: middle;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.detele_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #003267;
}

.detele_table_icon svg:hover, .pdf_table_icon svg:hover, .view_table_icon svg:hover {
  fill: #F7ED36;
}

.pdf_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #ff0000;
}

.view_table_icon svg {
  height: 25px;
  width: 25px;
  fill: #00adef;
}

/************* Table ***************/
.dataTables_wrapper .ui-toolbar {
  background: #ffffff !important;
}

.dataTables_length select {
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #EEEEEE;
}

.dataTables_wrapper .dataTables_filter {
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #EEEEEE;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 400px;
  margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px 15px !important;
}

/*.dataTables_wrapper .dataTables_paginate .fg-button{background: #00adef !important;
    color: #fff !important;
    border-radius: 30px !important;
    width: 26px !important;
    padding: 2px !important;
    height: 26px !important;
    text-align: center !important;
    font-size: 14px !important;
    }*/
.dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled, .dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled:hover, .dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled:visited, .dataTables_wrapper .dataTables_paginate .ui-button.ui-state-disabled:active {
  background: #00adef !important;
  color: #fff !important;
  border-radius: 30px !important;
  width: 26px !important;
  padding: 2px !important;
  height: 26px !important;
  text-align: center !important;
  font-size: 14px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #00adef !important;
  color: #fff !important;
  border-radius: 30px !important;
  /*width: 26px !important;*/
  text-align: center !important;
  font-size: 14px !important;
  border-color: #00adef !important;
}

.dataTables_length select {
  border-radius: 30px !important;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #EEEEEE;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button.current{}*/
table.dataTable.no-footer {
  border-bottom: 1px solid #eeeeee !important;
}

.dataTables_paginate a {
  font-weight: 400;
}

.dataTables_paginate a.previous {
  content: "<";
}

.tab-item a:hover {
  text-decoration: none;
}

/*.submenu-fragment-toggle.highlight{font-size:16px; font-weight:600;}
.single-view a{font-size:15px;}*/
.layout-frame {
  height: auto !important;
  margin-bottom: 30px;
}

.hr_form {
  text-align: left;
}

.hr_form .close img {
  height: 15px;
}

/*.hr_form button.close img{position: absolute; z-index: 9; right:15px;}*/
.hr_popup_list ul {
  padding-left: 16px;
}

.hr_popup_list ul li::marker {
  color: #003267;
}

button.close {
  opacity: 1;
}

button.close svg {
  fill: #003267;
  height: 15px;
}

.modal-header {
  padding: 7px 15px 15px !important;
}

button.close svg:hover {
  fill: #00ADEF;
  opacity: 1;
}

.modal-header .close {
  margin-top: 0px !important;
  height: 15px;
  width: 15px;
  margin-right: 0px !important;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

ul.popup_btn {
  padding-left: 0px !important;
}

ul.popup_btn li {
  padding-right: 7px;
}

.modal-header {
  height: auto !important;
  padding: 5px;
  border: 0px;
}

.modal-title {
  padding: 10px 0px;
  font-weight: 600;
}

.modal-body, .modal-header {
  border: 0px;
}

.pdf_table_icon {
  border: 0px;
  background: transparent;
}

/************************* popup ************************/
.modal-title.sub_title_format {
  margin: 0px;
  padding: 5px 0px;
  line-height: 1.5;
}

.modal-title.sub_title_format::after {
  margin: 3px 0px 0px;
}

.modal-header, .modal-body {
  border: 0rem solid #dee2e6 !important;
}

.modal-title {
  font-weight: 600 !important;
}

/************************** Search data filter *************************/
.dataTables_filter {
  float: left !important;
  text-align: left !important;
}

.dataTables_filter input, .dataTables_filter lable {
  display: block;
}

.dataTables_wrapper .dataTables_filter input {
  margin-top: 7px;
  margin-left: 0px !important;
  padding: 10px 15px;
}

.dataTables_info {
  position: absolute !important;
  left: 105px !important;
}

.dataTables_length label {
  margin-top: 10px !important;
}

.modal-open .modal.daily_alert {
  display: none !important;
}

.modal-open .modal.daily_alert.show {
  display: block !important;
}

.table-checkbox div span {
  display: none;
}

.table-checkbox .checkbox_all {
  margin-right: 5px;
}

#save-btn {
  margin: 10px 0px 15px;
}

/************************** Table Header Sticky *************************/
/* .tableFixHead{ overflow-y: auto; height: 365px; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }


.tableFixHead table{ border-collapse: collapse; width: 100%; }*/
/************************** Table Header Sticky *************************/
table.dataTable.cell-border > thead > tr > th, table.dataTable.cell-border > thead > tr > td {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

table.dataTable.cell-border > thead > tr > th:last-child, table.dataTable.cell-border > thead > tr > td:last {
  border: 0px;
}

table {
  border: 0px !important;
}

/********************************************* normal popup ***********************************************/
button.close {
  opacity: 1;
}

button.close svg {
  fill: #003267;
  height: 15px;
}

button.close svg:hover {
  fill: #00ADEF;
  opacity: 1;
}

.modal-header .close {
  margin-top: -15px;
  height: 15px;
  width: 15px;
  right: 0px;
  top: 0px;
  margin-right: 0px !important;
}

.modal-dialog {
  display: flex;
  text-align: center;
  align-items: center !important;
  justify-content: center !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px auto;
}

.modal-header .sub_title_format {
  text-align: center;
}

.modal-header .sub_title_format:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.modal-body {
  font-size: 16px;
  padding-top: 0px !important;
  border-top: 0px !important;
  padding: 0px 15px 15px;
}

.modal-open .modal {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

/********************************************* normal popup ***********************************************/
.modal-dialog {
  margin: 0px auto !important;
}

.modal.show {
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .hr_popup_list {
    text-align: center !important;
  }

  .btn_back .yellow_btn_sm {
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 413.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }

  label {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1079.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (min-width: 1080px) and (max-width: 1199.98px) {
  .title {
    font-size: 25px !important;
  }

  .sub_title_format {
    font-size: 17px !important;
  }
}
@media (max-width: 576px) and (min-width: 320px) {
  .tableinfo .dataTables_wrapper .dataTables_info {
    position: relative !important;
    left: 4px !important;
    bottom: 20px !important;
  }

  .tableinfo .dataTables_wrapper .dataTables_paginate {
    margin-top: -23px !important;
  }

  .signed-in #tabledata .dataTables_wrapper .dataTables_info {
    bottom: 20px !important;
    font-size: 14px;
    left: 17px !important;
  }

  .signed-in .dataTables_wrapper .dataTables_paginate {
    margin-top: 15px;
  }

  .signed-in .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0px;
    min-width: 0.5em;
  }
}
.pdfscreen {
  width: 100%;
  height: 500px;
  overflow: auto;
}