

/* MY CODE */

/***************************/
/*GENERAL STYLING */
/***************************/
header,main, footer, main{ 
  padding-left: 250px;
}

main.no-nav{
  padding-left: 0;
}

html, body {
  height: 100%;
}
body {
  background-color: #f8f8f8;
}

a {
  text-decoration: none;
}

.main-wrapper {
  margin: auto;
}

ul li {
  list-style: none;
  padding-bottom:5px;
  padding-left:5px;
}
ul li i{
  padding:0 10px;
}


.smalltext{
  font-size: medium;
  line-height:17px;
  font-style: italic;
  font-weight: 300;
  color:grey
}

.subheading{
  color:#415A71;
  font-size: 1.5em;
}

.icon-heading{
  font-size:1.5rem;
  padding-right:10px;
}
.icon-detail{
  font-size:1.3rem
}
.flex-container {
  display: flex;
  flex-direction: row;
  
}
.flex-push {
  margin-left: auto;
}
.flex-container-wrap {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.flex-container-end{
  display: flex;
  flex-direction: row;
  justify-content: end;
}
pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/***************************/
/* Style Clearing Tools    */
/***************************/
.no-padding{
  padding:0 !important;
}
.no-margin{
  margin:0 !important;
}

/***************************/
/*Card Styling */
/***************************/

.card-heading{
  font-size:1.5em;
}
.header-row div{
  font-weight: 800;
}

/***************************/
/*NAV BAR STYLEING */
/***************************/

header nav {
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
}
main nav{
  z-index: 999; /* This z-index should always be one less than the header.*/
  margin-bottom: 20px;
  padding-top:-10px;
  margin-top:-1px;
  text-align: center;
  color:black;
  background-color: #FFFFFF;

}


#nav-links {
  font-size: 18px;
}

.salespen-logo {
  display: inline-block;
  margin: 0 auto;
  width: 10em;
  padding-left: 15px;
}

.logo  {
  display: none;
  float:right;
  width: 10em;
  padding-right: 10px;
}

header nav ul li a{
	font-family: arial;
	font-size: 16px;
	color: #FB9606;
  width:100%
}

header{
  z-index: 1000;
}
main nav.pinned{
  z-index: 10000 !important;
  margin-bottom: 10px;
  padding-top:-10px;

  text-align: left;
  color:#FFFFFF;
  background-color: #424242; /* Dark Blue*/

}

main nav h3{
  margin: auto;
  font-size: 24px;
  line-height: 2em;
}


/***************************/
/*LANDING PAGE STYLE */
/***************************/
.cushion{
  padding-left: 20px;
  padding-right: 20px;
}
.list-min-height{
  min-height: 60px;
}
a.btn-large{
  width: 100%;
}
.territoryName{
  color: inherit;
}
.noPadding{
  padding: 2px !important;
}


.contact-toggle{
  margin-top: 30px;
}
.text-label-toggles{
  font-size: 23px;
  display: inline-block;
  margin: 0;
}
.new-contact {
  margin-top: 12px;
  width: 50%;
  font-weight: bold;
}
.freemanmessage {
  color: #37474f;
  font-size: 85px;
  font-family: 'Corben', cursive;
}

.bdmmessage {
  color: #37474f;
  font-size: 85px;
  font-family: 'Corben', cursive;
}

.greet {
  font-size: 20px;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
}

.tableExplanation{
  padding-top: 10px;
  padding-bottom:10px;
  font-family:"Roboto", sans-serif;
  font-size: 2.5em;
  color: #424242;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
.noResult{
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #424242;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contactName{
  font-size: 23px;
  font-weight: bold;
}

.contactAddress{
  font-size: 16px;
  color: #757575;
}

.modifiedDate{
  font-size: 18px;
  color: #424242;
}

.productLeft{
  font-size: 15px;
  color: #757575;
}

.noCall{
  font-size: 20px;
  color: #757575;
}
.show-info-box:hover + .info-box{
  display: block;
  position:absolute;
  z-index: 10000;
  height:70px;
  width: 320px;
  background-color: #b0bec5;
  box-shadow: -1px -2px 34px -17px rgba(0,0,0,0.85);
}

.info-box{
  display:none;
}
.info-box-padding{
  padding: 8px;
}

.toast-style{
  background-color: #17BEBB;
  color: white;
}
a.toast-style:any-link , .toast-style a{
  background-color: #17BEBB;
  color: white;
}
.te{
  border: 1px solid #424242;
  border-radius: 30px;
}

.dropdown-trigger {
  background-color: #76B041;
}
.edit-button{
  background-color: #E4572E;
}

/* Remove Button in dropdown on appointment */
.remove-button a:any-link,.remove-button{
  background-color: #E4572E;
  color: white
}


/* Search Bar */
#search-pop{
  position:fixed;
  z-index:999;
  margin-top:-70px;
  color:white
}
.search-input{
  color: white !important
  ;
}
.fixfixed .header, 
.fixfixed .footer { 
    position: absolute; 
} 
.dropdown-content {
  z-index: 10000;
}

.contains-with-color{
  padding:0 0.5em 0.5em 0.5em;
}
.no-bottom-spacing{
  padding-bottom:0px;
  margin-bottom:0px;
}



.theToggle , .clickable, .cursor-hover{
  cursor: pointer;
}
li.clickable:hover{
  background-color:#e0e0e077 !important;
}


ul#todayCustomerList li.customer:hover, ul#futureCustomerList li.customer:hover, ul#customerList li.customer:hover{
  background-color:rgb(235, 252, 218);
}
.circle-icon {
  background: lightgrey;
  padding:10px;
  border-radius: 50%;
  height: min-content;
}

ul#todayCustomerList li.today-button,
ul#futureCustomerList li.future-button,
ul#customerList li.remove-button,
ul#todayCustomerList div.appointment-date,
ul#futureCustomerList div.appointment-date,
ul#customerList div.appointment-date,
ul#scheduledCustomerList i,
ul#todayCustomerList .scheduled-date,
ul#futureCustomerList .scheduled-date,
ul#customerList .scheduled-date
{
  display:none;
}
ul#todayCustomerList li.remove-button,
ul#futureCustomerList li.today-button, 
ul#customerList li.today-button{
  display: block !important;
}

.collection{
  overflow: visible;
}

#scheduledCustomerList:empty{
  display:none;
}

.appointment-date:empty{
  display:none;
}
#toast-container {
  top: auto !important;
  right: auto !important;
  bottom: 10%;
  left:45%;  
}

.scheduled-date{
  line-height: unset;
  border-radius: 10px;
  width:70px;
  height:70px;
  display:block;
  background-color:lightgrey
}
.scheduled-date div{
  width: max-content;
  margin:0 auto;
  
}
.scheduled-date .display-month{ 
  font-size: 1.2em;
}
.scheduled-date .display-day{ 
  font-size: 2.0em;
  line-height: 1em;
}

.appointment-list-item .btn-large{
  width:60px;
  height:60px;
  margin:0;
  padding:3px 0;
}

.btn-large{
  border-radius: 3px;
}
.btn-flat{
  
  border-color: #757575;
  border-style: solid;
  border-width: 1px;
}

#customerList span.scheduled-appointment-counter{
  margin-left:.5em;
  background-color: greenyellow;
  padding-left: .5em;
  padding-right: .5em;
}
#customerList span.future-appointment-counter {
  margin-left:.5em;
  background-color: yellow;
  padding-left: .3em;
  padding-right: .3em;
}

#todayCustomerList span.appointment-counter, 
#futureCustomerList span.appointment-counter, 
#scheduledCustomerList span.appointment-counter, 
.appointment-counter:empty{
  display:none;
}

/*********************************************************/
/* VIEW CUSTOMER SPECIFIC SCRIPTS
/*********************************************************/
.card{
  
  margin-left: auto;
  margin-right: auto;
}
.card-header span{
  font-size:1.5rem
}

.appointment-list-item:hover{
  background-color:#e0e0e077;
}
.appointment-list-item .scheduled-date{
  padding-top:.2em;
  border-radius: 10px;
  width:70px;
  height:70px;
  display:block;
  background-color:lightgrey
}
.appointment-list-item .scheduled-date .display-month{ 
  font-size: .9em;
}
.appointment-list-item .scheduled-date .display-day{ 
  font-size: 1.9em;
  line-height: 1em;
}
.not-valid-appointment{
  border: solid red 2px;
  background-color: rgb(248, 115, 115) !important;
}
.not-completed-appointment.scheduled-date{
  background-color: lightgreen;
}
.completed-appointment label{
  display:none
}
.completed-appointment div{
  color:#747474
}

/*********************************************************/
/* VIEW APPOINTMENT SPECIFIC SCRIPTS
/*********************************************************/
.appointment-completed div.completed-field{
  display:none;
}

/***************************/
/* TESTING CLASSES         */
/***************************/
.testing-borders{
  border:1px solid lightgrey
}
/***************************/
/*NOTIFCATION MESSAGE BOARD */
/***************************/
.centerit {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
#notificationBoard {
  display: inline-block;
  font-size: 2.5em;
  margin-bottom: 20px;
  margin-top: 20px;

}

#bell {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #757575;
  border-radius: 30px;
  color: #ffee58;
}

.message {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ffd600;
  padding: 50px;
  margin-bottom: 5px;
  border-bottom: solid 5px #bdbdbd;
  border-radius: 25px;
}

.messageChildLeft {
  display: block;
  float: left;
  width: 50%;
}

.messageChildRight {
  display: block;
  float: right;
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 1.5em;
  width: 50%;
}

.from {
  font-size:18px;
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  background-color: white;
  padding: 10px ;
  border-radius: 25px;
  border: 3px solid #757575 ;
}


/***************************/
/*DATEPICKER STYLES */
/***************************/

/***************************/
/*LOGIN BOX */
/***************************/


.login {
  margin: 0;
  position: absolute;
  top: 28%;
  -ms-transform: translateY(-28%);
  transform: translateY(-28%);
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width:90%;
}

.login form{
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin:auto;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.login form input{
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.error {
  font-family: 'Staatliches', cursive;
  font-size: 20pt;
  color: white;
  background-color: #ef5350;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0px 20px 0px;
}

/***************************/
/*LOGIN BOX */
/***************************/

.login form button{
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: #FFC600;
width: 100%;
border: 0;
padding: 15px;
color: #FFFFFF;
font-size: 14px;
-webkit-transition: all 0.3 ease;
transition: all 0.3 ease;
cursor: pointer;
}

.login form button:hover{
  background: #FFC601;
}
.no-nav{
  width:100%;
}

/***************************/
/*LOGOUT BUTTON */
/***************************/


header .nav-logout form button  {
  background: #ef5350 ; /* Green */
  border: none;
  color: white;
  padding: 20px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;

}


/***************************/
/*FORMS FOR INPUTTING INFO */
/***************************/



.signup-form {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

.signup-form input{
  width: 90%;
  height: 40px;
  padding: 0px 5%;
  margin-bottom: 4px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 40px;

}

label.required{
  color:#ef5350
}

/***************************/
/* SELECT2 DROPDOWN STYLES */
/***************************/

.select2-results__options{
        font-size: 16px !important;
        font-family: arial;
        font-weight: 600;
 }

 .select2 {
   font-size: 15px !important;
   font-family: arial;
   margin-bottom: 5px !important;
   margin: 0 .2em;
 }


.a



.delete-button {
  display: block;
  margin: 50px auto;
  width: 30%;
  height: 50px;
  border: none;
  background-color: #ff5252;
  font-family: arial;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}
.select2-label{
  margin-left:20px;
  font-size:16px;
}
.select2-label :required{
    color:#ef5350
}
.required::before{
  content: "* ";
}


/***************************/
/* SIDE NAV OVERLAY POPOUT */
/***************************/

span.menu {

      display: inline-block;
      padding:0;
      list-style:none;
      text-align:left;

}
#search-pop{
  margin-left: 170px !important;

}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 250px; /* 0 width - change this with JavaScript */
    position: static; /* Stay in place */
    z-index: 1000; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #424242; /* Dark Blue*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav li > a {
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: inline-block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #D1D1D1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.menu {
  font-size: 50px;
}

textarea {
      font-family: arial;
      width: 100%;
      font-size: 16pt;
  }

  /***************************/
  /*TASK LIST STYLES */
  /***************************/
.done-button {
  display: inline-block;
  background-color: #d9dfe1;
  color: #363639;
  padding: 2px 6px;
}

.list {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #415A71;
  line-height: 50px;
  text-align: center;

}
.completed {
  color: rgba(128, 128, 128, 0.5);
  text-decoration: line-through;
}

#garbage-delete {
  float:right;
}
#garbage-delete:hover {
  color: #e57373;
}

.task-box{
  border: 5px solid #e0e0e0;
  margin: auto;
  width: 50%;
}

.task-item{
cursor: pointer;
color: #FFF;
background-color: #90a4ae;
border: 1px solid #f8f8f8;
text-decoration: none;
list-style-type: none;
font-family: "Roboto", sans-serif;

}
.task-item a{
color: inherit;


}

/***************************/
/*BDM REPORT PROFILE */
/***************************/
.profile-box{
  border: 5px solid #424242;
  margin-top: 40px;
  height: 150px;
}
.bdm-profile-about{
  text-align: center;
  color: black;
  font-size: 30px;
  display: inline-block;
}
.user-pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  border-radius: 100px;
  border: 3px solid green;

}
.profile-img-box{
  border: 3px solid red;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  height: 100%;
}
.profile-content-box{
  border: 3px solid pink;
  display: inline-block;
  width: 90%;
  height: 100%;
}
header, footer {
  padding-left: 250px;
}

/* This code for cards is to allow them to fill in blank space. Do not remove
   unless you understand the implications of this. */
.cards-container{
  -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                 break-inside: avoid;
}
.cards-container .card{
  width:100%;
  display: inline-block;
  overflow: visible;
}
/***************************/
/* MOBILE BREAK POINT */
/***************************/

 @media only screen and (max-width : 992px) {
/* Removes the padding that the fixed nav bar creates in fixed side nav */
	header, main, footer {
    padding-left: 0;

  }
  .tableExplanation{
    font-size:2.5em !important;
  }

  .login {
    margin: 0 auto;

  }
  .new-contact {
    margin-top: 12px;

  }
  .greet{
    font-size: medium;
  }
  /* Search Bar */
  #search-pop{
    position:fixed;
    z-index:999;
    margin-left:20px;
    margin-top:-70px;
  }
 

    .ui-datepicker {
      width: 300px;
      height: 300px;
      margin: 5px auto 0;
      font: 12pt Arial, sans-serif;
      /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
    }

    .salespen-logo {
      display: none;
    }
    .logo {
      display: none;
    }
    .message {
      display: block;
      position: relative;
      overflow: hidden;
      background-color: #ffd600;
      padding: 50px;
      margin-bottom: 5px;
      border-bottom: solid 5px #bdbdbd;
      border-radius: 25px;
    }

    .messageChildLeft {
      display: block;
      float: left;
    }

    .messageChildRight {
      display: block;
      float: right;
      font-family: "Roboto", sans-serif;
      color: black;
      font-size: 1.5em;
    }

    .shake {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 200px;
      margin: 0;

    }

    .nature {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 450px;
    margin: 0;

    }

    .freemanmessage {
      color: #37474f;
      font-size: 35px;
      font-family: 'Corben', cursive;
    }

    .bdmmessage {
      color: #37474f;
      font-size: 35px;
      font-family: 'Corben', cursive;
    }
}
@media only screen and (max-width: 500px){
  .tableExplanation, h2.tableExplanation {
    font-size:1.65em !important;
  }


	.greet{
    content:'';
    font-size:small;
  }
  .greet span{
    visibility: hidden;
  }
  #search-pop{
    position:fixed;
    z-index:999;
    margin-left:-10px;
    margin-top:-70px;
  }

  .contactName{
    font-size:1.3em;
  }
  .contact-short-info{
    font-size:1em;
  }
}

/* CARDS ISSUES FIX */
@media only screen and (max-width: 600px) {
  .cards-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 601px) {
  .cards-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 993px) {
  .cards-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.text-center {
  text-align: center;
}


/* VUE SPECIFIC */
[v-cloak] {
  display: none;
}