/*
Template Name: UBold Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Menu
*/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 62px;
}
#topnav .has-submenu.active a {
  color: #5fbeaa;
}
#topnav .has-submenu.active a i {
  color: #5fbeaa;
}
#topnav .has-submenu.active .submenu li.active a {
  color: #5fbeaa;
}
#topnav .topbar-main {
  background-color: #1f283e;
}
#topnav .topbar-main .logo {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 8px;
  text-transform: uppercase;
  float: left;
}
#topnav .topbar-main .logo h1 {
  margin: 0px auto;
  text-align: center;
}
#topnav .topbar-main .logo i {
  color: #5fbeaa;
}
#topnav .topbar-main .badge {
  position: absolute;
  top: 12px;
  right: 7px;
}
#topnav .topbar-main .nav > li > a {
  color: #ffffff !important;
  line-height: 60px;
  padding: 0px 15px;
  position: relative;
  background: transparent !important;
}
#topnav .topbar-main .nav > li > a i {
  font-size: 16px;
}
#topnav .topbar-main .navbar-nav > .open > a {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
#topnav .topbar-main .profile img {
  border: 2px solid #edf0f0;
  height: 36px;
  width: 36px;
}
#topnav .topbar-main .dropdown-menu-lg {
  width: 300px;
}
#topnav .topbar-main .dropdown-menu-lg .list-group {
  margin-bottom: 0px;
}
#topnav .topbar-main .dropdown-menu-lg .list-group-item {
  border: none;
  padding: 10px 20px;
}
#topnav .topbar-main .dropdown-menu-lg .media-heading {
  margin-bottom: 0px;
}
#topnav .topbar-main .dropdown-menu-lg .media-body p {
  color: #828282;
}
#topnav .topbar-main .notification-list {
  max-height: 230px;
}
#topnav .topbar-main .notification-list em {
  width: 34px;
  text-align: center;
}
#topnav .topbar-main .notification-list .media-body {
  display: inherit;
  width: auto;
  overflow: hidden;
  margin-left: 50px;
}
#topnav .topbar-main .notification-list .media-body h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-weight: normal;
  overflow: hidden;
}
#topnav .topbar-main .notifi-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 20px 15px;
  color: #4c5667;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#topnav .topbar-main .navbar-nav {
  margin: 0px;
}
#topnav .app-search {
  position: relative;
  margin: 15px 20px 15px 10px;
}
#topnav .app-search a {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #c4c4cd;
}
#topnav .app-search .form-control,
#topnav .app-search .form-control:focus {
  border: none;
  font-size: 13px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 30px;
  height: 30px;
  width: 180px;
}
#topnav .navbar-custom {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  background-color: #5fbeaa;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navbar-toggle:focus span {
  background-color: #5fbeaa;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 23px auto 17px auto;
  height: 18px;
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform .5s ease;
}
#topnav .navbar-toggle.open span {
  position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #36404a;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
#topnav .navigation-menu > li > a:hover {
  color: #5fbeaa;
}
#topnav .navigation-menu > li > a:hover i {
  color: #5fbeaa;
}
#topnav .navigation-menu > li > a:focus {
  color: #5fbeaa;
}
#topnav .navigation-menu > li > a:focus i {
  color: #5fbeaa;
}
#topnav .navigation-menu > li > a:active {
  color: #5fbeaa;
}
#topnav .navigation-menu > li > a:active i {
  color: #5fbeaa;
}
#topnav .navigation-menu > li > a i {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
  color: #98a6ad;
}
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}
@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
/*
  Responsive Menu
*/
@media (min-width: 992px) {
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu > li:first-of-type a {
    padding-left: 0px;
  }
  #topnav .navigation-menu > li:hover a {
    color: #5fbeaa;
  }
  #topnav .navigation-menu > li:hover a i {
    color: #5fbeaa;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    right: 20px;
    font-size: 9px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    font-weight: 500;
    color: #494e53;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #5fbeaa;
  }
  #topnav .navigation-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #949ba1;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .wrapper {
    margin-top: 80px;
  }
  .container {
    width: auto;
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li > a {
    color: #36404a;
    padding: 15px;
  }
  #topnav .navigation-menu > li > a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #36404a;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #5fbeaa;
  }
  #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
    content: "\e64b";
    font-family: "themify";
    position: absolute;
    right: 30px;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #79818a;
  }
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #5fbeaa;
  }
  #topnav .navbar-header {
    float: left;
  }
  #navigation {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}
/* Footer */
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0px;
  color: #58666e;
  text-align: left !important;
  padding: 20px 0px;
  position: absolute;
  right: 0px;
  left: 0px;
}
.footer ul li {
  padding-left: 10px;
  padding-right: 10px;
}
.footer ul li a {
  color: #98a6ad;
}
.footer ul li a:hover {
  color: #5fbeaa;
}


#topnav .topbar-main .logo {
  margin-top: 6px !important;
}

.navbar-custom .navigation-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.navbar-custom .navigation-menu .has-submenu a {
  padding: 10px !important;
}

#topnav .navbar-custom .navigation-menu i {
  width: 35px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: auto;
  height: 35px;
  font-size: 16px;
  border: 1px solid #1f283e;
  color: #fff !important;
  line-height: 32px;
  background: #1f283e;
  margin-bottom: 5px;
  border-radius: 100%;
}


#topnav .navigation-menu > li > a i.md.md-layers {
  font-size: 18px;
}

#topnav .navbar-custom .navigation-menu i.glyphicon.glyphicon-shopping-cart {
  font-size: 14px;
}

#topnav .navbar-custom .navigation-menu i.ion-social-usd-outline {
  font-size: 17px;
}

#topnav .navigation-menu.aaa > li > a {
  padding-right: 10px;
  color: #fff;
}
#topnav .navigation-menu .has-submenu.active a {
  color: #4ba554 !important;
}

#topnav .navigation-menu .has-submenu.active a i {
  color: #fff;
  background: #4ba554;
}

.wrapper h4.page-title {
  font-size: 30px;
  margin-bottom: 20px;
  color:#4ba554;
}

#topnav .navigation-menu .has-submenu a:hover 
{
	  color: #4ba554;
}

.row.dashhboard-widgts .widget-panel i {
  background: linear-gradient(150deg,#253048 25%, #323f59 100%) !important;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 6px;
  top: 15px;
  bottom: 15px;
  right: 15px;
}



.graph-orders .transaction-list li .tran-price {
  color: #4ba554;
}
.graph-orders .transaction-list li {
  color: #000;
}
.graph-orders .transaction-list li .text-muted {
  color: #000;
}

.table-responsive .table thead {
  background: #4ba554;
}

.table-responsive .table thead tr th {
  color: #fff;
  white-space: nowrap;
}

.table-responsive table.table-bordered.dataTable {
  border-collapse: collapse !important;
  width:100% !important;
}


	
.table-responsive table.table-bordered.dataTable * 
{
		width:auto !important;
}


.table-responsive .table-striped > tbody > tr:nth-of-type(2n+1) td
{
	background:#fff !important;
}

.table-responsive table.table-bordered.dataTable tr td {
  background: #f5f5f5;
  font-size: 14px;
  color: #000;
   white-space: inherit;
  word-break: break-all;
  color:#000;
}

.table-responsive .table thead tr th {
  color: #fff;
  white-space: nowrap;
  width: 100% !important;
  font-size: 14px;
}

.table-responsive table.table-bordered.dataTable tr td a .md.md-delete {
  color: #f00;
}

.dataTables_wrapper .pagination .paginate_button.active a {
  background: #4ba554;
  border-color: #4ba554;
}

.footer.text-right {
  background: #253048;
  color: #fff;
}
.card-box.table-responsive {
  max-height: 700px;
  overflow: auto;
}

.btn.btn-default.dropdown-toggle {
  background: #4ba554 !important;
  border-color: #4ba554 !important;
}

.form-horizontal .form-group .control-label {
  color: #000;
  font-size: 14px;
}

.check-boxes-selected {
  max-height: 629px;
  overflow: auto;
}

.check-boxes-selected .checkbox-custom input[type="checkbox"]:checked + label::before 
{
	background-color: #4ba554;
  border-color: #4ba554;
}

.check-boxes-selected label {
  color: #4ba554;
  font-weight: 500;
} 

.btn.btn-primary.waves-effect.waves-light {
  background: #4ba554 !important;
  border-color: #4ba554 !important;
}

.btn.btn-default.waves-effect.waves-light
{
	background-color: #4ba554 !important;
  border: 1px solid #4ba554 !important;
}

.bg-custom {
  background-color: #001a41 !important;
}

.sub-totoal-new {
  background: #f5f5f5;
  padding: 20px;
  color: #000;
}


.modal-header1 .modal-title {
  color: #4ba554;
  text-transform: uppercase;
}

.modal-footer .btn.btn-default.waves-effect {
  background: #f00 !important;
  border-color: #f00 !important;
}

.modal-footer .btn.btn-info.waves-effect.waves-light {
  background: #4ba554 !important;
  border-color: #4ba554 !important;
}

.card-box.table-responsive p.text-muted {
  margin: 0 !important;
}

#datatable_all_payment tr td:first-child {
  white-space: nowrap;
}

a 
{
	color:#4ba554;
}

.wrapper .row.dashhboard-widgts .widget-panel h2 {
  color: #fff !important;
}
.edit-list-roast .pull-right
{
	color:#000;
}
.edit-list-roast .pull-left
{
	color:#000;
}

.table-responsive table.table-bordered.dataTable tr td span {
  display: -webkit-box;
  max-width: inherit;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wrapper-page.login-box {
  margin: 26vh auto 0px;
  width: 400px;
  position: relative;
  z-index: 77;
  box-shadow: 0px 4px 10px #0b0b0b99;
}
#topnav .navbar-custom {
  background-color: #253048;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
body {
  background: #1a2035;
}
.wrapper {
  margin-top: 140px;
  padding-top: 40px;
}
.card-box.table-responsive 
{
	background-color: #253048;
  padding: 20px !important;
}
.account-pages {
  background: url("../images/login-bckground.jpg");
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.header-title 
{
	color: #fff;
}

select[multiple].input-sm, textarea.input-sm {
  height: 30px;
}

div.dataTables_processing {
  top: 0;
  margin-left: 0;
  left: 0 !important;
  height: 100%;
  top: 0 !important;
  bottom: 0;
}
.dashhboard-widgts .widget-panel {
  padding: 30px 20px 30px 30px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  background: #253048 !important;
}

.graph-orders .card-box {
  background: #253048;
}

.graph-orders .card-box .list-unstyled.transaction-list li {
  border-bottom: 1px solid #2f4473;
  color: #fff;
}
.graph-orders .card-box .list-unstyled.transaction-list li * 
{
	  color: #fff;
}

.wrapper-page.login-box .card-box {
  background: #202940;
}

.wrapper-page.login-box .card-box .img-responsive {
  width: 126px;
  height: auto;
}

.account-pages::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: rgba(32, 41, 64, 0.9);
  bottom: 0;
}
.wrapper-page.login-box .card-box .panel-body .btn.btn-success {
  background: linear-gradient(60deg,#7b1fa2,#913f9e) !important;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4) !important;
  border: 0 !important;
  font-size: 18px;
  padding: 15px 0px;
}

.wrapper-page.login-box .card-box form .form-group .form-control {
  background: transparent;
  height: 55px;
  font-size: 18px;
  color: #fff;
}

.wrapper-page.login-box .card-box .panel-body {
  padding-top: 0;
}

.row.dashhboard-widgts .first-coloum-dashbaord .widget-panel i{
  background: linear-gradient(60deg,#7b1fa2,#913f9e) !important;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4);
}

.row.dashhboard-widgts .second-coloum-dashbaord .widget-panel i {
background: linear-gradient(60deg,#4ba554,#1c5521) !important;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgb(47, 117, 54);
}
.row.dashhboard-widgts .third-coloum-dashbaord .widget-panel i {
  background: linear-gradient(60deg,#7b1fa2,#913f9e) !important;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4);
}

.row.dashhboard-widgts .forth-coloum-dashbaord .widget-panel i {
 background: linear-gradient(60deg,#4ba554,#1c5521) !important;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgb(47, 117, 54);
}

.row.dashhboard-widgts .fifth-coloum-dashbaord .widget-panel i {
  background: linear-gradient(60deg,#7b1fa2,#913f9e) !important;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4);
}
.row.dashhboard-widgts .sixth-coloum-dashbaord .widget-panel i {
background: linear-gradient(60deg,#4ba554,#1c5521) !important;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgb(47, 117, 54);
}
.dataTables_wrapper .dataTables_length label {
  color: #fff;
}

.dataTables_wrapper .dataTables_filter label {
  color: #fff;
}

body btn.btn-default.waves-effect.waves-light {
  background-color: #4ba554 !important;
  border: 1px solid #7b1fa2 !important;
  background: linear-gradient(60deg,#7b1fa2,#913f9e) !important;
}
.wrapper .card-box {
  background-color: #253048;
  box-shadow: 0px 4px 5px #0b0b0b99;
}

.card-box .form-group .col-sm-4.control-label {
  color: #fff;
} 
/*---------------Start Media Querry------------*/
@media (max-width:1200px)
{
	.row.dashhboard-widgts .col-sm-8 {
  width: 100%;
}
.row.graph-orders .card-box .nicescroll {
  min-height: auto;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#topnav .navigation-menu li.has-submenu a {
  display: block;
}

#topnav .navbar-custom .navigation-menu i {
  margin: auto;
  display: inherit;
}


#topnav .navbar-toggle:hover span {
  background-color: #fff;
}
.form-horizontal .form-group .nospacecss .control-label {
  font-weight: 600 !important;
  margin-top: 15px;
  padding-left: 10px;
}
}

@media (max-width:639px)
{
.transaction-list span {
  font-size: 12px;
}
.table-responsive table.table-bordered.dataTable 
{
	width:100% !important;
}
.table-responsive .table thead tr th 
{
	font-size: 12px;
}
.table-responsive table.table-bordered.dataTable tr td 
{
	font-size: 12px;
}
.card-box .orders_sta {
  display: none;
}
.dataTables_length {
  margin-top: 15px;
}
.dataTables_filter {
  display: block;
  position: relative;
  width: 100%;
}
.dataTables_length, .dataTables_filter
{
	float:none;
	text-align:left !important;
}
.edit-list-roast .pull-right.m-t-10 {
  width: 100%;
  margin-top: 0 !important;
}
}


@media (max-width:390px)
{
	.table-responsive table.table-bordered.dataTable tr td 
	{
		font-size: 10px;
	}
}

