﻿@import "visual-identity.css";

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

#popupMessagetoWait {
    /*position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/

    display: none;
    margin: auto;
    height: 100px;
    width: 500px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px; /*26px*/
    /*background-color: #d4edda;*/
    padding: 10px;
    /*border: 1px solid #777;*/
    /*border-radius: 5px;*/
    z-index: 10001;
    /* Option 2 */
    /*
        margin: auto;
        height: 200px;
        width: 500px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #d4edda;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        */
}

#maskForPopupMessagetoWait {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 10000;
}    

.text-danger {
    color: #dc3545 !important;
    font-size: 14px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
    color: #000 !important; /*color: #888888;*/
    border-color: #aaa !important;
}

.moscow_priority_wont {
    background-color: #000000 !important;
    font-weight: bold !important;
    color: #ffffff !important;
    cursor: help;
}
.moscow_priority_could {
    background-color: #c0c0c0 !important;
    font-weight: bold !important;
    color: #1e1e1e !important;
    cursor: help;
}
.moscow_priority_should {
    background-color: #add8e6 !important;
    font-weight: bold !important;
    color: #1e1e1e !important;
    cursor: help;
}
.moscow_priority_must {
    background-color: #0000a0 !important;
    font-weight: bold !important;
    color: #ffffff !important;
    cursor: help;
}

.moscow_status_not_implemented {
    color: #000000 !important;
    cursor: help;
}

.moscow_status_implemented_with_problem {
    color: #cb544d !important;
    cursor: help;
}

.moscow_status_need_to_be_tested {
    color: #ffd700 !important;
    cursor: help;
}

.moscow_status_implemented_and_without_problems {
    color: #088a08 !important;
    cursor: help;
}

/* DICA -> Para não quebrar de linha em Grid */
.text-nowrap {
    white-space: nowrap;
}
/**/
.text-wrap {
    white-space: normal;
}

.select2-container {
    /*z-index: 99999;*/
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    font-size: 0.8em;
    /*border: 1px dotted red;*/
    border-radius: 0.25rem;
    height: 33px !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    /*width: 100% !important;*/
}

/**/
/*    .select2-container .select2-search__field {
        width: 100% !important;
    }*/

    .select2-container .select2-selection--single {
        height: 33px !important;
    }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 31px !important;
}

.select2-container--default .select2-results > .select2-results__options {
    line-height: 1em !important;
}

.custom-button-class {
    background: #28a745 !important;
    /*color: #fff;*/
    text-decoration: none !important;
    /*font-size: 10pt !important;*/
    cursor: pointer !important;
    height: 33px !important;
    width: auto;
    /*padding: 0.25rem 0.5rem !important;*/
    /**/
    color: #fff;
    font-size: 1em;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.custom-button-class-disabled {
    display: none;
}

.btn-enregistrer {
    background: #28a745 !important;
    /*background: #ff8c00 !important;*/
    color: #fff;
    /*font-weight: bold;*/
    text-decoration: none !important;
    font-size: 10pt !important;
    cursor: pointer !important;
    height: 28px !important;
    width: auto;
    padding: 0.25rem 0.5rem !important;
}

.btn-nouveau, .btn-search {
    background: var(--bg-color-btn-nouveau) !important; /*#ff8c00*/
    color: #fff !important;
    cursor: pointer !important;
    /*border: 1px solid transparent;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-decoration: none !important;
    */
}
    .btn-nouveau:hover, .btn-search:hover {
        background-color: var(--bg-color-btn-nouveau-hover) !important; /*#ea8000*/
        border: 1px solid var(--bg-color-btn-nouveau-hover) !important; /*#ea8000*/
    }

.btn-default-custom {
    cursor: pointer !important;
    font-size: 0.8em !important;
    border: 1px solid #ddd !important;
    color: #666666 !important;
    background-color: #efefef;
}

    .btn-default-custom:hover {
        background-color: #e8e8e8 !important;
        border: 1px solid #ddd !important;
    }

.btn-clear {
    cursor: pointer !important;
    border: 1px solid #ddd !important;
    color: #666666 !important;
    background-color: #efefef;
}

    .btn-clear:hover {
        background-color: #e8e8e8 !important;
        border: 1px solid #ddd !important;
    }

.btn-nouveau-tab {
    /*font-size:0.8em;
    font-weight:bold;
    padding:0.3% 0.5% 0.3% 0.5%;*/
    font-size: 0.8em;
    /*font-weight: bold;*/
    padding: 0.20rem 0.5rem !important; /*padding: 0.3% 0.8%;*/
    text-decoration: none !important;
    width: auto;
    background: var(--bg-color-btn-nouveau) !important; /*#ff8c00*/
    color: #fff !important;
    cursor: pointer;
}

.btn-color-custom, #btnKeywordsRomeCode, #btnKeywordsRomeCode_MetierEmploi, #btnKeywordsRomeCode_MetierRecherche {
    font-size: 0.8em !important;
    text-decoration: none !important;
    width: 100%;
    background: var(--bg-color-btn-nouveau) !important; /*#ff8c00*/
    color: #fff !important;
    cursor: pointer !important;
}

    .btn-color-custom:hover, #btnKeywordsRomeCode:hover, #btnKeywordsRomeCode_MetierEmploi:hover, #btnKeywordsRomeCode_MetierRecherche:hover {
        background-color: var(--bg-color-btn-nouveau-hover) !important; /*#ea8000*/
        border: 1px solid var(--bg-color-btn-nouveau-hover) !important; /*#ea8000*/
    }

.button-rechercher-28 {
    background: #28a745 !important;
    color: #fff;
    text-decoration: none !important;
    font-size: 10pt !important;
    cursor: pointer !important;
    height: 28px !important;
    width: 82px;
    padding: 0.25rem 0.5rem !important;
}

.dropdownlist-select {
    height: 32px;
}

.button-rechercher-32 {
    background: #28a745 !important;
    color: #fff;
    text-decoration: none !important;
    font-size: 10pt !important;
    cursor: pointer !important;
    height: 32px !important;
    width: 82px;
    padding: 0.25rem 0.5rem !important;
}

.button-nouveau-element {
    color: #fff;
    text-decoration: none !important;
    font-size: 10pt !important;
    cursor: pointer !important;
    height: 32px !important;
    width: 82px;
    padding: 0.25rem 0.5rem !important;
}

.btn-annuler {
    text-decoration: none !important;
    font-size: 10pt !important;
    cursor: pointer !important;
    height: 28px !important;
    width: 82px;
    padding: 0.25rem 0.5rem !important;
}

/*.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    background: #28a745;
    color: #fff;
}*/


.ui-dialog {
    position: absolute;
    
    /* DICA -> Datatables :: The dialog box is opened and fixed on the top of page */
    /*top: 0;*/
    top: 10% !important;
    /**/
    
    left: 0;
    padding: .2em;
    outline: 0
}

/* Classe para o Botão em ModalDialog.js */
/*.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .orange {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;  ------ removes extra width in IE
    background-color: #F8A82B;
    background-image: none;
    color: White;
}*/

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    /*background-color: #fffadc;*/
}

.ui-widget-header {
    border: 1px solid #ddd;
    background-color: var(--bg-color-header-card); /* Découvrir: darkorange*/
    color: #FFF;
}

.bg {
    /*background-color: #fffadc;*/
    background-color: #fff;
}

.blink {
    animation-duration: 8000ms; /*blinking speed decreases and increase */
    animation-name: tgle;
    animation-iteration-count: infinite;
}

@keyframes tgle {
    0% {
        opacity: 0;
    }

    49.99% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    99.99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    /*background-color: #c4c4c4;*/
}

.styleMsgDelete {
    font-family: Calibri;
    font-style: italic;
    font-size: 1.5em;
    font-weight: bold;
    color: #FF0000;
}

.checkbox-decouvrir {
    width: 20px;
    height: 20px;
    margin-top: 15%;
    cursor: pointer;
    /*position: relative;*/
}

.checkbox-decouvrir-2 {
    width: 20px;
    height: 20px;
    margin-top: 0.8%;
    /*position: relative;*/
}

.checkbox-decouvrir-3 {
    width: 20px;
    height: 20px;
}
.checkbox-decouvrir-3-disabled[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #808080;
    content: "";
    background: #FFF;
}

.checkbox-decouvrir-3-disabled[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 0px;
    top: -20px;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.radiobutton-decouvrir {
    width: 20px;
    height: 20px;
}

.row-title-button {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.title-tables-tabs {
    color: #000;
    font-weight: 600;
    font-size: 1em;
}

/*#IsObtenuAvecDecouvrir {
    width: 20px;
    height: 20px;
    position: relative;
}*/

#OrganAContacter {
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #FF0000;
}

#ckbSexoFeminino {
    width: 20px; height: 20px; position: relative;
}

#ckbSexoMasculino {
    width: 20px;
    height: 20px;
    position: relative;
}

#IsActive {
    width: 20px;
    height: 20px;
    position: relative;
}

#ServIsActive {
    width: 20px;
    height: 20px;
    position: relative;
}

#ServIntensif {
    width: 20px;
    height: 20px;
    position: relative;
}

#CotisationRequise {
    width: 20px;
    height: 20px;
    position: relative;
}

#ClbExterne {
    width: 20px;
    height: 20px;
    position: relative;
}

#PartEnvoiCotisation {
    width: 20px;
    height: 20px;
    position: relative;
}

/*#PartADMember {
    width: 20px;
    height: 20px;
    position: relative;
}*/

#ClbActive {
    width: 20px;
    height: 20px;
    position: relative;
}

#ClbIsAdmin {
    width: 20px;
    height: 20px;
    position: relative;
}

#RomeNiveauBac3 {
    width: 20px;
    height: 20px;
    position: relative;
}

#FormNiveauBac3 {
    width: 20px;
    height: 20px;
    position: relative;
}

#JourPartReCon {
    width: 20px;
    height: 20px;
    position: relative;
}

#PaysOrigine {
    width: 20px;
    height: 20px;
    position: relative;
}

