@font-face {
  font-family: swiss;
  src: url("../fonts/swiss.ttf"); }

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.otf") format("opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }


.text-primary {
  color: #114c76 !important; }

.btn-primary {
  background-color: #114c76 !important;
  color: #ffffff;
  border-color: #114c76 !important;
  text-transform: uppercase;
  padding: 0.675rem 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  font-size: 1.125rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 1600px) {
    .btn-primary {
      font-size: 1rem; } }
  .btn-primary i {
    margin-right: 0.75rem;
    font-size: inherit; }

.bg-primary {
  background-color: #114c76 !important;
  color: #ffffff; }

.text-warning {
  color: #ad842a !important; }

.btn-warning {
  background-color: #ad842a !important;
  color: #ffffff;
  border-color: #ad842a !important;
  text-transform: uppercase;
  padding: 0.675rem 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  font-size: 1.125rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 1600px) {
    .btn-warning {
      font-size: 1rem; } }
  .btn-warning i {
    margin-right: 0.75rem;
    font-size: inherit; }

.bg-warning {
  background-color: #ad842a !important;
  color: #ffffff; }

.text-seccess {
  color: #339900 !important; }

.btn-seccess {
  background-color: #339900 !important;
  color: #ffffff;
  border-color: #339900 !important;
  text-transform: uppercase;
  padding: 0.675rem 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  font-size: 1.125rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 1600px) {
    .btn-seccess {
      font-size: 1rem; } }
  .btn-seccess i {
    margin-right: 0.75rem;
    font-size: inherit; }

.bg-seccess {
  background-color: #339900 !important;
  color: #ffffff; }

.text-secondary {
  color: #6699cc !important; }

.btn-secondary {
  background-color: #6699cc !important;
  color: #ffffff;
  border-color: #6699cc !important;
  text-transform: uppercase;
  padding: 0.675rem 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  font-size: 1.125rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 1600px) {
    .btn-secondary {
      font-size: 1rem; } }
  .btn-secondary i {
    margin-right: 0.75rem;
    font-size: inherit; }

.bg-secondary {
  background-color: #6699cc !important;
  color: #ffffff; }

.text-error {
  color: #ff0000 !important; }

.btn-error {
  background-color: #ff0000 !important;
  color: #ffffff;
  border-color: #ff0000 !important;
  text-transform: uppercase;
  padding: 0.675rem 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  font-size: 1.125rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 1600px) {
    .btn-error {
      font-size: 1rem; } }
  .btn-error i {
    margin-right: 0.75rem;
    font-size: inherit; }

.bg-error {
  background-color: #ff0000 !important;
  color: #ffffff; }

body {
  color: #363636;
  font-family: swiss;
 /* background: url("../images/meeting-bg.jpg") no-repeat center center !important; */
 /* background: url("../images/CapitalBackground.png") no-repeat center center !important;*/
  background: url("../images/bg0.jpg") no-repeat center center !important; 

  
  background-size: cover !important;
}

p {
  font-size: 0.875rem; }
  @media screen and (max-width: 1600px) {
    p {
      font-size: 0.75rem;
      line-height: 1.2; } }

.fab,
.far,
.fas {
  font-size: 2rem; }
  @media screen and (max-width: 1350px) {
    .fab,
    .far,
    .fas {
      font-size: 1.75rem; } }

@media screen and (max-width: 1600px) {
  h3 {
    font-size: 1.5rem; } }

@media screen and (max-width: 1600px) {
  h3 {
    font-size: 1.25rem; } }

@media screen and (max-width: 1600px) {
  h4 {
    font-size: 1.25rem; } }

@media screen and (max-width: 1460px) {
  h4 {
    font-size: 1.125rem; } }

@media screen and (max-width: 1300px) {
  h4 {
    font-size: 0.9375rem; } }

h5 {
  font-size: 1.125rem; }
  @media screen and (max-width: 1600px) {
    h5 {
      font-size: 1rem; } }
  @media screen and (max-width: 1600px) {
    h5 {
      font-size: 0.875rem; } }

@media screen and (max-width: 1600px) {
  h6 {
    font-size: 0.875rem; } }

@media screen and (max-width: 1600px) {
  h6 {
    font-size: 0.75rem; } }

a {
  font-size: 0.875rem; }
  @media screen and (max-width: 1600px) {
    a {
      font-size: 0.75rem; } }

.heading, .human-wrap .nav .nav-item .nav-link {
  color: #114c76;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.125rem; }
  .heading i, .human-wrap .nav .nav-item .nav-link i {
    font-size: inherit; }

.social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .social-icon ul li a {
    width: 3rem;
    height: 3rem;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-decoration: none;
    font-size: 2rem; }

.border-right-bottom {
  border-width: 1px;
  border-style: none solid solid none;
  border-color: #ad842a;
  padding: 1rem;
  padding-bottom: 2rem;
  -webkit-border-radius: 0 0 0.5rem 0;
  -moz-border-radius: 0 0 0.5rem 0;
  -o-border-radius: 0 0 0.5rem 0;
  border-radius: 0 0 0.5rem 0;
  position: relative; }

.btn-see-more {
  color: #114c76 !important;
  text-align: left;
  padding: 0.125rem 2rem 0.125rem 0rem; }
  .btn-see-more.position-absolute {
    background-color: #ffffff;
    left: 0;
    bottom: -0.875rem; }

.hover-bg .list-group-item, .document-wrap ul .list-group-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: none;
  background-image: -webkit-linear-gradient(top, transparent 98%, #ad842a 1px);
  background-image: -o-linear-gradient(top, transparent 98%, #ad842a 1px);
  background-image: linear-gradient(to bottom, transparent 98%, #ad842a 1px);
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -o-border-radius: 0rem;
  border-radius: 0rem; }
  .hover-bg .list-group-item:not(:last-child), .document-wrap ul .list-group-item:not(:last-child) {
    margin-bottom: 0.5rem; }
  .hover-bg .list-group-item:hover, .document-wrap ul .list-group-item:hover {
    background-image: -webkit-linear-gradient(top, transparent 90%, #114c76 1px);
    background-image: -o-linear-gradient(top, transparent 90%, #114c76 1px);
    background-image: linear-gradient(to bottom, transparent 90%, #114c76 1px); }

/*custom form*/
.custom-form .form-group, .human-wrap .form-group, .meet-content-wrap form .form-group {
  text-align: right; }
  @media screen and (max-width: 1560px) {
    .custom-form .form-group label, .human-wrap .form-group label, .meet-content-wrap form .form-group label {
      font-size: 0.875rem; } }
  @media screen and (max-width: 1400px) {
    .custom-form .form-group label, .human-wrap .form-group label, .meet-content-wrap form .form-group label {
      font-size: 0.75rem; } }
  @media screen and (max-width: 1300px) {
    .custom-form .form-group label, .human-wrap .form-group label, .meet-content-wrap form .form-group label {
      font-size: 10px; } }
  @media screen and (max-width: 1560px) {
    .custom-form .form-group label.custom-control-label:before, .human-wrap .form-group label.custom-control-label:before, .meet-content-wrap form .form-group label.custom-control-label:before, .custom-form .form-group label.custom-control-label:after, .human-wrap .form-group label.custom-control-label:after, .meet-content-wrap form .form-group label.custom-control-label:after {
      top: 0.125rem; } }

.custom-form .form-group .form-control, .human-wrap .form-group .form-control, .meet-content-wrap form .form-group .form-control,
.custom-form .input-group .form-control,
.human-wrap .input-group .form-control,
.meet-content-wrap form .input-group .form-control {
  border: 1px solid #ad842a;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  resize: none; }

.custom-form .form-group .btn, .human-wrap .form-group .btn, .meet-content-wrap form .form-group .btn,
.custom-form .input-group .btn,
.human-wrap .input-group .btn,
.meet-content-wrap form .input-group .btn {
  font-size: 0.875rem;
  white-space: inherit; }

/*==calendar-yvv===*/
@media screen and (max-width: 1350px) and (min-width: 1200px) {
  .calendar-yvv * {
    font-size: 80%; } }

.calendar-yvv .date-wrap .btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1600px) and (min-width: 1460px) {
    .calendar-yvv .date-wrap .btn {
      height: 3.5rem; } }
  @media screen and (min-width: 1601px) {
    .calendar-yvv .date-wrap .btn {
      min-height: 4.5rem !important; } }
  @media screen and (max-width: 1350px) and (min-width: 1200px) {
    .calendar-yvv .date-wrap .btn {
      padding: 0.25rem !important; } }

.calendar-yvv .btn {
  cursor: pointer; }

.date-picker-wrap {
  position: relative; }
  .date-picker-wrap .input-group-append {
    position: absolute;
    left: 5px;
    top: 2px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.select-wrap {
  display: block;
  position: relative; }
  .select-wrap:before {
    position: absolute;
    left: 14px;
    top: 5px;
    z-index: 99; }
  .select-wrap select {
    -webkit-appearance: none;
    position: relative;
    font-family: swiss; }

.chart-box {
  width: 100%;
  max-width: 100%; }

/*scrollbar*/
.toggle-btn {
  width: 114px;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .toggle-btn i {
    font-size: 31px; }
  .toggle-btn span {
    margin-top: 22px; }
  .toggle-btn.secondary-toggle {
    background-color: #f3f6fa; }
  .toggle-btn.primary-toggle {
    background-color: #114c76;
    color: #ffffff; }
  .toggle-btn.light-button {
    background-color: #f3f6fa;
    opacity: 0.3; }

.badge {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 19px;
  letter-spacing: 0.95px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .47rem 1.04rem; }
  .badge i {
    font-size: 28px;
    margin-right: 8px; }
  .badge.badge-primary {
    background-color: #114c76;
    color: #ffffff; }
  .badge.badge-secondary {
    background-color: #6699cc;
    color: #ffffff; }

.icon-form {
  min-width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 10.2px;
  -moz-border-radius: 10.2px;
  -o-border-radius: 10.2px;
  border-radius: 10.2px;
  font-size: 20px;
  color: #114c76;
  border: none;
  background-color: transparent; }
  .icon-form i {
    font-size: 20px; }
  .icon-form.primary-search-icon {
    background-color: #ad842a; }
  .icon-form.secondary-search-icon {
    background-color: #114c76; }

.icon-search {
  min-width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 10.2px;
  -moz-border-radius: 10.2px;
  -o-border-radius: 10.2px;
  border-radius: 10.2px;
  font-size: 20px;
  color: #ffffff;
  border: none; }
  .icon-search i {
    font-size: 20px; }
  .icon-search.primary-search-icon {
    background-color: #ad842a; }
  .icon-search.secondary-search-icon {
    background-color: #114c76; }
    .icon-search.secondary-search-icon:hover {
      background-color: #ad842a;
      color: #fff;
      text-decoration: none; }

body {
  overflow-x: hidden; }
  body.open-sidebar .sidebar {
    width: 20rem; }
    body.open-sidebar .sidebar .nav-pills .nav-item .nav-link .menu-name {
      opacity: 1; }
  body.open-sidebar .navbar .toggle-wrap {
    width: 20rem; }

.container-wrap {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms; }

.sidebar {
  background-color: #ad842a;
  color: #ffffff;
  width: 4rem;
  min-height: 100vh;
  height: 100% !important;
  max-width: 100vh;
  position: fixed !important;
  top: 75px;
  right: 0;
  z-index: 11;
  overflow-y: auto;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms; }
  .sidebar.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 0px; }
  .sidebar .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ad842a; }
  .sidebar .mCSB_scrollTools {
    width: 0px; }
  .sidebar .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .sidebar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #d9b464;
    background-color: #d9b464; }
  .sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #f5ac0d !important; }
  .sidebar:hover .mCSB_draggerContainer {
    display: block !important; }
  .sidebar:hover .mCSB_draggerRail {
    background-color: #cfa13b; }
  .sidebar .nav-pills {
    margin: 0;
    padding: 0; }
    .sidebar .nav-pills .nav-item {
      width: 100%;
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 1px; }
      .sidebar .nav-pills .nav-item:not(:last-child) {
        border-bottom: 1px solid white; }
      .sidebar .nav-pills .nav-item .nav-link {
        color: inherit;
        -webkit-border-radius: 2rem 0rem 0rem 2rem;
        -moz-border-radius: 2rem 0rem 0rem 2rem;
        -o-border-radius: 2rem 0rem 0rem 2rem;
        border-radius: 2rem 0rem 0rem 2rem;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 1.125rem;
        padding: 0.375rem 1rem;
        padding-right: 1.25rem;
        height: 40px; }
        .sidebar .nav-pills .nav-item .nav-link:hover {
          background-color: black; }
        .sidebar .nav-pills .nav-item .nav-link i {
          font-size: inherit; }
        .sidebar .nav-pills .nav-item .nav-link .menu-icon {
          position: relative; }
          .sidebar .nav-pills .nav-item .nav-link .menu-icon .badge {
            position: absolute;
            background-color: #114c76;
            color: #ffffff;
            top: -8px;
            right: -8px;
            font-size: 8px;
            line-height: 16px;
            letter-spacing: 1px;
            width: 22px;
            height: 22px;
            display: -webkit-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
            .sidebar .nav-pills .nav-item .nav-link .menu-icon .badge:empty {
              display: none; }
        .sidebar .nav-pills .nav-item .nav-link .menu-name {
          padding-right: 0.5rem;
          white-space: nowrap;
          opacity: 0; }
        .sidebar .nav-pills .nav-item .nav-link.active {
          background-color: #ffffff;
          color: #ad842a; }

.dropdown-right .dropdown-toggle:after {
  display: none; }

.dropdown-right .dropdown-toggle:before {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0.5em solid #114c76;
  border-right: .5em solid transparent;
  border-bottom: 0;
  border-left: .5em solid transparent; }

.dropdown-menu .dropdown-item img {
  width: 2rem;
  height: auto;
  margin-left: 0.5rem; }

.navbar {
 /* background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;*/
  padding: 0;
  height: 75px;
  padding-right: 5rem; }
  .navbar .media {
    border-right: 1px solid #e2e2e2;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #ffffff; }
    .navbar .media .admin-wrap {
      padding-right: 2rem; }
      .navbar .media .admin-wrap img {
        max-width: 4rem; }
  .navbar .toggle-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 100%;
    background-color: #ad842a;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.5em 1rem;
    padding-right: 1.25rem;
    color: #ffffff;
    font-size: 1.125rem;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms; }
    .navbar .toggle-wrap i {
      font-size: inherit; }
    .navbar .toggle-wrap .menu-name {
      padding-right: 0.5rem;
      visibility: hidden; }
    .navbar .toggle-wrap .toggle-icon {
      max-width: 3rem;
      cursor: pointer; }
  .navbar .navbar-brand {
   /* border-left: 1px solid #e2e2e2;*/
    padding-left: 1rem;
    margin-left: 1rem; }
    .navbar .navbar-brand a img {
      max-width: 200px; }
  .navbar .kuwait-logo img {
    max-width: 120px; }
  .navbar form {
    padding: 0.375rem 0.5rem;
    min-width: 30%; }
    @media screen and (max-width: 1200px) {
      .navbar form {
        display: none; } }
    .navbar form .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .navbar form .btn {
      padding: 0.5rem 0.5rem;
      -webkit-border-radius: 0.75rem;
      -moz-border-radius: 0.75rem;
      -o-border-radius: 0.75rem;
      border-radius: 0.75rem; }
      .navbar form .btn i {
        margin: 0rem;
        font-size: 1rem; }
  .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #141414; }
    .navbar .navbar-nav .nav-item .nav-link i {
      font-size: 1.25rem; }

.main-wrap {
  /*padding-right: 4rem;*/ }

/*=========
left column
============*/
.col-left-inner ul li a {
  color: #333333;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms; }
  @media screen and (max-width: 1600px) {
    .col-left-inner ul li a {
      font-size: 0.75rem; } }

.col-left-inner ul li p {
  color: #cccccc; }
  @media screen and (max-width: 1600px) {
    .col-left-inner ul li p {
      font-size: 0.75rem; } }

.col-left-inner ul li:hover a {
  color: #ad842a; }

.shortcuts-wrap .row [class^='col-'] {
  margin: 0.75rem 0rem; }
  .shortcuts-wrap .row [class^='col-'] a {
    background-color: #f4f6fb;
    color: #114c76;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
    border-radius: 0.75rem;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
    cursor: pointer;
    padding: 1rem;
    word-break: break-all;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    @media screen and (max-width: 1600px) {
      .shortcuts-wrap .row [class^='col-'] a {
        padding: 0.5rem 0.5rem;
        min-height: 5.5rem;
        word-break: break-word; } }
    @media screen and (max-width: 1460px) {
      .shortcuts-wrap .row [class^='col-'] a {
        font-size: 8px;
        padding: 0.25rem 0.25rem; } }
    .shortcuts-wrap .row [class^='col-'] a i {
      margin-bottom: 1rem;
      color: #ad842a; }
      @media screen and (max-width: 1600px) {
        .shortcuts-wrap .row [class^='col-'] a i {
          margin-bottom: 0.5rem; } }
    .shortcuts-wrap .row [class^='col-'] a:hover {
      background-color: #114c76;
      color: #ffffff; }

/*==========
Middle Column
============*/
.carousel {
  border: 1px solid #114c76; }
  .carousel .carousel-indicators {
    bottom: 20%; }
    @media screen and (max-width: 1600px) {
      .carousel .carousel-indicators {
        bottom: 16%; } }
    @media screen and (max-width: 1400px) {
      .carousel .carousel-indicators {
        bottom: 12%; } }
    .carousel .carousel-indicators li {
      width: 0.25rem;
      height: 0.25rem;
      background-color: transparent;
      border: 1px solid #114c76;
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      .carousel .carousel-indicators li.active {
        background-color: #ad842a;
        border-color: #ad842a; }
  .carousel .carousel-inner .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%); }
    .carousel .carousel-inner .carousel-caption p {
      color: #114c76;
      text-transform: uppercase;
      font-weight: 100;
      margin-bottom: 0; }
    .carousel .carousel-inner .carousel-caption hr {
      margin-top: 0.25rem;
      max-width: 5rem;
      border-top: 5px solid #114c76; }
    .carousel .carousel-inner .carousel-caption h3 {
      color: #ad842a;
      text-transform: uppercase; }
      .carousel .carousel-inner .carousel-caption h3 span {
        display: block; }
  .carousel a {
    opacity: 1; }

/*announ-wrap*/
.announ-wrap .media {
  margin-bottom: 1.5rem; }
  .announ-wrap .media .media-icon {
    background: -webkit-gradient(linear, left top, right top, from(#9db5c7), to(#dce5eb));
    background: -webkit-linear-gradient(left, #9db5c7, #dce5eb);
    background: -o-linear-gradient(left, #9db5c7, #dce5eb);
    background: linear-gradient(to right, #9db5c7, #dce5eb);
    padding: 0.75rem 1.5rem;
    margin-left: 1rem;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
    border-radius: 0.75rem;
    font-size: 1.5rem;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
    color: #114c76; }
  .announ-wrap .media .media-body {
    color: #333333; }
    .announ-wrap .media .media-body a {
      color: #333333; }
    .announ-wrap .media .media-body .title {
      max-width: 70%;
      display: inline-block;
      line-height: 1.2;
      margin-bottom: 0.6rem; }
      @media screen and (min-width: 1600px) {
        .announ-wrap .media .media-body .title {
          font-size: 1.125rem; } }
    .announ-wrap .media .media-body .d-flex {
      line-height: 0.8; }
      .announ-wrap .media .media-body .d-flex .flex-grow-1 {
        border-bottom: 1px solid #ad842a;
        margin-right: 1rem;
        margin-left: 1rem; }
    .announ-wrap .media .media-body .btn {
      font-size: 0.875rem; }
  .announ-wrap .media:hover .media-icon {
    background: #114c76;
    color: #ffffff; }
  .announ-wrap .media:hover .media-body .title {
    color: #ad842a; }
  .announ-wrap .media:hover .media-body .d-flex .flex-grow-1 {
    border-bottom: 6px solid #114c76; }

.activi-wrap .inner {
  height: 100%;
  background-color: #ecf1f4;
  padding: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem; }
  @media screen and (max-width: 1350px) and (min-width: 1200px) {
    .activi-wrap .inner {
      padding: 0.5rem; } }
  .activi-wrap .inner .heading, .activi-wrap .inner .human-wrap .nav .nav-item .nav-link, .human-wrap .nav .nav-item .activi-wrap .inner .nav-link {
    text-align: right;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (max-width: 1350px) {
      .activi-wrap .inner .heading, .activi-wrap .inner .human-wrap .nav .nav-item .nav-link, .human-wrap .nav .nav-item .activi-wrap .inner .nav-link {
        font-size: 0.75rem; } }
    .activi-wrap .inner .heading i, .activi-wrap .inner .human-wrap .nav .nav-item .nav-link i, .human-wrap .nav .nav-item .activi-wrap .inner .nav-link i {
      margin-left: 1rem;
      color: #ad842a;
      font-size: 2.5rem; }
      @media screen and (max-width: 1350px) {
        .activi-wrap .inner .heading i, .activi-wrap .inner .human-wrap .nav .nav-item .nav-link i, .human-wrap .nav .nav-item .activi-wrap .inner .nav-link i {
          font-size: 2rem; } }
  .activi-wrap .inner ul {
    padding: 0;
    margin: 0; }
    .activi-wrap .inner ul .list-group-item {
      background-color: transparent;
      text-align: right;
      padding-left: 0rem;
      padding-right: 0rem;
      line-height: 1.2; }
      @media screen and (max-width: 1600px) {
        .activi-wrap .inner ul .list-group-item {
          line-height: 1; } }
      .activi-wrap .inner ul .list-group-item img {
        max-width: 3rem;
        margin-left: 1rem; }
        @media screen and (max-width: 1600px) {
          .activi-wrap .inner ul .list-group-item img {
            max-width: 2.5rem; } }
        @media screen and (max-width: 1350px) and (min-width: 1200px) {
          .activi-wrap .inner ul .list-group-item img {
            margin-left: 0.25rem;
            max-width: 2rem; } }
      .activi-wrap .inner ul .list-group-item a {
        color: inherit; }
        @media screen and (max-width: 1350px) and (min-width: 1200px) {
          .activi-wrap .inner ul .list-group-item a {
            font-size: 10px;
            line-height: 20px; } }
      @media screen and (max-width: 1600px) {
        .activi-wrap .inner ul .list-group-item .d-flex {
          margin-top: 0.25rem; } }
      .activi-wrap .inner ul .list-group-item p {
        color: #cccccc;
        line-height: 0.8; }
        @media screen and (max-width: 1350px) and (min-width: 1200px) {
          .activi-wrap .inner ul .list-group-item p {
            font-size: 10px; } }
      .activi-wrap .inner ul .list-group-item .flex-grow-1 {
        border-bottom: 1px solid #ad842a;
        margin-right: 1rem; }

/*===human-wrap===*/
.human-wrap {
  margin-right: -1px; }
  .human-wrap .nav {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .human-wrap .nav .nav-item {
        width: 100%; } }
    .human-wrap .nav .nav-item + .nav-item {
      padding-right: 2rem; }
      @media screen and (max-width: 1600px) {
        .human-wrap .nav .nav-item + .nav-item {
          padding-right: 1rem; } }
    .human-wrap .nav .nav-item .nav-link {
      font-size: 1.125rem;
      border: none;
      padding: 0.75rem 0rem;
      position: relative; }
      @media screen and (max-width: 1600px) {
        .human-wrap .nav .nav-item .nav-link {
          font-size: 1rem; } }
      @media screen and (max-width: 1460px) {
        .human-wrap .nav .nav-item .nav-link {
          font-size: 0.875rem; } }
      @media screen and (max-width: 1360px) {
        .human-wrap .nav .nav-item .nav-link {
          font-size: 0.75rem; } }
      @media screen and (max-width: 1260px) {
        .human-wrap .nav .nav-item .nav-link {
          font-size: 11px; } }
      @media screen and (max-width: 767px) {
        .human-wrap .nav .nav-item .nav-link {
          font-size: 0.875rem; } }
      .human-wrap .nav .nav-item .nav-link:after {
        content: "";
        position: absolute;
        bottom: 0%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ad842a; }
      .human-wrap .nav .nav-item .nav-link.active::after {
        height: 0.5rem;
        background-color: #114c76; }
        @media screen and (max-width: 1600px) {
          .human-wrap .nav .nav-item .nav-link.active::after {
            height: 5px; } }
  .human-wrap .media i {
    font-size: inherit; }

/*=====
Right Column
===========*/
.content-wrap .left-border-before {
  height: 1000px; }

/*========admin-media=========*/
.admin-media img {
  max-width: 8rem; }
  @media screen and (max-width: 1350px) {
    .admin-media img {
      max-width: 6rem; } }

/*===attendance-wrap=====*/
.attendance-wrap table {
  table-layout: fixed;
  word-break: break-word; }
  .attendance-wrap table tr td {
    padding: 0rem 0.125rem;
    vertical-align: middle;
    font-size: 9px; }
    @media screen and (max-width: 1350px) {
      .attendance-wrap table tr td h6 {
        font-size: 10px; } }
    @media screen and (max-width: 1250px) {
      .attendance-wrap table tr td h6 {
        font-size: 9px; } }
    .attendance-wrap table tr td .inner-item {
      margin-top: -2rem; }
    .attendance-wrap table tr td .position-absolute {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: 0; }
    .attendance-wrap table tr td:first-child {
      text-align: right; }

/*==event-wrap=========*/
.event-wrap ul li {
  padding-left: 0;
  padding-right: 0; }
  .event-wrap ul li.list-group-item .media-left {
    width: 6rem;
    margin-right: 1rem;
    color: #999999; }
    .event-wrap ul li.list-group-item .media-left h4 {
      position: relative; }
      @media screen and (max-width: 1600px) {
        .event-wrap ul li.list-group-item .media-left h4 {
          font-size: 1rem; } }
      @media screen and (max-width: 1460px) {
        .event-wrap ul li.list-group-item .media-left h4 {
          font-size: 0.875rem; } }
      .event-wrap ul li.list-group-item .media-left h4 .font-weight-bold {
        font-size: 2.5rem; }
      .event-wrap ul li.list-group-item .media-left h4 sup {
        position: absolute;
        top: 6px;
        right: 0;
        text-align: left;
        line-height: 1.2; }
        .event-wrap ul li.list-group-item .media-left h4 sup span {
          display: block; }
  .event-wrap ul li.list-group-item .media-body h4 {
    text-transform: uppercase;
    font-weight: 600; }
  .event-wrap ul li.list-group-item .media-body i {
    font-size: inherit; }
  .event-wrap ul li.list-group-item .media-body .small span {
    margin-right: 1rem; }
    @media screen and (max-width: 1600px) {
      .event-wrap ul li.list-group-item .media-body .small span {
        display: block; } }

.document-wrap .btn {
  padding: .375rem .75rem;
  font-size: 1rem; }

.document-wrap ul li {
  padding-left: 0;
  padding-right: 0;
  margin: 0.25rem 0rem; }
  .document-wrap ul li span {
    display: inline-block;
    padding: 0.375rem 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5rem;
    text-align: center; }
    @media screen and (max-width: 1600px) {
      .document-wrap ul li span {
        font-size: 0.875rem; } }
    .document-wrap ul li span i {
      font-size: inherit; }
  .document-wrap ul li p {
    margin-bottom: 0;
    max-width: 20rem;
    text-align: right;
    font-weight: normal; }

/*footer {
  height: 8rem;
  position: relative; }*/
  @media screen and (max-width: 991px) {
    footer {
      height: 14rem; } }
  footer .footer-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    background-color: #023651;
    color: #ffffff;
    border-top: 10px solid #ad842a;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 4rem; }
  footer .img-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 10.5rem;
    z-index: 100; }

/* meeting request form */

.footer {
  /*height: 45px;*/
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  color: #cccccc;
  /*background: #023651!important;*/
  background: #04385f !important;
  opacity: .9;
  z-index: 999;
  padding-top: 10px;
  text-align: center; }

.fdir {
  color: #a79a46;
  position: absolute;
  top: 6px; }
.main-wrap {
  min-height: calc(100vh - 200px); 
  /*background: url("../images/meeting-bg.jpg") no-repeat center center;
  background-size: cover;*/
}

.meet-content-wrap {
 /* background: url("../images/meeting-bg.jpg") no-repeat center center;*/
  background-size: cover;
  padding: 2rem; }
  .meet-content-wrap .show-room {
    padding: 1rem 2rem;
    display: none;
    display: none; }
    @media screen and (max-width: 1600px) {
      .meet-content-wrap .show-room {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (max-width: 1460px) {
      .meet-content-wrap .show-room {
        padding-left: 0.25rem;
        padding-right: 0.25rem; } }
  .meet-content-wrap form .custom-radio {
    direction: ltr; }
    .meet-content-wrap form .custom-radio label {
      cursor: pointer; }
      .meet-content-wrap form .custom-radio label a {
        font-size: inherit;
        color: #114c76; }
  .meet-content-wrap form .right-check-radio .custom-control-label {
    margin-right: 2rem; }
    .meet-content-wrap form .right-check-radio .custom-control-label:before, .meet-content-wrap form .right-check-radio .custom-control-label:after {
      left: auto;
      right: -2rem; }
  .meet-content-wrap form .bookedLine,
  .meet-content-wrap form .meetLine {
    display: inline-block;
    width: 3.5rem;
    height: 0.5rem; }
  .meet-content-wrap form .bookedLine {
    background-color: #999999; }
  .meet-content-wrap form .meetLine {
    background-color: #ad842a; }
  .meet-content-wrap form i {
    color: #9b9b9b; }
  .meet-content-wrap form .input-group-text {
    direction: ltr; }
  .meet-content-wrap table tr td {
    text-align: right;
    direction: ltr;
    font-size: 0.875rem; }
    .meet-content-wrap table tr td:last-child {
      color: #114c76; }
    @media screen and (max-width: 1350px) {
      .meet-content-wrap table tr td {
        font-size: 0.75rem; } }
  .meet-content-wrap .table-add-date tbody tr td {
    font-size: 10px;
    padding: 0.25rem; }

@media screen and (max-width: 1560px) {
  #input-yes-apper .input-group-text {
    font-size: 0.875rem; } }

@media screen and (max-width: 1400px) {
  #input-yes-apper .input-group-text {
    font-size: 0.75rem; } }

@media screen and (max-width: 1300px) {
  #input-yes-apper .input-group-text {
    font-size: 10px; } }

/*style-guide-wrap*/
.style-guide-wrap .row1 .media .dropdown-right .dropdown-toggle {
  overflow: visible; }
  .style-guide-wrap .row1 .media .dropdown-right .dropdown-toggle::before {
    margin-left: auto;
    margin-right: -1.25rem; }

.style-guide-wrap .row1 .media .media-img-wrap-big {
  width: 6rem;
  height: 6rem; }

.style-guide-wrap .row1 .media .media-img-wrap-small {
  width: 3rem;
  height: 3rem; }

.style-guide-wrap .row1 .media .media-img-wrap {
  background-image: -webkit-gradient(linear, left top, right top, from(#114c76), to(#ad842a));
  background-image: -webkit-linear-gradient(left, #114c76, #ad842a);
  background-image: -o-linear-gradient(left, #114c76, #ad842a);
  background-image: linear-gradient(to right, #114c76, #ad842a);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  .style-guide-wrap .row1 .media .media-img-wrap .position-absolute {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    text-transform: uppercase; }
  .style-guide-wrap .row1 .media .media-img-wrap img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01); }

.style-guide-wrap .customscrollbar {
  height: 350px; }
  .style-guide-wrap .customscrollbar .inner-scroll {
    padding-top: 200px;
    height: 400px; }
    .style-guide-wrap .customscrollbar .inner-scroll .currentScreen,
    .style-guide-wrap .customscrollbar .inner-scroll .pageLength {
      width: 2rem;
      height: 0.5rem;
      margin-bottom: 0.5rem; }
    .style-guide-wrap .customscrollbar .inner-scroll .currentScreen {
      background-color: #ad842a; }
    .style-guide-wrap .customscrollbar .inner-scroll .pageLength {
      background-color: #d9b464; }

.style-guide-wrap .box {
  width: calc(100% - 20px);
  background-color: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  padding: 2rem 1rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175), 10px -10px #ad842a;
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175), 10px -10px #ad842a;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175), 10px -10px #ad842a;
  margin-top: 2rem; }
  @media screen and (min-width: 1400px) {
    .style-guide-wrap .box {
      width: calc(100% - 40px); } }
  .style-guide-wrap .box i {
    font-size: 3rem;
    margin-bottom: 1rem; }
  .style-guide-wrap .box .btn {
    min-width: 80%; }

.icon-wrap i {
  display: inline-block;
  margin: 1rem 1rem 2rem; }

/***************************************/
.title-bar {
  padding: 55px 0 20px; }
  .title-bar .heading, .title-bar .human-wrap .nav .nav-item .nav-link, .human-wrap .nav .nav-item .title-bar .nav-link {
    padding: 0;
    margin: 0; }

.card-btn {
  padding: 30px; }

.heading-3 {
  font-family: 'Helvetica';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  color: #114c76;
  text-transform: uppercase; }

.heading-2 {
  font-family: 'Helvetica';
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.95px;
  color: #114c76;
  text-transform: uppercase; }

.style-guide-main h6 {
  margin-bottom: 22px; }

.style-guide-main .card {
  border-radius: 0; }
  .style-guide-main .card.b-none {
    border: none; }
  .style-guide-main .card h4 {
    margin-bottom: 22px; }
  .style-guide-main .card .btn {
    padding: 0.5em 1.97rem; }

.style-guide-main .announ-wrap .media {
  margin-bottom: 2.2rem; }
  .style-guide-main .announ-wrap .media .media-body .title {
    max-width: 55%;
    font-family: 'MyriadPro-Regular'; }
  .style-guide-main .announ-wrap .media .media-body p {
    font-family: 'MyriadPro-Regular';
    color: #999999; }
  .style-guide-main .announ-wrap .media .media-body .text-decoration-none {
    color: #333333; }
  .style-guide-main .announ-wrap .media:hover .media-body .title {
    color: #ad842a; }

.btn-holder button {
  margin-bottom: 20px; }

.icon-button-holder li {
  margin-bottom: 20px; }

.icon-button-holder span {
  margin-right: 20px; }

.menu-sqaure {
  background-color: #ad842a; }
  .menu-sqaure ul .menu-icon .menu-name {
    -webkit-border-radius: 10.2px;
    -moz-border-radius: 10.2px;
    -o-border-radius: 10.2px;
    border-radius: 10.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    border: solid 1.3px #ad842a;
    font-size: 19px;
    padding: 21px 15px;
    letter-spacing: 0.48px; }
    .menu-sqaure ul .menu-icon .menu-name i {
      margin-left: 37px; }
    .menu-sqaure ul .menu-icon .menu-name:hover {
      text-decoration: none; }

.menu-circle {
  background-color: #ad842a;
  -webkit-border-radius: 10.2px;
  -moz-border-radius: 10.2px;
  -o-border-radius: 10.2px;
  border-radius: 10.2px;
  padding: 7px 0 7px 15px; }
  .menu-circle ul {
    margin: 0; }
    .menu-circle ul .menu-icon .menu-name {
      -webkit-border-radius: 10.2px;
      -moz-border-radius: 10.2px;
      -o-border-radius: 10.2px;
      border-radius: 10.2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ad842a;
      border: solid 1.3px #ffffff;
      background-color: #ffffff;
      font-size: 19px;
      padding: 15px 15px;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -o-border-radius: 35px;
      border-radius: 35px;
      letter-spacing: 0.48px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .menu-circle ul .menu-icon .menu-name i {
        margin-left: 37px; }
      .menu-circle ul .menu-icon .menu-name:hover {
        text-decoration: none; }

.menu-style .media-body {
  margin: 0 70px; }

.panel-icon {
  width: 90px;
  height: 77px;
  background-color: #ad842a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.icon-holder {
  position: relative; }
  .icon-holder i {
    font-size: 2rem;
    color: #ffffff; }
  .icon-holder .notifi-badge {
    position: absolute;
    top: 0;
    background-color: #114c76;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10.67px;
    padding: 3.5px;
    min-width: 22px;
    top: -8px;
    right: -8px; }

.icont-annoucment {
  min-width: 116px;
  height: 77px;
  -webkit-border-radius: 10.2px;
  -moz-border-radius: 10.2px;
  -o-border-radius: 10.2px;
  border-radius: 10.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #114c76; }
  .icont-annoucment.gard-icon-blue {
    background-image: -webkit-linear-gradient(315deg, rgba(17, 76, 118, 0.3), #114c76);
    background-image: -o-linear-gradient(315deg, rgba(17, 76, 118, 0.3), #114c76);
    background-image: linear-gradient(135deg, rgba(17, 76, 118, 0.3), #114c76); }
  .icont-annoucment.primary-annocment {
    background-color: #114c76;
    color: #ffffff; }

.icon-menu-circle {
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .icon-menu-circle i {
    font-size: 2rem;
    color: #114c76; }
  .icon-menu-circle .notifi-badge {
    position: absolute;
    top: 0;
    background-color: #114c76;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10.67px;
    padding: 3.5px;
    min-width: 22px;
    top: -8px;
    right: -8px; }

.tab-holder ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.custom-tabs {
  border: none; }
  .custom-tabs .nav-item .nav-link {
    border: none;
    font-family: 'Helvetica';
    font-size: 19px;
    letter-spacing: 0.95px;
    color: #114c76;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    padding-left: 33px; }
    .custom-tabs .nav-item .nav-link:after {
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      width: 100%;
      position: absolute;
      content: '';
      background-color: #ad842a; }
  .custom-tabs .nav-item.active .nav-link {
    border: none;
    color: #ad842a; }
    .custom-tabs .nav-item.active .nav-link:after {
      height: 10px;
      background-color: #114c76; }

.title-text {
  font-family: 'MyriadPro-Regular';
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.95px;
  color: #333333;
  position: relative;
  padding: 20px 0; }
  .title-text:after {
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #ad842a; }
  .title-text:hover:after {
    height: 10px;
    background-color: #114c76; }

.style-guide-main .form-group {
  margin-bottom: 12px; }

.form-control {
  /*height: 56px;*/
  -webkit-border-radius: 10.2px;
  -moz-border-radius: 10.2px;
  -o-border-radius: 10.2px;
  border-radius: 10.2px;
  border: solid 1.3px #e4e4e4;
  background-color: #ffffff;
  font-family: 'Helvetica';
  font-size: 15px;
  color: #000000; }
  .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  .form-control::placeholder {
    color: rgba(0, 0, 0, 0.3); }
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1.3px #e4e4e4; }
  .form-control.is-invalid {
    color: #ff0000;
    background-image: url(../images/error-image.png); }
    .form-control.is-invalid:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: solid 1.3px #e4e4e4; }
  .form-control.is-valid {
    color: #000000;
    background-image: url(../images/valid-image.png); }
    .form-control.is-valid:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: solid 1.3px #e4e4e4; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e4e4e4; }

.icon-input {
  position: relative; }
  .icon-input .icon-form {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 13px; }
    .icon-input .icon-form.event {
      pointer-events: none; }
  .icon-input .form-control {
    padding-left: 60px; }
    .icon-input .form-control.is-invalid, .icon-input .form-control.is-valid {
      background-position: center left calc(4.25rem / 1); }

.form-round .form-control {
  height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  border: solid 1.3px #ad842a; }
  .form-round .form-control:focus {
    border: solid 1.3px #ad842a; }

.form-round .icon-input .form-control {
  padding-left: 40px; }

.form-round .icon-input .icon-form {
  min-width: auto;
  height: auto;
  padding: 0; }

.form-round .icon-input .form-control.is-invalid,
.form-round .icon-input .form-control.is-valid {
  background-position: center left calc(2.50rem / 1); }

.style-guide-main .form-group {
  margin-bottom: 12px; }

.style-guide-main .form-round .form-group {
  margin-bottom: 29px; }

.style-guide-main .switch-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 13px; }
  .style-guide-main .switch-controls label {
    margin-bottom: 0; }
  .style-guide-main .switch-controls span {
    font-family: 'Helvetica';
    font-size: 14.9px;
    letter-spacing: 0.75px;
    color: #333333;
    display: inline-block;
    margin-right: 10px; }

.style-guide-main .checkbox-cst {
  margin-bottom: 9px; }
  .style-guide-main .checkbox-cst label {
    margin-bottom: 0; }

.checkbox-style,
.radio-style {
  opacity: 0;
  position: absolute; }

.checkbox-style-3-label,
.radio-style-3-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-style-3-label,
.radio-style-3-label {
  position: relative; }

.checkbox-style:checked + .checkbox-style-3-label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  background: #33cc00;
  color: #FFF;
  font-size: 10px; }

.checkbox-style:checked + .checkbox-style-3-label.intermediate:before {
  content: "\f068"; }

.checkbox-style-3-label:before,
.radio-style-3-label:before {
  content: '';
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 3px;
  margin-left: 10px;
  line-height: 1;
  text-align: center; }

.checkbox-style:disabled + .checkbox-style-3-label:before,
.checkbox-style:disabled + .radio-style-3-label:before,
.radio-style:disabled + .checkbox-style-3-label:before,
.radio-style:disabled + .radio-style-3-label:before {
  background-color: #cccccc; }

.radio-style-3-label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.radio-style:checked + .radio-style-3-label:before {
  background: #33cc00;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
  box-shadow: inset 0px 0px 0px 3px #fff;
  border: 1px solid #333333; }

.radio-style:checked + .radio-style-3-label.d-seleted:before {
  background: #999999;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
  box-shadow: inset 0px 0px 0px 3px #fff;
  border: 1px solid #333333; }

.switch-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

input.switch-toggle-round + label {
  padding: 2px;
  width: 44px;
  height: 22px;
  background-color: #DDD;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.switch-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input.switch-toggle-round + label:before {
  right: 1px;
  background-color: #cccccc;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }

input.switch-toggle-round + label:before,
input.switch-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

input.switch-toggle-round + label:after {
  width: 18px;
  height: 18px;
  background-color: #FFF;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-left: 22px; }

input.switch-toggle-round:checked + label:before {
  background-color: #33cc00; }

input.switch-toggle-round:checked + label:after {
  margin-left: 1px; }

.switch-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }
  .switch-toggle:disabled + label:before {
    background-color: #cccccc; }
  .switch-toggle:disabled + label:after {
    margin-left: 1px; }

.pg-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 26px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pg-bx P {
  font-family: 'Helvetica';
  font-size: 14.9px;
  letter-spacing: 0.75px;
  color: #333333;
  margin: 0;
  min-width: 198px;
  text-align: left;
  margin-right: 15px; }

.pagination-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  direction: ltr;
  max-width: 270px;
  margin: 0 auto; }

.pagination {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0; }
  .pagination li {
    margin: 0 10px; }
    .pagination li a {
      font-family: 'Helvetica';
      font-size: 14.9px;
      letter-spacing: 0.75px;
      color: #999999; }
    .pagination li.active a {
      text-decoration: underline;
      color: #ad842a; }

.c-page {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  margin: 0;
  font-family: 'Helvetica';
  font-size: 14.9px;
  letter-spacing: 0.75px;
  color: #999999;
  text-align: center; }
  .c-page a {
    color: #ad842a;
    text-decoration: underline;
    margin: 0 10px;
    display: inline-block; }

.links-arrow a span {
  font-family: 'Helvetica';
  font-size: 14.9px;
  letter-spacing: 0.75px;
  color: #999999;
  text-align: center; }

.links-arrow a:hover {
  text-decoration: none; }
  .links-arrow a:hover span {
    color: #ad842a; }

.cst-row .border-right-bottom {
  height: 100%; }

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }

.my-select.show .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.my-select .dropdown-toggle {
  height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  border: solid 1.3px #ad842a;
  background-color: #fff;
  text-align: right; }
  .my-select .dropdown-toggle:after {
    position: absolute;
    left: 0;
    content: '';
    border-top: none; }
  .my-select .dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .my-select .dropdown-toggle .filter-option {
    text-align: right;
    padding-left: 30px; }

.my-select .dropdown-menu {
  padding: 9px 14px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
  top: 35px !important; }
  .my-select .dropdown-menu.show {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .my-select .dropdown-menu .selected {
    background-color: rgba(173, 132, 42, 0.3);
    color: #ad842a; }
    .my-select .dropdown-menu .selected .check-mark {
      top: 50%;
      right: auto !important;
      left: 15px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .my-select .dropdown-menu a {
    font-family: 'Helvetica';
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    text-align: right;
    padding: 11px; }
    .my-select .dropdown-menu a span.text {
      margin: 0; }
    .my-select .dropdown-menu a.active {
      background-color: rgba(173, 132, 42, 0.3);
      color: #ad842a; }
  .my-select .dropdown-menu .bs-searchbox .form-control {
    height: 38px; }

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  background-color: #fff; }

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
  outline: none; }

.extra-controls .form-control {
  height: 39px;
  border-radius: 19.2px;
  border: solid 1.3px #ad842a;
  margin-left: 8px;
  text-align: center; }

.style-guide-main .progress {
  height: 12px;
  background-color: transparent;
  border: 1px solid #ad842a; }
  .style-guide-main .progress .progress-bar {
    background-color: #ad842a; }

.irs-min,
.irs-max {
  display: none !important; }

.slider-holder {
  margin-bottom: 50px; }

.custom-table.right-header table tbody tr:first-child td {
  border-top: none; }

.custom-table.right-header table tbody tr:first-child th {
  border-top: none; }

.custom-table table thead tr th {
  text-align: center;
  font-family: 'MyriadPro-Regular';
  font-size: 14.92px;
  color: #999999;
  border-top: none;
  border-bottom: 2px solid #ad842a !important;
  padding: 0.60rem;
  border-left: 1px solid #efe6d4;
  border-color: #efe6d4;
  vertical-align: middle; }
  .custom-table table thead tr th:last-child {
    border-left: none; }

.custom-table table tbody tr td {
  text-align: center;
  font-family: 'MyriadPro-Regular';
  color: #333333;
  font-size: 14.92px;
  padding: 0.60rem;
 bkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: colum  padding: 10px
  vertical-align: middle; 
  border:1px solid ;
}
  .custom-table table tbody tr td:last-child {
    /*border-left: none;*/ }

.custom-table table tbody tr th {
  padding: 0.60rem;
  border-top: 2px solid #ad842a;
  border-left: 1px solid #efe6d4;
  font-family: 'MyriadPro-Regular';
  font-size: 14.92px;
  color: #999999;
  vertical-align: middle; }

.custom-table-w {
  max-width: 319px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.action-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .action-button .btn {
    min-width: 232px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px; }
  .action-button .icon-search {
    height: 47px;
    width: 47px;
    margin-right: 10px; }

.e-link {
  color: #ad842a;
  text-decoration: underline; }

.b-none {
  border: none !important; }

.b-l-none {
  border-left: none !important; }

.alerts {
  display: block;
  border: 1px solid #ad842a;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  font-family: 'Helvetica';
  font-size: 14.94px;
  padding: 5.5px 15px; }
  .alerts span {
    margin-left: 19px;
    width: 26px;
    display: inline-block;
    text-align: center; }
  .alerts.alerts-green {
    background-color: #ccffcc; }
  .alerts.alerts-blue {
    background-color: #bceeff; }
  .alerts.alerts-warning {
    background-color: #ffcccc; }

.icons-main {
  max-width: 1200px;
  margin: 0 auto; }
  .icons-main .no-gutters {
    margin: 0 -25px; }
    .icons-main .no-gutters [class*="col-"] {
      padding: 0 25px; }

.icon-box {
  text-align: center;
  max-width: 150px;
  height: 150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  background-color: #f3f6fa;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: -webkit-box-shadow 250ms;
  transition: -webkit-box-shadow 250ms;
  -o-transition: box-shadow 250ms;
  transition: box-shadow 250ms;
  transition: box-shadow 250ms, -webkit-box-shadow 250ms;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  position: relative; }
  .icon-box i {
    margin-bottom: 8px;
    color: #333333;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms; }
  .icon-box h4 {
    font-size: 1.125rem;
    color: #333333;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms; }
  .icon-box:hover {
    background-color: #114c76;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    text-decoration: none; }
    .icon-box:hover i {
      color: #ffffff; }
    .icon-box:hover h4 {
      color: #ffffff; }
  .icon-box .count {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    z-index: 999999999;
    min-width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.lang-select a {
  font-family: 'Helvetica';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  color: #114c76;
  display: inline-block;
  margin: 0 10px; }

.ProgressBarcircle,
.ProgressBar-contentCircle {
  display: block;
  height: 210px;
  position: relative;
  width: 210px;
  margin: 0 auto; }

.ProgressBar-circle,
.ProgressBar-background {
  fill: none;
  stroke: #114c76;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  position: relative;
  z-index: 10; }

.ProgressBar-background {
  stroke: #ddd;
  stroke-width: 8;
  z-index: 0; }

.ProgressBar-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 600;
  color: #114c76; }

.menu-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px; }
  .menu-list li {
    width: 50%;
    padding: 0 10px; }
    .menu-list li a {
      margin-bottom: 30px; }

.card {
  border-radius: 0; }
  .card .card-body {
    color: rgba(0, 0, 0, 0.3); }

.stepbox {
  padding: 70px 0; }

.stepmain .navbar {
  padding: 0;
  border: none;
  height: auto; }

.stepmain .list-item-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative; }
  .stepmain .list-item-step:before {
    content: '';
    position: absolute;
    height: 4px;
    background-color: #ddd;
    top: 36%;
    width: 65%;
    right: 0;
    margin: 0 auto;
    left: 0;
    content: ''; }
  .stepmain .list-item-step li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #ddd;
    list-style: none; }
    .stepmain .list-item-step li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #114c76;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      position: relative;
      padding: 22px 0; }
      .stepmain .list-item-step li a.active span {
        background-color: #ad842a;
        color: #ffff; }
      .stepmain .list-item-step li a.active:after {
        content: " ";
        position: absolute;
        left: 46%;
        opacity: 1;
        margin: 0 auto;
        bottom: -2px;
        border: 10px solid transparent;
        border-bottom-color: #ad842a; }
      .stepmain .list-item-step li a span {
        width: 70px;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 100px;
        background: #fff;
        border: 2px solid #e0e0e0;
        margin-bottom: 15px; }

.stepmain .step-body {
  padding: 20px 0; }

.stepmain .pager {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .stepmain .pager .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 15px; }

.cma-wiki .text-box {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd; }
  .cma-wiki .text-box p {
    color: #114c76;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-family: 'Helvetica'; }

.card-10 {
  border-bottom: 2px solid #ddd;
  padding: 30px 0; }

.text-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  background-color: #e6e6e6;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px; }
  .text-card.flex-column .icon-search {
    margin: 0 0 10px;
    background-color: #114c76;
    color: #ffffff; }
    .text-card.flex-column .icon-search:hover {
      background-color: #114c76;
      color: #ffffff; }
  .text-card.flex-column .media-body {
    color: #114c76; }
    .text-card.flex-column .media-body a {
      color: #114c76; }
  .text-card .icon-search {
    margin-left: 10px;
    background-color: #114c76;
    color: #ffffff; }
    .text-card .icon-search:hover {
      background-color: #114c76;
      color: #ffffff; }
  .text-card .media-body {
    color: #114c76;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Helvetica'; }
    .text-card .media-body a {
      color: #114c76;
      font-size: 18px;
      line-height: 18px; }

.guide4 .tabs-nav {
  max-width: 176px; }

.tabs-nav li {
  margin-bottom: 25px; }
  .tabs-nav li a {
    border: none;
    font-family: 'Helvetica';
    font-size: 19px;
    letter-spacing: 0.95px;
    color: #114c76;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 12px 0;
    display: block;
    position: relative; }
    .tabs-nav li a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      width: 100%;
      background-color: #ad842a; }
    .tabs-nav li a:hover {
      text-decoration: none; }
    .tabs-nav li a.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 10px;
      width: 100%;
      background-color: #ad842a; }
    .tabs-nav li a.inactive {
      color: #999999; }
      .tabs-nav li a.inactive:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        width: 100%;
        background-color: #999999; }

.tabs-nav.tabs-middle li a {
  text-align: center; }
  .tabs-nav.tabs-middle li a.active {
    border-left: 1px solid #ad842a;
    border-right: 1px solid #ad842a; }

.badges span {
  margin: 0 5px 10px 0; }

.badge {
  border-radius: 10px;
  font-size: 15px;
  font-family: 'Helvetica';
  font-weight: normal; }

.badge-warning {
  background-color: #ad842a;
  color: #ffffff; }

.badge-light {
  background-color: #999988;
  color: #ffffff; }

.badge-success {
  background-color: #33cc33;
  color: #ffffff; }

.badge-danger {
  background-color: #ff0000;
  color: #fff; }

.badge-done {
  background-color: #00aeee;
  color: #fff; }

.badge-process {
  background-color: #26d096;
  color: #fff; }

.badge-white {
  background-color: #ffffff;
  color: #999999;
  border: 1px solid #999999; }

.badge.b-icon i {
  margin: 0;
  margin-left: 10px;
  font-size: 15px; }

.featured-slide {
  max-width: 800px;
  margin: 0 auto; }

.l-0 {
  left: 0; }

.sidebar .nav-pills {
  padding-bottom: 165px; }

.pr-4r {
  padding-right: 4rem; }

.navbar .pr-4r.kuwait-logo img {
  max-width: 170px; }

.inline-tabs li {
  margin-left: 15px; }

@media screen and (max-width: 1600px) {
  .menu-style .media-body {
    margin: 0 30px; }
  .style-guide-main .card .btn {
    font-size: 13px;
    padding: 0.5em 0.97rem; }
    .style-guide-main .card .btn i {
      margin-right: 7px;
      font-size: inherit; }
  .toggle-btn {
    width: 90px;
    height: 90px; }
  .toggle-btn span {
    margin-top: 11px; }
  .pg-bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .pg-bx P {
    margin-bottom: 15px;
    width: 100%; }
  .style-guide-main .heading-2 {
    font-size: 12px; }
  .cst-pad {
    padding: 0 5px; }
  .title-text {
    font-size: 0.75rem; }
  .action-button .btn {
    min-width: 126px; } }

@media screen and (max-width: 1460px) {
  .menu-style .media-body {
    margin: 0 15px; }
  .heading-3 {
    font-size: 13px; }
  .badge {
    font-size: 11px; }
  .badge i {
    font-size: 15px;
    margin-right: 5px; }
  .icon-search {
    font-size: 15px; }
  .custom-tabs .nav-item .nav-link {
    font-size: 0.75rem; }
  .custom-tabs .nav-item.active .nav-link:after {
    height: 6px; }
  .menu-sqaure ul .menu-icon .menu-name,
  .menu-circle ul .menu-icon .menu-name {
    font-size: 14px;
    padding: 10px; }
  .menu-sqaure ul .menu-icon .menu-name i,
  .menu-circle ul .menu-icon .menu-name i {
    margin-left: 18px; } }

@media screen and (max-width: 991px) {
  .style-guide-main .border-right-bottom {
    margin-bottom: 30px; }
  .style-guide-main .card.b-none,
  .cst-pad {
    margin-top: 30px; }
  .cst-row .border-right-bottom {
    height: auto !important; }
  .cma-wiki .table-responsive {
    margin-bottom: 30px; }
  .navbar .media {
    margin-top: 16px;
    padding: 8px 15px;
    height: auto !important; } }

@media screen and (max-width: 767px) {
  .menu-style.media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu-default {
    margin-bottom: 15px; }
  .panel-icon {
    width: 60px;
    height: 54px; }
  .icon-holder i {
    font-size: 24px; }
  .icon-holder .notifi-badge {
    font-size: 9.67px;
    padding: 1.5px;
    min-width: 18px; }
  .icon-menu-circle {
    height: 35px;
    width: 35px; }
  .menu-circle {
    width: 100%; }
  .menu-style.media .media-body {
    width: 100%;
    margin: 0 0 15px; }
  .alerts {
    font-size: 12px; }
  .custom-table table tbody tr td,
  .custom-table table thead tr th {
    font-size: 12px; }
  .lang-select a {
    font-size: 12px; }
  .content-wrap .p-3.mb-4 {
    margin-top: 80px; }
  .navbar .pr-4r.kuwait-logo img {
    max-width: 165px; }
  .pr-4r {
    padding-right: 0; } }

@media screen and (max-width: 575px) {
  .menu-list li {
    width: 100%; }
  footer .img-bg {
    width: 3.5rem; }
  .social-icon ul li a {
    width: auto; }
  footer .footer-inner {
    padding: 1rem 0rem; }
  .pagination-main {
    max-width: 205px; }
  .navbar .navbar-brand a img {
    max-width: 122px; }
  .navbar .kuwait-logo img {
    max-width: 82px; }
  .cma-wiki {
    margin-top: 85px; }
  .main-wrap {
    padding-left: 0; }
  .stepmain .pager .btn {
    font-size: 12px;
    margin-left: 5px;
    padding: 9px 27px; }
  .stepmain .list-item-step li a span {
    width: 30px;
    height: 30px; }
  .stepmain .list-item-step li a span i {
    font-size: 12px; }
  .stepmain .list-item-step:before {
    top: 36%; }
  .stepmain .list-item-step li a {
    font-size: 9px; }
  .text-card .icon-search {
    width: 45px;
    height: 45px; }
  .text-card .icon-search i {
    font-size: 16px; }
  .main-wrap {
    margin-top: 85px; }
  .navbar {
    height: 54px; }
  .sidebar {
    top: 54px; }
  .style-guide-wrap {
    padding-right: 15px; }
  .navbar .pr-4r.kuwait-logo img {
    max-width: 120px; } }




.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-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }
