@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700);@charset "UTF-8";

/*
  ******************
      GENERAL TAGS 
  ******************
*/
body {
  color: #333334;
  background-color: #e7e8ec !important;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #337ab7;
  text-decoration: none;
}

p {
  margin: 0 0 10px;
  line-height: 1.4285em;
}

p:last-child {
  margin-bottom: 10px;
}

h1 {
  font-size: 28px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 0rem;
  font-weight: 200;
}

h3:first-child {
  margin-top: 20px;
  margin-bottom: 10px;
}

hr {
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  background-color: #d9d9d9;
  height: 1px;
}

h3{
  font-weight: normal;
}

h4 {
  margin: 0;
  font-weight: normal;
}

th{
  font-weight: normal;
}

/*
  ******************
      MASTER BLADE 
  ******************
*/
.call-header{
  text-align: center;
  padding-top:5px;
  background: #1a1a1a;
  color:#ffffff;
  font-weight:bold;
}
.call-header p {
  font-weight:bold;
  margin-bottom: 0px;
}
.loginnumber, .loginnumber p{
  padding-top:5px;
  background: #fff;
  color:#333;
  font-weight:bold;
}
.loginnumbertext{
  color: #788288; 
  padding-left: 30px;
}
.loginnumbericons{
  color: #1a1a1a;
  padding-right:0px
}
/*
  ******************
      NAVBAR
  ******************
*/
nav{
  background-color: #e6223a;
  color:white;
}

nav a{
  color:white;
  font-size: 13px;
}

nav a:hover{
  color:white;
}

nav i{
  color: #434d6b;
}

nav li{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

nav li:hover{
  background-color: #c41e32;
}

.sidebar-icon{
  padding-right: 15px;
  font-size: 15px;
}

.dropdown-menu{
  background-color: #e6223a;
}

.dropdown-menu.show{
  background-color: #e6223a;
}

.dropdown-menu a{
  color:white;
}

.dropdown-menu a:hover{
  background-color: #c41e32;
}

.dropdown-menu.show a:hover{
  background-color: #c41e32;
}

.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media only screen and (max-device-width: 480px){
  nav a, nav i, .sidebar-icon{
    font-size: 30px;
  }
  .dropdown-menu a{
    color: black; 
  }
  .dropdown-menu{
    background-color: #0F7ABC;
  }
}
/*
  ******************
      GLOBAL
  ******************
*/
.global-heading{
  padding-top: 70px;
  padding-left: 20px;
  font-family: inherit;
}
.table-hover > tbody > tr:hover{
  background-color: #f5f8fc;
}

table > thead > tr > th {
  font-weight: bold;
}

.table td, .table th{
  border-top: 0px solid white;
}

table > tbody > tr > th:first-child {
  font-weight: bold;
}
.card-title{
  padding-bottom: 15px;
  font-size: 15px;
}
.form-control{
  font-size: 12px;
}
.removemarginleft{
  margin-left: 0px;
}
/*
  ******************
      GLOBAL FORMS
  ******************
*/
.control-label{
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 13px;
  padding-left: 0px;
}
.formstar{
  color: #ff0000; 
  font-size: 12px;
}
.card-header{
  background-color: #e6223a;
}
.formcardtitle{
  padding-top: 10px; 
  padding-bottom: 0px; 
  color: white
}
.radiolabel{
  padding-left: 6px; 
  padding-right: 6px;
}

.rowformstack{
  padding-top: 10px;
}

.cardstack{
  margin-top: 10px;
}

.btn-brand {
  background: #e6223a;
  color: #ffffff;
  margin-right: 20px; 
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 7%; 
  text-align: center; 
  font-size: 13px;
}

.btn-brand:hover {
  background: #c41e32;
  color: #ffffff;
  
}
.previousrepo{
  font-size: 11px;
}

.yearowner{
  font-size: 11px;
}

.btn-danger{
  font-size: 13px;
  color: white;
  margin-top: 5px;
}

#submitClient{

}

@media only screen and (max-device-width: 480px){
  .control-label{
    font-size: 30px;
    padding-top: 50px;
  }
  .form-control {
    font-size: 32px;
    height: 75px;
  }
  .formcardtitle{
    font-size: 40px;
  }
  h1{
    font-size: 50px;
  }
  center{
    font-size: 25px;
  }
  .previousrepo{
    font-size: 30px;
  }
  .yearowner{
    font-size: 30px;
  }
  input[type=radio], input[type=checkbox] {
    width: 25%;
     height: 40px;
  }
  #addingOwner{
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  .btn-danger{
    font-size: 35px;
  }
  .submitmobile{
    margin-left: -50px;
    font-size: 50px;
  }
  .mobilesubmitgroup{
    display: table;
  }
  .btn-brand { 
    font-size: 30px;
  }
}

@media (max-width: 1184px) {
  .howdidyouhearmobile{
    margin-top: 0px;
    margin-left: 20px;
  }
}

@media (min-width: 1185px) {
  .howdidyouhearmobile{
    margin-top: -100px;
    margin-left: 20px;
  }
}
/*
  ******************
      GLOBAL TABLES
  ******************
*/
.table-striped tr th {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f8fc;
}
#clients-table_filter input, #users-table_filter input{
  -webkit-appearance: textfield;
  width: 320px;
  color: #9c9c9c;
  font: inherit;
  outline: 0;
  padding: 11px 0px 6px 13px;
  outline: 1px solid #e1e2e2;
}
#clients-table_length, .dataTables_info, #users-table_length{
  display: inline;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
a.paginate_button{
  vertical-align: middle;
  font-size: 12px;
  padding: 0.5em 0.8em !important;
  line-height: 1rem;
  font-weight: 400;
  border: none !important;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  color: #333333 !important;
  border-radius: 2px;
  cursor: pointer;
}
a.paginate_button.current {
  background: #5d78ff !important;
  color: #ffffff !important;
}
.appdownload{
  font-size: 12px;
}
.tablet__select {
  padding: 0.65rem 2rem 0.65rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 0.25rem;
}

@media only screen and (max-device-width: 480px){
  .table > tbody > tr > td {
    border-top: none !important;
    font-size: 25px;
  }
  a.paginate_button {
    font-size: 40px;
  }
  .dataTables_info {
    display: none;
  }
  .dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: right;
    margin-top: 24px;
  }
}
/*
  ******************
      INVOICE HISTORY
  ******************
*/
@media only screen and (max-device-width: 480px){
  .invoicehistory, .invoicehistory span {
    font-size: 30px;
  }
}
/*
  ******************
    HISTORY
  ******************
*/
@media only screen and (max-device-width: 480px){
  .history, .history span {
    font-size: 30px;
  }
}
/*
  ******************
    TOGGLE
  ******************
*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: 25px;
  width: 51px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.toogler:checked + .slider {
  background-color: #ecc911;
}

.toogler:focus + .slider {
  box-shadow: 0 0 1px #ecc911;
}

.toogler:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*
  ******************
    USER
  ******************
*/

@media only screen and (max-device-width: 480px){
  .base-input-label {
    font-size: 30px;
  }
  #delete_avatar{
    margin-top: 20px;
  }
  .form-check-label{
    font-size: 30px;
  }
}

/*
  ******************
    INVOICE FORMS
  ******************
*/
.invoiceformbuttons .btn-brand{
 margin-right: 10px;
 margin-left: 4%;
}

/*
  ******************
    SHORT FORMS
  ******************
*/
.shortformshowcard{
  display: block;
  padding-bottom: 50px;
}
.shortformhidecard{
  display: none;
}

#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 14px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
  border-radius: 10px;
  padding-left: 6px;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
  border-radius: 10px;
  padding-left: 6px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}

.form-selectgroup-input:checked+.form-selectgroup-label {
  z-index: 1;
  color: #206bc4;
  background: rgba(32,107,196,.04);
  border-color: #206bc4;
}
.form-selectgroup-label {
  position: relative;
  display: block;
  min-width: calc(1.4285714286em + 0.875rem + 2px);
  margin: 0;
  padding: 0.4375rem 0.75rem;
  font-size: .875rem;
  line-height: 1.4285714286;
  color: #626976;
  background: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #d9dbde;
  border-radius: 3px;
  transition: border-color .3s,background .3s,color .3s;
}

.form-selectgroup-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.form-selectgroup-item{ 
  padding-right: 10px;
}

.me-3 {
  margin-right: 1rem!important;
}

.form-selectgroup-input:checked+.form-selectgroup-label {
  z-index: 1;
  color: #206bc4;
  background: rgba(32,107,196,.04);
  border-color: #206bc4;
}

.form-selectgroup-label {
  position: relative;
  display: block;
  min-width: calc(1.4285714286em + 0.875rem + 2px);
  margin: 0;
  padding: 0.4375rem 0.75rem;
  font-size: .875rem;
  line-height: 1.4285714286;
  color: #626976;
  background: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #d9dbde;
  border-radius: 3px;
  transition: border-color .3s,background .3s,color .3s;
}

.form-selectgroup-input[type=checkbox]+.form-selectgroup-label .form-selectgroup-check {
  border-radius: 4px;
}

.form-selectgroup-check {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(98,105,118,.24);
  vertical-align: middle;
}

.form-selectgroup-input[type=checkbox]:checked+.form-selectgroup-label .form-selectgroup-check {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
}

.form-selectgroup-input:checked+.form-selectgroup-label .form-selectgroup-check {
  background-color: #206bc4;
  background-repeat: repeat;
  background-position: center;
  background-size: 1rem;
  border-color: rgba(98,105,118,.24);
}

.navbar-nav li a {
  font-size: 10px !important;
}

#clientInvoiceForm{
  display: contents;
}




 /** BEGIN CSS NEEDED FOR SWITCH **/
 .on-off-toggle {
  width: 50px;
  height: 15px;
  position: relative;
  display: inline-block;
  float: right; 
  margin-left: 10px;
  margin-top: 5px;
  }
  
  .on-off-toggle__slider {
  width: 50px;
  height: 15px;
  display: block;
  border-radius: 34px;
  background-color: #d8d8d8;
  transition: background-color 0.4s
  
  }
  
  .on-off-toggle__slider:before {
      content: '';
      display: block;
      background-color: #fff;
      box-shadow: 0 0 0 1px #949494;
      bottom: 2px;
      height: 10px;
      left: 4px;
      position: absolute;
      transition: .4s;
      width: 11px;
      z-index: 5;
      border-radius: 100%;
  }
  
  .on-off-toggle__slider:after {
      display: block;
      line-height: 16px;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      content: 'off';
      color: #484848;
      padding-left: 20px;
      transition: all 0.4s;
  }
  
  .on-off-toggle__input {
  /*
      This way of hiding the default input is better 
      for accessibility than using display: none;
  */
  position: absolute;
  opacity: 0;
  }
  
  .on-off-toggle__input:checked + 
  .on-off-toggle__slider {
  background-color: #000
  }
  
  .on-off-toggle__input:checked + 
  .on-off-toggle__slider:before {
      transform: translateX(32px);
  }
  
  .on-off-toggle__input:checked + 
  .on-off-toggle__slider:after {
      content: 'on';
      color: #FFFFFF;
      padding-left: 8px;
  }