/*
.contentActions .submit {
    background-color: #006A92;
    border-radius: 3px;
    color : #FFFFFF;
    padding :5px;
    font-size : 18px;    
}
*/
/**
 * Nestable Draggable Handles
 */
/*.dd-header li {
    background : #FFFFFF;

}
*/
/* Float four columns side by side */
/* Remove extra left and right margins, due to padding in columns */
/* Clear floats after the columns */
/* Style the counter cards */
/* Responsive columns - one column layout (vertical) on small screens */
header {
  background-color: #444444;
  color: #ffffff;
  font-size: 30px;
  height: 45px;
  padding: 0px;
  box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}

body {
  background-color: #F5F5F5;
}

.navbar {
  padding: 0px;
}
.navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

.navActionBar {
  background-color: #000000;
  margin: 0px;
  height: 100%;
  width: 60px;
  text-align: center;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: 0;
}

.nav-pills .dropdown-menu {
  margin-top: 0;
}

.wrapper {
  display: flex;
  align-items: stretch;
  margin-top: 0px;
  padding-top: 45px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.wrapper .content {
  padding-left: 60px;
  padding-right: 5px;
  padding-top: 0px;
  width: 100%;
  background-color: #F5F5F5;
}
.wrapper .content .container-fluid {
  width: auto;
  padding: 5px;
  margin-right: 5px;
  margin-left: 5px;
  /*border: 1px solid rgba(0,0,0,0.125);
  border-radius: 5px;*/
}
.wrapper .content .container-fluid .listContainer {
  margin-left: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}
.wrapper .content .container-fluid .listHeader {
  margin-left: 5px;
}
.wrapper .content .container-fluid div table tr:nth-child(odd) td {
  border: none;
  background-color: #F0F0F0;
}
.wrapper .content .container-fluid div table tr:nth-child(even) td {
  border: none;
  background-color: #F7F7F7;
}
.wrapper .breadcrumbs {
  margin-left: 0px;
  width: 100%;
  padding: 0px;
}

#sidebar {
  padding-top: 45px;
  background-color: #006A92;
  border-right: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 60px;
  overflow: hidden;
  -webkit-transition: width 0.4s linear;
  transition: width 0.4s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
  z-index: 1000;
}
#sidebar.sidebarWithHover:hover {
  width: 250px;
  /*overflow: visible;*/
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  transition-delay: 0.75s;
}
#sidebar .sidebar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: 0px;
}
#sidebar .sidebar-nav .nav-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #FFFFFF;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  height: 35px;
  margin-top: 10px;
}
#sidebar .sidebar-nav .nav-item .svg-inline--fa {
  width: 60px;
  height: 24px;
  vertical-align: middle;
}
#sidebar .sidebar-nav .nav-item .sidebar-item {
  color: #FFFFFF;
  vertical-align: middle;
  text-decoration: none;
}
#sidebar .sidebar-nav .nav-item:hover {
  background-color: #005F83;
  color: #005F83;
}
#sidebar .sidebar-nav .nav-item:hover > a span {
  color: #FF9900;
}

.pageRemoveImage {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.breadcrumbs {
  border-width: 0px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #EEEEEE;
}
.breadcrumbs > * {
  color: #777777;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 3px;
  text-transform: initial;
}
.breadcrumbs > * a {
  color: #777777;
  margin: 5px;
}
.breadcrumbs > * span {
  color: #777777;
  margin: 5px;
}
.breadcrumbs > *:hover a {
  text-decoration: none;
}
.breadcrumbs > *:focus a {
  text-decoration: none;
}

.contentHeader {
  font-family: "Montserrat";
  margin-left: 20px;
  font-size: 20px;
  font-weight: 700;
}

.contentLinks {
  margin-right: 15px;
  margin-top: 5px;
}
.contentLinks a {
  color: #000000;
  text-decoration: none;
  margin-left: 15px;
}

.contentActions {
  margin-right: 15px;
  margin-top: 5px;
}
.contentActions .submit input[type=submit] {
  background-color: #006A92;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 5px;
  font-size: 16px;
  border-width: 0px;
  border-style: none;
  border-color: #006A92;
  border-image: initial;
}
.contentActions .button {
  background-color: #006A92;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 5px;
  font-size: 16px;
  border-width: 0px;
  border-style: none;
  border-color: #006A92;
  border-image: initial;
}
.contentActions a {
  background-color: #006A92;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 5px;
  font-size: 18px;
  text-decoration: none;
}
.contentActions a:hover {
  color: #FF9900;
}

.container-fluid table tr th {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
  border-bottom: 0px;
}

.itemActions a {
  color: #222222;
  text-decoration: none;
  background-color: transparent;
}

.dd3-content dl {
  display: flex;
}
.dd3-content dt {
  display: none;
}
.dd3-content dd {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}
.dd3-content .col_1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dd3-content .col_2 {
  white-space: nowrap;
}
.dd3-content .col_3 {
  white-space: nowrap;
}
.dd3-content .col_4 {
  white-space: nowrap;
}
.dd3-content .col_5 {
  white-space: nowrap;
}
.dd3-content .col_6 {
  white-space: nowrap;
}
.dd3-content a {
  padding-left: 5px;
  font-weight: bold;
  color: #555;
}

.page-slider-content dl {
  display: flex;
}
.page-slider-content dt {
  display: none;
}
.page-slider-content dd {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}
.page-slider-content .col_1 {
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
}
.page-slider-content .col_2 {
  white-space: nowrap;
}
.page-slider-content .col_3 {
  white-space: nowrap;
}
.page-slider-content .col_4 {
  white-space: nowrap;
}
.page-slider-content .col_5 {
  white-space: nowrap;
}
.page-slider-content .col_6 {
  white-space: nowrap;
}
.page-slider-content a {
  padding-left: 5px;
  font-weight: bold;
  color: #555;
}

.page-event-content dl {
  display: flex;
}
.page-event-content dt {
  display: none;
}
.page-event-content dd {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}
.page-event-content a {
  padding-left: 5px;
  font-weight: bold;
  color: #555;
}
.page-event-content.dd-page .col_1 {
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  flex-basis: 45%;
}
.page-event-content.dd-page .col_2 {
  flex-basis: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-event-content.dd-page .col_3 {
  white-space: nowrap;
  flex-basis: 20%;
}
.page-event-content.dd-page .col_4 {
  white-space: nowrap;
  flex-basis: 5%;
}
.page-event-content.dd-page .col_5 {
  white-space: nowrap;
  flex-basis: 5%;
}
.page-event-content .listContainer ol {
  list-style-type: none;
}
.page-event-content .listContainer ol .dd-page .col_1 {
  flex-basis: 45%;
}
.page-event-content .listContainer ol .dd-page .col_2 {
  flex-basis: 25%;
}
.page-event-content .listContainer ol .dd-page .col_3 {
  flex-basis: 20%;
}
.page-event-content .listContainer ol .dd-page .col_4 {
  flex-basis: 5%;
}
.page-event-content .listContainer ol .dd-page .col_5 {
  flex-basis: 5%;
}

.page-event-registrant-content dl {
  display: flex;
}
.page-event-registrant-content dt {
  display: none;
}
.page-event-registrant-content dd {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}
.page-event-registrant-content a {
  padding-left: 5px;
  font-weight: bold;
  color: #555;
}

.page-event-registrant-content.dd-page .col_1 {
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  flex-basis: 40%;
}
.page-event-registrant-content.dd-page .col_2 {
  flex-basis: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-event-registrant-content.dd-page .col_3 {
  white-space: nowrap;
  flex-basis: 20%;
}
.page-event-registrant-content.dd-page .col_4 {
  white-space: nowrap;
  flex-basis: 15%;
}
.page-event-registrant-content.dd-page .col_5 {
  white-space: nowrap;
  flex-basis: 10%;
}
.page-event-registrant-content .listContainer ol {
  list-style-type: none;
}
.page-event-registrant-content .listContainer ol .dd-page .col_1 {
  flex-basis: 40%;
}
.page-event-registrant-content .listContainer ol .dd-page .col_2 {
  flex-basis: 15%;
}
.page-event-registrant-content .listContainer ol .dd-page .col_3 {
  flex-basis: 20%;
}
.page-event-registrant-content .listContainer ol .dd-page .col_4 {
  flex-basis: 15%;
}
.page-event-registrant-content .listContainer ol .dd-page .col_5 {
  flex-basis: 10%;
}

.events-container .pagination-selections {
  list-style-type: none;
}
.events-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}

.dd-blog .col_1 {
  flex-basis: 25%;
}
.dd-blog .col_2 {
  flex-basis: 5%;
}
.dd-blog .col_3 {
  flex-basis: 20%;
}
.dd-blog .col_4 {
  flex-basis: 20%;
}
.dd-blog .col_5 {
  flex-basis: 20%;
}
.dd-blog .col_6 {
  flex-basis: 10%;
}


.dd-page .col_1 {
  flex-basis: 25%;
}
.dd-page .col_2 {
  flex-basis: 5%;
}
.dd-page .col_3 {
  flex-basis: 20%;
}
.dd-page .col_4 {
  flex-basis: 20%;
}
.dd-page .col_5 {
  flex-basis: 20%;
}
.dd-page .col_6 {
  flex-basis: 10%;
}

.dd-menu .col_1 {
  flex-basis: 40%;
}
.dd-menu .col_2 {
  flex-basis: 20%;
}
.dd-menu .col_3 {
  flex-basis: 20%;
}
.dd-menu .col_4 {
  flex-basis: 20%;
}

.dd-user .col_1 {
  flex-basis: 40%;
}
.dd-user .col_2 {
  flex-basis: 40%;
}
.dd-user .col_3 {
  flex-basis: 10%;
}

.dd-sites .col_1 {
  flex-basis: 40%;
}
.dd-sites .col_2 {
  flex-basis: 40%;
}
.dd-sites .col_3 {
  flex-basis: 10%;
}

.dd-ad-map .col_1 {
  flex-basis: 60%;
}
.dd-ad-map .col_2 {
  flex-basis: 20%;
}
.dd-ad-map .col_3 {
  flex-basis: 20%;
}

.dd-slider-map .col_1 {
  flex-basis: 60%;
}
.dd-slider-map .col_2 {
  flex-basis: 20%;
}
.dd-slider-map .col_3 {
  flex-basis: 20%;
}

.dd-linkImage-map .col_1 {
  flex-basis: 60%;
}
.dd-linkImage-map .col_2 {
  flex-basis: 20%;
}
.dd-linkImage-map .col_3 {
  flex-basis: 20%;
}

.dd {
  max-width: unset;
}

.dd-list .dd3-content {
  display: block;
  height: 37px;
  margin: 0px 0px !important;
  padding: 0px 0px 0px 15px !important;
  color: #333;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #444;
  font-size: 14px;
}
.dd-list .dd3-content:hover {
  color: #2ea8e5;
}
.dd-list .page-slider-content {
  display: block;
  height: 150px;
  margin: 0px 0px !important;
  padding: 0px 0px 0px 15px !important;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #444;
  font-size: 14px;
}
.dd-list .page-slider-content:hover {
  color: #2ea8e5;
}
.dd-list .page-event-registrant-content {
  display: block;
  height: 37px;
  margin: 0px 0px !important;
  padding: 0px !important;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #444;
  font-size: 14px;
}
.dd-list .page-event-registrant-content:hover {
  color: #2ea8e5;
}
.dd-list .page-event-content {
  display: block;
  height: 37px;
  margin: 0px 0px !important;
  padding: 0px 0px 0px 15px !important;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #444;
  font-size: 14px;
}
.dd-list .page-event-content:hover {
  color: #2ea8e5;
}

.dd3-item > button {
  padding-left: 10px;
}

.dd3-handle {
  position: absolute !important;
  margin: 0 !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  width: 15px !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  border: none !important;
  color: red !important;
  background: url("/admin/images/drag.png") no-repeat !important;
}
.dd3-handle:before {
  background-color: none !important;
}
.dd3-handle:hover {
  cursor: move !important;
  background-color: none !important;
}

.dd-item > button.dd-expand:before {
  content: "+";
  color: blue;
}
.dd-item > button.dd-collapse:before {
  content: "-";
  color: blue;
}

.dd-header {
  font-weight: bold;
  height: 15px;
  margin-left: 0px;
  list-style-type: none;
}
.dd-header .dd3-content {
  display: block;
  margin: 0px 0px !important;
  padding: 0px 0px 0px 15px !important;
  text-decoration: none;
}

.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.row {
  margin: 5px -5px !important;
  max-width: 100%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.date label {
  margin-right: 5px;
}

.card-column {
  flex-grow: 0;
  padding: 10px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}
.card a {
  color: #222222;
  text-decoration: none;
  background-color: transparent;
}

.card-title {
  height: 60px;
}

.users.form {
  margin: 15px;
}

.iframe-container {
  overflow: hidden;
  padding-top: 50%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  margin: 5px;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#ImagePreview {
  padding: 15px;
}

input {
  font-size: small;
}

button {
  font-size: small;
}

select {
  font-size: small;
}

optgroup {
  font-size: small;
}

textarea {
  font-size: small;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .card-columns {
    columns: 1;
  }
}
#addPageSliderSelect {
  list-style: none;
}
#addPageSliderSelect li {
  margin: 5px;
}

fieldset legend {
  background: initial;
}

.checkbox {
  padding-right: 15px;
}

.registrants ul {
  line-height: 0.5;
}
.registrants ul address {
  line-height: initial !important;
  margin: 15px;
}

.page-waitingChildren-content dl {
  display: flex;
  margin-bottom: 0px;
}
.page-waitingChildren-content dt {
  display: none;
  margin-bottom: 0px;
}
.page-waitingChildren-content dd {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  margin-bottom: 0px;
}
.page-waitingChildren-content a {
  padding-left: 5px;
  font-weight: bold;
  color: #555;
}
.page-waitingChildren-content.dd-page .col_1 {
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  flex-basis: 45%;
}
.page-waitingChildren-content.dd-page .col_2 {
  flex-basis: 5%;
  white-space: nowrap;
}
.page-waitingChildren-content.dd-page .col_3 {
  flex-basis: 5%;
  white-space: nowrap;
}
.page-waitingChildren-content.dd-page .col_4 {
  white-space: nowrap;
  flex-basis: 10%;
}
.page-waitingChildren-content.dd-page .col_5 {
  white-space: nowrap;
  flex-basis: 25%;
}
.page-waitingChildren-content.dd-page .col_6 {
  white-space: nowrap;
  flex-basis: 5%;
}
.page-waitingChildren-content.dd-page .col_7 {
  white-space: nowrap;
  flex-basis: 5%;
}
.page-waitingChildren-content .listContainer ol {
  list-style-type: none;
}
.page-waitingChildren-content .listContainer ol .dd-page .col_1 {
  flex-basis: 45%;
}
.page-waitingChildren-content .listContainer ol .dd-page .col_2 {
  flex-basis: 5%;
}
.page-waitingChildren-content .listContainer ol .dd-page .col_3 {
  flex-basis: 20%;
}
.page-waitingChildren-content .listContainer ol .dd-page .col_4 {
  flex-basis: 20%;
}
.page-waitingChildren-content .listContainer ol .dd-page .col_5 {
  flex-basis: 5%;
}
.page-waitingChildren-content .listContainer ol .dd-page .col_6 {
  flex-basis: 5%;
}

.waitingChildren-container {
  border: 1px solid #CCCCCC;
  margin-top: 5px;
}
.waitingChildren-container .dd-header .page-waitingChildren-content a {
  padding-left: 5px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.waitingChildren-container .listContainer li:nth-child(odd) {
  background-color: #cccccc;
}
.waitingChildren-container .listContainer li:nth-child(even) {
  background-color: #F0F0F0;
}
.waitingChildren-container .pagination-selections {
  list-style-type: none;
  text-decoration: none;
  text-align: center;
}
.waitingChildren-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}
.waitingChildren-container .pagination-selections li.active {
  font-weight: bold;
}
.waitingChildren-container .pagination-selections li a {
  color: #555;
}

.page-newsletter-content dl {
  display: flex;
  margin-bottom: 0.5rem;
}
.page-newsletter-content dt {
  display: none;
}
.page-newsletter-content dd {
  padding: 0.1rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}
.page-newsletter-content a {
  padding-left: 5px;
  font-weight: bold;
  color: #555;
}
.page-newsletter-content.dd-page .col_1 {
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  flex-basis: 55%;
}
.page-newsletter-content.dd-page .col_2 {
  flex-basis: 20%;
  white-space: nowrap;
}
.page-newsletter-content.dd-page .col_3 {
  flex-basis: 20%;
  white-space: nowrap;
}
.page-newsletter-content.dd-page .col_4 {
  white-space: nowrap;
  flex-basis: 5%;
}
.page-newsletter-content.dd-page .col_5 {
  white-space: nowrap;
  flex-basis: 5%;
}
.page-newsletter-content .listContainer ol {
  list-style-type: none;
}
.page-newsletter-content .listContainer ol .dd-page .col_1 {
  flex-basis: 55%;
}
.page-newsletter-content .listContainer ol .dd-page .col_2 {
  flex-basis: 20%;
}
.page-newsletter-content .listContainer ol .dd-page .col_3 {
  flex-basis: 20%;
}
.page-newsletter-content .listContainer ol .dd-page .col_4 {
  flex-basis: 5%;
}
.page-newsletter-content .listContainer ol .dd-page .col_5 {
  flex-basis: 5%;
}

.newsletter-container .pagination-selections {
  list-style-type: none;
}
.newsletter-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}

.page-news-content dl {
  display: flex;
  margin-bottom: 0.5rem;
}
.page-news-content dt {
  display: none;
}
.page-news-content dd {
  padding: 0.1rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}
.page-news-content a {
  padding-left: 5px;
  font-weight: bold;
  color: #555;
}
.page-news-content.dd-page .col_1 {
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  flex-basis: 55%;
}
.page-news-content.dd-page .col_2 {
  flex-basis: 20%;
  white-space: nowrap;
}
.page-news-content.dd-page .col_3 {
  flex-basis: 20%;
  white-space: nowrap;
}
.page-news-content.dd-page .col_4 {
  white-space: nowrap;
  flex-basis: 5%;
}
.page-news-content.dd-page .col_5 {
  white-space: nowrap;
  flex-basis: 5%;
}
.page-news-content .listContainer ol {
  list-style-type: none;
}
.page-news-content .listContainer ol .dd-page .col_1 {
  flex-basis: 55%;
}
.page-news-content .listContainer ol .dd-page .col_2 {
  flex-basis: 20%;
}
.page-news-content .listContainer ol .dd-page .col_3 {
  flex-basis: 20%;
}
.page-news-content .listContainer ol .dd-page .col_4 {
  flex-basis: 5%;
}
.page-news-content .listContainer ol .dd-page .col_5 {
  flex-basis: 5%;
}

.news-container .pagination-selections {
  list-style-type: none;
}
.news-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}

.search-container {
  margin-right: 5px;
  padding-right: 5px;
}
.search-container input {
  display: inline-block;
  width: unset;
  height: unset;
  margin: unset;
  padding: 2px;
}
.search-container button {
  all: unset;
}

.waitingChildren-edit label {
  font-weight: bold;
}

.intake-recruiter-container .pagination-selections {
  list-style-type: none;
  text-decoration: none;
  text-align: center;
}
.intake-recruiter-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}
.intake-recruiter-container .pagination-selections li.active {
  font-weight: bold;
}
.intake-recruiter-container .pagination-selections li a {
  color: #555;
}

.intake-recruiter-view-detail {
  padding: 5px;
}

.intake-applicant-container .pagination-selections {
  list-style-type: none;
  text-decoration: none;
  text-align: center;
}
.intake-applicant-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}
.intake-applicant-container .pagination-selections li.active {
  font-weight: bold;
}
.intake-applicant-container .pagination-selections li a {
  color: #555;
}
.intake-applicant-container .dd-applicant .col_1 {
  flex-basis: 27%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant-container .dd-applicant .col_2 {
  flex-basis: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant-container .dd-applicant .col_3 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant-container .dd-applicant .col_4 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant-container .dd-applicant .col_5 {
  flex-basis: 14%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant-container .dd-applicant .col_6 {
  flex-basis: 14%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant-container .dd-applicant .col_7 {
  flex-basis: 10%;
  white-space: nowrap;
}

.intake-applicant-forms .dd-forms .col_1 {
  flex-basis: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant-forms .dd-forms .col_2 {
  flex-basis: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant-forms .dd-forms .col_3 {
  flex-basis: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.intake-applicant--general-forms .pagination-selections {
  list-style-type: none;
}
.intake-applicant--general-forms .pagination-selections li {
  display: inline;
  padding-right: 5px;
}
.intake-applicant--general-forms .dd-forms .col_1 {
  flex-basis: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant--general-forms .dd-forms .col_2 {
  flex-basis: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant--general-forms .dd-forms .col_3 {
  flex-basis: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant--general-forms .dd-forms .col_4 {
  flex-basis: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intake-applicant--general-forms .dd-forms .col_5 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.users-container .pagination-selections {
  list-style-type: none;
}
.users-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}

.student-center-container .dd-user .col_1 {
  flex-basis: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-container .dd-user .col_2 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-container .dd-user .col_3 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-container .dd-user .col_4 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-container .dd-user .col_5 {
  flex-basis: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-container .dd-user .col_6 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-container .pagination-selections {
  list-style-type: none;
}
.student-center-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}

.student-center-students-container .dd-user .col_1 {
  flex-basis: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-students-container .dd-user .col_2 {
  flex-basis: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-students-container .dd-user .col_3 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-students-container .dd-user .col_4 {
  flex-basis: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-students-container .dd-user .col_5 {
  flex-basis: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-students-container .dd-user .col_6 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.student-center-students-container .pagination-selections {
  list-style-type: none;
}
.student-center-students-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}

.payment-container .pagination-selections {
  list-style-type: none;
  text-decoration: none;
  text-align: center;
}
.payment-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}
.payment-container .pagination-selections li.active {
  font-weight: bold;
}
.payment-container .pagination-selections li a {
  color: #555;
}
.payment-container .dd-payment .col_1 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-container .dd-payment .col_2 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-container .dd-payment .col_3 {
  flex-basis: 16%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-container .dd-payment .col_4 {
  flex-basis: 16%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-container .dd-payment .col_5 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-container .dd-payment .col_6 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-container .dd-payment .col_7 {
  flex-basis: 8%;
  white-space: nowrap;
}

.staff-members {
  padding: 10px;
  /*.staffContainer {*/
  /*}*/
}
.staff-members .dd-staff-map {
  height: unset;
}
.staff-members .dd-staff-map .col_1 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.staff-members .dd-staff-map .col_2 {
  flex-basis: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.staff-members .dd-staff-map .col_3 {
  flex-basis: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.staff-members .dd-staff-map .col_4 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teams-container .container-fluid .dd-staff .col_1 {
  flex-basis: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teams-container .container-fluid .dd-staff .col_2 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teams-container .container-fluid .dd-staff .col_3 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teams-container .container-fluid .dd-staff .col_4 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teamMembers-container .container-fluid .dd-staff-members .col_1 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teamMembers-container .container-fluid .dd-staff-members .col_2 {
  flex-basis: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teamMembers-container .container-fluid .dd-staff-members .col_3 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teamMembers-container .container-fluid .dd-staff-members .col_4 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teamMembers-container .container-fluid .dd-staff-members .col_5 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alert-banner-container.container-fluid .dd-alert-banner .col_1 {
  flex-basis: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alert-banner-container.container-fluid .dd-alert-banner .col_2 {
  flex-basis: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alert-banner-container.container-fluid .dd-alert-banner .col_3 {
  flex-basis: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alert-banner-container.container-fluid .dd-alert-banner .col_4 {
  flex-basis: 15%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alert-banner-container.container-fluid .dd-alert-banner .col_5 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.departmentList.container-fluid .dd-staff-departments .col_1 {
  flex-basis: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.departmentList.container-fluid .dd-staff-departments .col_2 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.departmentList.container-fluid .dd-staff-departments .col_3 {
  flex-basis: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.departmentList.container-fluid .dd-staff-departments .col_4 {
  flex-basis: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menuSelectOption_3 .input {
  display: inline-block;
  width: 90%;
}

.boards-container .pagination-selections {
  list-style-type: none;
}

.boards-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}

.boards-doc-tree ol.tree {
  padding: 0 0 0 30px;
  width: 500px;
}
.boards-doc-tree li {
  position: relative;
  margin-left: -15px;
  list-style: none;
  margin-top: 3px;
}
.boards-doc-tree li.file {
  margin-left: -1px !important;
}
.boards-doc-tree li.file span {
  background: url(/v3_assets/img/document.png) 0 5px no-repeat;
  display: block;
}
.boards-doc-tree li.file span a {
  color: #555;
  padding-left: 21px;
  text-decoration: none;
  font-size: 14px;
  margin-right: 3px;
}
.boards-doc-tree li input {
  position: absolute;
  left: 0;
  margin-left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  height: 1em;
  width: 1em;
  top: 0;
}
.boards-doc-tree li input + ol {
  background: url(/v3_assets/img/toggle-small-expand.png) 40px -3px no-repeat;
  margin: -0.958em 0 0 -44px; /* 15px */
  height: 1em;
}
.boards-doc-tree li input + ol > li {
  display: none;
  margin-left: -14px !important;
  padding-left: 1px;
}
.boards-doc-tree li label {
  background: url(/v3_assets/img/folder-horizontal.png) 15px 1px no-repeat;
  cursor: pointer;
  display: block;
  padding-left: 37px;
  margin-bottom: 0px;
}
.boards-doc-tree li input:checked + ol {
  background: url(/v3_assets/img/toggle-small.png) 40px 0px no-repeat;
  margin: -1.25em 0 0 -44px; /* 20px */
  padding: 1.363em 0 0 80px;
  height: auto;
}
.boards-doc-tree li input:checked + ol > li {
  display: block;
  margin: 3px 0 0.125em; /* 2px */
}
.boards-doc-tree li input:checked + ol > li:last-child {
  margin: 3px 0 0.063em; /* 1px */
}

.page-gallery-content dl {
  display: flex;
  margin-bottom: 0.5rem;
}
.page-gallery-content dt {
  display: none;
}
.page-gallery-content dd {
  padding: 0.1rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}
.page-gallery-content a {
  padding-left: 5px;
  font-weight: bold;
  color: #555;
}
.page-gallery-content.dd-page .col_1 {
  white-space: nowrap;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  flex-basis: 55%;
}
.page-gallery-content.dd-page .col_2 {
  flex-basis: 20%;
  white-space: nowrap;
}
.page-gallery-content.dd-page .col_3 {
  flex-basis: 20%;
  white-space: nowrap;
}
.page-gallery-content.dd-page .col_4 {
  white-space: nowrap;
  flex-basis: 5%;
}
.page-gallery-content.dd-page .col_5 {
  white-space: nowrap;
  flex-basis: 5%;
}
.page-gallery-content .listContainer ol {
  list-style-type: none;
}
.page-gallery-content .listContainer ol .dd-page .col_1 {
  flex-basis: 55%;
}
.page-gallery-content .listContainer ol .dd-page .col_2 {
  flex-basis: 20%;
}
.page-gallery-content .listContainer ol .dd-page .col_3 {
  flex-basis: 20%;
}
.page-gallery-content .listContainer ol .dd-page .col_4 {
  flex-basis: 5%;
}
.page-gallery-content .listContainer ol .dd-page .col_5 {
  flex-basis: 5%;
}

.gallery-container .pagination-selections {
  list-style-type: none;
}
.gallery-container .pagination-selections li {
  display: inline;
  padding-right: 5px;
}

#container-images .dropzone, #container-images .dropzone * {
  box-sizing: border-box;
}
#container-images .dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
#container-images .dropzone.dz-clickable {
  cursor: pointer;
}
#container-images .dropzone.dz-clickable * {
  cursor: default;
}

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