/*--start-modal--*/
.modal-dialog { margin:60px auto !important; margin-bottom:0 !important; padding:10px !important;}
.modal-content{ background:#fff !important; border:none !important; -webkit-box-shadow: none !important; padding:0 0 5px 0 !important; }
.modal-body{ padding: 0 !important;}
.popupclosebtn{  background:#000; color:#fff; width:30px; height:30px; border: solid 2px #fff; border-radius:50%;  position:absolute;right:-5px; top:-5px; }
.close1{ opacity:1.0 !important; color:#fff !important; display: block;
margin: 0 auto; float:none !important; line-height:20px !important; }
.modal-body img{ border-radius:5px !important;}
.modal-open{overflow:auto !important; padding-right:0 !important;}
/*--end-modal--*/

.table-custom, .table-custom > td, .table-custom > th { background-color: #2550a840;}
.table-bordered thead th { border-bottom-width: 0px !important; border-top-width: 0px !important;}
.table-hover tbody tr:hover{ color: #fff !important; background:#23447a !important;}
.table td, .table th{ font-size:13px !important; padding: .35rem !important; }

.dashboard-title{ width:100%; height:auto; margin:10px auto;}
.dashboard-title .icon{ width:60px; height:60px; padding:0; background:#fff; border:solid 1px #fff; border-radius:2px; float:left; margin-right:20px; }
.dashboard-title .icon i{ font-size:30px; color:#3a8eb5; line-height:60px; text-align:center; margin:0 auto; display:block;}
.dashboard-title .caption{ float:left}
.dashboard-title .caption h2{ font-family: 'Roboto', sans-serif; font-size:24px; font-weight:300; text-align:left; color:#414248; line-height:28px; margin:0 0 10px 0;}
.dashboard-title .caption p{ font-family: 'Roboto', sans-serif; font-size:14px; font-weight:300; text-align:left; color:#414248; line-height:14px; margin:0 0 10px 0;}

.title{ font-family: 'Roboto', sans-serif; font-size:15px; font-weight:normal; text-align:left; text-transform:uppercase; color:#fff; line-height:24px; margin:15px 0 10px 0; padding:10px; border:solid 1px #4a4545; border-radius:5px; background-image: linear-gradient(to right, #20222690, #8a8b8f90) !important;}
.title-2{ font-family: 'Roboto', sans-serif; font-size:15px; font-weight:normal; text-align:left; text-transform:uppercase; color:#fff; line-height:24px; margin:15px 0 10px 0; padding:10px; border:solid 1px #2e3262; border-radius:5px; background-image: linear-gradient(to right, #2e3262, #14183e) !important;}


body{ /*background: url(../images/body-bg/body-bg-2.jpg) center/cover no-repeat fixed !important;*/
  background: url(../images/body-bg/body-bg-5.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  transition: background .2s;
  color:#fff !important;
}

.body-content{ width:100%; min-height:100vh; margin:0 auto; padding:90px 0px; /*background:#31343C;*/ position:relative;}
.body-content .table{ color:#fff !important;}
.body-content .form-control{background-color:rgb(255, 255, 255, 0.6);}


.form-panel{ width:100%; min-height:30px; margin:15px auto; padding:30px 30px; background:rgb(62 105 129 / 73%); /*background-image:linear-gradient(to right, #bdbdbf, #828385);*/ border-radius:5px;}

.table-panel{ width:100%; min-height:30px; margin:15px auto; padding:30px 30px; background:rgb(62 105 129 / 73%); /*background-image:linear-gradient(to right, #bdbdbf, #828385);*/ border-radius:5px;}
.table-panel .table{ color:#fff !important;}

.mth-dropdown{ /* width:150px; */ height:56px; float:right; margin-right:10px;}
.mth-dropdown h6{ font-family: 'Roboto', sans-serif; font-size:12px; font-weight:300; text-align:center; color:#000; line-height:16px; margin:8px 0 0 0;}
.mth-dropdown ul{ margin:0 !important; padding:0 !important;}
.mth-dropdown ul li{display:inline;}

.mm-top-header{ width:100%; height:56px; margin:0 auto; background:rgb(255, 255, 255); position:fixed; z-index:3;}
.mm-top-header .logo{ width:250px; height:56px; float:left; overflow:hidden;}
.mm-top-header .logo img{ max-height:44px; margin:6px auto; margin-left:40px;}
.mm-top-header .logo a{ display:contents;}

.mm-footer{ width:100%; height:25px; margin:0 auto; background:rgba(18, 20, 51, 0.99); position:fixed; bottom:0; z-index:3; }
.mm-footer p{ font-family: 'Roboto', sans-serif; font-size:12px; font-weight:300; text-align:right; color:#fff; line-height:25px; margin:0 10px 0 0;}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .mm-sidebar-wrapper,
.mm-sidebar-wrapper .sidebar-brand > a,
.mm-sidebar-wrapper .mm-sidebar-dropdown > a:after,
.mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown .mm-sidebar-submenu li a:before,
.mm-sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.mm-sidebar-wrapper .mm-sidebar-search input.search-menu,
.mm-sidebar-wrapper .mm-sidebar-search .input-group-text,
.mm-sidebar-wrapper .mm-sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.mm-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .mm-sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------mm-sidebar-wrapper----------------*/

/*.mm-sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}*/

.mm-sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mm-sidebar-wrapper ul li{
  margin: 8px 15px;
  border: solid 1px #fad41900;
  border-radius:5px;
}
.mm-sidebar-wrapper ul li:hover{
  border: solid 1px #602a8c;
}
.mm-sidebar-wrapper a {
  text-decoration: none;
  	
}


/*----------------mm-sidebar-content----------------*/

.mm-sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.mm-sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.mm-sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.mm-sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.mm-sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------mm-sidebar-header----------------------*/

.mm-sidebar-wrapper .mm-sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.mm-sidebar-wrapper .mm-sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.mm-sidebar-wrapper .mm-sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.mm-sidebar-wrapper .mm-sidebar-header .user-info {
  float: left;
}

.mm-sidebar-wrapper .mm-sidebar-header .user-info > span {
  display: block;
}

.mm-sidebar-wrapper .mm-sidebar-header .user-info .user-role {
  font-size: 12px;
}

.mm-sidebar-wrapper .mm-sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.mm-sidebar-wrapper .mm-sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------mm-sidebar-search------------------------*/

.mm-sidebar-wrapper .mm-sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.mm-sidebar-wrapper .mm-sidebar-menu {
  padding-bottom: 10px;
}

.mm-sidebar-wrapper .mm-sidebar-menu .mm-header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.mm-sidebar-wrapper .mm-sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 10px 8px 10px;
}

.mm-sidebar-wrapper .mm-sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.mm-sidebar-wrapper .mm-sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown > a:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown .mm-sidebar-submenu ul {
  padding: 5px 0;
}

.mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown .mm-sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown .mm-sidebar-submenu li a:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.mm-sidebar-wrapper .mm-sidebar-menu ul li a span.label,
.mm-sidebar-wrapper .mm-sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown .mm-sidebar-submenu li a .badge,
.mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown .mm-sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-submenu {
  display: none;
}

.mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.mm-sidebar-footer {
  position:relative;
  width: 100%;
  display: flex;
}

.mm-sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.mm-sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------mm-theme-------------------------------------------------*/

.mm-theme .mm-sidebar-wrapper {
    background: #264207;
}

.mm-theme .mm-sidebar-wrapper .mm-sidebar-header,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-search,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-menu {
    border-top: 1px solid #2f0f48;
}

.mm-theme .mm-sidebar-wrapper .mm-sidebar-search input.search-menu,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.mm-theme .mm-sidebar-wrapper .mm-sidebar-header .user-info .user-role,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-header .user-info .user-status,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-search input.search-menu,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-search .input-group-text,
.mm-theme .mm-sidebar-wrapper .sidebar-brand>a,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-menu ul li a,
.mm-theme .mm-sidebar-footer>a {
    color: #9786a4;
}
.mm-sidebar-submenu a{ color: #a48db5 !important;}

.mm-theme .mm-sidebar-wrapper .mm-sidebar-menu ul li:hover>a,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown.active>a,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-header .user-info,
.mm-theme .mm-sidebar-wrapper .sidebar-brand>a:hover,
.mm-theme .mm-sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.mm-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.mm-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.mm-theme .mm-sidebar-wrapper ul li:hover a i,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-dropdown .mm-sidebar-submenu li a:hover:before,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-search input.search-menu:focus+span,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.mm-theme .mm-sidebar-wrapper .mm-sidebar-menu ul li a i,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-menu .mm-sidebar-dropdown div,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-search input.search-menu,
.mm-theme .mm-sidebar-wrapper .mm-sidebar-search .input-group-text {
    /*background: #3a3f48;*/
	background:rgb(6, 2, 21);
}

.mm-theme .mm-sidebar-wrapper .mm-sidebar-menu .mm-header-menu span {
    color: #7ccf77;
}

.mm-theme .mm-sidebar-footer {
    background: #070926;
    box-shadow: 0px -1px 5px #111446;
    border-top: 1px solid #111446;
	padding:5px 0;
}

.mm-theme .mm-sidebar-footer>a:first-child {
    border-left: none;
}

.mm-theme .mm-sidebar-footer>a:last-child {
    border-right: none;
}

@media screen and (max-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
  .mm-top-header .logo{ width:200px; height:56px; float:left; overflow:hidden;}
  .mm-top-header .logo img{ max-height:42px; margin:6px auto; margin-left:40px;}
}