div.machine-well {
  border-radius: 15px;
  background-color: #ffffff;
}

body.machine {
  background-color: #e9e9e9;
}

.inline-radio-header {
  float: left;
  padding-right: 5px;
}

.btn-light {
    background-color: white;
}

.padless-cell {
  padding-bottom: 0px !important;
  border: 0px !important;
}

#alternative-service {
  display: none;
}

#alternative-maintenance {
  display: none;
}

.case-d-h2 {
    font-family: Roboto;
    text-align: center;
    padding-top: 5rem;
    font-size: 2.5rem;
    font-weight: 300;
}

/*Css for a input box, that serves as a search bar */
.case-d-search {
    font-family: Roboto;
    text-align: center;
    font-size: 0.8rem;
    height: 2.7rem !important;
    width: 20rem !important;
    border: 1px #d9d9d9;

    border-top-style: solid !important;
    border-left-style: solid !important;
    border-bottom-style: solid !important;
    border-right-style: none !important ;

    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;

    margin-left: 380px !important;
}

.case-d-search-button {
    background-color: white;
    border: 1px #d9d9d9 !important;
    border-top-style: solid !important;
    border-left-style: none !important;
    border-bottom-style: solid !important;
    border-right-style: solid !important ;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding-right: 1rem;
    padding-left: 1rem;
}


/* Editing this changes the global background color, important is used since
    other css files may be forcing their own color, and ideally we want to use
    a global one.
*/

.text-faded {
  color: #555; 
  font-style:italic;
}

.global-color {
    background-color: #FFFF !important;
}

/**
 *This is the style used for the mobile-first form grid. The Desktop style
 *will be Defined in a seperate file.
 */
 .grid-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
}

.form-section {
  display: grid;
  grid-template-columns: 1fr;
}

.form-section-body {
  display: grid;
  background-color: white;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  margin: 0px;
}

.form-btn-grid {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr;
}
.form-radio-grid {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.form-section-title {
  padding: .75em;
  margin: 0px;
  background-color: #478ca4;
  font-family:inherit;
  font-weight:500;
  line-height:1.2;
  font-size: 1.5rem;
  color:inherit
}

.form-section-title1 {
  padding: .75em;
  margin: 0px;
  background-color: #E14B4B;
  font-family:inherit;
  font-weight:500;
  line-height:1.2;
  font-size: 1.5rem;
  color:inherit
}
/** END FORM GRID SECTION **/

/**
 * New and improved Cards using Grid. Meant to replace the old ones.
 *
 */

 .card-grid{
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.grid-card {
  display: grid;
  grid-template-columns: 1fr;
}

.grid-card-left {
  display: flex;
  flex-direction: column;
  padding: 2em;
  background-color: white;
}

.grid-card-right {
  display: flex;
  padding: 2em;
  background-color: #e9e9e9;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card-row {
    display: flex;
    width: 100%;
}
/************************************************************************* */
.flex-card {
    display: flex;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
    width: 100%;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-evenly;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.flex-down {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.left-card {
    width: 60%;
    background-color: #ffff;
    padding: 10px;
}

.right-card {
    width: 40%;
    background-color: #e7e9ef;
    padding: 10px;
}

/**b-less stands for borderless, it removes the border of any object that may
    normally force you to have one.
*/
.b-less {
   border: 0px !important;
}

.case-select {
    border: 0px;

    background-color: #ffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.b-border {
    border-top: 0px !important;
    border-left: 0px !important;
    border-bottom: 1px solid  #d9d9d9 !important;
    border-right: 0px !important;
}

.material-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.edit-image {
    color: green;
}

.material-icon-green{
    color: #138363;
}

.glyph-button {
    background:none;
    border:none;
    padding:0;
    display: inline-block;
}

.case-text {
    border-bottom: 3px solid #b9b9b9;
    border-top: 0px;
    border-left: 0px;
    border-right:0px;
    background-color: rgba(0,0,0,0) !important;
}

.case-select {
  width: 100%;
}

.case-text-light {
    border-bottom: 3px solid #b9b9b9;
    border-top: 0px;
    border-left: 0px;
    border-right:0px;
    border-color: white;
}

.case-text-red {
    border-bottom: 3px solid #e77979;
    border-top: 0px;
    border-left: 0px;
    border-right:0px;
}

.div-input-group{
  display:flex;
  flex-direction: column;
}


.case-text:focus {
    border-bottom: 3px solid #009587;
}

.case-text-red:focus {
    border-bottom: 3px solid;
    border-color: white;
}

.case-textarea {
    border-bottom: 3px solid #b9b9b9;
    border-top: 0px;
    border-left: 0px;
    border-right:0px;
    height:2em;
    width:20em;
}

.case-textarea:focus {
    border-bottom: 3px solid #009587;
}

.case-button {

    text-align:center;
}

.side-bar-pref {
    max-height: 702px;
    overflow-y: auto;
}

.f50{
    font-size: 50px !important;
}

.f70{
    font-size: 70px !important;
}

.pointer {
    cursor: pointer;
}

.landing-card {
    width: 350px;
    margin: 10px;
}

.landing-card-body {
    background-color: white;
    padding: 10px;
}

.-icons {
    cursor: pointer;
}

.material-btn {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 10px 30px;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  background-color: #4cb278;
  color: #ecf0f1;
  transition: background-color .3s;
}

.material-btn:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    color: #fff;
  }

.material-btn:disabled {
  position: relative;

  display: block;
  padding: 10px 30px;

  overflow: hidden;

  border-width: 0;
  outline: none;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, .6);

  background-color: #e9e9e9;
  color: black;

  transition: background-color .3s;
}

.hidden-text-input {
  border: 0px;
  background: none;
}

#searchQuery::placeholder {
    color: rgba(250,250,250,0.5);
}


.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.flex-grow {
    flex-grow: 1 !important;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-space-around {
    justify-content: space-around;
}

/**
 *STRIPED TABLE SECTION
 */

.table-striped-green tbody tr:nth-of-type(even) {
 background-color:rgba(255, 255, 255, 1);
}

.table-striped-green tbody tr:nth-of-type(odd) {
 background-color:rgba(195, 230, 203, 1);
}

.table-striped-blue tbody tr:nth-of-type(even) {
  background-color:rgba(255, 255, 255, 1);
 }

 .table-striped-blue tbody tr:nth-of-type(odd) {
  background-color: rgba(170, 197, 207, 1);
 }
/* CaseMed Universal Styling for CaseTrak360
*
*
*  These contain the common styles for most elements that have been included in the CaseTrak360 software suite.
*  These include: labels, inputs, cards, tables, navigation, buttons, fonts, sizing, and positioning.
*
*
*  @Rule: All styles in this sheet will contain the prefix "cm-" in order to avoid any styling conflicts
*
*/

/*
*
*  Global Color Scheme
*
*  These colors are predetermined in our design phase. They are to be adhered to when converting our wireframes and mockups into html templates.
*
*
*/

/*  Begin: Font-colors */
.white{
  color: #fff !important;
  fill: #fff !important;
}

.black{
  color: #4D4D4D !important;
  fill: #4D4D4D !important;
}

.blue{
  color: #478CA4 !important;
  fill: #478CA4 !important;
}

.light-blue{
  color: #41B5C4 !important;
  fill: #41B5C4 !important;
}

.green{
  color: #1BAB83 !important;
  fill: #1BAB83 !important;
}

.red{
  color: #E14B4B !important;
  fill: #E14B4B !important;
}

.yellow{
  color: #FFAC1D !important;
  fill: #FFAC1D !important;
}

.orange{
  color: #FC945D !important;
  fill: #FC945D !important;
}

.purple{
  color: #966A8F !important;
  fill: #966A8F !important;
}

.grey {
  color: rgb(233, 233, 233) !important;
  fill: rgb(233, 233, 233) !important;
}
/*  End: Font-colors */

/*  Begin: Background-colors/Fill(SVG)*/
.bg-white{
  background-color: #fff !important;
  fill: #fff !important;
}

.bg-gray{
  background-color: #e4e4e4 !important;
  fill: #e4e4e4 !important;
}

.bg-black{
  background-color: #4D4D4D !important;
  fill: #4D4D4D !important;
}

.bg-blue{
  background-color: #478CA4 !important;
  fill: #478CA4 !important;
}
.bg-maroon{
  background-color: #B96C26 !important;
  fill: #B96C26 !important;
}

.bg-light-blue{
  background-color: #41B5C4 !important;
  fill: #41B5C4 !important;
}

.bg-green{
  background-color: #1BAB83 !important;
  fill: #1BAB83 !important;
}

.bg-red{
  background-color: #E14B4B !important;
  fill: #E14B4B !important;
}
.bg-dark-red{
  background-color: #B54C4E !important;
  fill: #B54C4E !important;
}

.bg-yellow{
  background-color: #FFAC1D !important;
  fill: #FFAC1D !important;
}

.bg-orange{
  background-color: #FC945D !important;
  fill: #FC945D !important;
}

.bg-purple{
  background-color: #966A8F !important;
  fill: #966A8F !important;
}
/*  End: Background-colors/Fill(SVG)*/


.cm-padding{
  padding-left: 30px;
  padding-right: 30px;
}

.cm-card{
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.18);
  padding: 30px;
  /* height: 100%; */
  min-height: 100%;
  width: 100%;
}

.cm-card-nh{
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.18);
  padding: 30px;
  width: 100%;
}

.cm-card-no-padding{
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.18);
  /* height: 100%; */
  min-height: 100%;
  width: 100%;
}

.cm-card-no-height{
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.18);
  padding: 30px;
  width: 100%;
}

.cm-scan-form{
  display: flex;
}

.cm-scan-form-group{
  display: flex;
  flex-direction: column;
}

.cm-form-group{
  display: flex;
}

.cm-card-header{
  font-weight: 500;
}

.cm-label{
  display: block;
  width: 100%;
  padding-left: 6px;
  margin: 0;
  font-size: 0.8rem;
  color: #666;
}

.cm-input{
  background: none;
  display: block;
  width: 100%;
  outline: none;
  border-width: 0px 0px 2px 0px;
  border-color: #d7d7d7;
  border-style: solid;
  padding: 2px 4px;
  transition: border-color 300ms ease-in;
}

.cm-input-error{
  border-width: 0px 0px 2px 0px;
  border-color: #c93c3c !important;
  border-style: solid;
}

.cm-select{
  background: none;
  display: block;
  width: 100%;
  outline: none;
  border-width: 0px 0px 2px 0px;
  border-color: #d7d7d7;
  border-style: solid;
  padding: 2px 4px 3px;
  transition: border-color 300ms ease-in;
  margin-top: 4px;
}

.cm-input::placeholder, .cm-select::placeholder{
  color: #c7c7c7;
}

.cm-input:focus{
  border-color: #478CA4;
}

.cm-select:focus{
  border-color: #478CA4;
}


.cm-scan-form-submit{
  padding: 5px 15px;
  border: none;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}

.cm-scan-form-submit:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}

.cm-huds{
  display: flex;
  justify-content: space-around;
}

.cm-hud{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cm-hud-value{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.cm-table{
  min-width: 100%;
}

.cm-table-head{
  width: 100%;
}


.cm-table-head-tr > th{
  font-size: 0.9rem;
  padding: 5px auto;
  text-align: center;
}

.cm-table-head-tr > th:first-child{
  padding-left: 15px;
}

.cm-table-head-tr > th:last-child{
  padding-right: 15px;
}

.cm-table-row > td:first-child{
  padding-left: 15px;
}

.cm-table-row > td:last-child{
  padding-right: 15px;
}

.cm-table-row > td{
  padding: 10px 0px;
  text-align: center;
}

.cm-button-group{
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.cm-button-group > .cm-button{
  margin: 0 15px;
  padding: 5px 15px;
}

.cm-button{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #fff;
  background: #478CA4;
  padding: 7px 10px;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.cm-button-ppassembly{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  color: #fff;
  background: #478CA4;
  padding: 7px 10px;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
  text-decoration: none;
  border: none;
  cursor: pointer;
}


.cm-button:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  color: #fff;
}

.cm-button-ppassembly:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}

.cm-view-search{
  display: flex;
  border: 2px solid #a6a6a6;
  border-radius: 3px;
  padding: 10px;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
  max-height: 51px;
}

.cm-view-search:focus-within{
  background: #fff;
  color: #000;
}

.cm-blank-input{
  background: none;
  margin-right: 15px;
  width: 90%;
  outline: none;
  border: none;
  padding: 2px 4px;
  transition: border-color 300ms ease-in;
}

.cm-blank-input::placeholder{
  color: #a6a6a6;
}

.cm-view-search-icon{
  width: 5%;
}

.views{
  padding: 20px 0;
  display: flex;
  align-items: center;
}

#card_view, #list_view{
  display: flex;
  align-items: center;
  color: #a6a6a6;
}

#card-view-icon, #list_view_icon{
  fill: #979797;
}

.active-view{
  color: #333 !important;
  fill: #a6a6a6;
}

.cm-machine-card{
  display: flex;
}

.cm-machine-card-left{
  width: 60%;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.cm-machine-card-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40%;
  padding: 15px;
  background: #e9e9e9;
}

.cm-card-status-indicator{
  width: 30px;
  height: 30px;
}

.cm-card-actions{
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  justify-content: center;
}

.cm-card-actions-right{
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  justify-content: right;
}

.cm-card-actions-left{
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  justify-content: left;
}


.cm-card-action{
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e8e9e8;
  margin: 0px 10px;
}

.cm-card-action-icon{
  width: 25px;
  height: 25px;
}

.cm-card-action:hover .cm-card-action-icon, .cm-card-action:hover{
  fill: #fff;
  color: #fff !important;
}

.cm-card-action-edit:hover{
  background: #478CA4;
}

.cm-card-action-delete:hover{
  background: #E14B4B;
}

.cm-content-sheet-button{
  color: #fff;
  background: #478CA4;
  padding: 5px;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
  font-size: 1.2rem;
}

.cm-button-group > .cm-button{
  margin: 0 15px;
}

.cm-menu-card-img{
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}


/*  Begin: Font-colors */
.white{
  color: #fff !important;
  fill: #fff !important;
}

.black{
  color: #4D4D4D !important;
  fill: #4D4D4D !important;
}

.blue{
  color: #478CA4 !important;
  fill: #478CA4 !important;
}

.green{
  color: #1BAB83 !important;
  fill: #1BAB83 !important;
}

.red{
  color: #E14B4B !important;
  fill: #E14B4B !important;
}

.location-submit-form{
  background-color: #577E35;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 50px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
  text-align: center;
  border-radius: 2px;
  margin:  5px 145px;
  font-weight: 600;
}
.location-form-button{
  padding: 5px 18px;
  border: none;
  background: #438863;
  color: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  justify-content: center;
}

.location-form-button:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}

.storage-submit-form{
  background-color: #41B5C4;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 50px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
  text-align: center;
  border-radius: 2px;
  margin:  5px 145px;
  font-weight: 600;
  }

/***
  * The following contains the mobile friendly table css. 
  */

.cm-m-table-cell {
    display: flex;
    align-items: center;
}

.cm-m-table-title {
    padding: 30px;
    font-size: 25px;
}

.cm-m-table-legend {
    background-color: white;
    padding: 0px;
}

.cm-m-table {
    padding: 0px;
    margin-bottom: 50px;
}

.cm-d-table-headers {
    display: none;
}


.cm-m-table-header {
    font-size: 15px;
    font-weight: bold;
    background: transparent;
}

.cm-d-table-header {
    font-size: 15px;
    font-weight: bold;
    background: transparent;
}

.cm-m-table-body{
    display: grid;
    grid-template-columns: 1fr;
}

.cm-m-table-row {
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
}

.cm-m-table-row:nth-child(odd) {
    background: rgb(252, 136, 136);
    color:white;
}

.cm-m-table-row:nth-child(even) {
    background: rgb(255, 255, 255);
}

/** END MOBILE FRIENDLY TABLES **/
.yellow{
  color: #FFAC1D !important;
  fill: #FFAC1D !important;
}

.orange{
  color: #FC945D !important;
  fill: #FC945D !important;
}

.purple{
  color: #966A8F !important;
  fill: #966A8F !important;
}
/*  End: Font-colors */

/*  Begin: Background-colors/Fill(SVG)*/
.bg-white{
  background-color: #fff !important;
  fill: #fff !important;
}

.bg-black{
  background-color: #4D4D4D !important;
  fill: #4D4D4D !important;
}

.bg-blue{
  background-color: #478CA4 !important;
  fill: #478CA4 !important;
}

.bg-green{
  background-color: #1BAB83 !important;
  fill: #1BAB83 !important;
}

.bg-red{
  background-color: #E14B4B !important;
  fill: #E14B4B !important;
}

.bg-yellow{
  background-color: #FFAC1D !important;
  fill: #FFAC1D !important;
}

.bg-orange{
  background-color: #FC945D !important;
  fill: #FC945D !important;
}

.bg-purple{
  background-color: #966A8F !important;
  fill: #966A8F !important;
}
/*  End: Background-colors/Fill(SVG)*/

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: auto;
}
.modalDialog:target {
  opacity:1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
}

.close:hover { background:  #FF0000; }

.QR_login{
  color: #666666;
  font-size: 130px;
}