@charset "UTF-8";

body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden !important;
  color:#313c41;
  background: #002f43; 
}
a {
  text-decoration: none; 
}
p a, td a, table a{
	color:#313c41;
}
a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0; 
}

a:hover, a:focus {
  text-decoration: none; 
}

.color-pink{
	color:#ee257b;
}
.color-teal{
	color:#12adb4;
}
.color-dark{
	color:#313c41;
}

.left_col {
  background: #002f43; 
}

.nav-sm .container.body .col-md-3.left_col {
  min-height: 100%;
  width: 70px;
  padding: 0;
  z-index: 9999;
  position: absolute; 
}

.nav-sm .container.body .col-md-3.left_col.menu_fixed {
  position: fixed;
  height: 100%;
}

.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
  overflow: visible; 
}

.nav-sm .hidden-small {
  visibility: hidden; 
}

.nav-sm .container.body .right_col {
  padding: 10px 20px;
  margin-left: 70px;
  z-index: 2; 
}

.nav-sm .navbar.nav_title {
  width: 70px; 
}

.nav-sm .navbar.nav_title a span {
  display: none; 
}
.nav-sm .navbar.nav_title a span.d-none {
  display: block !important; 
}

.nav-sm .navbar.nav_title a i {
  font-size: 27px;
  margin: 13px 0 0 3px; }

.site_title i {
  border: 1px solid #EAEAEA;
  padding: 5px 6px;
  border-radius: 50%; }

.nav-sm .main_container .top_nav {
  display: block;
  margin-left: 70px;
  z-index: 2; }

.nav-sm .nav.side-menu li a {
  text-align: center !important;
  font-weight: 400;
  font-size: 10px;
  padding: 10px 5px; }

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
}

.nav-sm ul.nav.child_menu ul,
.nav-sm .nav.side-menu li.active-sm ul ul {
  position: static;
  width: 200px;
  background: none; }

.nav-sm > .nav.side-menu > li.active-sm > a {
  color: #1ABB9C !important; }

.nav-sm .nav.side-menu li a i.toggle-up {
  display: none !important; }

.nav-sm .nav.side-menu li a i {
  font-size: 25px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 5px; }

.nav-sm ul.nav.child_menu {
  left: 100%;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 4000;
  background: #3E5367;
  display: none; }

.nav-sm ul.nav.child_menu li {
  padding: 0 10px; }

.nav-sm ul.nav.child_menu li a {
  text-align: left !important; }

.nav-sm .profile {
  display: none; }

.menu_section {
  margin-bottom: 35px; }

.menu_section h3 {
  padding-left: 23px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 1px 1px #000; }

.menu_section > ul {
  margin-top: 0px; 
  display:block;
}

.main_menu span.fa {
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #C4CFDA; }

.active a span.fa {
  text-align: right !important;
  margin-right: 4px; }

.nav-sm .menu_section {
  margin: 0; }

.nav-sm span.fa,
.nav-sm .menu_section h3 {
  display: none; }

.nav-sm li li span.fa {
  display: inline-block; }

.nav_menu {
  float: left;
  background: #fff;
  border-bottom: 1px solid #e6eaee;
  width: 100%;
  position: relative; }

@media (min-width: 480px) {
.nav_menu {
    position: static; 
	height:80px;	
} 
}
.nav-md .container.body .col-md-3.left_col {
  min-height: 100%;
  width: 230px;
  padding: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; 
}

.nav-md .container.body .col-md-3.left_col.menu_fixed {
  height: 100%;
  position: fixed; 
}

body .container.body .right_col {
  background: #eff3f6; 
}

.nav-md .container.body .right_col {
  margin-left: 230px; 
}

.nav_title {
  width: 230px;
  background: #002f43;
  border-radius: 0;
  height: 80px; 
 border-bottom: 1px solid rgba(255,255,255,0.1);
}

@media (max-width: 991px) {
.nav-md .container.body .right_col, .nav-md .container.body .top_nav {
	width: 100%;
	margin: 0; 
}

.nav-md .container.body .col-md-3.left_col {
	display: none; 
}

.nav-md .container.body .right_col {
	width: 100%;
	padding-right: 0; 
}
}

/**  ------------------------------------------  **/

.container {
  width: 100%;
  padding: 0; 
  max-width:none;
}

.main_container .top_nav {
  display: block;
  margin-left: 230px; }

.no-padding {
  padding: 0 !important; }

/**  Page title
------------------------------------------  **/
.page-title {
  width: 100%;  
  padding: 15px 30px;
  border-bottom: 1px solid #e6eaee; 
}

.page-title h2 {
	font-size:26px;
	font-weight:600;
	margin:0;
	padding:0;
	color:#1c282d;
}

.page-title .title_left h3 {
  margin: 9px 0; 
}

.page-title .title_right {
  width: 55%;
  float: left;
  display: block; 
}

.page-title .title_right .pull-right {
  margin: 10px 0; 
}

/**  ------------------------------------------  **/

.main_content {
  padding: 10px 20px; 
}
.main-area{
	padding:30px;
}

/**  ------------------------------------------  **/
.navbar {
  margin-bottom: 0; }

.navbar-header {
  background: #34495E; }

.navbar-right {
  margin-right: 0; }

.top_nav .navbar-right {
  margin: 0;
  /*width: 70%;*/
  display:table;
  float: right; 
}

.top_nav .navbar-right > li {
  display: table-cell;
  /*float: right;*/
  position: static; 
  border-left:solid 1px rgba(0,0,0,0.1);
  height:80px;
  padding:0 20px;
  vertical-align:middle;
}

@media (min-width: 480px) {
.top_nav .navbar-right li {
    position: relative; 
} 
}
.top_nav .dropdown-menu li {
  width: 100%; 
  padding: 8px 10px; 
}

.top_nav .dropdown-menu li a {
  width: 100%;
  display:block;  
  text-align:left;
}

.navbar-static-top {
  position: fixed;
  top: 0;
  width: 100%; 
}

.sidebar-header {
  border-bottom: 0;
  margin-top: 46px; 
}

.nav.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer; 
}

.nav.side-menu > li > a {
	padding:15px 20px;
}

.nav.side-menu > li > a:hover {
  color: #fff !important; 
  background:rgba(0,0,0,0.2);
  text-decoration: none;  
}
.nav.side-menu > li.active > a {  
  background:rgba(0,0,0,0.1); 
  box-shadow:inset 3px 0 0 0 #ee257b;
}

.nav.child_menu {
  display: none; 
}

.nav.child_menu li:hover,
.nav.child_menu li.active {
  background-color: rgba(255, 255, 255, 0.06); 
}

.nav.child_menu li {
  padding-left: 36px; 
}

.nav.side-menu > li > a, .nav.child_menu > li > a {
  color: #E7E7E7;
  font-weight: 500; 
}

.nav.child_menu li li:hover,
.nav.child_menu li li.active {
  background: none; 
}

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
  color: #fff; 
}

.nav > li > a {
  position: relative;
  display: block;
  color:#fff;
}

.user-setting a, .user-notification a{
	height:31px;
	width:31px;
	padding:0;
	line-height:34px;
}

.top_nav li a i {
  font-size: 16px; 
}

.user-notification .info-number .badge {
    font-size: 0px;
    background: #009933;
    font-weight: normal;
    line-height: 1;
    height: 12px;
    width: 12px;
    border: solid 2px #fff;
    border-radius: 50px;
    position: absolute;
    right: -2px;
    top: -3px;
	padding:.25em .4em;
}

.nav.side-menu > li.active > a {  
  background: #002636;
  box-shadow: inset 3px 0px 0px 0px #ee257b;
}
.main_menu .fa {
  width: 26px;
  opacity: .99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


.site_title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  color: #ECF0F1 !important;
  margin-left: 0 !important;
  line-height: 59px;
  display: block;
  height: 55px;
  margin: 0;
}

.site_title:hover, .site_title:focus {
  text-decoration: none; }

.nav_menu .user-notification .dropdown-toggle::after{
	display:none;
}
li.user-dropdown a {
	color:#313c41;
}

.nav.top_menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #34495E !important; }

/*.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }
*/
.top_search {
  padding: 0; 
}

.top-right {
  float: left;
  margin: 0;
  /*width: 70px; */
}

.nav.toggle, .top_search{
	display:inline-block;
	vertical-align:middle;
}

.top_search {
    padding: 0 25px 0 22px;
	/*border-right:solid 1px rgba(0,0,0,0.1);*/
	height:80px;
	padding-top:22px;
}

.nav.toggle{
	width:80px;
	border-left:solid 1px rgba(0,0,0,0.1);
	height:80px;
	text-align:center;
}

.toggle a {
  padding: 26px 20px 0;
  margin: 0;
  cursor: pointer; 
  line-height:75px;
}

.toggle a i {
  font-size: 26px; 
}

.main_menu_side {
  padding: 0; 
}

/* dashboard widget  
---------------------------------------*/
.dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  /*z-index: 9998;*/
  border: 1px solid #D9DEE4;
  border-top-left-radius: 0;
  border-top-right-radius: 0; 
}

.dropdown-menu > li > a {
  color: #5A738E; 
}

.navbar-nav .open .dropdown-menu {
  position: absolute;
  background: #fff;
  margin-top: 0;
  border: 1px solid #D9DEE4;
  -webkit-box-shadow: none;
  right: 0;
  left: auto;
  width: 220px; 
}

.navbar-nav .open .dropdown-menu.msg_list {
  width: 300px; 
}

/* ***** buttons ********/
.btn {
  border-radius: 50px; 
  color:#fff !important;
  padding-left:15px;
  padding-right:15px;
  font-weight:700;
  text-transform:uppercase;
  font-size:12px;
}
.btn.btn-lg {
	font-size:14px;
	padding:10px 15px;
}
.btn.btn-icon{
	height:31px;
	font-size:16px;
	width:31px;
	line-height:31px;
	padding:0;
}
.btn.btn-pink{
	background:#ee257b;
}
.btn.btn-teal{
	background:#12adb4;
}
.btn.btn-light{
	background:#eff3f6;
	border:solid 1px #e6eaee;
	color:#313c41 !important;
}
.btn:hover{
	color:#fff !important;
	background:#1c282d !important;
}

/** login **/
.login-register {
  background: url(../images/bg-image.jpg) no-repeat; 
  background-size:cover;

}
.login-register .logo-area img{
	max-width:250px;
	margin:auto auto 20px;
	display:block;
}
.login_wrapper {
  margin: 0px auto;
  margin-top: 5%;
  max-width: 550px;
}
.form-login-register{
	padding-top:20px;
}
.form label{
	margin-bottom:5px;
	font-size:14px;
	font-weight:600;
}
.form-login-login .form-group, .form-password .form-group {
    padding: 0 20px;
}
.form-login-register .custom-checkbox{
	margin-left: 20px;
}
.form-control {
	border-radius:50px;
	font-size:14px;
	font-weight:600;
	color:#222;
	height:40px;
}

header {
  width: 100%; }
  
  
/******************************************************************************/

.card{
	border-radius:10px;
	border:solid 1px #e6eaee;
  /*overflow: hidden;*/
} 
.card-header{
	background:#fafbfc;
	border-bottom:solid 1px #e6eaee;
} 
.card-header h4{
	font-size:20px;
	font-weight:600;
	margin:0; padding:0;
}
.card-header h5{
	font-size:18px;
	font-weight:800;
	margin:0; padding:0;
}
.card-header:first-child {
    border-radius: 10px 10px 0 0;		
}
.card-body {
    padding: 1.25rem 1.25rem 0.1rem 1.25rem;
}
.card-footer {
    background-color: rgba(255,255,255,1);
    border-top: solid 1px #e6eaee;
	padding:1.25rem;
}
.card-footer:last-child {
    border-radius: 0 0 10px 10px;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.card>hr {
    border-color:#e6eaee;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #e6eaee;
}
.list-group-item a{
	color:#313c41;
}
.list-group-item a:hover{
	color:#000;
}
.btn-group.btn-toggle{
	background: #313c41;
    border-radius: 50px;
}	
label.btn{
	margin:0;
}	
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-radius: 50px;
}
.btn-default.btn-on.active{background-color: #12a9b0;color: white; border:solid 2px #313c41;}
.btn-default.btn-off.active{background-color: #12a9b0;color: white; border:solid 2px #313c41;}
[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none;
}

.badge{
	border-radius: 50px;
    text-transform: uppercase;
    padding: 4px 7px 3px;
    font-size: 10px;
    line-height: 1;
}


/* Open Order
---------------------------------------------*/
.open-order-carousel{
	margin-bottom:15px;
}
.open-order-carousel .card{
	margin:10px;
}
.open-order-carousel .card-body{
	padding:1rem;
	color:#222;	
}
.order-carousel .slick-prev .fa, .order-carousel .slick-next .fa{
	font-size:18px;
}
.order-carousel .slick-prev, .order-carousel .slick-next{
    border-radius: 50px;
	padding:0;
	height:30px;
	top: 45%;
	border:solid 1px #e6eaee;
	background:#eff3f6;
	color:#000;	
}	
.order-item{
	display:table;
	width:100%;
	padding:1rem 1.25rem;
	border-bottom: solid 1px #e6eaee;
}
.card .order-item:first-child{
	border-top: solid 1px #e6eaee;
}
.card .order-item:last-child{
	border:none;
}
.order-item .order-action, .order-item .order-info{
	display:table-cell;
	vertical-align:middle;
}
.order-info h5{
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:600;
}
.order-info .order-date{
	font-size:12px;
}
.order-item .order-action{
	text-align:right;
	width:40px;
}
.action-btn .btn-icon{
	font-size:18px;
	line-height:34px;
}
.ship-date, .order-total, .order-name{
	display:inline-block;
	vertical-align:middle;
}
.ship-date, .order-total{
	font-size:13px;
	text-align:left;
	padding:0px 30px 0 0;
	line-height:1.1;
	font-weight:600;
	float:right;
}
.ship-date span, .order-total span{
	display:block;
}

/* Table
----------------------------------------*/
table, .table, .table-bordered{
	background:#fff;
	border:none;	
	border-radius:10px;
	box-shadow: 0px 0px 0px 1px #e6eaee;
	/*border-collapse: collapse;
	border-radius: 1em;
  overflow: hidden;*/
}
.table thead{
	border-radius:10px 10px 0 0;
	/*border:solid 1px #000;*/
}
.table th, .table td{
	border-top:none;
	border-radius:15px;
}
.table th, .table td{
	border-width:1px 1px 1px 0;
}
/*.table th:last-child{
	border-width:1px 0px 1px 0;
}*/
.table tr:last-child td:last-child{
	border-width:1px 0px 0px 1px;
}
.table tr:last-child td:first-child{
	border-width:1px 1px 0px 0px;
}
.table tr:last-child td{
	border-bottom-width:0px;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
	border-radius:10px;
}
.main-title th{
	font-weight:800;
	font-size:18px;
	color: #1c282d;
}
.sub-title td{
	background:#eff3f6;
	border-radius:0;
	font-weight:600;
	color: #1c282d;
}
table .btn-group .btn+.btn{
	margin-left:3px;
}

/* Market Trips
---------------------------------------*/
.m-event{
    display: table;
    width: 100%;
    padding: 1rem 1.25rem;
    border-bottom: solid 1px #e6eaee;
}
.m-event:last-child{
	border:none;	
}
.m-event .m-event-action, .m-event .m-event-info {
    display: table-cell;
    vertical-align: middle;
}
.m-event-info h5 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.m-event .m-event-action{
	text-align:right;
}
.m-event .event-date{
	font-size:12px;
}
.m-event-info span{
	margin-right:5px;
}
.btn.btn-no-of{
	cursor:default !important;
}

/* Settings
-------------------------------------*/
.setting img{
	height:70px;
	margin-bottom:15px;	
}
.setting{
	padding:30px 30px 0;
	min-height:200px;
}
.setting:hover{
	box-shadow:0px 0px 0px 3px #e6eaee;
	border-radius:10px;
}

/* Profile
-----------------------------------*/
.profilePic img{
	border-radius:500px;
	margin:auto;
	display:block;
}
.profilePic-upload{
	margin-top:-20px;
	z-index:1;
	position:relative;
}

/* Order Detail
------------------------------------*/
.order-detail {
    display: table;
    width: 100%;
    padding: 0.5rem 1.25rem;
    border-bottom: solid 1px #e6eaee;
}
.order-detail:last-child{
	border:none;
}
.order-detail .detail-title, .order-detail .detail-info {
    display: table-cell;
    vertical-align: middle;
	font-size:17px;
}
.order-detail .detail-info{
	text-align:right;
}
.order-detail .detail-title{
	font-weight:800;
}
.card #accordion{
	padding: 1.5rem 1.25rem;
}

.bs-stepper .step .btn:hover {
    color: #fff !important;
     background: none !important; 
}
.bs-stepper i.fa.fa-credit-card {
    font-size: 39px;
    margin-left: 7px;
}



/* Register 2
------------------------------------*/
.steps{
  display:block !important;
  margin:15px auto 0;
  text-align:center;
}
.steps .step:before{
  content:"";
  border-top:dashed 1px #313c41;
  position:absolute;
  height:100%;
  width:30px;
  top:50%;
  left:100%;
  z-index:1;
}
.steps .step:last-child:before{
  display:none;
}
.steps .step{
  display:inline-block !important;
  background:#313c41;
  color:#fff;
  border-radius:50px;
  padding:0px 15px 0px 0px;
  margin: 0px 10px;
  position:relative;
  z-index:2;
}
.steps .srno{
  display:inline-block;
  background:#000;
  border-radius:100px;
  height:35px;
  width:35px;
  line-height:30px;
  border:solid 3px #313c41 !important;
}
.steps .step.active{
  background:#12a9b0;
}
.steps .step.active .srno{
  border:solid 3px #12a9b0 !important;
}

.step-content, .access-code{
  padding:0 20px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ee257b;
}
@media (min-width: 576px){
.access-code .form-inline .form-control {
  width:300px;
}
}
@media (max-width: 768px){
.plan {
  margin-bottom:15px;
}

}
@media (max-width: 576px){
.steps .step {
    margin: 3px;
} 
.steps .step:before{
  display:none;
}
}
.bs-stepper .step span{
  color:white !important;
  font-weight: 400 !important;
}
.bs-stepper .step{
  height: auto !important;
  overflow: initial !important;
}
.step-trigger {
  padding: 0px !important;
}
.bs-stepper-content .form-check label {
    line-height: 20pt;
}
.bs-stepper {
    display: block !important;
}
@media (max-width: 768px){
       .bs-stepper .bs-stepper-header {
            white-space: initial !important;
        }
        .bs-stepper:not(.vertical) .step {
             width: auto !important;
        }
}
.register-plans .plan .plan-head {
    border-radius: 10px 10px 00px 0px;
    padding: 7px 5px 0;
    background: #fafbfc;
    border-bottom: solid 1px #e6eaee;
    text-align: center;
}
.register-plans .plan {
    background: #fff;
    border-radius: 10px;
    border: solid 1px #e6eaee;
    padding: 0px;
}
.register-plans .plan ul {
    margin: 0;
    padding: 0;
}
.register-plans .plan li {
    list-style: none;
    padding: 4px 2.4em 4px;
    border-bottom: solid 1px #e6eaee;
    font-size: 14px;
}
.plan-foot {
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.register-plans .plan ul li i {
    margin-left: -21px;
}
.register_wrapper {
    margin: 0px auto;
    margin-top: 5%;
    max-width: 750px;
}
.fc-day-grid-event .fc-content:hover { white-space: unset; }