@font-face {
  font-family: "Chalet";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/chalet.eot");
  src: url("/fonts/chalet.woff") format("woff"), url("/fonts/chalet.ttf") format("truetype"), url("/fonts/chalet.svg#svgFontName") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/OpenSans-Regular.eot");
  src: url("/fonts/OpenSans-Regular.woff") format("woff"), url("/fonts/OpenSans-Regular.ttf") format("truetype"), url("/fonts/OpenSans-Regular.svg#svgFontName") format("svg");
}

@font-face {
  font-family: "Open Sans Light";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/OpenSans-Light.eot");
  src: url("/fonts/OpenSans-Light.woff") format("woff"), url("/fonts/OpenSans-Light.ttf") format("truetype"), url("/fonts/OpenSans-Light.svg#svgFontName") format("svg");
}

@font-face {
  font-family: "Open Sans Semibold";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/OpenSans-Semibold.eot");
  src: url("/fonts/OpenSans-Semibold.woff") format("woff"), url("/fonts/OpenSans-Semibold.ttf") format("truetype"), url("/fonts/OpenSans-Semibold.svg#svgFontName") format("svg");
}

@font-face {
  font-family: "Open Sans Bold";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/OpenSans-Bold.eot");
  src: url("/fonts/OpenSans-Bold.woff") format("woff"), url("/fonts/OpenSans-Bold.ttf") format("truetype"), url("/fonts/OpenSans-Bold.svg#svgFontName") format("svg");
}

@font-face {
  font-family: "Open Sans Extrabold";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/OpenSans-ExtraBold.eot");
  src: url("/fonts/OpenSans-ExtraBold.woff") format("woff"), url("/fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("/fonts/OpenSans-ExtraBold.svg#svgFontName") format("svg");
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
    font-family: "Chalet";
    src: url("/fonts/chalet.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans-Regular.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "Open Sans Light";
    src: url("/fonts/OpenSans-Light.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "Open Sans Semibold";
    src: url("/fonts/OpenSans-Semibold.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("/fonts/OpenSans-Bold.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "Open Sans Extrabold";
    src: url("/fonts/OpenSans-ExtraBold.svg#svgFontName") format("svg");
}
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9AADB6;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9AADB6;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9AADB6;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #9AADB6;
}

html,
body {
  font-size: 16px;
  font-size: 1rem;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #F4F4F4;
  overflow-x: hidden;
}

h1,
h2,
h3,
em,
p,
a,
span,
small,
em {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  cursor: default;
}

ul,
img,
figure {
  margin: 0;
  padding: 0;
}

button {
  outline: none;
}

select,
textarea,
input:not(radio) {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
}

em {
  font-style: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.word-break {
  word-break: break-word;
}

header {
  width: calc(100% - 250px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  /*display: none;*/
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 10px 0 0;
  border-bottom: 1px solid #EAEAEA;
  background: #FFFFFF;
}

@media only screen and (max-width: 1023px) {
  header {
    width: 100%;
  }
}

header form {
  float: right;
}

header button {
  display: none;
}

@media only screen and (max-width: 1023px) {
  header button {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    width: 62px;
    height: 62px;
    border: 0;
    cursor: pointer;
    outline: none;
    background: #45576D;
    color: #FFFFFF;
  }
}

header button.logout {
  width: 94px;
  height: 32px;
}

header h1 {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0;
  padding: 23px 0 0 7px;
  color: #7E8890;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

header a.breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 23px 0 0 0;
  color: #9AADB6;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

header a.breadcrumb:hover {
  color: #4AAEE3;
}

header a.breadcrumb:first-of-type {
  margin-left: 15px;
}

header a.breadcrumb.last {
  cursor: default;
  color: #7E8890;
}

header a.breadcrumb > i {
  margin-left: 7px;
}

@media only screen and (max-width: 767px) {
  header a.breadcrumb {
    display: none;
  }
}

header div.dropdown {
  position: relative;
  float: right;
  height: auto;
  margin: 0 20px 0 0;
}

header div.dropdown a.dropdown-current {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  padding: 22px 15px;
  color: #9AADB6;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

header div.dropdown a.dropdown-current.active {
  background: #45576D;
  color: #FFFFFF;
}

header div.dropdown ul.dropdown-choices {
  display: none;
  position: absolute;
  height: 100%;
  list-style: none;
  right: 0;
  top: 61px;
  max-width: 250px;
}

header div.dropdown ul.dropdown-choices li a {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 7px 70px 7px 10px;
  font-family: "Open Sans", sans-serif;
  background: #45576D;
  color: #C9CBD1;
}

header div.dropdown ul.dropdown-choices li a:hover {
  color: #FFFFFF;
  background: #374657;
}

@media only screen and (max-width: 767px) {
  header div.dropdown ul.dropdown-choices li a {
    padding: 7px 40px 7px 10px;
  }
}

@media only screen and (max-width: 479px) {
  header div.dropdown ul.dropdown-choices li a {
    padding: 7px 20px 7px 10px;
  }
}

header div.notifications-container {
  position: relative;
  float: right;
  height: auto;
  margin: 0 20px 0 0;
}

header div.notifications-container a.notifications-indicator {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  padding: 20px 15px 21px 15px;
  color: #9AADB6;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

header div.notifications-container span.notifications-count {
  border-radius: 100px;
  font-size: 10px;
  font-size: 0.625rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 20px;
  min-width: 14px;
  height: 14px;
  display: block;
  color: #FFFFFF;
  background: #DD7467;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
  padding: 0 4px;
}

header div.notifications-container span.notifications-count.hidden {
  display: none;
}

header div.notifications-container ul.notifications {
  display: none;
  position: absolute;
  width: 250px;
  height: 100%;
  list-style: none;
  right: 0;
  top: 62px;
}

header div.notifications-container ul.notifications li {
  background: #FFFFFF;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  padding: 7px;
}

header div.notifications-container ul.notifications li a.notification {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 7px 10px;
  font-family: "Open Sans", sans-serif;
  background: #FFFFFF;
  color: #9AADB6;
}

header div.notifications-container ul.notifications li a.notification:hover {
  color: #9AADB6;
  background: #f6fbfe;
}

@media only screen and (max-width: 767px) {
  header div.notifications-container ul.notifications li a.notification {
    padding: 7px 40px 7px 10px;
  }
}

@media only screen and (max-width: 479px) {
  header div.notifications-container ul.notifications li a.notification {
    padding: 7px 20px 7px 10px;
  }
}

header div.notifications-container ul.notifications li:last-of-type {
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 399px) {
  header div.notifications-container ul.notifications {
    width: 180px;
  }
}

nav {
  display: block;
  /*display: none;*/
  z-index: 4;
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  overflow: hidden;
  background: #45576D;
}

@media only screen and (max-width: 1023px) {
  nav {
    margin-left: -250px;
    top: 48px;
  }
}

nav span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  float: left;
  margin: 10px 0 0 0;
  padding: 8px 15px;
  background: #FFFFFF;
  color: #45576D;
  font-family: "Open Sans Extrabold", sans-serif;
}

nav ul {
  list-style: none;
}

nav ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #C9CBD1;
}

nav ul li a:hover {
  color: #FFFFFF;
}

nav ul li a.active {
  color: #FFFFFF;
}

nav .main-menu > li > a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 12px 15px;
  background: url("/images/admin/arrow-right.png") no-repeat right 15px center;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

nav .main-menu > li > a:hover {
  background: #374657 url("/images/admin/arrow-right.png") no-repeat right 15px center;
}

nav .main-menu > li > a.active {
  background: #374657 url("/images/admin/arrow-down.png") no-repeat right 15px center;
}

nav .sub-menu {
  display: none;
}

nav .sub-menu.active {
  display: block;
}

nav .sub-menu > li > a {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px 15px 10px 45px;
  background: #3f5064;
  font-family: "Open Sans Semibold", sans-serif;
  text-transform: capitalize;
}

footer {
  width: calc(100% - 250px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  /*display: none;*/
  z-index: 2;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0 15px;
  background: #FFFFFF;
  border-top: 1px solid #EAEAEA;
}

@media only screen and (max-width: 1023px) {
  footer {
    width: 100%;
  }
}

.pagination {
  float: left;
}

.pagination a {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  float: left;
  width: 34px;
  height: 30px;
  margin: 15px 1px 15px 0;
  background: #cdd6db;
  color: #FFFFFF;
  font-family: "Open Sans Semibold", sans-serif;
  text-align: center;
  line-height: 30px;
}

@media only screen and (max-width: 639px) {
  .pagination a {
    display: none;
  }

  .pagination a.first,
  .pagination a.last,
  .pagination a.previous,
  .pagination a.next {
    display: block;
  }
}

.pagination a:hover {
  background: #B0BEC5;
}

.pagination a.current {
  background: #4AAEE3;
}

.pagination a.inactive {
  cursor: not-allowed;
  background: #cdd6db;
}

.pagination .jump {
  float: left;
  margin: 15px 0 15px 20px;
}

@media only screen and (max-width: 639px) {
  .pagination .jump {
    display: none;
  }
}

.pagination .jump input[type=number] {
  width: 50px;
  height: 28px;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  background: #FFFFFF;
  color: #7E8890;
}

.pagination .jump input[type=submit] {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 40px;
  height: 30px;
  margin: 0 0 0 -5px;
  border: none;
  cursor: pointer;
  background: #4AAEE3;
  color: #FFFFFF;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

.pagination .jump input[type=submit]:hover {
  background: #2199d9;
}

section.actions {
  float: right;
}

main {
  width: calc(100% - 250px);
  z-index: 1;
  display: block;
  float: right;
  margin: 82px 0;
}

@media only screen and (max-width: 1023px) {
  main {
    width: 100%;
  }
}

main section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

main section span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  color: #7E8890;
}

section.content {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 20px;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  color: #7E8890;
}

section.content.content-half {
  width: 50%;
  display: inline-block;
}

section.content.content-half.one {
  width: calc(50% - 10px);
  float: left;
  text-align: left;
  margin-right: 10px;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 767px) {
  section.content.content-half.one {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
  }
}

section.content.content-half.two {
  width: calc(50% - 10px);
  float: right;
  text-align: left;
  margin-left: 10px;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 767px) {
  section.content.content-half.two {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
  }
}

section.content.content-third {
  width: calc(33.3% - 20px);
  display: inline-block;
}

section.content.content-third.one {
  float: left;
  text-align: left;
  margin-right: 10px;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 1247px) {
  section.content.content-third.one {
    width: 100%;
    margin: 0 0 20px 0;
    border-left: none;
    border-right: none;
  }
}

@media only screen and (max-width: 1023px) {
  section.content.content-third.one {
    width: calc(33.3% - 20px);
    margin-right: 10px;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
  }
}

@media only screen and (max-width: 767px) {
  section.content.content-third.one {
    width: 100%;
    margin: 0 0 20px 0;
    border-left: none;
    border-right: none;
  }
}

section.content.content-third.two {
  width: 33.3%;
  float: left;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 1247px) {
  section.content.content-third.two {
    width: 100%;
    margin: 0 0 20px 0;
    border-left: none;
    border-right: none;
  }
}

@media only screen and (max-width: 1023px) {
  section.content.content-third.two {
    width: 33.3%;
    margin-left: 10px;
    margin-right: 10px;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
  }
}

@media only screen and (max-width: 767px) {
  section.content.content-third.two {
    width: 100%;
    margin: 0 0 20px 0;
    border-left: none;
    border-right: none;
  }
}

section.content.content-third.three {
  float: left;
  text-align: left;
  margin-left: 10px;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 1247px) {
  section.content.content-third.three {
    width: 100%;
    margin: 0 0 20px 0;
    border-left: none;
    border-right: none;
  }
}

@media only screen and (max-width: 1023px) {
  section.content.content-third.three {
    width: calc(33.3% - 20px);
    margin-left: 10px;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
  }
}

@media only screen and (max-width: 767px) {
  section.content.content-third.three {
    width: 100%;
    margin: 0 0 20px 0;
    border-left: none;
    border-right: none;
  }
}

section.content.content-quarter {
  width: calc(25% - 15px);
  display: inline-block;
}

section.content.content-quarter.one {
  float: left;
  text-align: left;
  margin-right: 10px;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 1439px) {
  section.content.content-quarter.one {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 559px) {
  section.content.content-quarter.one {
    width: 100%;
    margin-right: 0;
    border-left: none;
    border-right: none;
  }
}

section.content.content-quarter.two {
  float: left;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 1439px) {
  section.content.content-quarter.two {
    width: calc(50% - 10px);
    margin-right: 0;
    border-right: none;
  }
}

@media only screen and (max-width: 559px) {
  section.content.content-quarter.two {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
  }
}

section.content.content-quarter.three {
  float: left;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 1439px) {
  section.content.content-quarter.three {
    width: calc(50% - 10px);
    margin-left: 0;
    border-left: none;
  }
}

@media only screen and (max-width: 559px) {
  section.content.content-quarter.three {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
  }
}

section.content.content-quarter.four {
  float: left;
  text-align: left;
  margin-left: 10px;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 1439px) {
  section.content.content-quarter.four {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 559px) {
  section.content.content-quarter.four {
    width: 100%;
    margin-left: 0;
    border-left: none;
    border-right: none;
  }
}

section.content article.split {
  width: 100%;
  float: left;
  padding: 0 0 7px 0;
  margin: 0 0 7px 0;
  border-bottom: 1px solid #EAEAEA;
}

section.content article.split:last-of-type {
  padding: 0;
  margin: 0;
  border: none;
}

section.content em {
  font-family: "Open Sans Semibold";
}

span.title {
  font-size: 12px;
  font-size: 0.75rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 2px;
  margin: 50px 0 15px 0;
  border-bottom: 1px solid #4AAEE3;
  font-family: "Open Sans Bold", sans-serif;
  color: #4AAEE3;
  text-transform: uppercase;
}

span.title:first-of-type {
  margin: 0 0 15px 0;
}

p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #7E8890;
  font-family: "Open Sans", sans-serif;
}

p em {
  font-family: "Open Sans Bold", sans-serif;
}

p a {
  color: #4AAEE3;
}

.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  max-width: 100% !important;
  margin: 15px 0;
  padding: 10px;
  background: #FCFCFC;
  border: 1px solid #EAEAEA;
}

.box.centered {
  text-align: center !important;
}

.box.success {
  width: calc(100% - 2px);
  margin: 5px 0;
  padding: 15px;
  border: 1px solid #55D98D;
  background: #effbf4;
  text-align: left;
}

.box.danger {
  width: calc(100% - 2px);
  margin: 5px 0;
  padding: 15px;
  border: 1px solid #DD7467;
  background: #fcf2f1;
  text-align: left;
}

.box.warning {
  width: calc(100% - 2px);
  margin: 5px 0;
  padding: 15px;
  border: 1px solid #FFC65D;
  background: #fffcf6;
  text-align: left;
}

.box.info {
  width: calc(100% - 2px);
  margin: 5px 0;
  padding: 15px;
  border: 1px solid #4AAEE3;
  background: #f2f9fd;
  text-align: left;
}

.box a {
  font-family: "Open Sans Semibold", sans-serif;
  color: #4AAEE3;
  text-decoration: none;
}

.box span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  color: #7E8890;
}

.box em {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Open Sans Bold", sans-serif;
  color: #7E8890;
}

.flag {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 10px;
  font-size: 0.625rem;
  display: inline-block;
  margin: 5px;
  padding: 3px 7px;
  background: #45576D;
  color: #FFFFFF;
  font-family: "Open Sans Bold";
  text-transform: uppercase;
}

.flag.blue {
  background: #4AAEE3;
}

.flag.green {
  background: #55D98D;
}

.flag.red {
  background: #DD7467;
}

.flag.yellow {
  background: #FFC65D;
}

.btn {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  margin: 15px 5px;
  padding: 7px 10px;
  border: none;
  cursor: pointer;
  background: #B0BEC5;
  color: #FFFFFF !important;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .btn:not(.visible-text) {
    font-size: 14px;
    font-size: 0.875rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-indent: -9999px;
    width: 32px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .btn:not(.visible-text) > i {
    text-indent: 0;
    float: left;
  }
}

.btn:hover {
  background: #93a6af;
}

.btn.disabled {
  pointer-events: none;
  cursor: not-allowed !important;
  background: #dce2e5 !important;
}

.btn.big {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 10px;
}

.btn.small {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 5px 8px;
}

.btn.full {
  width: 100%;
}

.btn.centered {
  text-align: center;
}

.btn.bordered {
  padding: 6px 10px;
  border: 1px solid #cdd6db;
  background: none;
  color: #7E8890 !important;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}

.btn.bordered:hover {
  background-color: #f1f3f5 !important;
}

.btn.no-float {
  float: none;
}

.btn.no-margin {
  margin: 0;
}

.btn.no-margin-top {
  margin-top: 0;
}

.btn.no-margin-bottom {
  margin-bottom: 0;
}

.btn.no-margin-right {
  margin-right: 0;
}

.btn.no-margin-left {
  margin-left: 0;
}

.btn.double-margin {
  margin: 30px 10px;
}

.btn.double-margin-top {
  margin-top: 30px;
}

.btn.double-margin-bottom {
  margin-bottom: 30px;
}

.btn.double-margin-right {
  margin-right: 10px;
}

.btn.double-margin-left {
  margin-left: 10px;
}

.btn.gray {
  background: #cdd6db;
}

.btn.gray:hover {
  background: #B0BEC5;
}

.btn.gray.bordered {
  border: 1px solid #cdd6db;
}

.btn.gray.bordered:hover {
  background-color: #f1f3f5 !important;
}

.btn.blue {
  background: #4AAEE3;
}

.btn.blue:hover {
  background: #2199d9;
}

.btn.blue.bordered {
  background: none;
  color: #4AAEE3 !important;
  border: 1px solid #4AAEE3;
}

.btn.blue.bordered:hover {
  background: #4AAEE3 !important;
  color: #FFFFFF !important;
}

.btn.green {
  background: #55D98D;
}

.btn.green:hover {
  background: #2ecd71;
}

.btn.green.bordered {
  background: none;
  color: #55D98D !important;
  border: 1px solid #55D98D;
}

.btn.green.bordered:hover {
  background: #55D98D !important;
  color: #FFFFFF !important;
}

.btn.red {
  background: #DD7467;
}

.btn.red:hover {
  background: #d44e3d;
}

.btn.red.bordered {
  background: none;
  color: #DD7467 !important;
  border: 1px solid #DD7467;
}

.btn.red.bordered:hover {
  background: #DD7467 !important;
  color: #FFFFFF !important;
}

.btn.yellow {
  background: #FFC65D;
}

.btn.yellow:hover {
  background: #ffb42a;
}

.btn.yellow.bordered {
  background: none;
  color: #FFC65D !important;
  border: 1px solid #FFC65D;
}

.btn.yellow.bordered:hover {
  background: #FFC65D !important;
  color: #FFFFFF !important;
}

.btn.dark-blue {
  background: #45576D;
}

.btn.dark-blue:hover {
  background: #313e4e;
}

.btn.dark-blue.bordered {
  background: none;
  color: #45576D !important;
  border: 1px solid #45576D;
}

.btn.dark-blue.bordered:hover {
  background: #45576D !important;
  color: #FFFFFF !important;
}

.validation p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #e2e2e2;
  background: #FFFFFF;
  color: #B0BEC5;
  font-family: "Open Sans", sans-serif;
}

.validation p.success {
  color: #55D98D;
  border-bottom: 1px solid #55D98D;
}

.validation p.error {
  color: #DD7467;
  border-bottom: 1px solid #DD7467;
}

.validation p.alert {
  color: #FFC65D;
  border-bottom: 1px solid #FFC65D;
}

.flash {
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 7;
  position: fixed;
  top: 30px;
  right: 30px;
  max-width: 300px;
  padding: 15px 45px 15px 15px;
}

.flash.success {
  background: #55D98D;
}

.flash.error {
  background: #DD7467;
}

.flash.warning {
  background: #FFC65D;
}

.flash a {
  position: fixed;
  top: 45px;
  right: 45px;
  color: #FFFFFF;
}

.flash p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-family: "Open Sans Semibold", sans-serif;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.full {
  width: 100% !important;
}

.half {
  width: 50% !important;
}

.third {
  width: 33.3% !important;
}

.quarter {
  width: 25% !important;
}

#password-generate {
  float: right;
  margin: 0;
  padding: 6px 10px;
}

@media only screen and (max-width: 767px) {
  #password-generate {
    font-size: 14px;
    font-size: 0.875rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px 10px;
    text-indent: -9999px;
    width: 32px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #password-generate > i {
    text-indent: 0;
    float: left;
  }
}

.login {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  margin: 0;
}

.login > div {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  border: none;
}

.login > div.header {
  font-size: 18px;
  font-size: 1.125rem;
  background: #45576D;
  color: #FFFFFF;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

.login > div.content {
  background: #FFFFFF;
}

.login > div input[type=text],
.login > div input[type=password],
.login > div input[type=submit] {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  margin: 5px 0 20px 0;
  padding: 5px 2px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  font-family: "Open Sans", sans-serif;
  color: #B0BEC5;
}

.login > div input[type=text]:focus,
.login > div input[type=password]:focus,
.login > div input[type=submit]:focus {
  border-bottom: 1px solid #4AAEE3;
}

.login > div input[type=text].error,
.login > div input[type=password].error,
.login > div input[type=submit].error {
  border-bottom: 1px solid #DD7467;
}

.login > div input[type=submit] {
  width: auto;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  background: #4AAEE3;
  color: #FFFFFF;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

.login > div input[type=submit]:hover {
  background: #2199d9;
}

.login > div span {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  clear: both;
  width: 100%;
  margin: -15px 0 10px 0;
  font-family: "Open Sans", sans-serif;
  color: #7E8890;
}

.login > div span.error {
  color: #DD7467;
}

.login > div a {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  float: right;
  margin: 13px 0 0 0;
  font-family: "Open Sans", sans-serif;
  color: #45576D;
}

.login > div a:hover {
  color: #4AAEE3;
}

section.filters {
  margin: 0 0 20px 0;
  padding: 0 5px;
}

section.filters.filters-inside {
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
}

section.filters.filters-inside fieldset {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  section.filters.filters-inside fieldset {
    margin: 15px 0;
  }
}

section.filters.filters-inside div {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  section.filters.filters-inside div {
    margin: 15px 0;
  }
}

section.filters form fieldset {
  width: 200px;
  float: left;
  margin: 15px 10px;
}

@media only screen and (max-width: 559px) {
  section.filters form fieldset {
    width: calc(100% - 20px);
  }
}

section.filters form div {
  float: right;
  margin: 15px 10px;
}

@media only screen and (max-width: 1023px) {
  section.filters form div {
    float: left;
  }
}

section.filters form input,
section.filters form select {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  float: left;
  width: 100%;
  padding: 5px 2px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  color: #9AADB6;
  font-family: "Open Sans", sans-serif;
}

section.filters form input:focus,
section.filters form select:focus {
  border-bottom: 1px solid #4AAEE3;
}

section.filters form input::-webkit-input-placeholder,
section.filters form select::-webkit-input-placeholder {
  color: #9AADB6 !important;
}

section.filters form input:-moz-placeholder,
section.filters form select:-moz-placeholder {
  color: #9AADB6 !important;
  opacity: 1 !important;
}

section.filters form input::-moz-placeholder,
section.filters form select::-moz-placeholder {
  color: #9AADB6 !important;
  opacity: 1;
}

section.filters form input:-ms-input-placeholder,
section.filters form select:-ms-input-placeholder {
  color: #9AADB6 !important;
}

section.filters form select {
  padding: 5px 32px 5px 2px;
  background: url("/images/admin/select-dropdown-bg.png") no-repeat right 2px center;
}

section.tabs {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 0 5px;
}

section.tabs a {
  font-size: 12px;
  font-size: 0.75rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 10px;
  padding: 18px 5px 12px 5px;
  border-bottom: 3px solid #FFFFFF;
  background: #FFFFFF;
  color: #7E8890;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  section.tabs a {
    width: calc(33% - 20px);
  }
}

@media only screen and (max-width: 639px) {
  section.tabs a {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 479px) {
  section.tabs a {
    width: calc(100% - 20px);
  }
}

section.tabs a:hover {
  border-bottom: 3px solid #F2F5F7;
}

section.tabs a.active {
  border-bottom: 3px solid #4AAEE3;
}

section.list {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 0 0 0;
  border-bottom: none;
}

section.list.list-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  color: #7E8890;
}

section.list.list-margin-bottom {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #EAEAEA;
}

section.list.list-small {
  width: 400px;
  margin: 0 0 20px;
  border-right: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 1247px) {
  section.list.list-small {
    width: 100%;
    border-right: none;
  }
}

@media only screen and (max-width: 1023px) {
  section.list.list-small {
    width: 350px;
    border-right: 1px solid #EAEAEA;
  }
}

@media only screen and (max-width: 639px) {
  section.list.list-small {
    width: 100%;
    border-right: none;
  }
}

section.list.list-big {
  width: calc(100% - 422px);
  border-left: 1px solid #EAEAEA;
}

@media only screen and (max-width: 1247px) {
  section.list.list-big {
    width: 100%;
    border-left: none;
  }
}

@media only screen and (max-width: 1023px) {
  section.list.list-big {
    width: calc(100% - 372px);
    border-left: 1px solid #EAEAEA;
  }
}

@media only screen and (max-width: 639px) {
  section.list.list-big {
    width: 100%;
    border-left: none;
  }
}

section.list .list-container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  color: #7E8890;
}

table.table {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  width: 100%;
  color: #7E8890;
}

table.table thead > tr {
  font-size: 12px;
  font-size: 0.75rem;
  background: #FFFFFF;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

table.table thead > tr td:not(:last-of-type) {
  cursor: pointer;
}

table.table thead > tr td:not(:last-of-type) i {
  color: #C9CBD1;
}

table.table tbody > tr {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
}

table.table tbody > tr.odd {
  background: #FFFFFF;
}

table.table tbody > tr.even {
  background: #FCFCFC;
}

table.table tr > td {
  padding: 10px 15px;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 767px) {
  table.table tr > td {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  table.table tr > td:first-of-type {
    display: table-cell;
  }
}

table.table tr > td:last-of-type {
  width: 158px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  table.table tr > td:last-of-type {
    display: table-cell;
    width: 78px;
  }
}

@media only screen and (max-width: 479px) {
  table.table tr > td:last-of-type {
    display: table-cell;
  }
}

@media only screen and (max-width: 767px) {
  table.table tr > td.visible-on-tablet-and-up {
    display: table-cell;
  }
}

@media only screen and (max-width: 479px) {
  table.table tr > td.visible-on-tablet-and-up {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  table.table tr > td.visible-on-mobile-and-up {
    display: table-cell;
  }
}

@media only screen and (max-width: 479px) {
  table.table tr > td.visible-on-mobile-and-up {
    display: table-cell;
  }
}

table.table tr > td a:not(.btn) {
  color: #4AAEE3;
  font-family: "Open Sans Semibold";
  text-decoration: none;
}

.users-table.text-ellipsis td {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1439px) {
  .users-table.text-ellipsis .form-delete button {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1439px) {
  .users-table.text-ellipsis td {
    max-width: calc((100vw - 250px) / 3);
  }
}

@media only screen and (max-width: 1247px) {
  .users-table.text-ellipsis td {
    max-width: calc((100vw - 250px) / 4.4);
  }
}

@media only screen and (max-width: 1023px) {
  .users-table.text-ellipsis td {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .users-table.text-ellipsis td {
    max-width: 50vw;
  }
}

@media only screen and (max-width: 559px) {
  .users-table.text-ellipsis td {
    max-width: 83.3333333333vw;
  }
}

@media only screen and (max-width: 479px) {
  .users-table.text-ellipsis td {
    max-width: 76.9230769231vw;
  }
}

section.view {
  margin: 0 0 20px 0;
  padding: 15px;
}

div.tab {
  display: none;
}

div.tab.active {
  display: block;
}

.section-title {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 2px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #4AAEE3;
  font-family: "Open Sans Bold", sans-serif;
  color: #4AAEE3;
  text-transform: uppercase;
}

.form {
  /**
  * Fix TinyMCE width for admin.
  */
}

.form fieldset {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
}

.form fieldset:first-of-type {
  margin-top: 0;
}

.form fieldset span {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: right;
  clear: both;
  font-family: "Open Sans", sans-serif;
  color: #7E8890;
}

.form fieldset span.error {
  color: #DD7467;
}

.form fieldset span.error-span {
  color: #DD7467;
}

.form .field-wrapper {
  float: right;
  width: 80%;
}

@media only screen and (max-width: 1247px) {
  .form .field-wrapper {
    width: 73%;
  }
}

@media only screen and (max-width: 639px) {
  .form .field-wrapper {
    width: 100%;
  }
}

.form label {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  float: left;
  width: 20%;
  margin: 10px 0 0 0;
  color: #B0BEC5;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 1247px) {
  .form label {
    width: 27%;
  }
}

@media only screen and (max-width: 639px) {
  .form label {
    width: 100%;
  }
}

.form label.file-input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: right;
  cursor: pointer;
  width: 80%;
  height: 32px;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #e2e2e2;
  background: url("/images/admin/img/input-file-bg.png") bottom 0 left 0 no-repeat !important;
  background-color: #FFFFFF;
  text-transform: none;
}

.form label.file-input span {
  font-size: 13px;
  font-size: 0.8125rem;
  float: left;
  clear: none;
  margin-top: 2px;
  margin-left: 89px;
}

@media only screen and (max-width: 1247px) {
  .form label.file-input {
    width: 73%;
  }
}

@media only screen and (max-width: 639px) {
  .form label.file-input {
    width: 100%;
  }
}

.form label.file-input input[type=file] {
  position: fixed;
  top: -10000px;
}

.form input,
.form select,
.form textarea {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: right;
  width: 80%;
  margin: 0;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  background: #FFFFFF;
  color: #7E8890;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 1247px) {
  .form input,
  .form select,
  .form textarea {
    width: 73%;
  }
}

@media only screen and (max-width: 639px) {
  .form input,
  .form select,
  .form textarea {
    width: 100%;
  }
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  border-bottom: 1px solid #4AAEE3;
}

.form input.error,
.form select.error,
.form textarea.error {
  border-bottom: 1px solid #DD7467;
}

.form input[type=checkbox],
.form input[type=radio],
.form select[type=checkbox],
.form select[type=radio],
.form textarea[type=checkbox],
.form textarea[type=radio] {
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
}

.form input[type=checkbox]:checked,
.form input[type=radio]:checked,
.form select[type=checkbox]:checked,
.form select[type=radio]:checked,
.form textarea[type=checkbox]:checked,
.form textarea[type=radio]:checked {
  background: #e2e2e2;
}

.form input[type=checkbox].error,
.form input[type=radio].error,
.form select[type=checkbox].error,
.form select[type=radio].error,
.form textarea[type=checkbox].error,
.form textarea[type=radio].error {
  border-bottom: 1px solid #DD7467;
}

.form input.with-generate-button,
.form select.with-generate-button,
.form textarea.with-generate-button {
  width: calc(80% - 100px);
  float: left;
}

@media only screen and (max-width: 1247px) {
  .form input.with-generate-button,
  .form select.with-generate-button,
  .form textarea.with-generate-button {
    width: calc(73% - 100px);
  }
}

@media only screen and (max-width: 767px) {
  .form input.with-generate-button,
  .form select.with-generate-button,
  .form textarea.with-generate-button {
    width: calc(73% - 32px);
  }
}

@media only screen and (max-width: 639px) {
  .form input.with-generate-button,
  .form select.with-generate-button,
  .form textarea.with-generate-button {
    width: calc(100% - 32px);
  }
}

.form select {
  padding: 5px 32px 5px 5px;
  background: url("/images/admin/select-dropdown-bg.png") no-repeat right 5px center;
}

.form textarea {
  border-right: 1px solid #e2e2e2;
  height: 120px;
}

.form textarea:focus {
  border-right: 1px solid #4AAEE3;
}

.form .mce-tinymce {
  width: calc(80% - 2px);
  float: right;
}

@media only screen and (max-width: 1247px) {
  .form .mce-tinymce {
    width: calc(73% - 2px);
  }
}

@media only screen and (max-width: 639px) {
  .form .mce-tinymce {
    width: calc(100% - 2px);
  }
}

.form table {
  width: 100%;
  color: #7E8890;
  border-top: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
}

.form table thead > tr {
  font-size: 12px;
  font-size: 0.75rem;
  background: #FFFFFF;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
}

.form table tbody > tr {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
}

.form table tr.odd {
  background: #FFFFFF;
}

.form table tr.even {
  background: #FCFCFC;
}

.form table tr > td {
  padding: 10px 15px;
  border-bottom: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
}

@media only screen and (max-width: 767px) {
  .form table tr > td {
    display: table-cell;
  }
}

.permissions {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
}

@media only screen and (max-width: 1439px) {
  .permissions {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
  }
}

@media only screen and (max-width: 767px) {
  .permissions {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}

@media only screen and (max-width: 479px) {
  .permissions {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}

.permissions .permission-group {
  width: calc(100% - 15px);
  display: inline-block;
  margin: 15px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.permissions .permission-header {
  width: calc(100% - 2px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  padding: 10px;
  border: 1px solid #EAEAEA;
  background: #FCFCFC;
}

.permissions .permission-header span {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  float: left;
  font-family: "Open Sans Bold", sans-serif;
  color: #4AAEE3;
  text-transform: uppercase;
}

.permissions .permission-header input[type=checkbox] {
  display: block;
  float: right;
}

.permissions .permission-content {
  width: calc(100% - 2px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  border: 1px solid #EAEAEA;
  border-top: 0;
  background: #FFFFFF;
}

.permissions .permission-content > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
}

.permissions .permission-content > div > span {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  color: #7E8890;
}

.permissions .permission-content > div > input[type=checkbox] {
  display: block;
  float: right;
}

.permissions .permission-content > div:last-of-type {
  border-bottom: 0;
}

@-webkit-keyframes animatetop {
  from {
    top: -200px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -200px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

section.popup {
  z-index: 5;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

section.popup.popup-full {
  overflow-x: hidden;
  overflow-y: scroll;
}

section.popup.popup-full div.modal {
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 100%;
  height: 100%;
  max-width: none !important;
  margin-bottom: 0 !important;
}

section.popup h1 {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  float: left;
  margin: 0 0 10px 0;
  font-family: "Open Sans Bold", sans-serif;
  color: #4AAEE3;
  text-transform: uppercase;
}

section.popup div.modal {
  -webkit-transform: translate(-50%,30px);
  transform: translate(-50%,30px);
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
  position: absolute;
  left: 50%;
  width: 90%;
  max-width: 900px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  section.popup div.modal {
    -webkit-transform: translate(-50%,30px);
    transform: translate(-50%,30px);
  }
}

section.popup div.modal div.loading {
  z-index: 6;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

section.popup div.modal div.loading img {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

section.popup div.modal a.close {
  position: absolute;
  top: 17px;
  right: 15px;
  color: #B0BEC5;
}

section.popup div.modal p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  color: #7E8890;
}

section.popup div.modal > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
  background: #FFFFFF;
}

section.popup div.modal > div.header {
  padding-bottom: 0;
  border-bottom: 1px solid #EAEAEA;
}

section.popup div.modal > div.footer {
  border-top: 1px solid #EAEAEA;
}

section.popup div.modal ul.modal-tabs {
  display: block;
  float: left;
  max-width: 80%;
  list-style: none;
  margin-top: 10px;
}

section.popup div.modal ul.modal-tabs li {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  margin: 0;
  padding: 0 10px 5px 10px;
  cursor: pointer;
  border-bottom: 2px solid #FFFFFF;
}

section.popup div.modal ul.modal-tabs li:hover {
  border-bottom: 2px solid #4AAEE3;
}

section.popup div.modal ul.modal-tabs li.active {
  border-bottom: 2px solid #4AAEE3;
}

section.popup div.modal ul.modal-tabs a {
  font-family: "Open Sans Bold", sans-serif;
  color: #B0BEC5;
  text-transform: uppercase;
}

section.popup div.modal div.modal-tab {
  display: none;
}

section.popup div.modal div.modal-tab.active {
  display: block;
}

section.popup div.modal div.modal-tab img:not(.full-element),
section.popup div.modal div.modal-tab video {
  display: block;
  max-width: 100%;
  max-height: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 1247px) {
  section.popup div.modal div.modal-tab img:not(.full-element),
  section.popup div.modal div.modal-tab video {
    max-height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  section.popup div.modal div.modal-tab img:not(.full-element),
  section.popup div.modal div.modal-tab video {
    max-height: 400px;
  }
}

@media only screen and (max-width: 559px) {
  section.popup div.modal div.modal-tab img:not(.full-element),
  section.popup div.modal div.modal-tab video {
    max-height: 300px;
  }
}

@media only screen and (max-width: 399px) {
  section.popup div.modal div.modal-tab img:not(.full-element),
  section.popup div.modal div.modal-tab video {
    max-height: 220px;
  }
}

section.popup div.modal div.modal-tab img.full-element {
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 50%;
  margin: 0 auto !important;
  max-width: 100% !important;
}

section.popup div.modal div.modal-tab audio {
  width: 100% !important;
}

section.popup div.modal form.library-form input {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  background: #FFFFFF;
  color: #7E8890;
  font-family: "Open Sans", sans-serif;
}

section.popup div.modal form.library-form input:focus {
  border-bottom: 1px solid #4AAEE3;
}

section.popup div.modal div.uploads {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  height: 270px;
  overflow-x: hidden;
  overflow-y: scroll;
}

section.popup div.modal div.uploads a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  float: left;
  margin: 10px;
  width: 100px;
  height: 100px;
}

section.popup div.modal div.uploads a:hover {
  opacity: 0.4;
}

section.popup div.modal div.uploads a.active {
  opacity: 0.4;
}

section.popup div.modal div.uploads a img {
  width: 100px;
  height: 100px;
}

section.upload {
  margin: 0 0 20px 0;
}

label.upload-btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  font-size: 0.75rem;
  width: auto !important;
  height: 31px;
  margin: 0;
  padding: 7px 10px;
  cursor: pointer;
  font-family: "Open Sans Bold", sans-serif;
  color: #FFFFFF;
  background: #B0BEC5;
  text-transform: uppercase;
}

label.upload-btn:hover {
  background: #93a6af;
}

label.upload-btn.no-margin {
  margin: 0;
}

label.upload-btn.no-margin-top {
  margin-top: 0;
}

label.upload-btn.no-margin-bottom {
  margin-bottom: 0;
}

label.upload-btn.no-margin-right {
  margin-right: 0;
}

label.upload-btn.no-margin-left {
  margin-left: 0;
}

label.upload-btn.gray {
  background: #cdd6db;
}

label.upload-btn.gray:hover {
  background: #B0BEC5;
}

label.upload-btn.blue {
  background: #4AAEE3;
}

label.upload-btn.blue:hover {
  background: #2199d9;
}

label.upload-btn.green {
  background: #55D98D;
}

label.upload-btn.green:hover {
  background: #2ecd71;
}

label.upload-btn.red {
  background: #DD7467;
}

label.upload-btn.red:hover {
  background: #d44e3d;
}

label.upload-btn.yellow {
  background: #FFC65D;
}

label.upload-btn.yellow:hover {
  background: #ffb42a;
}

label.upload-btn.dark-blue {
  background: #45576D;
}

label.upload-btn.dark-blue:hover {
  background: #313e4e;
}

label.upload-btn input[type=file] {
  position: fixed;
  top: -10000px;
}

span.upload-message {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  float: left !important;
  clear: none !important;
  margin: 6px 0 0 10px !important;
  padding: 0 !important;
  font-family: "Open Sans Semibold", sans-serif !important;
  color: #7E8890;
}

span.upload-message.success {
  color: #55D98D;
}

span.upload-message.error {
  color: #DD7467;
}

div.progress {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}

div.progress .bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 100px;
  background: #B0BEC5;
  height: 5px;
}

div.progress .bar.success {
  margin: 0 !important;
  padding: 0 !important;
  background: #55D98D;
}

div.progress .bar.error {
  margin: 0 !important;
  padding: 0 !important;
  background: #DD7467;
}

#analytics-chart {
  margin: 120px 0 10px 0;
}

@media only screen and (max-width: 767px) {
  #analytics-chart {
    margin: 130px 0 10px 0;
  }
}

@media only screen and (max-width: 559px) {
  #analytics-chart {
    margin: 250px 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .device-visible {
    display: table-cell !important;
  }
}

.actions-default {
  width: 165px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .actions-default {
    display: table-cell;
    width: 78px;
  }
}

/* Uploads Styles */

.open-upload-new {
  background: #FFFFFF !important;
}

.open-upload-new.disabled {
  cursor: not-allowed !important;
}

.actions-upload {
  width: 283px !important;
}

@media only screen and (max-width: 767px) {
  .actions-upload {
    width: 116px !important;
  }
}

.actions-deleted {
  width: 181px !important;
}

@media only screen and (max-width: 767px) {
  .actions-deleted {
    width: 78px !important;
  }
}

.actions-backups {
  width: 200px !important;
}

@media only screen and (max-width: 767px) {
  .actions-backups {
    width: 78px !important;
  }
}

.actions-sitemap {
  width: 283px !important;
}

@media only screen and (max-width: 767px) {
  .actions-sitemap {
    width: 116px !important;
  }
}

.actions-only-edit {
  width: 70px !important;
}

@media only screen and (max-width: 767px) {
  .actions-only-edit {
    width: 40px !important;
  }
}

.actions-only-view {
  width: 80px !important;
}

@media only screen and (max-width: 767px) {
  .actions-only-view {
    width: 40px !important;
  }
}

.actions-404-errors {
  width: 310px !important;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .actions-404-errors {
    display: table-cell;
    width: 116px !important;
  }
}

td .upload-aligned-text {
  margin: 6px 0 0 10px;
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 767px) {
  td .upload-aligned-text {
    float: none;
    margin: 0;
  }
}

td .upload-aligned-image {
  float: left;
}

@media only screen and (max-width: 767px) {
  td .upload-aligned-image {
    display: none;
  }
}

/* Menu Styles */

.menu-types {
  display: none;
  float: left;
  width: 100%;
  margin-top: 10px;
}

/* Block Styles */

#block-image {
  display: none;
  float: right;
  max-width: 100%;
}

.loading-blocks {
  display: none;
  text-align: center;
}

.block-location-title {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 2px;
  margin: 50px 0 15px 0;
  border-bottom: 1px solid #4AAEE3;
  font-family: "Open Sans Bold", sans-serif;
  color: #4AAEE3;
  text-transform: uppercase;
}

.block-location-title:first-of-type {
  margin: 0 0 15px 0;
}

.multiple-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  padding: 15px;
  margin: 60px 0 0 0;
  border: 3px dashed #4AAEE3;
}

.multiple-item.first {
  margin-top: 0 !important;
}

.multiple-item.small {
  margin-top: 30px;
}

.multiple-item-btn {
  width: 33.3%;
  background: #FFF !important;
}

.actions-blocks {
  width: 165px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .actions-blocks {
    display: table-cell;
    width: 78px;
  }
}

.block-assign-container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
  background: #FCFCFC;
  border: 1px solid #EAEAEA;
  border-top: none;
}

.block-assign-select-container {
  width: calc(100% - 95px);
  float: left;
}

@media only screen and (max-width: 767px) {
  .block-assign-select-container {
    width: calc(100% - 45px);
  }
}

.block-assign-btn-container {
  width: 95px;
  float: right;
}

@media only screen and (max-width: 767px) {
  .block-assign-btn-container {
    width: 45px;
  }
}

.block-assign-select {
  float: left;
  width: 100%;
  border: 1px solid #EAEAEA;
  padding: 4px 5px 9px;
  max-height: none;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .block-assign-select {
    padding: 4px 5px 8px;
  }
}

.block-inheritance {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: calc(100% - 2px);
  display: block;
  float: left;
  margin: 5px 0;
  padding: 15px;
  border: 1px solid #FFC65D;
  background: #fffcf6;
}

.block-inheritance span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  color: #7E8890;
}

.block-inheritance em {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Open Sans Bold", sans-serif;
  color: #7E8890;
}

/* Draft Styles */

#tab-drafts {
  min-height: 52px;
}

section.tabs a.drafts-pending,
section.tabs a.changelogs-pending {
  color: #DA2C43;
  text-align: center;
}

section.tabs a.drafts-pending::after,
section.tabs a.changelogs-pending::after {
  content: "\APending";
  white-space: pre;
}

section.otherGuidePages {
  padding: 10px 5px;
}

section.otherGuidePages h2 {
  font-size: 14px;
  color: #B0BEC5;
  padding: 5px 15px;
}

section.otherGuidePages a {
  font-size: 10px;
  color: #7E8890;
  padding: 7px;
  display: block;
  float: left;
  margin: 0 7px;
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
}

.loading-drafts {
  display: none;
  text-align: center;
}

.drafts-table thead > tr > td:first-of-type {
  width: 8px;
  text-align: center;
}

.drafts-table tbody tr > td:first-of-type {
  width: 8px;
  text-align: center;
}

.drafts-table tbody tr.no-drafts > td {
  text-align: left !important;
}

.actions-drafts {
  width: 352px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .actions-drafts {
    display: table-cell;
    width: 158px;
  }
}

.actions-approval {
  width: 352px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .actions-approval {
    display: table-cell;
    width: 158px;
  }
}

.actions-drafted {
  width: 252px !important;
}

@media only screen and (max-width: 767px) {
  .actions-drafted {
    width: 117px !important;
  }
}

/* Revision Styles */

#tab-revisions {
  min-height: 52px;
}

.loading-revisions {
  display: none;
  text-align: center;
}

.revisions-table thead > tr > td:first-of-type {
  width: 8px;
  text-align: center;
}

.revisions-table tbody tr > td:first-of-type {
  width: 8px;
  text-align: center;
}

.revisions-table tbody tr.no-revisions > td {
  text-align: left !important;
}

.actions-revisions {
  width: 275px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .actions-revisions {
    display: table-cell;
    width: 117px;
  }
}

/* Notifications Styles */

.actions-notifications {
  width: 310px !important;
}

@media only screen and (max-width: 767px) {
  .actions-notifications {
    width: 117px !important;
  }
}

/* Activity Logs Styles */

.actions-activity-logs {
  width: 85px !important;
}

@media only screen and (max-width: 767px) {
  .actions-activity-logs {
    width: 60px !important;
  }
}

/* Email Styles */

#email-image {
  display: none;
  float: right;
  max-width: 100%;
}

/* User Styles */

.actions-users {
  width: 283px !important;
}

@media only screen and (max-width: 767px) {
  .actions-users {
    width: 116px !important;
  }
}

/* Attribute Styles */

.attribute-value {
  display: none;
  float: left;
  width: 100%;
  margin: 10px 0;
}

/* Assignments Styles */

.actions-assign {
  width: 165px !important;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .actions-assign {
    display: table-cell;
    width: 78px;
  }
}

.assign-container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
  background: #FCFCFC;
  border: 1px solid #EAEAEA;
  border-top: none;
}

.assign-content {
  width: calc(100% - 95px);
  float: left;
}

@media only screen and (max-width: 767px) {
  .assign-content {
    width: calc(100% - 45px);
  }
}

.assign-content.full {
  width: 100%;
  float: left;
}

.assign-content .assign-select {
  float: left !important;
  width: 100% !important;
  border: 1px solid #EAEAEA !important;
  padding: 4px 5px 9px !important;
  max-height: none !important;
  margin-top: 0 !important;
}

.assign-content .assign-select.full {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .assign-content .assign-select {
    padding: 4px 5px 8px !important;
  }
}

.assign-content .assign-input,
.assign-content .assign-textarea {
  float: left !important;
  width: 100% !important;
  border: 1px solid #EAEAEA !important;
  padding: 5px 8px !important;
  margin-bottom: 15px !important;
}

.assign-content .asign.textarea {
  height: 120px !important;
}

.assign-footer {
  float: right;
}

.assign-footer.full {
  width: auto !important;
  float: left !important;
}

.assign-input-update,
.assign-textarea-update {
  -webkit-transition: none !important;
  transition: none !important;
  float: left !important;
  width: 100% !important;
  border: 1px solid #EAEAEA !important;
  padding: 5px 8px !important;
  height: 32px !important;
}

.assign-input-update.expanded,
.assign-textarea-update.expanded {
  height: 150px !important;
}

/* View Styles */

.actions-view {
  width: 75px !important;
}

@media only screen and (max-width: 767px) {
  .actions-view {
    width: 75px !important;
  }
}

/* Orders Styles */

.actions-orders {
  width: 233px !important;
}

@media only screen and (max-width: 767px) {
  .actions-orders {
    width: 116px !important;
  }
}

/* Column (td) with user actions for the user lists with 4 buttons */

.user-list-actions-col-4 {
  width: 28rem !important;
}

@media only screen and (max-width: 479px) {
  .user-list-actions-col-4 * {
    margin-left: 0px;
  }
}

/* Column (td) with user actions for the user lists with 3 buttons */

.user-list-actions-col-3 {
  width: 19rem !important;
}

.flex {
  display: -webkit-box;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
          flex: 1;
}

.align-items-center {
  -webkit-box-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
          justify-content: center;
}

.p-1 {
  padding: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-05 {
  padding-right: 0.5rem;
}

.m-0 {
  margin: 0;
}

.mr-025 {
  margin-right: 0.25rem;
}

.mr-05 {
  margin-right: 0.5rem;
}

.ml-075 {
  margin-left: 0.75rem;
}

.mb-025 {
  margin-bottom: 0.25rem;
}

.text-align-center {
  text-align: center;
}

