@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);
@import url(https://fonts.googleapis.com/css?family=Lora:400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900&subset=latin-ext,vietnamese');

/* ==================
 *
 *google fonts 
 *
 *===================*/


/* ==================
 *
 *var section 
 *
 *===================*/


/*****  font size  ******/


/*****  Colors  ******/


/* ==================
 *
 *	Reset Class Css
 *
 *===================*/

body {
	line-height: 24px;
	font-size: 14px;
	color: #80d6a3;
	font-weight: 400;
	color: #444;
	font-family: 'Maven Pro', sans-serif;
	overflow: hidden;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

p {
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
	font-family: 'Maven Pro', sans-serif;
	margin: 0px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,
a:active,
a:focus,
a:active {
	text-decoration: none !important;
}

.clear {
	clear: both;
}


/* ==================
 *
 *  Global Class 
 *
 *===================*/

.btn {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 12px 25px;
	border-radius: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background: transparent;
}

.title {
	text-align: center;
	padding-bottom: 70px;
}

.title h2 {
	color: #333;
	font-size: 25px;
	padding-bottom: 25px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.title h2:before {
	content: '';
	width: 40px;
	height: 2px;
	background: #80d6a3;
	position: absolute;
	top: 12px;
	left: -60px;
}

.title h2:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #80d6a3;
	position: absolute;
	top: 12px;
	right: -60px;
}

.title p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #817C7C;
}

#mixed-items .mix {
	display: none;
}


/* animation keyfrem */

@-webkit-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}

@-moz-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}

@-o-keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}

@keyframes wiggle {
	from {
		top: 10px;
	}
	to {
		top: 20px;
	}
}


/* ==================
 *
 *  section Class 
 *
 *===================*/


/* header style */

header {
	padding: 20px 0;
	background: #313489;
	height: 100px;
}

header .navbar {
	height: auto;
	margin-bottom: 0;
}

.is-sticky #navigation {
	background: #fff;
	z-index: 1000;
	transition: 0.3s;
	width: 100%;
	padding: 0;
}

.navbar-brand {
	padding: 0;
	height: auto;
}

.navbar-toggle {
	border-color: #333;
	transition: 0.3s;
}

.navbar-toggle .icon-bar {
	background: #333;
	transition: 0.3s;
}

.navbar-toggle:hover {
	border-color: #80d6a3;
}

.navbar-toggle:hover .icon-bar {
	background: #80d6a3;
}

.menu a {
	color: #fff;
	transition: 0.3s;
	position: relative;
	font-size: 16px;
}

.menu a:before {
	content: "";
	position: absolute;
	left: 16px;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #80d6a3;
	transition: 0.3s;
}

.menu a:hover {
	background: transparent;
	color: #127d27;
}

.menu .active a {
	color: #80d6a3;
}

.menu .active a:before {
	width: 25px;
}

.menu a:hover:before {
	width: 50px;
	color: #127d27;
}

@media (max-width: 767px) {
	.nav-side-menu {
		position: relative;
		width: 100%;
		margin-bottom: 10px;
	}
	.nav-side-menu .toggle-btn {
		display: block !important;
		cursor: pointer;
		position: relative;
		left: 15px;
		top: 15px;
		z-index: 9999;
		padding: 3px;
		color: #127d27;
		width: 40px;
		text-align: center;
	}
	.menu-list {
		height: auto !important;
		width: 100% !important;
	}
}

@media (min-width: 767px) {
	.nav-side-menu .menu-list .menu-content {
		display: block;
	}
}

@media (max-width: 414px) {
	.dashboard-logo>img {
		width: 35% !important;
	}
	#page-content-wrapper {
		margin-top: -42px;
		width: 100% !important;
	}
	#page-content-wrapper legend {
		text-align: center;
	}
	#page-content-wrapper .well {
		width: 100%;
		overflow-x: auto;
		/* white-space: nowrap; */
	}
	#page-content-wrapper .btn-group-justified {
		width: 255% !important;
	}
	.btn-group-justified .dash-img {
		left: 6px !important;
	}
	.btn-group-justified .dash-img1 {
		left: 18px !important;
	}
	.btn-group-justified .dash-img2 {
		left: 16px !important;
	}
	.btn-group-justified .dash-img3 {
		left: 34px !important;
	}
	.request-detail,
	.request-detail1 {
		width: 100% !important;
	}
	.request-detail,
	.request-detail1,
	.request-detail3 {
		padding: 10px !important;
	}
	.request-detail img,
	.request-detail1 img,
	.request-detail3 img {
		width: 10% !important;
	}
	.request-name h5,
	.request-time h5 {
		margin-top: -10px !important;
		margin-left: 25px !important;
		font-size: 15px !important;
	}
	.request-time .btn-default {
		font-size: 12px !important;
		padding: 8px 10px !important;
	}
	.menu-list li a {
		padding-bottom: 15px;
	}
}

body {
	margin: 0px;
	padding: 0px;
}


/****** sidebar ******/


/*#wrapper {
 left: 0;
 width: 250px;
 background: #313489;
 height: 655px;
 overflow-y: auto;
 position: fixed;
}*/

.menu-list {
	background: #313489;
	z-index: 99;
	height: 655px;
}

#wrapper .toggle-btn {
	display: none;
}

.dashboard-logo {
	max-height: 130px;
}

.dashboard-logo>img {
	margin-top: 30px;
	padding: 3px;
	border: 3px solid white;
	border-radius: 100%;
	width: 50%;
}

.dashboard-content {
	margin-top: 20px;
	color: #fff;
	text-align: center;
	padding-right: 20px;
}

.menu-list {
	position: fixed;
	top: 0;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-list span h5 {
	position: relative;
	font-size: 16px;
}

.menu-list span img {
	position: absolute;
	left: 20px;
	top: 248px;
	color: #41484c;
}

.menu-list li {
	line-height: 40px;
	text-indent: 20px;
}

.menu-list li:nth-child(2) {
	margin-top: 30px;
}

.menu-list li a {
	color: #999999;
	display: block;
	text-decoration: none;
	padding-left: 40px;
}

.menu-list li:nth-child(2) a span h5 {
	padding-left: 20px;
	margin-bottom: 10px;
}

.menu-list li a span:before {
	position: absolute;
	left: 0;
	color: #fff;
	text-align: center;
	width: 20px;
	line-height: 18px;
	font-size: 30px;
}

.menu-list>.sidebar-brand {
	height: 50px;
	line-height: 60px;
	font-size: 18px;
}

.menu-list a:hover,
.menu-list a:focus {
	color: #fff;
}


/***********/

#page-content-wrapper {
	width: 64%;
	margin-left: auto;
	margin-right: auto;
}

#page-content-wrapper legend {
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 0;
}

#page-content-wrapper .well {
	border: 0;
	width: 100%;
}

.semiBold {
	font-size: 12px;
}

#page-content-wrapper .btn-group-justified {
	width: 94%;
}

.btn-group-justified .dash-img {
	position: absolute;
	left: 8px;
}

.btn-group-justified .dash-img1 {
	position: absolute;
	left: 35px;
	top: 13px;
}

.btn-group-justified .dash-img2 {
	position: absolute;
	left: 30px;
	top: 13px;
}

.btn-group-justified .dash-img3 {
	position: absolute;
	left: 48px;
	top: 13px;
}

.request-detail,
.request-detail1,
.request-detail3 {
	padding: 18px;
}

.request-name h5 {
	position: absolute;
	margin-top: -15px;
	margin-left: 46px;
	font-size: 18px;
	color: #127d27;
}

.request-name {
	float: left;
	width: 50%;
}

.request-time {
	float: left;
	width: 50%;
}

.request-time h5 {
	position: absolute;
	margin-top: -15px;
	margin-left: 45px;
	font-size: 16px;
	color: #127d27;
}

.request-setting {
	margin-top: 20px;
}

.request-detail img,
.request-detail1 img,
.request-detail3 img {
	width: 4%;
}

.request-place {
	margin-top: 20px;
}

.request-time .btn-default {
	padding: 10px 18px;
	background-color: #313489;
	color: #fff;
	border-color: #313489;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 14px;
	text-transform: capitalize;
	margin-left: 10px;
}

.request-time .btn-default:hover,
.request-time .btn-default:focus {
	background-color: #127d27;
	border-color: #127d27;
}


/*.provider-dash li.active {
 background-color: rgba(128, 128, 128, 0.54);
}*/


/*.inset {
 padding: 20px;
}*/

.request-detail,
.request-detail1 {
	min-height: 90px;
	border-bottom: 1px solid #ccc;
	width: 93.5%;
}

.request-detail3 {
	min-height: 145px;
	border-bottom: 1px solid #ccc;
	width: 93.5%;
}

.well {
	background-color: transparent;
}


/*********** custom.css ***********/


/******** provider dashboard ***********/

@media (max-width: 480px) {
	#page-content-wrapper legend {
		font-size: 18px !important;
	}
	#page-content-wrapper .btn-group-justified span {
		font-size: 10px !important;
	}
	.btn-group-justified .dash-img2 {
		left: 14px !important;
	}
	.btn-group-justified .dash-img3 {
		left: 28px !important;
	}
	.request-detail3 {
		width: 100% !important;
		min-height: 130px !important;
	}
}


/******** provider-update *****/

.update-profile {
	padding: 20px;
}

.provider-update {
	margin-top: 215px;
}

.driver-profile-img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 163px;
	height: 163px;
	position: relative;
}

.driver-profile-img span {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 156px;
	height: 156px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #127d27;
}

.driver-profile-img span img {
	width: 100%;
}

.driver-profile-img b {
	margin: 13px 0 0 0;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

.driver-profile-img b a {
	margin: 0px;
	padding: 0px;
	top: 0;
	left: 0;
}

.driver-profile-img b a i {
	margin: 0px;
	padding: 9px 0 0 9px;
	position: absolute;
	top: 0;
	left: 0;
	background: #313489;
	cursor: pointer;
	height: 35px;
	width: 35px;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
}

.upload-photo {
	font-size: 22px;
	position: absolute;
	margin-top: 165px;
	padding-left: 6px;
}

.uploading .modal {
	z-index: 9999;
	padding-top: 0;
}

.modal {
	display: none;
	position: fixed;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.popup-box3 {
	height: auto !important;
}

.image-upload-1 {
	width: 353px;
	margin: 52px auto;
	padding: 0px;
}


/*.modal-content {
 background-color: #fefefe;
 margin: auto;
 padding: 20px;
 border: 1px solid #888;
 width: 25%;
 height: 250px;
}*/

.upload-content {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 90%;
}

.upload-content h4 {
	margin: 0 0 35px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 21px;
	color: #127d27;
	position: relative;
}

.fileupload-new {
	color: #fff !important;
	font-size: 15px !important;
}

.upload-content .thumbnail {
	width: 100%;
	height: 150px;
	margin: 0!important;
}

.upload-content .btn-file {
	margin: 0px;
	padding: 5px 0;
	float: left;
	width: 100%;
	border-radius: 0 0 3px 3px;
	background: #127d27;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 15px;
	border: none!important;
}

.modal-content span {
	font-size: 30px;
	padding-left: 25px;
	color: #127d27;
}

.upload-content .btn-file>input {
	margin: 0px;
	padding: 5px 0;
	background: #127d27;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	transform: none;
}

.popup-box3 .btn-danger {
	border-radius: 50%;
	font-weight: 600;
	margin: 0;
	padding: 0 7px 2px;
	position: absolute;
	right: 6px;
	top: 50px;
	width: auto !important;
	display: none;
}

.popup-box3 .save {
	margin: 15px 0;
	padding: 12px 0;
	background: #313489;
	color: #FFFFFF;
	font-size: 18px;
	float: left;
	width: 48%;
	border: none;
	border-radius: 3px;
}

.popup-box3 .cancel {
	margin: 15px 0;
	padding: 12px 0;
	background: #838383;
	color: #FFFFFF;
	font-size: 18px;
	float: right;
	width: 48%;
	border: none;
	border-radius: 3px;
}

.provider-update .form-group {
	width: 70%;
}

.create-account-input {
	margin: 0px;
	padding: 0 0 0 10px;
	float: left;
	width: 97%;
	height: 44px;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	margin-bottom: 20px;
}

#Category {
	font-family: 'Maven Pro', sans-serif;
	width: 85%;
	height: 40px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
}

#home-services,
#Carpentry,
#plumbing {
	width: 85%;
	border: 1px solid rgb(204, 204, 204);
	padding: 15px;
}

.provider-right input[type="submit"] {
	margin: 0px;
	padding: 0px;
	display: inline-table;
	font-size: 18px;
	border: 1px solid #313489;
	width: 172px;
	height: 47px;
	text-align: center;
	color: #313489;
	border-radius: 3px;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 30px;
	background-color: #fff;
}

#updateDiv1 #Carpentry {
	overflow-y: scroll;
	width: 80%;
	height: 155px;
}

#updateDiv1 .profession {
	width: 40%;
}

.update-detail textarea.form-control,
.update-detail2 textarea.form-control {
	width: 75%;
	background-color: #fff;
}

.update-detail1 textarea.form-control {
	width: 75%;
	background-color: #fff;
}

.update-detail1 {
	margin-top: 20px;
}

.update-detail {
	margin-top: 25px;
}

.exp-detail {
	width: 60%;
	margin-top: 30px;
}

.update-detail textarea,
.update-detail1 textarea,
.exp-detail textarea,
.cost-hr1 input[type="text"],
.cost-per-hour textarea {
	background-color: #f5f5f5 !important;
}

.cost-hr1 {
	float: left;
	width: 30%;
}

.cost-detail {
	padding-bottom: 20px;
}

.cost-hr1 p {
	padding-bottom: 10px;
}

.provider-lang {
	margin-top: 25px;
}

.cost-per-hour {
	width: 60%;
	margin-top: 65px;
}

.upload_cer {
	float: left;
	width: 30%;
}

.upload_cer .driver-profile-img span {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 115px;
	height: 115px;
	overflow: hidden;
	border-radius: 2%;
	border: 3px solid #127d27;
}

.upload_cer .driver-profile-img b a i {
	margin: 0px;
	padding: 9px 0 0 9px;
	position: absolute;
	top: -23px;
	left: -13px;
	background: #313489;
	cursor: pointer;
	height: 35px;
	width: 35px;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
}

.upload_cer .upload-photo {
	font-size: 14px;
	position: absolute;
	margin-top: 132px;
	padding-left: 0;
}


/****** availability *****/

.availability {
	margin-top: 30px;
}

.availability .btn-info {
	background-color: #fff;
	color: #127d27;
	border-color: #127d27;
}

.availability .fa-pencil {
	padding-left: 20px;
	color: #ccc;
	font-size: 18px;
}

.avail_table {
	margin-top: 20px;
}

.avail_table .table {
	width: 60%;
}

.avail_table .fa-clock-o {
	padding-left: 10px;
	color: #ccc;
	font-size: 18px;
}

.avail_table .work-day {
	color: #127d27;
	font-size: 16px;
}

textarea .expiry-date {
	width: 60%;
}

.availability .modal-content {
	width: 100%;
	margin: 30px auto;
}

.availability .modal-header {
	background-color: #313489;
	color: #fff;
}

.update_col1 {
	margin-top: 30px;
}

.bootstrap-timepicker {
	width: 31%;
	float: left;
	margin-left: 8px;
}

.bootstrap-timepicker:nth-child(1) {
	margin-left: 0;
}

.availability .modal-body {
	min-height: 190px;
}

.modal-footer .btn-default {
	margin-right: 145px;
	width: 50%;
	padding: 9px 25px;
	background-color: #127d27;
	color: #fff;
}

.availability .button-checkbox {
	padding-left: 2px;
}

.availability .button-checkbox .btn-default {
	padding: 0;
	font-size: 12px;
	width: 85%;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 1px;
	margin-left: 10px;
}

.availability .button-checkbox .btn-primary.active {
	width: 85%;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 10px;
}

.terms {
	position: relative;
	margin-top: 25px;
}

.terms p {
	position: absolute;
	top: 0;
	left: 20px;
}

.terms a {
	color: #127d27;
	text-decoration: underline !important;
}

.terms a:hover {
	color: #313489;
}


/*********** travel-plans *********/

.travel-plan .modal-content {
	width: 50%;
	margin: 50px auto;
}

.travel-plan-img {
	width: 5%;
	position: absolute;
	top: 25px;
	left: 18px;
}

.travel-plan textarea {
	padding-left: 20px;
}

.add-btn {
	margin-right: 63px !important;
}

.travel-plan .request-detail {}

.delete-btn {
	width: 150px !important;
	margin-left: 160px !important;
}

.f_date {
	color: #1b3c88 !important;
	font-size: 15px !important;
}

#show-edit-profile1 .img-responsive {
	width: 6%;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
