/*
    Themenamd: Aplu Amra
    Author: Fused Tech Resource
*/
html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

body {
  background: #f1f4f7;
  padding-top: 60px;
  font-size: 14px;
  color: #444444;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  color: #777;
}

a,
a:hover,
a:focus {
  color: #044C2D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}

h1 {
  font-weight: 300;
  font-size: 40px;
}

h2 {
  font-weight: 300;
  margin-bottom: 20px;
}

h3,
h4 {
  font-weight: 300;
}

.large {
  font-size: 2em;
}

.text-muted {
  color: #c5c7cc;
}

.color-gray {
  color: #444444;
}

.color-blue {
  color: #044C2D;
}

.color-teal {
  color: #1ebfae;
}

.color-orange {
  color: #ffb53e;
}

.color-red {
  color: #f9243f;
}

.no-padding {
  padding: 0;
  margin: 0;
}

.fa-xl {
  font-size: 2em;
}

input.form-control {
  border: 1px solid #ddd;
  box-shadow: none;
  height: 46px;
}

.bootstrap-table input.form-control {
  height: 34px;
}

.input-group-btn .btn {
  height: 46px;
}

.form-control:focus {
  border: 1px solid #044C2D;
  outline: 0;
  box-shadow: inset 0px 0px 0px 1px #044C2D;
}

.has-success .form-control,
.has-success .form-control:focus {
  border: 1px solid #8ad919;
}

.has-warning .form-control,
.has-warning .form-control:focus {
  border: 1px solid #ffb53e;
}

.has-error .form-control,
.has-error .form-control:focus {
  border: 1px solid #f9243f;
}

.navbar-custom {
  background: #044c2d;
  height: 60px;
}

.navbar-header .navbar-brand {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  height: 60px;
  padding-top: 18px;
}

.navbar-header .navbar-brand span {
  color: #044C2D;
}

.navbar-toggle {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  margin-top: 10px;
}

.navbar-toggle:hover {
  background: rgba(255, 255, 255, 0.05);
}

.icon-bar {
  background: #fff;
}

.dropdown {
  background: rgba(255, 255, 255, 0.1);
  float: left;
  margin: 10px 8px;
  padding: 0px;
  border-radius: 4px;
}

.dropdown a.dropdown-toggle {
  color: #fff;
  height: 40px;
  width: 40px;
  padding-top: 11px;
  padding-left: 9px;
}

.dropdown:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.dropdown .label {
  top: -4px;
  left: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: absolute;
  border-radius: 9999px;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  background: none;
}

.dropdown-messages {
  border: 1px solid #fff;
  width: 360px;
  background: rgba(255, 255, 255, 0.9);
  color: #444;
  font-size: 0.9em;
}

.dropdown-messages img {
  margin: 5px 10px;
  float: left;
}

.dropdown-messages .message-body {
  margin: 5px;
  float: left;
  width: 280px;
}

.dropdown small {
  color: #999;
}

.dropdown em {
  margin: 0 5px;
}

.dropdown-menu>li>a {
  padding: 5px 10px;
}

.dropdown-menu li .message-body a {
  color: #444;
}

.dropdown-menu li a:hover {
  color: #044C2D;
  text-decoration: none;
  background: none;
}

.divider,
.clear {
  clear: both;
}

.dropdown-alerts {
  border: 1px solid #fff;
  width: 260px;
  background: rgba(255, 255, 255, 0.9);
  color: #444;
  font-size: 0.9em;
}

.all-button a {
  text-align: center;
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

a.btn:hover,
button:hover {
  opacity: 0.8;
}

a.btn:active,
button:active {
  box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e9ecf2;
  border-color: #e9ecf2;
  color: #1b3548;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #044C2D;
  border-color: #044C2D;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #8ad919;
  border-color: #8ad919;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffb53e;
  border-color: #ffb53e;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f9243f;
  border-color: #f9243f;
}

.btn-link,
.page-link,
.text-primary {
  color: #044C2D !important;
}

.btn-link:focus,
.btn-link:hover,
.page-link:focus,
.page-link:hover,
a.text-primary:focus,
a.text-primary:hover {
  color: #50b3ff !important;
}

.bg-primary {
  color: #1b3548;
  background-color: #e9ecf2;
}

a.bg-primary:hover {
  background-color: #e9ecf2;
}

.bg-success,
.bg-green {
  color: #fff;
  background-color: #8ad919;
}

a.bg-success:hover,
a.bg-green:hover {
  background-color: #8ad919;
}

.bg-success a,
.bg-green a {
  color: rgba(255, 255, 255, 0.75);
}

.bg-teal {
  color: #fff;
  background-color: #1ebfae;
}

a.bg-teal:hover {
  background-color: #1ebfae;
}

.bg-teal a {
  color: rgba(255, 255, 255, 0.75);
}

.bg-info,
.bg-blue {
  color: #fff;
  background-color: #044C2D;
}

a.bg-info:hover,
a.bg-blue:hover {
  background-color: #044C2D;
}

.bg-info a,
.bg-blue a {
  color: rgba(255, 255, 255, 0.75);
}

.bg-warning,
.bg-orange {
  color: #fff;
  background-color: #ffb53e;
}

a.bg-warning:hover,
a.bg-orange:hover {
  background-color: #ffb53e;
}

.bg-warning a,
.bg-orange a {
  color: rgba(255, 255, 255, 0.75);
}

.bg-danger,
.bg-red {
  color: #fff;
  background-color: #f9243f;
}

a.bg-danger:hover,
a.bg-red:hover {
  background-color: #f9243f;
}

.bg-danger a,
.bg-red a {
  color: rgba(255, 255, 255, 0.75);
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  color: #1b3548;
  background-color: #e9ecf2;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #e9ecf2;
}

.label-success {
  background-color: #8ad919;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #8ad919;
}

.label-info {
  background-color: #044C2D;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #044C2D;
}

.label-warning {
  background-color: #ffb53e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #f9243f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f9243f;
}

.panel {
  border: 0;
}

.panel-container {
  padding-top: 20px;
}

.panel-heading .fa-toggle-up,
.panel-heading .fa-toggle-down {
  font-size: 17px;
}

.panel-primary>.panel-heading {
  background-color: #044C2D;
  color: #fff;
  border: none;
}

.panel-success>.panel-heading {
  background-color: #8ad919;
  color: #fff;
  border: none;
}

.panel-info>.panel-heading {
  background-color: #044C2D;
  color: #fff;
  border: none;
}

.panel-warning>.panel-heading {
  background-color: #ffb53e;
  color: #fff;
  border: none;
}

.panel-danger>.panel-heading {
  background-color: #f9243f;
  color: #fff;
  border: none;
}

.panel-primary .panel-settings,
.panel-primary .panel-toggle,
.panel-success .panel-settings,
.panel-success .panel-toggle,
.panel-info .panel-settings,
.panel-info .panel-toggle,
.panel-warning .panel-settings,
.panel-warning .panel-toggle,
.panel-danger .panel-settings,
.panel-danger .panel-toggle {
  border: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.panel-primary .panel-settings:hover,
.panel-primary .panel-toggle:hover,
.panel-success .panel-settings:hover,
.panel-success .panel-toggle:hover,
.panel-info .panel-settings:hover,
.panel-info .panel-toggle:hover,
.panel-warning .panel-settings:hover,
.panel-warning .panel-toggle:hover,
.panel-danger .panel-settings:hover,
.panel-danger .panel-toggle:hover {
  border: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}

.panel-blue {
  background: #044C2D;
  color: #fff;
}

.panel-teal {
  background: #1ebfae;
  color: #fff;
}

.panel-orange {
  background: #ffb53e;
  color: #fff;
}

.panel-red {
  background: #f9243f;
  color: #fff;
}

.dark-overlay {
  background: rgba(0, 0, 0, 0.05);
}

.panel-blue p,
.panel-teal p,
.panel-orange p,
.panel-red p {
  color: rgba(255, 255, 255, 0.75);
}

.panel-heading {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.025em;
  height: 60px;
  line-height: 38px;
}

.panel-default .panel-heading {
  background: #fff;
  border-bottom: 1px solid #e9ecf2;
  color: #444444;
}

.panel-footer {
  background: #fff;
  border-top: 1px solid #e9ecf2;
}

.panel-widget {
  padding: 10px 0;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-align: center;
  color: #333;
}

.panel-widget .panel-footer {
  border: 0;
  text-align: center;
}

.panel-footer .input-group {
  padding: 0px;
  margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child>.btn,
.panel-footer .input-group-btn:last-child>.btn-group {
  margin: 0;
}

.panel-widget .panel-footer a {
  color: #999;
}

.panel-widget .panel-footer a:hover {
  color: #666;
  text-decoration: none;
}

.panel-widget .text-muted {
  margin-top: -6px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.panel-widget .large {
  color: #373b45;
  font-size: 3em;
}

.panel-settings {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel-settings .dropdown a.dropdown-toggle,
.panel-settings a {
  padding: 0;
  background: none;
  color: #7c7c7c;
}

.panel-settings a,
.panel-toggle {
  width: 40px;
  padding: 2px 0 0 0;
}

.panel-settings:hover,
.panel-toggle:hover,
.panel-settings .dropdown a.dropdown-toggle:hover,
.panel-settings:active,
.panel-toggle:active,
.panel-settings .dropdown a.dropdown-toggle:active,
.panel-settings:focus,
.panel-toggle:focus,
.panel-settings .dropdown a.dropdown-toggle:focus {
  background: #f1f4f7;
  color: #444444;
}

.panel-settings,
.panel-toggle {
  display: inline-block;
  margin: -1px -5px 0 15px !important;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #e9ecf2;
  color: #7c7c7c;
  background: #fff;
  width: 42px;
}

.panel-settings {
  width: 42px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.panel-settings li.dropdown {
  margin: 0;
  padding: 0;
}

.dropdown-settings {
  border: 1px solid #fff;
  width: 220px;
  font-size: 0.9em;
  padding: 0;
}

.dropdown-settings li {
  list-style: none;
  padding: 0 10px;
  width: 220px;
  height: 26px;
  line-height: 26px;
}

.dropdown-settings .divider {
  margin: 7px 0;
}

.dropdown-settings li a {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  color: #444444;
}

.clickable {
  cursor: pointer;
}

.panel-heading span {
  margin: 0px;
  font-size: 14px;
}

.panel-button-tab-right {
  margin-left: 4px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-button-tab-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.border-top {
  border-top: 1px solid #dadbda;
}

.border-right {
  border-right: 1px solid #dadbda;
}

.border-bottom {
  border-bottom: 1px solid #dadbda;
}

.border-left {
  border-left: 1px solid #dadbda;
}

.panel .border-top,
.panel .border-right,
.panel .border-bottom,
.panel .border-left {
  border-color: #e9ecf2;
}

.article {
  padding: 10px 0;
}

.article:first-child {
  padding: 0 0 10px 0;
}

.article h4 {
  margin-bottom: 10px;
}

.article .date {
  text-align: center;
  margin: 5px auto;
  display: block;
}

.article .date .text-muted {
  margin-top: -5px;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #e9ecf2;
  left: 25px;
  margin-right: -1.5px;
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: calc(100% - 65px);
  float: right;
  border: 1px solid #edeeed;
  border-radius: 2px;
  padding: 10px 20px;
  position: relative;
  box-shadow: none;
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -11px;
  display: inline-block;
  border-top: 11px solid transparent;
  border-right: 11px solid #edeeed;
  border-left: 0 solid #edeeed;
  border-bottom: 11px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 10px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 46px;
  height: 46px;
  line-height: 51px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 100;
  border-radius: 9999px;
}

.timeline-badge.primary {
  background-color: #044C2D !important;
}

.timeline-badge.success {
  background-color: #8ad919 !important;
}

.timeline-badge.warning {
  background-color: #ffb53e !important;
}

.timeline-badge.danger {
  background-color: #f9243f !important;
}

.timeline-badge.info {
  background-color: #044C2D !important;
}

.progress {
  height: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f2f3f2;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #044C2D;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-success {
  background-color: #8ad919;
  background-image: none;
}

.progress-bar-info,
.progress-bar-blue {
  background-color: #044C2D;
  background-image: none;
}

.progress-bar-warning,
.progress-bar-orange {
  background-color: #ffb53e;
  background-image: none;
}

.progress-bar-danger,
.progress-bar-red {
  background-color: #f9243f;
  background-image: none;
}

.progress-bar-teal {
  background-color: #1ebfae;
  background-image: none;
}

.jumbotron {
  background: #fff;
  border-bottom: 1px solid #e9ecf2;
  color: #444444;
}

.panel .tabs {
  margin: 0;
  padding: 0;
}

.nav-tabs {
  background: #f2f3f2;
  border: 0;
}

.nav-tabs li a:hover {
  background: #fff;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
  border: 0;
  padding: 15px 20px;
}

.nav-tabs li.active a {
  color: #044C2D;
}

.nav-tabs li a {
  color: #999;
}

.nav-pills {
  padding: 15px;
  padding-bottom: 0;
}

.nav-pills li a,
.nav-pills li a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
  border: 0;
  padding: 7px 15px;
}

.nav-pills li.active a,
.nav-pills li.active a:hover {
  background: #044C2D;
}

.tab-content {
  padding: 15px;
}

.navbar {
  border: 0;
}

.navbar input {
  border: 0;
  background: #444;
  color: #fff;
}

.navbar input:focus {
  color: #fff;
  background: #555;
  border: 1px solid #044C2D;
  outline: 0;
  box-shadow: inset 0px 0px 0px 1px #044C2D;
}

.user-menu {
  display: inline-block;
  margin-top: 14px;
  margin-right: 10px;
  float: right;
  list-style: none;
  padding: 0;
}

.user-menu a {
  color: #fff;
}

.user-menu a:hover,
.user-menu a:focus {
  text-decoration: none;
}

.sidebar {
  display: block;
  padding: 0;
  display: none;
  box-shadow: none;
  background: #fff;

}

.sidebar ul {
  margin: 20px 0px;
}

.sidebar form {
  padding: 10px 0 0 0;
  margin: 10px 10px 20px 10px;
}

li#chron_tab_tabs {
  display: none;
}

.sidebar ul.nav a:hover,
.sidebar ul.nav li.parent ul li a:hover {
  text-decoration: none;
  background-color: #044C2D;
  color: #fff;
}

.sidebar ul.nav a:hover span{
  color:white;
}

.sidebar ul.nav .active a,
.sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active>a:hover,
.sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active>a:focus,
.sidebar ul.nav li.parent a.active:focus {
  color: #fff !important;
  background-color: #044C2D;
}

.sidebar ul.nav ul,
.sidebar ul.nav ul li {
  list-style: none;
  list-style-type: none;
}

.sidebar ul.nav li a span {
  /* height: 50px; */
  font-size: 15px;
  /* line-height: 2em; */
  color: #444444;
}

.sidebar ul.nav ul.children {
  width: auto;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
}

.nav.menu .parent:hover .dropdown-menu{
  position:absolute;
}

.sidebar ul.nav ul.children li a {
  /* height: 40px; */
  color: #044C2D;
}

.sidebar ul.nav li.current a {
  background-color: #044C2D;
  color: #fff !important;
}

.sidebar ul.nav li.parent ul li a {
  border: none;
  display: block;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* line-height: 40px; */
  border-radius: 0;
  /* white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; */
}

.sidebar ul.nav li.divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0px 0;
}

.profile-sidebar {
  padding: 10px 0;
  border-bottom: 1px solid #e9ecf2;
  transition: .5s all;
}

.profile-sidebar:hover {
  background: #044C2D;
  transition: .5s all;
  color: white;
}

.indicator {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 9999px;
  margin-right: 5px;
}

.parent-content {
  z-index: 9999999;
  display: none !important;
  /* position: absolute !important; */
  background-color:#69d3a5 !important;
  /* min-width: 160px !important; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2) !important;
  /* z-index: 9999 !important; */
  /* float: right !important; */
  /* position: absolute; */
}

.check-style-on{
  display: block;
  font-size: 11px;
  font-style: italic;
}

.parent-content a {
color: black !important;
padding: 12px 16px !important;
text-decoration: none !important;
display: block !important;
font-size: 12px;
}
.parent-content-close{
  display:none !important;
}

.parent-content a:hover {background-color: #ddd !important;}

.parent:hover .parent-content {display: block !important;}


.profile-userpic img {
  float: left;
  margin: 10px 0px 0px 15px;
  width: 50px;
  height: 50px;
  border-radius: 9999px !important;
}

.profile-usertitle {
  float: left;
  text-align: left;
  margin: 10px 0 0 12px;
}

.profile-usertitle-name {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 0px;
}

.profile-usertitle-status {
  text-transform: uppercase;
  color: #AAA;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.breadcrumb {
  border-radius: 0;
  padding: 10px 15px 10px 15px;
  background: #e9ecf2;
  margin: 0;
}

h1.page-header {
  margin-top: 20px;
  border-bottom: 0;
  padding-top: 10px;
}

.main-chart {
  background: #fff;
}

.easypiechart-panel {
  text-align: center;
  padding: 1px 0;
  margin-bottom: 20px;
}

.placeholder h2 {
  margin-bottom: 0px;
}

.donut {
  width: 100%;
}

.easypiechart {
  position: relative;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: 20px auto 10px auto;
}

.easypiechart .percent {
  display: block;
  position: absolute;
  font-size: 26px;
  top: 38px;
  width: 120px;
}

#easypiechart-blue .percent {
  color: #044C2D;
}

#easypiechart-teal .percent {
  color: #1ebfae;
}

#easypiechart-orange .percent {
  color: #ffb53e;
}

#easypiechart-red .percent {
  color: #ef4040;
}

#calendar,
.datepicker-inline {
  width: 100%;
}

#calendar table {
  width: 100%;
}

.datepicker-switch {
  font-size: 16px;
  height: 46px !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #c5c7cc;
}

.datepicker table tr td {
  padding: 10px !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #044C2D;
  text-shadow: none;
  border-color: #285e8e;
}

.datepicker table tr td span:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: rgba(0, 0, 0, 0.05);
}

.todo-list {
  padding: 0;
  margin: -15px;
  background: #fff;
  color: #444444;
}

.todo-list .checkbox input[type=checkbox] {
  margin: 0;
}

.todo-list .checkbox {
  display: inline-block;
  margin: 0px;
}

.panel-body input[type=checkbox]:checked+label {
  text-decoration: line-through;
  color: #777;
}

.todo-list-item {
  list-style: none;
  line-height: 0.9;
  padding: 14px 15px 8px 15px;
}

.todo-list-item:hover,
a.todo-list-item:focus {
  text-decoration: none;
  background-color: #f6f6f6;
}

.todo-list .fa-trash {
  color: #444444;
}

.todo-list .fa-trash:hover {
  color: #ef4040;
}

.chat .panel-body ul {
  list-style: none;
  margin: -15px;
  padding: 15px;
}

.chat .panel-body ul li {
  margin-bottom: 10px;
  padding: 15px 5px;
  border-bottom: 1px solid #e9ecf2;
}

.chat ul li.left .chat-body {
  margin-left: 80px;
}

.chat ul li.right .chat-body {
  margin-right: 80px;
}

.chat ul li .chat-body p {
  margin: 0;
}

.chat .panel-body {
  overflow-y: scroll;
  height: 300px;
}

.chat-body small {
  margin-left: 5px;
}

.table {
  background: #fff;
}

.fixed-table-container {
  border: 1px solid #e9ecf2;
}

.fixed-table-container thead th {
  background: #f7f7f8;
  border-color: #ddd;
  color: #444444;
  font-weight: 300;
  font-size: 16px;
}

.fixed-table-container tbody td {
  border: 1px solid #e9ecf2;
}

.fixed-table-container tbody td:last-child {
  border-right: none;
}

.table>thead>tr>th {
  border-bottom: 1px solid #e6e7e8;
  vertical-align: middle;
  height: 50px;
}

.fixed-table-pagination .pagination {
  margin-top: 10px;
  margin-bottom: 0px;
}

.fixed-table-pagination .pagination-detail {
  margin-top: 20px;
}

p.back-link {
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
}

*.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #044C2D !important;
  border-color: #044C2D !important;
  color: white !important;
}



.active a {
  color: black !important;
}

em.fa.fa-home {
  color: #044C2D !important;
}

span.glyphicon.glyphicon-trash {
  color: #044C2D !important;
}

span.glyphicon.glyphicon-edit {
  color: #044C2D !important;
}

.thead-dark {
  /* background: #2e2d33;
  color:white; */
  background: unset !important;
  color: unset !important;
}

.dataTables_info {
  color: #044C2D;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
  border: unset !important;
  -webkit-text-stroke: 1px white;
  background-color: #044C2D !important;
  background: #044C2D !important;
  background: #044C2D !important;
  background: #044C2D !important;
  background: #044C2D !important;
  background: #044C2D !important;
  background: #044C2D !important;
}

input[type="search"] {
  border: unset;
  background: #a6a6a6;
  border-radius: 5px;
  color: white;
}

.aplu-ribbon {
  background: #69d3a5;
  color: #303030;
  padding: 10px;
  font-size: .8em;
  margin-top: -30px;
  position: absolute;
}


.aplu-ribbon::after {
  content: "";
  height: 65px;
  width: 60px;
  background: url(../img/header-after.png) no-repeat;
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
  background-size: 55px;
  /* margin-top: 6px; */
}


.aplu-page-icon {
  width: 150px;
  height: auto;
  top: 0px;
  right: 0;
  position: absolute;
  opacity: 0.1;
  padding: 10px;
}


/* Toggle */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #044C2D;
}

input:focus+.slider {
  box-shadow: 0 0 1px #044C2D;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
  border: unset !important;
}

.nav-tabs#chrontab_menu li.active a {
  background: #69d3a5 !important;
  color: white !important;
  border-top: 2px solid #f2f3f2 !important;
  /* border-left: 2px solid #044c2d !important; */
}

.nav-tabs#chrontab_menu li a {
  font-weight: bold;
}

.tab-pane:not(.active) {
  display: none;
}

.dashboard-items {
  background: #044C2D;
  border-radius: 10px;
  color: white;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* Image Undraggable */
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}


.btn-black {
  background-color: #32392f !important;
  border-color: #32392f !important;
}

.btn-width {
  width: 200px !important;
  margin: 5px 0;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
}

.swal-overlay {
  background-color: rgba(1, 120, 92, 0.67);
}

.swal-button {
  background-color: #044C2D;
}

.swal-button:not([disabled]):hover {
  background-color: #000000;
}

.swal-button--cancel {
  color: #fff;
  background-color: #000000;
}


.update-alert-text {
  color: #044c2d;
  font-weight: bold;
  font-size: 1em;
  border-bottom: 5px solid #044c2d;
  border-top: 5px solid #044c2d;
}

.profile {
  padding: 20px;
  /* Set a specific height */
  min-height: 200px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.editor-reports {
  text-align: center;
  padding: 5px 20px;
  background: #044C2D;
  color: white;
  transition: .5s all;
  cursor: pointer;
  height: 170px;
}

.editor-reports:hover {
  background: #2e2d33;
  transition: .5s all;
  cursor: pointer;
}

.editor-reports img {
  width: 100px;
  height: auto;
  padding: 5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #044C2D !important;
  border-color: #044C2D !important;
  color: white !important;
}

.pagination>li>a,
.pagination>li>span {
  color: #044C2D !important;
}

.dataTables_info {
  display: none;
}


table.dataTable tbody tr:hover {
  background-color: #c7ffc7;
}

.thead-dark-old {
  background: #00ff8f;
}

textarea {
  resize: none;
}

.wordwrap {
  word-wrap: break-word;
  /* IE */
}

.speaker_card {
  padding: 5px;
  background: #e9ecf2;
  min-height: 300px;
  height: 300px;
  overflow-y: scroll;
}

.speaker_card_content {
  margin: 5px 0;
  text-align: center;
  padding: 5px;
  background: white;
  /*min-height: 100px;*/
  transition: .5s all;
}

.speaker_card_content:hover {
  transition: .5s all;
  background: #69d3a5;
  /*min-height: 100px;*/
}


.dashboard_div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.show-side-form {
  background: #8ad919;
  color: white;
  position: fixed;
  z-index: 999;
  right: -50px;
  padding: 5px;
  transition: 0.3s all;
  width: 75px;
}

.show-side-form span {
  cursor: pointer;
  padding-left: 10px;
  transition: 0.3s all;
}

.show-side-form:hover {
  right: 0;
  transition: .5s all;
}


input {
  height: 35px !important;
}

/* Loader */
.loading_text {
  top: 30px;
  left: -180px;
  position: absolute;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: bold;
  /* color: #044C2D; */
  color: white;
  background: #044C2D;
  padding: 20px;
}

.loading_img {
  width: 100px;
  height: auto;
  position: absolute;
  top: -175px;
  left: -36px;
}

/* Absolute Center Spinner */
.loading {
  /* position: fixed; */
  position: absolute;
  z-index: 999;
  height: 2em;
  /* width: 2em; */
  overflow: visible;
  margin: auto;
  top: 0;
  /* left: 0; */
  bottom: 0;
  right: 0;
  left: 50%;
  z-index: 9999999 !important;
}

.swal-overlay{
  z-index: 99999999 !important;
}

/* Transparent Overlay */
.loading:before {
  content: 'Loading';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

/* Absolute Center Spinner */
#loading_wrap_searching.loading {
  /* position: fixed; */
  position: absolute;
  z-index: 999;
  height: 2em;
  /* width: 2em; */
  overflow: visible;
  margin: auto;
  top: 0;
  /* left: 0; */
  bottom: 0;
  right: 0;
  left: 50%;
}

/* Transparent Overlay */
#loading_wrap_searching.loading:before {
  content: 'Loading';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffb0;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  z-index: 9999;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lis-panel-button {
  float: right;
  padding: 2px 15px;
  border: 1px solid green;
  transition: .5s all;
}

.lis-panel-button:hover {
  background: #77B892;
  transition: .5s all;
  color: white;
  border: 1px solid #77B892;
}


.button_csv {
  display: inline-block;
  background: #3D4C53;
  width: 134px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  transition: .2s;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}

.button_csv_two {
  display: inline-block;
  background: #3D4C53;
  width: 134px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  transition: .2s;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}

.button_csv_two:active {
  background: #03a9f4;
}

.btnTwo {
  position: relative;
  width: 200px;
  height: 100px;
  margin-top: -100px;
  padding-top: 12px;
  background: #69d3a5;
  left: -250px;
  transition: .3s;
}

.btnText {
  color: white;
  transition: .3s;
  padding-top: 5px;
}

.btnText2 {
  margin-top: 60px;
  margin-right: -130px;
  color: #FFF;
}

.button_csv:hover .btnTwo {
  /*When hovering over .button_csv change .btnTwo*/
  left: -130px;
}

.button_csv:hover .btnText {
  /*When hovering over .button_csv change .btnText*/
  margin-left: 65px;
}

.button_csv:active {
  /*Clicked and held*/
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
}

.modal {
  background: rgba(1, 120, 92, 0.67);
}



div.import_csv {
  height: 200px;
  border: 4px dashed #025d46;
}

div.import_csv p {
  text-align: center;
  color: #025d46;
  height: 56%;
  margin-top: 85px;
}

div.import_csv input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 94%;
  height: 84% !important;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

div.import_csv button {
  margin: 0;
  color: #fff;
  background: #16a085;
  border: none;
  width: 100%;
  height: 35px;
  border-radius: 4px;
  border-bottom: 4px solid #117A60;
  transition: all .2s ease;
  outline: none;
}

div.import_csv button:hover {
  background: #149174;
  color: #0C5645;
}

div.import_csv button:active {
  border: 0;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.aplu_profile_ul {
  /* padding:20px; */
}

.aplu_profile_ul li {
  font-size: 25px;
  padding: 20px;
}

.aplu_profile_ul li i {
  padding: 10px;
  background: #044c2d;
  border-radius: 25px;
  color: white;
  width: 45px;
  text-align: center;
}

.aplu_profile_des {
  position: absolute;
  font-size: 100px;
  z-index: 0;
  opacity: 0.1;
  font-weight: bolder;
  right: -7px;
  bottom: 0;
  color: #00d79e;
}

.aplu-export-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.aplu-export-content li {
  list-style: none;
  transition: .5s all;
}

.aplu-export-content li:hover {
  background: #69d3a5;
  transition: .5s all;
}

.button_csv:hover .aplu-export-content {
  display: block;
}

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}

.aplu-editing-disabled {
  color: #fff;
  padding-top: 11px;
  padding-left: 9px;
}

.aplu-editing-disabled em span {
  font-family: 'Poppins', sans-serif !important;
}

.aplu-program-statuses {
  text-align: center;
  /* background: #00ffc445; */
  padding: 11px;
  font-size: 20px;
  font-weight: bolder;
  border-bottom: 2px solid #136d0d8f;
}

.aplu-count {
  font-size: 27px;
  font-weight: bold;
}

.validation-optional {
  color: #00da9f;
  font-style: italic;
}

.program-statuses-wrapper {
  padding-left: 0;
  padding-right: 0;
  min-height: 107px;
}

.dashboard-icons {
  position: absolute;
  font-size: 50px;
  top: 45px;
  left: 43%;
  color: white;
  opacity: .4;
}

.program-statuses-p {
  z-index: 1 !important;
  position: relative;
}

h4.program-statuses-p {
  font-weight: 800;
}

div.aplu-count.program-statuses-p {
  color: #019401;
  text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
}

div#programs_mobile_view {
  display: none;
}

div#programs_desktop_view {
  display: block;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.list_items_color {
  color: #0f8f00;
}

.empty_record {
  font-style: italic;
  color: red;
}

.vscroll {
  overflow-y: scroll !important;
  height: 350px !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.drop_down:hover .aplu-export-content {
  display: block;
}

button#expor_cosponsor_list:hover .aplu-export-content {
  display: block;
}


/*----*/

.spot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*
    This is the outer svg wrapper that the SVG itself will 
    fill. Multiple svg-wrapper classes can be put side by side.
*/

.svg-wrapper {
  margin-top: 0;
  position: relative;
  width: 150px;
  /*make sure to use same height/width as in the html*/
  height: 40px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px
}

/*
  This is where we define the fill, color, thickness,
  and stroke pattern of the SVG when there is no hover.
  The dasharray and offset together define the line position
  under the words. Here's also where the transition speed is set.
*/

#shape {
  stroke-width: 6px;
  fill: transparent;
  stroke: white;
  stroke-dasharray: 85 400;
  stroke-dashoffset: -220;
  transition: 1s all ease;
}

/* 
    Pushing the text up into the SVG. Without this the
    text would be below the div's.
*/

#text {
  margin-top: -35px;
  text-align: center;
}

#text a {
  color: white;
  text-decoration: none;
  font-weight: 100;
  font-size: 1.1em;
}

/* 
    Changing the shape on hover. I change the color of the stroke,
make it thinner, then set it to again wrap around the entire parent element.
*/

.svg-wrapper:hover #shape {
  stroke-dasharray: 50 0;
  stroke-width: 3px;
  stroke-dashoffset: 0;
  stroke: #D35400;
}

#vertical {
  /* height: 150px; */
  line-height: 70px;
  text-align: left;
  /* border: 5px solid green; */
}

#vertical span {
  font-weight: bold;
}

span#aplu_topic_title,
.aplu-title-span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.aplu_title_contain {
  background: #028241;
  min-height: 70px;
  text-align: center;
  line-height: 70px;
}

.aplu-profile-main {
  min-height: 206px;
  float: unset !important;
  width: 220px;
  height: auto;
  border-radius: 9999px !important;
  border: solid 5px white;
  padding: 10px;
}

.aplu-profile-outline{
  width: 220px; height: auto; border-radius: 9999px !important; border: solid 2px white; padding: 5px;
}

.finding-program{
  top: -3px;
  left: -131px;
  color: #044C2D;
  background:unset;
  font-weight:unset;
}

.col-half-offset{
  margin-left:2.7777777%
}

/* edge */
@supports (-ms-ime-align:auto) {
  /* body{background:blue;} */
  .profile-userpic img {
    /* float: auto !important; */
    width: auto !important;
    height: auto !important;
  }
  .aplu-profile-main {
    min-height: auto !important;
    width:auto !important;
  }
  .aplu-profile-outline{
    border: transparent;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {

  /* body{background:red;} */
  .profile-userpic img {
    /* float: auto !important; */
    width: auto !important;
    height: auto !important;
  }
  .aplu-profile-main {
    min-height: 206px;
    float: auto;
    width: auto;
    height: auto;
  }

  .finding-program{
    background:white;
    font-weight:100;
  }

  .profile-usertitle {
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .loading_text {
    left: -120px;
    font-size: 20px;
  }
}

/* end of loader */


@media only screen and (max-width: 992px) {
  .lis-panel-button {
    display: none;
  }

  .aplu-page-icon {
    z-index: -9999;
  }

  i#side_display,
  i#side_hide {
    display: none;
  }

  #side_form {
    display: block !important;
  }
}

@media only screen and (max-width: 800px) {
  .navbar-header .navbar-brand {
    font-size: 9px;
  }

  .panel-heading {
    padding-bottom: 135px !important;
  }

  h4.program-statuses-p {
    font-size: 15px;
  }


}

@media (min-width: 768px) {
  .sidebar {
    display: block;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .navbar-header {
    width: 100%;
  }
}

@media (max-width: 768px) {
  div#programs_mobile_view {
    display: block;
  }

  div#programs_desktop_view {
    display: none;
  }

  .aplu_profile_des {
    font-size: 80px
  }

  .aplu_profile_ul li {
    font-size: 15px;
  }

  div#sidebar-collapse.collapse.in {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    /* height: 600px; */
    padding-bottom: 100px;
  }

  ul#chrontab_menu {
    display: none;
  }

  .aplu-ribbon {
    font-size: .4em !important;
  }

  .aplu-ribbon::after {
    height: 38px !important;
    width: 55px !important;
    background-size: 74px 64px !important;
  }
}

div#message_header {
  margin-top: 20px;
}