/* Normal */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("fonts/Roboto Condensed Regular"), local("fonts/RobotoCondensed-Regular"), url("fonts/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: local("fonts/Roboto Condensed Italic"), local("fonts/RobotoCondensed-Italic"), url("fonts/RobotoCondensed-Italic.ttf") format("truetype");
}
/* Bold */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("fonts/Roboto Condensed Bold"), local("fonts/RobotoCondensed-Bold"), url("fonts/RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: local("fonts/Roboto Condensed Bold Italic"), local("fonts/RobotoCondensed-BoldItalic"), url("fonts/RobotoCondensed-BoldItalic.ttf") format("truetype");
}
html, body {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.mcs-content {
  flex: 1 0 auto;
}

.mcs-section {
  padding-top: 20px;
  border: 2px solid #ffffff;
  box-shadow: inset 0 0 8px #000000;
}

/* Added By Ranga - to test progress Indicator*/
.mcs-section-instruction {
  /* border: 2px solid #ffffff; */
  box-shadow: inset 0 0 8px #000000;
  background: inherit;
  padding: 10px;
  /*margin:20px 10px;*/
  box-shadow: none;
}

.mcs-section-header {
  padding-bottom: 5px;
  font-family: inherit;
  box-sizing: border-box;
  border-bottom: 2px solid #25447c;
  position: relative;
}

.mcs-section-content {
  margin-top: 15px;
  min-height: 300px;
}

.mcs-section-header > .header {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.mcs-section-header > .link {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  float: right;
  position: absolute;
  bottom: 5px;
  right: 0;
}

.mcs-footer {
  color: #ffffff;
  background-color: #1c1c1c;
  flex-shrink: 0;
}

.mcs-footer-card {
  width: 90px;
  height: 56px;
  display: inline-block;
  text-align: center;
}

.mcs-footer-card > i {
  display: block;
  margin: 0 auto;
}

.mcs-footer-icon {
  margin-right: 15px;
}

.mcs-footer-icon:hover {
  color: #cccccc;
  cursor: pointer;
}

.mcs-media {
  text-align: center;
  padding: 15px;
}

.mcs-copyright {
  text-align: center;
  padding: 15px;
}

.mcs-dropdown {
  padding: 0 2px;
}

.mcs-dropdown-parent {
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
}

.mcs-dropdown-parent:hover {
  border-bottom: 3px solid #1c335d;
}

.mcs-dropdown .dropdown-item:hover {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.mcs-dropdown .dropdown-menu {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.mcs-disabled {
  background-color: rgba(0, 0, 0, 0.15);
  cursor: not-allowed;
}

.mcs-list-group-item {
  font-size: 14px;
  padding: 6px 10px;
}

.valid {
  color: green;
}

.dataTables_wrapper {
  font-size: 12px;
}

.mcs-table-info tbody th {
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-align: right;
  padding-right: 10px;
}

.mcs-table-info tbody td {
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding-left: 10px;
}

.mcs-side-menu {
  list-style: none;
  padding: 0;
  font-size: 90%;
  min-height: 460px;
  box-sizing: border-box;
  margin-top: 3px;
  cursor: pointer;
}
.mcs-side-menu li {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.mcs-side-menu li.active {
  border: 1.5px solid #25447c;
  box-sizing: inherit;
}
.mcs-side-menu li.active:hover {
  border: 1.5px solid #25447c;
  background-color: transparent;
  box-sizing: inherit;
}
.mcs-side-menu li.active .menu-title {
  background-color: #25447c;
  color: #ffffff;
}
.mcs-side-menu li.active .menu-item {
  display: block;
}
.mcs-side-menu li.active .menu-item:hover {
  background-color: rgba(37, 68, 124, 0.2);
}
.mcs-side-menu li:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(37, 68, 124, 0.2);
  box-sizing: inherit;
}
.mcs-side-menu li .menu-title {
  display: block;
  padding: 5px 10px;
}
.mcs-side-menu li .menu-item {
  display: none;
  padding: 5px 10px;
}

.mcs-step-menu {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mcs-step-menu .step {
  text-align: center;
}
.mcs-step-menu .divider {
  flex-grow: 1;
  height: 24px;
  border-top: 1px solid black;
  margin: 8px;
}
.mcs-step-menu .icon {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  cursor: not-allowed;
}
.mcs-step-menu .description {
  font-size: 12px;
  cursor: default;
}
.mcs-step-menu .current .icon {
  box-shadow: inset 0 0 6px #000000;
  cursor: default;
}
.mcs-step-menu .completed .icon {
  color: #28a745;
  cursor: pointer;
}
.mcs-step-menu .completed .icon:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.mcs-horizontal-menu {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  margin-bottom: 30px;
  cursor: pointer;
}
.mcs-horizontal-menu div {
  flex-grow: 1;
  flex-basis: 0;
  padding: 4px 8px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  text-align: center;
  background-color: #25447c;
  color: #ffffff;
  transition: background-color 0.3s;
}
.mcs-horizontal-menu div:hover {
  background-color: rgba(37, 68, 124, 0.75);
}

.mcs-calendar {
  width: 100%;
  height: auto;
  align-items: center;
  margin-bottom: 10px;
}
.mcs-calendar .header {
  display: block;
  background-color: #25447c;
  color: #ffffff;
}
.mcs-calendar .content {
  display: flex;
}
.mcs-calendar .content > div {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.mcs-calendar .content > div .date {
  min-height: 60px;
  border: 1px solid black;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

.panel>.panel-heading {
    padding-left: 0 !important;
    background: linear-gradient(rgba(36, 39, 100,0.6),rgba(36, 39, 100,1),rgba(36, 39, 100,0.8));
    color: #EAD65B;
}

.mainContent-1 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.not-allowed{
 cursor: not-allowed! important;
    
}


 .border {
  border: 1px solid grey;
}


.file-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Custome Style for popover help text for Carrier Registration App : Start */
.popover{background: #25447c;}
.popover-header {background-color:#25447c;color:#fff;padding-bottom:0px;border-bottom: 1px solid #25447c;font-size: 0.9rem; font-weight: 400;}
.popover-body {border-bottom-left-radius: calc(.3rem - 1px);border-bottom-right-radius: calc(.3rem - 1px);}
.popover .arrow::after { border-right-color: #25447c;border-left-color: #25447c;}
/* Custome Style for popover help text for Carrier Registration App : Start */