/* These styles are generated from project.scss. */

/* @media (min-resolution: 720dpi) {

} */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);

.page {
  max-width: 1000px;
  width: 98%;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #D2D6DC;

}

.base-page {
  max-width: 1000px;
  width: 98%;
  height: 100%;
  margin: 0 auto;
  padding-top: 10px;
}

.page-content {
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.my-devices-active-container {
  width: 100%;
  margin-bottom: 40px;
}

.my-devices-add-new {
  color: white;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background-color: #23315f;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  outline: none;
}

.my-devices-add-new-button-top {
  float: right;
}

.my-devices-add-new-main {
  margin-top: 10px;
}

.my-devices-add-new:hover {
  color: #aaaaaa;
}

.my-devices-add-new-icon {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  padding-top: 4px;
}

.my-devices-add-new-text {
  font-size: 13px;
  display: inline-block;
}

.my-devices-active-header {
  width: 100%;
  margin: 0;
  background-color: blue;
  color: white;
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px 20px;
  position: relative;
}

.my-devices-active-details-container {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 15px 20px;
}

.my-devices-active-details-full-container {
  border: 1px solid #eeeeee;
  padding: 15px 20px;
  width: 100%;
}

.my-devices-active-details-header {
  font-size: 0.8em;
  margin-bottom: 0.4em;
}

.my-devices-active-details-info {
  font-size: 1em;
}

.my-devices-active-header-icon-container {
  position: absolute;
  right: 10px;
  top: 11px;
}

.my-devices-active-header-icon {
  color: white;
  border: 0;
  outline: 0;
  padding: 0;
  background: none;
  font-size: inherit;
  margin: 0 0 0 10px;
  cursor: pointer;
}

.my-devices-warranty {
  margin-bottom: 10px;
}

.my-devices-warranty:last-of-type {
  margin-bottom: 25px;
}

.my-devices-warranty-icon {
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}

.my-devices-warranty-date {
  font-size: 0.9em;
  color: #666666;
}

.info-device {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.add-new-device-input-info {
  font-size: 12px;
  margin-top: 5px;
}

.add-new-device-proof-info {
  font-size: 12px;
  margin: -10px 0 20px;
}

.add-new-device-radio-field input[type="radio"] {
  margin-left: 20px;
}

.form-field.add-new-device-proof-field {
  margin-top: -10px;
}

.form-field.add-new-device-proof-field label {
  font-size: 13px;
}

.datepicker-css {
  margin: 20px 0;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 16px;
  padding: 0 5%;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}

.form-field input[type="text"],
input[type="email"],
input[type="password"] {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  background: none;
  border: 1px solid #ddd;
  font-family: Roboto, sans-serif;
  padding: 0 12px;
  border-radius: 3px;
  font-size: 14px;
  font-style: normal;
}

.form-field textarea {
  display: block;
  width: 100%;
  height: 120px;
  background: none;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 14px;
  font-style: normal;
}

.form-field select {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  background: none;
  border: 1px solid #ddd;
  font-family: Roboto, sans-serif;
  padding: 0 12px;
  border-radius: 3px;
  font-size: 14px;
  font-style: normal;
}

.datepicker-css {
  margin: 20px 0;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 16px;
  padding: 0 5%;
}

.required span:before {
  content: "*";
  color: red;
}

.form-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  line-height: 1.5;
  border: none;
  padding: 9px 28px;
  border-radius: 40px;
  font-size: 14px;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  background: #016812;
  color: #fff;
  width: 100%;
  margin: 5px
}

.button-cancel {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  line-height: 1.5;
  border: none;
  padding: 9px 28px;
  border-radius: 40px;
  font-size: 14px;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  background: rgb(169, 68, 66);
  color: #fff;
  width: 100%;
  margin: 5px
}

.auth-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  border: 1px solid gray;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 10px 5px 5px rgb(212, 211, 211);
}

.auth-form-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  line-height: 1.5;
  border: none;
  padding: 9px 28px;
  border-radius: 40px;
  font-size: 14px;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  background: #8f0e03;
  color: #fff;
  width: 100%;
}

.auth-form-submit:hover {
  opacity: 0.8;
}

.auth-extra-link-section {
  margin-top: 1.2em;
  font-size: 0.8em;
}

.auth-page-header {
  text-align: center;
  font-size: 2em;
  margin: 0.5em 0;
}

.page.add-new-warranty-page {
  max-width: 800px;
}

.add-new-warranty-checkbox-container {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  width: 100%;
}

.add-new-warranty-checkbox-container-full-width {
  width: 100%;
}

.add-new-warranty-checkbox-container input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.add-new-warranty-checkbox-text::before {
  width: 20px;
  height: 20px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #a9a9a9;
  display: block;
  content: "";
  font-size: 13px;
  color: #333;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.add-new-warranty-checkbox-container input[type=checkbox]:checked+.add-new-warranty-checkbox-text::before {
  content: "\2714";
}

.add-new-warranty-special-input-header {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0.6em;
}

.NavbarAboveContainer {
  height: 50px;
  width: 100%;
  outline: none;
}

.NavbarContainer {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.NavbarLogo {
  height: 20px;
  display: inline-block;
  /* margin-top: 14px; */
  margin-right: 30px;
}

.NavbarDropdown {
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #52B4F1;
  cursor: pointer;
}

.NavbarDropdownIcon {
  margin-top: -2px;
  margin-left: 3px;
  color: #333;
}

.NavbarUserIcon {
  position: absolute;
  height: 40px;
  right: 0px;
  top: 10px;
  border-radius: 50%;
}

.NavbarMenuContainer {
  position: absolute;
  right: 0;
  top: 45px;
  width: 100px;
  background-color: #ffffff;
  color: #222222;
  border-radius: 3px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

/* Note that NavbarMenuItem can be either a link or a div  */
.NavbarMenuItem {
  border-bottom: 1px solid #dedede;
  color: #777777;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 10px 5px 10px;
  cursor: pointer;
  width: 100%;
  display: block;
}

.NavbarMenuItem:hover {
  background: #dddddd;
  text-decoration: none;
  color: #777777;
}

.NavbarLinkArea {
  display: inline-block;
  /* vertical-align: 10px; */
}

.NavbarLink {
  margin: 0 0 0 60px;
  display: inline-block;
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

.NavbarLinkActive,
.NavbarLink:hover {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .NavbarContainer {
    width: 94%;
  }
}

@media only screen and (max-width: 850px) {
  .NavbarContainer {
    text-align: center;
    z-index: 3;
    /* So logo appears in tablet view in half page view */
  }

  .NavbarLink {
    margin: 0 30px;
    display: block;
    color: #333333;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
  }

  .NavbarLinkActive,
  .NavbarLink:hover {
    color: #333333;
    font-weight: bold;
  }

  .NavbarLogo {
    margin-right: 0;
  }

  .NavbarMobileMenuHeader {
    height: 60px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
    outline: none;
  }

  .NavbarLogoInHeader {
    display: inline-block;
    height: 29px;
    margin-top: 14px;
  }

  /* Burger menu only exists below 850px */
  /* Position and sizing of burger button */
  .bm-burger-button {
    position: absolute;
    width: 27px;
    height: 25px;
    left: 3%;
    top: 18px;
  }

  /* Color/shape of burger icon bars */
  .bm-burger-bars {
    background: #364260;
  }

  /* Color/shape of close button cross */
  .bm-cross {
    background: #bdc3c7;
  }

  /* General sidebar styles */
  .bm-menu {
    background: #ffffff;
    padding: 0;
    font-size: 1.15em;
  }

  /* Morph shape necessary with bubble or elastic */
  .bm-morph-shape {
    fill: #373a47;
  }

  /* Wrapper for item list */
  .bm-item-list {
    color: #333333;
  }

  /* Individual item */
  .bm-item {
    display: inline-block;
  }

  /* Styling of overlay */
  .bm-overlay {
    background: rgba(0, 0, 0, 0.3);
  }
}


.device-card {
    width: 100%;
    min-height:168px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #D2D6DC;
    margin-bottom: 20px;
    box-shadow: 0px 5px 10px 0px #00000014

}

.device-card:hover{
    border-radius: 20px;
    /* border: 1px solid #0c4aa6; */
    box-shadow: 0px 5px 10px 0px darkblue
}
.device-single-card:hover{
    border-radius: 20px;
    /* border: 1px solid #0c4aa6; */
    box-shadow: 0px 5px 10px 0px #00000014
}

.device-card-header {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 500px) {
    .device-card-header {
        font-size: 20px;
        font-weight: 700;
    }
  }

.device-card-body {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #374151;


}
@media screen and (max-width: 500px) {
    .device-card-body {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left;
        color: #374151;

    }
  }

.device-card-icon{
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.button-icon{
    width: 10px;
    height: 10px;
    margin-right: 5px;
    vertical-align: middle;
}
.device-card-line{
    margin-top: 5px !important;
    font-size: 0.8rem;

}

.device-add-report {
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 100%;
    width: 100%;
    margin-top: 60px;

}
.device-add-report-img {
    margin: 50px
}

.device-add-report-btn {
    margin: 20px
}

.tbl-row {
    height: 60px;
}

@media only screen and (max-width: 700px) {

}



@media only screen and (min-width: 700px) {
  .page-content-half {
    /* margin-top: 20px; */
    padding-bottom: 20px;
    width: 50%;
  }

}


  .k-btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 36px;
    margin: 2px

  }
  @media only screen and (max-width: 600px) {
    .k-btn-responsive  {
       margin-top: 10px;
      width: 100%;
    }
  }

  .k-btn-primary {
    color: #ffffff;
    background-color: #23315F;
    border-color: #23315F;
  }
  .k-btn-outline-primary {
    /* background-color: #ffffff; */
    opacity: 1;
    color: #23315F;
    border-color: #23315F;
  }

.k-btn-primary:focus,
.k-btn-primary.focus {
  color: #212020;
  background-color: white;
  border-color: #122b40;
}
.k-btn-outline-primary:focus,
.k-btn-outline-primary.focus {
  color: white;
  background-color: #23315F;
  border-color: #122b40;
}
.k-btn-primary:hover {
    color: #413e3e;
    background-color: white;
    border-color: #204d74;
  }
  .k-btn-outline-primary:hover {
    color: white;
    background-color: #23315F;
    border-color: #122b40;
  }

  .k-btn-primary-full {
    color: #ffffff;
    background-color: #23315F;
    border-color: #23315F;
    width: 100%;
  }

   .k-btn-full {
    width: 100%;
  }
  .k-btn-secondary {
    color: #23315F;
    border-color: #23315F;
  }
  .k-btn-secondary-full {
    color: #23315F;
     background-color: #ffffff;
    border-color: #23315F;
    width: 100%;

  }
