@charset "UTF-8";

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic);
@import url(//cdn.jsdelivr.net/font-entypo/0.1/dev/entypo.css);

/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
















.signerButtonConfigure {

width: 32px;
    height: 40px;
    position: absolute;
    /* border-radius: 57%; */
    right: 0;
    top: 0;
    font-size: 25px;
    border: 1px
 solid #f5f5f5;
    cursor: pointer;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    background-color: orange;
    border-left: none;

}
.signerButtonTitle {
text-align: center !important;
    font-family: Tahoma !important;
    font-size: 17px !important;
    font-weight: bold !important;
    width: 150px !important;
    height: 40px !important;
    line-height: 35px !important;
    cursor: pointer !important;
    background: #F0F0F3 !important;
    /* background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede); */
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 0 rgb(0 0 0 / 8%), inset 0 1px 2px rgb(255 255 255 / 75%) !important;
    color: #444 !important;
    margin: 0 1px 0 0 !important;


}

.form-header .ow-field-input-line {
    border: none !important;
    
}

.labelAlign-float .ow-field-input-line {
    border: none !important;
border-bottom: 1px  solid #CCC !important
}



:root {
    /***************** START :: Redefine colors variables ***************/
    --header1-fg: #ECF0F5;
    /***************** END :: Redefine colors variables ***************/
    /* label colors Karaz 6.0 */
    --k6-form-header-label-fg: #999999;
    --k6-form-header-value-fg: #666666;
    --k6-form-header-icon-fg: #38A;
    --k6-form-header-box-bg: #eeeeee;
    /*#cccccc*/
    /* Notification messages */
    --info-message-background: #eaf4fb;
    --info-message-border: #262f3d;
    --info-message-title: #38A;
    --info-message-text: #262f3d;
    /* Alert messages */
    --info-alert-background: #ffefcf;
    --info-alert-border: #fead0d;
    --info-alert-title: #fead0d;
    --info-alert-text: #55575d;
    /* Success messages */
    --info-success-background: #eaf7eb;
    --info-success-border: #65bd6b;
    --info-success-title: #65bd6b;
    --info-success-text: #55575d;
    /* Error messages */
    --info-error-background: #ffeae7;
    --info-error-border: #ff624d;
    --info-error-title: #ff624d;
    --info-error-text: #55575d;
}

body {
    margin: 0
}

.ow-menu-icon {
    margin: 0 !important;
}

.horizontal-nav-bar-root>li>div {
    height: max-content;
}

.labelAlign-float .ow-field-input-line {
    border-bottom: 1.1px solid #CCC;
}


/************************************************************************/


/*   START :: New Blink Search for Architect profile                    */


/************************************************************************/

.pc-blinkSearchGrid {
    display: grid;
    grid-template-columns: 30% 10% auto 10%;
    grid-template-areas: "pc-refDossier pc-statut . pc-actions" "pc-refFonciere pc-refFonciere pc-localite pc-actions" "pc-projetGrid pc-projetGrid pc-projetGrid pc-actions" "pc-equipeProjet pc-equipeProjet pc-equipeProjet pc-actions";
    grid-gap: 5px;
}

.pc-pictoProjet {
    grid-area: pc-pictoProjet;
    color: #d1d9dc;
    font-size: 3.8em;
    align-self: center;
}

.pc-blinkArchi {
    display: grid;
    grid-template-columns: 3% 37% auto 20%;
    grid-template-areas: "pc-ba-status pc-ba-reference pc-ba-activite pc-ba-actions" "pc-ba-status pc-ba-ids pc-ba-objet pc-ba-actions";
    grid-gap: 10px;
}

.pc-ba-reference {
    grid-area: pc-ba-reference;
    color: #212121;
    flex-wrap: wrap;
}

.pc-ba-activite {
    grid-area: pc-ba-activite;
    justify-self: center;
    grid-auto-columns: 20% 60% 20%;
    grid-template-areas: "pc-ba-mile-start pc-ba-current-activity pc-ba-mile-end";
}


/* Start :: Folder Status style */

.pc-ba-status {
    grid-area: pc-ba-status;
    transform: rotate(-90deg);
    height: 40px;
    margin-left: -113px;
    width: 234px;
    place-self: center;
    justify-self: start;
    align-content: end;
    padding-top: 9px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--k6-form-header-value-fg);
}

.pc-ba-status_Autorisé {
    background-color: rgb(180, 226, 95);
}

.pc-ba-status_Brouillon {
    background-color: #555;
    color: #eee;
}

.pc-ba-status_En.cours {
    background-color: lightskyblue;
}
.pc-ba-status_En.Cours {
    background-color: lightskyblue;
}
.pc-ba-status_Ajourné {
    background-color: rgb(247, 197, 104);
}

.pc-ba-status_Rejeté {
    background-color: rgb(199, 193, 185);
}

.pc-ba-status_Annulé {
    color: white;
    background-color: rgb(204, 7, 66);
}

.pc-ba-status_Favorable {
    background-color: green;
    color: white;
}

.pc-ba-status_Retourné {
    background-color: orange;
    color: white;
}

.pc-ba-status_ {
    background-color: lightskyblue;
    color: white;
}

.pc-ba-status_::before {
    content: "NOUVEAU";
}

.pc-ba-status_Défavorable {
    background-color: red;
    color: white;
}

.com-ba-status_Ajourné {
    background-color: #fead0d;
    color: white;
}

.pc-ba-status_e-signé {
    background-color: #5797af;
}


/* End :: Folder Status style */


/* Start :: Pictos types projet : Mapping avec awesome fonts */


/* NOT USED ANY MORE :: FOR THE MOMENT */

.pc-ba-pictoProjet {
    grid-area: pc-ba-pictoProjet;
    color: #d1d9dc;
    font-size: 3.8em;
    align-self: start;
    /*  z-index: 3; */
}

.pc-ba-pictoProjet::before {
    content: "\f128";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}

.pc-ba-pictoProjet_PCT::before {
    content: "\f1ad";
}

.pc-ba-pictoProjet_AMN::before {
    content: "\f015";
}

.pc-ba-pictoProjet_MDF::before {
    content: "\f55d";
}

.pc-ba-pictoProjet_GRP::before {
    content: "\f594";
}

.pc-ba-pictoProjet_LOT::before {
    content: "\f00a";
}

.pc-ba-pictoProjet_MRC::before {
    content: "\f0c4";
}

.pc-ba-pictoProjet_ELV::before {
    content: "\f5fd";
}


/* End :: Pictos nature projet : Mapping avec awesome fonts */

.pc-ba-categorie {
    grid-area: pc-ba-categorie;
}

.fs-item-data.pc-ba-categorie_PPJ {
    /* This is a Dummy style that can be used in the futur tho give different style to each project catagory */
    color: var(--fg1);
}

.fs-item-data.pc-ba-categorie_GPJ {
    /* This is a Dummy style that can be used in the futur tho give different style to each project catagory */
    color: var(--fg1);
}


/* Start :: Focal search tooltip */

.fs-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    font-family: var(--font-global);
}

.fs-tooltip .fs-tooltiptext {
    visibility: hidden;
    /* width: 200px; */
    background-color: white;
    border: 1px solid var(--fg0);
    box-shadow: 0px 1px 1px #0004;
    color: var(--fg0);
    font-size: 12px;
    text-align: left;
    border-radius: 3px;
    padding: 9px;
    position: absolute;
    z-index: 1;
    transition: all ease 0.3s;
    top: 25px;
    left: 25px;
    font-family: Roboto;
}

.fs-tooltip .fs-tooltiptext::after {
    content: attr(tooltip-content-after);
}

.fs-tooltip .fs-tooltiptext::before {
    content: attr(tooltip-content-before);
}

.fs-tooltip:hover .fs-tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* End :: Focal search tooltip */


/* Start :: Focal search process bar */

.fs-current-activity {
    background: #EEE;
    /* position: absolute; */
    margin: 2px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid var(--light1);
    box-sizing: border-box;
    height: 25px;
    color: #646464;
    font-size: 0.9em;
    font-family: var(--font-global);
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    z-index: 1;
}

.fs-line {
    height: 1px;
    display: inline-block;
    position: relative;
    background: var(--light1);
    top: -15px;
    margin: 0 -6px;
}

.fs-milestone {
    position: relative;
    margin: 5px 2px;
    display: inline-block;
    box-sizing: border-box;
    color: #646464;
    font-size: 1.3em;
    overflow: hidden;
    cursor: help;
}

.fs-milestone.fs-mile-start {
    color: green;
}

.fs-milestone.fs-mile-end {
    color: var(--light1);
}


/* End :: Focal search process bar */


/* Start :: Focal search actions tooltip */

.fs-action-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    font-family: var(--font-global);
}

.fs-action-tooltip .fs-action-tooltiptext {
    visibility: hidden;
    width: 210px;
    background-color: white;
    border: 1px solid var(--fg0);
    box-shadow: 0px 1px 1px #0004;
    color: var(--fg0);
    font-size: 12px;
    text-align: left;
    border-radius: 3px;
    padding: 9px;
    position: absolute;
    z-index: 1;
    transition: all ease 0.3s;
    top: 30px;
    left: -183px;
    cursor: pointer;
}

.fs-action-tooltip:hover .fs-action-tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* End :: Focal search actions tooltip */


/* Start :: Focal search info tooltip */

.fs-info-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    font-family: var(--font-global);
}

.fs-info-tooltip .fs-info-tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: var(--dark1);
    border: 1px solid var(--fg0);
    box-shadow: 0px 1px 1px #0004;
    color: white;
    font-size: 12px;
    text-align: left;
    border-radius: 3px;
    padding: 9px;
    position: absolute;
    z-index: 1;
    transition: all ease 0.1s;
    top: 20px;
    left: 56px;
}

.fs-info-tooltip .fs-info-tooltiptext::after {
    content: attr(tooltip-content);
}

.fs-info-tooltip:hover .fs-info-tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* End :: Focal search info tooltip */

.pc-ba-ids {
    grid-area: pc-ba-ids;
    grid-column: 100%;
    grid-template-areas: "pc-ba-refFonciere  pc-ba-localite pc-ba-maitreOuvrage pc-ba-maitreOeuvre";
}

.pc-ba-objet {
    grid-area: pc-ba-objet;
    grid-column: 100%;
    grid-template-areas: "pc-ba-natureProjet pc-ba-typeProjet pc-ba-consistanceProjet";
}

.pc-ba-natureProjet {
    grid-area: pc-ba-natureProjet;
    grid-column: 100%;
    margin-bottom: 5px;
}

.pc-ba-typeProjet {
    grid-area: pc-ba-typeProjet;
    grid-column: 100%;
    margin-bottom: 5px;
}

.pc-ba-consistanceProjet {
    grid-area: pc-ba-consistanceProjet;
    grid-column: 100%;
    margin-bottom: 5px;
}

.pc-ba-actions {
    display: grid;
    grid-area: pc-ba-actions;
    grid-template-columns: 1f;
    grid-template-columns: 1f;
    grid-row-end: span 2;
}


/* Start :: Data list style : icons (bags) and items value */

.fs-item-bag {
    height: 30px;
    color: #646464;
    padding-right: 10px;
}

.fs-item-bag:hover {
    color: #3388AA !important;
    cursor: pointer;
}

.fs-item-data {
    /* height: 30px; */
    color: #212121;
    font-size: 15px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.fs-item-data-link {
    height: 30px;
    color: #212121;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs-item-data-link:hover {
    color: #3388AA;
    cursor: pointer;
}

.fs-item-data.fs-item-data-big {
    font-size: 22px;
}

.fs-item-data.fs-item-data-middle {
    font-size: 18px;
    height: 40px;
}

.fs-item-data.fs-item-data-small {
    font-size: 12px;
}

.fs-chip {
    background: #EEE;
    margin: 2px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #CCD;
    box-sizing: border-box;
    height: 25px;
    color: #646464;
    font-size: 0.9em;
    font-family: var(--font-global);
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}


/* End :: Data list style : icons (bags) and items value */


/* Start :: Truncate content than can overflow (e.g. Références foncières, Nom/prénom, ...) */

.toTruncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* End :: Truncate content than can overflow (e.g. Références foncières, Nom/prénom, ...) */


/************************************************************************/


/*   END :: New Blink Serach for Architect profile                    */


/************************************************************************/


/************************** START :: Override global css elements **************************/

.ow-app-logo {
	flex: 0 0 250px !important;
    background: url("img/logocroaheader.png") !important;
    background-repeat: no-repeat !important;
	background-size: contain !important;
}
.fa-refresh:before {
    color: orange !important;
    content: "\f021";
}

/***************** START :: GLOBAL UI PARAMETERS ***************/


/* Start :: Backgrounds */

.navigation-singlePage>.ow-form-main {
    display: flex;
    background: white;
}

.navigation-singlePage>.ow-form-main>.ow-form-nav {
    background: white;
    border: none;
}


/* End :: Backgrounds */


/* Start :: Process bar */

.ow-process-steps-bar {
    background: white;
    border: none;
}

.step .estimationSpan {
    top: -66px;
    left: 30px;
}

.ow-psb-line {
    margin-top: 7px;
}

.ow-pb-left-shift,
.ow-pb-right-shift {
    margin-top: 7px;
}


/* End :: Process bar */


/* Start :: Former pink error message panel  */

.ow-error-panel {
    border: 1px solid var(--info-error-border);
    background: var(--info-error-background);
    border-radius: 4px;
    margin: 3rem 25%;
    overflow: auto;
    line-height: 20px;
    padding: 1.5rem 1rem;
    position: relative;
    max-height: 33vh;
    position: fixed;
    width: 900px;
    z-index: 10;
    top: 2rem;
    font-size: 13px;
    right: 3;
    width: 600px;
    max-width: 100%;
    top: 20%;
}

.ow-error-panel::-webkit-scrollbar {
    width: 6px;
    background: var(--info-error-background);
}

.ow-error-panel::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.anchor {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 7px;
    visibility: visible;
}

.anchor:hover {
    color: var(--info-error-border);
}

.ow-error-item {
    margin: 0.5em;
}

html ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #eeeeee;
}

html ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

html {
    overflow-x: hidden;
}


/* End :: Former pink error message panel  */


/********************************************************/


/*   START :: Kindy theme --- Organized by UI element   */


/********************************************************/


/***************** START :: KINDY TEXT FOR KARAZ ***************/


/* The following allows the use of Karaz field as a simple label. Mainly used tu display Karaz field value as text inside <vbox> */

.form-ktitle-small .ow-field-input-line {
    height: 50px;
    border: none;
}

.form-ktitle-small input.ow-field-input {
    font-size: 1.1rem;
    color: var(--form-button-fg);
    text-align: center;
}

.form-ktext-large .ow-field-input-line {
    height: 50px;
    border: none;
}

.form-ktext-large input.ow-field-input {
    font-size: 1.1rem;
    color: var(--fg0);
    text-align: center;
}

.form-ktext-medium .ow-field-input-line {
    height: 50px;
    border: none;
}

.form-ktext-medium input.ow-field-input {
    font-size: 1.0rem;
    color: var(--fg0);
    text-align: center;
}

.form-ktext-small .ow-field-input-line {
    height: 50px;
    border: none;
}

.form-ktext-small input.ow-field-input {
    font-size: 0.9rem;
    color: var(--fg1);
    text-align: center;
}


/* The following define the same style above BUT for adressing Pure HTML element inside Karaz form (Means between <html> tags) */

.form-title-small-blue {
    font-size: 1.2rem;
    color: var(--form-button-fg);
    text-align: center;
}

.form-text-large {
    font-size: 1.1rem;
    color: var(--fg0);
    text-align: left;
}

.form-text-medium {
    font-size: 1.0rem;
    color: var(--fg0);
    text-align: left;
    margin: 10px;
}

.form-text-small {
    font-size: 0.9rem;
    color: var(--fg1);
    text-align: right;
}

a {
    color: var(--fg0);
    cursor: pointer;
}

a:hover {
    color: var(--form-button-fg);
    cursor: pointer;
}


/***************** END :: KINDY TEXT ***************/


/***************** START :: KINDY BUTTONS ***************/


/* Start :: Inline transparent buttons */

button.ow-button.k-btn-transparent {
    background: none;
    border: none;
    color: #646464;
    padding-top: 0px;
    font-family: var(--font-global);
    outline: none;
    margin-top: 0px;
}

button.ow-button.k-btn-transparent .ow-btn-label {
    font-size: 14px;
    font-weight: 400;
}

button.ow-button.k-btn-transparent>span.ow-btn-icon {
    font-size: 18px;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}

button.ow-button.k-btn-transparent:hover {
    color: var(--form-button-fg);
}

button.ow-button.k-btn-transparent-blue {
    background: none;
    border: none;
    color: var(--form-button-bg);
    padding-top: 0px;
    font-family: var(--font-global);
    outline: none;
    margin-top: 0px;
}

button.ow-button.k-btn-transparent-blue .ow-btn-label {
    font-size: 14px;
    font-weight: 400;
}

button.ow-button.k-btn-transparent-blue>span.ow-btn-icon {
    font-size: 14px;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}

button.ow-button.k-btn-transparent-blue :hover {
    color: var(--form-button-bg);
}

button.ow-button.k-btn-radius {
    padding: 0rem 0.75rem;
    border: 1px solid var(--form-button-fg);
    outline: none;
}

button.ow-button.k-btn-radius-blue {
    padding: 0rem 0.75rem;
    background: var(--form-button-fg);
    border: none;
    color: var(--form-button-bg);
    border: 1px solid var(--form-button-fg);
    outline: none;
}

button.ow-button.k-btn-radius-blue:hover {
    background: var(--form-button-bg);
    color: var(--form-button-fg);
}

button.ow-button.k-btn-icon {
    margin-top: 18px;
    padding: 2px 4px;
    border: 1px solid #666666;
    color: #666666;
    outline: none;
}

button.ow-button.k-btn-icon:hover {
    background: #38a;
    border: 1px solid #38a;
    color: white;
}

.vbox-btn-left {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}

.vbox-kflex>.ow-vl-inner {
    display: flex;
}


/* End :: Inline transparent buttons */


/* Start :: Discret gray buttons */


/******* Use example : Show town planning, Cadastral plan, ... in Building permit form */

button.ow-button.bottom-gray-btn {
    background-color: var(--button-white);
    color: var(--button-gray1-label);
    border: 1px solid var(--button-gray1-border);
    margin: 5px 0px;
    width: 100%;
    height: 40px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button.ow-button.bottom-gray-btn>span {
    font-size: 14px;
}

button.ow-button.bottom-gray-btn:hover {
    background-color: var(--button-gray1-bg);
    color: var(--button-gray2-label);
}


/* End :: Discret gray buttons */


/* Start :: Middle gray buttons */

button.ow-button.mid-gray-btn {
    background-color: var(--button-gray1-bg);
    color: var(--button-gray2-bg);
    border: 1px solid var(--button-gray1-border);
    margin: 5px 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button.ow-button.mid-gray-btn>span {
    font-size: 14px;
}

button.ow-button.mid-gray-btn:hover {
    background-color: var(--light1);
    color: var(--button-gray2-bg);
}


/* End :: Middle gray buttons */


/* Start :: Middle gray buttons */

button.ow-button.mid-gray-dark-btn {
    background-color: var(--fg0);
    color: var(--fgr);
    border: 1px solid var(--fg0);
    margin: 5px 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button.ow-button.mid-gray-dark-btn>span {
    font-size: 14px;
}

button.ow-button.mid-gray-dark-btn:hover {
    background-color: var(--light1);
    color: var(--button-gray2-bg);
}


/* End :: Middle gray buttons */


/* Start :: Inline gray buttons */

button.ow-button.inline-gray-btn {
    background-color: var(--button-gray1-bg);
    color: var(--button-gray2-bg);
    border: 1px solid var(--button-gray1-border);
    margin: 5px 0px;
    width: 100%;
    height: 29px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button.ow-button.inline-gray-btn>span {
    font-size: 14px;
}

button.ow-button.inline-gray-btn:hover {
    background-color: var(--light1);
    color: var(--button-gray2-bg);
}


/* End :: Inline gray buttons */


/* Start :: Standard blue buttons */

button.ow-button.std-blue-btn {
    background-color: var(--edit-button);
    color: var(--button-white-label);
    border: 1px solid var(--button-gray1-border);
    margin: 5px 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button.ow-button.std-blue-btn>span {
    font-size: 15px;
}

button.ow-button.std-blue-btn:hover {
    background-color: var(--edit-button-hover);
    color: var(--button-white-label);
}


/* End :: Standard blue buttons */


/***************** END :: KINDY BUTTONS ***************/


/***************** START :: KINDY CONTAINERS ***************/


/***************** END :: KINDY CONTAINERS ***************/


/********************************************************/


/*   START :: Kindy theme --- Organized by UI element   */


/********************************************************/


/************************** START :: RIBATIS KARAZ 6.0 CSS CUSTOM **************************/


/********************************************************/


/*  START :: #MFB :: Styles used inside business forms  */


/********************************************************/

button.ow-button.ow-action-inside-btn {
    border: 1px solid #CCC;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    text-transform: uppercase;
}


/* css boutons alignés avec les champs et utilisés pour opérer des actions liées à ces champs */

button.ow-button.ow-action-inline-btn {
    background: #ffff;
    border: none;
    color: var(--form-button-fg);
    padding: 0.25rem;
    border-radius: 3px;
    margin-top: 20px;
}

button.ow-button.ow-action-inline-btn {
    background: #ffff;
    border: none;
    color: var(--form-button-fg);
    padding: 0.25rem;
    border-radius: 3px;
    margin-top: 20px;
}


/* transparent fieldset frame */

.ow-pl-noborder {
    margin: 10px;
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    border-radius: none;
    box-shadow: none;
    border: none;
}


/* Start :: define karaz 6.0 forms fields styles */

.form-container {
    display: block;
    padding: 1.25rem;
    margin: 10px 2rem;
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    box-shadow: 3px 3px 3px #0004;
    border: 1px solid #DDD;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}

.form-icon,
.form-icon.fa {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    font-size: 1.3rem !important;
    margin: auto;
    color: var(--form-button-fg);
    cursor: pointer;
}

.form-big-title {
    display: block;
    font-size: 1.35rem;
    font-weight: bold;
    color: var(--fg0);
    margin: 0.5rem auto;
    padding: 0.15rem 0.5rem;
    margin-bottom: 0;
    text-align: left;
}

.form-small-title {
    display: block;
    font-size: 1.1rem;
    margin: 0.5rem auto;
    padding: 0.15rem 0.5rem;
    margin-bottom: 0;
    text-align: left;
    color: var(--form-button-fg);
}

.form-text {
    font-size: 0.9rem;
    display: block;
    color: var(--fg1);
    margin-bottom: 0;
    text-align: left;
    margin-top: 10px;
}

.form-text:a {
    color: var(--fg1);
}

.form-h-sep {
    display: block;
    width: 80%;
    margin: 1rem auto;
    border-bottom: 1px solid #CCC;
    border-right: 50%;
    height: 3px;
}

.form-v-sep {
    display: block;
    height: 80%;
    margin: 10% 1rem;
    border-bottom: 1px solid #CCC;
    width: 3px;
}

button.ow-button.form-inline-btn,
button.ow-button.form-inline-btn.fa>span {
    width: 1.1rem;
    height: 1.1rem;
    font-size: 1.1rem !important;
    color: var(--fg0);
    background: none;
    cursor: pointer;
    margin-top: 0px;
    padding: 0px;
    outline: none;
    padding-left: 4px;
}

button.ow-button.form-inline-btn :hover {
    background: rgba(0, 0, 0, 0);
    color: var(--form-button-hover-bg);
    box-shadow: inset 0 0 0 3px var(--form-button-hover-bg);
}


/* End :: define karaz 6.0 forms fields styles */


/********************************************************/


/*  END :: #MFB :: Styles used inside business forms  */


/********************************************************/


/********************************************************/


/*    START :: #MFB :: Redesign business form header    */


/********************************************************/


/* Start :: Let's manage form header in Grid way  */

.gr-form-header {
    display: grid;
    border: 1px solid #CCC9;
    margin: 0.5rem 0.8rem;
    padding: 0.7em;
}


/* End :: Let's manage form header in Grid way  */

.hideHeader .form-header {
    display: none;
}

.form-header {
    border: 1px solid #CCC9;
    margin: 0.5rem 0.8rem;
    padding: 0.7em 2.0em;
    width: auto;
    /* text-align: center; */
    background: var(--k6-form-header-box-bg);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 3px 3px 3px #0004;
}

.form-header>div {
    position: relative;
    left: -1px;
}

.form-header .ow-field-core {
    display: flex;
    /* border-left: 1px dashed #BBB; */
    margin-top: 0.3em;
    margin-bottom: 0.5em;
}

.form-header .ow-hl-inner .ow-field-container:first-child .ow-field-core {
    border-left: none;
}

.form-header .ow-field-core .ow-label-side {
    text-align: right;
    line-height: 15px;
    height: 14px;
    width: 100%;
    color: var(--k6-form-header-label-fg);
    padding: 0px;
}

.form-header .ow-field-input-line {
    border: none;
    height: 3.5em;
}

.form-header .ow-field-core .ow-field-input-side {
    display: inline-block;
    background: none;
    padding: 0px;
    font-family: var(--font-global);
    font-weight: 300;
    color: var(--k6-form-header-label-fg);
}

.form-header .ow-field-core:before {
    font-size: 1.4em;
    color: var(--k6-form-header-icon-fg);
    padding-right: 10px;
    cursor: pointer;
    margin: auto;
}

.form-header .ow-field-core .ow-field-input-side input {
    background: none;
    /* text-align: center; */
    padding: 0px;
    color: var(--k6-form-header-value-fg);
}

.form-header .header-tag {
    display: inline-block;
    background-color: #eaf7eb;
    border: solid 1px gray;
    margin: 2px;
    padding: 0 10px;
    border-radius: 5px;
    height: 25px;
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}

.form-header .header-tag .ow-field-input {
    text-align: center;
    font-size: 13px;
    max-inline-size: 60px;
    line-height: 24px;
    height: 24px;
}

.form-vertical-tag {
    background-color: #eaf7eb;
    transform: rotate(-90deg);
    border: solid 0.1px #65bd6b;
    height: 40px;
    margin-left: -90px;
    width: 155px;
    text-align: center;
    padding: 9px;
    font-size: 15px;
    letter-spacing: 3px;
    color: var(--k6-form-header-value-fg);
}

.form-vertical-tag_Autorisé {
    background-color: rgb(180, 226, 95);
}

.form-vertical-tag_Brouillon {
    background-color: #555;
    color: #eee;
}

.form-vertical-tag_En.Cours {
    background-color: lightskyblue;
}

.form-vertical-tag_Ajourné {
    background-color: rgb(247, 197, 104);
}

.form-vertical-tag_Rejeté {
    background-color: rgb(199, 193, 185);
}

.form-vertical-tag_Favorable {
    background-color: #b0dfb2;
}

.form-vertical-tag_Défavorable {
    background-color: red;
    color: white;
}

.form-header-multiple .ow-field-input-select:after {
    content: none;
}

.form-header-multiple {
    display: flex !important;
}

.form-header-multiple .ow-field-input.ow-field-input-select {
    padding-left: 0px;
    height: 35px;
    color: var(--k6-form-header-value-fg);
}

.form-header-multiple:before {
    margin-top: 0.6em !important;
}

.form-header-multiple .ow-field-input.ow-field-input-select:hover {
    height: initial;
}


/********************************************************/


/*     END :: #MFB :: Redesign business form header     */


/********************************************************/


/********************************************************/


/*  START :: #MFB :: grid style for Home page layout    */


/********************************************************/


/* Start :: Grid Header (Candidate to be replaced by vbox and then to be Deleted) */

.hp-header {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "hp-logo hp-logo" "hp-bigTitle hp-bigTitle" "hp-smallTitle hp-smallTitle" "hp-main hp-main";
}

.hp-logo {
    grid-area: hp-logo;
    margin: 5px 30px;
    /* justify-self : left; */
}

.hp-hline {
    grid-area: hp-hline;
    display: block;
    width: 40%;
    border-bottom: 1px solid #CCC;
    margin: 1rem auto;
    height: 3px;
    justify-self: center;
}

.hp-bigTitle {
    grid-area: hp-bigTitle;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    color: var(--fg0);
    font-family: var(--font-global);
    justify-self: center;
    text-transform: uppercase;
    height: 40px;
}

.hp-smallTitle {
    grid-area: hp-smallTitle;
    font-size: 15px;
    color: var(--fg1);
    font-family: var(--font-global);
    justify-self: center;
    padding-top: 5px;
    height: 40px;
}

.hp-topics {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-areas: "hp-topic01 hp-topic02 hp-topic03";
}

.hp-bigImage {
    grid-area: hp-bigImage;
    color: #FFF;
    font-size: 20px;
    background-color: navajowhite;
}

.hp-topics01 {
    grid-area: hp-topic01;
}

.hp-topics02 {
    grid-area: hp-topic02;
}

.hp-topics03 {
    grid-area: hp-topic03;
}


/* End :: Grid Header (Candidate to be replaced by vbox and then to be Deleted) */


/* START :: This bloc wrapp box-card elements into css class named hp-box. the objective behind is to make the style usable with Karaz element and especially vbox elements. This is not possible using box-card elements */

.hp-box {
    display: block;
    padding: 1.25rem;
    margin: 10px 2rem;
    color: var(--fg1);
    background-color: white;
    border-radius: 2px;
    box-shadow: 3px 3px 3px #0004;
    border: 1px solid #DDD;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}

.hp-box a {
    color: var(--form-button-fg);
    cursor: pointer;
}

.hp-box-icon,
.hp-box-icon.fa {
    display: block;
    width: 3rem;
    height: 3rem;
    font-size: 3rem !important;
    margin: auto;
    color: var(--form-button-fg);
}

.hp-box-big-title {
    display: block;
    font-size: 1.35rem;
    font-weight: bold;
    color: var(--fg0);
    margin: 0.5rem auto;
    padding: 0.15rem 0.5rem;
    margin-bottom: 0;
    text-align: left;
}

.hp-box-small-title {
    display: block;
    font-size: 1.1rem;
    margin: 0.5rem auto;
    padding: 0.15rem 0.5rem;
    margin-bottom: 0;
    text-align: center;
}

.hp-box-text {
    font-size: 0.9rem;
    display: block;
    color: var(--fg1);
    margin-bottom: 0;
    text-align: left;
    margin-top: 10px;
}

.hp-box-text:a {
    color: var(--fg1);
}

.hp-box-h-sep {
    display: block;
    width: 80%;
    margin: 1rem auto;
    border-bottom: 1px solid #CCC;
    height: 3px;
}

.hp-box-v-sep {
    display: block;
    height: 80%;
    margin: 10% 1rem;
    border-bottom: 1px solid #CCC;
    width: 3px;
}


/* END :: This bloc wrapp box-card elements into css class named hp-box. the objective behind is to make the style usable with Karaz element and especially vbox elements. This is not possible using box-card elements */


/* START :: Define hp-sbox (Home Page Simple Box) ccs class inhereting from box-card tags. This css class simplify and cleanup the appearence of box elements by removing borders, shadow and accurating "Negative space" */

.hp-sbox {
    display: block;
    margin: 10px 2rem;
    color: var(--fg1);
    background-color: white;
    border-radius: 2px;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
}

.hp-sbox-icon {
    display: block;
    width: 3rem;
    height: 3rem;
    font-size: 3rem !important;
    margin: auto;
    color: var(--form-button-fg);
    margin: 1.5rem;
}

.hp-sbox-h-sep {
    display: block;
    width: 80%;
    margin: 1rem auto;
    border-bottom: 1px solid #CCC;
    height: 3px;
}

.hp-sbox-v-sep {
    display: block;
    height: 80%;
    margin: 10% 1rem;
    border-bottom: 1px solid #CCC;
    width: 3px;
}

.hp-sbox-btn {
    display: inline-block;
    color: #FFF;
    background: var(--form-button-fg);
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 50%;
}

.hp-sbox-big-title {
    font-size: 1.35rem;
    font-weight: bold;
    color: var(--fg0);
    text-align: left;
    margin: 0.5rem 0 0 1rem;
}

.hp-sbox-small-title {
    display: block;
    font-size: 1.1rem;
    color: var(--fg0);
    text-align: left;
    margin-left: 1.3rem;
    margin-top: 1.1rem;
}

/*  MENU */
.w3-top-inscrp {
      position: absolute !important;
      margin-top: -12px !important;
      width:112%;
      margin-left:-6%;
}
.w3-top-inscrp, .w3-bottom-inscrp {
    position: absolute !important;
    width: 100%;
    z-index: 1;
    
}
.w3-white, .w3-hover-white:hover {
    color: #000!important;
       background-color: transparent !important;
}

.w3-white{
    background-color: none;
}

.w3-padding-inscrp {
    padding: 26px 16px !important;
}
.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.w3-bar {
    width: 100%;
    overflow: hidden;
}
.w3-wide {
    letter-spacing: 4px;
}
.w3-btn, .w3-button-inscrp {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
}

.w3-right-inscrp {
    margin-top: 0px;
    position: relative;
    margin-left: 35%;
  	box-sizing: border-box;
}
 
    
.w3-bar .w3-button-inscrp {
    white-space: normal;
    color: #facd91 !important;;
    float: left;
    font-family: 'Arial Normal', 'Arial', sans-serif;
    height: 25px;
    padding: 2PX 20PX 2PX 2PX;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
}


.w3-padding-32 {
    padding-top: 32px!important;
    padding-bottom: 32px!important;
    color: black !important;
}
.w3-container, .w3-panel {
    padding: 0.01em 16px;
}


.w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.60;
}
.w3-greyscale, .w3-grayscale {
    filter: grayscale(75%);
}
.w3-row-padding, .w3-row-padding>.w3-half, .w3-row-padding>.w3-third, .w3-row-padding>.w3-twothird, .w3-row-padding>.w3-threequarter, .w3-row-padding>.w3-quarter, .w3-row-padding>.w3-col {
    padding: 0 8px;
}




.w3-row-padding, .w3-row-padding>.w3-half, .w3-row-padding>.w3-third, .w3-row-padding>.w3-twothird, .w3-row-padding>.w3-threequarter, .w3-row-padding>.w3-quarter, .w3-row-padding>.w3-col {
    padding: 0 8px;
}
.w3-margin-bottom {
    margin-bottom: 16px!important;
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    float: left;
    width: 100%;
}
/* /MENU */

/*.title .ow-pl-toolbar .ow-label-pl {
    margin-top: 5%;
    font-size: 17px;
}*/

.hp-sbox-text {
    font-size: 0.9rem;
    display: block;
    color: var(--fg1);
    margin-left: 1rem;
    margin-right: 2rem;
    text-align: left;
    margin-top: 10px;
}

.hp-sbox>a {
    color: var(--form-button-fg);
    cursor: pointer;
}

.hp-bag-input {
    background: none;
    border: none;
    border-radius: 3px;
    color: var(--fg1);
    float: left;
    display: block;
    font-size: 20px;
    height: 40px;
    text-align: center;
}


/* END :: Define hp-sbox (Home Page Simple Box) ccs class inhereting from box-card tags. This css class simplify and cleanup the appearence of box elements by removing borders, shadow and accurating "Negative space" */

.hp-text-input>.ow-field-input-side>.ow-field-input-line {
    /*   border: 2px solid #4f7ab6;*/
    border-radius: 5px;
    height: 40px;
}

button.ow-button.hp-box-btn {
    background-color: var(--form-button-hover-bg);
    color: white;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    display: block;
    margin-top: 15px;
}

button.ow-button.hp-box-btn:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--form-button-hover-bg);
  
}

button.ow-button.hp-box-btn>span {
    margin: 0.2rem 0.2rem;
    font-size: 15px;
    font-family: var(--font-global);
}


/* End :: Define box-container sccs class extending box-card tags */


/* Start :: Overriding box styles */


/* Candidate to be DELETED */


/*
box-btn a:link {
    color : white;
}

box-btn a:visited {
  color: white;
}

box-btn a:hover {
  color: white;
  text-decoration: underline;
}

box-btn a:active {
  color: white;
}
*/


/* End :: Overriding box styles */


/* Start :: define karaz 6.0 cms styles */

cms-container {
    display: block;
    padding: 1.25rem;
    margin: 10px 2rem;
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    box-shadow: 3px 3px 3px #0004;
    border: 1px solid #DDD;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}

cms-topicTitle {
    display: block;
    font-size: 1.35rem;
    font-weight: bold;
    margin: 2.5rem auto;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

cms-topicSeparator {
    display: block;
    width: 20%;
    border-bottom: 5px solid var(--header1-bg);
    margin: 0.4rem auto 1.5rem;
}


/* End :: define karaz 6.0 cms styles */


/* Start :: define karaz 6.0 Login bloc styles */

.profileButtonConfigure {
    width: 32px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    border: 1px solid #AAA;
    cursor: pointer;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: none;
}

.profileConfigPopup {
    position: fixed;
    z-index: 3000;
    width: 800px;
    height: 500px;
    top: 50px;
    left: 50%;
    margin-left: -300px;
    background: #FFF;
    border: 1px solid #eee;
    box-shadow: 4px 4px 6px #AAA;
}

.profileConfigPopupFrame {
    width: 100%;
    height: 100%;
    border: none;
}

.profileConfigClosePopUp {
    position: absolute;
    top: 3px;
    right: 13px;
    font-size: 25px;
    cursor: pointer;
}

#LaunchProfileConfigMessage,
#LaunchKarazESign {
    width: 670px;
    padding: 5px 20px;
    margin: auto;
    margin-top: 0px;
    color: #ff8800;
    font-size: 15px;
    font-family: Calibri;
}

#LaunchProfileConfigAction {
    cursor: pointer;
    color: #1B6985;
    font-size: 15px;
    font-family: Calibri;
}


/* End :: define karaz 6.0 Login bloc styles */


/* Start :: define karaz 6.0 Search bloc styles */

.hp-search_field {
    /*    padding-left: 40px;*/
    width: 100%;
    padding-left: 13%;
}


/* Pack activity button at the lef near input field */

.ow-btn-container {
     display: flex;
    justify-content: center;
    justify-items: center;
	    margin:0!important;
}

.ow-button.hp-search_field_icon {
    height: 40px;
    border-radius: 15px;
    font-weight: bold;
    letter-spacing: 1.1px;
    background: var(--form-button-fg);
    color: white;
    width: 50px;
    margin: 4px;
}

.ow-button.hp-search_field_icon:hover {
    background: rgba(0, 0, 0, 0);
    color: #3388AA;
    box-shadow: inset 0 0 0 3px #3388AA;
}

.ow-button.hp-search_field_icon>span {
    margin: 0.2rem 0.2rem;
    font-size: 15px;
    font-family: var(--font-global);
}

.hp-search_field input {
    padding-left: 1rem;
    font-size: 1rem;
    padding-top: 0px;
}

.hp-search_field span.ow-field-bag {
    display: none;
}

.hp-search_field .ow-field-assistance {
    margin: 0 1rem;
}

.hp-search_field .ow-field-input-line {
    min-height: 20px;
    border: 4px solid #3388aa;
    height: 40px;
    border-radius: 15px;
    padding: 5px;
    box-sizing: border-box;
}

#hp-search_panel {
    position: fixed;
    width: 850px;
    left: 50%;
    transform: translate(-400px);
    background: white;
    top: -500px;
    max-height: 500px;
    margin: 0px;
    z-index: 12;
}

#hp-search_panel.show {
    top: 0px;
    transition: 1s all;
}


/* End :: define karaz 6.0 Search bloc styles */


/********************************************************/


/*    END :: #MFB :: grid style for Home page layout    */


/********************************************************/


/********************************************************/


/*START :: #MFB :: grid style for Home page Push message*/


/********************************************************/

.pushMessage {
    display: grid;
    background-color: white;
    grid-template-columns: 20% 80%;
    grid-template-areas: "push-title push-text";
    /*       "push-icon push-text";*/
    grid-gap: 15px;
}


/*
.push-icon {
    grid-area: push-icon;
    grid-row: span 2;
    color : #FFF;
    background-color: yellowgreen;
}    
*/


/*
    content : "\f06a";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
*/

.push-title {
    grid-area: push-title;
    grid-column: 1;
    color: #FFF;
    font-size: 16px;
    background-color: dodgerblue;
}

.push-text {
    grid-area: push-text;
    grid-column: 2;
    color: #FFF;
    font-size: 12px;
    background-color: black;
}


/********************************************************/


/* END :: #MFB :: grid style for Home page Push message */


/********************************************************/


/********************************************************/


/*      START :: #MFB :: documents upload css style     */


/********************************************************/

.doc-box {
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    border-radius: none;
    box-shadow: none;
}

.doc-box>.ow-vl-inner>.ow-collection-item {
    margin-top: 20px;
}

.doc-box>.ow-vl-inner>.ow-collection-item:hover .doc-box-input input {
    background-color: var(--light0);
}

.doc-box>.ow-vl-inner>.ow-collection-item:hover {
    background-color: var(--light0);
}

.doc-box:HOVER .ecm_br_actions {
    display: block;
}

.doc-box:HOVER tr td:last-CHILD {
    border-left: 2px solid #EEEAE5;
}


/* .doc-box .krz_thumbnail_inner {
    margin: 0 0 0 0 !important;
}
.doc-box table td {
    border: 0px solid white;
    padding: 5px;
} */

.doc-box a {
    color: var(--form-button-fg);
    cursor: pointer;
}

.doc-box-icon,
.doc-box-icon.fa {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1.2rem !important;
    color: var(--light1);
    margin-left: 0.5em;
    cursor: help;
}

.doc-box-icon:hover {
    color: var(--fg0);
}

.doc-box-big-thumbnail,
.doc-box-big-thumbnail.fa {
    display: block;
    width: 8rem;
    font-size: 7rem !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: var(--light1);
}

.doc-box-small-thumbnail,
.doc-box-small-thumbnail.fa {
    display: block;
    width: 4rem;
    font-size: 3rem !important;
    margin: auto;
    color: var(--light1);
}

.doc-box-big-title {
    font-size: 1.35rem;
    font-weight: bold;
    color: var(--fg0);
    margin: 0.5rem auto;
    padding: 0.15rem 0.5rem;
    margin-bottom: 0;
    text-align: left;
}

.doc-box-small-title {
    font-size: 1.1rem;
    margin-top: -0.3rem;
    text-align: left;
    color: var(--form-button-fg);
}

.doc-box-text {
    font-size: 0.9rem;
    color: var(--fg0);
    margin-bottom: 0;
    text-align: justify;
    margin-top: 10px;
}

.doc-box-text a {
    color: var(--form-button-fg);
    cursor: pointer;
}

.doc-box-text a:hover {
    text-decoration: underline;
}

.doc-box-text-stretch {
    font-size: 13px;
    color: var(--fg0);
    text-align: justify;
    margin: 10px 30px;
}

.doc-box-text-stretch a {
    color: var(--form-button-fg);
    cursor: pointer;
}

.doc-box-text-stretch a:hover {
    text-decoration: underline;
}

.doc-box-text-flex {
    display: flex;
}

.doc-box-text-right {
    text-align: right;
}

.doc-box-bigIcon {
    margin-right: 10px;
    font-size: 28px;
    margin-top: 4px;
}

.doc-box-text-hilight {
    font-size: 0.9rem;
    color: var(--form-button-fg);
    margin-bottom: 0;
    text-align: left;
    margin-top: 10px;
}

.doc-box-text-hilight:hover {
    text-decoration: underline;
    cursor: help;
}

.doc-box-h-sep {
    display: block;
    width: 80%;
    margin: 1rem auto;
    border-bottom: 1px solid #CCC;
    height: 3px;
}

.doc-box-v-sep {
    display: block;
    height: 80%;
    margin: 10% 1rem;
    border-bottom: 1px solid #CCC;
    width: 3px;
}

.box-text-href-blue {
    color: var(--form-button-fg);
    cursor: pointer;
}

.box-text-href-blue:hover {
    text-decoration: underline;
}

.box-text-href {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

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


/* tooltip documents */

.doc-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    font-family: var(--font-global);
}

.doc-tooltip .doc-tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: white;
    border: 1px solid var(--fg0);
    box-shadow: 0px 1px 1px #0004;
    color: var(--fg0);
    font-size: 12px;
    text-align: left;
    border-radius: 3px;
    padding: 9px;
    position: absolute;
    z-index: 1;
    left: 162%;
    bottom: -251%;
    transition: all ease 0.3s;
}

.doc-tooltip .doc-tooltiptext::before {
    content: "";
    position: absolute;
    bottom: 76%;
    left: 0%;
    margin-left: -15px;
    margin-bottom: -41px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent var(--fg0) transparent transparent;
}

.doc-tooltip:hover .doc-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.doc-prop {
    display: grid;
    grid-template-columns: 40% 60%;
    margin: 2px;
    padding: 6px;
    font-family: var(--font-global);
    font-size: 13px;
}

.doc-prop-key {
    background-color: var(light1);
    font-weight: 400;
}

.doc-prop-value {
    background-color: var(light0);
    font-weight: 600;
    line-height: 150%;
}

.doc-version-tag {
    background: #EEE;
    margin: 2px;
    padding: 3px 7px;
    border-radius: 5px;
    border: 1px solid #CCD;
    box-sizing: border-box;
    height: 25px;
    font-size: 12px;
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doc-size-tag {
    background: var(--form-button-fg);
    margin: 2px;
    padding: 3px 5px;
    border-radius: 5px;
    border: 1px solid var(--form-button-fg);
    box-sizing: border-box;
    height: 25px;
    font-size: 12px;
    color: white;
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.ow-button.doc-actions {
    background: none;
    border: none;
    color: var(--form-button-fg);
    padding: 0.25rem;
    font-family: var(--font-global);
    font-weight: 400;
    font-size: 13px;
    outline: none;
}

.doc-upload button.ow-button {
    background: none;
    border: none;
    color: var(--form-button-fg);
    padding: 0.25rem;
    font-family: var(--font-global);
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    outline: none;
}

.doc-upload button.ow-button span {
    /*    background: white;*/
    font-size: 14px;
}

.doc-upload-text {
    display: inline-block;
    color: var(--light0);
    /*    background: var(--form-button-fg);*/
    padding: 2px 20px;
    border-radius: 0px;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: var(--font-global);
}


/* Start Upload animating */

.doc-upload:hover button.ow-button span {
    background-color: var(--form-button-fg);
    color: white;
    cursor: pointer;
    /* transition: all 1s ease; */
}

.doc-upload:hover button.ow-button {
    background-color: var(--form-button-fg);
    color: white;
    cursor: pointer;
    /* transition: all 1s ease; */
    border-radius: 2px;
}

.doc-upload:hover {
    background-color: var(--form-button-fg);
    color: white;
    cursor: pointer;
    border-radius: 2px;
    /* transition: all 1s ease;     */
}

.doc-upload:hover:before {
    background-color: var(--form-button-fg);
    color: white;
    cursor: pointer;
    /* transition: all 1s ease; */
}


/* End Upload animating */

.doc-file-actions {
    font-size: 0.8rem;
    color: var(--fg0);
    text-align: left;
    margin-top: 10px;
    padding-right: 20px;
}

.doc-file-actions:hover {
    color: var(--form-button-fg);
    cursor: pointer;
}


/* *************** Style used for inline actions related to document upload ***************/


/* *************** Share action ***************/

.shareTextDivHidden {
    display: none;
}

.shareTextDiv {
    position: relative
}

.shareTextDiv input {
    border: 1px solid #AAA;
    padding: 5px;
    width: 98%;
    margin-top: 5px;
    color: #999;
    font-size: 13px;
    height: 22px;
}

.shareTextDiv span {
    position: absolute;
    right: 5px;
    top: 9px;
    background: white;
    padding: 1px;
    cursor: pointer;
    font-size: 15px;
}


/* *************** Comment action ***************/

.commentTextDivHidden {
    display: none;
}

.commentTextHidden {
    display: none;
}

.commentTextDiv {
    position: relative
}

.commentTextDiv input {
    border: 1px solid #AAA;
    padding: 5px;
    width: 98%;
    margin-top: 5px;
    color: #999;
    font-size: 13px;
    height: 22px;
}

.commentTextDiv span {
    position: absolute;
    right: 5px;
    top: 9px;
    background: white;
    padding: 1px;
    cursor: pointer;
    font-size: 15px;
}


/* *************** Start :: Docs other actions as select widget style  ***************/

.ow-field-core.doc-other-actions-select {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.doc-other-actions-select .ow-field-input-line {
    border: none;
    height: 30px;
}

.doc-other-actions-select .ow-field-input.ow-field-input-select.ow-field-input-select:before {
    font-family: FontAwesome !important;
    font-size: 13px;
    /* margin-right: 20px; */
    content: "\f013"!important;
    float: right;
    color: var(--form-button-fg);
}

.doc-other-actions-select .ow-field-bag {
    background: none;
    height: 100%;
    padding: 3px 3px;
    color: var(--form-button-fg);
    border: none;
}

.doc-other-actions-select .ow-label-side {
    text-align: left;
    line-height: 22px;
    font-size: 13px !important;
    color: var(--form-button-fg);
    font-family: var(--font-global);
    opacity: 1.0;
    padding-left: 10px;
}

.doc-other-actions-select .labelAlign-float>.ow-label-side {
    text-align: left;
    left: 1em;
    padding: 0 1px;
}

.doc-other-actions-select .ow-field-core.labelAlign-float {
    display: block;
    margin-top: 0px;
}

.doc-other-actions-select .ow-option {
    font-size: 13px;
    min-height: 0px;
}


/* *************** Start :: Docs other actions as select widget style    ***************/


/********************************************************/


/*      END :: #MFB :: documents upload css style       */


/********************************************************/


/********************************************************/


/*   START :: #OAM :: Loading and e-sign plan styling   */


/********************************************************/

.pdftron {
    padding: 10px;
    background: var(--header1-fg);
}

.esignKaraz {
    padding: 10px;
    background: var(--header1-fg);
}

.esignKaraz #esignContainer {
    margin: 0px;
}

.buttonplan>.ow-vl-inner {
    display: flex;
    background: var(--header1-bg);
    padding-left: 20px;
    padding-top: 10px;
}

.buttonplan .ow-btn-container {
    margin: 0px;
}

.buttonplan .ow-btn-container>.ow-button {
    background: var(--header1-bg);
    color: var(--light1);
    border: none;
    outline: none;
}

.buttonplan .ow-btn-container>.ow-button:hover {
    background: var(--header1-bg);
    color: white;
    border: none;
    outline: none;
}

.buttonplan .ow-btn-container>.buttonplan-true {
    border-radius: 10px 10px 0 0;
    outline: none;
    background: var(--header1-fg) !important;
    color: var(--form-button-fg)!important;
}

.validationkaraz {
    display: none;
}

.hide-button-popup .ow-button {
    display: none;
}

.validationesign {
    display: none;
}


/********************************************************/


/*    END :: #OAM :: Loading and e-sign plan styling    */


/********************************************************/


/********************************************************/


/*      START :: #MFB :: Notification messages styling  */


/********************************************************/

.ntf-box-std {
    border: 1px solid var(--info-message-border);
    border-radius: 4px;
    margin: 1.0rem 1.0rem;
    background: var(--info-message-background);
}

.ntf-box-std.ntf-box-alert {
    border: 1px solid var(--info-alert-border);
    background: var(--info-alert-background);
}

.ntf-header-std {
    background: var(--info-message-border);
}

.ntf-box-std .ntf-header-alert {
    background: var(--info-alert-border);
}

.ntf-icon,
.ntf-icon.fa {
    display: block;
    width: 3rem;
    height: 3rem;
    font-size: 2.2rem !important;
    margin: 8px 0px 0px 8px;
    color: white;
}

.ntf-title {
    display: block;
    font-size: 1.2rem;
    margin: 0.7rem auto 0rem auto;
    padding: 0.15rem 0.5rem;
    margin-bottom: 0;
    text-align: center;
    color: white;
}

.ntf-close {
    position: absolute;
    top: 15.5rem;
    right: 2.5rem;
    font-size: 2rem;
    height: 1.5rem;
    line-height: 1rem;
    width: 1.5rem;
    border-radius: 0.75rem;
    /* background: #2906064a; */
    padding: 0.2rem;
    color: #EEE;
    font-family: Verdana;
    cursor: pointer;
}

.ntf-text {
    font-size: 1.0rem;
    display: block;
    color: var(--info-message-text);
    margin-left: 20px;
    margin-top: 15px;
    text-align: left;
}

.ntf-text.ntf-text-var {
    font-weight: 600;
    margin-top: 5px;
}

.ntf-text:a {
    color: var(--form-button-fg);
}

button.ow-button.ntf-gotit {
    padding: 0.3em 1em;
    color: var(--info-message-border);
    border: solid 1px var(--info-message-border);
    border-radius: 3px;
    transition: .4s;
    background-color: white;
    width: 15%;
    height: 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.0;
    cursor: pointer;
    margin: 10px 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button.ow-button.ntf-gotit:hover {
    background: var(--info-message-border);
    color: white;
}

button.ow-button.ntf-gotit-alert {
    color: var(--info-alert-border);
    border: solid 1px var(--info-alert-border);
}

button.ow-button.ntf-gotit-alert:hover {
    background: var(--info-alert-border);
}

button.ow-button.ntf-gotit::before {
    content: "\f058";
    font-family: "Font Awesome\ 5 Free";
}

button.ow-button.ntf-gotit>span {
    font-size: 1.1rem;
}


/*
button.ow-button.ntf-gotit:hover{
    background-color: #2a3547;
}
*/


/* Start :: Style messages formulaires from rbk6 */


/* Notification messages*/

.rbk6-notifications {
    padding: 15px 25px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    border-radius: 4px
}

.rbk6-notifications .rbk6-notification-permanent {
    z-index: 5
}

.rbk6-notifications .rbk6-notification-icon {
    display: flex
}

.rbk6-notifications .rbk6-notification-content {
    flex: 1;
    margin-left: 15px
}

.rbk6-notifications .rbk6-notification-content .rbk6-notification-message .rbk6-h5 {
    margin-top: 0;
    margin-bottom: 10px;
}

.rbk6-notifications .rbk6-notification-content .rbk6-notification-message .rbk6-text {
    line-height: 15px!important;
    font-size: 13px!important;
    display: block
}

.rbk6-notifications .rbk6-notification-content .rbk6-notification-message .rbk6-text span.rbk6-text:not(.hidden) {
    margin-top: 0
}

.rbk6-notifications .rbk6-notification-content .rbk6-notification-message .rbk6-text span.rbk6-text:not(.hidden)+.rbk6-text {
    margin-top: 4px
}

.rbk6-notifications .rbk6-notification-content .rbk6-notification-message .rbk6-text+.rbk6-text {
    margin-top: 4px
}

.rbk6-notifications .rbk6-notification-close {
    position: absolute;
    right: 12px;
    top: 8px
}

.rbk6-notifications.rbk6-notification-type-info {
    background-color: var(--info-message-background);
    border: 1px solid var(--info-message-border);
    margin-left: 7px;
    margin-right: 7px;
}

.rbk6-notifications.rbk6-notification-type-info .rbk6-notification-message .rbk6-h5 {
    color: var(--info-message-title);
}

.rbk6-notifications.rbk6-notification-type-info .rbk6-notification-message:not(.black) .rbk6-text {
    color: var(--info-message-title);
}

.rbk6-notifications.rbk6-notification-type-info .rbk6-notification-message.black .rbk6-text {
    color: var(--info-message-text);
}

.rbk6-notifications.rbk6-notification-type-info .rbk6-notification-message .rbk6-link {
    color: var(--info-message-title);
}

.rbk6-notifications.rbk6-notification-type-info .rbk6-notification-message .rbk6-link:active,
.rbk6-notifications.rbk6-notification-type-info .rbk6-notification-message .rbk6-link:focus,
.rbk6-notifications.rbk6-notification-type-info .rbk6-notification-message .rbk6-link:hover {
    border-bottom-color: var(--info-message-border);
}

.rbk6-notifications.rbk6-notification-type-info svg circle,
.rbk6-notifications.rbk6-notification-type-info svg path,
.rbk6-notifications.rbk6-notification-type-info svg polygon,
.rbk6-notifications.rbk6-notification-type-info svg rect {
    fill: var(--info-message-title)!important;
    fill-rule: evenodd;
}


/* Alert messages*/

.rbk6-notifications.rbk6-notification-type-alert {
    background-color: var(--info-alert-background);
    border: 1px solid var(--info-alert-border);
}

.rbk6-notifications.rbk6-notification-type-alert .rbk6-notification-message .rbk6-h5 {
    color: var(--info-alert-title);
}

.rbk6-notifications.rbk6-notification-type-alert .rbk6-notification-message:not(.black) .rbk6-text {
    color: var(--info-alert-title);
}

.rbk6-notifications.rbk6-notification-type-alert .rbk6-notification-message.black .rbk6-text {
    color: var(--info-alert-text);
}

.rbk6-notifications.rbk6-notification-type-alert svg circle,
.rbk6-notifications.rbk6-notification-type-alert svg path,
.rbk6-notifications.rbk6-notification-type-alert svg polygon,
.rbk6-notifications.rbk6-notification-type-alert svg rect {
    fill: var(--info-alert-title)!important;
    fill-rule: evenodd;
}


/* Success messages*/

.rbk6-notifications.rbk6-notification-type-success {
    background-color: var(--info-success-background);
    border: 1px solid var(--info-success-border);
}

.rbk6-notifications.rbk6-notification-type-success .rbk6-notification-message .rbk6-h5 {
    color: var(--info-success-title);
}

.rbk6-notifications.rbk6-notification-type-success .rbk6-notification-message:not(.black) .rbk6-text {
    color: var(--info-success-title);
}

.rbk6-notifications.rbk6-notification-type-success .rbk6-notification-message.black .rbk6-text {
    color: var(--info-success-text);
}

.rbk6-notifications.rbk6-notification-type-success svg circle,
.rbk6-notifications.rbk6-notification-type-success svg path,
.rbk6-notifications.rbk6-notification-type-success svg polygon,
.rbk6-notifications.rbk6-notification-type-success svg rect {
    fill: #65bd6b!important;
    fill-rule: evenodd;
}


/* Error messages*/

.rbk6-notifications.rbk6-notification-type-error {
    background-color: var(--info-error-background);
    border: 1px solid var(--info-error-border);
}

.rbk6-notifications.rbk6-notification-type-error .rbk6-notification-message .rbk6-h5 {
    color: var(--info-error-title);
}

.rbk6-notifications.rbk6-notification-type-error .rbk6-notification-message:not(.black) .rbk6-text {
    color: var(--info-error-title);
}

.rbk6-notifications.rbk6-notification-type-error .rbk6-notification-message.black .rbk6-text {
    color: var(--info-error-text);
}

.rbk6-notifications.rbk6-notification-type-error .rbk6-notification-message .rbk6-link {
    color: var(--info-error-title);
}

.rbk6-notifications.rbk6-notification-type-error .rbk6-notification-message .rbk6-link:active,
.rbk6-notifications.rbk6-notification-type-error .rbk6-notification-message .rbk6-link:focus,
.rbk6-notifications.rbk6-notification-type-error .rbk6-notification-message .rbk6-link:hover {
    border-bottom-color: var(--info-error-border);
}

.rbk6-notifications.rbk6-notification-type-error svg circle,
.rbk6-notifications.rbk6-notification-type-error svg path,
.rbk6-notifications.rbk6-notification-type-error svg polygon,
.rbk6-notifications.rbk6-notification-type-error svg rect {
    fill: var(--info-error-title)!important;
    fill-rule: evenodd;
}

.rbk6-notifications.align-items-center {
    align-items: center
}

.rbk6-label-error p {
    color: var(--info-error-title);
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    font-family: var(--font-global);
    font-style: italic;
    margin-top: 10px
}

#rbk6-notifications-header-container {
    width: 570px
}

#rbk6-notifications-header-container .rbk6-notifications {
    margin-bottom: 10px
}

.header-tool-tip:hover .fs-info-tooltip .fs-info-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.header-tool-tip {
    margin-right: 70px;
}

.header-tool-tip .fs-info-tooltip .fs-info-tooltiptext {
    bottom: 4px;
    top: unset;
    width: max-content;
    left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ow-toast-item.custom {
    border: 1px solid green;
    width: 380px;
}

.ow-toast-item.custom>.ow-toast-icon {
    width: unset;
    padding: unset;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    position: absolute;
    left: 15px;
    background: green;
}

.ow-toast-item.custom>.ow-toast-body {
    margin-right: unset;
    padding: unset;
}

.ow-toast-item.custom>.ow-toast-body>.ow-toast-title {
    margin-bottom: unset;
    height: 34px;
    text-align: center;
    background: green;
    color: white;
    padding-top: 5px;
}

.ow-toast-item.custom>.ow-toast-body>.ow-toast-message {
    padding: 10px;
    font-size: 13px;
    padding-bottom: 10px;
    text-align: justify;
}

.ow-toast-item.custom .ow-toast-close {
    color: white;
    cursor: pointer;
}

.ow-toast-item.custom .ow-toast-close:hover {
    color: bisque;
}

.ow-toast-item.error>.ow-toast-close {
    cursor: pointer;
}

.ow-toast-item.error>.ow-toast-close:hover {
    color: bisque;
}

.info_custom>.ow-toast-icon {
    display: none;
}

.info_custom>.ow-toast-body {
    margin-right: 0;
    padding: 10px;
}

.info_custom .ow-toast-message {
    display: none;
}

.info_custom .ow-toast-close {
    display: none;
}

.info_custom {
    border-radius: 20px;
    width: unset;
    background: #555;
    color: white;
}

.info_customize>.ow-toast-icon {
    display: none;
}

.info_customize>.ow-toast-body {
    margin-right: 0;
    padding: 10px;
    cursor: pointer;
}

.info_customize .ow-toast-message {
    float: right;
    color: lightblue;
    font-size: 13px;
}

.info_customize .ow-toast-close {
    display: none;
}

.info_customize {
    border-radius: 20px;
    width: unset;
    background: #555;
    color: white;
}

.stringToggler-vertical .ow-field-input-line {
    height: auto;
}

.stringToggler-vertical .ow-field-input.ow-field-input-toggler {
    display: block;
}

.stringToggler-NoLabel label {
    display: none !important;
}

.stringToggler-NoLabel .ow-field-input-toggler {
    justify-content: space-around !important;
}

.stringToggler-NoLabel-header {
    display: flex;
    justify-content: space-around;
    padding-right: 26px;
    padding-left: 5px;
    font-size: 20px;
}

.ow-pl-toolbar {
    padding: 0.6rem 30px 0.2rem 30px;
}

.expanded>.ow-pl-toolbar {
    border-left: 30px solid transparent;
    border-bottom-left-radius: 30px;
    border-right: 30px solid transparent;
    border-bottom-right-radius: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.k-Grey-select .ow-field-input.ow-field-input-select {
    color: #444;
}

.multipleastext .ow-field-input-select:before {
    content: none;
}

.selectAsText .ow-field-input-select:before {
    content: none;
}

.selectAsText .ow-field-input {
    color: #444 !important;
}

.fieldSetHeaderBold>.ow-pl-toolbar {
    font-weight: 700;
    font-style: normal;
    color: #666666 !important;
}

.fieldSetHeaderNoBorderBottom>.ow-pl-toolbar {
    border-bottom: 0px !important;
}


/************************** END :: RIBATIS KARAZ 6.0 CSS CUSTOM **************************/

.NoUnderlineField .ow-field-input-line {
    border: none !important;
}

.k-text-truncate-clk {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.k-text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.k-text-truncate:hover {
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
}

.k-text-truncate-clk:focus {
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
}

.ow-pagination-bar span {
    color: #423e3e;
}

.ow-pagination-bar {
    padding: 0.5rem;
    background: #ffffff;
    overflow: hidden;
}

.largeThumbnailImg {
    position: absolute;
    display: none;
    z-index: 10;
    top: 0px;
    left: 120px;
    background: white;
    max-width: 600px;
    box-shadow: 3px 3px 3px #0004;
    border: 1px solid #DDD;
}

.smallThumbnailImg {
    display: block;
    max-height: 130px;
    max-width: 100%;
    margin: auto;
}

.docthumbnail {
    cursor: pointer;
}

.docthumbnail:hover>.largeThumbnailImg {
    display: block;
}

#global_toaster_top_center {
    z-index: 100;
    top: 20% !important;
}


/* footer */

#root-footer {
    display: none;
}

#footerBanner {
    width: 100% !important;
    height: 139px !important;
    background: url(../img/rokhas_footer.png) no-repeat center;
    margin-top: 0px !important;
    border-bottom: 0px solid #FFFFFF !important;
    box-sizing: border-box !important;
    background-size: 300px auto;
    background-position-y: 30px;
}

.footeritem {
    color: white;
}

#shareFooter,
#footerBanner {
    background-color: #2d2d2d;
}

#shareFooter {
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

#footerMenu {
    background: #2d2d2d;
    overflow: hidden;
    width: 100%;
    height: 40px;
}

.providerMention {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 35px;
    margin-left: 10px;
    background-color: #2d2d2d;
}

.footer_logo {
    justify-content: center;
    display: flex;
    margin-top: 3px;
    margin-bottom: 2px;
}

span.contact:before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right: 8px;
}

span.security:before {
    content: "\f023";
    font-family: FontAwesome;
    margin-right: 8px;
}

span.legales:before {
    content: "\f0e3";
    font-family: FontAwesome;
    margin-right: 8px;
}

span.faq:before {
    content: "\f059";
    font-family: FontAwesome;
    margin-right: 8px;
}

.footer_acess_icon {
    grid-template-columns: 25% 25% 25% 25%;
    display: grid;
    padding-left: 20%;
}


/* TABS STYLE */

.karaztabpanel .ow-vl-inner {
    background: var(--header1-fg);
}

.karaztabpanel .ow-tabpanel-headers .ow-tab-header {
    border-radius: 10px 10px 0 0;
    padding: 0.4rem 1rem;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
    background: var(--form-button-fg);
    color: var(--header1-fg);
}

.karaztabpanel .ow-tabpanel-headers .ow-tab-header:hover {
    color: white;
    font-weight: 400;
}

.karaztabpanel .ow-tabpanel-headers .ow-tab-header.selected-tab {
    background: var(--header1-fg);
    color: var(--form-button-fg);
    font-weight: 400;
}

.testicon::before {
    content: "\f5a0";
}

.karaztabpanel .ow-tabpanel-headers {
    background: var(--header1-bg);
    padding-left: 20px;
    padding-top: 10px;
    border-bottom-width: 0px;
    font-weight: 400;
}

.no-ow-pl-toolbar>.ow-pl-toolbar {
    display: none;
}

.sheen {
    position: relative;
    overflow: hidden;
}


/* ANIMATION TABS STYLE */

.sheen:after {
    animation: sheen 2s ease-in-out infinite;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5) 50%, transparent);
    transform: rotateZ(60deg) translate(-1em, 4em);
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(0, -4em);
    }
}

.KD-TTL {
    font-size: 12px;
    font-weight: bolder;
    padding: 5px;
    border-bottom: 1px solid #333;
}

.kmlDesc {
    padding: 10px
}

.kmlDesc>div {
    margin-top: 2px;
    background: #FFF;
    padding: 5px;
}

.kmlDesc .KD-K,
.contentPane .KD-K {
    padding-left: 1px;
    font-size: 10px;
    color: #AAA;
}

.kmlDesc .KD-V,
.contentPane .KD-V {
    margin-left: 5px;
    font-size: 12px;
    font-family: Candara;
    font-weight: bolder;
    text-align: center;
    margin: auto;
    display: block;
}

.kma-panel-group {
    text-align: left;
}

.kma-panel-header.kma-layer {
    text-align: left;
}

.kgisMapToolPanLvl1UL {
    padding-left: 0px;
}

.kma-side-right {
    width: 30%;
}

.kma-side-up {
    right: 30%;
}

.KD-X {
    display: none;
}

.kma-panel-group {
    text-align: left;
    width: 100%;
}

.kma-panel-core {
    width: 100%;
}

.kma-side-right.kma-side-closed {
    right: -30%;
}

.dijitReset.dijitToggleButtonIconChar {
    display: none;
}

.dijitOffScreen {
    display: none;
}

.dijitReset.dijitInline.dijitButtonText.dijitDisplayNone {
    display: none;
}

.dijitReset.dijitInline.dijitArrowButtonChar {
    display: none;
}

.dijitReset.dijitInline.dijitIcon {
    padding: 5px;
}


/* MAP */

.classSearch-eparapheur-2 .ow-vl-inner {
    background: #fff !important;
}

.k-text-truncate-div {
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.k-text-truncate-div:hover {
    -webkit-line-clamp: initial;
}

.k-text-truncate-div>.k-text-truncate-span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.k-text-truncate-div:hover>.k-text-truncate-span {
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
}

.stat-dashbord td:first-child {
    text-align: left;
    color: black;
}

.div-full-search-bar .ow-button.hp-search_field_icon {
    height: 45px;
    width: 45px;
}

.NQF-prev-resp img,
.response-body img {
    max-width: 100%;
}

.ow-form-toolbar-viewName .ow-ttl {
    margin-left: 6px;
}

.divSearch-article .content-article img {
    max-width: 100%;
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/


/*.vignetteCard .ow-thumbnail{
    overflow: hidden;
  }
*/

@media (max-width: 480px) {
    .vignette .searchBtns>.ow-vl-inner.ow-gbox {
        display: grid;
        grid-template-columns: 2% 65% 10% 10% 10%!important;
    }
    .vignette .cheek_draftstatus {
        display: flex;
        margin-left: 4%;
    }
    .vignette .searchBtns>.ow-vl-inner.ow-gbox>.ow-btn-container {
        width: unset !important;
        margin: auto;
    }
    .vignette .searchBtns>.ow-vl-inner.ow-gbox>.ow-btn-container button {
        font-size: 12px;
        width: 30px;
    }
    .vignette .searchBtns>.ow-vl-inner.ow-gbox>.ow-btn-container button>span {
        margin-left: -4px;
    }
    .vignette .vignetteCard {
        margin: 3%;
    }
    .vignette .vignetteCard .pc-blinkArchi {
        display: block;
    }
    .vignette .vignetteCard .pc-ba-activite {
        display: none;
    }
    .vignette .vignetteCard .pc-ba-activite span {
        font-size: 12px;
    }
    .vignette .vignetteCard .pc-ba-reference {
        margin: 0% 0px 0px 24%;
        width: max-content;
    }
    .vignette .vignetteCard .pc-ba-ids {
        margin: 32px 0px 0px;
        grid-template-areas: unset !important;
        display: grid;
        grid-template-columns: 48% 52%;
        text-overflow: ellipsis;
        /*width: max-content;*/
    }
    .vignette .vignetteCard .pc-ba-ids span,
    .vignette .vignetteCard .pc-ba-ids .ow-chip {
        font-size: 10px !important;
    }
    .vignette .vignetteCard .pc-ba-objet {
        display: none;
    }
    .vignette .vignetteCard .pc-ba-maitreOeuvre {
        max-height: 2.5em;
        overflow: hidden;
        margin-left: 5px;
    }
    .vignette .vignetteCard .pc-ba-reference .fs-item-data.fs-item-data-big,
    .vignette .vignetteCard .pc-ba-reference .fa-history {
        font-size: 14px !important;
    }
    .vignette .vignetteCard .pc-ba-reference>div {
        font-size: 12px !important;
        margin-top: -4px !important;
    }
    .vignette .vignetteCard .pc-ba-reference .fs-tooltiptext {
        left: -100px;
    }
    .vignette .vignetteCard .ow-thumbnail {
        overflow: hidden;
    }
    .vignette .vignetteCard .pc-ba-status {
        margin-left: -38px!important;
        top: unset !important;
        transform: rotate(315deg);
        position: absolute !important;
        font-size: 8px;
        width: 125px !important;
        margin: -18px 0px 0px 0px;
        padding: 5px 20px;
        height: auto !important;
        z-index: 1 !important;
    }
    /*.vignette .vignetteCard .actionBtns .ow-vl-inner{
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .vignette .vignetteCard .actionBtns button.ow-button{
    padding: unset !important;
  }

  .vignette .vignetteCard .actionBtns span{
    font-size: 12px !important;
  }

  .vignette .vignetteCard .actionBtns .ow-btn-container{
    margin: 0px -2px 5px !important;
  }*/
    .vignette .vignetteCard .actionBtns {
        display: none;
    }
    .vignette .vignetteCard .pc-ba-localite {
        max-height: 2.5em;
        overflow: hidden;
        margin-left: 5px;
    }
    .vignette .vignetteCard .searchObject-comm-bar {
        margin: 0rem 0.06rem !important;
    }
    .vignette .vignetteCard .searchObject-comm-bar .pc-blinkSearch-infCommission {
        display: unset !important;
        text-align: center;
    }
    .vignette .vignetteCard .searchObject-comm-bar .btnDash .ow-vl-inner {
        grid-template-columns: auto auto auto auto;
    }
    .vignette .vignetteCard .searchObject-comm-bar .btnDash {
        display: flex;
        margin: auto;
    }
    .vignette .vignetteCard .searchObject-comm-bar .vbox-kflex .ow-vl-inner {
        display: grid;
    }
    .vignette .vignetteCard .title-commision {
        padding-left: 0% !important;
        font-size: 18px !important;
    }
    .vignette .vignetteCard .fs-item-data-link {
        font-size: 10px;
    }
    .vignette .vignetteCard .pc-blinkSearch-infCommission>div {
        width: -webkit-fill-available;
    }
    .vignette .vignetteCard .actionBtnsResponsive .ow-vl-inner {
        display: flex;
        justify-content: center;
        margin-top: -104px;
    }
    .vignette .vignetteCard .actionBtnsResponsive {
        display: block !important;
    }
    .vignette .vignetteCard .actionBtnsResponsive button.ow-button {
        padding: 0px !important;
    }
    .vignette .vignetteCard .actionBtnsRespon {
        display: grid !important;
        grid-template-columns: 12% 12% 12%;
        justify-content: center;
        transform: translate(0px, -100px);
    }
    .vignette .vignetteCard .pc-ba-refFoncier {
        max-height: 2.5em;
    }
    /*ENTETE DOSSIER*/
    .form-header {
        display: flex !important;
        padding: unset !important;
    }
    .form-header .form-vertical-tag {
        top: unset !important;
        transform: rotate(0deg);
        position: absolute !important;
        font-size: 10px;
        width: 125px !important;
        margin: 12px auto;
        padding: 5px 20px;
        height: auto;
        z-index: 1 !important;
    }
    .form-header>.ow-gbox>.ow-vbox>.ow-vl-inner>.ow-vbox>.ow-gbox>.ow-html {
        display: none;
    }
    .refs {
        margin-top: 20px;
    }
    /*.form-header .ow-vbox>.ow-vl-inner {
    display: grid;
    grid-template-columns: 50% 50%;
  }*/
    /* ------------------------------------------------------------------------------AVIS--------------------------------------------------*/
    .vignette .searchBtnsAvis>.ow-vl-inner.ow-gbox {
        display: grid !important;
        grid-template-columns: auto 40px 40px 40px !important;
    }
    .vignette .searchBtnsAvis .fs-info-tooltip .fs-info-tooltiptext {
        display: none !important;
    }
    .showArchivedAvis .ow-field-core.labelAlign-left {
        display: grid;
        grid-template-columns: auto auto;
        margin-right: 3%;
        justify-content: end;
    }
    .vignette.avis .vignetteCard .pc-ba-status {
        top: 25px !important;
        margin-top: unset !important;
    }
    .vignette.avis .allcommission .ow-thumbnail-action {
        font-size: 12px !important;
    }
    body.accessibility-afs-3 .vignette.avis .ow-label-side,
    body.accessibility-afs-3 .vignette.avis .ow-field-input {
        font-size: 12.5px;
    }
    .vignette.avis .vignetteCard .pc-ba-reference>div>div,
    .vignette.avis .vignetteCard .pc-ba-ids span,
    .vignette .vignetteCard .pc-ba-ids .ow-chip {
        font-size: 12px !important;
    }
    .vignette.avis .vignetteCard .pc-ba-reference {
        display: block !important;
    }
    .vignette.avis .vignetteCard .pc-ba-reference .decis {
        height: unset !important;
        margin: 3px -10%!important;
    }
    .vignette.avis .hideLabel .fs-item-data-link {
        display: none;
    }
    .vignette.avis .avisBtnAction .fs-info-tooltip {
        margin-left: unset !important;
    }
    .vignette.avis .avisBtnAction .avisActionBtns {
        margin-top: unset !important;
        position: relative !important;
        display: grid !important;
        grid-template-columns: 17% 17% 17%;
    }
    .vignette.avis .avisBtnAction {
        display: grid;
        grid-template-columns: auto 10% auto;
    }
    .vignette.avis .vignetteCard .pc-ba-activite {
        display: block;
        margin: 5px 0px -20px 45%;
    }
}


}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    .vignette .searchBtns>.ow-vl-inner.ow-gbox {
        display: grid;
        grid-template-columns: 2% 65% 10% 10% 10%!important;
    }
    
    .vignette .cheek_draftstatus {
        display: flex;
        margin-left: 4%;
    }
    
    .vignette .searchBtns>.ow-vl-inner.ow-gbox>.ow-btn-container {
        width: unset !important;
        margin: auto;
    }
    
    .vignette .vignetteCard {
        margin: 3%;
    }
    
    .vignette .searchCriterea .ow-vl-inner.ow-gbox>div:first-child {
        display: none;
    }
    
    .vignette .searchCriterea .ow-vl-inner.ow-gbox {
        grid-template-columns: 50% 50% !important;
        display: grid;
    }
    
    .vignette .searchCriterea .ow-vl-inner.ow-gbox .cheek_draftstatus {
        width: 200%;
    }
    
    .vignette .searchCriterea .ow-vl.ow-vbox:nth-child(4) {
        display: none;
    }
    
    .vignette .vignetteCard .ow-thumbnail {
        overflow: hidden;
    }
    
    .vignette .vignetteCard .pc-ba-status {
        margin-left: -38px!important;
        top: unset !important;
        transform: rotate(315deg);
        position: absolute !important;
        font-size: 12px;
        width: 130px !important;
        margin: 18px 0px 0px 0px;
        padding: 5px 20px;
        height: auto;
        z-index: 1 !important;
    }
    
    .vignette .vignetteCard .pc-ba-reference .fs-item-data.fs-item-data-big,
    .vignette .vignetteCard .pc-ba-reference .fa-history {
        font-size: 18px !important;
    }
    
    .vignette .vignetteCard .pc-ba-reference>div {
        font-size: 14px !important;
        margin-top: -4px !important;
    }
    
    .vignette .vignetteCard .pc-ba-reference {
        margin: 0% 0px 0px 26%;
        width: max-content;
    }
    
    .vignette .vignetteCard .pc-ba-activite {
        display: none;
    }
    
    .vignette .vignetteCard .pc-ba-activite span {
        font-size: 12px;
    }
    /*.vignette .vignetteCard .pc-ba-ids{
    margin: 32px 0px 0px;
    grid-template-areas: unset !important;
    display: grid;
    grid-template-columns: 48% 52%;
    text-overflow: ellipsis;
  }*/
    
    .vignette .vignetteCard .pc-ba-ids span,
    .vignette .vignetteCard .pc-ba-ids .ow-chip {
        font-size: 12px !important;
    }
    
    .vignette .vignetteCard .pc-ba-objet {
        width: 95%;
        margin-left: -2%;
    }
    
    .vignette .vignetteCard .pc-ba-objet .pc-ba-natureProjet span {
        font-size: 16px !important;
    }
    
    .vignette .vignetteCard .pc-ba-objet .pc-ba-typeProjet span {
        font-size: 14px !important;
    }
    
    .vignette .vignetteCard .pc-ba-objet .pc-ba-consistanceProjet span {
        font-size: 12px !important;
    }
    /*.vignette .vignetteCard .pc-ba-maitreOeuvre{
    max-height: 2.5em;
    overflow: hidden;
  }*/
    
    .vignette .vignetteCard .actionBtns {
        display: none;
    }
    
    .vignette .vignetteCard .pc-ba-localite {
        max-height: 2.5em;
        overflow: hidden;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar {
        margin: 0rem 0.06rem !important;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar .pc-blinkSearch-infCommission {
        display: unset !important;
        text-align: center;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar .btnDash .ow-vl-inner {
        grid-template-columns: auto auto auto auto;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar .btnDash {
        display: flex;
        margin: auto;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar .vbox-kflex .ow-vl-inner {
        display: grid;
        grid-template-columns: 59% 43%;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar .btnDash.vbox-kflex .ow-vl-inner {
        display: flex !important;
        grid-template-columns: unset !important;
    }
    
    .vignette .vignetteCard .title-commision {
        padding-left: 0% !important;
        font-size: 18px !important;
    }
    
    .vignette .vignetteCard .fs-item-data-link {
        font-size: 12px;
    }
    
    .vignette .vignetteCard .pc-blinkSearch-infCommission>div {
        width: -webkit-fill-available;
    }
    
    .vignette .vignetteCard .actionBtnsResponsive .ow-vl-inner {
        display: grid;
        grid-template-columns: 50% 50% 50%;
        margin: -190px 0px 0px 70%;
        position: absolute;
    }
    
    .vignette .vignetteCard .actionBtnsResponsive {
        display: block !important;
    }
    
    .vignette .vignetteCard .actionBtnsResponsive button.ow-button {
        padding: 0px !important;
    }
    
    .vignette .vignetteCard .pc-ba-refFoncier {
        max-height: 2.5em;
    }
    
    .vignette .vignetteCard .actionBtnsRespon {
        display: grid !important;
        width: 200px;
        grid-template-columns: 20% 20% 20%;
        justify-content: center;
        transform: translate(0px, 8px);
        margin-left: 2222%;
        font-size: 20px;
    }
}

/* 
  ##Device = Medium Resolution
  ##Screen = B/w 768px to 900px
*/
@media (min-width: 768px) and (max-width: 900px) {
    .vignette .searchBtns>.ow-vl-inner.ow-gbox {
        display: grid;
        grid-template-columns: 2% 75% 7% 7% 7%!important;
    }
    
    .vignette .cheek_draftstatus {
        display: flex;
        margin-left: 4%;
    }
    
    .vignette .searchBtns>.ow-vl-inner.ow-gbox>.ow-btn-container {
        width: unset !important;
        margin: auto;
    }
    
    .vignette .vignetteCard {
        margin: 3%;
    }
    
    .vignette .searchCriterea .ow-vl-inner.ow-gbox>div:first-child {
        display: none;
    }
    
    .vignette .searchCriterea .ow-vl-inner.ow-gbox {
        grid-template-columns: 50% 50% !important;
        display: grid;
    }
    
    .vignette .searchCriterea .ow-vl-inner.ow-gbox .cheek_draftstatus {
        width: 200%;
    }
    
    .vignette .searchCriterea .ow-vl.ow-vbox:nth-child(4) {
        display: none;
    }
    
    .vignette .vignetteCard .ow-thumbnail {
        overflow: hidden;
    }
    
    .vignette .vignetteCard .pc-ba-status {
        margin-left: -38px!important;
        top: unset !important;
        transform: rotate(315deg);
        position: absolute !important;
        font-size: 12px;
        width: 130px !important;
        margin: 18px 0px 0px 0px;
        padding: 5px 20px;
        height: auto;
        z-index: 1 !important;
    }
    
    .vignette .vignetteCard .pc-ba-reference .fs-item-data.fs-item-data-big,
    .vignette .vignetteCard .pc-ba-reference .fa-history {
        font-size: 18px !important;
    }
    
    .vignette .vignetteCard .pc-ba-reference>div {
        font-size: 14px !important;
        margin-top: -4px !important;
    }
    
    .vignette .vignetteCard .pc-ba-reference {
        margin: 0% 0px 0px 14%;
        width: max-content;
    }
    /*.vignette .vignetteCard .pc-ba-ids{
    margin: 32px 0px 0px;
    grid-template-areas: unset !important;
    display: grid;
    grid-template-columns: 48% 52%;
    text-overflow: ellipsis;
  }*/
    
    .vignette .vignetteCard .pc-ba-ids span,
    .vignette .vignetteCard .pc-ba-ids .ow-chip {
        font-size: 12px !important;
    }
    
    .vignette .vignetteCard .pc-ba-objet {
        width: 95%;
        margin-left: -2%;
    }
    
    .vignette .vignetteCard .pc-ba-objet .pc-ba-natureProjet span {
        font-size: 16px !important;
    }
    
    .vignette .vignetteCard .pc-ba-objet .pc-ba-typeProjet span {
        font-size: 14px !important;
    }
    
    .vignette .vignetteCard .pc-ba-objet .pc-ba-consistanceProjet span {
        font-size: 12px !important;
    }
    /*.vignette .vignetteCard .pc-ba-maitreOeuvre{
    max-height: 2.5em;
    overflow: hidden;
  }*/
    
    .vignette .vignetteCard .actionBtns {
        display: none;
    }
    
    .vignette .vignetteCard .pc-ba-localite {
        max-height: 2.5em;
        overflow: hidden;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar {
        margin: 0rem 0.06rem !important;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar .pc-blinkSearch-infCommission {
        display: unset !important;
        text-align: center;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar .btnDash .ow-vl-inner {
        grid-template-columns: auto auto auto auto;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar .btnDash {
        display: flex;
        margin: auto;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar .vbox-kflex .ow-vl-inner {
        display: grid;
        grid-template-columns: 59% 43%;
    }
    
    .vignette .vignetteCard .searchObject-comm-bar .btnDash.vbox-kflex .ow-vl-inner {
        display: flex !important;
        grid-template-columns: unset !important;
    }
    
    .vignette .vignetteCard .title-commision {
        padding-left: 0% !important;
        font-size: 18px !important;
    }
    
    .vignette .vignetteCard .fs-item-data-link {
        font-size: 12px;
    }
    
    .vignette .vignetteCard .pc-blinkSearch-infCommission>div {
        width: -webkit-fill-available;
    }
    
    .vignette .vignetteCard .actionBtnsResponsive .ow-vl-inner {
        display: grid;
        grid-template-columns: 50% 50% 50%;
        margin: -163px 0px 0px 35%;
        position: absolute;
    }
    
    .vignette .vignetteCard .actionBtnsResponsive {
        display: block !important;
    }
    
    .vignette .vignetteCard .actionBtnsResponsive button.ow-button {
        padding: 0px !important;
    }
    
    .vignette .vignetteCard .pc-ba-refFoncier {
        max-height: 2.5em;
    }
    
    .vignette .vignetteCard .pc-blinkArchi {
        grid-template-columns: 3% 43% 54%;
        grid-template-areas: "pc-ba-status pc-ba-reference pc-ba-activite " "pc-ba-status pc-ba-ids pc-ba-objet"
    }
    
    .vignette .vignetteCard .actionBtnsRespon {
        display: grid !important;
        width: 200px;
        grid-template-columns: 20% 20% 20%;
        justify-content: center;
        transform: translate(0px, 40px);
        margin-left: 1150%;
        font-size: 18px;
    }
}
@media (min-width: 900px) and (max-width: 1280px) {
    #blinkSearch>.ow-vl-inner.ow-gbox {
        display: block;
    }
}
.ow-chip {
    background: #EEE;
    margin: 2px;
    display: inline-table;
    padding: 0px 10px;
    border-radius: 5px;
    white-space: unset;
    box-sizing: border-box;
    height: 25px;
    max-width: 99%;
    word-break: break-word;
    line-height: 25px;
}
.ow-menu-list-2 .ow-menu-item-0,
.ow-menu-list-3 .ow-menu-item-0,
.ow-menu-list-4 .ow-menu-item-0 {
    border-top: 1px solid #eee;
    padding-top: 4px;
}
.kma-panel-header .fa-arrows-h:before {
    content: "\f337";
}
.kma-panel-header .fa-pencil:before {
    content: "\f303";
}
.ow-table-inner-body .ow-table-row .ow-table-cell.ow-table-cell-text {
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.stat .stt-val {
    color: #FFF;
    font-family: cursive !important;
    ;
    font-size: 11px !important;
    background: red !important;
    z-index: 99;
}
.pc-ba-status_Délivré {
    background: #bf9000;
    color: white;
}
#framevideo body {
    text-align: center;
}
.ow-field-select-container .ow-field-input {
    /* z-index: 40000 !important;*/
}
button.ow-button {
    background: var(--form-button-bg);
    border: 0px solid #38A4;
}
.ow-vl-popup {
    background-color: inherit !important;
    padding: 0 !important;
    width: 100% !important;
    border: none !important;
    /*height: 75vh !important;*/
}
.ow-vl-popup>.ow-vl-outer {
    position: relative;
    background: #FFF;
    border-radius: 4px;
    max-height: calc(100vh - 100px);
    overflow: auto;
    border: solid 1px #999;
    box-shadow: 5px 5px 5px #888888a1;
}

/**** preload *****/
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
}
.preloader .preloader-inner {
    position: relative;
}
.preloader .preloader-circle {
    width: 150px;
    height: 150px;
    position: relative;
    border-style: solid;
    border-width: 6px;
    border-top-color: #38A;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}
.preloader .preloader-circle2 {
    border-top-color: #0078ff
}
.preloader .preloader-img {
    position: absolute;
    top: 78%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}
.preloader .preloader-img img {
    max-width: 98px;
}
.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}
.hideIconeSelect .ow-field-input-select:before {
    font-family: FontAwesome !important;
    font-size: 1.2rem;
    line-height: 18px;
    content: none !important;
    float: left;
    color: #555;
    left: 0px;
    /* position: absolute; */
    /* background: #FFF; */
    /* padding: 0 4px; */
}

/* add anas begin */
.ow-field-core.ow-vbx-fld .ow-label-side {
    color: var(--form-button-fg) !important;
    font-size: 12px;
    top: -10px;
}
.ow-vbx-fld1 .ow-label-side {
    color: var(--form-button-fg) !important;
    font-size: 12px;
    margin: -16px;
}
[class$="NumberDossierSpan"]::after {
    content: "N° Dossier" !important;
}
.ow-option-label-Favorable {
    color: green;
}
.ow-option-label-Défavorable {
    color: red;
}

/* end */
@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}
@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}
#clientNom .ow-hbox-flex {
    display: inline-block;
}
.btn-pay button.ow-button.confirm-button-disabled {
    display: inline-block;
    background-color: var(--button-disabled);
    color: var(--button-white-label);
    width: 100%;
    margin-top: 20px!important;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    cursor: default;
    pointer-events: none;
}
.griser_label .ow-label {
    color: black;
}
.info-div .ow-pl-noborder {
    background: #EEE;
}
.info-div {
    background: #EEE;
}
.esignStat-false:after {
    content: 'En attente'!important;
}

/*
.com-ba-status_NOUVEAU::before {
    background-color: lightskyblue;
    content: "NOUVEAU" !important;
}
.com-ba-status_CLÔTURÉE::before {
    background-color: #555;
    content: "CLÔTURÉE" !important;
}
.com-ba-status_AJOURNÉ::before {
    background-color: #fead0d;
    content: "AJOURNÉ" !important;
    color: white;
}
.com-ba-status_Ajourné::before {
    background-color: #ec9720;
    content: "Ajourné" !important;
}
.com-ba-status_Brouillon::before {
    background-color: #999999;
    content: "Brouillon" !important;
}
.com-ba-status_En.Cours::before {
    background-color: #555;
    content: "En Cours" !important;
}
.com-ba-status_Favorable::before {
    background-color: #3b8006;
    content: "Favorable" !important;
}
.com-ba-status_Défavorable::before {
    background-color: #e52e2d; 
    content: "Défavorable" !important;
}
*/
.esri-basemap-toggle {
    display: none;
}
.kma-clientLogo-container {
    top: calc(100% - 185px);
}

.ow-fcm-default .app-default-visual {
   background: url(https://croatest.karaz.org/karazal/logodashbord.svg) !important;
    width: 100% !important;
    height: 100% !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.ow-fcm-default {
     height: calc(100vh) !important;
    padding: 0 !important;
}

.ow-form-nav-header {
    background: #ff9800 !important;
}

.ow-form-toolbar-btn.bpmBtn .lbl {

    background: #ff9800 !important;
	
}
.ow-form-nav-menu > .ow-form-nav-item > .ow-form-nav-head {
    background: #ff9800 !important;
}















/******** SAHBANI MOHAMED ********/
@media screen and (max-width: 900px){
	.header__icon-menu{
		background-repeat: no-repeat!important;
                background: url(https://corumbronzmakina.com/images/menu_icon.png)!important;
                width: 30px!important;
    		height: 30px!important;    			
		background-size: 30px 30px!important;
		margin-top: 0px;
	}
}


#root-sidenav{
	height: calc(100vh - 295px)!important;
}

@media screen and (max-width: 900px){

	.nav-aside {
		position: fixed!important;	
	}
    	.nav-aside .nav-aside-inner {
    		box-shadow: 0 0 12px #011;
	}
	#root-sidenav li>div.ow-menu{
		height : fit-content!important
	}
	.user-nav>li>.ow-menu:hover{
		background: non;
	}
}



.nav-header>.ow-app-bar>.ow-app-setting{
	flex: 0 0 150px;
}

li > div:HOVER > .caret{
	color: orange !important;
}



@media screen and (max-width: 900px){
	.horizontal-nav-bar-root > li > div{
		margin-top : 0!important;
	}
	#global_search_input.ow-app-search.fa{
		margin-top: 0px!important;
	}
}
@media screen and (max-width: 900px){
	.nav-header>.ow-app-bar {
    		height: 40px !important;
	}
}







.dropdown>div{
 	border: 1px solid transparent;
    	border-radius : 10px;
    	padding-bottom: 4px;
} 

@media screen and (min-width: 900px){
	.dropdown>div:hover{
		border: 1px solid orange;
		transition : border 1s;
	}
	.dropdown .ow-menu-label:hover{
		filter: contrast(0.5);
	}
}

.dropdown>div:active{
	border: 1px solid orange;
}


@media screen and (min-width: 900px) and (max-width: 1200px){
	.Inscription_icon,.Actioncompte_icon,.Attestation_icon,.Parametrage_icon,.Visa_icon,.Coutisation_icon{
    		display: none;
	}
}
@media screen and (min-width: 900px) and (max-width: 1100px){
	.ow-app-bar>#homePageAnchor.ow-app-logo{
		flex: 0 0 160px !important;
	}
	.horizontal-nav-bar-root > li > div{
		margin-top: 11px!important;
	}
	#global_search_input.ow-app-search.fa{
		margin-top: 11px!important;
	}
	.nav-header>nav.ow-app-bar{
		height : 60px!important;
	}

}

@media screen and (min-width: 900px) and (max-width: 960px){
	.nav-header>nav.ow-app-bar{
		height : 43px!important;
	}
	.ow-app-bar>#homePageAnchor.ow-app-logo{
		flex: 0 0 120px !important;
	}
	.horizontal-nav-bar-root > li > div{
		margin-top: 3px!important;
	}
	#global_search_input.ow-app-search.fa{
		margin-top: 3px!important;
	}
	#user-nav>.ow-menu-item.ow-menu-item-0.dropdown>.ow-menu>.ow-menu-title{
		display: none;
	}
	.nav-header>.ow-app-bar>.ow-app-setting{
		flex: 0 0 95px;
	}
	.ow-app-setting > .ow-root > li{
		min-width: 30px!important;
	}
}

#user-nav>.ow-menu-item.ow-menu-item-0.dropdown>.ow-menu{
    
    border : 1px solid transparent;

}

.dropdown .ow-menu-label{

        text-shadow: 0 0 1px #cb8;
}



.extra-menu>ul{
	right: 0;
    	left: unset!important;
}


@media screen and (max-width: 900px){

	.ow-process-steps-bar>.ow-pb-collpase-btn{
		display:none;
	}
}