.dropdown-menu.animated {
  /* Speed up animations */
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.dropdown-menu.animated.fadeIn {
  /*
   * Example of further customisation for the "fadeIn" effect
   * Can be used for all effects ie. .dropdown-menu.animated.EFFECTNAME
   */
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;  
}
  #search-dropdown {
    padding: 5px 5px;
    position: fixed;
    /* top: 50px;
    width: 88%; */
    margin: auto;
    left: 0;
    width: 58%;  
    top: 15%;
    transition: all 0.5s;
  }

  #search-dropdown li {
    display: flex;

  }

  #search-dropdown button {
    margin-left: 3px;
  }

  #search-dropdown #search-input {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    height: 50px;
    font-size: x-large;
  }

  #main-search-box {
    color: rgba(0,0,0,.5);
    cursor: pointer;
  }
  #main-search-box i{
    margin-top: 5px;
    margin-left: 5px;
  }

  #main-search-box:after {
    display: none;
  }

  .blur-bg{
    -webkit-filter: blur(3px);
  }

  .dropdown-menu {
    box-shadow:  0 4px 12px 3px rgba(0, 0, 0, 0.48) !important;
  }

  .twitter-typeahead {
    width: 100%;
  }

  @keyframes slideIn {
    0% {
      transform: translateY(-10rem);
      opacity: 0;
    }
    100% {
      transform:translateY(0rem);
      opacity: 1;
    }
    0% {
      transform: translateY(-10rem);
      opacity: 0;
    }
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }

  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }

  @media (min-width: 992px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
  }

  .tt-menu {
    width: 100%;
  }

  /**************** dropdown ends */






.well-modified {
  border-radius: 0px;
  background: #ffffff;
}

/*********** custom top nav **********/
.custom-dropdown, .custom-dropdown li{
  /* width: max-content;
  margin: 2px 45px 2px 0px; */
}

.dropdown-menu  li > a {
    color: #777;
}

/* .dropdown-menu  li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
} */

.custom-dropdown.dropdown-menu li > a {
    display: block;
    padding: 5px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.custom-dropdown.dropdown-menu li > a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.custom-dropdown .title {
  border-bottom: 0.5px solid #50505099;
  min-width: 120px;
  width: max-content;
  font-weight: 600;
  font-size: large;
  margin-bottom: 5px;
  margin-left: 0px;
  /* border-bottom-right-radius: 15px; */
  padding: 10px 0px 2px 5px;
  /* margin: 0px 23px 5px 0px; */
}

.custom-dropdown .dropdown-div {
  padding: 0px 20px 10px 15px;
  /* display: inline-block; */
  /* width: 140px; */
  display: table-cell;
  /* margin: 0px 0px 0px 0px; */
  /* border-right: 1px solid #c7c7c7; */
}
/*********** custom top nav  ends**********/

.navbar-light .navbar-brand {
  color: #363839;/* 
  background: #f6f6f6;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2); */
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgb(0, 0, 0);
}

.main-footer {
  color: #222222;
  font-size: 14.5px;
  background: transparent;
  border-top: none;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 0 15px rgb(0, 0, 0);
  /* border-top: 4px solid #111; */
  /* padding: 10px 0 0px; */
  z-index: 10;
  /* position: relative; */
  /* color: #fff; */
  /* font-weight: bold; */
}

.card.custom-card {
  padding: 5px;
  border-radius: 5px;
}

.custom-card .card-header {
  border-radius: 5px;
  padding: 6px 15px;
  /*   -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2); */
}

.custom-card .card-body {
  padding: 0.5rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}

.nav-link.nine-dots.dropdown-toggle {
  padding-top: 6px;
}

.card {
  /* -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2); */
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.search-form .dropdown ul {
  width: 250px;
  padding: 3px;
}

.pointer {
  cursor: pointer;
}







.arrows { 
  white-space: nowrap; 
  position: relative;
  left: 25px;
}
.arrows li {
  display: inline-block;
  line-height: 13px;
  margin: 0 9px 0 -10px;
  padding: 0 15px;
  position: relative;
}
.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);   
}
.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before, 
.arrows li:last-of-type::after { 
    display: none; 
}

.arrows li a { 
   font: 16px;  
   text-decoration: none;
}

.arrows li:last-child a { color: #0579fb } 
.arrows li a {
  color: #489ffc;
}

.nav-date {
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 12px;
  vertical-align: middle;
  padding: 2px 4px !important;
  color: #686868 !important;
  max-width: 85px;
  text-align: center;
}

.layout-navbar-fixed .wrapper .main-header, .layout-navbar-fixed .main-footer {
    margin-left: 0 !important;
    z-index: 1090 !important;
}

.main-footer {
  position: relative;
  /*bottom: 0;*/
  z-index: 3000 !important;
}

.brand-text {
     margin-left: initial !important; 
     opacity: 1 !important; 
     visibility: initial !important; 
}

/*@media (min-width: 992px) {*/
  .sidebar-mini.sidebar-collapse .main-footer {
      margin-left: initial !important;
  /*}  */
}

.pushmenu i {
  border: 1px solid #343a3f;
  padding: 5px 8px;
  /* border-radius: 3px; */
  background: #343a3f;
  /* box-shadow: 1px 1px 5px #8080808f; */
  /* -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2); */
  /* box-shadow: 0 1px 3px 0 rgba(0,0,0,0.14), 0 1px 4px 0 rgba(0,0,0,0.12), 0 1px 3px -1px rgba(0,0,0,0.2); */
  color: #ffffff;
  position: relative;
  left: 6px;
}



.control-sidebar {
  height: 100%;
}

:not(.layout-fixed) .main-sidebar {
    top: 112px;
    /*min-height: initial;*/
}

.content-header {
  position: relative;
  top: 56px;  
}

body {
  background: #f4f6f9;
}

.layout-footer-fixed .wrapper .control-sidebar {
  top: 57px;
}

.control-sidebar.control-sidebar-dark.custom-right-sidebar {
  /*right: -250px;*/
  overflow: hidden;
  display: block;
  width: 0;
  opacity: 0;
  transition: opacity 0.5s;
  /*position: fixed;*/
}

.control-sidebar-open .control-sidebar.control-sidebar-dark.custom-right-sidebar {
  /*right: 0;*/
  width: 250px;
  opacity: 1;
  transition: opacity 0.5s, width 0.5s;
}

.right-sidebar-trigger {
  position: fixed;
  right: 0px;
  top: 70px;
  background: #000000b3;
  padding: 8px 7px 6px 7px;
  line-height: 1;
  font-size: 19px;
  color: #e1e0e0;
  border-radius: 10px 1px 1px 10px;  
  cursor: pointer;
}

.right-sidebar-trigger:hover {
  color: #fff;
}

.right-sidebar-trigger-close {
  /*position: absolute;*/
  right: 10px;
  top: 5px;
  font-size: 22px;
  cursor: pointer;
}

.nine-dots {
  max-width: 45px;
}

@media (min-width: 576px) {
  .navbar-nav>.user-menu .user-image {
      float: none;
      line-height: 10px;
      margin-right: 0;
      margin-top: -4px;
  }  
}

.multi-apps .app-item {
  text-align: center;
  cursor: pointer;
}


.multi-apps .app-item img {
  width: 50px;
}

.multi-apps .app-item .app-name {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 4px;
}

.navbar-nav>.user-menu>.dropdown-menu {
  width: 335px;
}

.navbar-nav.custom-hover .dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar-nav.custom-hover .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.custom-right-sidebar .nav-link {
  padding: .5rem 0.3rem;
  padding: .3rem 0.2rem;
      font-size: 14px;
}


.custom-right-sidebar .nav-sidebar .nav-link p {
  /* margin-left: -10px; */
  opacity: 1 !important;
  /* visibility: hidden; */
  display: inline-block !important;
  visibility: visible !important;
  margin-left: initial !important;
}

.custom-right-sidebar a.nav-link {
  color: #c2c7d0 !important;

}

.custom-right-sidebar a.nav-link:hover {
  background-color: rgba(255,255,255,.1);
  color: #fff;  
}

.custom-right-sidebar hr {
  border-top: 1px solid rgba(237, 237, 237, 0.12);
}

.custom-right-sidebar  .nav-header {
  display: block !important;
}

.control-sidebar-content .title {
  font-size: 15px;
}



.floating-contact-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 57px;
  right: 30px;
  background-color: #0479fb;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 1px 1px 5px #878787, 2px 2px 5px #00000075;
  line-height: 3.3;
  z-index: 1020;
}





/* modified modal for display in center */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* modified modal for display in center ends*/

.modal-body {
  min-width: 410px;
}

table.table.table-bordered.head-bg thead {
    background: #e7e7e7;
    /* color: #fff; */
    box-shadow: 1px 2px 4px #aeaeae;
}

#quick-links {
  background: #0579fb;
  color: #fff;
  border-radius: 5px;
}

/************************************ MARS CSS STARTS *********************************/
.bg-mars {
  background: #363839 !important;
}

.text-mars {
  color: #363839 !important;
}

body {
  font-family: 'Spectral', serif;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px;
  }  
}

.custom-card.card-primary:not(.card-outline)>.card-header, .card-primary:not(.card-outline)>.card-header a {
  /* color: #fff; */
  border-bottom: 1px solid #e5e5e5;
  font-size: x-large;
  border-radius: 0;
  /* background: #f8f8f8; */
  border-radius: 0;
  /* font-weight: bold; */
}

.custom-card .card-title {
    float: left;
    font-size: 21px;
    font-weight: initial;
    margin: 0;
}

.info-box-date {
  font-size: 11px;
  float: right;
  position: relative;
  bottom: 5px;
  right: 0px;
}

.custom.info-box .info-box-icon {
  /*width: 55px;*/
  /* display: block !important; */
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.custom.info-box .info-box-content {
  padding: 10px 0;
}

.custom.info-box {
  min-height: 72px;
  height: 185px;
  display: block !important;
}

.list-group-item.tt-cursor {
  background: #f0f1f4;
}

.pointer {
	cursor: pointer;
}

.login-logo a, .register-logo a {
  color: #ededed;
}
