body {
    color: #1d3557;
}

.bg-app {
    background-color: #1d3557; 
}

.input-group.inner .input-group-text {
    background-color: #ffffff;
    border:none;
    position: absolute;
    right:10px;
    top:7px;
    z-index:9999999999
}
.input-group.inner input {
    width:100% !important
}
.cursor-pointer {
    cursor: pointer;
}


.app-header__logo .logo-src, 
.app-logo {
    height: 60px;
    width: 200px;
    background: url(../../images/logo-tip-top.jpg);
}

.hidden {
    display: none !important;
}

.form-group {
    margin-bottom:25px
}
#company_box {
    background-color: #eff0f6;
    padding-left:45px;
    padding-right:45px;
}

.tabs-animated.nav-dark .nav-link::before {
    background: #1d3557 !important;
}
.tabs-animated.nav-dark .nav-link::before {
    color: #ffffff !important;
}



.table-standart thead {
    background-color: #f0f2f5;
}
.table-standart thead th {
    padding:15px;
}
.table-standart td {
    padding-left:15px;
}
.table-standart td, .table-standart th  {
    border: none !important;
    color: #1d3557;
}

.table-standart.table-hover tbody tr:hover {
    background-color: #fafbfc;
}

.progress {
    height: 0.5rem;
    border-radius: 0px;
}

.progress-bar {
    background-color: #009991 !important;
}

.text-rating {
    color:  #009991 !important;
    font-weight: bold;
}

.viewifhover {
    visibility: hidden;
}

tr:hover .viewifhover {
    visibility: visible;
}

.btn-margin {
    margin-right:10px;
    margin-left:10px;
}

.btn-opacity {
    color: #1d3557;
    opacity: 0.5;
}

.btn-submit {
    background-color:#fab233;
    color: #1d2c44;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding:10px 20px;
    border:none;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.btn-submit:hover {
    background-color:#1d2c44;
    color: #fab233;
}
.btn-submit-sm {
    font-size: 12px;
    padding:5px 20px;   
}
.body-tabs a{
    text-transform: uppercase;
    font-size: 12px;
}

.changeInformations {
    cursor: pointer
}
/*
 * Textes de couleur
 */
.text-active { color: #00a199;}
.text-inactive { color: #cd2700;}
.text-new { color: #00a199;}
.text-relance1 { color: #a1a1a1}
.text-relance2 { color: #fab233}
.text-no-reponse { color: #cd2700}
.text-completed { color: #6f839d}
.text-validated { color: #00a199}
.text-refused { color: #cd2700}


.table th {
    color: #1d3557 !important;
    font-weight: bold;
}

/*
 * CARD CONTAINER
 */

.card-container {
    padding:35px 30px 45px 35px;
    margin-bottom:25px;
}
.card-container-side {
    padding:35px 30px 45px 35px;
    margin-bottom:25px;
}

.card-noborder {
    margin-bottom:0px;  
}

/*
 * CARD TITLE
 */
 .card-header {
    display: flex;
    align-items: center;
    border:none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    height: 2.5rem;
    margin-bottom:25px
}

.card-header h3 {
    color: #1d3557;
    font-size:1.15rem;
    margin-bottom:0px;
    padding-bottom:0px
}

.card-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0; 
}


.btn-upload, .btn-add {
    background-color: #ffffff;
    border:1px solid #1d3557;
    color: #1d3557;
    text-transform: uppercase;
    font-weight: bold;
    font-size:12px;
    padding:10px 20px 10px 20px;
    cursor: pointer;
    text-shadow: none !important;
    text-decoration: none;
}
.btn-upload:hover, .btn-add:hover {
    background-color: #1d3557;
    border:1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}


/* Rating Star Widgets Style*/
.rating-stars ul {
    list-style-type:none;
    padding:0;

    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;

}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size:2.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
}




/*
 * MY TIPTOP
 */
.mytiptop_review_header, .mytiptop_commentaire {
    border-bottom: 1px solid #1d3557;
    padding-bottom:10px;
    margin-bottom:10px
}
.mytiptop_username {
    font-weight: bold;
    font-size:1rem;
}
.mytiptop_date {
    color: #8693a4;
    font-size:0.8rem;
}
.mytiptop_note_right {
    color: #8693a4;
    font-size:1.1rem; 
}
.mytiptop_note_right span {
    color: #1d2c44;
    font-size:2rem;
    font-weight: bold; 
}



/******************
 * SWAL
 ********************/



 h2.swal2-title {
    color: #1d3557 !important;
    /* font-size: 26px  !important; */
 }

 #swal2-content {
    color: #1d3557 !important;
    font-weight: 400 !important;
    font-size:16px !important;
 }

 button.swal2-cancel {
    border-radius: 0px !important;
    color: #ffffff !important;
    margin-right: 7px !important
 }
 button.swal2-confirm {
    border-radius: 0px !important;
    color: #ffffff !important;
    margin-left: 7px !important 
 }