/*
Template Name: Zircos Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Menu
*/
.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.topbar .topbar-left {
  background: #fff;
  float: left;
  text-align: center;
  height: 86px;
  position: relative;
  width: 225px;
  z-index: 1;
}

.topbar .topbar-left img {
  width: 165px;
  margin-top: 25px;

}

.navbar-default {
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 0 20px;
}

.navbar-default .navbar-left li a.menu-item {
  padding: 0 15px;
  line-height: 68px;
}

.logo {
  color: #52459F !important;
  font-size: 19px;
  text-transform: uppercase;
  font-family: 'Hind Madurai', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 70px;
}

.logo i {
  display: none;
}

.logo span span {
  color: #c7d0e9;
}

.user-box a.user-link {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.user-box .user-img {
  position: relative;
  height: 36px;
  width: 42px;
  margin: 0px auto;
}

.navbar-default .right-menu-item {
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 18px;
  border: 2px solid #ccc !important;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 17px 5px;
}

.navbar-default .right-menu-item .badge {
  position: absolute;
  top: -8px;
  right: 0px;
}

/* Notification */
.notify-list h5 {
  margin: 0 0 5px 0;
  padding: 10px;
  background-color: #f3f3f3;
  text-align: center;
}

.notify-list .all-msgs a {
  color: #313a46;
  padding: 6px 10px;
  display: block;
}

.side-menu {
  width: 225px;
  padding-top: 0px;
  z-index: 10;
  /* background: linear-gradient(360deg, rgba(0, 26, 119, 1) 0%,  rgba(76, 206, 195, 1) 100%); */
  bottom: 50px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
  top: 0;
  background-color: white;
}

.side-menu .waves-effect .waves-ripple {
  background-color: rgba(127, 193, 252, 0.4);
}

.side-menu.left {
  position: absolute;
  top: 85px;
  bottom: 0;
}

body.fixed-left .side-menu.left {
  bottom: 0px;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
  border-top-right-radius: 0px;
}

.hide-scrollbar {
  overflow: auto;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
}

.content-page {
  margin-left: 240px;
  overflow: hidden;
}

.content-page .content {
  padding: 0 5px 10px 5px;
  margin-top: 110px;
}

.button-menu-mobile {
  background: transparent;
  border: none;
  color: #313a46;
  padding: 0 20px;
  display: inline-block;
}

.button-menu-mobile i {
  font-size: 24px;
  line-height: 70px;
}

.button-menu-mobile:hover {
  color: #7fc1fc;
}

.sidebar-inner {
  height: 100%;
}

.slimScrollDiv {
  border-top: 2px solid #ebecf1 !important;
}

#sidebar-menu,
#sidebar-menu ul,
#sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0 0px 0px -4px;
  padding: 0;
  position: relative;
  text-decoration: none;
  color: #344050;
  padding: 12px 9px;
  padding-right: 9px;
  text-align: left !important;
  width: 100%;
  padding-right: 3px;
  /* border-top-left-radius: 50px;
  border-bottom-left-radius: 50px; */
  /* margin-bottom: 3px; */
}

#sidebar-menu {
  padding-bottom: 0px;
  width: 100%;
  padding-top: 20px;
}

#sidebar-menu li a:hover {
  cursor: pointer;
  background: #f5f9fc;
  color: #1e1e2d;
  border-left: 3px solid #007BFF;
  transition: border-left 0.2s ease-in-out, color 0.2s ease;
  margin: 0 0 0px -8px;
}

#sidebar-menu li:hover .waves-effect i {
  color: #007BFF;

}

#sidebar-menu li:hover .waves-effect span {
  color: #344050;

}

#sidebar-menu ul div li.active {
  color: #1e1e2d;
  background: #f5f9fc;
  border-left: 3px solid #007BFF;
}

#sidebar-menu ul div li a.active {
  padding-right: 5px;

}

#sidebar-menu ul div li .active i {
  color: #007BFF !important;
  background-color: #f5f9fc;
}

#sidebar-menu ul div li .active span {
  color: #344050 !important;
  background-color: #f5f9fc;
}

#sidebar-menu a {
  line-height: 1;
}

#sidebar-menu li .waves-effect span {
  font-size: 13px;
  font-weight: 500;
}

#sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Material Design Icons';
  text-rendering: auto;
  line-height: 18px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sidebar-menu ul li .menu-arrow:before {
  content: "\F142";
}

#sidebar-menu ul li a.subdrop .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar-menu ul ul {
  display: none;
}

#sidebar-menu ul ul li {
  border-top: 0;
}

#sidebar-menu ul ul li.active a {
  color: #7fc1fc;
}

#sidebar-menu ul ul a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-left: 3px solid transparent;
  display: block;
  padding: 10px 30px;
  font-size: 13px;
  margin: 2px 0;
  font-weight: 600;
}

#sidebar-menu ul ul a:hover {
  color: #34495e;
}

#sidebar-menu ul ul a i {
  margin-right: 5px;
}

#sidebar-menu ul ul ul a {
  padding-left: 80px;
}

#sidebar-menu .label {
  margin-top: 2px;
}

#sidebar-menu .subdrop {
  color: #203b7a !important;
  background-color: #fff;
}

#sidebar-menu>ul>li>a {
  color: #fff;
  display: block;
  padding: 12px 20px;
  margin: 2px 0;
}

#sidebar-menu>ul>li>a:hover {
  color: #203b7a !important;
  text-decoration: none;
  background-color: #fff;
}

#sidebar-menu>ul>li>a>span {
  vertical-align: middle;
}

#sidebar-menu ul li .subdrop i {
  color: #203b7a;
}

#sidebar-menu ul li a i {
  font-size: 15px;
  line-height: 17px;
  margin-right: 15px;
  color: #344050;
}

.Icon2 {
  margin-right: 19px !important;
}

.Icon3 {
  margin-right: 17px !important;
}

.Icon4 {
  margin-right: 18px !important;
}

.Icon5 {
  margin-right: 18px !important;
}

.Icon6 {
  margin-right: 18px !important;
}

.Icon7 {
  margin-right: 22px !important;
}

.Icon8 {
  margin-right: 16px !important;
}

.Icon9 {
  margin-right: 15px !important;
}

.Icon10 {
  margin-right: 19px !important;
}

.Icon11 {
  margin-right: 16px !important;
}

#sidebar-menu ul li a i.active-icon {
  background: #52459F;
  color: #ECEFF8;
}

#sidebar-menu ul li a span {
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.active-text {
  color: #52459F;
}

#sidebar-menu ul li a .drop-arrow {
  float: right;
}

#sidebar-menu ul li a .drop-arrow i {
  margin-right: 0px;
}

#sidebar-menu>ul>li>a.active {
  color: #000 !important;
  background-color: #fff;
}

#sidebar-menu>ul>li>a.active i {
  color: #000 !important;
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
  color: #98a6ad;
  font-family: 'Hind Madurai', sans-serif;
}

/* Help Box */
.help-box {
  color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  font-size: 12px;
}

#wrapper.enlarged .menu-title,
#wrapper.enlarged .menu-arrow,
#wrapper.enlarged .help-box {
  display: none !important;
}

#wrapper.enlarged #sidebar-menu ul ul {
  margin-top: -2px;
  padding-bottom: 5px;
  padding-top: 5px;
  z-index: 9999;
  background-color: #36404e;
}

#wrapper.enlarged .left.side-menu {
  width: 0px;
  display: none;
  z-index: 5;
}

#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a {
  padding: 15px 20px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:hover {
  color: #ffffff !important;
  background-color: #313a46;
}

#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:active {
  color: #ffffff !important;
  background-color: #313a46;
}

#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a:focus {
  color: #ffffff !important;
  background-color: #313a46;
}

#wrapper.enlarged .left.side-menu #sidebar-menu>ul>li>a i {
  margin-right: 20px !important;
  font-size: 20px;
}

#wrapper.enlarged .left.side-menu .label {
  position: absolute;
  top: 5px;
  left: 35px;
  text-indent: 0;
  display: block !important;
  padding: .2em .6em .3em !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li {
  position: relative;
  white-space: nowrap;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>a {
  position: relative;
  width: 260px;
  color: #ffffff !important;
  background-color: #313a46;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul a {
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover>ul a:hover {
  color: #ffffff;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li:hover a span {
  display: inline;
}

#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
  color: #ffffff !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li>ul {
  display: none;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover>ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li>a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  color: #ffffff;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul>li>a span {
  display: none;
  padding-left: 10px;
}

#wrapper.enlarged .left.side-menu .user-details {
  display: none;
}

#wrapper.enlarged .content-page {
  margin-left: 0px;
}

#wrapper.enlarged .footer {
  left: 0px;
}

#wrapper.enlarged .topbar .topbar-left {
  width: 0px !important;
  display: none;
}

#wrapper.enlarged .topbar .topbar-left .logo span {
  display: none;
  opacity: 0;
}

#wrapper.enlarged .topbar .topbar-left .logo i {
  display: block;
  line-height: 70px;
  color: #7fc1fc !important;
}

#wrapper.enlarged #sidebar-menu>ul>li:hover>a.open :after {
  display: none;
}

#wrapper.enlarged #sidebar-menu>ul>li:hover>a.active :after {
  display: none;
}

#wrapper.right-bar-enabled .right-bar {
  right: 0;
}

#wrapper.right-bar-enabled .left-layout {
  left: 0;
}

/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 0px;
}

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
}

.right-bar {
  background: #ffffff !important;
  z-index: 999 !important;
}

.right-bar h4 {
  border-bottom: 1px solid rgba(152, 166, 173, 0.5);
  padding: 4px 10px 10px 18px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.right-bar .right-bar-toggle {
  float: right;
  line-height: 46px;
  font-size: 20px;
  color: #333;
  padding: 0 10px;
}

.right-bar .setting-list {
  padding: 0 20px 20px 20px;
}

.user-list .user-list-item {
  padding: 10px 12px !important;
  border-bottom: 1px solid #EEEEEE !important;
}

.user-list .user-list-item .avatar {
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.user-list .user-list-item .avatar img {
  border-radius: 50%;
  width: 100%;
}

.user-list .user-list-item .icon {
  float: left;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}

.user-list .user-list-item .icon i {
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
}

.user-list .user-list-item .user-desc {
  margin-left: 40px;
}

.user-list .user-list-item .user-desc span.name {
  color: #313a46;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 13px;
}

.user-list .user-list-item .user-desc span.desc {
  color: #98a6ad;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}

.user-list .user-list-item .user-desc span.time {
  font-size: 11px;
}

/* Seach */
.app-search {
  position: relative;
}

.app-search a {
  position: absolute;
  top: 7px;
  right: 26px;
  color: rgba(152, 166, 173, 0.7);
}

.app-search a:hover {
  color: #98a6ad;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(152, 166, 173, 0.15);
  font-size: 13px;
  height: 34px;
  color: #313a46;
  padding: 7px 40px 7px 20px;
  margin: 19px 12px 0 5px;
  background: rgba(152, 166, 173, 0.1);
  box-shadow: none;
  border-radius: 30px;
  width: 190px;
}

/* Page titles */
.page-title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.page-header {
  border-bottom: 1px solid #DBDDDE;
}

.header-title {
  font-size: 16px;
  background: #52459F;
  position: relative;
  top: -2rem;
  color: #fff;
  line-height: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px !important;
  font-size: 16px !important;
  /* box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; */
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.page-title-box {
  padding: 20px;
  border-bottom: 1px solid #eee;
  margin: 0 -20px 20px -20px;
}

.page-title-box .page-title {
  margin-bottom: 0;
  float: left;
  padding-left: 60px;
}

.page-title-box .breadcrumb {
  float: right;
  background-color: transparent !important;
}

/* Body min-height set */
body.fixed-left-void {
  min-height: 1250px;
}

#formvideo {
  display: none;
}

.bigbtn {
  width: 75%;
  height: 100%;
  font-size: 18px
}

.btn-keywords {
  background-color: #1e1e2d;
  border-color: #1e1e2d;
  color: #fff !important;
  border-radius: 35px;
}

.btn-keywords:hover {
  background-color: #007BFF;
  border-color: #007BFF;
  color: #fff !important;
  border-radius: 35px;
}