/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
/*Top bar
*******************/
.topbar {
 /*  background: #0178bc; */
  /* Old browsers */
  /* background: -moz-linear-gradient(left, #5ec58c 0%, #318f94 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(left, #5ec58c 0%, #318f94 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to right, #5ec58c 0%, #318f94 100%); */
  background:white;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
   box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}

.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: rgb(92, 195, 141) !important;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: rgb(92, 195, 141) !important;
}

/*******************
/*General Elements
*******************/
a {
  color: #55ce63;
}

a.link:hover, a.link:focus {
  color: #55ce63 !important;
}

.bg-theme {
  background-color: #55ce63 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #55ce63;
  border-color: #55ce63;
}

.right-sidebar .rpanel-title {
  background: #55ce63;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #55ce63;
}

.text-themecolor {
  color: #55ce63 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #55ce63;
  color: #55ce63;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #55ce63;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #55ce63;
  color: #ffffff;
  border: 1px solid #55ce63;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #55ce63;
  opacity: 0.7;
  border: 1px solid #55ce63;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
 /*  background: #fff; */
}

.sidebar-nav ul li a {
  color: #fff;
}

.sidebar-nav ul li a.active{
 
 /*background: #76dba5; */
    color: #1ec86d;
  text-align: left;
  padding: 7px 10px;
  margin: 5px 10px;
  border-radius: 2px;
  /* box-shadow: 0 15px 8px -9px rgba(0,0,0,0.25); */
}

/* .sidebar-nav ul li a:hover {
 color: #259132; 
}
 */
/* .sidebar-nav ul li a.active {
  color: #263238;
}
 */
 
.sidebar-nav ul li.nav-small-cap {
  color: #90a4ae;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li:hover > a {
  color: #c4fccb;
}

.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li:hover > a i {
  color: #55ce63;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
  color: #c4fccb;
}

.sidebar-nav > ul > li > a i {
  color: #fff;
}

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #ffffff;
  /* color: #55ce63; */
  color:#ffffff;
}
.editorder
{
	width:100%;
	font-size:18px;
	text-align:center;
	cursor:pointer;
}

 /* Side Menu */
.side_menu {
    position: fixed;
    right: 0px;
    top: 32%;
}

.side_menu_icon {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fff !important;
    font-size: 20px !important;
}


#navigationMenu li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
	margin:2px;
}

#navigationMenu span{
	/* Container properties */
	width:0;
	Right:38px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */
	
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:39px;
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigationMenu a{
	
    background: #55ce63;
	height:39px;
	width:38px;
	display:block;
	position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu a:hover{
	text-decoration:none;
	
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow:0 0 5px #9ddff5;
	-webkit-box-shadow:0 0 5px #9ddff5;
	box-shadow:0 0 5px #9ddff5;
}

/* Green Button */

#navigationMenu .home {	background-position:0 0;}
#navigationMenu .home:hover {	background-position:0 -39px;}
#navigationMenu .home span{
	background-color: #4285f4;
    color: #fff;
    /* text-shadow: 1px 1px 0 #4285f4; */
	border-radius: 2px;
}

/* Blue Button */

#navigationMenu .about { background-position:-38px 0;}
#navigationMenu .about:hover { background-position:-38px -39px;}
#navigationMenu .about span{
	background-color: #4eb28f;
    color: #fff;
    /* text-shadow: 1px 1px 0 #4285f4; */
	border-radius: 2px;
}

/* Orange Button */

#navigationMenu .services { background-position:-76px 0;}
#navigationMenu .services:hover { background-position:-76px -39px;}
#navigationMenu .services span{
	background-color: #4eb28f;
    color: #fff;
    /* text-shadow: 1px 1px 0 #4285f4; */
	border-radius: 2px;
}

/* Yellow Button */

#navigationMenu .portfolio { background-position:-114px 0;}
#navigationMenu .portfolio:hover{ background-position:-114px -39px;}
#navigationMenu .portfolio span{
	background-color: #4eb28f;
    color: #fff;
    /* text-shadow: 1px 1px 0 #4285f4; */
	border-radius: 2px;
}

/* Purple Button */

#navigationMenu .contact { background-position:-152px 0;}
#navigationMenu .contact:hover { background-position:-152px -39px;}
#navigationMenu .contact span{
	background-color: #4eb28f;
    color: #fff;
    /* text-shadow: 1px 1px 0 #4285f4; */
	border-radius: 2px;
}

/* The styles below are only needed for the demo page */

#main{
	margin:80px auto;
	position:relative;
	width:40px;
}

/* Side Menu */