html, body { height: 100%; }

body {  font-size: 13.5pt;   color: #878e83; margin:0; font-family: 'Roboto', sans-serif;  display: flex;
  flex-direction: column;}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
* {  box-sizing: border-box;  -webkit-box-sizing: border-box;}
img{max-width:100%;}

.middle-section{ flex: 1 0 auto;}
.container { max-width: 1300px; margin: 0 auto; width: 100%; padding-left: 15px; padding-right: 15px;}
.header { /*box-shadow: 0 2px 10px rgba(0,0,0,0.2);*/ border-bottom: 4px solid #144aa0;}
.header-link {display: flex;align-items: center;padding: 12px 0;    text-align: center; justify-content: space-between; min-height: 98px;}
.home-link { width: 35px; float: right; background: #6cbb50; height: 35px; border-radius: 50px; padding: 9px; display:none;}
.logo { position: absolute; left: 50%; transform: translateX(-50%);}
.menu-toggle { float: left; text-decoration: none; color: #333; font-size: 13px; font-weight: 700; letter-spacing: 1px; }
.desk-menu { display: flex; align-items: center;}
.desk-menu span { margin-left:8px; display:none;}
.mob-menu-icon { display:none;}
.logo img { max-width: 150px;}
/*.nav-link {background: #144ba0;
    background: -moz-linear-gradient(left, #144ba0 0%, #6abc4e 100%);
    background: -webkit-linear-gradient(left, #144ba0 0%,#6abc4e 100%);
    background: linear-gradient(to right, #144ba0 0%,#6abc4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144ba0', endColorstr='#6abc4e',GradientType=1 );}
	

.nav-link ul { padding: 0; margin: 0; display: flex; align-items: center;justify-content: center; list-style: none;}
.nav-link ul li a { color: #fff; text-decoration: none; font-size: 15px; padding: 12px 20px;  float: left;    text-align: center;}*/

.nav-link {max-width: 300px; position: absolute; background: #fff; box-shadow: 7px 10px 17px #ebebeb; display: inline-block; left:-316px; transition: all 500ms ease 0s; height: calc(100% - 102px); z-index: 9;}
.nav-link ul { padding: 0; margin: 0;}
.nav-link ul li {display: inline-block;width: 100%;padding: 5px 10px;border-bottom: solid 1px #f1f1f1;}
.nav-link ul li a {font-size: 15px;padding: 6px 2px;color: #585859;text-decoration: none;display: inline-block;text-indent: 11px;width:100%}
.nav-link ul li:hover { background: #6abc4e; }
.nav-link ul li:hover a{ color:#FFF; }

.nav-link.newactive{left:0%;transition: all 500ms ease 0s;}

.middle-section h1 { color: #144ba0; text-align: center;}

.search {  display: flex;justify-content: center; align-items: center; border: 1px solid #6abc4e; border-radius: 20px;}
.search input[type="text"] { width:300px; height: 40px; border-radius: 30px;border: none; padding: 0 15px;flex: 1;}
.search input[type="submit"] { width: 40px; height: 40px; border-radius: 50px;    border: none;  color: #fff; font-weight: bold; background: #6abc4e; cursor: pointer;}

.footer {  padding: 30px 0; text-align: center; color: #fff; margin-top: 50px; border-top:6px solid #1059a6;    background: #144ba0;}
.footer p { margin: 0; text-transform: uppercase;font-size: 12px; letter-spacing: 1px; font-weight: 700;}

.footer {flex-shrink: 0;}


table.invoice-table { border: 1px solid #ccc; border-collapse: collapse; margin: 0; padding: 0; width: 100%; table-layout: fixed;}
table.invoice-table caption { font-size: 1.5em; margin: .5em 0 .75em;}
table.invoice-table tr {background-color: #f8f8f8; border: 1px solid #ddd; padding: .35em;}
table.invoice-table th {    font-size: 15px; background: #6abc4e; color: #fff; padding: 5px; text-align: center; font-weight: normal;}
table.invoice-table td { border: 1px solid #6abc4e; font-size: 12px; letter-spacing: -1px; background:#fff;    font-size: 14px;}
table.invoice-table td span { padding: 10px 5px; display: block; color: #000;word-wrap: break-word; text-align: center;}
.hide-tr{ display:none;}
.table-pagination { margin: 15px 0; display: flex; justify-content: space-between;}
.pagination {display: inline-block; width: 100%; flex: 1; background: #6cbb50; margin: 0 30px 0 0; max-width: 272px; border-radius: 100px;}

.pagination a { float: left; padding: 8px 16px; text-decoration: none; transition: background-color .3s; color:#fff;}
.pagination a.active { background-color: #4CAF50; color: #fff;}
.perpage select{ font-size: 14px; color: #333; height: 37px; border: 1px solid #ccc; padding: 0 28px 0 5px; background: #fff url(../img/select-arrow.png) no-repeat right center; -moz-appearance: none; appearance: none; -webkit-appearance: none; }
.perpage span { color: #000; font-size: 15px;}


a.edit {  display: list-item; padding: 5px 9px; text-decoration: none; vertical-align: middle; font-size: 14px; color: #FFF; border-radius: 5px; margin: auto; width: 65px;     background: #144ba0;}
a.edit img { max-width: 13px; margin: 0 5px -1px 0; }
a.edit:hover{
}



.new-vendor .block{ width: 49%; float:left; }
.new-vendor .block:nth-child(2){   float:right; }



.creat-form{ padding: 13px 30px 30px 30px; box-shadow: 0 0 12px #DDD; max-width: 1000px; margin: auto; }

.creat-form .block .control{ margin-top: 14px; }
.creat-form .block .control label{ font-size: 14px; color: #000; padding: 0 0 10px 0; display: inline-block; width: 100%;}
.creat-form .block .control .input-text{ width: 100%;  padding: 0 14px; font-size: 14px;}

.fm-action { text-align: right; border-top: solid 1px #ddd; margin-top: 27px; padding-top: 14px; }
.fm-action button {   color: #FFF; border: none; padding: 11px 21px; border-radius: 100px; font-size: 15px;     background: #144ba0;}
.fm-action button:hover {    background: #6abc4e;cursor:pointer}
.agent-page {
  max-width: 600px;
  margin: 0 auto;
}
.h2 {
  text-align: center;
  text-transform: uppercase;
  color: #144ba0;
  margin: 50px 0;
}
.h2 span {
  /*border-bottom: 2px solid #90c24f;*/
  padding: 7px 0;
}
.h2 span::after {
  content: "";
  display: block;
  height: 2px;
  width: 120px;
  background: #90c24f;
  margin: 6px auto 0 auto;
}
.agent-search label, .agent-page p {
  display: block;
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
}
.agent-search input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid #164da0;
  color: #164da0;
  height: 56px;
  font-size: 18px;
  max-width: 500px;
}
.advanced-section {
  padding: 30px 0 0 0;
}
.advanced-content {
  display: none;
}
.advanced-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0 32px 0px 0;
  margin-bottom: 15px;
  display: inline-block;
  background: url(../images/arrow-link.png) no-repeat right center; background-size: 18px;
}
.advanced-link span {
  padding-bottom: 10px;
  border-bottom: 2px solid #90c24f;
}
.advanced-content select {
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  -webkit-appearance: none;
  text-overflow: "";
  background: #144aa0 url(../images/select-arrow-01.png) no-repeat calc(100% - 15px) center;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px 10px 15px;
  min-width: 200px;
  height: 46px; background-size: 18px;
}
.text-center {
  text-align: center;
}
.agent-page input[type="submit"], .search-page input[type="submit"] {
  background: #90c24f;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  color: #144aa0; text-transform: uppercase;
  cursor: pointer; margin-top: 20px; transition: all ease-in-out 0.3s 0s;
}
.agent-page input[type="submit"]:hover, .search-page input[type="submit"]:hover { background: #144aa0; color: #90c24f;}
.check-label {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #144aa0;
}

.check-label:hover input ~ .checkmark {
  background-color: #144aa0;
}

.check-label input:checked ~ .checkmark {
  background-color: #144aa0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-label input:checked ~ .checkmark:after {
  display: block;
}

.check-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.login-page .creat-form { max-width: 500px; padding: 0;  box-shadow: none; }
#UserLoginForm label {
  display: none;
}
#UserLoginForm input[type="text"], #UserLoginForm input[type="password"] {
  border-radius: 4px;
  height: 50px;
  border: 1px solid #164da0; color: #164da0;
}
#UserLoginForm button {
  width: 100%;
  border-radius: 4px;
  height: 50px;
}
#UserLoginForm button span {
  background: #164da0 url(../images/lockIcon.png) no-repeat 0 center;
  background-size: 22px;
  padding: 4px 0 4px 31px;
  font-size: 18px;
}
#UserLoginForm button:hover span{ background-color: #6abc4e;}
#UserLoginForm .fm-action a {
  display: none;
}
#UserLoginForm .fm-action {
  border: none;
}
#UserLoginForm input[type="text"]{ background:#fff url(../images/user01.png) no-repeat calc(100% - 15px) center; background-size: 22px;  padding-right: 40px;}
#UserLoginForm input[type="password"]{ background:#fff url(../images/password.png) no-repeat calc(100% - 15px) center; background-size: 22px;  padding-right: 40px;}

.search-page h2.h2 {
  margin-bottom: 25px;
}
.sort {
  border: 1px solid #144aa0;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between; margin: 30px 0 0 0;
}
.sort > div {
  flex: 1;
}
.sort label {
  color: #144aa0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}
.sort span {
  font-weight: 700;
  color: #144aa0;
  padding: 0 10px;
}
.sort select {
  color: #144aa0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  background: url(../images/arrow-link.png) no-repeat right center;
  border: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  -webkit-appearance: none;
  text-overflow: "";
  text-align: left;
  padding-right: 28px;
  background-size: 18px;
}
.sort a {
  background: #144aa0;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 700;
  transition: all ease-in-out 0.3s 0s;
}
.sort a:hover {
  background: #90c24f;
}
.search-page p {
  display: block;
  color: #000;
  margin-bottom: 15px;
  font-size: 18px;
}

.search-ul {
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
}
.search-ul li {
  padding: 15px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 3px solid #90c24f;
}
.search-ul li:last-child {
  border: none;
}
.search-ul li span {
  background: url(../images/pin.png) no-repeat 0 center;
  color: #144aa0;
  font-weight: 700;
  padding: 5px 15px 5px 35px;
  border-right: 4px solid #144aa0;
  background-size: 22px;
}
.miles-content {
  flex: 1;
  padding: 0 0 0 15px;
  color: #144aa0;
  font-weight: 700;
}
.miles-content p {
  font-weight: 700;
  color: #144aa0;
  margin:0 0 10px 0;
}
.view-detail-btn {
  background: #90c24f;
  text-decoration: none;
  color: #144aa0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 20px;
  font-weight: 700; transition: all ease-in-out 0.3s 0s;
}
.view-detail-btn:hover { background: #144aa0; color: #90c24f; }

select.min-option {
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  -webkit-appearance: none;
  text-overflow: "";
  background: url(../images/arrow-blue.png) no-repeat calc(100% - 15px) center;
  border: 1px solid #144aa0;
  color: #144aa0;
  font-size: 16px;
  padding: 10px 30px 10px 15px;
  width: 200px;
  height: 46px; background-size: 18px; margin: 0 0 12px 15px;
}
.d-flex {
  display: flex;
  align-items: center;
}


@media screen and (min-width:768px) {

table.invoice-table td { border: 1px solid #f2f7fd; background:none;     padding: 5px 0;}
table.invoice-table tr { border: 1px solid #f2f7fd;     background-color: #FFF;}
table.invoice-table tr:nth-child(4n-1) { background: #f2f7fd; }
}
@media screen and (max-width: 990px) {
.search input[type="text"] {
    width: 200px;
}

}
@media screen and (max-width: 767px) {

body{margin-top: 132px;}
.header { position: fixed; top: 0; right: 0; left: 0; z-index: 1; background: #FFF; }
.home-link { display:block;}
.title-search { display: inherit; margin-bottom: 24px;   text-align: center; }
/* .desk-menu{ display:none;}
.menu-toggle {  background: #6cbb50; border-radius: 4px;  padding: 2px 5px; float: left; }
.mob-menu-icon { display:block;} */

.nav-link { max-width: 100%; width: 100%; top: 102px; position: fixed; left: -102%; }
.nav-link.newactive{left:0px;}


.search { position: fixed; top: 67px; right: 13px; z-index: 2;display: none; border:none; }
.search:before { content: ''; border-bottom: 16px solid #144ba0; border-left: 10px solid transparent; border-right: 10px solid transparent; position: absolute;top: 0; right: 17px; }
.search input[type="submit"] { background: #6abc4e url(../img/search-icon.png) no-repeat center center; background-size: 50%; font-size: 0;display: none; }
.search input[type="text"] {    width: 269px; border: solid #144ba0; box-shadow: 0 0 9px #8a8a8a; margin-top: 16px;}

a.edit { display: inline-block; margin: 7px 10px;}


table.invoice-table { border: 0; }
table.invoice-table caption { font-size: 1.3em;}
table.invoice-table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
table.invoice-table tr {border: 0px solid #74c857;margin-bottom: .625em;}

table.invoice-table td {border:none;display: block;font-size: .8em;text-align: right;position: relative;border: 1px solid #74c857;border-bottom: none;}
table.invoice-table td::before { content: attr(data-label); float: left; font-weight: bold;background: #6abc4e;color: #fff;height: 100%;position: absolute;left: 0;display: flex;
  align-items: center;width: 150px;padding-left: 10px;}
table.invoice-table td:last-child { border-bottom: 0; }
table.invoice-table td span { padding: 10px 10px 10px 5px;}
.View-All {display: block;width: 100%;padding: 8px 20px;cursor: pointer;color: #ffffff;font-size: 15px;border-radius: 0;margin: 0px 0 15px 0;text-align: center;text-decoration: none;background: #144ba0;letter-spacing: 1px;text-transform: uppercase;}



table.invoice-table td.view_data, table.invoice-table tr.view_data { display: none;}
.hide-tr{ display:block;}
table.invoice-table .hide-tr td::before { display: none;}
table.invoice-table tr.hide-tr { border: none; background: none; padding: 0;}
table.invoice-table td span { text-align:right;}
.table-pagination { justify-content: center;  flex-wrap: wrap;}
.pagination { flex: inherit; margin: 0 0 20px 0; text-align: center;}
.pagination a { float: none; display: inline-block;}



.new-vendor .block{ width: 100%; float:left; }



html, body { height: calc(100% - 66px); }


.h2 { margin: 20px 0 50px 0; font-size: 21px; }
.sort label{font-size: 12px;}
.sort span {padding: 0 6px;}
.sort select { font-size: 12px; padding-right: 17px; background-size: 13px;}
.sort a { padding: 5px 10px; font-size: 12px;}
.search-ul li span { padding: 2px 10px 2px 20px; background-size: 15px; font-size: 14px;}
.view-detail-btn { font-size: 10px; padding: 3px 12px;}
.miles-content {  padding: 0 0 0 10px;}
.miles-content p { font-size: 12px; line-height: normal;}


}


@media screen and (max-width: 575px) {
.title-search { flex-wrap: wrap;}
.search{ margin-bottom:20px;}
select.min-option{ width: 100px;}

}

.genral_form input{
	border-radius: 4px;
	height: 50px;
	border: 1px solid #164da0;
	color: #164da0;
}

.genral_form select{
	border-radius: 4px;
	height: 50px;
	border: 1px solid #164da0;
	color: #164da0;
}
.genral_form .fm-action {
    border: none;
}
.genral_form button {
    width: 100%;
    border-radius: 4px;
    height: 50px;
}

.width33{
	width: 32.33%;
	float: left;
	margin-right: 1%;
}
.width50{
	width: 49%;
	float: left;
	margin-right: 1%;
}
.width100{
	width: 100%;
	float: left;

}
.backbtn{
	width: 100%;
border-radius: 4px;
height: 50px;
color: #FFF;
border: none;
padding: 14px 21px;

font-size: 15px;
background-color: slategray;
float: left;
text-align: center;
font-size: 19px;
text-decoration: none;
margin-top:20px;
}

.genral_form textarea {
    border-radius: 4px;
    height: 60px;
    border: 1px solid #164da0;
    color: #164da0;
    padding-top: 10px !important;
	font-family: inherit;
	width:100%;
}
::-webkit-input-placeholder { /* Edge */
  color: #164da0;
  /* font-weight:bold; */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #164da0;
 /*  font-weight:bold; */
}

::placeholder {
  color: #164da0;
 opacity:1;
}

.zipcodename{
	background-color:#144aa0;
	border-color:#144aa0;
	color:#fff;
}
.zipcodename::placeholder{
	color:#fff;
}

@media screen and (max-width: 575px) {
	.zipcodename{
		width:100%;
	}
}
* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;

  pointer-events: none;
}

/* align icon */

.right-addon .glyphicon { right: 0px;}

/* add padding  */

.inner-addon{
	position: relative;
}
.left-addon .glyphicon {
        right: 2px;
    top: 5px;
    color: #fff;
    font-size: 14px;

}
.zipcodename{
	width:250px;
}
@media screen and (max-width: 575px) {
	.zipcodename{
		width:160px;
	}
}
#mapdiv{
	display:none;
}
.mapactive{
	background: #144aa0;
	color: #fff;
	border:1px solid #144aa0;
}
.mapinactive{
	background: #fff !important;
	color: #144aa0 !important;
	border:1px solid #144aa0;
}

.cakephpdate{
  width: 32% !important;
  margin-right: 1%;
}

.back_btn {
  width: 100%;
margin-top: 30px;
margin-bottom: 30px;
float: left;
text-align: center;
background-color: #000;
color: #fff;
padding-top: 15px;
padding-bottom: 10px;
text-decoration: none;
height: 50px;
border-radius: 5px;
}