body{
	background: #f8f8f8;
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
}
h2{
	font-size: 1.6rem;
}
label, select, p{
	font-size: 0.85rem !important;
	color: #555 !important;
}
.hide{
  display: none;
}
.show{
  display: block;
}
.error {
    color: red !important;
    font-size: 12px !important;
}

/*Login*/
.login-wrap{
  margin-top: 70px;
}
.login-wrap .card{
  border-radius: 0;
}
.login-wrap .card-head{
  background-color: #002030;
  padding: 15px 10px;
  text-align: center;
}
/*Login*/

/*Bootstrap*/

.form-control{
	font-size: .85rem;
    padding: 10px 15px;
    border-radius: 25px;
    border-color: #bda472;
}
.form-control.error{
  border-color: #ea3232;
}
.form-control.disabled{
  background-color: #eff1f4;
  border-color: #eff1f4;
}
.form-control.disabled:focus{
  border-color: #eff1f4;
}
.form-control:focus
{
	box-shadow: none;
  border-color: #bda472;
  outline: 0
}
.btn:focus{
  box-shadow: none !important;
}
.btn{
	font-size: 0.85rem !important;
}

/*Bootstrap*/
/*Button*/

.btn-rounded{
	border-radius: 30px;
	padding: 5px 20px;
}

/*Button*/

.card-box {
    background: #fff;
    box-shadow: 0px 0px 20px 0px #e2e2e2b8;
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
    /*border-top: 5px solid #FF782D;*/
}
.card-title{
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}
.seperator{
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
    margin-top: 10px;
}
.header{
	background: #002030;
    height: 80px;
    padding: 1.2rem 0;
    box-shadow: 1px 0 10px #dad7d7;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 12;
}
.header .bar-icon{
    display: none;
}
.header .bar-icon:hover{
	text-decoration: none;
}
.header .bar-icon i{
	font-size: 30px;
}
.header .bar-icon i:hover,
.header .header-right .header-icons a:hover{
  color: #bda472;
}
.header .search{
	display: flex;
	justify-content: center;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid #c7c7c7;
    border-radius: 25px;
    /*box-shadow: 0 0 15px #dcdcdc;*/
}
.header .search input{
	border: 0;
	outline: 0;
	font-size: 14px;
  background-color: transparent;
  color: #F5F5F5;
}
.header .search span i{
	font-size: 18px;
    color: #F5F5F5;
}
.header .logo{
    position: absolute;
    left: 10px;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 40px;
}
.header .logo img{
	width: 100%;
}
.header .header-right{
	margin-right: 30px;
}
.header .header-right .header-icons{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 5px;
}
.header .header-right .header-icons a{
	color: #F5F5F5;
	text-decoration: none;
}
.header .header-right .header-icons .dropdown-menu a{
  color: #002030
}
.header .header-right .header-icons .dropdown-menu a:focus{
  background-color: #f8f9fa;
}
.header .header-right .header-icons .user-profile span{
	font-size: 14px;
}
.header .header-right .header-icons .user-profile img{
	border-radius: 30px;
	margin-left: 10px; 
}
.side-menu{
	padding-top: 80px;
}
.side-menu .menu{
	  width: 110px;
    box-shadow: 0px 5px 10px #dad7d7;
    float: left;
    height: calc(100% - 80px);
    /* position: fixed; */
    left: 0;
    background: #fff;
    display: block;
    z-index: 9;
    /*transition: all 2s ease-in-out;*/
}
.side-menu .menu .menu-layout{
	padding-left: 0;
    list-style: none;
    
}
.side-menu .menu .menu-layout li{
	position: relative;
}

.side-menu .menu .menu-layout li a{
	text-decoration: none;
	color: #222;
	font-size: 14px;
	height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}
.side-menu .menu .menu-layout li a i{
	font-size: 30px;
	margin-bottom: 5px;
	color: #696969;
}
.side-menu .menu .menu-layout li.active:after,
.side-menu .menu .menu-layout li:hover:after{
    content: " ";
    background: #bda472;
    border-radius: 10px;
    position: absolute;
    width: 6px;
    height: 90px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    /*left: 0;*/
    right: 0;
}
.side-menu .menu .menu-layout li.active a,
.side-menu .menu .menu-layout li.active a i,
.side-menu .menu .menu-layout li:hover a,
.side-menu .menu .menu-layout li:hover a i
{
  color: #bda472;
  transition: all .3s;
  background: #fffafa;
}


.main-content{
    margin: 20px 45px 80px 155px;
}

select.form-control:not([size]):not([multiple])
{
	height: calc(2.25rem + .5rem);
}
/*Select 2 Plugin*/



/*Select 2 Plugin*/

/*Custom Checkbox*/

.checkbox-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border-radius: 0px;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  transition: all 0.20s;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 15px;
  border: solid #bda472;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-radius: 0px;
  margin: 0px 15px 5px 5px;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  transition: all 0.20s;
}

/*Custom Checkbox*/

/*Custom Radio*/
.radio{
	position: relative;
}
.radio-custom {
  opacity: 0;
  position: absolute;

}
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 32px;
}
.radio-custom + .radio-custom-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 0;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  transition: all 0.20s;
}
.radio-custom + .radio-custom-label:after{
	content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 0;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  transition: all 0.20s;

}
.radio-custom:checked + .radio-custom-label:after{
	content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  z-index: 0;
  border: 6px solid #bda472;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  transition: all 0.20s;
	
}
.radio-custom:checked + .radio-custom-label:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 5px;
  border-radius: 10px;
  margin: 5px 15px 5px 5px;
  -webkit-transition: all 0.20s;
  -moz-transition: all 0.20s;
  -o-transition: all 0.20s;
  transition: all 0.20s;
}

/*Custom Radio*/

/*Profile*/

.profile-img .user-img{
  width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #FF782D;
    padding: 0.4rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.profile-img .user-img:after{
  content: "Edit";
  position: absolute;
  width: 100%;
  height: 0;
  background: #ffffffad;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  color: #FF782D;
  font-weight: 600;
  font-size: 16px;
  padding-top: 5px;
  z-index: 1;
}
.profile-img .user-img:hover:after{
  width: 100%;
  height: 50%;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index: 1;
}
.profile-img .user-img .img{
  width: 84px;
  border-radius: 50%;
  outline: 0;
}
.profile-img .user-img #uploadimg{
  position: absolute;
    z-index: 99999;
    visibility: hidden;
    height: 100px;
    width: 100px;
    top: 0;
    left: 0;
}
.profile-img h4{
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 0;
}
.profile-img span{
  color: #98a6ad;
  font-size: 14px;
}
.profile-info{
  padding: 1rem;
  margin-top: 15px;
}
.profile-info h6{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.profile-info .detail{
  font-size: 13px;
  color: #98a6ad;
  margin-bottom: 15px;
}
.profile-info .info{
  margin-top: 5px;
}
.profile-info .info label{
  color: #98a6ad !important;
  font-weight: 600;
  margin-bottom: 0;
}
.profile-info .info span{
  font-size: 0.8rem;
  margin-left: 10px;
  color: #98a6ad;
}

/*Profile*/

/* Tabs*/
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
  background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FF782D;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 16px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border-color: transparent;
}
.nav-tabs .nav-link{
  color: #000;
  font-size: 16px;
}
/*Tabs*/

/*footer*/

footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
  padding: 10px;
  z-index: 1;
  box-shadow: 0px 0px 10px #ececec;
}
footer .content,
footer .content i{
	font-size: 14px;
}
footer .content a{
	text-decoration: none;
	color: #696969;
}

/*footer*/

/*Button*/


.btn-round{
  border-radius: 25px !important;
    cursor: pointer;
    padding: 5px 25px;
    outline: 0;
    border: 0;
    text-align: center;
    text-decoration: none;
}
.btn-round:focus{
  outline: 0;
}
.btn-light {
  background-color: #bda472;
  border: 2px solid #bda472;
  color: #fff;
}
.btn-light:hover {
  color: #fff;
  background-color: #bda472e3;
  border: 2px solid #bda472e3;
}
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
  background-color: #bda472e3;
  border: 2px solid #bda472e3;
  color: #fff;
}
.btn-darkgray {
    background-color:#002030;
    border: 2px solid #002030;
    color: #fff;
}
.btn-darkgray:hover {
    color: #fff;
    background-color: #002030bd;
    border:2px solid #00203030;
}
.btn-darkgray:not(:disabled):not(.disabled).active, 
.btn-darkgray:not(:disabled):not(.disabled):active, 
.show>.btn-darkgray.dropdown-toggle {
    background-color: #002030bd;
    border: 1px solid #002030bd;
    color: #fff;
}
.btn-light-dark {
  background-color: #84704f;
  border: 2px solid #84704f;
  color: #fff;
}
.btn-light-dark:hover {
  color: #fff;
  background-color: #84704fe3;
  border: 2px solid #84704fe3;
}
.btn-light-dark:not(:disabled):not(.disabled).active, 
.btn-light-dark:not(:disabled):not(.disabled):active, 
.show>.btn-light-dark.dropdown-toggle {
  background-color: #84704fe3;
  border: 2px solid #84704fe3;
  color: #fff;
}
.btn-darkgray-dark {
    background-color:#000202;
    border: 2px solid #000202;
    color: #fff;
}
.btn-darkgray-dark:hover {
    color: #fff;
    background-color: #000202bd;
    border:2px solid #00020230;
}
.btn-darkgray-dark:not(:disabled):not(.disabled).active, 
.btn-darkgray-dark:not(:disabled):not(.disabled):active, 
.show>.btn-darkgray-dark.dropdown-toggle {
    background-color: #002030bd;
    border: 1px solid #002030bd;
    color: #fff;
}
.btn-outline-light {
    color: #bda472;
    border: 2px solid;
}
.btn-outline-light:hover,
.btn-outline-light:not(:disabled):not(.disabled).active, 
.btn-outline-light:not(:disabled):not(.disabled):active, 
.show>.btn-outline-light.dropdown-toggle {
    background-color: #bda472;
    border: 2px solid #bda472;
    color: #fff;
}
.btn-outline-darkgray {
    color:#002030;
    border: 2px solid;
    background-color: transparent;
}
.btn-outline-darkgray:hover,
.btn-outline-light:not(:disabled):not(.disabled).active, 
.btn-outline-light:not(:disabled):not(.disabled):active, 
.show>.btn-outline-light.dropdown-toggle{
    background-color: #002030;
    border: 2px solid #002030;
    color: #fff;
}
/*Button*/

/*Data Table*/

.table{
  width: 100%;
  border: 1px solid #eaeaea;
}

.table td, .table th{
  border-top: transparent;
  border-bottom: 1px solid #eaeaea !important;
  padding: 12px 10px !important;
  font-size: 14px;
  border-right: 1px solid #eaeaea ;
}
.table th{
  border-bottom: 1px solid #111 !important;
  padding: 15px 10px !important;
}
.dataTables_filter input[type=search],
.dataTables_length select{
  border: 1px solid #ccc;
  padding: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 2px 10px;
  margin-top: 10px;
}

/*Data Table*/

/*Dropdown*/
.dropdown-menu{
  /*transform: translate3d(-110px, 55px, 0px) !important;*/
}
.dropdown-item{
  padding: .5rem 1.5rem;
}
.dropdown-divider{
  margin: 0;
}
/*Dropdown*/
/*Pricing*/

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}
.no-gutter .vcenter{
  padding-left: 0;
  padding-right: 0;
}
.plan-item {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}
.plan-item .item-heading {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e8ec;
}
.plan-item .item-heading .name {
    font-size: 14px;
    color: #ff6400;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
    display: inline-block;
}
.plan-item .item-heading .count {
    font-size: 50px;
    color: #2a2d32;
    margin-bottom: 5px;
}
.plan-item .item-heading em {
    color: #cccccc;
    font-size: 14px;
}
.plan-item .item-body .list-features {
    padding: 35px 30px 20px 55px;
    text-align: left;
    list-style: none;
}
.plan-item .item-body .list-features li {
    font-family: Raleway, serif;
    padding: 11px 0;
    color: #cccccc;
}
.plan-item .item-body .list-features li.active {
    color: #666666;
}
.plan-item .item-footer {
    padding: 20px 15px 35px;
}
.plan-item .item-footer .btn {
    border-color: #eeeeee;
    font-size: 11px;
    color: #333333;
    padding-left: 30px;
    padding-right: 30px;
}
.plan-item.active {
    border: none;
    border-top: 5px solid #ff782d;
    position: relative;
    z-index: 3;
    margin: -15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.plan-item.active .item-heading {
    padding-top: 54px;
    margin-bottom: 3px; 
}
.plan-item.active .item-body {
    border-top: 1px solid #e7e8ec;
}
.plan-item.active .item-footer .btn {
    background: #ff6400;
    color: #fff;
}
.plan-item .item-body .list-features li:before {
    content: "";
    font-family: FontAwesome;
    color: #cccccc;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    width: 7px;
    height: 7px;
    background: #ccc;
    border-radius: 50%;
}
.plan-item .item-body .list-features li.active:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #ff6400;
    border-radius: 50%;
}
/*Pricing*/


@media (max-width: 786px) and (min-width: 600px){
	.header .bar-icon{
		width: 65px;
	}
	
}
@media (max-width: 601px) and (min-width: 320px){
	.header .bar-icon{
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5F5F5;
  }
  .header .logo{
    margin: auto;
      position: absolute;
      left: 0;
      right: 0;
      width: 100px;
      height: 50px;
      text-align: center;
  }
	.header .search,
	.header .header-right .header-icons:nth-child(1),
	.header .header-right .header-icons .user-profile span{
		display: none;
	}
	.header .header-right .header-icons .user-profile img{
		margin-left: 0px;
	}
	.header .header-right{
		margin-right: 5px;
	}
	.header .header-right .header-icons{
		padding: 6px;
	}
	.header .header-right .header-icons .simple-icon-bell{
		line-height: 26px;
    	font-size: 20px;
	}
  .main-content{
    margin: 20px 20px 80px 20px !important;
  }
  .side-menu .menu{
    width: 100%;
    position: absolute;
    z-index: 1;
    display: none;
    height: auto;
  }
}
