﻿:root {
  --primary-color: #4F2972;
  --gray-background: #434343;
}
.login {
  background-color: var(--gray-background) !important;
  box-sizing: border-box;
  color: #333333;
  direction: ltr;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 17.15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
#dse-login-body {
  background: rgba(0, 0, 0, 0) url("../images/background-placeholder.png") repeat fixed 0% 0%;
}
iframe {
  border: none;
}
#ap-login-body {
  background-color: var(--gray-background);
}
#ap-login-body .panel-heading {
  margin-top: 30px;
}
#ap-login-body .panel-heading .form-group {
  color: red;
  margin-top: 30px;
}
#ap-login-body .panel-heading .form-group.success {
  color: green;
}
.container-fluid {
  margin-right: auto;
  margin-left: 0;
}
#ap-logout {
  padding-top: 50px;
  text-align: center;
  height: 200px;
}
.header-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 78px;
  width: 100vw;
  background-image: url('../images/lens_flare.png');
  background-size: contain;
  background-color: #231f20;
  background-repeat: no-repeat;
  background-position: left top;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-bar .pmm-logo {
  width: 108px;
}
.header-bar img {
  vertical-align: middle;
}
.login.pmm {
  background-color: transparent !important;
  font-family: 'Century Gothic';
}
.login.pmm input::placeholder {
  font-weight: 600;
}
.login.pmm .content {
  width: 450px;
  border-color: #ccc !important;
  margin-bottom: 30px;
  border: 1px solid;
  text-align: center;
}
.login.pmm .content .form-actions {
  border: 0px;
  text-align: center;
}
.login.pmm .form-group .input-icon.black {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left-color: black;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-left-width: 0;
}
.login.pmm .form-group .input-icon.black input {
  -webkit-border-radius: 0 0;
  -moz-border-radius: 0 0;
  border-radius: 0;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  outline: none;
  margin: 0;
}
.login.pmm .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.login.login-menu {
  background-color: #fff !important;
}
.login.login-menu .content {
  padding-top: 100px;
  margin: auto;
  width: 465px;
}
.login.login-menu .content .form-group {
  box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.login.login-menu .content .form-group a {
  text-decoration: none;
  outline: 0;
}
.login.login-menu .content .form-group .logo.dse-menu {
  margin-top: 10px;
  margin-bottom: 15px;
}
.login.login-menu .content .form-group .logo.members-menu {
  margin-top: 18px;
}
.login.login-menu .content .form-group .logo.web-admin {
  margin-top: 40px;
  margin-bottom: 40px;
}
.form-title.web-admin {
  color: #999999;
}
.index {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-sizing: border-box;
  color: #5b9bd1;
  direction: ltr;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 17.15px;
  text-align: center;
  text-decoration: none;
  text-decoration-color: #5b9bd1;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-shadow: none;
}
.login .logo {
  margin: 60px auto 20px auto;
  padding: 15px;
  text-align: center;
}
.logo {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-sizing: border-box;
  color: #333333;
  direction: ltr;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 17.15px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 60px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  text-align: center;
}
.has-error .input-icon {
  border-color: #a94442 !important;
}
.has-error .input-icon i {
  color: #F3565D !important;
}
.display-hide {
  display: none;
}
.content.ap-reset-password {
  padding-bottom: 20px;
}
h4.ap-reset-password {
  color: var(--primary-color) !important;
}
.content {
  background-color: #fff;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.content .forget-password {
  margin-top: 25px;
}
.content h3 {
  color: #000;
}
.content h4 {
  color: #555;
}
.content p {
  color: #222;
}
.content .login-form,
.content .forget-form {
  padding: 0px;
  margin: 0px;
}
.content .input-icon {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.content .input-icon .form-control {
  border-left: 0;
}
.content .forget-form {
  display: none;
}
.content .register-form {
  display: none;
}
.content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}
.content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.content .form-actions.forgot {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 0px;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}
.content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}
.content .form-actions .btn {
  margin-top: 1px;
}
.content .forget-password {
  margin-top: 25px;
}
.content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}
.content .create-account a {
  display: inline-block;
  margin-top: 5px;
}
.content.reset-password {
  height: 250px;
}
.copyright {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-sizing: border-box;
  color: #999999;
  direction: ltr;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18.5667px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  text-align: center;
}
.form-group .input-icon.purple {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left-color: purple;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.form-group .input-icon.purple input {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left-color: purple;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.form-group {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-sizing: border-box;
  color: #333333;
  direction: ltr;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 17.15px;
  margin-bottom: 15px;
}
.form-group .field-validation-error {
  color: #a94442;
}
.form-group .input-icon > i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  z-index: 3;
  width: 16px;
  font-size: 16px;
  text-align: center;
}
.form-group .input-icon {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left-color: var(--primary-color);
  border-left-style: solid;
  border-left-width: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-sizing: border-box;
  color: #ccc;
  direction: ltr;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 17.15px;
  position: relative;
}
.form-group .input-icon [class^="fa-"]:not(.fa-stack),
.form-group .input-icon [class^="glyphicon-"],
.form-group .input-icon [class^="icon-"],
.form-group .input-icon [class*=" fa-"]:not(.fa-stack),
.form-group .input-icon [class*=" glyphicon-"],
.form-group .input-icon [class*=" icon-"] {
  display: inline-block;
  font-size: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
}
.form-group .input-icon input {
  background-color: #ffffff;
  background-image: none;
  border-bottom-color: #cdcdcd;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #333333;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #cdcdcd;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #cdcdcd;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #333333;
  direction: ltr;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: 100%;
  font-style: normal;
  font-variant: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-weight: 400;
  height: 34px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 6px;
  padding-left: 33px;
  padding-right: 12px;
  padding-top: 6px;
  transition-delay: 0s, 0s;
  transition-duration: 0.15s, 0.15s;
  transition-property: border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out;
}
#ap-back-btn {
  border-radius: 0;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
  width: 30px;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
li.nostyle {
  list-style-type: none;
}
.label-width {
  width: 200px;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
/***
Social Icons
***/
.social-icons {
  padding: 0;
  padding-bottom: 20px;
}

.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 15px;
  margin-bottom: 5px;
}

.social-icons li .amazon {
  background: url(../images/amazon.png) no-repeat;
}
.social-icons li .behance {
  background: url(../images/behance.png) no-repeat;
}
.social-icons li .blogger {
  background: url(../images/blogger.png) no-repeat;
}
.social-icons li .deviantart {
  background: url(../images/deviantart.png) no-repeat;
}
.social-icons li .dribbble {
  background: url(../images/dribbble.png) no-repeat;
}
.social-icons li .dropbox {
  background: url(../images/dropbox.png) no-repeat;
}
.social-icons li .evernote {
  background: url(../images/evernote.png) no-repeat;
}
.social-icons li .facebook {
  background: url(../images/facebook.png) no-repeat;
}
.social-icons li .forrst {
  background: url(../images/forrst.png) no-repeat;
}
.social-icons li .github {
  background: url(../images/github.png) no-repeat;
}
.social-icons li .googleplus {
  background: url(../images/googleplus.png) no-repeat;
}
.social-icons li .jolicloud {
  background: url(../images/jolicloud.png) no-repeat;
}
.social-icons li .last-fm {
  background: url(../images/last-fm.png) no-repeat;
}
.social-icons li .linkedin {
  background: url(../images/linkedin.png) no-repeat;
}
.social-icons li .picasa {
  background: url(../images/picasa.png) no-repeat;
}
.social-icons li .pintrest {
  background: url(../images/pintrest.png) no-repeat;
}
.social-icons li .rss {
  background: url(../images/rss.png) no-repeat;
}
.social-icons li .skype {
  background: url(../images/skype.png) no-repeat;
}
.social-icons li .spotify {
  background: url(../images/spotify.png) no-repeat;
}
.social-icons li .stumbleupon {
  background: url(../images/stumbleupon.png) no-repeat;
}
.social-icons li .tumblr {
  background: url(../images/tumblr.png) no-repeat;
}
.social-icons li .twitter {
  background: url(../images/twitter.png) no-repeat;
}
.social-icons li .vimeo {
  background: url(../images/vimeo.png) no-repeat;
}
.social-icons li .wordpress {
  background: url(../images/wordpress.png) no-repeat;
}
.social-icons li .xing {
  background: url(../images/xing.png) no-repeat;
}
.social-icons li .yahoo {
  background: url(../images/yahoo.png) no-repeat;
}
.social-icons li .youtube {
  background: url(../images/youtube.png) no-repeat;
}
.social-icons li .vk {
  background: url(../images/vk.png) no-repeat;
}
.social-icons li .instagram {
  background: url(../images/instagram.png) no-repeat;
}
.social-icons li .reddit {
  background: url(../images/reddit.png) no-repeat;
}
.social-icons li .aboutme {
  background: url(../images/aboutme.png) no-repeat;
}
.social-icons li .flickr {
  background: url(../images/flickr.png) no-repeat;
}
.social-icons li .foursquare {
  background: url(../images/foursquare.png) no-repeat;
}
.social-icons li .gravatar {
  background: url(../images/gravatar.png) no-repeat;
}
.social-icons li .klout {
  background: url(../images/klout.png) no-repeat;
}
.social-icons li .myspace {
  background: url(../images/myspace.png) no-repeat;
}
.social-icons li .quora {
  background: url(../images/quora.png) no-repeat;
}
.social-icons.social-icons-color > li > a {
  opacity: 0.7;
  background-position: 0 -38px !important;
}
.social-icons.social-icons-color > li > a:hover {
  opacity: 1;
}
.social-icons.social-icons-circle > li > a {
  border-radius: 25px !important;
}
/***
Inline Social Icons
***/
.social-icon {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.social-icon.social-icon-circle {
  border-radius: 25px !important;
}
.social-icon.amazon {
  background: url(../images/amazon.png) no-repeat;
}
.social-icon.behance {
  background: url(../images/behance.png) no-repeat;
}
.social-icon.blogger {
  background: url(../images/blogger.png) no-repeat;
}
.social-icon.deviantart {
  background: url(../images/deviantart.png) no-repeat;
}
.social-icon.dribbble {
  background: url(../images/dribbble.png) no-repeat;
}
.social-icon.dropbox {
  background: url(../images/dropbox.png) no-repeat;
}
.social-icon.evernote {
  background: url(../images/evernote.png) no-repeat;
}
.social-icon.facebook {
  background: url(../images/facebook.png) no-repeat;
}
.social-icon.forrst {
  background: url(../images/forrst.png) no-repeat;
}
.social-icon.github {
  background: url(../images/github.png) no-repeat;
}
.social-icon.googleplus {
  background: url(../images/googleplus.png) no-repeat;
}
.social-icon.jolicloud {
  background: url(../images/jolicloud.png) no-repeat;
}
.social-icon.last-fm {
  background: url(../images/last-fm.png) no-repeat;
}
.social-icon.linkedin {
  background: url(../images/linkedin.png) no-repeat;
}
.social-icon.picasa {
  background: url(../images/picasa.png) no-repeat;
}
.social-icon.pintrest {
  background: url(../images/pintrest.png) no-repeat;
}
.social-icon.rss {
  background: url(../images/rss.png) no-repeat;
}
.social-icon.skype {
  background: url(../images/skype.png) no-repeat;
}
.social-icon.spotify {
  background: url(../images/spotify.png) no-repeat;
}
.social-icon.stumbleupon {
  background: url(../images/stumbleupon.png) no-repeat;
}
.social-icon.tumblr {
  background: url(../images/tumblr.png) no-repeat;
}
.social-icon.twitter {
  background: url(../images/twitter.png) no-repeat;
}
.social-icon.vimeo {
  background: url(../images/vimeo.png) no-repeat;
}
.social-icon.wordpress {
  background: url(../images/wordpress.png) no-repeat;
}
.social-icon.xing {
  background: url(../images/xing.png) no-repeat;
}
.social-icon.yahoo {
  background: url(../images/yahoo.png) no-repeat;
}
.social-icon.youtube {
  background: url(../images/youtube.png) no-repeat;
}
.social-icon.vk {
  background: url(../images/vk.png) no-repeat;
}
.social-icon.instagram {
  background: url(../images/instagram.png) no-repeat;
}
.social-icon.reddit {
  background: url(../images/reddit.png) no-repeat;
}
.social-icon.aboutme {
  background: url(../images/aboutme.png) no-repeat;
}
.social-icon.flickr {
  background: url(../images/flickr.png) no-repeat;
}
.social-icon.foursquare {
  background: url(../images/foursquare.png) no-repeat;
}
.social-icon.gravatar {
  background: url(../images/gravatar.png) no-repeat;
}
.social-icon.klout {
  background: url(../images/klout.png) no-repeat;
}
.social-icon.myspace {
  background: url(../images/myspace.png) no-repeat;
}
.social-icon.quora {
  background: url(../images/quora.png) no-repeat;
}
.social-icon:hover {
  background-position: 0 -38px;
}
.social-icon-color {
  opacity: 0.7;
  background-position: 0 -38px !important;
}
.social-icon-color:hover {
  opacity: 1;
}
.md-checkbox {
  position: relative;
  /* handling click events */
  /* when checkbox is checked */
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.form-inline .md-checkbox.md-checkbox-inline {
  margin-right: 20px;
  top: 3px;
}
.md-checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.md-checkbox label {
  cursor: pointer;
  padding-left: 30px;
}
.md-checkbox label > span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.md-checkbox label > span.inc {
  background: #fff;
  left: -20px;
  top: -20px;
  height: 60px;
  width: 60px;
  opacity: 0;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}
.md-checkbox label > .box {
  top: 0px;
  border: 2px solid #666;
  height: 20px;
  width: 20px;
  z-index: 5;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.md-checkbox.pmm {
  margin-bottom: 25px;
}
.md-checkbox.pmm label > .box {
  border: 2px solid #3d72a4;
}
.has-success.md-checkbox.pmm label > .box {
  border-color: #3d72a4;
}
.has-success.md-checkbox.pmm label > .check {
  border-color: #3d72a4;
}
.md-checkbox label > .check {
  top: -4px;
  left: 6px;
  width: 10px;
  height: 20px;
  border: 2px solid var(--primary-color);
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.md-checkbox label > span.inc {
  -webkit-animation: growCircle 0.3s ease;
  -moz-animation: growCircle 0.3s ease;
  animation: growCircle 0.3s ease;
}
.md-checkbox input[type=checkbox]:checked ~ label > .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}
.md-checkbox input[type=checkbox]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.md-checkbox input[type=checkbox]:disabled ~ label,
.md-checkbox input[type=checkbox][disabled] ~ label {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.md-checkbox input[type=checkbox]:disabled ~ label > .box,
.md-checkbox input[type=checkbox][disabled] ~ label > .box {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.md-checkbox input[type=checkbox]:disabled:checked ~ label > .check,
.md-checkbox input[type=checkbox][disabled]:checked ~ label > .check {
  cursor: not-allowed;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.has-error .md-checkbox label,
.has-error.md-checkbox label {
  color: #fbe1e3;
}
.has-error .md-checkbox label > .box,
.has-error.md-checkbox label > .box {
  border-color: #e73d4a;
}
.has-error .md-checkbox label > .check,
.has-error.md-checkbox label > .check {
  border-color: #e73d4a;
}
.has-success .md-checkbox label > .box,
.has-success.md-checkbox label > .box {
  border-color: var(--primary-color);
}
.has-success .md-checkbox label > .check,
.has-success.md-checkbox label > .check {
  border-color: var(--primary-color);
}
.has-warning .md-checkbox label,
.has-warning.md-checkbox label {
  color: #f9e491;
}
.has-warning .md-checkbox label > .box,
.has-warning.md-checkbox label > .box {
  border-color: #c29d0b;
}
.has-warning .md-checkbox label > .check,
.has-warning.md-checkbox label > .check {
  border-color: #c29d0b;
}
.has-info .md-checkbox label,
.has-info.md-checkbox label {
  color: #e0ebf9;
}
.has-info .md-checkbox label > .box,
.has-info.md-checkbox label > .box {
  border-color: #327ad5;
}
.has-info .md-checkbox label > .check,
.has-info.md-checkbox label > .check {
  border-color: #327ad5;
}
.form-md-checkboxes {
  padding-top: 5px;
}
.form-md-checkboxes > label {
  font-size: 14px;
  color: #888888;
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-md-checkboxes.has-error label {
  color: #ed6b75;
}
.form-md-checkboxes.has-info label {
  color: #659be0;
}
.form-md-checkboxes.has-success label {
  color: var(--primary-color);
}
.form-md-checkboxes.has-warning label {
  color: #F1C40F;
}
.md-checkbox-list {
  margin: 5px 0 5px 0;
}
.form-horizontal .md-checkbox-list {
  margin-top: 5px;
}
.md-checkbox-list .md-checkbox {
  display: block;
  margin-bottom: 10px;
}
.md-checkbox-list .md-checkbox:last-child {
  margin-bottom: 0;
}
.md-checkbox-inline {
  margin: 5px 0 5px 0;
}
.form-horizontal .md-checkbox-inline {
  margin-top: 7px;
}
.md-checkbox-inline .md-checkbox {
  display: inline-block;
  margin-right: 20px;
}
.md-checkbox-inline .md-checkbox:last-child {
  margin-right: 0;
}
/* Button */
.btn.green-haze {
  border-radius: 0 !important;
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border: 1px solid var(--primary-color);
  border-top-color: var(--primary-color);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: var(--primary-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: var(--primary-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: var(--primary-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
}
.web-admin-title {
  font-size: 24px;
  color: Purple;
  font-weight: bold;
}
.members-title {
  font-size: 24px;
  color: #ccc;
  font-weight: bold;
  margin-bottom: -5px;
}
.btn.purple {
  border-radius: 0 !important;
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border: 1px solid purple;
  border-top-color: purple;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: purple;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: purple;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: purple;
  border-left-style: solid;
  border-left-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-radius: 4px !important;
}
.purple.btn:hover,
.purple.btn:focus,
.purple.btn:active,
.purple.btn.active {
  color: #fff !important;
  background-color: purple !important;
}
.btn.black {
  font-weight: 600;
  text-transform: uppercase;
  width: 120px;
  height: auto;
  padding: 3px 12px;
  font-size: 22px;
  font-style: normal;
  line-height: 1;
  background: #282828;
  color: #fff;
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px 2px;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  height: 34px;
  margin: 5px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 6px 12px;
}
.black.btn:hover,
.black.btn:focus,
.black.btn:active,
.black.btn.active {
  background-color: #3d72a4 !important;
}
.green-haze.btn:hover,
.green-haze.btn:focus,
.green-haze.btn:active,
.green-haze.btn.active {
  color: #ffffff !important;
  background-color: var(--primary-color) !important;
}
.open .green-haze.btn.dropdown-toggle {
  color: #000000;
  background-color: var(--primary-color);
}
.green-haze.btn:active,
.green-haze.btn.active {
  background-image: none;
  background-color: var(--primary-color);
}
.green-haze.btn:active:hover,
.green-haze.btn.active:hover {
  background-color: #36918b;
}
.open .green-haze.btn.dropdown-toggle {
  background-image: none;
}
.green-haze.btn.disabled,
.green-haze.btn.disabled:hover,
.green-haze.btn.disabled:focus,
.green-haze.btn.disabled:active,
.green-haze.btn.disabled.active,
.green-haze.btn[disabled],
.green-haze.btn[disabled]:hover,
.green-haze.btn[disabled]:focus,
.green-haze.btn[disabled]:active,
.green-haze.btn[disabled].active,
fieldset[disabled] .green-haze.btn,
fieldset[disabled] .green-haze.btn:hover,
fieldset[disabled] .green-haze.btn:focus,
fieldset[disabled] .green-haze.btn:active,
fieldset[disabled] .green-haze.btn.active {
  background-color: #44b6ae;
}
.green-haze.btn .badge {
  color: #000000;
  background-color: #FFFFFF;
}
/* Button Strip */
.btn.green-haze-stripe {
  border-left: 3px solid #44b6ae;
}
.alert {
  border-radius: 0;
}
.btn {
  border-width: 0;
  padding: 7px 14px;
  font-size: 14px;
  outline: none !important;
  background-image: none !important;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
/***
Customized Bootstrap Buttons
***/
/* Default buttons */
.btn {
  border-width: 0;
  padding: 7px 14px;
  font-size: 14px;
  outline: none !important;
  background-image: none !important;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.btn.dropdown-toggle,
.btn-group .btn.dropdown-toggle,
.btn:hover,
.btn:disabled,
.btn[disabled],
.btn:focus,
.btn:active,
.btn.active {
  outline: none !important;
  background-image: none !important;
  filter: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn + .btn {
  margin-left: 5px;
}
.btn-default {
  border-width: 1px;
  padding: 6px 13px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* Bootstrap buttons */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333;
  background-color: #ededed;
  border-color: #b3b3b3;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ededed;
  border-color: #b3b3b3;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
  background-color: #e0e0e0;
}
.btn-default:active:hover,
.btn-default.active:hover {
  background-color: #e6e6e6;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-default > i {
  color: #aaa;
}
.btn-default > i[class^="icon-"],
.btn-default > i[class*="icon-"] {
  color: #8c8c8c;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #3379b5;
  border-color: #2a6496;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3379b5;
  border-color: #2a6496;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
  background-color: #2d6ca2;
}
.btn-primary:active:hover,
.btn-primary.active:hover {
  background-color: #3071a9;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: var(--primary-color);
  border-color: #3ea49d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #3b9c96;
  border-color: #307f7a;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3b9c96;
  border-color: #307f7a;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
  background-color: #348a84;
}
.btn-success:active:hover,
.btn-success.active:hover {
  background-color: #37918b;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: var(--primary-color);
  border-color: #3ea49d;
}
.btn-success .badge {
  color: var(--primary-color);
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #89C4F4;
  border-color: #72b8f2;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #68b4f1;
  border-color: #43a1ed;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #68b4f1;
  border-color: #43a1ed;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
  background-color: #51a8ef;
}
.btn-info:active:hover,
.btn-info.active:hover {
  background-color: #5aadf0;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #89C4F4;
  border-color: #72b8f2;
}
.btn-info .badge {
  color: #89C4F4;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #dfba49;
  border-color: #dbb233;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  background-color: #daae2b;
  border-color: #bb9521;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #daae2b;
  border-color: #bb9521;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
  background-color: #c89f23;
}
.btn-warning:active:hover,
.btn-warning.active:hover {
  background-color: #d0a625;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #dfba49;
  border-color: #dbb233;
}
.btn-warning .badge {
  color: #dfba49;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #F3565D;
  border-color: #f13e46;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #f1353d;
  border-color: #ec111b;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f1353d;
  border-color: #ec111b;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
  background-color: #ef1d26;
}
.btn-danger:active:hover,
.btn-danger.active:hover {
  background-color: #f0262f;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #F3565D;
  border-color: #f13e46;
}
.btn-danger .badge {
  color: #F3565D;
  background-color: #fff;
}
/* Button sizes */
.btn > i {
  font-size: 14px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  vertical-align: middle;
}
.btn-lg > i {
  font-size: 18px;
}
.btn-sm,
.btn-xs {
  padding: 4px 10px 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.btn-sm > i,
.btn-xs > i {
  font-size: 13px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-xs > i {
  font-size: 12px;
}
/* Small button in button group */
.btn-group .input-sm .btn-default {
  padding-top: 3px;
  padding-bottom: 3px;
}
/* Arrow link */
.btn-arrow-link {
  vertical-align: middle;
  display: inline-block;
  font-size: 13px;
}
.btn-arrow-link > i {
  font-size: 14px;
  line-height: 14px;
  vertical-align: top;
  margin: 2px 3px 2px 3px;
  color: #999;
}
.btn-arrow-link.btn-arrow-link-lg {
  font-size: 14px;
}
.btn-arrow-link.btn-arrow-link-lg > i {
  font-size: 16px;
  line-height: 16px;
  margin: 2px 3px 1px 3px;
}
/* Circle Buttons */
.btn-circle {
  border-radius: 25px !important;
}
.btn-circle-right {
  border-radius: 0 25px 25px 0 !important;
}
.btn-circle-left {
  border-radius: 25px 0 0 25px !important;
}
.btn-circle-bottom {
  border-radius: 0 0 25px 25px !important;
}
.btn-circle-top {
  border-radius: 25px 25px 0 0 !important;
}
.btn-icon-only {
  height: 34px;
  width: 34px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-icon-only > [class^="icon-"],
.btn-icon-only > i {
  text-align: center;
  margin-top: 2px;
}
.btn-sm > [class^="glyphicon-"],
.btn-sm > [class*=" glyphicon-"],
.btn-sm > i {
  font-size: 13px;
}
.btn-xs > [class^="glyphicon-"],
.btn-xs > [class*=" glyphicon-"],
.btn-xs > i {
  font-size: 11px;
}
.btn-group.btn-group-circle > .btn:first-child {
  border-radius: 25px 0 0 25px !important;
}
.btn-group.btn-group-circle > .btn:last-child {
  border-radius: 0 25px 25px 0 !important;
}
.btn-group.btn-group-devided > .btn {
  margin-right: 5px;
}
.btn-group.btn-group-devided > .btn:last-child {
  margin-right: 0;
}
.btn-group-vertical.btn-group-vertical-circle > .btn:first-child {
  border-radius: 25px 25px 0 0 !important;
}
.btn-group-vertical.btn-group-vertical-circle > .btn:last-child {
  border-radius: 0 0 25px 25px !important;
}
/***
Login page
***/
/* logo page */
.login .logo {
  margin: 60px auto 20px auto;
  padding: 15px;
  text-align: center;
}
/* select2 dropdowns */
/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #999;
  font-size: 13px;
}
@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }
  .login .content {
    width: 280px;
  }
  .login .content h3 {
    font-size: 22px;
  }
  .login .checkbox {
    font-size: 13px;
  }
}
/* IE8 & IE9 mode utilities */
.visible-ie8 {
  display: none;
}
.ie8 .visible-ie8 {
  display: inherit !important;
}
.visible-ie9 {
  display: none;
}
.ie9 .visible-ie9 {
  display: inherit !important;
}
.hidden-ie8 {
  display: inherit;
}
.ie8 .hidden-ie8 {
  display: none !important;
}
.hidden-ie9 {
  display: inherit;
}
.ie9 .hidden-ie9 {
  display: none !important;
}