.reg-heading {
  color: #000000;
  /*font-size: 21px;*/
  margin: 0px 0 20px 0px;
  font-weight: bold;
}

.container {
  background: #ffffff;
  margin: 0 Auto;
}

/* Header */
@media (max-width: 1200px) {
  #registrationHeader ul.navbar-right li {
    border-left: 0 none !important;
    margin-bottom: 5px;
    margin-left: 10px;
    text-align: left !important;
  }
  .nav > li > a {
    position: relative;
    display: inline;
    padding: 10px 15px;
  }
}
.iconOpacity {
  opacity: 0.6;
}

#registrationHeader .navbar-form {
  margin-top: 15px;
}

#registrationHeader .navbar-right {
  margin-top: 5px;
}

#registrationHeader ul.navbar-right li {
  border-left: 1px solid #eee;
  text-align: center;
}

#registrationHeader .btn-group {
  margin-right: 10px;
}

#registrationHeader .btn-primary {
  background-color: #000000;
  border-color: #000;
  color: #FFFFFF;
}

#registrationHeader .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000;
  border-color: #000;
  color: #FFFFFF;
}

#registrationHeader .btn-group, .btn {
  vertical-align: top;
}

.glyphicon {
  /*font-size: 10px;*/
}

.glyphicon-remove-sign {
  font-size: 31px;
}

.navbar-nav > li > a {
  padding-bottom: 0px;
  padding-top: 0px;
}

.navbar-nav > li > a {
  line-height: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Content starts */
.customTableStyle > thead > tr > th, .customTableStyleWithoutField > thead > tr > th {
  border-bottom: 2px solid #3D434B;
  color: #000;
  border-left: 0px solid #FFFFFF;
  text-align: left;
  /*font-size: 12px;*/
  font-weight: normal;
  text-transform: uppercase;
}

.customTableStyle > tbody > tr > td, .customTableStyleWithoutField > tbody > tr > td {
  border-left: 0px solid #FFFFFF;
  /* text-align: left;*/
  /*font-size: 12px;*/
  vertical-align: middle;
  padding: 10px 8px;
}

.screenAppli .autoSelectSerc .customTableStyle > tbody > tr > td {
  border-left: 0px solid #FFFFFF;
  text-align: left;
  /*font-size: 12px !important;*/
  vertical-align: top;
  padding: 8px;
}

/* auto select */
.autoSelectSerc .table-striped > tbody > tr:nth-of-type(odd) {
  background: none;
}

.autoSelectSerc .criteria {
  width: 30%;
}

.autoSelectSerc .decision {
  width: 10%;
}

.autoSelectSerc .idWidth {
  width: 5%;
}

.autoSelectSerc .customTableStyle > tbody > tr > td {
  border-left: 0px solid #FFFFFF;
  text-align: left;
  /*font-size: 12px;*/
  vertical-align: top;
  padding: 8px;
}

autoSelectSerc .acceptblock {
  width: 33%;
  background-color: #ebebeb;
  /*font-size: 11px;*/
  padding: 5px 2px;
}

.nestedTable {
  width: 100%;
}

.autoSelectSerc .iconAlign {
  text-align: center !important;
}

.autoSelectSerc .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
  padding: 8px 8px 0;
}

@media only screen and (min-width: 960px) and (max-width: 991px) {
  .autoSelectSerc .criteria {
    width: 40%;
  }
  .autoSelectSerc .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th,
  .autoSelectSerc .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td {
    white-space: normal;
  }
}
.customTableStyle > tbody > tr > td select.form-control {
  padding: 6px 0;
  /*font-size: 12px*/
}

.customTableStyle .glyphicon {
  cursor: pointer;
  /*font-size: 10px;*/
  margin-left: 15px;
}

.customTableStyleWithoutField > tbody > tr > td {
  padding: 10px 8px;
}

.tip-Content ul {
  list-style-type: none;
  padding-left: 0;
}

.tip-Content {
  color: #777777;
  font-weight: normal;
  padding: 10px 0 25px;
  text-align: left;
}

.tip-Content li {
  margin: 0 auto 5px;
}

.popover {
  max-width: 450px !important;
}

.tip-Content li strong {
  float: left;
  margin-right: 10px;
  text-align: right;
  width: 102px;
}

.popover-title {
  font-weight: bold;
  color: #000;
}

@media (max-width: 768px) {
  .tip-Content li strong {
    width: auto;
  }
}
.breadcrumb > li + li:before {
  color: #000;
  content: "> ";
  padding: 0 5px;
}

.breadcrumb {
  background-color: #fff;
  list-style: none outside none;
  padding: 5px 0 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.breadcrumb li > a {
  color: #000;
}

.breadcrumb > .active {
  color: #000;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}

table.table thead .sorting {
  background: url("../img/bg.gif") no-repeat center right;
}

table.table thead .sorting_asc {
  background: url("../img/asc.gif") no-repeat center right;
}

table.table thead .sorting_desc {
  background: url("../img/desc.gif") no-repeat center right;
}

table.table thead .sorting_asc_disabled {
  background: url("images/sort_asc_disabled.png") no-repeat center right;
}

table.table thead .sorting_desc_disabled {
  background: url("images/sort_desc_disabled.png") no-repeat center right;
}

.pagination {
  margin: 0;
}

.pagination > li > a, .pagination > li > span {
  padding: 2px 6px;
}

tfoot tr {
  background-color: #d6e3e9;
}

tfoot tr th {
  /*font-size: 13px;*/
  font-weight: 200;
}

tfoot tr th .text {
  margin-left: 13px;
}

/* .table-striped>tbody>tr:nth-of-type(even) {background-color: #f9f9f9;} */
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.table tr td .checkbox {
  margin: 8px 0;
  text-align: center;
}

.table tr td .pdfIcons {
  padding-top: 5px;
  padding-bottom: 5px;
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.paginationValue {
  /*font-size: 12px;*/
  cursor: pointer;
  text-decoration: underline;
}

.mgRt {
  margin-right: 10px;
}

.tableHeaderBg {
  background-color: #D8D8E5;
  padding: 8px 10px;
}

.screenApplicantTableBg {
  background-color: #ebebeb;
  /*color: #006699;
  */
  font-weight: 800;
}

/*.managePortfSet .table > tbody > tr > th, .table > tbody > tr > td
{
  border-top: none;
  border-bottom: none;
} */
.managePortfSet .Scottwidth {
  width: 30%;
}

.selectProperty .accountColum {
  width: 10%;
}

.ManageConsoli .scoreDecision {
  width: 15%;
  text-align: center;
  vertical-align: middle;
}

.ManageConsoli .borderless {
  border: none;
}

.ManageConsoli .borderTop {
  border-top: none;
  background-color: #EBEBEB;
}

.ManageConsoli .grayRow td {
  background-color: #EBEBEB;
}

.ManageConsoli .manageTenantdate {
  width: 30%;
}

.ManageConsoli .manageTenantrecords {
  width: 40%;
}

.ManageConsoli .manageTenantamount {
  width: 30%;
}

.viewTenant .manageTenantdate {
  width: 30%;
}

.viewTenant .manageTenantrecords {
  width: 25%;
}

.viewTenant .manageTenantamount {
  width: 20%;
}

.viewTenant .manageTenanttask {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .screenAppli .table-responsive {
    width: 100%;
    margin-bottom: 0px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0px solid #ddd;
  }
  .ManageConsoli .table-responsive > .table > thead > tr > th,
  .ManageConsoli .table-responsive > .table > tbody > tr > th,
  .ManageConsoli .table-responsive > .table > tfoot > tr > th,
  .ManageConsoli .table-responsive > .table > thead > tr > td,
  .ManageConsoli .table-responsive > .table > tbody > tr > td,
  .ManageConsoli .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
}
.table tr.border-bottom-none td {
  border-bottom: none;
}
