/* Pre Loader */
#preloader { background: #fbfbfb; height: 100%; bottom: 0; display: none; left: 0; position: relative; right: 0; margin-top: 0; z-index: 999; margin: 0; padding: 0; }
#preloader.loading { /* Displays Preloader When "loading" Class Present */ display: block; }
#preloader blockquote { color: #a5a5a5; display: block; font-size: 22px; margin: 0; text-align: center; border: none; margin: 2% 0 2% 0; padding: 0; padding-top: 90px; }
#preloader cite { color: #a5a5a5; display: block; font-size: 14px; text-align: center; border: none; margin: 0; padding: 0; }

.containers { height: 100vh; width: 100vw; font-family: Helvetica; }
.loader { height: 20px; width: 250px; position: relative; margin-top: 20px;  bottom: 0; left: 0; right: 0; margin: auto; }
.loader--dot { animation-name: loader; animation-timing-function: ease-in-out; animation-duration: 3s; animation-iteration-count: infinite;
				height: 20px; width: 20px; border-radius: 100%; background-color: black; position: absolute; border: 2px solid white; }
.loader--dot:first-child { background-color: #8cc759; animation-delay: 0.5s; }
.loader--dot:nth-child(2) { background-color: #8c6daf; animation-delay: 0.4s; }
.loader--dot:nth-child(3) { background-color: #ef5d74; animation-delay: 0.3s; }
.loader--dot:nth-child(4) { background-color: #f9a74b; animation-delay: 0.2s; }
.loader--dot:nth-child(5) { background-color: #60beeb; animation-delay: 0.1s; }
.loader--dot:nth-child(6) { background-color: #fbef5a; animation-delay: 0s; }
/*.loader--text { position: absolute; top: 200%; left: 0; right: 0; width: 4rem; margin: auto; }
.loader--text:after { content: "Loading"; font-weight: bold; animation-name: loading-text; animation-duration: 3s; animation-iteration-count: infinite; } */
@keyframes loader {
  15% { transform: translateX(0); }
  45% { transform: translateX(230px); }
  65% { transform: translateX(230px); }
  95% { transform: translateX(0); }
}
@keyframes loading-text {
  0% { content: "Loading"; }
  25% { content: "Loading."; }
  50% { content: "Loading.."; }
  75% { content: "Loading..."; }
}
/* Pre Loader end */

.bs-callout {padding: 20px;margin: 20px 0;border-left: 1px solid #eee;border-left-width: 5px;border-radius: 3px;}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {color: #1b809e;margin-top: 0;margin-bottom: 5px;font-size: 18px;}
.bs-callout-info p {margin: 0 0 10px;}

.PageheadingBorder h1::before {
    background-color: rgb(197, 0, 0);
    content: "";
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.PageheadingBorder h1::after {
    background-color: rgb(197, 0, 0);
    content: "";
    display: block;
    position: relative;
    right: 0px;
    bottom: 0px;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}
.PageheadingBorder h1 {font-size: 16px !important;}

.wpcf7-submit {min-width: 220px; padding: 12px;}

.headingAfterTable {font-size: 14px !important; font-weight: bold;}

.official-table thead {background-color: rgb(152, 11, 11)  !important; color: #fff !important;}
.official-table thead th {padding: 8px;}
.official-table tbody tr:nth-child(even) {background-color: #f2f2f2;}

.tableFunction th {background: #eee;padding: 3px;}
.tableFunction td {padding: 3px;}

.usefulLink tbody tr:nth-child(even) {background-color: #f2f2f2;}
.usefulLink tbody td {padding: 6px;}


.page-heading-small {font-size: 14px !important; font-weight: bold;}
.page-heading-small-h3 {font-size: 12px !important;}
.main-menu {width: 100%;}


/* Basic styling for the tree-view */
.wsp-pages-list {
    list-style: none;
    padding-left: 0;
    font-family: Arial, sans-serif;
  }
  
  .wsp-pages-list li {
    padding: 5px 0;
    margin-left: 15px;
    position: relative;
  }
  
  /* Add a connector line */
  .wsp-pages-list li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 10px;
    height: 10px;
  }
  
  .wsp-pages-list li:last-child::before {
    border-left: 1px solid transparent;
  }
  
  /* Hide connector line for the main parent item */
  .wsp-pages-list > li::before {
    display: none;
  }
  
  /* Submenu styling */
  .wsp-pages-list ul {
    list-style: none;
    padding-left: 20px;
    border-left: 1px solid #ccc;
  }
  
  .wsp-pages-list ul li {
    margin-left: 0;
  }
  
  /* Link styling */
  .wsp-pages-list a {
    text-decoration: none;
    color: #333;
  }
  
  .wsp-pages-list a:hover {
    color: #000;
    font-weight: bold;
  }
  
.breadcumbPanel{ padding-top: 6px; padding-bottom: 6px; background: #fff !important;}

  .breadcrumbs {
    font-size: 14px;
    color: #555;
}
.breadcrumbs a {
    color: #0073aa;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.realImages{height: 38px;
    float: left;
    margin-top: 14px;
    margin-right: 5px;}