/**
 * @author Tremani
 * Main file which only contains import directives.
 * Generated with: `npm run css-glob`
 * (do not edit this file manually)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap");
.toolset table th.header-top .description, .btn-primary,
.btn-primary:visited, .btn, #content-main .inner-wrapper h2.title, #main-nav, .toolset.tabs ul li a .description, .toolset.tabs ul li a .title, #dgbc-auth-toolbar .inner > ul .auth-bttn, #dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap > a, #dgbc-auth-toolbar .inner > ul > li,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#header-logo .logo-main em {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#header-logo .logo-main .main-name, #dgbc-auth-toolbar .inner .welcome, h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

body {
  font-family: "Roboto", sans-serif;
}

h1 {
  color: #10b069;
  font-size: 36px;
}
h1 + p {
  color: #9d9d9c;
  font-size: 16px;
}

input, textarea, select, label {
  font-family: "Roboto", sans-serif;
}

#footer {
  padding: 5px 30px 10px;
}
#footer .inner-wrapper, #footer #content-main #footer .inner-wrapper {
  overflow: hidden;
  background-color: transparent;
  padding: 0;
}

.utilities {
  margin: 0;
  padding: 10px 0 0 0;
  text-align: right;
  display: inline;
  font-size: 12px;
}
.utilities li {
  margin-left: 8px;
  display: inline;
  padding: 0;
  background-image: none;
  float: right;
  border-left: 1px solid #9a9a9b;
  box-sizing: border-box;
}
.utilities li a {
  padding: 0 0 0 6px;
  margin-left: 8px;
  text-decoration: none;
  color: #808080;
}
.utilities li a:hover {
  color: #5fb54f;
}
.utilities li a:active {
  color: #039232;
}
.utilities li a.last {
  border-right: none;
}
.utilities li:last-child {
  border-left: 0;
}
.utilities li label {
  vertical-align: top;
}
.utilities li button {
  margin-top: -4px;
  vertical-align: top;
}

#dummy-auth-toolbar {
  background-color: #104833;
  height: 55px;
  width: 100%;
}

#dgbc-auth-toolbar {
  background-color: #104833;
  box-shadow: 0px 0px 0px 0px;
  display: flex;
  height: 55px;
  padding: 5px 0;
}
#dgbc-auth-toolbar .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
}
#dgbc-auth-toolbar .inner.clearfix {
  display: flex;
}
#dgbc-auth-toolbar .inner.clearfix:after, #dgbc-auth-toolbar .inner.clearfix:before {
  display: flex;
  content: none;
  line-height: 0;
}
#dgbc-auth-toolbar .inner .welcome {
  display: flex;
  min-width: 30%;
  align-items: center;
  font-size: 15px;
  color: #10b069;
}
#dgbc-auth-toolbar .inner > ul {
  display: flex;
  text-align: left;
  float: none;
  justify-content: end;
  align-items: center;
  width: inherit;
  text-transform: uppercase;
}
#dgbc-auth-toolbar .inner > ul > li,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap {
  color: #fff;
  font-size: 14px;
}
#dgbc-auth-toolbar .inner > ul > li a,
#dgbc-auth-toolbar .inner > ul > li a.expander,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander {
  color: #e6e6e6;
  transition: color 0.2s ease;
  border-radius: 0;
  width: auto;
  display: flex;
}
#dgbc-auth-toolbar .inner > ul > li a:hover, #dgbc-auth-toolbar .inner > ul > li a:active, #dgbc-auth-toolbar .inner > ul > li a:focus, #dgbc-auth-toolbar .inner > ul > li a.expanded,
#dgbc-auth-toolbar .inner > ul > li a.expander:hover,
#dgbc-auth-toolbar .inner > ul > li a.expander:active,
#dgbc-auth-toolbar .inner > ul > li a.expander:focus,
#dgbc-auth-toolbar .inner > ul > li a.expander.expanded,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a:hover,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a:active,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a:focus,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expanded,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander:hover,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander:active,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander:focus,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander.expanded,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a:hover,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a:active,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a:focus,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expanded,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander:hover,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander:active,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander:focus,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander.expanded {
  text-shadow: none;
  color: #10b069;
}
#dgbc-auth-toolbar .inner > ul > li a:hover .arrow, #dgbc-auth-toolbar .inner > ul > li a:active .arrow, #dgbc-auth-toolbar .inner > ul > li a:focus .arrow, #dgbc-auth-toolbar .inner > ul > li a.expanded .arrow,
#dgbc-auth-toolbar .inner > ul > li a.expander:hover .arrow,
#dgbc-auth-toolbar .inner > ul > li a.expander:active .arrow,
#dgbc-auth-toolbar .inner > ul > li a.expander:focus .arrow,
#dgbc-auth-toolbar .inner > ul > li a.expander.expanded .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a:hover .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a:active .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a:focus .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expanded .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander:hover .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander:active .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander:focus .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander.expanded .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a:hover .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a:active .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a:focus .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expanded .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander:hover .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander:active .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander:focus .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander.expanded .arrow {
  color: #10b069;
}
#dgbc-auth-toolbar .inner > ul > li a .arrow,
#dgbc-auth-toolbar .inner > ul > li a.expander .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a .arrow,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander .arrow {
  color: #fff;
}
#dgbc-auth-toolbar .inner > ul > li a#dgbc-auth-login-bttn,
#dgbc-auth-toolbar .inner > ul > li a.expander#dgbc-auth-login-bttn,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a#dgbc-auth-login-bttn,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap a.expander#dgbc-auth-login-bttn,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a#dgbc-auth-login-bttn,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap a.expander#dgbc-auth-login-bttn {
  color: #fff;
  border-radius: 0;
}
#dgbc-auth-toolbar .inner > ul > li .expand-content ul,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap .expand-content ul,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap .expand-content ul {
  background-color: #10b069;
  border-radius: 0 0 0 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
#dgbc-auth-toolbar .inner > ul > li .expand-content ul li a,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap .expand-content ul li a,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap .expand-content ul li a {
  color: #fff;
  padding: 7px 18px;
  transition: all 0.2s ease;
}
#dgbc-auth-toolbar .inner > ul > li .expand-content ul li a:hover,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.languages-wrap .expand-content ul li a:hover,
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap .expand-content ul li a:hover {
  background-color: #0e995b;
}
#dgbc-auth-toolbar .inner > ul .options-wrap.languages-wrap .expand-content {
  top: 36px;
}
#dgbc-auth-toolbar .inner > ul .options-wrap.languages-wrap .expander .arrow .icon-caret-down {
  display: none;
}
#dgbc-auth-toolbar .inner > ul .options-wrap.languages-wrap .expander .arrow:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  display: inline;
  height: 100%;
  text-indent: 0;
}
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap > a {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 7px 18px;
  font-size: 12.8px;
  box-shadow: 0px 0px 0px 0px;
}
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap > a span {
  line-height: inherit;
}
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap > a .arrow {
  float: none;
  width: auto;
  background: transparent;
  border: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  padding-left: 44px;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 0px 0px;
}
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap > a .arrow:before {
  content: "\f107";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  display: inline;
  top: 3px;
  right: 0px;
  height: 100%;
  text-indent: 0;
}
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap .expand-content {
  top: auto;
  right: auto;
}
#dgbc-auth-toolbar .inner > ul > li.options-wrap.tools-wrap .expand-content ul {
  width: 200px;
}
#dgbc-auth-toolbar .inner > ul .auth-bttn {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 0px;
  font-size: 12.8px;
  padding: 7px 18px;
}
#dgbc-auth-toolbar .inner > ul .auth-bttn:hover {
  background-color: #fff;
  color: #10b069;
}

#header {
  background-color: #fff;
  padding: 0px;
}
#header .inner-wrapper {
  margin: 20px 30px 20px;
  display: flex;
  align-items: center;
  overflow: visible;
  justify-content: space-between;
  flex-wrap: wrap;
}
#header .inner-wrapper .menu-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#header .inner-wrapper .menu-wrapper #search {
  float: none;
  display: flex;
  flex-wrap: nowrap;
  align-self: center;
  padding: 5px;
  margin: 0px;
}
#header .inner-wrapper .menu-wrapper #search ul {
  flex-wrap: nowrap;
  display: flex;
}
#header .inner-wrapper .menu-wrapper #search input {
  background-color: white;
  border: 1px solid #d6d6d6;
  height: 40px;
  font-size: 100%;
  padding-left: 12px;
  border-radius: 0;
  color: #5c5c5c;
  margin: 0 0 0 0px;
  float: none;
  width: 100%;
}
#header .inner-wrapper .menu-wrapper #search input .search-term {
  width: 100%;
}
#header .inner-wrapper .menu-wrapper #search select {
  background-color: white;
  border: 1px solid #e6e6e6;
  height: 40px;
  font-size: 100%;
  border-radius: 0;
  color: #5c5c5c;
}
#header .inner-wrapper .menu-wrapper #search #search-submit-wrap .btn.search {
  height: 40px;
  margin: 0;
  margin-left: 10px;
  padding: 6px 12px;
  box-shadow: 0px 0px 0px 0px;
}

#header-logo {
  margin: 0px;
}

#header-logo .logo-main {
  color: #10b069;
  display: flex;
  margin: 0;
  align-items: center;
  font-size: 54px;
  padding: 5px 5px 5px 0px;
}
#header-logo .logo-main img {
  width: 65px;
  height: auto;
}
#header-logo .logo-main .main-name {
  display: flex;
  margin: 0px 0 0 15px;
  flex-wrap: nowrap;
}
#header-logo .logo-main em {
  color: #5c5c5c;
}

.toolset.tabs {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid whitesmoke;
  padding: 10px 30px 10px 30px;
}
.toolset.tabs ul {
  display: flex;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.toolset.tabs ul li {
  list-style: none;
  background: none;
  padding-left: 0;
  color: #5c5c5c;
  margin: 0;
  border-right: 1px solid #e6e6e6;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .toolset.tabs ul li {
    padding-right: 50px;
  }
}
.toolset.tabs ul li + li {
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .toolset.tabs ul li + li {
    padding-left: 50px;
  }
}
.toolset.tabs ul li a {
  display: block;
  text-decoration: none;
  color: #104833;
  transition: all 0.2s ease;
}
.toolset.tabs ul li a .icon {
  display: none;
}
.toolset.tabs ul li a .title {
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  padding-right: 0;
  color: inherit;
  margin-bottom: 0;
}
.toolset.tabs ul li a .description {
  display: block;
  color: #5c5c5c;
  font-size: 14px;
  margin-top: 5px;
  text-transform: none;
}
.toolset.tabs ul li a:hover {
  color: #0e995b;
}
.toolset.tabs ul li a:active {
  color: #12543b;
}
.toolset.tabs ul li.active a {
  color: #0e995b;
  border-bottom: 1px solid #10b069;
}

#main-nav {
  float: none;
  padding: 5px 5px 5px 0px;
  margin: 0;
  list-style-image: none;
  list-style: none;
  list-style-type: none;
  overflow: hidden;
  font-size: 15px;
  display: flex;
  flex-wrap: nowrap;
}
#main-nav li {
  float: left;
  display: inline;
  list-style-image: none;
  list-style: none;
  list-style-type: none;
  background: none;
  padding: 0;
  margin: 0;
}
#main-nav li a {
  border: 1px solid #10b069;
  color: #10b069;
  display: block;
  padding: 0px 12px;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 8px;
  height: 38px;
  line-height: 38px;
}
#main-nav li a:hover {
  background-color: #10b069;
  color: white;
}
#main-nav li a:active {
  background-color: #12543b;
  border: 1px solid #12543b;
  color: white;
}
#main-nav .active a {
  background-color: #10b069;
  color: white;
}
#main-nav .active a:hover {
  background-color: #0d8b53;
  border: 1px solid #0d8b53;
}

body {
  background: #fafafa;
}

.inner-wrapper {
  width: auto;
}

#breadcrumbs-wrapper .inner-wrapper {
  margin: 0 30px;
}
#breadcrumbs-wrapper .inner-wrapper #breadcrumbs {
  padding: 30px 0 0 0;
}
#breadcrumbs-wrapper .inner-wrapper .breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs-wrapper .inner-wrapper .breadcrumbs a:hover {
  background-color: transparent;
  color: #0e995b;
}

#content-main .inner-wrapper {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
  margin: 30px 30px;
}
#content-main .inner-wrapper h2.title {
  font-weight: normal;
}
#content-main .inner-wrapper .logos {
  padding: 5px;
}
#content-main .inner-wrapper .logos img {
  width: 100%;
  max-width: 190px;
}

/* REQUIRED BUTTON STYLES:*/
.btn, .w-button {
  position: relative;
  margin-bottom: 3px;
  font-weight: bold;
  text-decoration: none;
}

.btn + .btn {
  margin-left: 5px;
}

.btn i {
  margin-right: 5px;
}

.btn {
  border-radius: 0;
  font-size: 100%;
  font-weight: normal;
  text-transform: uppercase;
  box-shadow: 0px 0px 0px 0px;
}

.btn:active,
.btn.active, .w-button:active {
  background-image: none;
}

.btn-default,
.btn.btn-default,
.btn-default:visited {
  color: #fff;
  text-shadow: none;
  background: #10b069;
  padding: 7px 18px;
  filter: none;
  text-decoration: none;
  border: 1px solid #10b069;
}
.btn-default:hover,
.btn.btn-default:hover,
.btn-default:visited:hover {
  background-color: transparent;
  color: #10b069;
}
.btn-default:active, .btn-default.active, .btn-default:focus,
.btn.btn-default:active,
.btn.btn-default.active,
.btn.btn-default:focus,
.btn-default:visited:active,
.btn-default:visited.active,
.btn-default:visited:focus {
  background-color: #808080;
  color: #fff;
  position: relative;
}

.btn-outline-primary, .add-evidence a, #header .inner-wrapper .menu-wrapper #search #search-submit-wrap .btn.search,
.btn.btn-outline-primary,
.btn-outline-primary:visited {
  color: #10b069;
  text-shadow: none;
  background: #fff;
  filter: none;
  text-decoration: none;
  border: 1px solid #10b069;
}
.btn-outline-primary:hover, .add-evidence a:hover, #header .inner-wrapper .menu-wrapper #search #search-submit-wrap .btn.search:hover,
.btn.btn-outline-primary:hover,
.btn-outline-primary:visited:hover {
  background-color: #10b069;
  color: #fff;
}
.btn-outline-primary:active, .add-evidence a:active, #header .inner-wrapper .menu-wrapper #search #search-submit-wrap .btn.search:active, .btn-outline-primary.active, .add-evidence a.active, #header .inner-wrapper .menu-wrapper #search #search-submit-wrap .active.btn.search, .btn-outline-primary:focus, .add-evidence a:focus, #header .inner-wrapper .menu-wrapper #search #search-submit-wrap .btn.search:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active,
.btn.btn-outline-primary:focus,
.btn-outline-primary:visited:active,
.btn-outline-primary:visited.active,
.btn-outline-primary:visited:focus {
  background-color: #808080;
  color: #fff;
  position: relative;
}

.btn-primary,
.btn-primary:visited {
  font-weight: 300;
  padding: 7px 18px;
  color: #fff;
  text-shadow: none;
  background: #D6B783;
  filter: none;
  text-decoration: none;
  border: 1px solid #D6B783;
  box-shadow: none;
  transition: all 0.2s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-primary:visited:hover,
.btn-primary:visited:focus,
.btn-primary:visited:active,
.btn-primary:visited.active,
.btn-primary:visited.disabled,
.btn-primary:visited[disabled] {
  background-color: transparent;
  color: #D6B783;
  box-shadow: none;
}

.btn-primary:active,
.btn-primary.active, .btn-default:focus {
  background-color: #a09b00;
  color: #fff;
  top: 2px;
  position: relative;
}

.btn-info,
a.sort-link,
.btn-info:visited,
.w-button {
  font-size: 14px;
  border-radius: 0px;
  color: #10b069;
  background-color: transparent;
  background-image: none;
  filter: none;
  text-decoration: none;
  border: 0px solid #D6B783;
  text-shadow: none;
  box-shadow: none;
  text-align: left;
}
.btn-info:hover,
a.sort-link:hover,
.btn-info:visited:hover,
.w-button:hover {
  background: transparent;
  color: #0d8b53;
}
.btn-info:active, .btn-info.active, .btn-info:focus,
a.sort-link:active,
a.sort-link.active,
a.sort-link:focus,
.btn-info:visited:active,
.btn-info:visited.active,
.btn-info:visited:focus,
.w-button:active,
.w-button.active,
.w-button:focus {
  background-color: transparent;
  top: 0px;
  position: relative;
}

.add-evidence a {
  display: flex !important;
  align-items: center;
}

.btn-grey:hover {
  box-shadow: 0 0px 0 #757575;
}

.btn-group {
  padding: 30px 20px 10px;
}

.btn-group-2 {
  padding-top: 0;
}

.btn-group .btn {
  margin-bottom: 10px;
}

.btn-group .btn + .btn {
  margin-right: 5px;
  margin-left: 0;
}

.btn:first-child {
  margin-right: 5px;
}

/* old button styles:*/
button {
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: visible; /* removes extra side padding in IE */
  vertical-align: middle;
  font-family: "trebuchet ms", "san-serif";
}

button::-moz-focus-inner {
  border: none; /* overrides extra padding in Firefox */
}

/*button span { position:relative; display:block; white-space:nowrap;}*/
.w-button {
  padding: 4px 12px;
}

.KCFinderPicker {
  margin-bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Google Chrome only - fix margins */
  button span {
    margin-top: -1px;
  }
}
div.buttons {
  clear: both;
}

div.padded-box {
  padding: 0 20px;
}

.pager ul.yiiPager li a {
  border-radius: 0;
}
.pager ul.yiiPager li.selected a {
  background-color: #10b069;
}

/* Toolset home =========================================================== */
/*.toolset table{ margin-bottom:2em; clear:both; width:100%; border-collapse:separate;}*/
/*.toolset table th { padding:5px 10px; color:#039232; font-weight:bold;  background-color:#e1efde; border-bottom:1px solid #fff; }*/
/*.toolset table tr:last-child td, .toolset table tr:last-child th { border:0;}*/
/*.toolset table tr:first-child th.blank { background-color:transparent; background:none;}*/
/*.toolset table th a { text-decoration:none;}*/
/*.toolset th.header-top { padding:10px; color:#fff; border:0 1px 0 1px; background-color:#3d6864;}*/
/*.toolset td {  text-align:center; padding: 5px 10px; width:25%; background-color:#f7fdf6; border-bottom:1px solid #d6e6d2;}*/
/*.toolset th.header-top .title { color:#fff; text-shadow:none;}*/
/*.toolset th.header-top .icon { background-position:0 -26px;}*/
/*.toolset .cta td {  border-color:#bdbbc3; background-color:#bfdcb9;}*/
/*.toolset .cta a { color:#fff; font-weight:bold;}*/
/*.toolset .cta a:hover { text-shadow:0 0 2px #333;}*/
/*.toolset .cta a.bttn:hover { text-shadow:none;}*/
/*.toolset .cta a.bttn {color:#632181; display:inline-block;}*/
.toolset table {
  margin-bottom: 2em;
  clear: both;
  width: 100%;
  border-collapse: collapse;
}
.toolset table tr:hover {
  background-color: transparent;
}
.toolset table tr.cta {
  border-bottom: 0;
}
.toolset table tr.cta th, .toolset table tr.cta td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.toolset table th {
  background-color: whitesmoke;
  padding: 10px 10px;
  border: 1px solid #fff;
}
.toolset table th.header-top {
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.toolset table th.header-top .title {
  color: #5c5c5c;
  line-height: 1.5;
  font-size: 24px;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .toolset table th.header-top .title {
    font-size: 36px;
  }
}
.toolset table th.header-top .description {
  display: block;
  font-size: 14px;
}
.toolset table th:not(.header-top) {
  padding-right: 30px;
}
.toolset table th a {
  text-decoration: none;
  display: block;
}
.toolset table td {
  border: 1px solid whitesmoke;
  text-align: center;
  font-size: 16px;
}

.tool-info {
  position: relative;
  padding-top: 1px;
}
.tool-info .icon-info {
  position: absolute;
  right: 0;
  z-index: 1000;
  color: #fff;
  background-color: #D6B783;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 3px;
  border-radius: 0;
  top: -30px;
  border: 1px solid #D6B783;
}
.tool-info .icon-info:hover {
  background-color: transparent;
  border-color: #D6B783;
  color: #D6B783;
}
.tool-info .icon-info:active {
  background-color: #808080;
  border-color: #4C4B4C;
}
.tool-info .content-expand {
  display: none;
  background-color: #12543b;
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  margin-top: 13px;
}
.tool-info.open .content-expand {
  display: block;
  margin-bottom: 40px;
}
.tool-info.open .content-expand:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 26px 27px;
  border-color: transparent transparent #12543b;
}
.tool-info .intro {
  float: left;
  width: 50%;
  color: #fff;
}
.tool-info .toolset {
  width: 40%;
  float: right;
}
.tool-info .toolset table {
  border: 0;
  margin-bottom: 0;
}
.tool-info .toolset table th, .tool-info .toolset table td {
  border: 1px solid #10b069;
  color: #fff;
}
.tool-info .toolset table th {
  width: 10%;
  background-color: #10b069;
}
.tool-info .toolset table td {
  text-align: left;
  background-color: #fff;
  color: #5c5c5c;
}

.tool-info a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.tool-info a span {
  padding: 1px 10px;
  display: inline-block;
  background-color: #afabb9;
}

.tool-info a span:first-child {
  padding: 1px 10px;
  background-color: #948fa1;
  color: #632181;
}

.tool-info.tool-info-horizontal {
  margin-bottom: 40px;
}

.tool-info.tool-info-horizontal .intro {
  float: left;
  width: 100%;
}

.tool-info.tool-info-horizontal .intro h2 {
  color: #fff;
}

.tool-info.tool-info-horizontal .toolset {
  float: left;
  width: 100%;
}

.tool-info.tool-info-horizontal .toolset thead img {
  width: 16px;
}

.tool-info.tool-info-horizontal .toolset td,
.tool-info.tool-info-horizontal .toolset th {
  width: 9%;
}

.tool-info.tool-info-horizontal .toolset td.first,
.tool-info.tool-info-horizontal .toolset th.first {
  width: 55%;
}

.grid-view table.items td,
.nonSortable td {
  font-size: 15px;
  vertical-align: middle;
  padding: 0.4em 0.2em 0.4em 0.4em;
}

.grid-view table.items tr {
  border-bottom: 1px solid #f0f0f0;
}

.grid-view table.items tbody tr:hover,
.nonSortable tr:hover,
table.items tbody tr:hover {
  background-color: #f1faf5;
}

.grid-view table.items th {
  background-color: transparent;
  font-size: 14px;
}

.grid-view table.gridView thead tr:first-child {
  border-bottom: 3px solid #f5f5f5;
}

.grid-view table.items th a.desc:after {
  background: none;
  content: "\f107";
  font-family: "FontAwesome";
  color: #10b069;
  position: relative;
  left: 10px;
  display: inline-block;
  top: auto;
}

.grid-view table.items th a.asc:after {
  background: none;
  content: "\f106";
  font-family: "FontAwesome";
  color: #10b069;
  position: relative;
  left: 10px;
  display: inline-block;
  top: auto;
}

.grid-view table.items .filters input {
  background-image: none;
  border-radius: 0px;
  padding-right: 20px;
  height: 40px;
  border-color: #d6d6d6;
  margin: 0.75em 0 0.75em 0;
}

.grid-view table.items select {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border-radius: 0px;
}

/*# sourceMappingURL=main.css.map */