/*Colors:
	blue: #134d96;
	green: #3d9292;
	light-grey: #ededed;
	red: #e30613;
*/

body {
	margin: 0;
	padding: 0;
	font-family: 'Museo-sans', sans-serif;
	/*height: 100vh;*/
	overflow: hidden;
}

img {
	width: 100%;
	height: auto;
}

p, ul{
	font-size: 15px;
}

h2, h3 ,h4 {
    text-transform: uppercase;
    margin-top: 0;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
	background-color: transparent!important;
}

/*General styles*/

.pad-l-0 {
    padding-left: 0;
}

.pad-r-0 {
    padding-right: 0;
}

.pad-0 {
    padding: 0;
}

.wht-background {
    background-color: #fff;
    padding: 20px;
    /*min-height: 60vh;*/
    /*max-height: 90vh;*/
    /*height: auto;*/
    box-shadow: 1px 1px 5px grey;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #83d0a2;
	color: #fff;
	display: none;
}

.modal-output {
    margin-top: 15px;
	padding: 10px;
	background-color: #83d0a2;
	color: #fff;
	margin-bottom: 35px;
	display: none;
}

.modal-output1 {
    margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.error1 {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output1 {
	margin-top: 15px;
	padding: 10px;
	background-color: #83d0a2;
	color: #fff;
	display: none;
}

.supplied-qty {
    margin-top: 10px;
    margin-bottom: 10px!important;
}

.act-stock-req {
    margin-top: 2%;
    width:24.5%;
}

#email2 {
	display: none;
}

/*#add_prod_over {*/
/*    padding-left: 15px*/
/*}*/

#add_prod_over2 {
    padding-left: 15px;
    display: none;
}

.accept-stock-table td {
    text-align: left;
    padding-left: 10px
}

/*===============*/

.btn-primary {
	background-color: #3d9292;
	border-radius: 10px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 30px 10px 30px; 
	border: none;
}

.btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active {
	background-color: #3d9292!important;
	border: none;
}

.content {
	background-color: #ededed;
	/*padding: 30px;*/
	/*max-height: 88vh;*/
	height:auto;
}

.content img {
    width:10%;
    float: left;
    margin-right: 0px;
    vertical-align: middle;
}

.content h2 {
    color: #134d96;
    font-weight: 700;
    vertical-align: middle;
}

.permissions h3 {
    color: #3d9292;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
}


.content-inner {
    /*max-height:90vh; */
    /*min-height: 80vh;*/
    height: auto;
    position: relative;
    overflow-y: auto;
    width: 92%;
}

.content-wrapper {
    padding: 40px;
}

/*Header*/

.header {
    background-color: #3d9292;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header img {
    width: 14%;
}

.header .col-md-4 {
    min-height: 63%;
}

.center-icon {
    text-align: center;
    padding-top:0px;
    vertical-align: middle;
    margin-top: 10px;
}

.center-icon a>i:after {
    height: 10px;
    width: 10px;
}

.center-icon a>i {
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 0;
}

.header-profile {
    padding-top: 0px;
    float: right;
    position: relative;
    margin-top: 10px;
}

.header-profile li {
    display: inline-block;
}

.header-profile li {
    color: #fff;
    font-size: 20px;
}

.header-profile li>a {
    color: #fff;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.header-profile li>a>i {
    font-size: 25px;
    vertical-align: middle;
}

/*Dropdown*/

.dropdown {
    position: relative;
    display: block;
}

.dropdown-menu  {
    display: none;
    height: auto;
    z-index:100;
    padding: 15px;
    background-color: #3d9292;
	border-radius: 0;
	position: absolute;
	right: 0px;
	top: 135%;
	color: #fff;
}

#action-dropdown {
    height: auto!important;
    z-index:100!important;
    padding: 15px!important;
    background-color: #ffffff!important;
    border-radius: 0!important;
    position: absolute!important;
    right: 0px!important;
    top: 90%!important;
    color: #fff!important;
    min-width: 249px!important;
    max-width: 249px!important;
    left: auto;
    box-shadow: 0.1px 0.1px 7px rgba(0,0,0,0.4);
    border:none;
}

.actionsbutton {
    background-color: #3D9292!important;
    color: #FFFFFF!important;
}

.my-account-dropdown {
    background-color: #FFFFFF!important;
    color: black!important;
    left: -140px!important;
    z-index: 999;
}

.dropdown-menu li {
    display: block;
}

.dropdown-menu li>a {
    font-size: 15px;
    white-space: pre-line;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 0.5px solid #ECECEC;
    
}

.dropdown-menu li:first-child>a {
    border-top: none;
}

.dropdown-menu li>a:hover {
    color: #fff;
}

.dropdown-menu li>a>i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

/*=======================*/

/*General Form styles*/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

label {
    color: #134d96;
    text-transform: uppercase;
}

input, select {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	border-radius: 4px;
    border: 1px solid rgb(169, 169, 169);
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

#assign-form select, #notification-form select {
    width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #134d96;
	border: none;
	color: #fff;
	-webkit-appearance: none;
  -moz-appearance: none;
}

#notification-form select#department_notifications {
    background-image: url('/images/icons/down-arrow.png');
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-size: 13px;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 0!important;
    background-color: #134D96;
    padding: 10px!important;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline: none;
    white-space: nowrap;
    border-radius: 4px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.ms-options-wrap > button:after {
   content: '';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 5px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #fff!important;
    margin-top: -3px;
}

/*.checkbox {*/
/*	display: inline-block;*/
/*	width: 250px;*/
/*}*/

/*.checkbox label {*/
/*	display: inline-block;*/
/*	width: 150px;*/
/*	vertical-align: middle;*/
/*	padding: 0;*/
/*	padding-top: 5px;*/
/*	padding-bottom: 5px;*/
/*}*/

/*.checkbox label span {*/
/*	padding-left: 10px;*/
/*	padding-right: 10px;*/
/*	margin-right: 15px;*/
/*	border: solid 2px #c9c9c9;*/
/*}*/

/*.checkbox input[type=checkbox]:not(old):checked + label > span {*/
/*	background-color: #621319;*/
/*	border-color: #621319;*/
/*}*/

.notifications-inner .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

/*.checkbox {*/
    /*margin-bottom: 20px;*/
/*    margin-top: 0px;*/
/*    margin-right: 0px;*/
/*    width: 33.3%;*/
/*    float: left;*/
/*    vertical-align: middle;*/
/*}*/

/*.checkbox input[type=checkbox], .checkbox+.checkbox, .radio+.radio {*/
/*    margin-top: 0px;*/
/*    margin-bottom: 0px;*/
/*}*/

/*.checkbox input[type=checkbox]:not(old):checked + label span {*/
/*	background-color: #134d96;*/
/*	border: 1px solid #134d96;*/
/*}*/

/*.checkbox input {*/
/*	display: none;*/
/*}*/

/*.checkbox label {*/
/*    padding-left: 0;*/
/*}*/

/*.checkbox .label {*/
/*    display: inline-block;*/
/*	vertical-align: middle;*/
/*	padding: 0px;*/
/*	width: 50%;*/
/*	color: #134d96;*/
/*	font-size: 12px;*/
/*	font-weight: 600;*/
/*	text-transform: capitalize;*/
/*}*/

.block {
    width:10%;
    padding: 8px;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #134d96;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.notifications-inner textarea, #assign-form textarea {
    margin-top: 20px;
    height: 80px;
}

textarea {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
    border: 1px solid rgb(169, 169, 169);
}

.select2-container .select2-selection--single {
    height:34px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 2px!important;
}

form .form-submit {
    text-transform: uppercase;
    background-color: transparent;
    color: #134d96;
	border: none;
	width: 20%;
	border-radius: 10px;
}

/*=======================*/

.content .lrg-number {
    color: #3d9292;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

#choose_employee {
    width:100%!important;
    margin-bottom:15px!important;
    /*color:#FFFFFF!important;*/
    /*background-color:#134D96;*/
}

.is_read {
    color: #757575!important;
}

.inbox_tr:hover {
    background-color: #ECECEC;
}

#inbox td:hover {
    cursor: pointer;
}

.dashboard h2 {
    font-size: 16px;
}

.dashboard a {
    float: left;
    text-transform: uppercase;
}

.dashboard input[type=submit] {
    width:20%;
}

.latest-alerts .inbox_images {
    width:18%;
}

/*.full_inbox_images {*/
/*    width:10%!important;*/
/*}*/

.inbox_title {
    color:#134D96;
}

.inbox_message {
    color:#134D96;
}

.loader {
    display: none;
}

.branch-select {
    display:none;
}

.select2-container {
    width:100% !important;
}

/* .select2-container--default .select2-selection--multiple {
    background-color: #134d96!important;
}

.select2-default {
    color: #fff !important;
} */

.team-select, .branch-select {
    margin-top: 15px;
}

#message_title {
    margin-top:15px;
}

.dropdown-check-list {
  display: block;
}
.dropdown-check-list .anchor {
  position: relative;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #134d96;
  color: #FFFFFF;
  width: 100%
  /*padding: 8px;*/
}
.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid white;
  border-top: 2px solid white;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-label {
    width: 80%;
    display: inline-block;
    float: right;
}

.dropdown-chk {
    width: 20%;
    display: inline-block;
    float: left;
}

.heading {
    height: 80px;
    /*margin-bottom: 20px;*/
}

.heading h2 {
    vertical-align: middle;
    padding-top: 20px;
}

.dashboard {
    height: auto;
}

.dashboard .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.summary {
    background-color: #fff;
    /*min-height: 450px;*/
    height: auto;
    padding: 20px;
    box-shadow: 1px 1px 5px grey;
}

.summary1 {
    background-color: #fff;
    min-height: 355px;
    height: auto;
    padding: 20px;
    box-shadow: 1px 1px 5px grey;
}

.summary h2 {
    text-align: center;
}

.summary1 h2 {
    text-align: center;
}

.sum-cat {
    /*min-height: 160px;*/
    height: 100%;
    margin-top: 10px;
}

.user-man {
    background-color: #fff;
    min-height:109px;
    height: auto;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 1px 1px 5px grey;
}

.user-man img {
    margin-right: 20px;
}

.user-man h2 {
    text-align: left; 
    padding-top: 10px;
}

.latest-alerts1 .inbox_images {
    width:55%;
}

.latest-alerts {
    background-color: #fff;
    min-height: 296.5px;
    height: auto;
    padding: 20px;
    box-shadow: 1px 1px 5px grey;
}

.latest-alerts1 {
    background-color: #fff;
    min-height: 355px;
    height: auto;
    padding: 20px;
    box-shadow: 1px 1px 5px grey;
}

.latest-alerts img {
    margin-right: 20px;
    width:5%;
}

.latest-alerts1 img {
    margin-right: 20px;
    width:12%;
}

.latest-alerts h2 {
    vertical-align: top;
}

.latest-alerts .heading {
    height: 50px;
    margin-bottom: 20px;
}

#inbox-col-8 {
    padding-left: 5px;
    padding-right: 5px;
}

.alerts-inner {
    height: 100px;
}

.notifications {
    background-color: #fff;
    min-height: 100px;
    height: auto;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 1px 1px 5px grey;
}

.notifications img {
    margin-right: 20px;
}

.notifications h2 {
    vertical-align: middle;
}

.notifications-inner {
    width: 100%;
}

.notifications .heading img {
    width: 10%;
}

#notification-form input, #assign-form input {
    margin-bottom: 0;
}

.proforma {
    background-color: #fff;
    min-height: 135px;
    height: auto;
    padding: 20px;
    box-shadow: 1px 1px 5px grey;
    margin-top: 10px;
}

#see-all-invoices {
    margin-top: 5%;
    font-size: 13px;
    padding: 8px 20px 8px 20px;
}

#view-all-inbox {
    font-size:13px;
    padding: 8px 20px 8px 20px;
    margin-top: 15px;
}

.send-button{
    font-size:13px;
    margin-top: 2%;
    padding: 8px 20px 8px 20px;
}

#send-task {
    margin-top: 10%;
}

.proforma-heading img {
    width:20%;
    margin-right: 20px;
    display: inline-block;
}

.proforma-heading {
    display: inline-block;
    width: 60%;
    float: left
}

.proforma-heading h2 {
    margin-top: 10px;
}

.proforma-inner {
    display: inline-block;
    text-align: center;
    width: 40%;
    float: left;
}

.proforma-inner a {
    float: none;
}

.vs {
    background-color: #fff;
    /*min-height: 130px;*/
    height: 100%;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 1px 1px 5px grey;
}

.vs img {
    margin-right: 20px;
}

.vs {
    text-transform: uppercase;
}

.vs .col {
    width: 30%;
    display: inline-block;
    margin-right: 10px;
}

.vs .col p {
    color: #134d96; 
}

.amount {
    color: #3d9292!important;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}

.assign {
    background-color: #fff;
    min-height: 403px;
    height: auto;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 1px 1px 5px grey;
}

.assign1 {
    background-color: #fff;
    height: auto;
    padding: 20px;
    box-shadow: 1px 1px 5px grey;
}

.assign1 img {
    margin-right: 20px;
    width: 10%;
}

.assign img {
    margin-right: 20px;
    width: 10%;
}

.assign-inner textarea {
    margin-top: 20px;
}

.assign-inner select {
    margin-bottom: 20px;
}

/*Quotes Page*/

#search-quote {
    width:16%;
    float:right;
}

#search-quote-btn {
    float:right;
    margin-left: 10px;
}

.ui-datepicker-calendar {
    display: none;
}

#quotes-date {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid rgb(169,169,169);
    width: 15%;
}

/*Generate Quote Page*/

.border-bottom {
    border-bottom: 1px solid #ececec;
}

.border-top {
    border-top: 1px solid #ececec;
    padding-top: 10px;
}

.sub {
    color: #134d96; 
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px;
}

#generate-quote-form h4, #generate-quote-form2 h4 {
    color: #134d96; 
    text-transform: uppercase;
}

.prev-quote, .users {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

.viewbutton {
    padding-left: 26px!important;
    padding-right: 26px!important;
}

#quote_table1 {
    margin-bottom: 30px;
}

#add-notification{
    width:20%;
}

#add-task{
    width:20%;
}

.inbox {
    background-color: #fff;
    margin-bottom: 40px;
}

.inbox {
  background-color: #fff;  
}

.inbox table {
    width: 100%;
}

.inbox table th {
    color: #134d96;
    padding: 10px;
}

.inbox tr {
    border-bottom: 2px solid #ddd; 
}

.inbox td {
    padding: 10px;
}

.quote-drafts {
    background-color: #fff;
    padding: 20px;
}

.prev-quote table, .quote-drafts table {
    width:100%;
    margin-top: 20px;
}

.prev-quote table th, .quote-drafts table th {
    color: #134d96;
}

.prev-quote td, .quote-drafts td {
    vertical-align: middle;
    padding: 5px;
}

.prev-quote tr, .quote-drafts tr {
    border-bottom: 2px solid #ddd;
}

.prev-quote table a, .quote-drafts table a {
    font-size: 14px;
}

.prev-quote table td span {
    font-size: 12px;
}

.prev-quote select, .users select {
    width: 60%;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #134d96;
	border: none;
	color: #fff;
	margin-right: 10px;
}

.quote-summary {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.remove-assos i {
    font-size: 24px;
    margin-top: 5px;
    color:#134d96;
}

.mgb10 {
    margin-bottom:15px;
}

#generate-quote-form select, #generate-quote-form2 select, #add-user-form select, #add-product-form select, #edit-product-form select, #add-customer-form select {
    width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	border-radius: 4px;
}

#comments {
    height: 120px;
}

.prev-quote thead {
    border-bottom: 1px solid #ececec;
}

#generate-quote-form .btn-primary, #generate-quote-form2 .btn-primary, #save-meter-numbers .btn-primary {
    width: 220px;
    margin-top: 20px;
    border: none;
    text-align: center;
    border-radius: 0;
}

#generate-quote-form .btn-primary.blue, #generate-quote-form2 .btn-primary.blue {
    width:auto;
    margin-top: 0px;
    margin-bottom: 10px;
    border: none;
    text-align: center;
    background-color: #134d96;
	border-radius: 10px;
	font-size: 15px;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px; 
	border: none;
}

#generate-quote-form .btn-primary.blue:hover, #generate-quote-form2 .btn-primary.blue:hover {
    background-color: #134d96!important;
}

.quote-summary-btn {
    float: right;
}

.btn-primary.btn1 {
    display: inline-block;
}

.btn-primary.btn2 {
    display: inline-block;
}

.modal-content {
    border-radius: 0;
}

.modal-body.modal2 {
    text-align: center;
    color: #134d96;
    padding:60px;
    border-radius: 0;
}

.modal-body.modal2 .close {
    color: #134d96;
    opacity: 1;
    font-weight: 700;
    margin-top: -20px;
    font-size: 40px;
}

.modal-body.modal2 a {
    color: #134d96;
}

.modal-body.modal2 .btn-primary {
    width: auto!important;
    color: #fff;
    font-size: 15px;
}

.disabled {
   pointer-events: none;
   cursor: default;
}

input[type=text]:disabled {
    background: #fffff2;
}

input[type=number]:disabled {
    background: #fffff2;
}

textarea[type=text]:disabled {
    background:	#fffff2;
}

#quote_input {
    width: 100%;
}

.typeahead, .tt-query, .tt-hint {
	border-radius: 4px;
	outline: medium none;
	width: 100%;
}
.typeahead {
	background-color: #FFFFFF;
}

.twitter-typeahead {
    display:block!important;
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #3D9292;

}

.tt-suggestion p {
  margin: 0;
}

.typeahead .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu li>a {
    color: #000000!important;
}

/*Meter replacement page*/
.request-form {
    background-color: #fff;
    padding: 20px;
    /*min-height: 142vh!important;*/
    /*height: auto;*/
    margin-bottom: 40px;
}

.request-form1 {
    background-color: #fff;
    padding: 20px;
    /*min-height: 1420px!important;*/
    /*height: auto;*/
    margin-bottom: 40px;
}

.request-form .btn-primary {
    min-width: 20%;
    width: auto;
}

.prev-meter-replacements {
    padding: 20px;
    background-color: #fff;
    /*min-height: 700px;*/
    height: auto;
}

#add_another_image {
    margin-left: 15px;
}

#notes {
    padding-bottom: 120px;
}

/*#product_name1_md {*/
/*    padding-left:0;*/
/*}*/

/*#product_qty1_md {*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/


input[type=text]:disabled {
    background:#FFFFFF;
}

input[type=number]:disabled {
    background:#FFFFFF;
}

textarea:disabled {
    background:#FFFFFF;
}

#meter-replacements-date {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid rgb(169,169,169);
    width: 15%;
}

.prev-meter-replacements select {
    width: 40%;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #134d96;
	border: none;
	color: #fff;
}

.prev-meter-replacements table {
    margin-top: 20px;
    width: 100%;
}

.prev-meter-replacements table th {
    color: #134d96;
}

.prev-meter-replacements th {
    padding-bottom: 10px;
    padding-top: 10px;
}

.prev-meter-replacements tr {
    border-bottom: 2px solid #ddd; 
}

.prev-meter-replacements td {
    padding: 5px;
}

.meter-h2 {
    margin-left: 15px!important;
}

#image-spinner12 {
    display:none;
}


/*My Account Page*/

#account-heading {
    margin-bottom: 50px;
}


/*Customer page*/

.back-to-customers h2 {
    width: 30%;
    float: left;
    vertical-align: middle;
    margin-bottom: 0;
}

.back-to-customers a {
    color: #a3a3a3;
    font-size: 13px;
}

.back-to-customers a>i {
    font-size: 15px;
    padding-right: 5px;
    vertical-align: middle;
}

.back-to-customers {
    margin-bottom: 15px;
}
.address-book {
  background-color: #fff;  
}

.address-book table {
    width: 100%;
}

.address-book table th {
    color: #134d96;
    padding: 10px;
}

.address-book tr {
    border-bottom: 2px solid #ddd; 
}

.address-book td {
    padding: 10px;
}

.address-filter select {
    width: 60%;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #134d96;
    border: none;
    color: #fff;
    margin-right: 10px;
}


/*Add Customer page*/

#add-customer-form .btn-primary {
    width: 20%;
}

/*Edit customer page*/

#edit-customer-form .btn-primary {
    width: 20%;
}

/*Customer Profile page*/

#latest_meters th {
    padding: 5px;
}

#latest_meters td {
    padding: 5px;
}

#invoice_history, th, td {
    border-bottom: 1px solid grey;
    border-collapse: collapse;
}

#invoice_history th {
    padding: 10px;
}

#invoice_history td {
    padding: 10px;
}

#quote_history, th, td {
    border-bottom: 1px solid grey;
    border-collapse: collapse;
}

#quote_history th {
    padding: 10px;
}

#quote_history td {
    padding: 10px;
}

.profile-history .btn-primary {
    font-size: 12px;
    border-radius: 4px;
    margin-top: 30px;
    width:20%;
}

.i-history .btn-primary {
    font-size: 12px;
    border-radius: 4px;
    margin-top: 30px;
    width:20%;    
}

.reg-meter-num .btn-primary {
    font-size: 12px;
    border-radius: 4px;
    margin-top: 30px;
    width:20%;    
}


.profile-details, .profile-history {
    background-color: #fff;
    padding: 20px;
    min-height: 350px;
    height: auto;
    box-shadow: 1px 1px 5px grey;
}

.profile-details h4 {
    text-transform: capitalize;
}

.profile-details p, .profile-history p {
    color: grey;
}

.date span {
    float: right;
    margin-bottom: 10px;
}

.profile-history .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.border-right {
    border-right:1px solid #777;
    height: 100%;
    padding-left: 0;
}

.q-history {
    padding: 20px 0px 20px 20px;
}

.i-history {
    padding: 20px 0px 20px 20px; 
}

.reg-meter-num, .delivery-notes {
    background-color: #fff;
    padding: 20px;
    min-height: 350px;
    height: auto;
    box-shadow: 1px 1px 5px grey;
    margin-top: 15px;
    color: grey;
}

.profile-history {
    color: grey;
    margin-top: 15px;
}

.profile-details {
    margin-top: 15px;
}

/*Users page*/
.users {
    background-color: #fff;  
    overflow-x: auto;
}

.edit-user-page {
    background-color: #fff;  
    padding: 20px;
}

.users table {
    width: 100%;
}

.users table th {
    color: #134d96;
    padding: 10px;
}

.users tr {
    border-bottom: 2px solid #ddd; 
}

.users td {
    padding: 10px;
}

#username, #productname, #company_name {
    width:100%!important;
    padding: 7px!important;
    display:inline-block;
}

.users select {
    width: 31%;
}

#filter-options {
    margin-top: 20px;
}

#btnFilter {
    width: 30%!important;
    border-radius: 0!important;
    padding: 7px!important;
    margin-bottom: 10px!important;
    background-color: #3D9292;
    color:white;
}

/*Edit users page*/

#edit-user-form .btn-primary {
    width: 20%;
}

/*Add user page*/

#add-user-form .btn-primary {
    min-width: 20%;
}

#add-user-form select {
    width: 100%!important;
}

.permissions label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.permissions input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -4px;
    overflow: hidden;
}

.perms_row {
    padding-bottom: 30px;
}

/*.line hr {*/
/*    border-top: 1px solid #000000!important;*/
/*}*/

/*Edit product page*/

#edit-product-form .btn-primary {
    width: 20%;
}

/*Add product page*/

#add-product-form .btn-primary {
    width: 20%;
}

#lbl_ass_prods {
    display: none;
}

/*Invoices page*/

#search-invoice-btn, #search-quote-btn, #search-meter-number-btn {
    width:8%;
    font-size:15px;
    padding:8px 15px 8px 15px;
}

#generate-quote-form  #add-meter-numbers-btn{
    font-size:15px!important;
    padding:8px 15px 8px 15px!important;
    border-radius: 4px!important;
    margin-top: 0!important;
}


.prev-invoices {
    padding: 20px;
    background-color: #fff;  
    margin-bottom: 30px;
}

.invoice-drafts {
    background-color: #fff; 
    padding: 20px;
}

.prev-invoices table {
    width: 100%;
}

.invoice-drafts table {
    width: 100%;
}

.prev-invoices select {
    width: 60%;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #134d96;
	border: none;
	color: #fff;
}

.prev-invoices table th, .invoice-drafts table th {
    color: #134d96;
    padding: 10px;
}

.prev-invoices tr, .invoice-drafts tr {
    border-bottom: 2px solid #ddd; 
}

.prev-invoices td, .invoice-drafts td {
    padding: 5px;
}

#status_select {
    width: 60%;
}

#invoices-date {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid rgb(169,169,169);
    width: 15%;
}

/*Upload Delivery Note*/

#image-spinner-upload {
    display:none!important;
}

.upload-note {
    padding: 20px;
    background-color: #fff;  
    margin-bottom: 30px;
}

#upload-submit-button {
    width: 35%;
    margin-top: 3.5%;
}

#image1-file {
    width: 35%;
}


/*Login page*/
.login {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 90.2vh;
}

.login-block {
	background-color: #fff;
	padding: 30px;
	text-align: center;
}

.login-block img {
	width: 40%;
	float: none!important;
}

.login-block h1 {
	margin-bottom: 40px;
	color: #134d96;
}

#email2 {
    display: none;
}

/*Tasks page*/

.tasks table {
    width: 100%;
}

.tasks table thead {
    background-color: #134d96;
	border: none;
	color: #fff;
}

.tasks table th {
	padding: 5px;
    text-transform: uppercase;
}

.tasks table a {
    color: #000;
}

.tasks table tbody {
    background-color: #fff;
    overflow-y: scroll;
    max-height: 500px;
    height: auto;
}

.tasks table td {
    padding: 10px;
    border-bottom: 2px solid #ddd;
}

/* Meter Numbers Page*/

.meter_input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid rgb(169, 169, 169);
    margin-top: 10px;
}

#scanner-label {
    float: right;
    margin-top: 0.8%;
}

#scanner-chk {
    float: right;
    margin-top: 1%;
    width: 2%;
}

.scannerL {
    float: right;
    margin-top: 0.3%;
}

.scannerC {
    float: right;
    width: 5%;
}

/*Footer*/

.footer {
    background-color: #3d9292;
    /*margin-top: 30px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    /*position: absolute;*/
    /*bottom: 0;*/
}

.login-footer {
    background-color: #3d9292;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    /*position: absolute;*/
    /*bottom: 0;*/
}

.footer p, .footer a {
    margin-bottom: 0;
    color: #fff;
}

.login-footer p, .login-footer a {
    margin-bottom: 0;
    color: #fff;
}

/*View Quote*/
.view-quote-p{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight:800;
    font-style:italic;
}

.paginator {
    padding-bottom: 20px;
    padding-top: 20px;
}

.paginator .btn-primary {
    font-size: 16px;
    width:auto;
    min-width: 150px;
    display:inline-block;
    margin-right: 15px;
}