/*
** Style Simple Ecommerce Theme for Bootstrap 4
** Created by T-PHP https://t-php.fr/43-theme-ecommerce-bootstrap-4.html
*/
.bloc_left_price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}
.category_block li:hover {
    background-color: #007bff;
}
.category_block li:hover a {
    color: #ffffff;
}
.category_block li a {
    color: #343a40;
}
.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}
.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}
.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}
.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.product_rassurance .list-inline li:hover {
    color: #343a40;
}
.reviews_product .fa-star {
    color: gold;
}
.pagination {
    margin-top: 20px;
}
footer {
    background: #343a40;
    padding: 40px;
}
footer a {
    color: #f8f9fa!important
}

/*-----------------------------REGISTER FORM---------------------------------*/
.register {
    background-image: linear-gradient(180deg, #343a40, #9a9da0);
    margin-top: 1%;
    padding: 3%;
}

.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    border-top-right-radius: 10% 50%;
    border-bottom-right-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .login-form {
    padding: 10% 0%;
    margin-top: 10%;
    justify-content: center;
    text-align: center;
}
.register .register-form {
    padding: 0;
    justify-content: center;
    text-align: center;
}

.loginBtn  {
    margin-top: 2%;
    margin-bottom: 2%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.btnRegister {
    margin-top: 2%;
    margin-bottom: 2%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.btnUpdate {
    margin-top: 2%;
    margin-bottom: 2%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.login-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

.register-heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #495057;
}

@media (min-width: 768px){
.col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px){
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 40%;
    }
}

/*======================= SIDE NAV ======================*/
.side-li {
    border-bottom: 1px solid lightgrey;
    border-radius: 20px;
    /*padding: 2px 0px 2px 10px;*/
    margin-bottom: 15px;
    color: #4F49A1;
}
.side-li a {
    color: #4F49A1;
    padding: 2px 0px 2px 10px;
    text-decoration: none;
    width: 100%;
    display: block;
}
.side-li a:active{
    background-color: #4F49A1;
    border-radius: 20px;
    color: white;
}

.side-li :hover {
    color: white;
    background-color: #4F49A1;
    border-radius: 20px;
}
.side-li : {
    color: white;
    background-color: #4F49A1;
    border-radius: 20px;
}
/*======================== POPUP ===============================*/
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: absolute;
    top: 97px;
    left: 382px;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 330px;
    padding: 10px;
    background-color: #c4c4c4;
    border-radius: 5px;
    color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 9px;
    margin: 5px 0 22px 0;
    border: none;
    border-radius: 5px;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #4F49A1;
    color: white;
    padding: 5px 50px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    opacity: 0.8;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #df5151 !important;
  float: right;
}
.btn-danger {
    background-color: #df5151 !IMPORTANT;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


/*=========================== PROJECT DETAILS POPUP ===============================*/
/* Button used to open the contact form - fixed at the bottom of the page */
/*.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  width: 280px;
}*/

/* The popup form - hidden by default */
/*.detail-popup {
    display: none;
    position: absolute;
    top: 97px;
    left: 345px;
    z-index: 9;
}*/

/* Add styles to the detail container */
.detail-container {
    width: 400px;
    padding: 10px;
    background-color: #c4c4c4;
    border-radius: 5px;
    color: white;
    word-break: break-word;
}

/* Full-width input fields */
.detail-container input[type=text], .detail-container input[type=password] {
    width: 100%;
    padding: 9px;
    margin: 5px 0 22px 0;
    border: none;
    border-radius: 5px;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.detail-container input[type=text]:focus, .detail-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.detail-container .btn {
    background-color: #0c8211;
    color: white;
    padding: 5px 50px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    opacity: 0.8;
}
/* Add a red background color to the cancel button */
.detail-container .cancel {
  background-color: red;
 
}

/* Add some hover effects to buttons */
.detail-container .btn:hover, .open-button:hover {
  opacity: 1;
}



/*=============================== DATA TABLE ===============================*/
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 8px;
    font-size: 15px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 8px;
    font-size: 16px;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0px 18px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_length, 
.dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_info, 
.dataTables_wrapper .dataTables_processing, 
.dataTables_wrapper .dataTables_paginate {
    color: #333;
    font-size: 14px;
}
span.task_detail {
    display: table-cell;
}
button#pro_detail_cancel_btn {
    float: right;
}
form#update_project {
    max-width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 20px !important;
    padding-top: 0px !important;
}
.cutome_cols {
    display: flex;
    width: 100%;
}
.cutome_cols select {
    margin-right: 15px;
    height: calc(1.5em + 1rem + 2px);
    margin-bottom: 0px !important;
}
td.text-left.task_name_col {
    max-width: 350px;
}
.admin_task_details {
    text-align: left !important;
    display: flex;
}
.detail-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
