.side-bar-left {
  float: left;
  width: 100%;
  overflow: auto;
  height: 100%;
  padding-bottom: 70px;
}

.side-bar-left ul {
  float: left;
  width: 100%;
}

.side-bar-left ul li {
  float: left;
  width: 100%;
}

.side-bar-left ul li a {
  float: left;
  width: 100%;
  color: #000 !important;
  font-size: 17px !important;
  text-align: left;
  padding: 15px 5px;
  position: relative;
  padding-left: 18px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.side-bar-left ul li a i {
  margin-right: 8px;
  font-size: 22px;
}

.side-bar-left ul li a:hover {
  color: #00acd8 !important;
}

.side-bar-left ul li a:hover {
  padding-left: 25px;
}

.nav-side-fixed {
  position: fixed !important;
  width: 215px;
  top: 0px;
  left: 0px;
  height: 100%;
  background: #fff !important;
  box-shadow: -7px 0px 5px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.top-custom-nav {
  float: left;
  width: 100%;
  height: 65px;
  background: #2e66bd;
  position: fixed;
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
}

.top-custom-nav a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
}

.top-custom-nav a:hover {
  color: #fff;
}

.top-custom-nav a i {
  margin-left: 5px;
}

.sign-user-img {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background: #fff;
  margin-right: 5px;
}

body,
.wrapper>section {
  background-color: transparent !important;
}

.custom-inner-wrapper {
  padding: 30px 30px 15px;
  display: inline-block;
  width: 100%;
}

.table tr td button.btn {
  padding: 6px 12px;
}

.layout-h .wrapper>footer a {
  font-size: 14px;
  color: #444 !important;
  margin: 0px 10px;
}


.layout-h .wrapper>section>.content-wrapper>h3 {
  margin: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 10px !important;
  height: 74px;
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.layout-h.layout-fixed .wrapper>section {
  margin-top: 64px;
}

.navbar-brand {
  height: 65px !important;
}

.topnavbar .navbar-header {
  width: 100% !important;
  background: #29ae9f !important;
}

.side-bar-left .bg-info-light a {
  color: #00acd8 !important;
}

.side-bar-left .bg-info-light {
  background-color: transparent;
}

.side-bar-left .bg-info-light a::after {
  display: block;
}

.btn {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 11px 15px !important;
  border-radius: 8px !important;
}

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

.custom-inner-wrapper .panel-default {
  border: none;
  margin: 0px;
}

.custom-inner-wrapper .table>thead>tr>th {
  color: #fff !important;
  background: #00acd8 !important;
  font-size: 14px;
  font-weight: 600 !important;
  border: 1px solid #dedede !important;
  border-bottom: 0 !important;
  padding: 15px 15px !important;
  line-height: 1.3;
}

.custom-inner-wrapper .table>thead>tr>th:first-child {
  padding-left: 15px !important;
  padding-right: 10px !important;
}

.table > tbody > tr > td {
  padding: 16px 15px !important;
}

section {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.box-shadow {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.18) !important;
}

.table.table-border-none thead>tr>th {
  border-top: none !important;
}

.custom-inner-wrapper .panel .panel-heading {
  padding: 0px;
}

.custom-inner-wrapper .panel-body {
  padding: 0px;
}

.side-bar-left .dropdown-menu {
  position: relative !important;
  min-width: inherit !important;
  box-shadow: none !important;
  border: none !important;
  background: #f5f5f5 !important;
  box-shadow: -7px 0px 5px rgba(0, 0, 0, 0.12) inset !important;
  padding: 0px !important;
}

.side-bar-left ul li .dropdown-menu li a::after {
  display: none;
}

.side-bar-left ul li .dropdown-menu li a:hover {
  background: transparent;
}

.font-50 {
  font-size: 70px !important;
}

.green-app-out .bg-green {
  background: #49ab4a;
}

.red-app-out .bg-green {
  background: #d94c10;
}

.purp-app-out .bg-green {
  background: #3e4fbb;
}

.org-app-out .bg-green {
  background: #f79608;
}

.blue-app-out .h2 {
  color: #00acd8;
}

.green-app-out .h2 {
  color: #49ab4a;
}

.red-app-out .h2 {
  color: #d94c10;
}

.purp-app-out .h2 {
  color: #3e4fbb;
}

.org-app-out .h2 {
  color: #f79608;
}

body .ng-table th.sortable.sort-desc {
  background-color: #00acd8 !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  color: #fff;
}

body .ng-table th.sortable div::before {
  border-top-color: #000 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.search-icon {
  position: relative;
  padding-right: 30px;
}

.search-icon input {
  width: 100% !important;
}

.search-icon button {
  position: absolute;
  right: 14px;
  top: 0px;
}

.nav-side-fixed.responsive-sidebar {
  left: -200px;
}

.table tr td ul.dropdown-menu {
  min-width: inherit !important;
  ;
}

.no-margin {
  margin: 0px !important;
}

.bg-purple-custom .h2 {
  color: #3e4fbb;
}

.bg-purple-custom .text-uppercase {
  font-size: 26px;
  color: #666666;
}

.bg-purple-btm {
  background: #3e4fbb;
}

.bg-purple-btm p {
  color: #fff;
  margin: 0px;
  font-size: 15px;
  padding: 10px 0px;
}

.relative {
  position: relative;
}

.block-icon-top {
  position: absolute;
  top: -15px;
  right: -14px;
  font-size: 148px !important;
  color: #f2f2f6;
}

.bg-green-custom .h2 {
  color: #49ab4a;
}

.bg-green-custom .bg-purple-btm {
  background: #49ab4a;
}

.bg-red-custom .h2 {
  color: #d94c10;
}

.bg-red-custom .bg-purple-btm {
  background: #d94c10;
}

.bg-org-custom .h2 {
  color: #f79608;
}

.bg-org-custom .bg-purple-btm {
  background: #f79608;
}

.custom-inner-wrapper accordion {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.custom-inner-wrapper accordion .panel-group {
  margin-bottom: 0px;
}

.custom-inner-wrapper accordion .panel-group h4 {
  margin: 0px;
  float: left;
  width: 100%;
  padding: 16px 12px;
}

/******************login********************/

.login-bg-img {
  float: left;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../img/login-bg.jpg) no-repeat;
  background-size: cover;
}

.login-bg-img::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

body,
.wrapper>section.login-sec {
  background: transparent !important;
}

.login-outer {
  width: 550px;
}

.login-outer .panel-body {
  padding: 70px;
  border: none !important;
}

.log-input {
  display: inline-block;
  width: 100%;
}

.log-input label {
  font-size: 15px;
  color: #444444;
}

.log-input input {
  padding-left: 8px;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0px;
  height: 50px;
}

.log-input a {
  font-size: 15px;
  color: #444;
}

.hody-reg {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.hody-reg p {
  color: #fff;
  font-size: 15px;
}

.hody-reg a {
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}

.login-page-submit {
  width: 100%;
  margin: 20px 0 0;
}

.btn-primary {
  color: #ffffff;
  background-color: #00acd8 !important;
  border-color: #00acd8 !important;
  transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
}

.btn-primary:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.42);
}

.login-logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}

.reg-outer-main {
  width: 1170px;
  margin: auto;
}

.border-none {
  border: none !important;
}

.reg-outer-main .panel-body {
  padding: 70px;
  border: none !important;
}

.reg-heading {
  font-size: 32px;
}

.log-input select {
  padding-left: 0px;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0px;
  height: 50px;
}

/******************login********************/

@media screen and (max-width: 1250px) {

  .navbar-toggle {
    display: none !important;
  }

  .navbar {
    border: none !important;
  }

  .navbar-nav {
    float: left !important;
    margin: 0px !important;
  }

  .side-bar-left .dropdown-menu {
    float: left !important;
  }

  .side-bar-left .dropdown-menu>li>a {
    padding: 8px 20px !important;
  }

  .reg-outer-main {
    width: 95%;
  }

}

@media screen and (max-width: 992px) {

  .navbar-toggle .icon-bar {
    width: 15px;
    height: 2px;
}

  .navbar-toggle {
    display: block !important;
    position: absolute !important;
    right: -53px;
    top: -15px;
    background-color: #00ACD8 !important;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 7px;
    margin-top: 19px;
  }

  .login-outer {
    width: 95%;
  }

  .nav-side-res {
    left: -206px;
  }

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

}

@media screen and (max-width: 768px) {}

@media (max-width: 550px) {

  .login-outer .panel-body {
    padding: 30px;
  }

  .reg-heading {
    font-size: 25px;
  }

  .reg-outer-main .panel-body {
    padding: 30px;
  }

}

.table-responsive {
  width: 100%;
  margin-bottom: 15.75px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

._merge_field,
._merge_field option {
  font-size: 15px !important;
  font-weight: 600 !important;
}
