body {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72222;
  color: #34495e;
  background-color: #ffffff;
}

.media:first-child{margin-top:15px !important}

#editor {
    margin: 0;
    margin-bottom: 10px;
}

#debugconsole {
    margin: 0;
    margin-bottom: 10px;
    height: 300px;
    width: 100%;
    resize: none;
    font-family: monospace;
    font-weight: bold;
    font-size: 12px;
    background-color: #2C3E50;
    border: 1px solid #000;
    color: white;
    padding: 8px;
}

.dashboard-box {
  margin: 20px;
  border: 1px solid #BDC3C7;
  border-radius: 10px;
  min-height: 200px;
  height: 200px;
  width: 200px;
  min-width: 200px;
  padding: 10px;
  color: #34495e;
}

.dashboard-box:hover {
  color: #428bca;
}

.dashboard-box-sm {
  position: relative; 
  margin: 20px;
  border: 1px solid #BDC3C7;
  border-radius: 10px;
  min-height: 160px;
  height: 160px;
  width: 160px;
  min-width: 160px;
  padding: 10px;
  color: #34495e;
}

.dashboard-box-sm:hover {
  color: #428bca;
}

.dashboard-box-sm-2 {
  margin: 12px;
  border: 1px solid #BDC3C7;
  border-radius: 10px;
  min-height: 120px;
  height: 120px;
  width: 120px;
  min-width: 120px;
  padding: 10px;
  padding-top: 20px;
  color: #34495e;
}

.dashboard-box-sm-2:hover {
  color: #428bca;
}

 .dashboard-box-disabled {
    color: lightgray !important;
 }

.dashboard-box-active {
  border: 3px #428bca solid !important;
}

.inside {
  padding-left: 20px;
  white-space: nowrap;
}

.add-new {
  text-align: center;
  vertical-align: middle;
  line-height: 220px;
}

.add-new {
  text-align: center;
  vertical-align: middle;
  line-height: 220px;
}

.add-new-2 {
  text-align: center;
  vertical-align: middle;
}


.adminbutton {
  color: #e67e22 !important;
}

.small-font {
  font-size: 16px;
}

.smaller-font {
  font-size: 14px;
}

#alerts {
  margin-bottom: 20px;
}

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

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

.fa-fix-menu {
  display: inline !important;
  font-size: 20px;
  margin-right: 10px;
  margin-left: 20px
}

.title {
  font-size: 22px;
  margin-bottom: 4px;
}

.pull-down-icon {
  margin-right: 20px;
  line-height: 2.4em;
  float: right;
}

.fixedinputwidth {
    width: 400px !important;
}

#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

.noborder {
  border: none !important;
}

#sidebar-wrapper {
    z-index: 998;
    position: fixed;
    left: 250px;
    width: 0;
    margin-left: -250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: visible;
}

#wrapper.toggled #sidebar-wrapper {
    min-width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 260px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
    background: #f9f9f9;
    border-right: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    min-height: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-y: scroll;
}

.sidebar-nav li {
    /* padding-left: 20px; */
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #3498DB;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
}

.sidebar-active {
    text-decoration: none;
    color: #3498DB;
    border-left: 6px solid #3498DB;
} 

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 85px;
    font-size: 26px;
    line-height: 85px;
/*    background: #34495E; */
}

.sidebar-nav > .sidebar-brand a {
    color: #34495E;
/*    background: #34495E; */
}

#wrapper {
    padding-left: 250px;
}

#wrapper.toggled {
    padding-left: 0;
}

#sidebar-wrapper {
    min-width: 250px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#page-content-wrapper {
    padding-top: 5px;
    position: relative;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}

.loginrow {
  margin-top: 100px;
}

.margin-up-down {
  margin-top: 16px;
  margin-bottom: 16px;
}

.margin-up-down-x2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.extra-margin-down {
  margin-bottom: 32px;
}

.micro-margin-down {
  margin-bottom: 8px;
}


.some-margin-up {
  margin-top: 16px;
}

.some-margin-down {
  margin-bottom: 16px;
}

.editcodebutton {
  margin-top: 16px;
}

.alertcode {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: white;
  font-size: 14px;
}

.finline {
  display: inline;
}

.icons {
  margin-top: 6px;
}

.fixcheckboxlabel {
  padding-left: 0px !important;
}

.table-condensed{
  font-size: 14px;
}

.simple-layout-body {
  background: white;
}

.simple-layout-form {
  background-color: #ffffff;
  padding: 24px 23px 20px;
  position: relative;
  border-radius: 10px;
}

.img-responsive {
    margin: 0 auto;
    margin-bottom: 16px;
}


#sidebar-wrapper {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  overflow-x: visible;
  -webkit-transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

.sidebar-nav ul {
  list-style: none;
  display: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav ul li {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  width: 250px;
  padding-left: 60px;
}

.sidebar-nav ul li a {
  font-size: 14px;
  position: relative;
  display: block;
}
.sidebar-nav ul li:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding-top: 0;
}




.nav-flyout li {
  width: 150px;
  line-height: 20px;

}
.nav-flyout li a {

  font-size: 20px;
  width: 150px;
  text-align: left;
}

.icon {
  padding-left: 50px;
}

i.fa.fa-commenting-o.fa-fix-menu {
  margin-right: 20px;
}

.hamburger {
  outline: 0;
  border: 0;
  background: transparent;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 85px;
  display: none;
}

.hamburger-icon {
  position: relative;
  width: 40px;
  height: 2px;
  background: #424242;
  display: inline-block;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; 
  float: left;
  margin-top: 35px;
  margin-left: 10px;
}


.hamburger .hamburger-icon::before, .hamburger .hamburger-icon::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #424242;
  display: block;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; 
}

.hamburger .hamburger-icon::before {
  top: -10px; 
}

.hamburger .hamburger-icon::after {
  top: 10px; 
}

.hamburger.active .hamburger-icon {
  background: transparent; 
}

.hamburger.active .hamburger-icon::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(145deg);
  -moz-transform: translate3d(0, 10px, 0) rotate(145deg);
  -ms-transform: translate3d(0, 10px, 0) rotate(145deg);
  -o-transform: translate3d(0, 10px, 0) rotate(145deg);
  transform: translate3d(0, 10px, 0) rotate(145deg); 
}

.hamburger.active .hamburger-icon::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-320deg);
  -moz-transform: translate3d(0, -10px, 0) rotate(-320deg);
  -ms-transform: translate3d(0, -10px, 0) rotate(-320deg);
  -o-transform: translate3d(0, -10px, 0) rotate(-320deg);
  transform: translate3d(0, -10px, 0) rotate(-320deg); 
}

.fa-fix-menu > span {
  margin-left: 30px
}



@media(max-width: 768px) {


  .docs-nav, .phone-nav {
    width: 250px;
    position: relative;
}

  .hamburger {
    display: block;
  }
  #sidebar-wrapper {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);  
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #sidebar-wrapper.show-nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); 
  }
  #wrapper {
    padding-top: 65px;
    padding-left: 0px;
  }

  .brand {

    font-size: 26px;
    line-height: 65px;
    width: 100%;
  /*    background: #34495E; */
    list-style: none;
    width: 210px;
    z-index: 999;
    position: fixed;
    margin-left: 65px;
    text-align: center;
  }

  .brand a {
    color: #34495E;
  }

  .sidebar-nav > .sidebar-brand {
    visibility: hidden;

/*    background: #34495E; */
  }
}

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: #0057ED;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #0032A7;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0032A7;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #0032A7;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0032A7;
}

#payment-form {
  margin-top: 12px;
}