html,
body {
  height: 100%;
  font-size: 13px;
  font-family: "Arial";
  background: #EEE;
}
.panel-body{
  border-radius: 8px;
  padding-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
}
.panel {
  border-radius: 8px;
  padding: 15px;
}
#content {
  min-height: 400px;
}

.media-title {
  margin-top: 0px;
}

.logo-area {
  float: left;
  font-size: 22px;
  color: #FFF;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: absolute;
  top: -54px;
}

.logo-area a {
  color: #FFF;
}
#new-panel {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
#new-panel a {
  font-size: 20px;
  text-decoration: none;
  color: #555;
}
#new-panel img {
  margin-bottom: 10px;
}
#new-panel-circle {
  display: flex;
  justify-content: center;
}

#new-panel-circle .first {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background: #2170ba;
  justify-content: center;
  margin-bottom: 10px;
}
#new-panel-circle i {
  font-size: 70px;
  color: #fff;
padding-top: 55px;
}
.content {
  min-height: 100%;
  margin-bottom: -60px;
}
.header-navigation {
  float: right;
}

.header {
  margin-top: 0px;
}
.home-search {
  position: absolute;
  top: -250px;

}
.logo-area img {
  width: 100px;
}

.header-bg {
  background: url(http://imei.az/assets/images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #354256;
  height: 450px;
  /* position: absolute; */
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 0;
  padding-right: 0px;
  padding-left: 0px;
}
.bg2 {
  background: linear-gradient(to bottom, rgba(114, 154, 179, 0.2), rgba(0, 0, 0, 0));
  min-height: 450px;
}
.header-text {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.header-area {

  padding-bottom: 20px;
  padding-top: 20px;
}

.header-navigation ul {
  list-style: none;
}

.header-navigation a {
  color: #FFF;
}

.header-navigation ul li {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  color: #FFF;
  text-transform: uppercase;
}

.user-bar-segment {
  position: relative;
  float: right;
  padding-top: 16px;
  color: #FFF;
  padding-left: 10px;
  height: 50px;
  font-size: 12px;

}

.icon-size {
  font-size: 20px;
}

.top-bar {
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
}
.notification-user-icon{
  width: 100%;
}
.top-bar a {
  color: #FFF;
}
.top-bar a:hover{
  text-decoration: none;
}

.user-icon {
  border-radius: 8px;
  width: 18px;
  height: 18px;
  font-size: 11px;
}

.user-icon-margin {
  margin-right: 10px;
}

.content-margin {
  margin-top: 20px;
}

.align-center {
  text-align: center;
}

.cat-links {
  font-size: 12px;
}

.small-text {
  font-size: 11px;
}

.alert a {
  color: inherit !important;
}

.yellow-bg {
  background: #fdffe2 !important;
}


/*user box*/

.user-box-avatar {
  position: relative;
  font-size: 11px;
  display: inline-block;
}

.user-box-avatar img {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-right: 5px;
}

.online-dot-user {
  background: #26E612;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.offline-dot-user {
  background: #f40d0d;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.user-box-username {
  float: left;
  margin-left: 6px;
  font-size: 11px;
}

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

.ticket-reply-options {
  float: right;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin: 20px 0;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}
.home-search-btn {
  background-image: unset;
  background: #2373be;
  border-color: #2373be;
}
.home-search-btn:hover {
  background: #3f88cc;
  border-color: #3f88cc;
}
.home-label {
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  padding: 10px;
  color: #FFF;
  margin: 0px;
  background: #2373be;
  margin-bottom: 10px;
  border-radius: 4px;

  font-size: 18px;
  margin-bottom: 25px;
}

#ticket-area {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  background: #FFF;
  min-height: 600px;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 100px;
}
.notification-badge {
  font-size: 14px !important;
  position: absolute;
  top: 6px;
  right: -4px;
}

.badge {
  min-width: 18px;
  min-height: 18px;
  background: #FC2232!important;
  /* padding: 8px; */
  font-weight: 300;
  padding-right: 10px;
  font-size: 18px;
  border-radius: 50%;
  padding: 3px 3px;
}

#noti-menu {
  right: 0px;
  left: auto;
  color: #000;
}

#notifications-scroll {
  overflow: scroll;
  height: 150px;
}

.panel-admin {
  border-color: #38b029;
}

.notification-box-title {
  border-bottom: 1px solid #EEE;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 10px;
}

.notification-box-footer {
  border-top: 1px solid #EEE;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  color: #000 !important;
}

.notification-box-footer a {
  color: #2d89f0 !important;
}

#notifications-box {
  position: absolute;
  width: 270px;
  top: 45px;
  right: 50px;
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  min-height: 100px;
  z-index: 2000;
  display: none;
}

#notifications-box a:hover {
  background-color: #FFF !important;
}
#knowledgebase {
  background: #FFF;
  min-height: 600px;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 100px;
}
.notification-box-bit {
  position: relative;
  width: 268px;
  padding: 10px;
}

.notification-box-bit:hover {
  background: #E1ECF3;
}

.notification-icon-bit {
  float: left;
  margin-right: 5px;
  width: 33px;
}

.notification-text-bit {
  float: left;
  width: 208px;
  vertical-align: top;
}

.notification-text-bit a {
  color: #0B82F9 !important;
}

.notification-text-bit a:hover {
  color: #0B82F9 !important;
}

.notification-datestamp {
  padding: 0px;
  margin: 0px;
  color: #B0B0B0;
}

.active-noti {
  border-right: 2px solid #F32838;
    background-color: #ddd;
}

.category-page {
  display: inline-block;
  width: 31%;
  border: 1px solid #DDD;
  border-radius: 4px;
  text-align: center;
  /*
  min-height: 260px;
  */
  padding: 10px;
  margin: 10px;
  vertical-align: top;
}

.category-page:hover {
  background: #f1f1f1;
}

.category-title {
  margin-top: 10px;
}

.circle-buttons {
  border: 1px solid #5d99e9;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  padding: 5px;
  display: inline-block;
  color: #5d99e9;
}

.article-padding {}

.ticket-rating {}

.click {
  cursor: pointer;
}

.planarea {
  border-radius: 4px;
  padding: 10px;
  font-size: 13px;
  background: #68aa9b;
  color: #FFFFFF;
  min-height: 280px;
}

.plan-title {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

.plan-days {
  font-size: 18px;
  text-align: center;
}

.plan-cost {
  font-size: 18px;
  text-align: center;
}

.plan-title {
  font-size: 24px;
}

@media (max-width: 420px) {
  .logo-area {
    position: absolute;
    float: none;
    text-align: center;
  }
  .logo-area img {
    width: 40px;
  }
  .header-navigation {
    position: relative;
    float: none;
    text-align: center;
    margin: 0px !important;
    padding: 0px !important;
  }
  .header-navigation ul {
    position: relative;
    float: none;
    text-align: center;
    margin: 0px !important;
    padding: 0px !important;
  }
  .header-navigation ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .header-area {
    padding: 20px;
  }
  #noti-menu {
    right: -100px;
    left: auto;
    color: #000;
  }
}