body {
  font: 13px/19px Arial, Helvetica, sans-serif;
  padding: 0px !important;
}
h1 {
  min-height: 1rem;
  font-size: 30px;
}
h1, h2, h3, h4, h5 {
  color: #000000;
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-left: 20px;
}

#logout {
  margin-right: 25px;
}
#main {
  background: #fcfeff;
  color: #000000;
  height: 100%;
  left: 210px;
  overflow: auto;
  padding-left: 30px;
  padding-right: 30px;
  right: 0;
  position: fixed;
  top: 50px;
}

#sidebar {
  background: #222;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 50px;
  width: 210px;
}
#sidebar,
#sidebar a.load-more-link {
  color: #000000;
}
#sidebar a {
  color: #ABB4BE;
}
#sidebar .logo-container {
  cursor: pointer;
  font-weight: 100;
  font-size: 30px;
  line-height: 30px;
  margin: 20px 0 0 0;
  text-align: center;
}
#sidebar .logo-container .logo {
  border: 2px solid #61C7B3;
  border-radius: 100px;
  color: #4CAF50;
  font-size: 25px;
  position: relative;
  padding: 10px;
  text-indent: 1px;
}
#sidebar .menu-segment {
  padding-left: 5px;
  text-align: center;
  word-wrap: break-word;
}
#sidebar .menu-segment ul,
#sidebar .menu-segment li {
  color: #abb4be;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#sidebar .menu-segment li:hover {
  background: #A0A5AC;
  color: #ffffff;
}
#sidebar .menu-segment li a {
  display: block;
  margin: 0;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
}
#sidebar .menu-segment li.active a,
#sidebar .menu-segment li.active a:hover {
  background: #707070;
  color: #ffffff;
}
#sidebar .menu-segment li a:hover {
  background: #A0A5AC;
  color: #ffffff;
}
#sidebar .separator {
  background: #2D3138;
  height: 1px;
  margin: 10px 15px;
}
#sidebar .bottom-padding {
  height: 100px;
}

.navbar {
  overflow: hidden !important;
  margin-bottom: 0px !important;
  position: static;
}
.navbar-inner {
  border-radius: 0px !important;
}
a.navbar-logo {
  width: 210px;
}
a.navbar-logo:hover {
  text-decoration: none;
}
img.logo {
  height: 100%;
  width: auto;
}
a.navbar-right: {
  margin-right: 10px;
}
textarea.noresize {
  resize: none;
}

.search {
  background: url("../images/search.png") no-repeat left;
  background-size: 15px;
  background-position: 13px;
  border: 1px solid #ccc;
  border-radius: 50px;
  height: 35px;
  margin-bottom: 10px;
  padding-left: 35px;
  outline: none;
}
.search:focus {
  padding-left: 35px;
}

/* Panels */
.panel {
  max-width: 350px;
}
.panel-primary a:hover {
  color: #000000;
}
.panel-gray {
  border-color: #BFBFBF;
}
.panel-gray .panel-heading {
  background-color: #BFBFBF;
  border-color: #BFBFBF;
  color: #FFFFFF;
}
.panel-gray a {
  color: #BFBFBF;
}
.panel-gray a:hover {
  color: #000000;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green .panel-heading {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #FFFFFF;
}
.panel-green a {
  color: #5cb85c;
}
.panel-green a:hover {
  color: #000000;
}
.panel-lightgreen {
  border-color: #00604B;
}
.panel-lightgreen .panel-heading {
  background-color: #00604B;
  border-color: #00604B;
  color: #FFFFFF;
}
.panel-lightgreen a {
  color: #00604B;
}
.panel-lightgreen a:hover {
  color: #000000;
}
.panel-orange {
  border-color: #FFBB33;
}
.panel-orange .panel-heading {
  background-color: #FFBB33;
  border-color: #FFBB33;
  color: #FFFFFF;
}
.panel-orange a {
  color: #FFBB33;
}
.panel-orange a:hover {
  color: #000000;
}
.panel-red {
  border-color: #c76861;
}
.panel-red .panel-heading {
  background-color: #c76861;
  border-color: #c76861;
  color: #FFFFFF;
}
.panel-red a {
  color: #c76861;
}
.panel-red a:hover {
  color: #000000;
}
.panel-yellow {
  border-color: #F0AD4E;
}
.panel-yellow .panel-heading {
  background-color: #F0AD4E;
  border-color: #F0AD4E;
  color: #FFFFFF;
}
.panel-yellow a {
  color: #F0AD4E;
}
.panel-yellow a:hover {
  color: #000000;
}
.panel-row {
  max-width: 1000px;
}
.bottom-padding {
  height: 100px;
}
.btn-margin {
  margin-right: 10px;
}
.btn-margin-restore {
  margin-left: 10px;	
}
.div-margin {
  margin-left: 10px;
}
.errorClass { 
  border: 1px solid red;
}
.icon {
  float: left;
  margin-left: 10px;
  margin-top: -38px;
  position: relative;
}
.load-more-link {
  border-radius: 23px;
  margin-top: 20px;
}
.main-container {
  display: table;
  float: left;
  margin-bottom: 100px;
  overflow: auto;
  width: 100%;
}
.marginexplore {
  margin-bottom: 10px;
}
.select-align {
  margin-top: 10px;
}
.swal2-popup {
  font-size: 1.6rem !important;
}

.modal {
  text-align: center;
  padding: 0 !important;
}
.modal-backdrop {
  z-index: -1;
}
.modal:before {
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

table.table-border {
  border: 1px solid #ccc;
}
table.table-padding {
  margin: auto !important;
  margin-bottom: 20px;
  padding: 0 !important;
}
.dropdown-menu::before, 
.dropdown-menu::after {
  border: none;
  content: none;
}
.zeroPadding {
  padding: 0 !important;
  background: #FFFFFF;
}

.btn-login {
  background: #54b948;
  color: #fff;
}
.btn-login:hover {
  background: #54b948;
  color: #fff;
  text-decoration: underline;
}
.btn-link-login {
  background: #95a5a6;
  color: #fff;
  margin-top: 15px;
}
.btn-link-login:hover {
  background: #95a5a6;
  color: #fff;
  margin-top: 15px;
}
.btn-link-restore { 
  background-color: transparent; 
  border: none; 
  clear: both; 
  color: #333; 
  display: block; 
  padding: 3px 20px; 
  text-align: left; 
  white-space: nowrap; 
  width: 100%; 
} 
.btn-link-restore:hover { 
  background-color: #f5f5f5;
  color: blue;
  text-decoration: underline;
} 
.btn-next {
  background: #54b948;
  color: #fff;
}
.divider-line {
  border-bottom: 3px solid #ccc;
  color: #333;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  text-align: center;
}
.divider-line span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  top: 10px;
}
.input-loginform {
  height: 50px;
  margin: 0;
  padding: 0 40px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #888;
  -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;
  -moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;
  -o-transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s;-ms-transition: all .3s;transition: all .3s;
}
.input-loginform:focus {
  outline: 0;
  background: #fff;
  border: 2px solid #000;
  -moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;
}
.input-loginform:-moz-placeholder { 
  color: #888;
}
.input-loginform:-ms-input-placeholder {
  color: #888;
}
.input-loginform::-webkit-input-placeholder {
  color: #888;
}
.login-block {
  background: #4c6e5e;
  float: left;
  width: 100%;
  height: 100vh;
  padding: 50px 0;
}
.banner-sec {
  background: url("../images/login.jpg") no-repeat bottom;
  background-size: cover;
  min-height: 580px;
}
.login-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}
.login-sec {
  padding: 50px 30px;
  position: relative;
}
.login-sec h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
  color: #54b948;
}
.login-sec h2:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #cbeac8;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

.loader {
  color: #222;
  font-size: 7px;
  margin: auto;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1000
}
.wrapper {
  background: #ddd;
  position: relative;
  top: 80px;
  height: 0;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}