input:read-only {
    background-color: #eff2f4;
}

.navbar-toggler {
    background-color: #9da3a8;
}
.navbar-toggler-icon>span {
    background-color: black !important;
}

.bg-light {
    background-color: #f1f4f7 !important ;
}

.logo {
    height: 50px
}

.nav-link {
  color: black
}

.nav-link:hover {
  color: black;
  font-weight: bold;
}

.nav-link {
    color: black !important;
}

.nav-link.active {
    font-weight: bold !important;
    
}

.proposals-menu>li>a.active {
    font-weight: bold !important;
}


.box
{
    width: 120px; 
    border-radius: 10px; 
    padding: 10px;
}

.box-create
{
    background-color: #87CEFA;
}

.box-write
{
    background-color: #90EE90;
}

.box-view
{
    background-color: #F0E68C;
}

.btn-primary {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.no-bullets {
    list-style-type: none;
}

.bookmarks-menu>li>a {
    text-decoration: none;
    color: black;
}

.bookmarks-menu>li>a:hover {
    font-weight: bold;
    color: red;
}

.bookmarks-menu>li>a.active {
    font-weight: bold !important;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.font-weight-bold {
    font-weight: bold;
}

.btn-success {
    color: #fff;
    background-color: #28a745 !important;
    border-color: #28a745
}

.btn-warning {
    background-color: #ffc107 !important;
}


/* confirmation box */

.conformation-container {
    width: 100%;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: -75px;
    left:0px;
    transition: 1s;
    
}

.conformation-container span{
    padding: 20px;
    /* background-color: lightblue; */
    border-radius: 10px;
}

.conformation-container.active {
    bottom:150px
}

.bg-success {
    background-color: #90EE90 !important;
}

.bg-error {
    background-color: #dc3545
}

table {
    width: 100%;
  }

.form-add {
    border: 1px black solid;
    padding: 20px;
    border-radius: 10px;
}

table>thead>tr>th {
    text-align: center;
}

.btn-confirm {
    width: 50%;
    padding: 10px 0;
}

.no-margin>p {
    margin: 0;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.display-inline li {
    display: inline;
}

.pointer {
    cursor: pointer;
}

.flag.active {
    border: 3px black solid;
}


.info-container {
    position: relative;
}

.info-text {
    position: relative;
}

.icon-close {
    position: absolute;
    right:-30px;
    top:-35px;
    color: red;
    font-size: 30px;
    cursor: pointer;
}

.info-box {
    position: absolute;
    left:0;
    top:50;
    display: none;
    background-color:white;
    width:100%;
    padding:20px;
    border-radius: 5px;
    border: 1px black solid;
}

.info-box.active {
    display: block;
}

.info-click {
    cursor:pointer;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }
  
  .tabcontent.active {
      display:block;
  }


  .admin-confirmation-box {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -50px;
    text-align: center;
    transition: 1s;
}

.admin-confirmation-box.active {
    bottom: 30px;
}

.admin-confirm-info {
    padding: 20px 40px;
    background-color: lightgreen;
    border-radius: 20px;
}

.editor-choice {
    text-decoration: none;
    color: black;
}

.clock {
    font-size: 60px;
}

.clock.expired {
    font-size: 30px
}

/* cookie */
.cookie-bar-info
      {
        position: fixed;
        bottom: 0px;
        left: 0px;
        display: block; 
        color: black; 
        background-color: rgb(215, 232, 243); 
        width:100%;
        border: 1px solid black;
        border-radius: 20px;
      }

.cookie-text
{
    padding: 20px; 
    text-align: justify;
}

.accept-cookie
{ 
    background-color:white; 
    color: red; 
    padding: 5px; 
    border-radius:10px; 
    cursor: pointer;
}

.accept-box
{
    padding-top: 20px;
}

.privacy-policy-link
{
    text-decoration: none;
    color: red;
}

.privacy-policy-link:hover
{
    color: red;
    text-decoration: none;
}

footer {
    /* background-color: #e1e5e8; */
    border-top: 1px solid rgb(197, 194, 194);
    margin-top: 50px;
    padding: 50px 0;
}
