* { box-sizing: border-box; }

body {
  background: #f4f4f4;
  color: #1d2129;
  line-height: 1.34;
}

body, button, input, label, select, td, textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* Utilities
 * =========
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.d-block        { display: block; }
.d-inline-block { display: inline-block; }
.d-flex         { display: flex; }
.d-none         { display: none; }

.text-center { text-align: center; }

/* Buttons
 * =======
 */

.btn {
  background-color: #f6f7f9;
  border: 1px solid #ced0d4;
  border-radius: 2px;
  color: #4b4f56;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 26px;
  padding: 0 8px;
  text-align: center;
  vertical-align: middle;
}

.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
}

.btn:active,
.btn:hover,
.btn:focus,
.btn[disabled] {
  background-color: #e9ebee;
  border-color: #ced0d4;
  color: #4b4f56;
}

a.btn:hover {
  text-decoration: none;
}

.btn:focus {
  background-image: none;
  outline: none;
  box-shadow: 0 0 1px 2px rgba(88, 144, 255, .75), 0 1px 1px rgba(0, 0, 0, .15);
}

.btn-info,
.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info:active,
.btn-primary:active,
.btn-success:active,
.btn-warning:active,
.btn-danger:active,
.btn-info:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-warning:focus,
.btn-danger:focus,
.btn-info:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-info[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-warning[disabled],
.btn-danger[disabled]  {
  color: #FFF;
}

.btn-primary {
  background-color: #4267b2;
  border-color: #4267b2;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary[disabled] {
  background-color: #365899;
  border-color: #365899;
}

.btn-info {
  background-color: #49afcd;
  border-color: #2f96b4 #2f96b4 #1f6377;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info[disabled] {
  background-color: #2f96b4;
}

.btn-success {
  background-color:#42b72a;
  border-color:#42b72a;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-success[disabled] {
  background-color: #36a420;
  border-color: #36a420;
}

.btn-warning {
  background-color: #faa732;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning[disabled] {
  background-color: #f89406;
}

.btn-danger {
  background-color: #da4f49;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger[disabled] {
  background-color: #bd362f;
}

.btn-small {
  line-height: 20px;
  padding: 0 6px;
  font-size: 11.9px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}

.btn-mini {
  line-height: 18px;
  padding: 0 4px;
  font-size: 10.5px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}

/* Typography
 * ==========
 */

 a {
  color: #3b5998;
  cursor: pointer;
  text-decoration: none
}

/* Code
 * ====
 * bootrstrap 2.3.2
 */

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
 
code {
   padding: 2px 4px;
   color: #d14;
   white-space: nowrap;
   background-color: #f7f7f9;
   border: 1px solid #e1e1e8;
}
 
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
 
pre.prettyprint {
margin-bottom: 20px;
}
 
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
} 

/* Navbar
 * ====== */

.navbar {
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.navbar .brand {
  display: block;
  font-size: 20px;
  font-weight: 200;
}

.navbar form {
  align-self: center;
  height: 24px;
}

.navbar form input[type="date"],
.navbar form input[type="datetime-local"],
.navbar form input[type="email"],
.navbar form input[type="month"],
.navbar form input[type="number"],
.navbar form input[type="password"],
.navbar form input[type="search"],
.navbar form input[type="tel"],
.navbar form input[type="text"],
.navbar form input[type="time"],
.navbar form input[type="url"],
.navbar form input[type="week"],
.navbar form select {
  height: 100%;
  margin: 0;
}

/* Themes
 * ------
 */

.navbar.navbar-bs2 {
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  height: 41px;
}

.navbar.navbar-bs2 a,
.navbar.navbar-bs2 .brand {
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar.navbar-bs2 a {
  padding: 10px 15px 10px;
}

.navbar.navbar-bs2 a:focus,
.navbar.navbar-bs2 a:hover {
  background-color: transparent;
  color: #333;
}

.navbar.navbar-bs2 a.active {
  background-color: #e5e5e5;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  color: #555555;
  text-decoration: none;
}

.navbar.navbar-bs2 .brand {
  padding: 10px 20px 10px;
}

.navbar.navbar-bs2 > a:hover,
.navbar.navbar-bs2 .brand:focus,
.navbar.navbar-bs2 .brand:hover {
  text-decoration: none;
}

.navbar .divider {
  background: #333;
  height: 41px;
  opacity: .05;
  width: 1px;
}

/* Labels
 * ====== */

/* bootstrap 2.3.2 */

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.label-primary,
.badge-primary {
  background-color: #4267b2;
  border-color: #4267b2;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

/* Alert
 * ===== */

.alert {
  /* background-color: #fcf8e3; */
  background-color: #fff9d7;
  /* border: 1px solid #fbeed5; */
  border: 1px solid #e2c822;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #c09853;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  /* background-color: #f2dede; */
  /* border-color: #eed3d7; */
  /* color: #333; */
  background-color: #ffebe8;
  border-color: #dd3c10;
}

.alert-info {
  /* color: #3a87ad; */
  /* background-color: #d9edf7; */
  /* border-color: #bce8f1; */
  color: #333;
  background-color: #edeff4;
  border: 1px solid #d8dfea;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

button.close {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.close {
  color: #000000;
  filter: alpha(opacity=20);
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #ffffff;
}

.close:hover,
.close:focus {
  color: #000000;
  cursor: pointer;
  filter: alpha(opacity=40);
  opacity: 0.4;
  text-decoration: none;
}

.alert-darkGray {
  color: #ccc;
  background-color: #333;
  border: 1px solid #666;
}

.alert-gray {
  color: #333;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}

/* Loading Indicator
 * =================
 * https://css-tricks.com/the-facebook-loading-animation-in-css/
 */

.loading-indicator {
  zoom: 1; /* Increase this for a bigger symbole*/
  display: block;
  width: 16px;
  height: 16px;
  animation: wait .80s steps(1, start) infinite;
  background: linear-gradient(0deg, #f4f5fa 1px, transparent 0, transparent 8px, #f4f5fa 8px),   /* 6  */
              linear-gradient(90deg, #f4f5fa 1px, #f6f9fb 0, #f6f9fb 3px, #f4f5fa 3px),
    
              linear-gradient(0deg, #ececf5 1px, transparent 0, transparent 8px, #ececf5 8px),   /* 5  */
              linear-gradient(90deg, #ececf5 1px, #f2f3f9 0, #f2f3f9 3px, #ececf5 3px),
    
              linear-gradient(0deg, #e7eaf4 1px, transparent 0, transparent 8px, #e7eaf4 8px),   /* 4  */
              linear-gradient(90deg, #e7eaf4 1px, #eef1f8 0, #eef1f8 3px, #e7eaf4 3px),
    
              linear-gradient(0deg, #b9bedd 1px, transparent 0, transparent 10px, #b9bedd 10px), /* 3  */
              linear-gradient(90deg, #b9bedd 1px, #d0d5e8 0, #d0d5e8 3px, #b9bedd 3px),
              
              linear-gradient(0deg, #9fa6d2 1px, transparent 0, transparent 15px, #9fa6d2 15px), /* 2  */
              linear-gradient(90deg, #9fa6d2 1px, #c0c5e1 0, #c0c5e1 3px, #9fa6d2 3px),
              
              linear-gradient(0deg, #8490c6 1px, transparent 0, transparent 15px, #8490c6 15px), /* 1  */
              linear-gradient(90deg, #8490c6 1px, #aeb5da 0, #aeb5da 3px, #8490c6 3px);  
  background-repeat: no-repeat;
  background-size: 4px 9px,   /* 6 */
                   4px 9px,

                   4px 9px,   /* 5 */
                   4px 9px,
    
                   4px 9px,   /* 4 */
                   4px 9px,
    
                   4px 11px,  /* 3 */
                   4px 11px,
    
                   4px 16px,  /* 2 */
                   4px 16px,
    
                   4px 16px,  /* 1 */
                   4px 16px;
  background-position:-4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 2px, -4px 2px, -4px 0, -4px 0, -4px 0, -4px 0;
}

@keyframes wait {
  12.5%{
    background-position:   -4px,  /* 6 */
                           -4px,
      
                           -4px,  /* 5 */
                           -4px,
                   
                           -4px,  /* 4 */
                           -4px,
                           
                           -4px,  /* 3 */
                           -4px,
      
                           -4px,  /* 2 */
                           -4px,
      
                              0 ,  /* 1 */
                              0 ;
  }
  25%{
    background-position: -4px,  /* 6 */
                           -4px,
      
                           -4px,  /* 5 */
                           -4px,
                   
                           -4px,  /* 4 */
                           -4px,
                           
                           -4px,  /* 3 */
                           -4px,
      
                              0,  /* 2 */
                              0,
      
                            6px,  /* 1 */
                            6px;
  }
  37.5%{
    background-position: -4px,  /* 6 */
                           -4px,
      
                           -4px,  /* 5 */
                           -4px,
                   
                           -4px,  /* 4 */
                           -4px,
                           
                               0,  /* 3 */
                               0,
      
                             6px,  /* 2 */
                             6px,
      
                            12px,  /* 1 */
                            12px;
  }
  50%{
    background-position: -4px,  /* 6 */
                           -4px,
      
                           -4px,  /* 5 */
                           -4px,
                   
                               0,  /* 4 */
                               0,
                           
                             6px,  /* 3 */
                             6px,
      
                            12px,  /* 2 */
                            12px,
      
                            -4px,  /* 1 */
                            -4px;
  }
  62.5%{
    background-position: -4px,  /* 6 */
                           -4px,
      
                               0,  /* 5 */
                               0,
                   
                             6px,  /* 4 */
                             6px,
                           
                            12px,  /* 3 */
                            12px,
      
                            -4px,  /* 2 */
                            -4px,
      
                            -4px,  /* 1 */
                            -4px;
  }
  75%{
    background-position:     0,  /* 6 */
                               0,
      
                             6px,  /* 5 */
                             6px,
                   
                            12px,  /* 4 */
                            12px,
                           
                            -4px,  /* 3 */
                            -4px,
      
                            -4px,  /* 2 */
                            -4px,
      
                            -4px,  /* 1 */
                            -4px;
  }
  87.5%{
    background-position:   6px,  /* 6 */
                             6px,
      
                            12px,  /* 5 */
                            12px,
                   
                            -4px,  /* 4 */
                            -4px,
                           
                            -4px,  /* 3 */
                            -4px,
      
                            -4px,  /* 2 */
                            -4px,
      
                            -4px,  /* 1 */
                            -4px;
  }
  100%{
    background-position:    12px,  /* 6 */
                            12px,
      
                            -4px,  /* 5 */
                            -4px,
                   
                            -4px,  /* 4 */
                            -4px,
                           
                            -4px,  /* 3 */
                            -4px,
      
                            -4px,  /* 2 */
                            -4px,
      
                            -4px,  /* 1 */
                            -4px;
  }
}

/* Tooltips + popper.js
 * ==================== */

.tooltip {
  background: #282828;
  border-radius: 2px;
  color: #fff;
  display: none;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 8px;
  text-align: left;
  white-space: nowrap;
}

.tooltip[data-show] {
  display: block;
}

.tooltip .arrow,
.tooltip .arrow::before {
  background: inherit;
  height: 8px;
  position: absolute;
  width: 8px;
}

.tooltip .arrow {
  visibility: hidden;
}

.tooltip .arrow::before {
  content: '';
  transform: rotate(45deg);
  visibility: visible;
}

.tooltip[data-popper-placement^='top'] > .arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .arrow {
  left: -4px;
}

/* Dropdowns
 * ========= */

 .dropdown {
  margin-bottom: 0;
  position: relative;
 }

 .dropdown .dropdown-menu {
  background-color: #fff;
  border: 1px solid #777;
  border-bottom: 2px solid #293e6a;
  overflow-y: auto;
  padding: 5px 0;
  /* background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .3); */
  
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  text-align: left;
 }

 .dropdown.open .dropdown-menu {
  display: block;
 }

 .dropdown .dropdown-item {
  display: block;
  text-decoration: none;
  /* border: solid #fff;
  border-width: 1px 0;
  color: #111;
  font-weight: normal;
  line-height: 16px;
  padding: 1px 16px 1px 22px; */
  border: solid #fff;
  border-width: 1px 0;
  color: #1d2129;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  padding: 0 12px;
 }
 .dropdown .dropdown-item:hover {
  /* background-color: #6d84b4;
  border-color: #3b5998; */
  
  background-color:#4267b2;
  border-color:#29487d;

  color:#fff;
 }

 .dropdown .dropdown-divider {
  border-bottom: 1px solid #ddd;
  margin: 5px 7px 6px;
  padding-top: 1px
 }

 .dropdown.open .dropdown-toggle {
  background-color: #6d84b4;
  border: 1px solid #3b5998;
  border-bottom-color: #6d84b4;
  box-shadow: none;
 }
 .dropdown.open .dropdown-toggle .caret {
  color: #fff;
 }

/* Form 
 * ==== */

label {
  color: #666;
  cursor: default;
  font-weight: bold;
  vertical-align: middle;
}

input {
  line-height: normal;
}

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
.inputtext {
  border: 1px solid #bdc7d8;
  border-radius: 3px;
  margin: 0;
  padding: 3px;
}

select {
  border: 1px solid #bdc7d8;
  padding: 2px;
}

select:invalid {
  color: #8899a6;
}

input[type="email"],
input[type="password"],
textarea {
  border: 1px solid #bdc7d8;
  margin: 0;
  padding: 3px;
}
input:focus,
textarea:focus {
  outline: 0;
  color: #292f33;
  border-color: #56b4ef;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 1px dotted #66757f;
  outline: auto 5px -webkit-focus-ring-color;
  box-shadow: none;
}
.disabled,
.disabled:hover,
.disabled:focus,
.disabled:active,
input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly] {
  background: #f5f8fa;
  border-color: #ccd6dd;
  cursor: not-allowed;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8899a6;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8899a6;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"
}

input::placeholder,
textarea::placeholder {
  color: #8899a6;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: .6;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)"
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: .6;
}

input,
textarea,
.inputtext {
  padding: 4px;
  margin: 0;
  outline: 0;
  background-color: #fff;
  border-radius: 3px;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}

/* Notes.js */

body {
  background-color: #f5f5f5;
}

.m-l-auto { margin-left: auto; }
.m-r-auto { margin-right: auto; }
.m-5      { margin: 5px; }
.m-6      { margin: 6px; }
.m-10     { margin: 10px; }
.m-b-5    { margin-bottom: 5px; }
.m-b-6    { margin-bottom: 6px; }
.m-b-20   { margin-bottom: 20px; }
.m-t-5    { margin-top: 5px; }
.m-t-6    { margin-top: 6px; }

.cursor-pointer { cursor: pointer; }

.p-relative { position: relative; }

img.responsive {
  height: auto;
  width: 100%;
}

/* Navbar
 * ======
 */

.navbar form {
  display: flex;
  position: relative;
}

.navbar form .fa-times {
  color: #8899a6;
  cursor: pointer;
  left: 80px;
  padding: 5px;
  top: 0;
  position: absolute;
}

.navbar form .fa-times:hover {
  color: #333;
}

.navbar form input[name="q"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 20px;
  width: 100px;
}

.navbar form select[name="label"] {
  border-left: 0;
  padding-right: 14px;
  width: 65px;
  appearance: none;
}

.navbar form .select-wrapper {
  position: relative;
}

.navbar form .select-wrapper:after {
  content: "\f0d7"; /* fa-caret-down */
  font: normal normal normal 14px/1 FontAwesome;
  right: 5px;
  top: 5px;
  position: absolute;
  pointer-events: none;
}

/* iPhone 12 Pro portrait (>390px) */
@media (min-width: 390px) {
  .navbar form input[name="q"] {
    width: 125px;
  }
  .navbar form select[name="label"] {
    width: 75px;
  }
  .navbar form .fa-times {
    left: 105px;
  }
}

/* iPhone SE landscape (>=667) */
@media (min-width: 667px) {
  .navbar form input[name="q"] {
    width: 150px;
  }
  .navbar form select[name="label"] {
    width: 100px;
  }
  .navbar form .fa-times {
    left: 130px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar form select[name="label"] {
    width: 125px;
  }
}

.navbar .fa.fa-refresh,
.navbar .fa.fa-cloud-download {
  animation: fadeIn .5s;
  -webkit-animation: fadeIn .5s;
     -moz-animation: fadeIn .5s;
       -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* Layout */

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.container {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    width: 724px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

main.container {
  margin-top: 30px;
}

footer.container {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* InputTags */

.inputtags {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 3px 3px 1px 3px;
}

.inputtags > input[type="text"] {
  border: 0;
  border-radius: 0;
  max-width: 60px;
}

.inputtags .label {
  font-size: 90%;
  padding: 1px 3px;
}

.inputtags .label:not(:last-child) {
  margin-right: 2px;
}

.inputtags .fa-times:hover,
.inputtags .fa-times:focus {
  color: #000;
  cursor: pointer;
}

/* Toast */

.alert.toast {
  bottom: 0;
  left: 50%;
  margin-left: -150px;
  position: fixed;
  width: 300px;
}

/* Notes (grid) */

.notes {
  margin: 0 auto;
}

/* Note
 * ====
 */

.note {
  background-color: #fff;
  border: 1px solid #d0d1d5;
  /* border-color: #e5e6e9 #dfe0e4 #d0d1d5; */
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.38;
  margin: 0 0 10px 0;
  padding: 10px;
  width: 100%;
}

.note > *:not(:last-child) {
  margin-bottom: 6px;
}

.note .content {
  max-height: 500px;
  overflow: auto;
}

.note .empty-indicator {
  color: #9aa0a6;
  display: block;
  padding: 10px 0;
  font-weight: 400;
}

.note .metadata {
  align-items: center;
  display: flex;
}

.note .metadata .labels {
  display: flex;
  overflow: hidden;
}

.note .metadata .labels .label {
  font-size: 11px;
  font-weight: normal;
  padding: 1px 3px;
}

.note .metadata .label:not(:last-child) {
  margin-right: 2px;
}

.note .metadata .timestamp {
  color: #9197a3;
  margin-left: auto;
  padding-left: 5px;
  white-space: nowrap;
  width: 105px;
}

.note .btn-group {
  display: flex;
  margin-left: auto;
  visibility: hidden;
}

.note .btn-group .btn:not(:last-child) {
  margin-right: 6px;
}

.note:active .btn-group,
.note:focus .btn-group,
.note:focus-visible .btn-group,
.note:focus-within .btn-group,
.note:hover .btn-group {
  visibility: visible;
}

@media (pointer:none), (pointer:coarse) {
  .note .btn-group {
    visibility: visible;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .note {
    margin-left: 10px;
    width: 352px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .note {
    width: 460px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .note {
    width: 370px;
  }
}

.note form.editor {
  display: flex;
  flex-direction: column;
}

.note form.editor textarea {
  border-bottom: 0;
  border-radius: 0;
  margin-bottom: 0;
  resize: none;
}

.note form.editor .inputtags {
  border-radius: 0;
}

/* note form */

[contenteditable=true]:empty:before {
  content: attr(placeholder);
}

.form--note {
  display: flex;
  flex-direction: column;
  margin: 0 auto 30px auto;
  max-width: 400px;
  position: relative;
}

.form--note textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 1.38;
  max-height: 400px;
  overflow: auto;
  resize: none;
  width: 100%;
}

.form--note .inputtags {
  border-top: 0 none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1px 4px;
}

.form--note .btn-group {
  display: flex;
}

.form--note .btn-group .btn {
  border-bottom-color: transparent;
}

.form--note .image-wrapper,
.note .image-wrapper {
  position: relative;
}
.form--note .image-wrapper {
  border: 1px solid #d0d1d5;
  border-bottom: 0 none;
}
.form--note .image-wrapper img,
.note .image-wrapper img {
  display: block;
}
.form--note .image-wrapper .btn,
.note .image-wrapper .btn {
  bottom: 5px;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 5px;
}
.form--note .image-wrapper:focus .btn,
.form--note .image-wrapper:hover .btn,
.note .image-wrapper:focus .btn,
.note .image-wrapper:hover .btn {
  display: block;
}
@media (pointer:none), (pointer:coarse) {
  .form--note .image-wrapper .btn,
  .note .image-wrapper .btn {
    display: block;
  }
}

/* Login */

div.login,
form.login {
  background: #FFF;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  box-shadow: 0 0 225px rgba(255,255,255,0.55);
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}
@media (min-width: 521px) {
  div.login,
  form.login {
    max-width: 250px;
    width: auto;
  }
}
div.login h1,
form.login h1 {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  line-height: 40px;
  margin: 0 0 20px 0;
}
form.login .field {
  margin-bottom: 10px;
}
form.login .field input[type="email"],
form.login .field input[type="password"] {
  width: 100%;
}

/* style overrides */

.tooltip { z-index: 1010; } /* > navbar */