﻿body { font-family: 'Open Sans'}

.sitepreloader{
    padding:50px;
}

.tag-class {
  height: 28px !important;
  padding-top: 0px !important;
  vertical-align: top !important;
  padding: 0 0 !important;
  width:100%;
}

p {
  display:normal !important;
}

html, body {
  height: 100%;
}
h1 {
  color: #231f20;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  padding-bottom: 10px !important;
  margin:0px !important;
}

h2 {
  color: #231f20;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  /*padding: 0px !important;
  margin: 0px !important;*/
}
h3 {
  color: #231f20;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  /*padding: 0px !important;
  margin: 0px !important;*/
}
.blue-tool-line {
  height: 3px;

  width:  40%;
  margin: 0 auto;
}
.blue-tool-line-container {
  margin-top:20px;
  margin-bottom:20px;
}
.tool-image {
  margin-top:25px;
  margin-bottom:10px;
}

.page-head {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.blue-panel-heading {
  color: white !important;
  border: 2px solid !important;
}

.tool-image-container {
  height: 140px;
  display: table-cell;
  vertical-align: bottom;
}
.tool-content {
  height: 165px;
}
.body-content {
  color: #333333;
  font-family: 'Open Sans';
  font-size: 14px;
}

.body-content-italic {
  color: #333333;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style:italic;
}
.body-content-label {
  color: #231f20;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: bold;
}

.body-content-padding {
  padding-bottom: 10px;
}

.body-content-margin-override {
  margin-bottom: 25px !important;
}

.seperator {
  border-bottom: 2px #BFC0C2 solid;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.default-link {
  cursor: pointer;
  text-decoration: none;
}
.default-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.link {
  color: #231f20;
  cursor:pointer;
  text-decoration:none;
}
.link:hover {
  color: #231f20;
  cursor: pointer;
  text-decoration: none;
}
.link-bold {
  color: #231f20;
  cursor: pointer;
  text-decoration: none;
  font-weight:bold;
}

  .link-bold:hover {
    color: #231f20;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
  }
.link-no-color {
  color: #231f20;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .nav-item {
    /* width: 110px; */
    text-align: center;
    /* height: 170px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 57px;
    padding-bottom: 55px;
    vertical-align: middle !important;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
  }
    .nav-item:hover {
      /* width: 110px; */
      text-align: center;
      color: white !important;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 57px;
      padding-bottom: 55px;
      vertical-align: middle !important;
      font-weight: bold;
      font-size: 16px;
      color: #333333;
      text-decoration: none;
    }
    .nav-item:focus {
      /* width: 110px; */
      text-align: center;
      color: white !important;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 57px;
      padding-bottom: 55px;
      vertical-align: middle !important;
      font-weight: bold;
      font-size: 16px;
      color: #333333;
      text-decoration: none;
    }
  .nav-item-selected {
    z-index: 1;
    text-align: center;
    color: white !important;
    /* height: 170px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 57px;
    padding-bottom: 55px;
    vertical-align: middle !important;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
  }

    .nav-item-selected:focus {
      z-index: 1;
      text-align: center;
      color: white !important;
      /* height: 170px; */
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 57px;
      padding-bottom: 55px;
      vertical-align: middle !important;
      font-weight: bold;
      font-size: 16px;
      text-decoration: none;
    }

    .nav-item-selected:hover {
      /* width: 110px; */
      text-align: center;
      color: white !important;
      /* height: 170px; */
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 57px;
      padding-bottom: 55px;
      vertical-align: middle !important;
      font-weight: bold;
      font-size: 16px;
      text-decoration: none;
    }

  .nav-sub-link {
    font-weight: bold;
    font-size: 14px;
    color: #5A595E;
    text-decoration: none;
  }

    .nav-sub-link:hover {
      font-weight: bold;
      font-size: 14px;
      color: #5A595E;
      text-decoration: none;
    }
  .nav-link {
    font-size: 20px;
    text-decoration: none;
    color: #333333;
  }
  .navigation-menu-mobile {
    display:none;
  }

  .navigation-menu-mobile-search {
    display:none;
  }
  .search {
    position: relative;
    top: 23px;
    float: right;
  }
}
@media (max-width: 1200px) {
  .my-account {
    display: none;
  }
  .navigation-menu {
    display: none;
  }
  .search {
    margin-bottom: 20px;
  }

  .navigation-menu-mobile {
    padding: 10px;
  }
  .navigation-menu-mobile-search {
    margin-bottom: 20px;
  }
  .navigation-menu-mobile-search-hide {
    display:none;
  }
  .navigation-menu-mobile a {
    text-decoration: none;
    cursor: pointer;
    color: white;
  }

      .navigation-menu-mobile a:active {
        text-decoration: none;
        cursor: pointer;
        color: white;
      }

    .nav-item {
        font-weight: bold;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 16px;
        text-decoration: none;
        display: block;
        padding: 5px;
        color: white;
        display: block;
        padding: 5px 7px;
        text-decoration: none;
        margin-bottom: 3px;
        background-color: #588a7e;
    }
    .mobile-nav-item {
        font-weight: bold;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 16px;
        text-decoration: none;
        display: block;
        padding: 5px;
        color: white;
        display: block;
        padding: 5px 7px;
        text-decoration: none;
        margin-bottom: 3px;
        background-color: #588a7e;
    }
    .mobile-nav-item-selected {
        font-weight: bold;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 16px;
        text-decoration: none;
        display: block;
        padding: 5px;
        color: white;
        display: block;
        padding: 5px 7px;
        text-decoration: none;
        margin-bottom: 3px;
        background-color: #588a7e;
    }

  .nav-item-selected {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 5px;
    color: white;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    margin-bottom: 3px;
    background-color: #808080;
  }

  .nav-item:hover {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 5px;
    color: white;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    margin-bottom: 3px;
    background-color: #808080;
  }

  .nav-item:active {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 5px;
    color: white;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    margin-bottom: 3px;
    background-color: #808080;
  }
  .nav-item:focus {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 5px;
    color: white;
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    margin-bottom: 3px;
    background-color: #808080;
  }

  .nav-sub-link {
    font-weight: bold;
    font-size: 14px;
    color: #5A595E;
    text-decoration: none;
  }

    .nav-sub-link:hover {
      font-weight: bold;
      font-size: 14px;
      color: #5A595E;
      text-decoration: none;
    }

  .nav-link {
    font-size: 20px;
    text-decoration: none;
    color: #333333;
  }
}

  .background-panel {
    background-color: #ddd;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding: 10px;
  }

 
 
  /*.nav-sub-link {
  font-size: 16px;
  text-decoration: none;
  color: #333333;
}*/
.hero-blue {
  color: white !important;
}
.hero-green {
  background-color: #26A65B !important;
  color: white !important;
}
.hero-orange {
  background-color: #FB9133 !important;
  color: white !important;
}
.hero-grey {
  background-color: #BCBBBB !important;
  color: white !important;
  color:black;
}
.btn-blue-sm {
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-radius: 4px;
  padding-left: 37px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.btn-blue-sm:hover {
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-radius: 4px;
  padding-left: 37px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
  .btn-blue {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: white;
    text-decoration: none;
    cursor: pointer;
  }

    .btn-blue:focus {
      -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
      box-shadow: 0 1px 1px rgba(0,0,0,.05);
      border-radius: 4px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 14px;
      padding-bottom: 14px;
      color: white;
      text-decoration: none;
      cursor: pointer;
    }
    .btn-blue:hover {
      -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
      box-shadow: 0 1px 1px rgba(0,0,0,.05);
      border-radius: 4px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 14px;
      padding-bottom: 14px;
      color: white;
      text-decoration: none;
      cursor: pointer;
    }
    .btn-blue:active {
      -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
      box-shadow: 0 1px 1px rgba(0,0,0,.05);
      border-radius: 4px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 14px;
      padding-bottom: 14px;
      color: white;
      text-decoration: none;
      cursor: pointer;
    }
.btn-blue-slim {
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  position:absolute;
}
  .btn-blue-slim:focus {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
  }

  .btn-blue-slim:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
  }

  .btn-blue-slim:active {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
  }

.btn-green {
  background-color: #26A65B;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

  .btn-green:focus {
    background-color: #26A65B;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: white;
    text-decoration: none;
    cursor: pointer;
  }

  .btn-green:hover {
    background-color: #26A65B;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: white;
    text-decoration: none;
    cursor: pointer;
  }

.btn-green-slim {
  background-color: #26A65B;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
}

  .btn-green-slim:focus {
    background-color: #26A65B;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
  }

  .btn-green-slim:hover {
    background-color: #26A65B;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
  }

  .btn-white {
    background-color: white;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px #231f20 solid;
    color: #231f20;
    text-decoration: none;
    cursor: pointer;
  }

.btn-orange {
    background-color: #FB9133;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
    /*border: 2px #231f20 solid;*/
    color: white;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}



    .btn-orange:hover {
        background-color: #FB9133;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
        border-radius: 4px;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 12px;
        padding-bottom: 12px;
        /*border: 2px #231f20 solid;*/
        color: white;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
    }

  .btn-white:hover {
    background-color: white;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px #231f20 solid;
    color: #231f20;
    text-decoration: none;
    cursor: pointer;
  }

  .btn-white:active {
    background-color: white;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px #231f20 solid;
    color: #231f20;
    text-decoration: none;
    cursor: pointer;
  }

.btn-white-grey {
  background-color: white;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-radius: 4px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px #e6e6e6 solid;
  color: #939598;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}



  .btn-white-grey:hover {
    background-color: white;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px #e6e6e6 solid;
    color: #939598;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
  }

  .btn-white-grey:active {
    background-color: white;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px #e6e6e6 solid;
    color: #939598;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
  }

.btn-stretch {
  display: block;
  width: 100%;
  text-align:center;
}

  nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    /* color: #fff; */
    /* background-color: transparent; */
  }

  .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    /* color: #fff; */
    /* background-color: transparent; */
  }

  .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    /* color: #fff; */
    /* background-color: transparent; */
  }

  .droplink {
    cursor: pointer;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000;
  }

    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }

      .dropdown-content a:hover {
        background-color: #f1f1f1;
      }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .top20 {
    margin-top: 20px;
  }

  /*em {
    color: #E05C65;
    margin-left: -15px;
  }*/

  .emContainer {
    margin-top: 7px;
    margin-left: -15px;
    color: red;
  }

  .emDateContainer {
    margin-top: 4px;
    margin-left: -15px;
    color: red;
  }

  .error input {
    border-color: red;
  }

  .error ::-webkit-input-placeholder {
    color: #999;
  }

  .error ::-moz-placeholder {
    color: #999;
  }

  .error :-moz-placeholder {
    color: #999;
  }

  .error :ms-input-placeholder {
    color: #999;
  }
@media (min-width: 1200px) {
  .grayBackground {
    background-color: gray;
  }

  .grayTopNav {
    background-color: #DCDCDC;
    z-index: 0;
  }

    .grayTopNav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }

    .grayTopNav li {
      float: left;
    }

      .grayTopNav li a {
        display: block;
        color: #333333;
        text-align: center;
        padding: 3px 12px;
        text-decoration: none;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px;
        margin-left:  2px;
      }

        .grayTopNav li a.active {
          color: white;
          font-weight: bold;
          font-family: 'Open Sans', sans-serif !important;
          font-size: 14px;
        }

        .grayTopNav li a:hover:not(.active) {
          background-color: #808080;
        }
  .grayTopNav li a:hover {
    color: white;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
  }
  .active {
    background-color: #808080;
  }

  .grayTopNav-mobile {
    display: none;
  }
}

@media (max-width: 1200px) {
  .white, .white a {
    color: #fff;
  }
  .checklists-forms-top-row {
    padding-bottom:20px;
  }
  .grayTopNav {
    display: none;
  }

  .grayBackground-mobile {
    background-color: gray;
  }

  .grayTopNav-mobile {
    background-color: #DCDCDC;
    z-index: 0;
  }

    .grayTopNav-mobile ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }

    .grayTopNav-mobile li {
      float: left;
    }

      .grayTopNav-mobile li a {
        display: block;
        color: #333333;
        text-align: center;
        padding: 3px 12px;
        text-decoration: none;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px;
        margin-left: 2px;
      }

        .grayTopNav-mobile li a.active {
          color: white;
          font-weight: bold;
          font-family: 'Open Sans', sans-serif !important;
          font-size: 14px;
        }

        .grayTopNav-mobile li a:hover {
          color: white;
          font-weight: bold;
          font-family: 'Open Sans', sans-serif !important;
          font-size: 14px;
        }
        .grayTopNav-mobile li a:hover:not(.active) {
          background-color: #808080;
        }

  .active {
    background-color: #808080;
  }
}
.modal-header-blue {
    background-color: #588a7e;
    color: white;
}
.modal-header-hr {
    background-color: #1a8cd8;
    color: white;
}

.modal-header-green {
    background-color: #588a7e;
    color: white;
}

.row-no-margin {
  margin: 0px !important;
}

@media print {
  /*a[href]:after { content: none !important; }*/

  .noPrint { display: none; }
}

/*printStyles*/
.contentSection-subTitle { color: #003366; font-size: 12px;  font-weight: bold;  float: none;  padding: 5px 0 10px 0;}
a.contentSection-subTitle-link { color: #003366;  font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold;}

/*treeview*/
.tree-children.tree-children-no-padding {
    padding-left: 0
}

.tree-children {
    padding-left: 20px;
    overflow: hidden
}

.node-drop-slot {
    display: block;
    height: 2px
}

    .node-drop-slot.is-dragging-over {
        background: #ddffee;
        height: 20px;
        border: 2px dotted #888;
    }

.toggle-children-wrapper-expanded .toggle-children {
    transform: rotate(90deg)
}

.toggle-children-wrapper-collapsed .toggle-children {
    transform: rotate(0);
}

.toggle-children-wrapper {
    padding: 2px 3px 5px 1px;
}
/* tslint:disable */
.toggle-children {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABAhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRkRFQjcxODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRkRFQjcwODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk5NzA1OGEtZDI3OC00NDZkLWE4ODgtNGM4MGQ4YWI1NzNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzRkZmQxMGMtY2NlNS0xMTc4LWE5OGQtY2NkZmM5ODk5YWYwIi8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z2x5cGhpY29uczwvcmRmOmxpPiA8L3JkZjpBbHQ+IDwvZGM6dGl0bGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5iogFwAAAGhJREFUeNpiYGBgKABigf///zOQg0EARH4A4gZyDIIZ8B/JoAJKDIDhB0CcQIkBRBtEyABkgxwoMQCGD6AbRKoBGAYxQgXIBRuZGKgAKPIC3QLxArnRSHZCIjspk52ZKMrOFBUoAAEGAKnq593MQAZtAAAAAElFTkSuQmCC');
    height: 8px;
    width: 9px;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 1px;
    background-repeat: no-repeat;
    background-position: center;
}

.toggle-children-placeholder {
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    top: 1px;
    padding-right: 3px;
}

.node-content-wrapper {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    transition: background-color .15s,box-shadow .15s;
}

.node-wrapper {
    display: flex;
    align-items: flex-start;
}

.node-content-wrapper-active,
.node-content-wrapper.node-content-wrapper-active:hover,
.node-content-wrapper-active.node-content-wrapper-focused {
    background: #beebff;
}

.node-content-wrapper-focused {
    background: #e7f4f9
}

.node-content-wrapper:hover {
    background: #f7fbff
}

.node-content-wrapper-active, .node-content-wrapper-focused, .node-content-wrapper:hover {
    box-shadow: inset 0 0 1px #999;
}

.node-content-wrapper.is-dragging-over {
    background: #ddffee;
    box-shadow: inset 0 0 1px #999;
}

.node-content-wrapper.is-dragging-over-disabled {
    opacity: 0.5
}

tree-viewport {
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    overflow: auto;
    display: block;
}

.tree-children {
    padding-left: 20px;
}

.empty-tree-drop-slot .node-drop-slot {
    height: 20px;
    min-width: 100px
}

.angular-tree-component {
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* non-prefixed version, currently not supported by any browser */
}

tree-root .angular-tree-component-rtl {
    direction: rtl;
}

    tree-root .angular-tree-component-rtl .toggle-children-wrapper-collapsed .toggle-children {
        transform: rotate(180deg) !important;
    }

    tree-root .angular-tree-component-rtl .tree-children {
        padding-right: 20px;
        padding-left: 0;
    }

tree-node-checkbox {
    padding: 1px;
}

.node-content-wrapper-active, .node-content-wrapper.node-content-wrapper-active:hover, .node-content-wrapper-active.node-content-wrapper-focused {
    background: none !important;
}

.node-content-wrapper-focused {
    background: none !important;
}
.landing-text {
    color: #231f20;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    padding-top:50px;
    padding-bottom:20px;
}
.landing-button{
    max-width: 80%;
    min-width: 80%;
    border-color: #FFFFFF;
    border-radius: 6px;
    border-width: 6px;
}
    .landing-button:hover {
        border-color: #EEEEEE;
        background-color: #EEEEEE;
    }
.landing-disabled-image {
    opacity: 0.5;
    max-width: 80%;
    min-width: 80%;
    border-color: #FFFFFF;
    border-radius: 6px;
    border-width: 6px;
}

/*end treeview*/

.yellow { background: yellow;}
.customTooltip .tooltip-inner {
    max-width: 500px;
}
#tblChildAccounts thead > tr > th > mfdefaultsorter > a {
  color: #fff !important;
}