@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com");
@import url("https://fonts.gstatic.com");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

:root {
  --bodyBg: #eefaff;
  --white: #fff;
  --txtColor: #282828;
  --red: #c50000;
  --borderColor: #dee2e6;
  --brandColor: #278aaf;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  color: var(--txtColor);
  background-color: var(--bodyBg);
}
.wrapper {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  color: var(--txtColor);
  background-color: var(--bodyBg);
}

.headerDesign {
  background-color: #05347c;
  text-align: center;
}
.btn-archieve{
  background-color:#278aaf;
}
.btn-archieve:hover{
  background-color:#278aaf;
}

/*Text Styles*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 22px;
  line-height: 28px;
}
h3 {
  font-size: 18px;
}

label {
  font-size: 14px;
}
/* hidden on 04-04-2024 by madhan for img*/
/* p img {
  max-width: 24px;
} */
img.filter-image-invalid {
  width: auto;
  height: auto;
}

/*Hyperlink color*/
a {
  color: var(--brandColor);
  text-decoration: none;
}

/*List Properties*/
ol li,
ul li {
  margin-bottom: 16px;
}

/*Table Properties*/
td {
  vertical-align: bottom;
}

/*Footer*/
footer {
  margin-top: 60px;
  border-top: 1px solid var(--brandColor);
}

/*Button*/
button {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

button img {
  max-width: 16px;
  margin-right: 4px;
}

.btn-primary {
  background-color: #0b7200 !important;
  border-color: #0b7200 !important;
}

.btn-light {
  border-color: #727272;
}
.form-control-lg {
  font-size: 14px;
}
.form-item label {
  margin-bottom: 0.5rem;
}
.form-select {
  height: 37px !important;
}

/*Advt No.*/
.advt {
  font-size: 14px;
  color: #0b7200;
  font-weight: 600;
}
.advt-new {
  font-size: 20px;
  color: #0b7200;
  font-weight: 900;
}
.view.view-corrigendum-document.view-id-corrigendum_document.view-display-id-block_1 .fa.fa-file-pdf-o {
  color: red;
  font-size: 24px;
}
#node-closure-form #edit-langcode-wrapper{
  display: none;
}
.confirmation-width
{
  width:800px;
}
.confirmation-center
{
  /* display: flex; */
    justify-content: center;
    align-items: center;
}
.button-container {
  display: flex; /* Use flexbox for horizontal alignment */
  justify-content: space-between; /* Space between the two elements */
  align-items: center; /* Vertically center the elements */
}
/*added on 14/03/2024*/
#login-form .captcha__image-wrapper.js-form-wrapper.form-wrapper,
#webform-registration-form .captcha__image-wrapper.js-form-wrapper.form-wrapper,
#user-login-form .captcha__image-wrapper.js-form-wrapper.form-wrapper{
  /* Remove the form-wrapper class styles here */
  display: inline-block; 
  padding: 0px;
}
#webform-registration-form .form-actions {
  text-align: inherit;
}
/*added for screening user forgot password */
#block-userlogin-3 .item-list {
  display: none;
}

/*Form Container*/
.form-wrapper,
.formContainer,
.webform-confirmation {
  background-color: var(--white);
  padding: 48px;

  /*Border radius*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  /*Box shadow*/
  -webkit-box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.2);
}


.form-wrapper h2,
.formContainer h2,
.education-details-container legend span {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.form-wrapper h2:after,
.formContainer h2:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #278aaf;
}

.form-wrapper .mand {
  color: var(--red);
}
.form-wrapper fieldset,
.form-wrapper fieldset legend,
.form-wrapper fieldset .fieldset-wrapper {
  border: none;
  padding: 0;
  margin: 0;
}
.form-wrapper .webform-flexbox {
  margin: 0;
}

.custom-width {
  max-width: 800px; /* Adjust the width as needed */
  margin: 0 auto; /* Center the content */
}
.custom-width td{
  vertical-align: text-top;
}
.view.view-get-advertisement-user-details.view-id-get_advertisement_user_details.view-display-id-block_1 thead {
  background-color: #278aaf;
  color: #fff;
}
.summary #DataTables_Table_0_info {
  display: none;
}
.table .table-striped .views-table .views-view-table .cols-0
{
  width: 50% !important;
}
.form-wrapper .form-wrapper {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  background: none;
}
.webform-confirmation__message {
  line-height: 30px;
}
.webform-confirmation__back a {
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  background: #0b7200;
  padding: 0 15px;
  border-radius: 6px;
}
.submission-data {
  max-width: 700px;
}
.submission-data .table {
  border: 1px solid #dcdcdc;
}

/*Breadcrumb Properties*/
.breadcrumb {
  border-bottom: 1px solid var(--brandColor);
  margin-bottom: 48px;
  padding-bottom: 10px;
  margin-top: 10px;
}

/*Custom Form Control*/
.form-control-lg {
  font-size: 14px;
}

/*Upload Button Container*/
td > .uploadBtn {
  margin-bottom: 16px;
}

td > .uploadBtn:last-of-type {
  margin-bottom: 0;
}

.uploadBtn p {
  margin-bottom: 0;
}

.uploadBtn label {
  background-color: #0b7200;
  color: #fff;
  padding: 8px 16px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.uploadBtn img {
  max-height: 16px;
  padding-right: 4px;
}
.webform-component-file input[type="file"]::before {
  content: "Choose";
}
/*Multistep classes*/
.steps {
  width: 100%;
  font-size: 13px;
  text-align: center;
  position: relative;
  line-height: 1.3;
}
.webform-progress {
  max-width: 1320px;
  margin: 0 auto;
}

.progressBar {
  height: 2px;
  background-color: #727272;
  width: 90%;
  position: absolute;
  top: 20px;
  z-index: 1;
}

.progressBar ~ .col {
  position: relative;
  z-index: 2;
}

.progressBar ~ .col.active:last-of-type:after {
  content: none;
}

.steps .imgContainer {
  width: 40px;
  height: 40px;
  background-color: #727272;
  border: 3px solid #b0b0b0;
  margin-left: auto;
  margin-right: auto;

  /*Border Radius*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
div#block-ncsstheme-breadcrumbs ol.breadcrumb {
  visibility: hidden;
}
.steps figcaption {
  margin-top: 8px;
}

.steps .active:after {
  content: "";
  height: 2px;
  background-color: #00d12d !important;
  width: 100%;
  position: absolute;
  top: 20px;
  z-index: -1;
}
.text-align-row
{
  padding-top: 1%;
}
.position-atright
{
  margin-left: 19%;
}
.steps .active .imgContainer {
  background-color: #008e1f;
  border-color: #00d12d;
}

.steps .active figcaption {
  color: #008e1f;
  font-weight: 600;
}

.imgContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.steps .imgContainer img {
  max-width: 16px;
  width: 100%;
}

textarea {
  min-height: 100px !important;
  max-height: 100px;
}

/*Table*/
.table {
 /* / margin-top: 16px; */
  margin-top: 0px;
  margin-bottom: 0;
}
.tb-head{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #278aaf;
  text-align: center;
  height: 25px;
}
.text-value{
  font-weight:normal;
}
.labelvalue{
  font-style: normal;
  border-spacing: 1px;
  width:100px !important;
  font-weight:bold;
}

.table-header {
  width: 100%;
  /* display: flex; */
  justify-content: space-between;
  /* align-items: center; */
  margin-top: 24px;
  height: 35px;
  text-align: center;
  color: #fff;
  background: #278aaf;
  font-size: 16px;
}
.pen{
  float:right;
}

.table-header h3 {
  margin: 0;
}

.two-col-table table {
  margin-bottom: 0;
  font-size: 14px;
}

.two-col-table tr > td:last-of-type {
  font-weight: 600;
  width: 60%;
}

.two-col-table tr > td:first-of-type {
  width: 40%;
}

.two-col-table td > input[type="text"],
.two-col-table td > input[type="file"],
.two-col-table td > select {
  width: 50%;
}

.two-col-table td {
  vertical-align: middle;
}

.two-col-table > table > tbody > tr > td > table > tbody > tr > td {
  width: auto !important;
}

.two-col-table > table > tbody > tr > td > table > tbody > tr > td .smallText {
  font-weight: 600;
}

.two-col-table > table > tbody > tr > td > table > tbody > tr > td img.mw-60px {
  margin-right: 16px;
}

.two-col-table > table > tbody > tr > td > table > tbody > tr > td button {
  padding: 8px 16px;
  margin-left: 16px;
}

.two-col-table
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td
  button:hover {
  background-color: #dc3545;
}

.multi-column-table table,
.single-column-table table {
  font-size: 14px;
}

.single-column-table span {
  font-weight: 600;
}

/*.multi-column-table .form-control-lg  {
    font-size:14px;
}*/

/*Utility Classes*/
.borderBox {
  border: 1px solid var(--borderColor);

  /*Border radius*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.smallText {
  font-size: 13px;
  font-weight: 400;
}

.borderTop {
  border-top: 1px solid var(--borderColor);
}

.colorRed {
  color: var(--red);
}

.mw-200px {
  max-width: 200px;
}

.mw-60px {
  max-width: 60px;
  width: 100%;
}

/*Modal Properties*/
.modal-title img {
  max-width: 24px;
  margin-right: 16px;
}

/*Post Code Page*/
.postSpecs .row:nth-child(1) {
  background-color: var(--brandColor);
  color: var(--white);
}

.postSpecs .row:nth-child(2) {
  background-color: #9ce4ff;
}

.postSpecs p {
  margin: 8px 0;
  float: left;
}
.postSpecs p span {
  font-weight: 600;
}

input[type="radio"],
input[type="checkbox"] {
  border-width: 2px;
}

.select2-container--default .select2-selection--single {
  height: 33px;
  border: var(--bs-border-width) solid var(--bs-border-color);
}
.form-control {
  margin-top: 0;
}
.form-actions {
  text-align: center;
}
.webform-progress-tracker
  .progress-step:not(.is-active)
  .progress-marker::before,
.webform-progress-tracker .progress-step:hover .progress-marker::before,
.webform-progress-tracker .progress-step .progress-marker::after {
  border-color: #b0b0b0;
}
.webform-progress-tracker
  .progress-step:not(.is-active)
  .progress-marker::before,
.webform-progress-tracker
  .progress-step:not(.is-complete)
  .progress-marker::before,
.webform-progress-tracker .progress-step:hover .progress-marker::before,
.webform-progress-tracker .progress-step .progress-marker::after {
  border-color: #b0b0b0;
}
.progress-marker::after {
  z-index: 0;
  top: 20px;
  height: 2px;
}
.progress-marker::before {
  height: 40px;
  width: 40px;
  background-color: #727272;
  border: 3px solid #b0b0b0;
  cursor: pointer;
}

.progress-marker.customicon1::before {
  content: "";
  background: #727272 url(../../ncsstheme/images/basic-details.png) 50% 50%
    no-repeat;
  background-size: 16px 16px !important;
}
.progress-marker.customicon2::before {
  content: "";
  background: url(../../ncsstheme/images/education-details.png) 50% 50%
    no-repeat;
  background-size: 16px 16px !important;
}
.progress-marker.customicon3::before {
  content: "";
  background: url(../../ncsstheme/images/exp-details.png) 50% 50% no-repeat;
  background-size: 16px 16px !important;
}
.progress-marker.customicon4::before {
  content: "";
  background: url(../../ncsstheme/images/prof-details.png) 50% 50% no-repeat;
  background-size: 16px 16px !important;
}
.progress-marker.customicon5::before {
  content: "";
  background: url(../../ncsstheme/images/other.png) 50% 50% no-repeat;
  background-size: 16px 16px !important;
}
.progress-marker.customicon6::before {
  content: "";
  background: url(../../ncsstheme/images/upload.png) 50% 50% no-repeat;
  background-size: 16px 16px !important;
}
.progress-marker.customicon7::before {
  content: "";
  background: url(../../ncsstheme/images/preview.png) 50% 50% no-repeat;
  background-size: 16px 16px !important;
}
.progress-marker.customicon8::before {
  content: "";
  background: url(../../ncsstheme/images/apply.png) 50% 50% no-repeat;
  background-size: 16px 16px !important;
}
.progress-marker.customicon9::before {
  content: "";
  background: url(../../ncsstheme/images/end.png) 50% 50% no-repeat;
  background-size: 16px 16px !important;
}
.progress-step.is-active .progress-marker::before,
.progress-step.is-complete .progress-marker::before {
  background-color: #008e1f !important;
  border-color: #00d12d !important;
}
.progress-step.is-active .progress-marker::after,
.progress-step.is-complete .progress-marker::after {
  background-color: #00d12d !important;
}
.webform-progress {
  font-size: 13px;
}
.webform-progress-tracker .progress-step.is-active .progress-title,
.webform-progress-tracker .progress-step.is-complete .progress-title {
  color: #008e1f !important;
}
.webform-progress-tracker
  .progress-step.is-active:hover
  .progress-marker::before,
.webform-progress-tracker
  .progress-step.is-complete:hover
  .progress-marker::before {
  background-color: #008e1f !important;
}
.progress-tracker {
  margin: 10px 0;
}
.webform-progress__status {
  display: none;
}
.custom-button-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #008e1f;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.custom-button-link:hover {
  display: inline-block;
  padding: 10px 20px;
  background-color: #008e1f;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.accountbutton{
  margin-top: -33%;
  margin-left: 12%;
}
.no-line-break p {
  display: inline;
}

/* Preview page */
.webform-container-type-details.card {
  border: none;
}
.webform-container-type-details .card-header {
  font-size: 18px;
  font-weight: 600;
  border: none;
  margin: 30px 0 20px;
  padding: 0;
}
.webform-container-type-details .card-header::marker {
  display: none;
  content: "";
}
.webform-container-type-details .details-wrapper {
  padding: 0;
  border: 1px solid #dee2e6;
  border-bottom: none;
}
.webform-container-type-details .details-wrapper .webform-element {
  margin: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #dee2e6;
}
.webform-container-type-details .details-wrapper .webform-element.form-select {
  border: none;
  background: none;
}

.webform-container-type-details
  .details-wrapper
  .webform-element:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.webform-container-type-details .details-wrapper .webform-element label {
  flex: 0 0 50%;
  margin: 0 10px 0 0;
  padding: 9px;
  font-weight: 400;
  border-right: 1px solid #dee2e6;
}
.webform-container-type-details legend {
  display: none;
}
.webform-container-type-details
  .details-wrapper
  .webform-container
  .webform-element
  .item-list
  li
  b {
  display: inline-block;
  vertical-align: middle;
  min-width: 45%;
}
.webform-container-type-details .details-wrapper .webform-element .item-list {
  padding: 5px 0;
}
.webform-container-type-details
  .details-wrapper
  .webform-element
  .item-list
  li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  line-height: 30px;
}
.webform-container-type-details
  .details-wrapper
  .webform-element
  .webform-image-file {
  width: 10%;
  margin: 10px;
  padding: 3px;
  border: 1px solid #afafaf;
}

.marquee-h {
  background: #05347c;
  color: #fff;
}
.marquee-h .ticker_slider {
  background: #2891cf;
  width:100%;
}
.marquee-h .ticker_slider marquee {
  padding-top: 8px;
}
.marquee-h .str_origin {
  width: 100%;
}
.marquee-h .str_origin a {
  color: #fff;
}
.marquee-h .str_origin a:hover {
  text-decoration: underline;
}
.marquee-h .str_origin a:after {
  content: " \25CF ";
  color: rgba(0, 0, 0, 0.5);
}
.marquee-h .str_origin a:last-child::after {
  display: none;
}
.carousel button img {
  max-width: 50px;
  height: 50px;
}
.carousel-item img {
  max-width: 100%;
  width: -webkit-fill-available;
}

/* Login Form*/
.block-user-login-block,
.user-register-form {
  background-color: var(--white);
  padding: 48px;
  max-width: 600px;
  margin: 50px auto;

  /*Border radius*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  /*Box shadow*/
  -webkit-box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 15px -5px rgba(0, 0, 0, 0.2);
}
.registration-header
{
  background: #2891cf;
  color:#fff;
  text-align: center;
  padding: 6px;
}
.block-user-login-block {
  margin: 0;
}
.block-user-login-block .form-wrapper,
.user-register-form .form-wrapper {
  padding: 0;
  background: none;
  box-shadow: none;
}
.form-date {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.user-register-form .form-wrapper .container-inline div,
.user-register-form .form-wrapper .container-inline label {
  display: block;
}
.password-strength__title {
  display: block;
  margin-bottom: 15px;
}
.instruction-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instruction-list ul li {
  flex: 0 0 48%;
}
.instruction-list-dashboard ul li {
  flex: 0 0 100%;
}
.formTop{
  padding-top: 3%;
}
/*Education Details*/
.education-details-container input[type="file"] {
  width: 225px;
}
.education-details-container .table th {
  width: 16%;
}
.education-details-container .table th:first-child {
  width: 3%;
}
.education-details-container
  .table
  .webform-multiple-table
  td.webform-multiple-table--handle {
  padding-left: 0;
}
.education-details-container .table .draggable a.tabledrag-handle {
  margin-left: -10px;
}
.education-details-container .table .js-webform-document-file .file a {
  width: 66px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.education-details-container .table th,
.education-details-container .table td {
  border: 1px solid #dbdbdb;
  vertical-align: top;
}
.education-details-container .table td.webform-multiple-table--handle {
  vertical-align: middle;
}
.education-details-container .table td {
  background: #f2f2f2;
}
.education-details-container .webform-multiple-table td input[type="image"] {
  display: block;
  margin: 8px;
}
.education-details-container
  .webform-multiple-table
  td
  input[type="image"]
  + input[type="image"] {
  margin-left: 8px;
}
.education-details-container .webform-multiple-add {
  display: flex;
  justify-content: space-between;
  margin-top: -3px;
  padding: 15px;
  border: 1px solid #dbdbdb;
}
.form-wrapper.form-actions {
  background: none;
  box-shadow: none;
}
.region-sidebar-second {
  flex: 0 0 auto;
  width: 50%;
}
/* added on 30-12-2024 */
#ex_details_table .table .draggable a.tabledrag-handle {
  display: none;
}
#pro_training_details_table .table .draggable a.tabledrag-handle {
  display: none;
}
/*end code*/
.education-details-container.experience-details-container .js-form-type-date {
  width: 50%;
  display: inline-block;
}
.education-details-container.experience-details-container
  .table
  td.webform-multiple-table--operations {
  vertical-align: middle;
}
.education-details-container.experience-details-container
  .webform-multiple-table
  td
  input[type="image"],
.education-details-container.professional-details
  .webform-multiple-table
  td
  input[type="image"],
.education-details-container.other-details
  .webform-multiple-table
  td
  input[type="image"] {
  display: inline-block;
}
.education-details-container.experience-details-container .js-form-item {
  margin-bottom: 15px;
}
.education-details-container.experience-details-container
  .webform-multiple-table
  td:nth-child(2n) {
  padding: 50px;
}
.education-details-container.experience-details-container
  .webform-multiple-table
  .table
  thead {
  display: none;
}
.education-details-container.professional-details .table th:last-child,
.education-details-container.other-details .table th:last-child {
  width: 5%;
}
.upload-details .js-form-item,
.other-details .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-list-of-research-publications.form-item-list-of-research-publications{
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  border: 1px solid #dee2e6;
  flex-direction: row;
  align-items: center;
}
.upload-details .js-form-item label,
.other-details .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-list-of-research-publications.form-item-list-of-research-publications label{
  border: none;
  flex: 0 0 60%;
  padding-left: 20px;
  background: none;
}
.upload-details .js-form-item .description,
.other-details .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-list-of-research-publications.form-item-list-of-research-publications .description{
  /* flex: 0 0 22%; */
  display: none;
}
.upload-details .js-form-item:nth-child(2n + 1),
.other-details .js-form-item.form-item.js-form-type-managed-file.form-type-managed-file.js-form-item-list-of-research-publications.form-item-list-of-research-publications:nth-child(2n + 1) {
  background-color: #f2f2f2;
}
.upload-details .webform-managed-file-preview {
  max-width: 30%;
  border-radius: 10px;
}
.upload-details .webform-managed-file-preview img.webform-image-file {
  border-radius: 10px;
}
.apply-positions {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  /* gap: 50px; */
  padding-bottom:0px;
}
/*Dashboard*/
#taxonomy-post-code
  .field.field--name-name.field--type-string.field--label-hidden.field__item {
  display: none;
}
#taxonomy-post-code .field__label {
  display: none;
}
.clickable-div {
  background-color: #278aaf;
  padding: 10px;
  border: 1px solid #278aaf;
  display: inline-block;
}

.clickable-div a {
  text-decoration: none;
  color: #000;
}

.clickable-div a:hover {
  color: #000;
}
.nav-pills {
  --bs-nav-pills-link-active-bg: #278aaf;
}
#right-side{
  margin-left: 20%;
}
.user_details{
  margin-top: -9%;
}
.right-position
{
  top: 12em;
  right: 10em;
}
.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

/* Sidebar links */
.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  background-color: #04AA6D;
  color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}
 .str_wrap
{
  overflow: visible !important;
}
/* .info_list
{
  height: 300px;
} */

#sidebar-left
{
  margin-top: -22%;
}
#edit-apply-post .view .view-content
{
 display: flex;
 flex-direction: column-reverse;
 width:100%;
}
.webform-required{
  /* padding-left: 15%; */
  display: none;
}
.btn-applyonline{
  background-color: #05347c;
  color: #fff;
}
.btn-applyonline:hover{
  background-color: #05347c;
  color: #fff;
}
.btn .btn-applicationinprogress
{
  background-color: #ffc107;
  color: #000;
}
.btn .btn-applicationinprogress:hover
{
  background-color: #ffc107;
  color: #000;
}
.bg-header{
  background-color: #278aaf;
}

/*Report section*/
.view-display-id-page_6
{
    margin-left: 7%;
    margin-right: 7%;
}
#edit-submit-webform-submissions
{
  margin-top: -15%;
  margin-right: 34%;
}
table.table.table-striped.views-table.views-view-table.cols-6 {
  margin-top: -8%;
}
.login-form
{
  margin-bottom: 8%;
}

/*Media Queries*/
@media screen and (max-width: 1200px) {
  /* Force table to not be like tables anymore */
  .multi-column-table table,
  .multi-column-table thead,
  .multi-column-table tbody,
  .multi-column-table th,
  .multi-column-table td,
  .multi-column-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .multi-column-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .multi-column-table tr {
    border: 1px solid #ccc;
  }

  .multi-column-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 50%;
  }

  .multi-column-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 50%;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #000;
    font-weight: bold;

    /*Translate Properties*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1199px) {
  /*Form Footer*/
  .formFooter .text-end {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .webform-flex--container > .form-item {
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 768px) {
  .steps {
    overflow-x: auto;
  }

  .steps .col:after {
    content: "";
    height: 2px;
    background-color: #727272;
    width: 100%;
    position: absolute;
    top: 20px;
    z-index: -1;
  }

  .steps .col:last-of-type:after {
    content: none;
  }

  .progressBar {
    display: none;
  }

  .two-col-table tr > td:first-of-type,
  .two-col-table tr > td:last-of-type {
    display: block;
    width: 100%;
  }

  .two-col-table tr > td:last-of-type {
    padding-top: 0;
  }

  .form-wrapper {
    padding: 24px;
  }

  .multi-column-table td {
    padding-top: 36px;
    padding-left: 2%;
  }

  .multi-column-table td:before {
    top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .two-col-table td > input[type="text"],
  .two-col-table td > input[type="file"],
  .two-col-table td > select {
    width: 100%;
  }
}

@media screen and (max-width: 575.98px){
  .logo {height: 30px;
}
}

/* webform upload button design*/

.uploadBtn input {
  background-color: #0b7200;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.containernew {
  width: 100% !important;
}

* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* added for submission-view page*/
.view.view-submission-view.view-id-submission_view.view-display-id-page_1 .form-item-completed-1{
  padding-left: 30%;
}
.view.view-submission-view.view-id-submission_view.view-display-id-page_1 fieldset#edit-webform-submission-value--wrapper{
  margin-left: 30%;
}
.right-position {
  top: 12em;
  right: 8em;
}
.view.view-submission-view.view-id-submission_view.view-display-id-page_4 .form-item-completed-1{
  padding-left: 30%;
}
.view.view-submission-view.view-id-submission_view.view-display-id-page_4 fieldset#edit-webform-submission-value--wrapper{
  margin-left: 30%;
}

@media screen and (max-width: 575px) {
  .container.adv_notify_doc_webform{
    margin-left: 1% !important;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_1 .form-item-completed-1,.view.view-submission-view.view-id-submission_view.view-display-id-page_1 .form-item-completed-2{
    padding-left: 10%;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_1 fieldset#edit-webform-submission-value--wrapper{
    margin-left: 10%;
  }
  .right-position {
    top: 6em !important;
    right: 6em !important;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_4 .form-item-completed-1, .view.view-submission-view.view-id-submission_view.view-display-id-page_4 .form-item-completed-2{
    padding-left: 10%;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_4 fieldset#edit-webform-submission-value--wrapper{
    margin-left: 10%;
  }
  .webform-required{
    padding-left: 2%;
    padding-top: 4%;
  }
  .webform-progress {
    font-size: 13px;
    padding: 1%;
  }
}
@media (min-width: 575px) and (max-width: 767.98px) {
  .container.adv_notify_doc_webform{
    margin-left: 5% !important;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_1 .form-item-completed-1, .view.view-submission-view.view-id-submission_view.view-display-id-page_1 .form-item-completed-2{
    padding-left: 10%;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_1 fieldset#edit-webform-submission-value--wrapper{
    margin-left: 10%;
  }
  .right-position {
    top: 9em !important;
    right: 8em !important;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_4 .form-item-completed-1, .view.view-submission-view.view-id-submission_view.view-display-id-page_4 .form-item-completed-2{
    padding-left: 10%;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_4 fieldset#edit-webform-submission-value--wrapper{
    margin-left: 10%;
  }
  .webform-required{
    padding-left: 6%;
  }

}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container.adv_notify_doc_webform{
    margin-left: 5% !important;
    text-align: center !important;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_1 .form-item-completed-1, .view.view-submission-view.view-id-submission_view.view-display-id-page_1 .form-item-completed-2{
    padding-left: 10%;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_1 fieldset#edit-webform-submission-value--wrapper{
    margin-left: 10%;
  }
  .right-position {
    top: 8em !important;
    right: 6em !important;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_4 .form-item-completed-1, .view.view-submission-view.view-id-submission_view.view-display-id-page_4 .form-item-completed-2{
    padding-left: 10%;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_4 fieldset#edit-webform-submission-value--wrapper{
    margin-left: 10%;
  }
  .webform-required{
    padding-left: 6%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container.adv_notify_doc_webform{
    margin-left: 5% !important;
    /* text-align: center !important; */
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_1 .form-item-completed-1{
    padding-left: 15%;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_1 fieldset#edit-webform-submission-value--wrapper{
    margin-left: 15%;
  }
  .right-position {
    top: 9em !important;
    right: 2em !important;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_4 .form-item-completed-1{
    padding-left: 15%;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_4 fieldset#edit-webform-submission-value--wrapper{
    margin-left: 15%;
  }
  .webform-required{
    padding-left: 6%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container.adv_notify_doc_webform{
    margin-left: 55% !important;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_1 .form-item-completed-1{
    padding-left: 20%;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_1 fieldset#edit-webform-submission-value--wrapper{
    margin-left: 20%;
  }
  .right-position {
    top: 11em !important;
    right: 5em !important;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_4 .form-item-completed-1{
    padding-left: 20%;
  }
  .view.view-submission-view.view-id-submission_view.view-display-id-page_4 fieldset#edit-webform-submission-value--wrapper{
    margin-left: 20%;
  }
  .webform-required{
    padding-left: 6%;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .container.adv_notify_doc_webform{
    margin-left: 55% !important;
  }
  .right-position {
    top: 12em !important;
    right: 6em !important;
  }
}
@media (min-width: 1600px) and (max-width: 1799.98px) {
  .container.adv_notify_doc_webform{
    margin-left: 65% !important;
  }
  .right-position {
    top: 12em !important;
    right: 12em !important;
  }
}
@media (min-width: 1800px) {
  .right-position {
    top: 12em !important;
    right: 20em !important;
  }
}
.view.view-dashboard-testing.view-id-dashboard_testing.view-display-id-page_1 .table.table-striped.views-table.views-view-table thead {
  color: #fff;
}
.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-phd-details-add-more-items.form-item-phd-details-add-more-items.form-no-label {
  display: none;
}
.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-intermediate1-add-more-items.form-item-intermediate1-add-more-items.form-no-label {
  display: none;
}
.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-master-s-degree-details-add-more-items.form-item-master-s-degree-details-add-more-items.form-no-label {
  display: none;
}
.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-education-details-ug-and-pg-add-more-items.form-item-education-details-ug-and-pg-add-more-items.form-no-label {
  display: none;
}
.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-ex-details-add-more-items.form-item-ex-details-add-more-items.form-no-label {
  display: none;
}
.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-pro-training-details-add-more-items.form-item-pro-training-details-add-more-items.form-no-label {
  display: none;
}
.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-reference-details-add-more-items.form-item-reference-details-add-more-items.form-no-label {
  display: none;
}
.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-reference-detail-add-more-items.form-item-reference-detail-add-more-items.form-no-label {
  display: none;
}
.webform-multiple-table--weight {
  display: none;
}
#edit-ex-details-items .description {
  display: none;
}
#edit-education-details-set .description {
  display: none;
}
#edit-education-details-set .link.tabledrag-toggle-weight, 
#ex_details_table .link.tabledrag-toggle-weight, 
#reference_details_table .link.tabledrag-toggle-weight, 
#reference_detail_table .link.tabledrag-toggle-weight,
#pro_training_details_table .link.tabledrag-toggle-weight{
  display: none;
}
#edit-address-for-corrospondence--wrapper legend ,
#edit-permanent-address-as-per-corrospendence---wrapper legend{
  display: none;
}
.education-details-container legend,
#edit-basic-details--2 legend, 
#ex_details_table legend, 
#edit-other-details--2 legend,
#edit-uploads--2 legend{
  background-color: #278aaf !important;
  color: white !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 6px !important;
  border-radius: 0 !important;
}
#edit-apply-the-position-last--2 .js-form-item.form-item.js-form-type-item.form-type-item.js-form-item-essential-.form-item-essential- label {
  display: none;
}
.clickable-div.align-self-center a {
  color: #fff !important;
}
.container-fluid.postSpecs.border .col-md-4 .field.field--name-field-select-post.field--type-entity-reference.field--label-hidden.field__item,
.container-fluid.postSpecs.border .col-md-4 .field.field--name-field-post-code.field--type-string.field--label-hidden.field__item{
  float: left;
  padding: 8px;
}
.container-fluid.postSpecs.border .col-md-4 p{
  float: left;
}
.container-fluid.postSpecs.border .field.field--name-field-number-of-post.field--type-integer.field--label-hidden.field__item,
.container-fluid.postSpecs.border .field.field--name-field-emoluments.field--type-string.field--label-hidden.field__item,
.container-fluid.postSpecs.border .field.field--name-field-age.field--type-string.field--label-hidden.field__item{
  padding: 8px;
  float: left;
}
.register-forgot {
  float: right;
}
.register-reset {
  float: right;
  margin-top: 55px;
}
.login-button{
  margin-left: 150px !important;
  margin-right: 150px;
}
.register-existing {
  float: left;
}
.webform-container-type-details.card .details-wrapper .webform-element .item-list li br,
.webform-container-type-details.card .details-wrapper .webform-element .item-list li br{
  display: none;
}
.webform-container-type-details.card .details-wrapper .webform-container .webform-element .item-list li b,
.webform-container-type-details.card .details-wrapper .webform-element .item-list li b{
  display: none !important;
}
.webform-container-type-details.card .card-header {
  font-size: 18px;
  font-weight: 600;
  border: none;
  margin: 0 0 15px !important;
  padding: 0;
  text-align: center;
}
.container.dashboard #DataTables_Table_0_filter {
  display: none;
}
.js-form-type-password {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  position: relative;
}

.js-form-type-password .shwpd {
  position: absolute;
  right: 5px;
  top: 37px;
}
.hidetaxo{
  display:none;
}
.form-item--error-message {
  color: red;
}
#apply-positionval {
  display: none;
}
.online-submit {
  text-align: center;
}
.new_slider.ticker_slider a {
  color: #fff;
}
#webform-password-reset-form {
  margin-top: 2em;
}
.changeclrcustm::before{
  background-color: #008e1f !important;
  border-color: #00d12d !important;
}
.changeclrcustmpgtitle{
color: #008e1f !important;
}

/* .datecustoms{
  display:none;
} */

/* #edit-father-s-husband-name
{
  display: none;
} */
/* .readonly-input {

  background-color: #f4f4f4;
  color: #888;
  border: 1px solid #ccc;

  pointer-events: none;
  opacity: 0.6; 
} */
/* .textreadonly{
  background-color: #f5f5f5; 
  color: #333; 
  border: 1px solid #ddd;
} */

#webform-registration-form #message {
  display:none;
  background: #f1f1f1;
  color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
  position: relative;
  padding: 15px;
  margin-top: 10px;
}

#webform-registration-form #message p {
  padding: 2px 35px;
  font-size: 14px;
}
#webform-registration-form #message h3 {
  padding: 10px 35px;
  font-size: 14px;
}
#webform-registration-form #cmessage {
  display:none;
  background: #f1f1f1;
  color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
  position: relative;
  padding: 15px;
  margin-top: 10px;
}

#webform-registration-form #cmessage p {
  padding: 2px 35px;
  font-size: 14px;
}
#webform-registration-form #cmessage h3 {
  padding: 10px 35px;
  font-size: 14px;
}
/* Add a green text color and a checkmark when the requirements are right */
#webform-registration-form #message .valid {
  color: green;
}

#webform-registration-form #message .valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
#webform-registration-form #message .invalid {
  color: #dc3140 !important;
}

#webform-registration-form #cmessage .invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

/* Add a green text color and a checkmark when the requirements are right */
#webform-registration-form #cmessage .valid {
  color: green;
}

#webform-registration-form #cmessage .valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
#webform-registration-form #cmessage .invalid {
  color: #dc3140 !important;
}

#webform-registration-form #cmessage .invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

.container.adv_notify_doc_webform.js-form-item.form-item.js-form-type-webform-markup.form-type-webform-markup.js-form-item-markup-03.form-item-markup-03.form-no-label
{
  margin-left: 60%;
  font-size:16px;
}
.expwrclass .description{
  display: none;
}


.adv_notify_doc_webform {display:none}

.view-get-advertisement-user-details .view-header 
{
width: 39%;
float: left;
}

.view-get-advertisement-user-details .view-filters 
{
width: 57%;
float: right;
}
.select-advt{
  padding-top:10px;
}
input#edit-actions-draft{
  display: none;
}
.formContainer h3 {
	background: #2891cf;
	color: #fff;
	text-align: center;
	padding: 6px;
  font-size: 14px;
}
.view.view-recruitment-notification.view-id-recruitment_notification.view-display-id-block_1 li{
  text-wrap: balance;
}
.view.view-recruitment-notification.view-id-recruitment_notification .news_list.ticker_slider.str_wrap.str_static {
  height: 180px !important;
}
.view.view-recruitment-notification.view-id-recruitment_notification .str_move.str_origin {
  height: 100% !important;
  min-height: 180px !important;
}
.view.view-recruitment-notification.view-id-recruitment_notification .str_move.str_origin marquee {
  height: 100%;
}
.terms-condition{
	padding: 50px 0 0 100px;
}

@media (max-width: 480px) {
  .formContainer {
      height: auto !important;
      min-height: 350px !important;
  }
  }