body {
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif;
  color: #3e454c;
  background-color: #f5f5f5;
}
m0{
 margin:0px !important;
}

.bg-white {
	background:#fff;	
}
h3.popuptitle {
    position: relative;
    font-family: 'Viga', sans-serif;
    font-size: 35px;
    color: #614935;
    display: inline-block;
    z-index: 1 !important;
    text-align: center;
}
h3.popuptitle:before {
    position: absolute;
    content: "";
    border-bottom: 20px solid #ffe8b1 !important;
    width: 75% !important;
    bottom: 13px !important;
    z-index: -1 !important;
    left: -10px;
    bottom: -2px;
    text-align: center;
}
	.card {
    border: none!important;
    -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    margin-bottom: 20px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	padding:20px;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-title {
    margin-bottom: 0;
    padding:0px 10px 10px 10px;
    border-bottom: 0px solid #ddd;
    text-align: center;
	font-weight:bold;
}
.btn-primary {
    background-color: #655be6;
    border: 1px solid #655be6;
}

.panel-default{border:0px;}
.notes {
    width: auto;
    padding: 5px 10px;
    margin-top: 5px;
    border-color: #9cc6f3;
    border-width: 1px 0px;
    border-style: solid;
    background: #d7e9fc;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}
.notes h4 {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
    margin-bottom: 0;
}
.notes ul {
    padding: 5px 0 5px 0;
}
.notes ul li {
    font-size: 12px;
    line-height: 18px;
    color: #5b5b5b;
    margin-left: 25px;
    list-style-type: square;
}

.btn-info {
    display: inline-block;
    padding: 10px!important;
    cursor: pointer;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    border: none!important;
    border-radius: 0!important;
    background: #181818 !important;
    color: #fff!important;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
}

#wrapper .navbar {
    background: #0e6793;
    margin-bottom: 0;
    padding: 3px;
    border: 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 1px 15px; 
	}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
	
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;font-size:14px !important;
	font-weight:bold;
}

ul.dropdown-menu{
padding:0px !important;
}
 ul.dropdown-menu li a  {
  color:#fff;
   
 }
 ul.dropdown-menu li    {
 padding:10px;
   
 }
 
ul.dropdown-menu li:hover, ul.dropdown-menu>li>a:focus, ul.dropdown-menu>li>a:hover {
    background: #0e7969!important;
    color: #fff;
}
 ul.dropdown-menu {
    background-color: #2c3136;
    width: 200px;
    top: 100%;
    right: 0;
    left: auto;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.titile {
  
  font-size: 23px !important;
    color: #fff;
    font-weight: 600;
    margin: 19px;
	line-height: 45px;
}
.leftNavigation li a {
    font-size: 0.875rem;
    display: block;
    padding: 2rem 1rem 2rem 2.5rem;
    color: #adadad;
    border-bottom: 1px solid #373d44;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: none;
	font-size: 14px !important;
    font-weight: 600;
}
.leftNavigation li a .leftNavIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    padding: 2.0rem 0;
    text-align: center;
}

.leftNavigation ul li a {
    font-size: 0.875rem;
    display: block;
    padding: 1rem 1rem 1rem 1rem;
    color: #adadad;
    border-bottom: 1px solid #373d44;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: none;
	font-size: 14px !important;
    font-weight: 600;
}

.footer {
    background: #0e6793;
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 13px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
top:56px;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #382f29;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    margin-bottom:40px;
	padding:25px !important;
	
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.leftNavigation {
     margin: 0.2rem 0;
    margin-bottom: 59px;
}

.leftNavigation,
.leftNavigation li ul {
 list-style: none;
 padding: 0
}

 
.leftNavigation li a,
.leftNavigation li a .leftNavIcon {
 line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
}

 

.leftNavigation li a:hover {
 color: #fff
}

.leftNavigation li ul {
 display: none;
 margin: 0;
 background-color: #17232f
}


.leftNavigation li ul li .sub_menu{
 display: none;
 margin: 0;
 background-color: #17232f
}

 
.leftNavigation li.active ul.leftNavigation li.active  .sub_menu { 
 display: block;
}


.leftNavigation li ul.leftNavigation li.active  .sub_menu { 
 display: none;
}



.leftNavigation li ul li a {
 border-bottom: 1px solid #373d44;
}

.leftNavigation li ul li:last-child a {
 border-bottom: none
}

.leftNavigation li ul li.active a {
    color: #fff;
    background: #0e7969 !important;
}

.leftNavigation li.active>a {
 color: #fff
}

.leftNavigation li.active ul {
 display: block
}

.leftNavigation>li.active {
    background-color: #256e92;
}
.toggle-icon {
    color:#ffffff;
    font-size:32px !important;
   margin-top:12px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #0e6793;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
top:56px;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #2c3136;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

a:hover {
    background-color: transparent !important;
    color: black;
}
