*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html,
body {
  color: #333;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #f9f9f9;
  font-family: 'Source Sans Pro', sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h5 {
  margin: 0;
}

a {
  color: #0A959C;
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}

.small-font-85 {
	font-size: 0.85em;
}
.u-text-center {
	text-align: center;
}

.padding-30 {
  padding: 30px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea {
  width: 100%;
  color: #333;
  text-align: left;
}
textarea {	
	min-height: 150px;
}
.form-container {
  margin: 0;
  padding: 0;
  height: 100%;
}
.form-container input[type="text"],
.form-container input[type="date"],
.form-container select,
.form-container textarea {
  border: solid 1px #ddd;
  background: #fefefe;
  border-radius: 2px;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}
.form-container select {
  font-size: 13px;
}

.button {
  border: none;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  min-width: 140px;
  border-radius: 50px;
  transition: all 0.2s;
}
.button.smaller {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.button.inline {
  display: inline-block !important;
  width: auto !important;
  margin: 0 auto;
}
.button.block {
  display: block;
  width: 100%;
}

.button.green{
  background: #08828C;
  color: #fff;
}
.button.green:hover{
  background: #64BAC1;
}
.button:disabled,
.button.disabled {
  background: #f8f8f8 !important;
  color: #ddd !important;
  opacity: 0.8;
  cursor: default !important;
}
.button.reverse {
  color: #fff !important;
  background: none;
  -webkit-box-shadow:inset 0px 0px 0px 1px #fff;
  -moz-box-shadow:inset 0px 0px 0px 1px #fff;
  box-shadow:inset 0px 0px 0px 1px #fff;
}

form .alert {
  line-height: 1.5em;
  margin-bottom: 35px;
}

.alert {
  display: block;
  margin: 0 0 10px;
  border: solid 1px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 0;
}

.alert.red {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.yellow {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.blue {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.input-error {
    display: block;
    margin: -15px 0 0;
    font-size: 12px;
    color: #c4250d;
    padding: 2px;
}

#app {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
}
.content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.login {
  width: 100%;
  height: 100%;
  background: url(../images/bg-login.jpg) 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
}
.login-panel {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  position: relative;
  width: 100%;
  max-width: 425px;
}
.version {
  font-size: 11px;
  color: #707070;
}
.university-logo {
  height: 55px;
  margin: 0 0 20px;
}
.university-logo img {
  max-height: 100%;
  display: block;
}

.footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}
.footer p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.footer-logo {
  max-height: 50px;
  margin: 0 0 0 20px;
}

/** DASHBOARD **/

.quick-pad {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
}
.quick-pad h5 {
  margin: 0 0 45px;
  padding: 0;
  line-height: 1em;
}
.pad-list {
  border-top: solid 1px #e6f4f4;
  margin: 0;
}
.pad-list li {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  border-bottom: solid 1px #e6f4f4;
}
.pad-list li:last-child {
  border: none;
}
.pad {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  display: block;
  padding: 25px 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
a.pad:hover {
  text-decoration: none !important;
  padding-left: 15px;
}
a.pad:before {
  content: "";
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #0A959C;
  content: '';
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: top;
  margin-top: -7px;
  height: 14px;
  width: 14px;
  transition: all 0.2s;
}
a.pad:hover:before{
  right: 0;
}
.disable-pad {
  color: #c3d9dc;
}
a.disable-pad:hover {
  padding-left: 10px;
  color: #c3d9dc;
}
a.disable-pad:before {
  content: none;
}
.disable-pad:after {
  content: "Coming soon";
  position: absolute;
  width: 74px;
  height: 24px;
  background: #ffc107;
  display: block;
  padding: 2px 4px;
  border-radius: 50px;
  top: 50%;
  right: 5px;
  margin: -12px 0 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/** EDITOR **/

.form-action {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: #111;
  padding: 20px;
  z-index: 999;
  transition: all 0.2s;
}
.form-action.active {
  top: 0;
}
.form-action p {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.form-action .button {
  text-transform: uppercase;
  margin: 0 0 0 5px;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  width: 120px !important;
  min-width: 0;
}

.stack {
  float: left;
  height: 100%;
  background: #fff;
}
.stack.thin {
  width: 300px;
}
.stack.wide {
  width: calc(100% - 300px);
}

.nav ul {
  margin: 0;
  padding: 0;
}
.nav ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 14px 30px;
  border-left: solid 4px #fff;
  cursor: pointer;
  filter: grayscale(100%);
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.2s;
  margin: 0;
  font-size: 13px;
}

.nav ul li .icon {
  max-height: 25px;
  max-width: 25px;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  margin: 0 20px 0 0;
}
.nav ul li.active,
.nav ul li:hover {
  color: #0A959C;
  background: #EDF8F8;
  border-left: solid 4px #0A959C; 
  filter: none;
  opacity: 1;
}
.nav ul li:hover a {
  text-decoration: none;
}

.cms-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cms-footer p {
  font-size: 10px;
  margin: 0;
}

.editor {
  background: #f9f9f9;
  padding: 20px 30px;
  border-radius: 0;
  float: left;
  width: calc(100% - 450px);
  height: 100%;
  overflow-y: auto;
}
.editor h6 {
  font-size: 17px;
  color: #111;
  margin: 5px 0 10px;
}
.editor .section {
  background: #fff;
  padding: 20px 30px 10px;
  border-radius: 15px;
  margin: 0 0 30px;
}
.editor label {
  font-size: 13px;
}
.preview {
  float: left;
  width: 450px;
  height: 100%;
  padding: 20px 20px;
}
.pill {
  background: #EDF8F8;
  color: #0A959C;
  text-transform: uppercase;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0 30px;
  border-radius: 50px;
  font-weight: 600;
}

.quill-default-height.ql-container {
  height: auto;
  min-height: 0;
  margin-bottom: 20px;
}
.ql-editor {
  width: 100%;
  height: 150px !important;
}

/** DEVICE PREVIEW **/

.mobile-device {
  margin: 15px 0 0;
  height: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  border: solid 1px rgba(0,0,0,0.1);
  border-radius: 15px;
  position: relative;
}
.mobile-device.overlay-active {
  overflow-y: hidden;
}

.editor-block {
  background: #f9f9f9;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.editor-block span {
  border: dashed 2px #ddd;
  width: 300px;
  height: 300px;
  padding: 20px;
  font-size: 14px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaa;
  flex-wrap: wrap;
}

/** RESPONSIVE **/

@media (max-width: 1024px) {
  #mobile-menu {
    right: 600px;
    z-index: 101;
    display: block !important;
  }
  .stack.thin {
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 999;
    transition: all 0.2s;
  }
  .stack.thin.active {
    left: 0;
    z-index: 100;
  }
  .stack.wide {
    width: 100%;
    position: relative;
  }
  .stack.wide.inactive:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99;
    display: block;
    position: absolute;
  }
  .ql-editor {
    height: 350px !important;
  }
}

@media (max-width: 768px) {
  .login {
    justify-content: center;
  }
  .editor {
    width: 100%;
    padding: 30px;
  }
  .preview {
    display: none;
  }
}

@media (max-width: 600px) {
  .stack.thin {
    width: calc(100% - 82px);
    left: -100%;
  }
  .stack.thin.active {
    left: 0;
  }
  .editor {
    padding: 20px;
  }
  .editor h6 {
    margin-bottom: 30px;
  }
  .editor .section {
    padding: 20px 20px 5px;
  }
  .form-action .button {
    padding: 0;
    width: 80px !important;
    height: 35px;
    line-height: 35px;
    font-size: 9px;
  }
}

/** HAMBURGER **/

#mobile-menu {
  display: none;
  width: 40px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  z-index: 99;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#mobile-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobile-menu span:nth-child(1) {
  top: 0px;
}

#mobile-menu span:nth-child(2),
#mobile-menu span:nth-child(3) {
  top: 12px;
}

#mobile-menu span:nth-child(4) {
  top: 24px;
}

#mobile-menu.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-menu.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-menu.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/** LOADING **/
.dialog-backdrop,
.loading {
  background: rgba(0,0,0,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.2s;
}

.dialog-backdrop.active,
.loading.active {
  display: block;
  z-index: 1000;
  opacity: 1;
  height: 100%;
}
.loading span {
  line-height: 2em;
  margin: 0 auto -50px;
  display: block;
}
.loading>div {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.bt-spinner {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}
-webkit-@keyframes spin {
  -webkit-from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  -webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.quill-default-height{
  min-height: 150px;
}

.backdrop{
  background-color: rgba(255,255,255,0.9);
  z-index: 10;
}
