@import "visual-identity.css";

/* Overide class Bootstrap */
.btn-sm {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}
/**/

.invisible {
    display: none !important;
    visibility: hidden !important;
}

.visible {
    visibility: visible !important;
}

.btn {
    cursor: pointer;
}

/* DICA -> Clear focus when click button */
.clean-focus:focus {
    outline: none;
    box-shadow: none;
    /*border: 1px solid transparent;*/
}
/**/

.btn-datatable {
    /*padding: 0 5% 0 5%;*/
    padding: 0 !important;
    color: #000 !important;
    cursor: pointer;
    content: "my tooltip";
    /*background-image: url("~/Img/ic-linkedin.png");*/
}

.btn-datatable-resume {
    /*padding: 0 5% 0 5%;*/
    cursor: pointer;
    content: "my tooltip";
    text-decoration: none !important;
}
.btn-datatable-edit {
    /*padding: 0 5% 0 5%;*/
    /*color: #000 !important;*/
    cursor: pointer;
    content: "my tooltip";
    text-decoration: none !important;
}
.btn-datatable-edit-disable {
    cursor: none;
    content: "my tooltip";
}
    .btn-datatable-edit-disable:hover {
        opacity: 1.0;
        box-shadow: none;
        background-color: unset !important;
        color: unset !important;
    }
.btn-datatable-delete, .btn-datatable-save {
    /*padding: 0 5% 0 5%;*/
    /*color: #ff4136 !important;*/
    cursor: pointer;
    content: "my tooltip";
    /*pointer-events: all;*/
    text-decoration: none !important;
}
.btn-datatable-list {
    cursor: pointer;
    content: "my tooltip";
    text-decoration: none !important;
}

#divBtnResume {
    text-align: center;
    color: var(--bg-color-btn-nouveau); /*#ff8c00*/
    font-size: 22px;
    margin: -2px;
    justify-content: center;
    display: flex;
}

#BtnResume {
    text-align: center;
    color: var(--bg-color-btn-nouveau); /*#ff8c00*/
    font-size: 22px;
    margin: -2px;
    justify-content: center;
    display: flex;
}

.btn-resume-verify-exist-participant {
    text-align: center;
    color: var(--bg-color-btn-nouveau); /*#ff8c00*/
    font-size: 20px;
    justify-content: center;
    display: flex;
}

.btn-resume-exist-participant {
    color: var(--bg-color-btn-nouveau); /*#ff8c00*/
    font-size: 14px;
}

#divBtnEdit {
    text-align: center;
    /*color: #26a142;*/
    color: #000;
    font-weight: 400;
    font-size: 18px;
    justify-content: center;
    display: flex;
}

#divBtnList {
    text-align: center;
    /*color: #26a142;*/
    color: #000;
    font-weight: 400;
    font-size: 18px;
    justify-content: center;
    display: flex;
}

#divBtnSocialNetwork {
    text-align: center;
    color: #26a142;
    font-size: 18px;
}

.btn-edit-delete-th {
    /*width: 50px;*/
    width: 2%;
    padding-left: 14px;
    padding-right: 14px;
}

#divBtnDelete {
    text-align: center;
    color: #dc3545; /*#ff4136;*/
    font-size: 18px;
    justify-content: center;
    display: flex;
}

#divBtnSave {
    text-align: center;
    color: #20a745; /*#ff4136;*/
    font-size: 18px;
}

#divBtnList {
    text-align: center;
    color: #000000;
    font-size: 18px;
}

#divBtnArchive {
    text-align: center;
    color: #666666;
    font-size: 18px;
}

.btnDataTables:hover {
    background-color: #ddd;
}

.btn-datatable-delete-disabled, .btn-datatable-save-disabled {
    pointer-events: none;
    color: gray !important;
}

.txt-disabled {
    pointer-events: none;
    background-color: #eee !important;
}

.btn-invisible {
    display:none;
}

/*.btn-datatable-delete-enabled {
    color: black !important;
}*/

.ch1 {
    height: 52px;
    padding-top: 0.5%;
    background-color: var(--bg-color-header-card); /* darkorange*/ /*#808080;*/
    color: #FFF;
}

.ch2 {
    height: 46px;
    padding-top: 0.5%;
    background-color: var(--bg-color-header-card); /* darkorange*/ /*#808080;*/
    color: #FFF;
}

.col-form-label-fl, .col-form-label {
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.2em;
    margin-bottom: 0;
}

.col-form-label {
    padding-top: calc(0.7rem + 1px);
    /*font-weight: bold;
    font-size: 0.8em;
    line-height: 1.2em;*/
}

.form-control-color {
    font-size: 0.8em;
    border: 1px dotted red;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control {
    font-size: 0.8em;
}

select {
    height:33px;
}

.navbar-brand {
    /*display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.5rem;
    margin-right: 1rem;*/
    font-size: 1.6rem; /*Mudado pelo Charles*/
    /*line-height: inherit;
    white-space: nowrap;*/
}

.btn-primary {
    color: #fff;
    background-color: #1565c0;
    /* border-color: #007bff; */
}

#main-header {
    background-color: #ddd;
    margin-top: 45px;
    padding-top: 12px;
    padding-bottom: 8px;
}

#main{
    background-color: #ccc
}

.navbar{
   font-weight:100
}

.navbar .dropdown .fa {
    font-size: 1.3em;
}

.recherche{}

.card{
    display: inline-block;
    width: 100%;
    margin: 30px 0;
    /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);*/
    border-radius: 3px;
}

.card .title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 1.3em
}

.card .categoria {
    color: #999;
    font-size: 0.9em
}

.card .card-content {
    padding: 10px 20px 0;
}

.card .card-content .category {
    margin-bottom: 0;
}

.card .card-header2 {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
    background-color: #999999;
}

.card .card-header2.card-chart {
    padding: 0;
    min-height: 250px;
}

.sid-agenda{ background-color: #ddd; font-size: 1.5em; margin-top: -12px}

.agenda .nom{
    color:#000;
    float: left;
}
.agenda .heure{
    color:#000;
    float: right;
}
.agenda .jour{
    color:#000;
}
.agenda hr{
    margin-bottom: 0px;
}

.card [bg-color="blue"] {
    background: linear-gradient(60deg, #26c6da, #00acc1);  
}

.card [bg-color="green"] {
    background: linear-gradient(60deg, #66bb6a, #43a047); 
}

.card [bg-color="orange"] {
    background: linear-gradient(60deg, #FF8C00,	#FF4500	); 
}

footer p{
    font-weight: 100;
    font-size: 0.8em;
}

[data-title3] {
    position: relative;
    cursor: help;
    display: inline-block;
}

    [data-title3]:hover::after {
        content: '';
        position: absolute;
        bottom: 26px;
        left: 8px;
        display: inline-block;
        color: #000;
        border: 8px solid transparent;
        border-bottom: 8px solid #f0e68c;
        /*box-shadow: 0px 0px 4px #222;*/
    }

    [data-title3]:hover::before {
        z-index: 9999;
        content: attr(data-title3);
        position: absolute;
        bottom: 0px;
        display: inline-block;
        padding: 6px 12px;
        /*margin: 10px;*/
        border-radius: 5px;
        background: #f0e68c;
        color: #000;
        font-size: 0.8em;
        font-weight: normal;
        font-family: sans-serif;
        white-space: pre-wrap;
        width: 400px;
        line-height: 1.2em;
    }


#li-question-circle-pt {
    font-size: 1.3em;
    font-weight: bold;
    color: #666666;
    display: inline;
    vertical-align: super;
    vertical-align: baseline;
}

#li-question-circle {
    font-size: 1.3em;
    font-weight: bold;
    color: #666666;
    display: inline;
    vertical-align: sub;
    vertical-align: baseline;
}



