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;
}

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

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

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

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

/************ TITLE ***************/
/************* popup ***************/
.modal-header {
  padding: 7px 15px !important;
  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 {
  text-decoration: none !important;
}

a.link {
  color: #00ADEF;
}

a.link:hover {
  color: #F7ED36;
  text-decoration: none;
}

/************* Hyper Link ***************/
/************* Button ***************/
.yellow_btn {
  border-radius: 50px;
  background: #F7ED36;
  color: #003267;
  font-weight: 600;
  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: 600;
  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;
}

/************* Button ***************/
/************* Card View ***************/
.card_view {
  border-radius: 10px;
  padding: 20px;
  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);
  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;
}

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

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

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

.pl-0 {
  padding-left: 0px;
}

/************* padding ***************/
/********************* Width *******************/
.w-125px {
  width: 125px !important;
}

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

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

/************* 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_from .form-control:focus, .form-control.focus {
  background-color: #fff;
}

.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: 27px !important;
}

.cust_from .form-group label {
  font-size: 16px;
  font-weight: 600 !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;
}

/************* form ***************/
/************* Table ***************/
.publication_table .table thead th, .publication_table .table thead td {
  Color: #ffffff;
  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 );
}

.publication_table .table thead th {
  font-weight: 500;
}

.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 ***************/
/************************ Research page ********************/
.research_page h2 {
  margin-bottom: 20px;
}

.pdf-icon {
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  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);
  margin: 4px 0px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pdf-icon svg {
  fill: #000;
  height: 35px !important;
  width: 35px;
}

.research_page .card_view:hover .pdf-icon svg {
  fill: #ff0000;
}

.research_page .card_view:hover .card-title {
  color: #00ADEF;
}

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

.research-details .card-title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}

.research-details .card-text {
  font-size: 16px !important;
  font-weight: 600;
  padding-top: 7px;
  text-align: left;
  width: 100%;
  display: inline-block;
}

.research-details .card-text span {
  font-weight: 400;
}

ul.inline-list li a {
  border-radius: 30px;
  padding: 4.5px 9px;
  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);
  display: block;
  margin-left: 2px;
}

ul.inline-list li a: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;
}

ul.inline-list li a svg {
  width: 15px;
  height: 15px;
}

ul.inline-list li a:hover svg {
  fill: #003267;
}

ul.inline-list li button.download_icon {
  border-radius: 30px;
  padding: 4.5px 9px;
  border: 0px;
  background: #fff;
  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);
  display: block;
  margin-left: 2px;
}

ul.inline-list li button.download_icon: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;
}

ul.inline-list li button.download_icon svg {
  width: 15px;
  height: 15px;
}

ul.inline-list li button.download_icon:hover svg {
  fill: #003267;
}

.archive-btn svg {
  height: 15px;
  width: 15px;
}

.research_page .sub_title_format {
  margin-bottom: 20px;
}

.pub_btn {
  float: right;
  margin-top: 20px;
}

.publication_table {
  margin-bottom: 0px !important;
}

.link_articles .link_articles_view ul {
  float: right;
}

.link_articles .link_articles_view {
  display: contents;
}

ul.two_columns {
  padding-left: 16px;
  margin-bottom: 10px;
}

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

ul.two_columns li {
  padding: 2px 0px 10px;
  margin-bottom: 5px;
  margin-right: 30px;
}

/* border-bottom:1px solid #EEEEEE; */
ul.two_columns li ul.inline-list li {
  padding: 0px 0px !important;
  margin-bottom: 0px !important;
  margin-right: 0px;
}

/* border-bottom:0px solid #EEEEEE; */
ul.two_columns li ul.inline-list li a {
  padding: 2px 6px;
}

ul.two_columns li a {
  color: #333;
}

ul.two_columns li a:hover {
  color: #F7ED36;
}

ul.pdf_preview_title li {
  padding: 0px 10px;
  position: relative;
}

/*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 ***************/
.pdf_preview_title .card-text {
  text-align: left;
}

.archive-btn {
  float: right;
  display: block;
}

/************************ Research page ********************/
.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;
}

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

.modal-header .close {
  margin-top: 0px;
  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 {
  border: 0px;
}

/************************* 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;
}

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

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

/************************** popup ****************************/
.swal2-popup {
  align-items: flex-start;
}

.swal2-popup .swal2-title {
  margin-borttom: 0px;
}

.swal2-popup h2.swal2-title {
  color: #003267;
  font-size: 25px !important;
  font-weight: 600;
  line-height: 1.5 !important;
  text-align: center;
  margin-bottom: 0px !important;
}

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

.swal2-popup #swal2-content {
  text-align: center !important;
  color: #333 !important;
  font-weight: 400 !important;
}

.swal2-html-container {
  text-align: center !important;
  color: #333 !important;
  font-weight: 400 !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border-radius: 50px !important;
  background: #F7ED36 !important;
  border: 1px solid #F7ED36 !important;
  color: #003267 !important;
  font-weight: 600;
  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) !important;
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2) !important;
}

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

.swal2-popup .swal2-styled.swal2-cancel {
  border-radius: 50px !important;
  background: #DBDBDB !important;
  color: #000000 !important;
  font-weight: 600 !important;
  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) !important;
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2) !important;
}

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

.swal2-popup .swal2-actions {
  margin: 10px 0px 0px !important;
}

.research-pl {
  padding-left: 20px !important;
}

.bottom-footer ul {
  display: inline-block !important;
}

.modal-body {
  border-top: 0px !important;
}

.modal-header {
  border-bottom: 0px !important;
}

ul.pdf_preview_title li:first-child {
  padding-left: 0px;
}

.daily_alert .modal-header .close {
  right: 0px !important;
}

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

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

#pdfViewer canvas {
  width: 100%;
}

/********************************************* 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;
}

/************* 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 .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 .ui-button, .dataTables_wrapper .dataTables_paginate .ui-button.previous, .dataTables_wrapper .dataTables_paginate .ui-button.next {
  color: #333 !important;
  opacity: 1;
  background: transparent !important;
}

/*.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: "<";
}

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

.dataTables_info {
  position: absolute !important;
  left: 115px !important;
  padding-top: 12px !important;
}

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

.dataTables_length select {
  border-radius: 30px !important;
  height: 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, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #00ADEF !important;
  border-radius: 30px;
  border: 0px !important;
  color: #fff !important;
}

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

.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);
}

.pdfscreen {
  width: 100%;
  height: 500px;
  overflow: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pdf-icon {
    margin: 4px auto !important;
  }

  .research-pl {
    padding-left: 15px !important;
  }

  .filter-btn {
    margin-top: 0px !important;
  }

  .pdf_preview_title .sub_title_format {
    margin-bottom: 0px !important;
    line-height: 1.5rem;
  }

  .pdf_preview_title .sub_title_format:after {
    margin: 0.2rem 0 0.5rem;
  }

  .pdf_preview_title .card-text {
    font-size: 14px;
    margin-bottom: 15px;
  }

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

  .btn_back .yellow_btn_sm {
    margin-bottom: 10px;
  }

  .pdf_close_btn.yellow_btn {
    font-size: 14px;
    padding: 7px 15px;
    margin: 10px 0px 20px;
  }
}
@media (min-width: 320px) and (max-width: 413.98px) {
  .title {
    font-size: 25px !important;
  }

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

  .pdf-icon {
    width: 65px !important;
    height: 65px !important;
  }

  ul.inline-list li a, ul.inline-list li button.download_icon {
    padding: 0.5px 6px;
  }

  ul.inline-list li a svg, ul.inline-list li button.download_icon svg {
    width: 13px !important;
    height: 13px !important;
  }

  .research-pl {
    padding-left: 20px !important;
  }

  .yellow_btn_sm {
    padding: 5px 15px !important;
  }

  .research_page h2 {
    margin-bottom: 15px;
  }

  ul.ccil_side_menu li .dropdown-menu-ccil-list, ul.ccil_side_menu li a {
    padding: 4px 12px !important;
    font-size: 14px !important;
  }

  ul.ccil_side_menu li ul.child-menu li a {
    font-size: 13px !important;
  }

  .research-details .card-text {
    font-size: 12px !important;
  }

  .research-details .card-title {
    font-size: 14px;
  }

  .yellow_btn_sm {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }

  label {
    font-size: 14px;
  }
}
@media (min-width: 414px) and (max-width: 479.98px) {
  .research-details .card-title {
    font-size: 22px !important;
  }
}
@media (min-width: 576px) and (max-width: 734.98px) {
  .pdf-icon {
    width: 65px !important;
    height: 65px !important;
  }

  .pdf-icon {
    margin: 8px auto !important;
  }

  .pdf_close_btn.yellow_btn {
    font-size: 12px;
    padding: 7px 6px;
    margin: 10px 0px 20px;
  }

  .research-pl {
    padding-left: 50px !important;
  }

  .research-details .card-title {
    font-size: 20px;
  }
}
@media (min-width: 735px) and (max-width: 767.98px) {
  .research-pl {
    padding-left: 0px !important;
  }

  .pdf_close_btn.yellow_btn {
    font-size: 14px;
    padding: 7px 15px;
  }

  .research-pl {
    padding-left: 50px !important;
  }

  .research-details .card-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .filter-btn {
    font-size: 14px;
    padding: 10px 12px !important;
  }

  .pdf_close_btn.yellow_btn {
    font-size: 14px;
    padding: 7px 10px;
    margin: 10px 0px 20px;
  }

  .pdf_preview_title .sub_title_format {
    margin-bottom: 0px !important;
    line-height: 1.5rem;
  }

  .pdf_preview_title .sub_title_format:after {
    margin: 0.2rem 0 0.5rem;
  }

  .pdf_preview_title .card-text {
    margin-bottom: 15px;
  }

  .research-details .card-text {
    font-size: 14px !important;
  }

  .research-details .card-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
  .pdf-icon {
    width: 60px !important;
    height: 60px !important;
    margin: 0px 0px;
  }

  .research-pl {
    padding-left: 15px !important;
  }

  .title {
    font-size: 25px !important;
  }

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

  ul.inline-list li a, ul.inline-list li button.download_icon {
    padding: 0.5px 6px;
  }

  ul.inline-list li a svg, ul.inline-list li button.download_icon svg {
    width: 13px !important;
    height: 13px !important;
  }

  .research-pl {
    padding-left: 30px !important;
  }

  .research-details .card-text {
    font-size: 14px !important;
  }

  .research-details .card-title {
    font-size: 20px;
  }

  .yellow_btn_sm {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }

  .pdf_close_btn.yellow_btn {
    padding: 10px 11px;
  }
}
@media (min-width: 1024px) and (max-width: 1079.98px) {
  .pdf-icon {
    width: 60px !important;
    height: 60px !important;
    margin: 0px 0px;
  }

  .title {
    font-size: 25px !important;
  }

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

  ul.inline-list li a, ul.inline-list li button.download_icon {
    padding: 0.5px 6px;
  }

  ul.inline-list li a svg, ul.inline-list li button.download_icon svg {
    width: 13px !important;
    height: 13px !important;
  }

  .research-pl {
    padding-left: 30px !important;
  }

  .research-details .card-text {
    font-size: 14px !important;
  }

  .research-details .card-title {
    font-size: 20px;
  }

  .yellow_btn_sm {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }

  .pdf_close_btn.yellow_btn {
    padding: 10px 11px;
  }
}
@media (min-width: 1080px) and (max-width: 1199.98px) {
  .pdf-icon {
    width: 65px !important;
    height: 65px !important;
    margin: 0px 0px;
  }

  .title {
    font-size: 25px !important;
  }

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

  ul.inline-list li a, ul.inline-list li button.download_icon {
    padding: 0.5px 6px;
  }

  ul.inline-list li a svg, ul.inline-list li button.download_icon svg {
    width: 13px !important;
    height: 13px !important;
  }

  .research-pl {
    padding-left: 30px !important;
  }

  .research-details .card-text {
    font-size: 14px !important;
  }

  .research-details .card-title {
    font-size: 20px;
  }

  .yellow_btn_sm {
    padding: 4px 12px !important;
    font-size: 13px !important;
  }

  .pdf_close_btn.yellow_btn {
    padding: 10px 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1279.98px) {
  .pdf-icon {
    width: 65px !important;
    height: 65px !important;
  }

  .research-details .card-title {
    font-size: 21px;
  }

  /*.research-pl{padding-left:20px !important;}*/
}
@media (min-width: 1280px) and (max-width: 1365.98px) {
  .pdf-icon {
    width: 70px !important;
    height: 70px !important;
  }

  .research-details .card-title {
    font-size: 22px;
  }

  /*.research-pl{padding-left:20px !important;}*/
}
@media (min-width: 1366px) and (max-width: 1399.98px) {
  .pdf-icon {
    width: 70px !important;
    height: 70px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1919.98px) {
  .research-pl {
    padding-left: 20px !important;
  }
}
@media (min-width: 1920px) {
  .research-pl {
    padding-left: 0px !important;
  }
}
#outerContainer #mainContainer div.toolbar {
  display: none !important;
  /* hide PDF viewer toolbar */
}

#outerContainer #mainContainer #viewerContainer {
  top: 0 !important;
  /* move doc up into empty bar space */
}

.toolbarViewer {
  display: none !important;
}

#sidebarContainer, #viewerContainer {
  top: 0 !important;
}

#mainContainer .toolbar {
  position: absolute !important;
  left: auto !important;
  right: 22px !important;
  width: auto !important;
  min-width: 640px !important;
}

#mainContainer .toolbar:not(:hover) {
  width: 32px !important;
  min-width: 0 !important;
  height: 36px !important;
  overflow: hidden !important;
}

#secondaryToolbar {
  right: 26px !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;
  }
}