/*
Theme Name: Tracking
Description: 

Sections:
  Header
  Navigation
  Content - Body
  Forms
  Footer
  
  Media
*/

/* html { overflow-y: scroll } */

.modal-open {
    padding-right: 0px !important;
    overflow: auto;
}

.modal {
  overflow-y:auto;
}

.card {
  border-radius: .25em .25em 0 .25em;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(http://tracking.bluecapra.com/tracking/vendor/MaterialIcons-Regular.eot); /* For IE6-8 */
/*  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(http://localhost/tracking/vendor/MaterialIcons-Regular.woff2) format('woff2'),
    url(http://localhost/tracking/vendor/MaterialIcons-Regular.woff) format('woff'),
    url(http://localhost/tracking/vendor/MaterialIcons-Regular.ttf) format('truetype');
*/
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://tracking.bluecapra.com/vendor/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://tracking.bluecapra.com/vendor/MaterialIcons-Regular.woff) format('woff'),
    url(https://tracking.bluecapra.com/vendor/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  
  /* display: inline-flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* vertical-align: middle; */

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/* .material-icons.md-light { color: #f8f9fa;} /* same as body text */ */
/* Rules for using icons on update card */
.material-icons.md-update { color: rgba(0, 0, 0, 0); }

/* Rules for using icons for opportunity module */
.material-icons.icons { padding: 0 10px 0 0}

/*************************************************************************************************/
/*************************************************************************************************/
/* Header */
/*************************************************************************************************/
/*************************************************************************************************/ 

.page-title-bar { /* styles the fixed title/header bar */
  background-color: #17a2b8;
  color: white;
  position: fixed;
  z-index: 10;
  width: 100%;
  border-bottom: solid 3px #E8970C;
  height: 37px;
  padding-left: 15px;
  padding-top: 2px;
} 

.list-title,
.review-title {
  padding-top: 40px;
}

.list-title,
.review-title {
  font-size: 1.3rem;
  font-weight: 500;
}


/*** </Header> ***/ 





/*************************************************************************************************/
/*************************************************************************************************/
/* Navigation */
/*************************************************************************************************/
/*************************************************************************************************/

.task-nav {
  bottom: 0px;
  left: 0px;
  padding-left: 7px;
  padding-right: 7px;
  height: 52px;
  z-index: 10;
  position: fixed;
  background-color: #E8970C;
  width: 100%;
  
  margin: auto;
  
  /* border: solid 2px green; */
}

.link-plain,
.link-plain:hover {
  text-decoration: none;
  color: inherit;
}

.btn-updates {
  background-color: #337ab7;
  color: #f8f9fa;
}

.btn-updates:hover {
  background-color: #094C83;
  color: #f8f9fa;
}

.btn-reviews {
  background-color: #8FC93A;
  color: #fff;
}

.btn-reviews:hover {
  background-color: #548908;
  color: #fff;
}

.btn-books {
  background-color: #7A542E;
  color: #fff;
}

.btn-books:hover {
  background-color: #3C2005;
  color: #fff;
}

/* controls the tabs on the review page and the tabs on the update page (filters, modules)*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  /* background-color: #17a2b8;  */
  /* color: #f8f9fa; */
}

.nav-side-btn {
  /* margin-top: 9px; */
  /* margin-bottom: 9px; */
  /* margin-left: 10px; */
}

a:hover {
  text-decoration: none;
}

/*** </Navigation> ***/ 





/*************************************************************************************************/
/*************************************************************************************************/
/* Content - Body */
/*************************************************************************************************/
/*************************************************************************************************/  

body {
  /* color: #dcdcdc;  */
  background-color:#f8f9fa;
  height: auto;
  min-height: 100%;
}

.main-sidebar {
  margin-top: 37px;
}

aside {
  margin-bottom: 50px;
}

.update-mood-flag {
  padding-left: 15px;
}

.thumb_up {
  color: #28a745; /* success */
  padding-left: 7px;
}

.thumb_down {
  color: #ffc107; /* warning */
  padding-left: 7px;
}

.list-view {
  float: right;
  color: #fff; /* info */
}

.card-body:hover>.btn>.material-icons {
  color: #17a2b8;  /* info */
}

.collapse:hover>.btn>.material-icons {
  color: #17a2b8;  /* info */
}

.review-details {
  padding-bottom: 7px;
}

/* .material-icons.md-light { color: #E8970C;} /* same as body text */ */

.material-icons {
  margin-left: 10px;
  margin-right: 20px;
}

.material-icons.md-36 { 
  font-size: 48px;
  line-height: 54px;
}

.container-alert {
  position: fixed; 
  z-index: 100;
  padding-top: 15px;

}

.alert {
  z-index: 15;
}

.hide {
  display: none; 
}
  
.btn-edit,
.btn-opportunity-edit {
  background: #ffffff;
}
  
.overlay-full-page {
  position: absolute;
  opacity: 0.5;
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: 1100;
}

/********** AJAX Loader graphic **********/
.loader {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #28a745; /* success */
  /* border-right: 12px dotted #17a2b8; */
  border-bottom: 12px solid #28a745; /* success */
  /* border-left: 12px dotted #17a2b8; */
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0px 0px -50px;
  z-index: 1200;
}

@-webkit-keyframes spin { 
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#search-results { /* search results area in modal - dashboard */
  height: 218px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: white;
}
/********** </AJAX Loader graphic> **********/

.search-results-window { /* search results area in modal - dashboard */
  padding-top: 0px; 
  margin-top: -10px; 
  /* margin-bottom: 25px; */
}

/* Updates *************************/
.update-card-header {
  padding: 1px 5px 1px 3px;  
}

.update-card-body {
  padding: 3px; 
  background-color: #ffffff; 
  border-radius: .25em 0 0 0;
  line-height: 30px;
}

.update-card-header,
.update-card-body {
  margin-left: 8px; 
}

.update-card-divider {
  height: 7px;
}

.update-card-category {
  margin-top: 4px;
  font-size: 0.75em;
}

.update-verify {
  padding-top: 24px;
}

/* Thoughts *************************/
.thought-card-header {
  padding: 1px 5px 1px 3px;  
}

.thought-card-body {
  padding: 3px; 
  background-color: #ffffff; 
  /* border-radius: 0 0 .25em 0; */
  line-height: 30px;
}

.thought-card-header,
.thought-card-body {
  margin-left: 8px; 
}

.thought-card-divider {
  height: 4px;
}

.thought-card-category {
  margin-top: 4px;
  font-size: 0.75em;
}

/* opportunities *************************/
.bg-opportunity {
  background-color: green;
}
.opportunity-card-header {
  padding: 1px 5px 1px 3px;  
}

.opportunity-card-body {
  padding: 3px; 
  background-color: #ffffff; 
  border-radius: 0 0 .25em .25em;
  line-height: 30px;
}

.opportunity-card-header,
.opportunity-card-body {
  /* margin-left: 8px;  */
}

.opportunity-card-divider {
  height: 4px;
}

.opportunity-card-category {
  margin-top: 4px;
  font-size: 0.75em;
}

.opportunity-status {
  font-size: 0.80em;
  font-style: italic;
}

.complete {
  background-color: #28a745;

}

.header-complete {
  margin-left: 30px;
}

.pending {
  background-color: #17a2b8;
}

.moved {
  background-color: #ffc107;
}

/* Reviews ************************/
.card-header {
  /* background-color: rgba(0,0,0,0); */
  border-bottom: 0px;
}

.bg-weekly {
  background-color: #6CD68C;
  /* margin-left: 60px; */
}

.bg-monthly {
  background-color: #43C3A6;
  margin-left: 20px;
}

.bg-quarterly {
  background-color: #089F36;
  margin-left: 40px;
}

.bg-yearly {
  background-color: #007D26;
  margin-left: 60px;
}

/* .active { */
  /* color: #000; */
  /* background-color: #ccc; */
  /* border-color: #ccc; */
/* } */

.oi {
  line-height: 1.42857143;
}

.exclude {
  opacity: 0.4;
}

.time-period-dates {
  font-size: 0.82em;
  padding-left: 25px;
}

.finalize-checkbox-label {
  /* background-color: green; */
  width: 150px;
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: 75px;
}

.finalize-ready {
  border-radius: 20px;
  background-color: green;
  color: #f8f9fa;
}

/* Modules ************************/

.module-card-header {
  padding: 5px 7px 5px 7px;
  
}

.module-card-body {
  /* margin-top: 7px; */
  padding: 7px;
}

.module-card {
  margin-bottom: 7px;
}

/* Books **************************/

.book-subtitle {
  font-size: 0.75em;
}

.card-book-note {
  background-color: #7A542E;
}

.card-header-book {
  background-color: #D4CEC9;
}

.view-book-note-thoughts {
  opacity: 0.35;
  font-style: italic;
  margin-top: 6px;
}

.book-note-thoughts {
  /* margin-top: -5px; */
  padding-left: 25px;
}

.book-notes-book_id:hover {
  text-decoration: underline;
}

.modal-alert {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffc107;
  padding: 20px;
  border-radius: 5px;
  border: 2px solid red;

  width: 300px;
  height: 60px;
  
  margin: -50px 0px 0px -150px;
  z-index: 1000;
  
}

.book-reading {
  font-size: 0.75em;
  font-style: italic;
  padding-left: 25px;
}

/*** </Content - Body> ***/





/*************************************************************************************************/
/*************************************************************************************************/
/* Forms */
/*************************************************************************************************/
/*************************************************************************************************/

input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"] {
  height: 38px;
}

.radio {
  padding: 5px;
}

.btn {
  z-index: 10;
}

.btn-mood-well {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-mood-not_so_well {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-books-read {
  background-color: #85C7F2;
  color: #fff;
}

.btn-books-list {
  background-color: #F0CF65;
  color: #7A542E;
}

.btn-books-notes {
  background-color: #D0CFCF;
  color: #7A542E;
}

.btn-thoughts {
  background-color: #6C4991;
  color: #fff;
}

.btn-goals-opportunities {
  background-color: #F2A541;
  color: #fff;
}

.btn-dashboard {
  background-color: #89AAE6;
  color: #fff;
}

.btn-affirmations {
  background-color: #6C4991;
  color: #fff;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, 
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:hover {
  color: #fff;
}

.error {
  background-color: #ffffd5;
  border: 2px solid #E8970C;
}

label.error {
  position: absolute;
  right: 7px;
  padding: 3px;
  border-radius: 5px;
  z-index: 1000;
  border: 2px solid #E8970C;
  
}

/*** </Forms> ***/  





/*************************************************************************************************/
/*************************************************************************************************/
/* Footer */
/*************************************************************************************************/
/*************************************************************************************************/


/*** </Footer> ***/  





/*************************************************************************************************/
/*************************************************************************************************/
/* Media */
/*************************************************************************************************/
/*************************************************************************************************/

@media only screen and (min-width: 765px) {
    
  .page-title-bar {
    padding-left: 15px;
    z-index: 25;
  }
  
  .container-alert {
    /* margin-top: 15px; */
    z-index: 15;
    padding-top: 45px;
  } 
  
  .nav-side-btn {
    margin-top: 7px;
    margin-bottom: 17px;
  }
  
  .radio {
    padding: 0px;
  }
  
  .mood-toggle {
  /* position: absolute; */
  /* bottom: 0px; */
  padding-top: 32px;
  /* padding-bottom: 16px; */
  }
  
  .review-details {
    margin-left: 25px;
  }

  .previous-review-list {
    padding-bottom: 7px;
    margin-left: 25px;
  }
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/

  .main-body-content {
    padding-left: 57px;
    padding-top: 37px;
  }
  
  .list-update {
    /* padding: 7px; */
  }
  
  .index-spacer {
    margin-top: 16px;
  }
  
  .list-title {
    font-size: 1.75rem;
    padding-top: 7px;
    padding-bottom: 0px;
  }
  
  .task-nav {
    top: 0px;
    left: 0px;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    width: 42px;
    height: 100%;
    position: fixed;
    background-color: #E8970C;
    z-index: 20;
    /* overflow-x: hidden; */
    text-align: center;
  }
  
  .no-sidebar {
    padding-left: 15px;
  }
  
  /* .material-icons.md-light { color: #f8f9fa;} /* same as body text */ */

  .material-icons {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .material-icons.md-36 { 
    font-size: 36px; 
    /* line-height: 48px; */
  }
  
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 600px) { 
  select,
  textarea,
  input,
  input:focus,
  input:hover {
    font-size: 16px !important;
    
  }
  
  .glyphicon {
    line-height: 1.42857143;
  }
  
}

/*** </Media> ***/ 