[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0;
  clear: both;
}
.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  width: 100%;
  list-style: none;
}
.block-grid-xs-12 > .block-grid-item {
  width: 8.33333333%;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both;
}
.block-grid-xs-11 > .block-grid-item {
  width: 9.09090909%;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both;
}
.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both;
}
.block-grid-xs-9 > .block-grid-item {
  width: 11.11111111%;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both;
}
.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both;
}
.block-grid-xs-7 > .block-grid-item {
  width: 14.28571429%;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both;
}
.block-grid-xs-6 > .block-grid-item {
  width: 16.66666667%;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both;
}
.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both;
}
.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both;
}
.block-grid-xs-3 > .block-grid-item {
  width: 33.33333333%;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both;
}
.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both;
}
.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .block-grid-sm-12 > .block-grid-item {
    width: 8.33333333%;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.09090909%;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111111%;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.28571429%;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.66666667%;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.33333333%;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block-grid-md-12 > .block-grid-item {
    width: 8.33333333%;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
  .block-grid-md-11 > .block-grid-item {
    width: 9.09090909%;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-9 > .block-grid-item {
    width: 11.11111111%;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-7 > .block-grid-item {
    width: 14.28571429%;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-6 > .block-grid-item {
    width: 16.66666667%;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-3 > .block-grid-item {
    width: 33.33333333%;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-12 > .block-grid-item {
    width: 8.33333333%;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.09090909%;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111111%;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.28571429%;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.66666667%;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.33333333%;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
}
/*
----
Globals
----
*/
body {
  background: #fff;
}
html,
body {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
p,
a {
  font-family: "adriane", serif;
  font-style: normal;
  font-weight: 400;
}
a {
  cursor: pointer;
}
button {
  font-family: "adriane", serif;
  font-style: normal;
  font-weight: 400;
}
i {
  margin-right: 5px;
}
.unlock {
  background: url('../stock_images/unlock.png');
}
textarea {
  margin: 20px 0px;
}
.clearfix {
  clear: both;
}
#cke_editor1 {
  margin-bottom: 20px;
}
#widthSetup {
  width: 1080px;
  margin: 0 auto;
}
#main {
  background: #ffffff;
  position: relative;
  width: 1080px;
}
.row {
  max-width: 1000px;
  margin: 0 auto;
}
.warning {
  color: red;
}
.show-hide {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f3f3f3;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#message-box {
  width: 100%;
  position: fixed;
  bottom: 0px;
  margin-bottom: 0px !important;
  z-index: 9999;
}
#celebrate .modal-content {
  max-width: 600px;
}
#celebrate .modal-header {
  height: 175px;
}
#celebrate .modal-header.success {
  background: #94CC9F;
  background-image: url(/stock_images/icn_checkmark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 93px;
}
#celebrate .modal-header.error {
  background: #e1605c;
  background-image: url(/stock_images/icn_error.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 93px;
}
#celebrate .modal-header.warning {
  background: #dfc854;
  background-image: url(/stock_images/icn_warning.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 93px;
}
#celebrate .modal-header .close-modal {
  color: #fff;
  font-weight: 100;
  top: 4px;
  right: 12px;
  position: absolute;
  font-size: 34px;
}
#celebrate .modal-body {
  padding: 0 20px;
}
#celebrate .modal-body .celebrate-type {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}
#celebrate .modal-body .celebrate-type.success:after {
  content: 'Great!';
}
#celebrate .modal-body .celebrate-type.error:after {
  content: 'Uh Oh!';
}
#celebrate .modal-body .celebrate-type.warning:after {
  content: 'Warning!';
}
#celebrate .modal-body p {
  text-align: center;
  padding: 2px 0 10px 0px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.42857143;
}
#celebrate .modal-footer {
  border: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#celebrate .modal-footer button {
  background: #37414D;
  color: #fff;
  border-radius: 25px;
  width: 24%;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px;
  height: 45px;
  border: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  font-weight: 400;
}
#celebrate .modal-footer .btn {
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"],
label {
  margin-right: 5px;
}
button[type="submit"].btn-default i,
input[type="submit"].btn-default i {
  color: green;
  transition: all 0.2s ease-in;
}
button[type="submit"].btn-default:hover i,
input[type="submit"].btn-default:hover i {
  color: #fff;
}
#btt {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.8);
  font-size: 12px;
  padding: 1em;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: background-color 0.2s ease-in;
  display: none;
}
#btt:hover {
  background-color: #ebebeb;
}
.preview {
  margin-right: 20px;
}
.btn-default {
  transition: all 0.2s ease-in;
}
#dashboard-content .wysiwyg-form {
  clear: both;
}
#dashboard-content .officer-page-title {
  display: inline-block;
}
#dashboard-content .edit-page-name .fa-pencil {
  margin-left: 10px;
  font-size: 16px;
  position: relative;
  top: -5px;
  color: #000;
}
#dashboard-content #defaultView {
  display: none;
}
#dashboard-content #defaultView h2 i {
  font-size: 14px;
  color: #000;
}
#dashboard-content #defaultView #pageActions {
  padding-top: 20px;
  display: none;
}
#dashboard-content #defaultView #pageActions button {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #f3f3f3;
  color: #333;
  border: 0px;
  margin-bottom: 0px;
}
#dashboard-content #defaultView #pageActions button.selected {
  background: #333;
}
#dashboard-content #defaultView #pageActions a i {
  transform: all 0.2s ease-in;
}
#dashboard-content #defaultView #pageActions a:hover i.delete {
  color: #fff !important;
}
#dashboard-content #defaultView #pageActions a.live-preview {
  margin-right: 10px;
}
#dashboard-content #defaultView #pageActions a.live-preview:hover i {
  color: #fff;
}
#dashboard-content #defaultView.half-locked h2,
#dashboard-content #defaultView.locked h2 {
  float: none;
}
#dashboard-content #defaultView.half-locked #pageActions,
#dashboard-content #defaultView.locked #pageActions {
  padding-bottom: 10px;
}
#dashboard-content #defaultView.half-locked #pageActions a,
#dashboard-content #defaultView.locked #pageActions a {
  margin-right: 0px;
}
#dashboard-content #defaultView.half-locked .half-locked-black,
#dashboard-content #defaultView.locked .half-locked-black {
  height: 13px;
  width: 10px;
  margin-top: 3px;
  margin-right: 3px;
}
/*
----
Header
----
*/
header {
  background: url("/stock_images/header/bg-logo-top.png") repeat-x scroll 0% 0% #00a4ac;
  height: 75px;
  opacity: 0.92;
  width: 100%;
  border-bottom: 5px solid #bbbbbc;
}
#logo {
  float: left;
  padding-top: 9px;
  padding-left: 13px;
  margin: 0px !important;
  opacity: 1;
  width: 213px;
  height: 57px;
}
#toolbar {
  position: absolute;
  top: 30px;
  right: 10px;
  color: #ffffff;
}
#toolbar i {
  margin: 0 5px;
}
#toolbar a {
  color: #ffffff;
  cursor: pointer;
}
#toolbar a:first-child {
  margin: 0px 0px;
}
#permalink-display {
  color: #acacac;
  padding-top: 8px;
  padding-bottom: 24px;
  margin: 0px;
  font-size: 12px;
}
#chapterName {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
  text-align: center;
  color: #fff;
}
#chapterName p {
  font-size: 16px;
  margin-bottom: 0px;
}
#chapterName h1 {
  font-size: 14px;
  margin-top: 0px;
}
/*
-----
Navigation
----- */
#main {
  background-color: #494949;
  display: inline-table;
}
#dashboard-nav {
  background-color: #494949;
  padding: 30px 20px 30px;
  height: 100%;
  display: table-cell;
  width: 22%;
}
#dashboard-nav section:first-of-type {
  margin-top: 20px;
}
#dashboard-nav section:first-of-type a {
  padding-left: 0px;
}
#dashboard-nav li a i {
  margin-left: -14px;
}
#dashboard-nav li a img {
  margin-left: -14px;
  margin-right: 6px;
  margin-top: -5px;
}
#dashboard-nav li a.add-new-page i {
  margin-left: 0px;
}
#dashboard-nav h2 {
  color: #ffffff;
}
#dashboard-nav h3:first-child {
  margin-top: 0px;
  font-size: 1.4em;
}
#dashboard-nav h3 {
  margin-top: 15px;
  font-size: 1.4em;
}
#dashboard-nav a {
  color: #ffffff;
  font-size: 1em;
}
#dashboard-nav a:hover {
  background: none;
  color: #f9f9f9;
}
#dashboard-nav a.inactive {
  opacity: .5;
}
#dashboard-nav a.save-order {
  display: none;
}
#dashboard-nav a.cancel-order {
  display: none;
}
#dashboard-nav a i {
  margin-left: -17px;
}
#dashboard-nav a.add-new-page i {
  margin-left: 0px;
}
#dashboard-nav .nav-pills {
  display: none;
  margin-bottom: 17px;
}
#dashboard-nav .nav-pills li a {
  color: #ffffff;
  font-size: 1em;
  padding: 0px 17px;
}
#dashboard-nav .nav-pills li a:hover {
  background: none;
  color: #f9f9f9;
}
#dashboard-nav .add-new {
  float: right;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.4em;
  display: none;
  cursor: pointer;
}
#dashboard-nav #expand-nav {
  float: right;
  color: #fff;
}
#dashboard-content {
  background: #ffffff;
  padding: 0px 20px 20px;
  width: 75%;
}
#dashboard-content .web-site-stats {
  font-size: 14px;
}
#dashboard-content .web-site-stats ul li {
  margin-left: 0px;
}
#dashboard-content .web-site-stats .form-container {
  margin-top: 20px;
}
#dashboard-content .web-site-stats #add-google-analytics,
#dashboard-content .web-site-stats #save-tracking-id {
  background-color: #1194F6;
  color: #ffffff;
}
/*
-----
Footer
-----
*/
footer {
  padding: 4px 0px;
  text-align: center;
  background: url("/stock_images/footer/bg-footer.jpg") repeat-x scroll 0px 0px transparent;
  height: 20px;
  color: #000000;
  font-weight: bold;
  font-size: 10px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
/*
-----
Uploads
-----
*/
body.upload {
  background: #ffffff;
}
body.upload header {
  background: #cdcdcd;
  height: auto;
}
body.upload header #logo {
  width: 150px;
  height: auto;
}
body.upload #uploadMain {
  padding: 30px 0px;
  background: #fff;
  margin: 0 auto;
}
body.upload #progress {
  display: none;
}
body.upload #lightSwitchBox {
  display: none;
}
body.upload #controls {
  display: none;
}
#upload-content {
  min-height: 500px;
}
/*
-----
Trusted
-----
*/
body.trusted {
  background: #ececec;
}
body.trusted .container {
  max-width: 1000px;
}
body.trusted header {
  padding-top: 100px;
  background: none;
  border-bottom: 0px;
}
body.trusted header h2 {
  margin-bottom: 40px;
}
body.trusted #login {
  width: 350px;
  margin: 0 auto;
}
body.trusted #login h5 {
  margin-bottom: 5px;
}
body.trusted #login input[type="text"],
body.trusted #login input[type="password"] {
  height: 50px;
  margin-bottom: 20px;
}
body.trusted #snoopright {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  display: none;
}
body.trusted #snoopleft {
  display: none;
}
body.trusted #trustedEntry {
  width: 550px;
  margin: 0 auto;
}
body.trusted #trustedEntry #university-select {
  display: none;
}
body.trusted #trustedEntry #national .chapter-select {
  /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
  width: 100%;
  line-height: 50px;
}
body.trusted #trustedEntry #national .chosen-container {
  height: 50px;
}
body.trusted #trustedEntry #national .chosen-container .chosen-single {
  height: auto;
  line-height: 40px;
}
body.trusted #trustedEntry #national .chosen-container .chosen-single b {
  margin-top: 8px;
}
body.trusted #trustedEntry #national .chosen-container .chosen-drop {
  margin-top: -8px;
}
body.trusted #trustedEntry .chosen-container.chosen-container-single {
  width: 100% !important;
}
body.trusted footer {
  padding: 30px;
  background: none;
  font-style: italic;
  font-size: 9px;
}
#helpModal a {
  color: #000;
}
.modal-dialog {
  margin: 120px auto;
}
.resources a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
/* Dashboard pages */
/*
----
Home
----
*/
i:hover {
  cursor: pointer;
}
i.fa.fa-times.delete {
  color: red;
}
.branding {
  width: 100%;
  margin-top: 10px;
}
.branding img {
  width: 100%;
}
::-webkit-input-placeholder {
  font-style: italic;
}
::-moz-placeholder {
  font-style: italic;
}
/* firefox 19+ */
:-ms-input-placeholder {
  font-style: italic;
}
/* ie */
input:-moz-placeholder {
  font-style: italic;
}
#chapter-news {
  padding: 0px 0px;
}
#chapter-news input[type="radio"] {
  margin-right: 20px;
}
#chapter-news input[type="submit"] {
  margin-top: 20px;
}
#chapter-news .input-group {
  width: 50%;
  padding-top: 10px;
}
#news-post .row {
  margin-top: 20px;
}
#current-news a.delete {
  color: red;
}
#social-media {
  /* firefox 19+ */
  /* ie */
}
#social-media .row {
  margin-top: 20px;
}
#social-media ::-webkit-input-placeholder {
  font-style: italic;
  font-size: 11px;
  line-height: 20px;
  opacity: .8;
}
#social-media ::-moz-placeholder {
  font-style: italic;
  font-size: 11px;
  line-height: 20px;
  opacity: .8;
}
#social-media :-ms-input-placeholder {
  font-style: italic;
  font-size: 11px;
  line-height: 20px;
  opacity: .8;
}
#social-media input:-moz-placeholder {
  font-style: italic;
  font-size: 11px;
  line-height: 20px;
  opacity: .8;
}
/* Bio page */
#officers .row {
  margin: 20px 0px;
}
#officers .row input[type="file"] {
  margin: 20px 20px;
}
#officers input[type="text"],
#officers textarea {
  width: 60%;
}
#officers textarea {
  margin-bottom: 5px;
}
#follow-our-chapter .input-group-addon {
  background: #555;
  color: #fff;
  border: 0px;
}
#bio {
  margin-bottom: 30px;
}
#bio textarea {
  margin-top: 5px;
}
#bio .officerPic img {
  max-width: 150px;
  max-height: 150px;
}
#bio .officerPic .actions {
  margin-top: 10px;
}
#bio .officerPic .actions i {
  color: #525252;
  font-size: 18px;
}
#bio .officerPic .profilePicImage {
  max-width: 150px;
  max-height: 150px;
}
#bio .officerPic textarea {
  margin-top: 0px;
}
#editBio .profilePicImage {
  max-width: 150px;
  max-height: 150px;
}
#editBio .field-actions {
  display: none;
}
#editBio textarea {
  margin-top: 5px;
}
#accordion .actions {
  margin-left: 10px;
}
#officer-layout-container button#officer-layout-button {
  padding: 10px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #f3f3f3;
  color: #333;
  border: 0px;
  margin-bottom: 0px;
}
#officer-layout-container button#officer-layout-button.selected {
  background: #333;
  color: #fff;
}
#officer-layout-container input[type="radio"] {
  display: none;
}
#officer-layout-container .dropdown-content {
  display: none;
  background: #333;
  position: absolute;
  right: 0;
  z-index: 2;
  margin-top: -8px;
  padding: 20px 15px;
}
#officer-layout-container .dropdown-content .message {
  color: #333;
  width: 100%;
  background: #f3f3f3;
  line-height: 22px;
  border-radius: 4px;
}
#officer-layout-container .dropdown-content .layout {
  margin: 5px 0px 10px;
  padding: 0px;
  border-right: 5px solid #333;
  text-align: center;
  opacity: .5;
  transition: all 0.2s ease-in;
}
#officer-layout-container .dropdown-content .layout:hover {
  opacity: 1;
}
#officer-layout-container .dropdown-content .layout:last-child {
  border-right: 0px;
}
#officer-layout-container .dropdown-content .layout p {
  line-height: 30px;
  background: #f3f3f3;
  color: #333;
  width: 100%;
  margin: 0px;
  font-size: 13px;
}
#officer-layout-container .dropdown-content .layout img {
  margin-top: 5px;
  width: 100%;
  height: 305px;
  cursor: pointer;
}
#officer-layout-container .dropdown-content .layout label {
  width: 100%;
  margin: 0px;
}
#officer-layout-container .dropdown-content .save #current {
  width: 89%;
  margin-right: 5px;
  background: #f9f9f9;
  line-height: 34px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  float: left;
}
#officer-layout-container .dropdown-content .save button {
  float: left;
}
#actions {
  float: right;
}
.single-field {
  border: 1px solid #fff;
  padding: 5px;
}
.single-field .add-new-custom {
  margin-top: 4px;
  float: left;
}
.single-field:hover .add-new-custom {
  display: inline-block;
}
.current-leadership {
  padding: 20px;
}
.current-leadership .row {
  margin: 20px 0px;
}
.current-leadership img {
  float: left;
  margin-right: 40px;
  width: 25%;
  height: auto;
}
.current-leadership .current-bio {
  width: 60%;
  float: left;
}
/* End bio page */
/* Scrapbook */
#scrapbook {
  padding-bottom: 60px;
  min-height: 300px;
}
#scrapbook .col-sm-4 {
  width: 33.33%;
  margin-bottom: 30px;
}
#scrapbook #arrangeAlbum .modal-body {
  height: 400px;
  overflow-y: scroll;
}
#scrapbook #arrangeAlbum .modal-body img {
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
}
#scrapbook #arrangeAlbum .modal-body img:hover {
  cursor: pointer;
}
.loader-box {
  opacity: 0.3;
  position: absolute;
  width: 75%;
  height: 100%;
  display: block;
  background: #808080;
  top: 1px;
  left: 250px;
}
.loader-box .scrapbook-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  top: 142px;
  border-top: 1.1em solid #eee;
  border-right: 1.1em solid #eee;
  border-bottom: 1.1em solid #eee;
  border-left: 1.1em solid #b3b3b3;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader-box .scrapbook-loader,
.loader-box .scrapbook-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.album-group {
  text-align: center;
}
.album-group.scrapbook-load {
  opacity: 0.5;
}
.album-group h4 {
  margin-bottom: 0px;
}
.album-group .album-images {
  position: relative;
  padding: 10px 10px 10px 10px;
  background: #f9f9f9;
  margin: 0px 0px 10px;
  border-radius: 6px;
  float: left;
  border: 1px solid #cdcdcd;
  height: 150px;
  width: 100%;
  transition: background 0.2s ease-in-out;
  overflow: hidden;
}
.album-group .album-images:hover {
  cursor: pointer;
  background: #333;
}
.album-group .album-images img {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  float: left;
}
.album-group #action {
  margin: 0 auto;
  height: 30px;
  text-align: center;
}
.album-group #action i {
  display: inline-block;
  color: #333333;
  line-height: 50px;
  font-size: 22px;
  padding-right: 5px;
  cursor: pointer;
}
.album-group #action i.fa-star {
  color: #333;
}
.album-group #action i.fa-times-circle:hover {
  color: red;
}
.actionContainer {
  float: right;
}
.actionContainer .album-close-button,
.actionContainer .album-sort-button,
.actionContainer .album-new-button,
.actionContainer .album-sort-cancel {
  display: none;
  cursor: pointer;
  background-color: black;
  padding: 2px 15px;
  border: 1px solid white;
  margin: 5px 10px;
  border-radius: 6px;
  color: white;
  text-align: left;
}
.actionContainer .album-close-button i,
.actionContainer .album-sort-button i,
.actionContainer .album-new-button i,
.actionContainer .album-sort-cancel i {
  float: left;
  font-size: 14px;
}
.actionContainer .album-close-button p,
.actionContainer .album-sort-button p,
.actionContainer .album-new-button p,
.actionContainer .album-sort-cancel p {
  float: left;
  line-height: 34px;
  margin: 0px;
}
.edit-album-image,
.revert-album-image,
.remove-album-image {
  display: none;
}
html body #scrapbook .album-group.expanded {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 10;
}
#scrapbook .album-group.expanded .album-close-button,
#scrapbook .album-group.expanded .album-new-button,
#scrapbook .album-group.expanded .album-sort-button {
  display: block;
  float: right;
}
#scrapbook .album-group.expanded .album-sort-cancel {
  display: none;
  float: right;
}
.album-title {
  display: none;
  float: left;
  color: #fff;
  text-align: left;
  font-weight: 300;
  margin-top: 0px;
  line-height: 48px;
  padding-left: 12px;
}
#scrapbook .album-group.expanded .album-title {
  display: block;
}
#scrapbook .album-group.expanded .album-images {
  height: 100%;
  overflow: auto;
  cursor: auto;
  background: rgba(0, 0, 0, 0.8);
}
#scrapbook .album-group.expanded .image-container {
  float: left;
  width: 150px;
  height: 150px;
}
#scrapbook .album-group.expanded .image-container .edit-album-image,
#scrapbook .album-group.expanded .image-container .revert-album-image,
#scrapbook .album-group.expanded .image-container .remove-album-image {
  display: initial;
}
#scrapbook .album-group.expanded .album-images img.expanded {
  max-width: none;
  max-height: none;
}
#scrapbook .album-group.expanded .album-images i {
  font-size: 20px;
  color: #fff;
  padding: 8px 4px;
}
#scrapbook .album-group.expanded .album-images img {
  height: 100%;
  width: 100%;
  float: none;
  display: block;
}
#scrapbook .album-group.expanded .album-images div.actionContainer:nth-last-of-type(2) .album-sort-button {
  display: none;
}
#scrapbook .album-group.expanded .album-images div.actionContainer:nth-last-of-type(2) .album-sort-cancel {
  display: none;
}
#scrapbook .album-group.expanded .album-images.ui-sortable .image-container {
  transition: border 0.2s ease-in;
  border: 2px solid #fff;
}
#scrapbook .album-group.expanded .image-container {
  margin: 10px 10px 35px;
  transition: all 0.2s ease-in;
}
#scrapbook .album-group.expanded h4 {
  display: none;
}
#scrapbook .album-group.expanded .action {
  display: none;
}
#scrapbook .action a {
  color: #000;
  font-size: 20px;
  padding: 8px 4px;
}
#scrapbook .action a#setDefaultCurrent {
  color: green;
}
#newAlbum {
  margin-bottom: 30px;
}
#newAlbum input[type="text"] {
  width: 60%;
  float: left;
  margin-right: 10px;
}
#confirmDelete .modal-body {
  font-size: 18px;
}
#confirmDelete .modal-body .albumID {
  display: none;
}
#editAlbumName .modal-body {
  font-size: 18px;
}
#editAlbumName .modal-body .albumID {
  display: none;
}
#setDefaultAlbum .modal-body {
  font-size: 18px;
}
#setDefaultAlbum .modal-body .albumID {
  display: none;
}
#revert .modal-body {
  font-size: 18px;
}
#revert .modal-body .imageID {
  display: none;
}
#deleteImage .modal-body {
  font-size: 18px;
}
#deleteImage .modal-body .imageID {
  display: none;
}
#switch-design #overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
}
#switch-design input[type="radio"] {
  margin-left: 10px;
  margin-top: 0px;
  font-size: 30px;
  cursor: pointer;
  display: none;
}
#switch-design .template-image img {
  border: 3px solid #ffffff;
  transition: all 0.2s ease-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
#switch-design .template-image img:hover {
  border: 3px solid #333333;
}
#switch-design .large-preview {
  position: fixed;
  top: 5%;
  left: 35%;
  z-index: 5;
  display: none;
  border: 3px solid #fff;
  box-shadow: 0px 12px 27px 0px rgba(0, 0, 0, 0.66);
  width: auto;
  height: 80vh;
}
#switch-design .large-preview:hover {
  border: 3px solid #fff !important;
}
#switch-design label {
  font-size: 20px;
  margin-top: 100px;
  margin-left: 20px;
  cursor: pointer;
}
#switch-design label i {
  font-size: 30px;
}
#switch-design .selected {
  display: none;
  border: 0px !important;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 35px;
}
#switch-design .active {
  border: 3px solid #333333;
  display: block;
}
.preview {
  display: none;
  margin-left: 10px;
}
#description-edit {
  margin: 0px;
}
i.new-field {
  color: #494949;
  font-size: 26px;
}
i.remove-field {
  color: #494949;
  font-size: 26px;
}
.custom-field .row {
  margin-bottom: 10px;
}
#colorbox img {
  width: auto;
  max-height: 500px;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#colorbox:focus {
  outline: 0;
}
#colorbox {
  top: 200px;
  z-index: 2;
}
#colorbox #cboxClose {
  margin-top: 30px !important;
  float: right;
}
#colorbox #cboxClose:hover {
  border: 0px;
}
#cboxOverlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
}
#upload,
#preview {
  margin: 20px 10px;
}
#slideshowImages #filmstrip .slidethumb {
  text-align: center;
  width: 210px;
  height: 200px;
  float: left;
  margin-right: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
#slideshowImages #filmstrip .slidethumb img {
  width: auto;
  max-width: 100%;
  max-height: 150px;
  margin-bottom: 8px;
  cursor: pointer;
}
#slideshowImages #filmstrip .slidethumb i {
  font-size: 14px;
}
#slideshowImages #filmstrip .slidethumb i:hover {
  color: #fff;
}
#slideshowImages button[type="submit"] {
  float: right;
}
#moveImages {
  width: 1000px;
  margin: 0 auto;
  margin-top: 150px;
}
#moveImages .modal-lg {
  width: 1000px;
}
#moveImages #imageContainer {
  width: 1000px;
  height: 250px;
  overflow: hidden;
}
#moveImages #imageContainer img {
  width: 100%;
}
#moveImages .modal-footer {
  border: 0px;
}
#colorbox {
  top: 200px;
}
#previewSlideshow p {
  font-size: 16px;
}
#previewSlideshow #slider {
  margin-top: 30px;
}
#previewSlideshow .modal-dialog {
  width: 1000px;
}
#previewSlideshow .bx-wrapper {
  width: 100%;
  max-height: 330px;
}
#previewSlideshow .bx-wrapper li {
  width: 100% !important;
  left: 0px;
}
#previewSlideshow .bx-wrapper img {
  height: 330px;
  width: 100%;
  left: 0px;
}
#previewSlideshow .bx-wrapper .bx-controls a {
  transition: all 0.2s ease-in;
}
#previewSlideshow .bx-wrapper .bx-controls a.bx-prev {
  position: absolute;
  top: 90%;
  left: auto;
  margin-top: -16px;
  outline: 0;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  z-index: 9999;
  background: url('/stock_images/prev.png') no-repeat;
  background-size: 100%;
  opacity: .6;
  right: 70px;
}
#previewSlideshow .bx-wrapper .bx-controls a.bx-next {
  position: absolute;
  top: 90%;
  left: auto;
  margin-top: -16px;
  outline: 0;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  z-index: 9999;
  background: url('/stock_images/next.png') no-repeat;
  background-size: 100%;
  opacity: .6;
  right: 30px;
}
#previewSlideshow .bx-wrapper .bx-controls a:hover {
  opacity: 1;
}
#showNational a {
  color: #000;
  text-decoration: underline;
}
#showNational #hide-this {
  display: none;
}
#showNational #parentContent {
  display: none;
  margin: 20px;
}
#showNational img {
  max-width: 100%;
}
#showNational iframe {
  max-width: 100%;
}
#editSong .songID,
#deleteSong .songID {
  display: none;
}
.staticImage .thumbnail {
  text-align: center;
  width: 210px;
  height: 200px;
  float: left;
  margin-right: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.staticImage .thumbnail img {
  width: auto;
  max-width: 100%;
  max-height: 130px;
  margin-bottom: 8px;
  cursor: pointer;
}
.staticImage .thumbnail .actions {
  text-align: center;
}
.staticImage .thumbnail .actions i {
  font-size: 14px;
  color: #Fff;
}
#previewStaticImage img {
  width: 100%;
  height: auto;
}
/* Temp Login Page */
.tempLogin {
  background: #eee;
}
.tempLogin #tempLogin {
  padding-top: 60px;
}
.tempLogin #tempLogin #tempLoginForm {
  width: 400px;
  margin: 30px auto;
}
#success-checkmark {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -230px;
  width: 90%;
  max-width: 500px;
  height: 400px;
  padding: 300px 20px 0;
  background-color: yellow;
  z-index: 10;
  border-radius: 10px;
  background: #FFF url(/stock_images/check.png) center 70px no-repeat;
  background-size: 40%;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 2rem;
}
#dashboard-content .web-site-stats .fa-question-circle {
  font-size: 24px;
  margin-left: 10px;
}
#dashboard-content .fb-share-button {
  bottom: 11px;
}
#dashboard-content #fb-root {
  display: inherit;
}
#dashboard-content .display-name-top {
  display: inline-block;
  width: 100%;
}
/*
----
Responsive
----
*/
@media (max-width: 767px) {
  #dashboard-sidebar {
    display: none !important;
  }
  #logo {
    float: none;
    padding-left: 0px;
    width: 100%;
  }
  #toolbar {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #main {
    padding: 30px 0px;
  }
  #main h2 {
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: center;
  }
  #main #chapter-news .input-group {
    width: 60%;
  }
  #main .warning {
    text-align: center;
  }
}
.login-page {
  background: #FFFFFF !important;
}
.login-page #login {
  padding-top: 200px;
}
.login-page .login-col {
  padding: 25px;
  background: #87B1CB;
  border-radius: 15px;
}
.login-page .login-col img {
  height: 120px;
  width: 130px;
  margin-top: 10px;
}
.login-page .login-col .image-container {
  text-align: center;
  border-radius: 50%;
  background: white;
  margin: auto;
  margin-top: -135px;
  height: 175px;
  width: 175px;
}
.login-page .login-col h3 {
  color: #f4f4f4;
  text-align: center;
  margin: 30px 0 30px 0;
  letter-spacing: 1.5px;
}
.login-page .login-col form {
  color: #eeeeee;
}
.login-page .login-col form .group-input {
  border-bottom: 1px solid;
  padding: 0px;
}
.login-page .login-col form .group-input .svg-inline--fa {
  display: inline-block;
  margin-left: 7px;
  width: 15px;
  margin-bottom: 2px;
}
.login-page .login-col form .group-input input {
  display: inline-block;
  margin: 0px !important;
  width: 90%;
  color: #ffffff !important;
}
.login-page .login-col form .group-input input::placeholder {
  color: #ffffff;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
}
.login-page .login-col form .group-input input:-webkit-autofill,
.login-page .login-col form .group-input input:-webkit-autofill:hover,
.login-page .login-col form .group-input input:-webkit-autofill:focus,
.login-page .login-col form .group-input input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff;
}
.login-page .login-col form .group-input input {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-page .login-col form button {
  background-color: #F0B16B;
  margin-top: 20px;
  border-radius: 12px;
  border: none;
}
.login-page .login-col form button .svg-inline--fa {
  margin-right: 5px;
}
.login-page .login-col form input {
  border: none;
  background: transparent;
  font-size: 20px;
}
.login-page .login-col form .forgot-password {
  color: #71716C;
  margin-top: 30px;
  display: block;
  cursor: pointer;
}
.login-page .login-col form .forgot-password:hover {
  text-decoration: underline;
}
.user-dash-page {
  background: #F9F9F9 !important;
}
.user-dash-page #login {
  padding: 200px 0;
}
.user-dash-page #content {
  padding: 0px;
  border: 1px solid #eee;
}
.user-dash-page .dark {
  padding: 25px;
  border-radius: 5px;
  margin-top: 40px;
}
.user-dash-page .dark .title {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.user-dash-page .dark .content-info {
  padding: 20px 20px 40px 20px;
}
.user-dash-page .dark .content-info .org-list {
  margin-top: 20px;
  overflow-y: hidden;
  height: 300px;
  overflow: scroll;
  margin-bottom: 26px;
  border: 1px solid #eee;
  padding: 10px;
}
.user-dash-page .dark .content-info .org-list .affiliation_type {
  text-transform: capitalize;
}
.user-dash-page .dark .content-info .default {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-top: 20px;
}
.user-dash-page .dark .password-form .errors {
  background: #f5e4e4;
  padding: 0px;
  list-style: none;
  color: #964f4f;
}
.user-dash-page .dark .password-form .errors li {
  padding: 7px 12px;
}
.user-dash-page .dark .password-form input {
  border: 1px solid #ddd;
}
.user-dash-page .dark .password-form input::placeholder {
  color: #eee;
}
.user-dash-page .dark .password-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #eee;
}
.user-dash-page .dark .password-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #eee;
}
.user-dash-page .dark .password-form label {
  color: #8e8e8e;
}
.user-dash-page .dark .password-form .select-all-s {
  color: #868686;
}
.user-dash-page .dark .password-form .select-all-s input {
  margin-right: 10px;
}
.user-dash-page .dark .password-form .org-list {
  margin-top: 10px;
  color: #868686;
  overflow-y: hidden;
  height: 300px;
  overflow: scroll;
  margin-bottom: 26px;
  border: 1px solid #eee;
  padding: 10px;
}
.user-dash-page .dark .password-form .org-list input[type=checkbox] {
  margin-right: 10px;
}
.user-dash-page .dark .password-form .org-list .affiliation_type {
  text-transform: capitalize;
}
.user-dash-page .dark nav .fa-user-circle {
  font-size: 85px;
  color: white;
  text-align: center;
  padding: 7px;
  display: block;
  width: 100%;
  margin-top: 13px;
}
.user-dash-page .dark nav .user-container {
  padding: 20px;
}
.user-dash-page .dark nav .user-info {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.user-dash-page .dark nav .change-pass {
  color: #74e6d3;
}
.user-dash-page .dark nav .change-pass:hover {
  color: #d3ebff;
}
.user-dash-page .dark nav ul.nav {
  background: #334352;
  border-radius: 3px;
  border: 1px solid #332a2a;
  padding-bottom: 22px;
}
.user-dash-page .dark nav ul.nav li {
  text-align: left;
  color: #fff;
  font-size: 15px;
}
.user-dash-page .dark nav ul.nav li *.active {
  background: #798390;
}
.user-dash-page .dark nav ul.nav li a {
  padding: 10px 20px 10px 36px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
.user-dash-page .dark nav ul.nav li a .svg-inline--fa {
  margin-right: 8px;
}
.user-dash-page .dark nav ul.nav li a:hover {
  background: #798390;
}
.user-dash-page .dark img {
  position: absolute;
  top: -95px;
  right: 28%;
}
.user-dash-page .dark h3 {
  color: #f4f4f4;
  text-align: center;
  margin: 50px 0 40px 0;
}
.user-dash-page .dark form {
  color: #eeeeee;
}
.user-dash-page .dark form .group-input {
  border-bottom: 1px solid;
  padding: 0px;
}
.user-dash-page .dark form .group-input .svg-inline--fa {
  display: inline-block;
  margin-left: 7px;
  width: 15px;
  margin-bottom: 2px;
}
.user-dash-page .dark form .group-input input {
  display: inline-block;
  margin: 0px !important;
  width: 90%;
  color: #ffffff !important;
}
.user-dash-page .dark form .group-input input:-webkit-autofill,
.user-dash-page .dark form .group-input input:-webkit-autofill:hover,
.user-dash-page .dark form .group-input input:-webkit-autofill:focus,
.user-dash-page .dark form .group-input input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff;
}
.user-dash-page .dark form button {
  margin-top: 20px;
}
.user-dash-page .dark form button .svg-inline--fa {
  margin-right: 5px;
}
.user-dash-page .dark form input {
  border: none;
  background: transparent;
  font-size: 20px;
}
.user-dash-page .light {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.25);
  min-height: 500px;
}
.user-dash-page .manage-users .search-user {
  display: block;
  margin: 20px 0;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.user-dash-page .manage-users .user-list {
  padding: 20px;
  height: 300px;
  overflow-y: hidden;
  overflow: scroll;
  border: 1px solid #eee;
}
.user-dash-page .manage-users .user-list .list-group-item {
  font-family: calibri;
  font-size: 15px;
}
.user-dash-page .manage-users .user-list .list-group-item .org-abbr {
  font-weight: bold;
  font-style: italic;
}
.user-dash-page .manage-users .user-list .list-group-item span {
  margin-right: 10px;
  cursor: pointer;
}
.user-dash-page .manage-users .nav-tabs {
  border-bottom: 1px solid #eee;
}
.user-dash-page .manage-users .nav-tabs > li.active > a,
.user-dash-page .manage-users .nav-tabs > li.active > a:hover,
.user-dash-page .manage-users .nav-tabs > li.active > a:focus {
  border: 1px solid #eee;
  border-bottom-color: transparent;
}
.user-dash-page .manage-users .user-form-container {
  padding: 20px;
  border: 1px solid #eee;
  border-top: none;
}
.user-dash-page .manage-users .user-form-container form input {
  border: 1px solid #ddd;
}
.user-dash-page .manage-users .user-form-container form input::placeholder {
  color: #eee;
}
.user-dash-page .manage-users .user-form-container form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #eee;
}
.user-dash-page .manage-users .user-form-container form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #eee;
}
.user-dash-page .manage-users .user-form-container form label {
  color: #8e8e8e;
}
.user-dash-page .manage-users .user-form-container form .select-all-s {
  color: #868686;
}
.user-dash-page .manage-users .user-form-container form .select-all-s input {
  margin-right: 10px;
}
.user-dash-page .manage-users .user-form-container form .org-list {
  margin-top: 10px;
  color: #868686;
  overflow-y: hidden;
  height: 300px;
  overflow: scroll;
  margin-bottom: 26px;
  border: 1px solid #eee;
  padding: 10px;
}
.user-dash-page .manage-users .user-form-container form .org-list input[type=checkbox] {
  margin-right: 10px;
}
.user-dash-page .manage-users .user-form-container form .org-list .affiliation_type {
  text-transform: capitalize;
}
.user-dash-page .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.user-dash-page .double-bounce1,
.user-dash-page .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.user-dash-page .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.user-dash-page footer {
  background: none;
}
