html,
body {
    /*overflow-y: hidden; */
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

legend,
div[role=gridcell],
.jqx-tree-item,
#user-menu,
#left-menu-container {
    cursor: pointer;
}

#assignAccess {
    position: absolute;
    vertical-align: middle;
    width: 745px;
    /* largeur obligatoire pour être centré */
}

.jqx-tabs-close-button,
.jqx-tabs-titleContentWrapper {
    height: 16px;
}

textarea {
    resize: none;
    border: 1px solid #aaa;
}

.small-width {
    width: 25px;
}

.label-text {
    width: 120px;
    font-size: 11px;
    text-align: right;
}

.pad {
    padding: 10px 0px 10px 0px;
}

.label-width {
    width: 30%;
}

.small {
    font-size: 90%;
}

table {
    width: 100%;
}

img {
    width: 16px;
    height: 16px
}

#close-left-menu img {
    width: 14px;
    height: 12px
}

#processForm,
#role,
#user {
    width: 99.8%;
    height: 92%;
}

#spec_form {
    overflow: auto;
}

#processInf_form table,
#role_FormContent {
    margin-top: 10px;
    width: 100%
}

#workingDayList {
    margin-top: 20px;
    margin-left: 12px;
    float: left;
}

#HolidayList {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}

#policeEntity {
    margin-top: 20px;
}

input[type=text].jqx-input {
    font-size: 11px;
}

.jqx-widget,
.jqx-input,
.jqx-widget-content,
.jqx-widget-content,
.jqx-calendar-column-cell,
.jqx-calendar-title-content,
.jqx-calendar-cell,
.jqx-fill-state-normal {
    font-size: 11px;
}

.selected-bootstrap {
    background-image: linear-gradient(to bottom, #eee, #eee);
}

.jqx-calendar {
    width: 80%;
}

.jqx-button {
    cursor: pointer;
}

.blod {
    font-weight: bold;
    text-align: right;
}

#errMsg,
.error {
    color: red;
    font-size: 11px;
}

#header-bloc {
    width: 100%;
    height: auto;
    margin: 0px;
    display: flex;
    align-items: center;
}

div#main-content iframe {
    height: 100% !important;
}

#var_list,
#userList,
#policeList,
#inboxList,
#policeEntity,
#Credit_TypeList,
#outstandings,
#processList,
.center-grid {
    margin-left: auto;
    margin-right: auto;
}

#formList,
#task_list,
#role_Users,
#decisionList,
#assignAccess,
#entityList {
    margin-top: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

#userEntityProcess {
    margin-top: 10px;
    margin-left: 5px;
}

#inboxDetail,
#processDetail {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#startedProcessList {
    margin: 20px auto;
    position: relative;
}

#main-bloc {
    /*padding-top: 40px;*/
    padding-bottom: 0px;
    width: 100%;
    height: 96%;
    box-sizing: border-box;
}

#logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#footer-div {
    height: 87px;
    z-index: 1000;
}

#header-div table,
#footer-div table {
    font-size: 10.5px;
}

#otask_decision {
    width: 200px;
}

#submit_otask {
    font-size: 11px;
}


/**************STYLES HEADER ET FOOTER ***************/

.web-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    text-shadow: 0 1px 0 rgb(240, 240, 240);
    color: #444;
    font-family: Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: 13px;
    border-width: 1px 0px 1px 0px;
    border-color: #b2b2b2;
    border-color: rgba(0, 0, 0, 0.25);
    color: #444;
    background-color: #f0f0f0;
    background-image: linear-gradient(#ededed, #ededed 38%, #dedede);
    background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
    background-image: -moz-linear-gradient(#ededed, #ededed 38%, #dedede);
    background-image: -o-linear-gradient(#ededed, #ededed 38%, #dedede);
    -webkit-transition: color 200ms;
}

.arctic-style {
    text-shadow: 0 1px 0 rgb(240, 240, 240);
    color: #444;
    font-family: Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: 13px;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f0f0f0;
    background: #f0f0f0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
    background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
    background: linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.black-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    font-family: Tahoma, "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
    color: #fff;
    border-color: #000;
    background: #a4a4a4;
    background: -moz-linear-gradient(top, #a4a4a4 0%, #757575 4%, #4f4f4f 37%, #464646 48%, #000000 52%, #000000 56%, #0c0c0c 67%, #1e1e1e 78%, #414141 96%, #666666 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4a4a4), color-stop(4%, #757575), color-stop(37%, #4f4f4f), color-stop(48%, #464646), color-stop(52%, #000000), color-stop(56%, #000000), color-stop(67%, #0c0c0c), color-stop(78%, #1e1e1e), color-stop(96%, #414141), color-stop(100%, #666666));
    background: -webkit-linear-gradient(top, #a4a4a4 0%, #757575 4%, #4f4f4f 37%, #464646 48%, #000000 52%, #000000 56%, #0c0c0c 67%, #1e1e1e 78%, #414141 96%, #666666 100%);
    background: -o-linear-gradient(top, #a4a4a4 0%, #757575 4%, #4f4f4f 37%, #464646 48%, #000000 52%, #000000 56%, #0c0c0c 67%, #1e1e1e 78%, #414141 96%, #666666 100%);
    background: -ms-linear-gradient(top, #a4a4a4 0%, #757575 4%, #4f4f4f 37%, #464646 48%, #000000 52%, #000000 56%, #0c0c0c 67%, #1e1e1e 78%, #414141 96%, #666666 100%);
    background: linear-gradient(top, #a4a4a4 0%, #757575 4%, #4f4f4f 37%, #464646 48%, #000000 52%, #000000 56%, #0c0c0c 67%, #1e1e1e 78%, #414141 96%, #666666 100%);
}

.bootstrap-style {
    color: #333333;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
    border-top-color: #e6e6e6;
}

.classic-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #aaa;
    background-color: #E8E8E8;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#dadada));
    background-image: -moz-linear-gradient(top, #fafafa, #dadada);
    background-image: -o-linear-gradient(top, #fafafa, #dadada);
}

.darkblue-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    color: #fff;
    border-color: #004a73;
    background-color: #449bca;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c91c2), to(#449bca));
    background-image: -moz-linear-gradient(top, #3c91c2, #449bca);
    background-image: -o-linear-gradient(top, #3c91c2, #449bca);
}

.energyblue-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #a4bed4;
    background-color: #e0e9f5;
}

.energymauve-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #C7A3CC;
    background-color: #E8DEEF;
}

.fresh-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #8e8e97;
    text-shadow: 0 1px 0 #f1f1f5;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efeff1 1%, #ededf0 4%, #d2d2d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(1%, #efeff1), color-stop(4%, #ededf0), color-stop(100%, #d2d2d8));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efeff1 1%, #ededf0 4%, #d2d2d8 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efeff1 1%, #ededf0 4%, #d2d2d8 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efeff1 1%, #ededf0 4%, #d2d2d8 100%);
    background: linear-gradient(top, #ffffff 0%, #efeff1 1%, #ededf0 4%, #d2d2d8 100%);
}

.highcontrast-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
}

.metro-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    color: #333333;
    font-size: 12px;
    font-family: 'segoe ui', arial, sans-serif;
    border-color: #e5e5e5;
    color: #767676;
    background: #f4f4f4;
}

.metrodark-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    color: #333333;
    font-size: 12px;
    line-height: 17px;
    font-family: 'segoe ui', arial, sans-serif;
    border-color: #35353A;
    color: #ffffff;
    background: #3E3E42;
}

.orange-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #E48605;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
}

.office-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    font-family: Calibri;
    border-color: #ababab;
    color: #444444;
    background: #fff;
}

.shinyblack-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    color: #fff;
    border-color: #000;
    background: #000 url(../../img/jqwidgets/bg_black.png) left center scroll repeat-x;
}

.summer-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-color: #c5c5c5;
    background: #e8e8e8;
}

.highcontrast-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.ui-lightness-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    background: #f6a828 url(../../img/jqwidgets/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    border-color: #e78f08;
    color: #fff;
    font-size: 12px;
}

.ui-darkness-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    background: #333333 url(../../img/jqwidgets/ui-bg_gloss-wave_25_333333_500x100.png) 50% 50% repeat-x;
    border-color: #333;
    color: #fff;
    font-size: 12px;
}

.ui-smoothness-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    background: #cccccc url(../../img/jqwidgets/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    border-color: #aaa;
    color: #222222;
    font-size: 12px;
}

.ui-start-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #4297d7;
    background: #2191c0 url(../../img/jqwidgets/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x;
    color: #eaf5f7;
    font-size: 12px;
}

.ui-redmond-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    border-color: #4297d7;
    background: #5c9ccc url(../../img/jqwidgets/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-size: 13px;
}

.ui-sunny-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    font-family: Segoe UI, Arial, sans-serif;
    border-color: #494437;
    background: #817865 url(../../img/jqwidgets/ui-bg_gloss-wave_45_817865_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-size: 12px;
}

.ui-sunny-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    border-color: #bbbbbb;
    background: #dddddd url(../../img/jqwidgets/ui-bg_glass_35_dddddd_1x400.png) 50% 50% repeat-x;
    color: #444444;
    font-size: 12px;
}

.ui-overcast-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    border-color: #bbbbbb;
    background: #dddddd url(../../img/jqwidgets/ui-bg_glass_35_dddddd_1x400.png) 50% 50% repeat-x;
    color: #444444;
    font-size: 12px;
}

.ui-le-frog-style {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    border-color: #A5D3A6;
    background-color: #E1F4E5;
    font-size: 12px;
}

.jqx-widget-header-ui-redmond {
    font-size: 11.5px;
    font-weight: bold;
}


/*
LISTE DES THEMES
-------------------------
arctic
base
black
bootstrap
classic
darkblue
energyblue
energyblue
fresh
highcontrast
metro
metrodark
office
orange
shinyblack
summer
ui-darkness
ui-le-frog
ui-lightness
ui-overcast
ui-redmond
ui-smoothness
ui-start
ui-sunny
web
theme

--------------------------*/

.jqx-fill-state-disabled,
input[disabled=disabled] {
    cursor: default;
    opacity: 1;
    filter: Alpha(Opacity=1);
    color: #000;
    border: solid 1px #DDD;
}

.jqx-listitem-element .jqx-fill-state-disabled {
    color: #ADADAD;
    /* pour griser les fonctions non disponible  dans l'assignation des droits'*/
}


/*
.label-width {
font-weight: bold;
}
.label-text {
font-weight: bold;
}
*/

fieldset {
    border: solid 1px #D8D8D8;
    margin: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

legend {
    font-weight: bold;
    border: solid 1px #D8D8D8;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jqx-tabs-content-element {
    overflow: hidden;
    /* pour supprimer le scroll dans la demande de couverture d'assurance*/
}

td,
th {
    font-size: 11px;
}

.photo {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
}

.greyClass {
    background-color: #cccccc
}

.yellowClass {
    background-color: #ffb399;
}

.blueClass {
    background-color: #ffffcc;
}

.greenClass {
    background-color: #ccffcc;
}

.ItemClass {
    background-color: rgba(15, 249, 60, 0.29);
    border: 1px solid #53F311;
}

.errClass {
    background-color: #FFC0CB;
    border: 1px solid red;
}

.ItemsClass {
    background-color: rgba(103, 199, 234, 0.9);
    border: 1px solid red;
}

.greenCellClass {
    background-color: rgba(104, 210, 1, 0.62);
    border: 1px solid #53F311;
}

.yellowCellClass {
    background-color: rgba(249, 224, 91, 0.74);
    border: 1px solid red;
}

.orangeCellClass {
    background-color: rgba(245, 156, 47, 0.72);
    border: 1px solid red;
}

.RedCellClass {
    background-color: rgba(210, 21, 21, 0.62);
    border: 1px solid red;
}

.BidsClass {
    background-color: rgba(192, 238, 255, 0.9);
    border: 1px solid red;
}

.NoteClass {
    background-color: rgba(192, 238, 255, 0.45);
    border: 1px solid red;
}

#var_list {
    margin: auto;
}

#msgError {
    float: right;
    color: red;
    font-size: 11px;
}

#msgnewCust {
    float: right;
    color: green;
    font-size: 11px;
}

.photoaudit {
    width: 90px;
    height: 75px;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
}

.noclick {
    pointer-events: none;
}

.setclick {
    cursor: pointer;
}

.ItemClass {
    background-color: #5CF90C;
    border: 1px solid #53F311;
}

ul#__contextmenu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}


/* Each of the items in the list */

ul#__contextmenu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

ul#__contextmenu li i {
    margin-right: 7px;
}

ul#__contextmenu li:hover {
    background-color: #DEF;
}

ul#__contextmenu li.disabled {
    pointer-events: none;
    opacity: 0.6;
}

#windowLoader,
#windowLoader-index {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2147483647;
    color: #fff;
    opacity: 1;
    /* background-color: rgb(0 0 0 / 50%); */
    align-items: center;
    justify-content: center;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    backdrop-filter: blur(0.6px);
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #00c850 !important;
    border-left-color: #00c807 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#st_tabs_list li.jqx-tabs-title,
#tabs_list li.jqx-tabs-title {
    max-height: 20px !important;
}

#st_tabs_list li.jqx-tabs-title>.jqx-tabs-close-button {
    margin-top: 2px !important;
}