/* :root .table-n, :root .table-bordered, :root .gantt {
  --ct-table-striped-color: #6c757d;
  --ct-table-striped-bg-custom: #f6f7fb;
  --ct-table-active-color: var(--ct-body-color);
  --ct-table-active-bg-custom: #f6f7fb;
  --ct-table-hover-color: var(--ct-body-color);
  --ct-table-hover-bg-custom: #f6f7fb;
  --ct-table-group-separator-color: #edeff1;
  --ct-table-caption-color: var(--ct-text-muted);
}

:root {
  --ct-box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  --ct-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
  --ct-box-shadow-lg: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  --ct-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --ct-component-active-color: #fff;
  --ct-component-active-bg: #727cf5;
  --ct-text-muted: #8a969c;
  --ct-blockquote-footer-color: #8a969c;
  --ct-mark-bg: #fcf8e3;
  --ct-border-color: var(--ct-gray-300);
  --ct-form-text-color: var(--ct-text-muted);
  --ct-input-bg: #fff;
  --ct-input-disabled-bg: #eef2f7;
  --ct-input-color: #6c757d;
  --ct-input-border-color: #dee2e6;
  --ct-input-box-shadow: var(--ct-box-shadow-inset);
  --ct-input-focus-bg: var(--ct-input-bg);
  --ct-input-focus-border-color: #c8cbcf;
  --ct-input-focus-color: var(--ct-input-color);
  --ct-input-placeholder-color: #a1a9b1;
  --ct-input-plaintext-color: #6c757d;
  --ct-form-check-input-bg: #fff;
  --ct-form-check-input-border: 1px solid #ced4da;
  --ct-form-check-input-checked-color: var(--ct-component-active-color);
  --ct-form-check-input-checked-bg-color: var(--ct-component-active-bg);
  --ct-form-check-input-checked-border-color: var(--ct-form-check-input-checked-bg-color);
  --ct-form-check-input-indeterminate-color: var(--ct-component-active-color);
  --ct-form-check-input-indeterminate-bg-color: var(--ct-component-active-bg);
  --ct-form-check-input-indeterminate-border-color: var(--ct-component-active-bg);
  --ct-form-switch-color: #dee2e6;
  --ct-input-group-addon-color: var(--ct-input-color);
  --ct-input-group-addon-bg: #eef2f7;
  --ct-input-group-addon-border-color: #dee2e6;
  --ct-form-select-color: var(--ct-input-color);
  --ct-form-select-bg: var(--ct-input-bg);
  --ct-form-select-disabled-color: #8a969c;
  --ct-form-select-disabled-bg: #eef2f7;
  --ct-form-select-disabled-border-color: ;
  --ct-form-select-indicator-color: #343a40;
  --ct-form-range-track-bg: #dee2e6;
  --ct-form-range-track-box-shadow: var(--ct-box-shadow-inset);
  --ct-form-range-thumb-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, 0.1);
  --ct-form-range-thumb-active-bg: #d5d8fc;
  --ct-form-range-thumb-disabled-bg: #a1a9b1;
  --ct-form-file-button-color: var(--ct-input-color);
  --ct-form-file-button-bg: #eef2f7;
  --ct-form-file-button-hover-bg: #e2e6eb;
  --ct-thumbnail-bg: #fff;
  --ct-thumbnail-border-color: #dee2e6;
  --ct-thumbnail-box-shadow: var(--ct-box-shadow-sm);
  --ct-btn-close-color: #313a46;
  --ct-kbd-color: #fff;
  --ct-kbd-bg: #313a46;
  --ct-pre-color: ;
  --ct-bg-leftbar: #fff;
  --ct-menu-item: #cedce4;
  --ct-menu-item-hover: #fff;
  --ct-menu-item-active: #fff;
  --ct-bg-topbar: #fff;
  --ct-bg-topbar-search: #f0f3f8;
  --ct-nav-user-bg-topbar: #fafafd;
  --ct-nav-user-border-topbar: #414d5d;
  --ct-notification-border-color: #eef2f7;
  --ct-notification-bg: #f6f7fb;
  --ct-bg-dark-topbar: #313a46;
  --ct-bg-dark-topbar-search: #3c4655;
  --ct-nav-user-bg-dark-topbar: #3c4655;
  --ct-nav-user-border-dark-topbar: #414d5d;
  --ct-bg-leftbar-gradient: linear-gradient(135deg, #8f75da 0%, #727cf5 60%);
  --ct-bg-topnav: #313a46;
  --ct-boxed-layout-bg: #fff;
  --ct-help-box-light-bg: rgba(255, 255, 255, 0.07);
  --ct-help-box-dark-bg: #727cf5;
  --ct-nav-pills-bg: #eef2f7;
  --ct-custom-accordion-title-color: #313a46;
  --ct-dragula-bg: #f7f9fb;
  --ct-form-wizard-header-bg: #eef2f7;
  --ct-text-title-color: #6c757d;
  --ct-page-title-color: #6c757d;
  --ct-card-loader-bg: #313a46;
  --ct-chat-primary-user-bg: #fef5e4;
  --ct-chat-secondary-user-bg: #f1f3fa;
  --ct-auth-bg: #fff;
  --ct-apex-grid-color: #f9f9fd;
  --ct-hero-bg: linear-gradient(to bottom, #8669ed, #727cf5);
  --ct-display-dark: block;
  --ct-display-light: none;
}

.table-n {
  --ct-table-color: var(--ct-body-color);
  --ct-table-bg: transparent;
  --ct-table-border-color: var(--ct-border-color);
  --ct-table-accent-bg: transparent;
  --ct-table-striped-color: var(--ct-table-striped-color);
  --ct-table-striped-bg: var(--ct-table-striped-bg-custom);
  --ct-table-active-color: var(--ct-table-active-color);
  --ct-table-active-bg: var(--ct-table-active-bg-custom);
  --ct-table-hover-color: var(--ct-table-hover-color);
  --ct-table-hover-bg: var(--ct-table-hover-bg-custom);
  width: 100%;
  margin-bottom: 1.5rem;
  color: var(--ct-table-color);
  vertical-align: top;
  border-color: var(--ct-table-border-color);
}
.table-n > :not(caption) > * > * {
  padding: 0.95rem 0.95rem;
  background-color: var(--ct-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg);
}

.table-centered th,
.table-centered td {
  vertical-align: middle !important;
}
 */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');



.general-lock-details {
    padding-top: 20px;
}

.main {
    /* background-color: #f3f3f5; */
    background-color: #f1f3fa;
}


.lock-details { 
    -webkit-box-shadow: 0px 0px 14px -9px rgba(119, 119, 119, 1);
    -moz-box-shadow: 0px 0px 14px -9px rgba(119, 119, 119, 1);
    box-shadow: 0px 0px 14px -9px rgba(119, 119, 119, 1);
    margin-left: 10px;
    margin-right: 10px;
}

.id-zone1 {
    height: 60px;
    font-family: "OpenSans", sans-serif;
    color: #bdbdbd;
    font-size: 13px;
    background-color: white;
    padding-top: 20px;
    padding-left: 40px;
}

.id-zone2 {
    height: 60px;
    font-family: "OpenSans", sans-serif;
    color: #bdbdbd;
    font-size: 13px;
    background-color: white;
    padding-top: 20px;
    padding-right: 20px;
    text-align: right;
}


.lock-info {
    height: 100px;
    font-family: "OpenSans", sans-serif;
    background-color: white;
    padding: 20px;
    border-top: 1px solid #e9e8e8
}

.name-address {
    font-family: "OpenSans", sans-serif;
    font-size: 20px;
    color: #3c3c3c;
    padding-top: 5px;
    margin-left: 10px;
    /* margin-left: 10px; */
}

.links {
  /* margin-left: 10px; */
  text-decoration: none;
  font-size: 13px;
  margin-left: 10px;
}

.links:visited {
    color: #9b9b9b;
    text-decoration: none;
    background-color: #aeaeae;
}

.links:link {
    color: #9b9b9b;
    text-decoration: none;
}

.generator {
    height: auto;
    background-color: white;
    margin-top: 20px;
}

.generate {
    /* background-color: rgb(205, 227, 250);
    border-radius: 25px;
    height: auto;
    width: 90%;
    margin-top: 10px;
    margin-left: 30px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(145, 179, 255, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(145, 179, 255, 1);
    box-shadow: 0px 0px 3px 0px rgba(145, 179, 255, 1); */
}

.generate-and-show {
    font-family: "OpenSans", sans-serif;
    font-size: 12px;
    color: #3c3c3c;
    padding-top: 10px;
    margin: 30px;
    padding-bottom: 5px;
}

.add-msg {
    font-family: "OpenSans", sans-serif;
    font-size: 16px;
    color: #3c3c3c;
    padding-top: 10px;
    padding-bottom: 10px;
}

.msg {
    font-family: "OpenSans", sans-serif;
    font-size: 18px;
    color: #3c3c3c;
    padding-top: 10px;
    padding-bottom: 20px;
}

.generate-and-send {
    font-family: "OpenSans", sans-serif;
    font-size: 12px;
    color: #3c3c3c;
    padding-top: 10px;
    margin: 30px;
    margin-bottom: 30px;
    padding-bottom: 5px;

}

.form-reserv {
    border: 0px;
    /* background-color: rgb(249, 253, 255); */
    background-color: #E9ECEF;
    height: 30px;
}

.btn-reserv {
    height: 30px;
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
}

.codes-list {
    font-family: "OpenSans", sans-serif;
    font-size: 13px;
}




.panel {
    margin-top: 50px;
    margin-bottom: 18px;
    background-color: white;
    border: 1px, solid, transparent;
    border-radius: 4px;
    max-width: 600px;
}

.panel-default {

}

.panel-body {
    padding: 30px;
    box-sizing: border-box;
}

.activation-body {
    font-size: 18px;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: rgba(0,0,0,0.87);

}

.codes {
    font-size: 33px ;
    font-weight: bold;
    color: rgba(0,0,0,0.87);
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn {
    height: 43px;
    padding: 11px, 22px;
    padding-top: 7px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 100px;
    text-align: center;
}

.btn-logout {
    height: 70px;
    width: 100px;
    padding: 21px, 22px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 300;
    /* min-width: 300px; */
    text-align: center;
    font-size: 13px;
}

.btn-success:hover, 
.btn-color {
    background-color: #5cb85c;
    border-color:#5cb85c;
    
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.rename-width {
    width: 100%;
}

.panel-lock {
    background-color: #d2d2d2;
    max-width: 80%;
    margin-bottom: 30px;
}

.panel-body-locks {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 10px;
    margin-left: 40px;
    margin-right: -10px;
}

.body-lock-list {

}

.your-lock {
    margin-top: 30px;

    background: #F8F8F8; 
	border: solid #dedede 0.2px; 
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1)  ; 
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1)  ; 
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1)  ; 

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.lock-body {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    height: auto;
}

.public-key {
    text-align: right;
    font-family: 'OpenSans', sans-serif;
    width: 100%;
    font-size: 14px;
    color: #bdbdbd;
}

.lock-name {
    font-family: 'OpenSans', sans-serif;
    text-align: left;
    color: rgba(63, 63, 63, 0.87);
    font-size: 24px;
    font-weight: 250;
    padding-bottom: 10px;
}

.lock-address {
    font-family: 'OpenSans', sans-serif;
    text-align: left;
    color: rgba(63, 63, 63, 0.87);
    font-size: 20px;
    font-weight: 250;
    padding-bottom: 10px;
}

.reservations-list-font {
    font-size: 13px;
    color: #757575;
    font-family: 'OpenSans', sans-serif;
}

.reserv-column {
    font-size: 13px;
    color: #bdbdbd;
    font-family: 'OpenSans', sans-serif;
}

.pagination-res {
    padding-left: 40%;
}

.table-centered th,
.table-centered td {
  vertical-align: middle !important;
}

.zamki {
    font-size: 16px;
    margin-right: 25px;
    color:rgba(63, 63, 63, 0.87) !important;
}

.padd {
    margin-top: 30px;
}

.back {
    margin-top: 20px;
    color:#757575;
    margin-left: 20px;
}

.login-main {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: center;
    margin-left: 200px;
    margin-right: 200px;
}

.pass-f {
    font-size: 14px;
    color: #757575;
    font-family: 'OpenSans', sans-serif;
}

.pass-g {
    font-size: 15px;
    color: #757575;
    font-family: 'OpenSans', sans-serif;
    margin-bottom: 5px;
}
/* BUTTON MANAGE and GENERATE */
@media (max-width: 768px) {
    .btn-manage {
    padding:8px 16px;
    font-size:12px;
    height: 37px;
    text-transform: uppercase;
    font-weight: 500;
    width: 130px;
    text-align: center;
    }
    .btn-generate {
    padding:6px;
    font-size:12px;
    height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    width: 140px;
    text-align: center;
    }
    .lock-links {
    padding-bottom: 40px;
    }
    .lock-info {
    height: 130px;
    }
    .collapse .navbar-collapse {
    position: left;
    margin-right: 400px;
    }
}
  
  @media (min-width: 768px) {
    .btn-manage {
    padding:8px 16px;
    font-size:16px;
    height: 43px;
    text-transform: uppercase;
    font-weight: 700;
    width: 200px;
    text-align: center;
    }
    .btn-generate {
    padding:6px 16px;
    font-size:14px;
    height: 35px;
    text-transform: uppercase;
    font-weight: 500;
    width: 200px;
    text-align: center;
    }
    .lock-links {
        margin-bottom: 10px;
    }
  }
  
  @media (min-width: 992px) {
    .btn-manage {
    padding:8px 16px;
    font-size:16px;
    height: 43px;
    text-transform: uppercase;
    font-weight: 700;
    width: 200px;
    text-align: center;
    }
    .btn-generate {
    padding:6px 16px;
    font-size:14px;
    height: 35px;
    text-transform: uppercase;
    font-weight: 500;
    width: 200px;
    text-align: center;
    }
    .lock-links {
        margin-bottom: 10px;
    }
  }
  
  @media (min-width: 1200px) {
    .btn-manage {
    padding:8px 16px;
    font-size:16px;
    height: 43px;
    text-transform: uppercase;
    font-weight: 700;
    width: 200px;
    text-align: center;
    }
    .btn-generate {
    padding:6px 16px;
    font-size:14px;
    height: 35px;
    text-transform: uppercase;
    font-weight: 500;
    width: 200px;
    text-align: center;
    }
    .lock-links {
        margin-bottom: 10px;
    }
  }

.navbar-collapse {
    flex-grow: 0 !important;
}


input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    border: 1px solid red;
}

.session-new {
    width: 300px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
