* {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  padding: 0 !important;
  margin: 0 !important;
}

#content {
  width: 100%;
}

label {
  padding-top: 6px;
  font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  color: #73879C;
}

/*Login*/
.login-page {
  background-color: #f7f7f7;
  padding-top: 120px;
  width: 100%;
  min-height: 100%;
}

.forgot-link {
  text-decoration: none;
  padding: 10px;
}

.forgot-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 150px;
  /* Location of the box */
  left: 0;
  top: 0;
  /*width: 100%;  Full width */
  /*height: 100%;  Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#main-nav {
  background-color: #EDEDED;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  /* margin-top: -20px; */
}

#main-nav ul li a {
  color: #73879C;
}

#main-nav ul li a:hover {
  background-color: #f9f9f9;
}

#main-nav ul li a:visited {
  background-color: #f9f9f9;
}

#main-nav ul li a:active {
  background-color: #f9f9f9;
}

.main-ul {
  padding-top: 5px;
}

.main-ul img {
  border: 2px solid #2a3f54;
}

.navbar-btn {
  color: #73879C;
  border: none;
  font-size: 20px;
  padding-top: 4px;
}

.wrapper {
  /* margin-top: -20px;  */
  background-color: #f7f7f7;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #2a3f54;
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

/**/
.sidebar-links a {
  padding: 12px 20px;
  /* font-family: calibri; */
  font-size: 14px;
  display: block;
  text-decoration: none;
  border-left: 3px solid transparent;
  color: #E7E7E7;
}

.sidebar-links a:hover {
  background: #30465c;
  border-left: 3px solid #30465c;
  color: #FFFFFF;
  text-decoration: none;
}

.sidebar-links a:active {
  background: #30465c;
  border-left: 3px solid #30465c;
  color: #FFFFFF;
  text-decoration: none;
}

.sidebar-links a:visited {
  background: #30465c;
  border-left: 3px solid #30465c;
  color: #FFFFFF;
  text-decoration: none;
}

.sidebar-links i {
  text-align: center;
  width: 30px;
}

.angle-icon {
  padding-top: 6px;
}

.portal-result-box p {
  font-size: 14px;
  font-weight: bolder;
}

.portal-result-box .green {
  color: #26B99A;
}

.portal-result-box .blue {
  color: #337ab7;
}

.portal-result-box .red {
  color: #d9534f;
}



a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.user-panel {
  padding: 60px 0px 40px 16px;
}

.user-panel img {
  /*margin: 10px auto;*/
  border: 3px solid #eee;
}

.user-panel h5 {
  padding: 10px 10px 0px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.user-panel span {
  font-weight: 100;
  padding-top: 3px;
  font-weight: 300;
  font-size: 12px;
}

.page-title span {
  font-size: 16px;
  color: #73879c;
}

.page-title h3 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 25px;
  padding-left: 10px;
  color: #73879c;
}

.content-box {
  padding: 0px 10px 60px 10px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

/*.setup-box{
  padding: 20px 40px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.box-title{
  border-bottom: 3px solid #84ba3f; 
  padding-bottom: 10px; 
  margin-bottom: 30px;
}*/
.box-title {
  color: #2a3f54;
}

/*Callout*/
.callout h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #f8f8f8;
}

.callout p {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8f8f8;
}

.callout {
  width: 100%;
  height: auto;
  padding: 11px 30px 1px 15px;
  border-radius: 2px;
  color: #fff !important;
  position: relative;
}

.close-callout {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: none;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout-danger {
  background-color: #d9534f;
  border-left: 5px solid #c84939;
}

.callout-primary {
  background-color: #337ab7;
  border-left: 5px solid #3470a3;
}

.callout-success {
  background-color: #26b99a;
  border-left: 5px solid #22ab8e;
  /*position: relative;*/
}

.callout-warning {
  background-color: #EEA43C !important;
  border-left: 5px solid #CD930B;
}


/**/
.form-wrapper {
  background-color: #fff;
  border: 1px solid #E6E9ED;
  padding: 5px 20px;
  color: #73879C;
  font-weight: 400;
}

.form-title {
  color: #2a3f54;
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px 0px;
  width: 100%;
}

.form-field {
  height: 34px;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.textarea-field {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.success-btn {
  background: #26B99A;
  border: 1px solid #169F85;
  margin: 0px 0px 5px 0px;
  padding: 6px 16px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.sm-success-btn {
  background: #26B99A;
  border: 1px solid #169F85;
  margin: 0px 0px 5px 0px;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.sm-success-btn:hover,
.success-btn:hover,
.sm-danger-btn:hover,
.sm-primary-btn:hover,
.primary-btn:hover {
  text-decoration: none;
  color: #f8f8f8;
}

.primary-btn {
  background-color: #337ab7;
  border: 1px solid transparent;
  margin: 0px 0px 5px 0px;
  padding: 6px 16px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.sm-primary-btn {
  background-color: #337ab7;
  border: 1px solid transparent;
  margin: 0px 0px 5px 0px;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.sm-danger-btn {
  background-color: #d9534f;
  border: 1px solid #d43f3a;
  margin: 0px 0px 5px 0px;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.percentage-field {
  border: 1px solid #e3e3e3;
  padding: 1px 4px;
  max-width: 60px;
}

.percentage-field:focus {
  border: 1px solid #ccc;
}

/*Posts*/
.post-wrapper {
  background-color: #fff;
  padding: 4px;
  border-bottom: 1px solid #e8e8e8;
}

.post-wrapper:hover {
  background-color: #f8f8f8;
}

.post-link {
  color: #73879c;
}

.post-link:hover {
  color: #73879c;
  text-decoration: none;
}

.post-title {
  font-size: 13px;
  padding: 0px 10px;
  line-height: 16px;
}

.post-date {
  font-size: 12px;
  font-style: italic;
  font-weight: 100;
  padding: 0px 10px;
}

.main-action-box {
  float: right;
  padding-top: 24px;
  padding-right: 10px;
}

.action-box {
  padding-top: 8px;
  padding-right: 10px;
}

/*Post Details*/
.pd-title {
  font-size: 22px;
  padding: 0px 10px;
  font-weight: 500;
}

.pd-date {
  color: #777;
  /* font-family: calibri; */
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
  padding: 0px 10px;
}

.pd-description {
  color: #777;
  /* font-family: calibri; */
  font-size: 16px;
  /*font-style: italic;*/
  font-weight: 100;
  padding: 20px 10px;
}

.pd-text {
  color: #777;
  /* font-family: calibri; */
  font-size: 16px;
  /*font-style: italic;*/
  font-weight: 100;
  padding: 0px 10px;
}

.pd-wrapper {
  padding: 20px 0px;
}

/**/
.hr {
  border-bottom: 2px solid #E6E9ED;
}

/*Profile*/
.profile-pic {
  border: 5px solid #777;
  border-radius: 99px;
}

.profile-name {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 20px;
}

.admin-tag {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: .5px;
}

.profile-data {
  padding: 8px 16px 8px 0px;
}

.profile-data i {
  padding-right: 4px;
}


/*Widgets*/
.widgets {
  background-color: #fff;
  box-shadow: 3px 3px 3px #f3f3f3;
  /*border-radius: 4px; */
  /*margin: 10px 0px 20px 0px; */
  /* font-weight: 500; */
  padding: 10px 0px 10px 10px;
  /*position: relative; */
  border: 1px solid #ededed;
}

.widgets-span-primary {
  background-color: #00c0ef;
  box-shadow: 5px 5px 10px #ccc;
  padding: 25px 29px;
  color: #fff;
  border-radius: 4px;
  /*position: absolute; top: -35px; left: 20px*/
}

.widgets-span-success {
  background-color: #00a65a;
  box-shadow: 5px 5px 10px #ccc;
  padding: 25px 28px;
  color: #fff;
  border-radius: 4px;
  /* position: absolute; 
  top: -35px; 
  left: 20px*/
}

.widgets-span-warning {
  background-color: #EEA43C;
  box-shadow: 5px 5px 10px #ccc;
  padding: 25px 24px;
  color: #fff;
  border-radius: 4px;
  /*position: absolute; 
  top: -35px; 
  left: 20px*/
}

.widgets-span-danger {
  /*background-color: #2a3f54; */
  /*box-shadow: 5px 5px 10px #ccc; */
  /*padding: 16px 16px; */
  color: #2a3f54;
  /*border-radius: 4px; */
  /*position: absolute; 
  top: -35px; 
  left: 20px*/
}


/* Input Fields */
.setup-input {
  /* font-family: calibri; */
  font-size: 17px;
  width: 100%;
  line-height: 1.33333;
  padding: 8px 12px 8px 14px;
  background: #fff;
  color: #323232;
  border: 1px solid #a1a1a1;
  box-shadow: none;
  box-shadow: 3px 4px 8px rgba(0, 0, 0, .075);
  margin-bottom: 15px;
}

.setup-input:focus {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #a1a1a1;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, .075);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.submit-btn {
  background: #84ba3f;
  margin: 25px 0px 5px 0px;
  padding: 8px 16px;
  font-size: 13px;
  letter-spacing: 1px;
  /* font-family: 'Montserrat', sans-serif; */
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border: 2px solid #84ba3f;
}

.submit-btn:hover {
  background-color: #333;
  border-color: #333;
  transition: all 0.5s ease-in-out;
}

.ellipse {
  width: 176px;
  /*background-color: #ddd;*/
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

.custom-label {
  background-color: #73879c;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-bottom: 8px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }

  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  #sidebar.active {
    margin-left: 0 !important;
  }

  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }

  #sidebar .sidebar-header strong {
    display: block;
  }

  #sidebar ul li a {
    padding: 20px 10px;
  }

  #sidebar ul li a span {
    font-size: 0.85em;
  }

  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }

  #sidebar ul ul a {
    padding: 10px !important;
  }

  #sidebar ul li a i {
    font-size: 1.3em;
  }

  #sidebar {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}


/*#search {
            width: 200px;
            padding: 10px;
        }*/

#dropdown {
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  width: 95%;
  display: none;

  position: absolute;
  z-index: 1000;
  background-color: white;
}

.dropdown-item {
  padding: 8px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}