*{
    box-sizing: border-box;
    color: black;
}
body{
	margin: 0;
	font-size: 15px;
	overflow: hidden;
    background: #eaecf1;
}
input[name="captcha"]{
    text-transform: uppercase;
}
.doc-file-hidden{
    position: absolute;
    top: -1000px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 280px;
}
form .note-btn {
    padding: 0 10px;
}
.select2-container--default 
.select2-selection--multiple 
.select2-selection__rendered{
    padding: 0;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.note-editing-area ul{
    list-style: revert;
    padding: revert;
    margin: revert;
}
b, strong, th {
    font-family: 'Lato-Bold' !important;
}
a{
    text-decoration: none;
}
button[disabled="disabled"] {
    opacity: .5;
}
fieldset{
    border: 1px solid #acb7c0;
    padding: 0 20px 20px 20px;
    border-top: 2px solid #5a9ed8;
    margin-bottom: 10px;
    min-width: 0;
}
fieldset legend {
    background: #ffffff;
    padding: 2px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #de8d00;
    margin-bottom: 20px;
    word-spacing: 3.5px;
}
fieldset._func_ { 
    border: 1px solid #c9abd2;
}
fieldset._func_ legend { 
    background: #f4ceff;
    border-left: 4px solid #a40fd0;
}
fieldset legend:first-child{}
.table-form{
    width: 100%;
}
.table-form, 
.table-form td,
 .table-form th{
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
}
.table-form th{
    font-family: Lato-Bold;
    color: #691480;
    text-align: left;
    /* border-bottom: 2px solid #a792c7; */
    border-top: 2px solid #540ac3;
}
.table-form td,
.table-form th{
     padding: 5px;
 }
#cover-ui{
    position: fixed;
    top: 111px;
    left:0;
    right:0;
    bottom:0;
    z-index: 1000;
    background: white;
    cursor: wait;
}
.tooltip-arrow-outer,
.tooltip-arrow {
    /*display: none;*/
}
.tooltip-content {
    color: white;
}
form .has-error span.err{
    display: block;
    color: #c54545;
}
.header-place > span{

}
.header-place{
    position: absolute;
    left: 0;
    top: 84px;
    padding: 0 40px;
    border-bottom: 1px solid #c6c6c6;
    right: 0;
    height: 75px;
    background: #ffffff;
    z-index: 1;
}
.header-place > span > span{
    color: #f69c00;
}
.header-place span.splace{
    display: block;
    font-size: 13px;
    color: gray;
    margin: -8px 0 0 24px;
}
.header-place span.place .ico{
    font-size: 20px;
    display: inline-block;
    float: left;
    margin: 8px 5px 0 0;
    color: #f69c00;
}
.header-place span.place {
    font-size: 30px;
    color: #f69c00;
    margin-top: 6px;
    display: block;
}
fieldset .details-grid {
    display: inline-grid;
    grid-template-columns: 140px auto;
    grid-column-gap: 5px;
    grid-row-gap: 2px;
    width: 100%;
}
fieldset .details-grid label{
    background: #e4e4e4;
}
fieldset .details-grid div{
    border-bottom: 1px solid #c0c0c0;
}
fieldset .details-grid label,
fieldset .details-grid div{
    padding: 5px 10px;
}
.form-close{
    color: white;
    position: absolute;
    top: 0;
    right: 26px;
    background: #ef5353;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    width: auto;
    text-align: center;
    padding: 0 6px;
    z-index: 12;
}
.popup-title {
    margin: 15px 0 0;
    color: #f69c00;
    z-index: 2;
    position: relative;
    font-size: 21px;
    border-bottom: 1px dashed #5a9ed8;
    padding-bottom: 4px;
    font-family: 'Lato-bold';
    display: block;
}
.datepicker{
    z-index: 500;
}
#form-confirm-wrapper .form-button-list{
    text-align: center;
}
#form-confirm-wrapper button {
    margin-right: 0;
}
.upper input{text-transform: uppercase;}
.capitalize{text-transform: capitalize;}
.main-tabs{
    top: 119px;
}
.form-wrapper{
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 33px 0 rgba(0,0,0,.4);
    width: 500px;
    box-sizing: unset;
    background: transparent;
    padding: 10px;
    border-radius: 6px;
    min-height: 150px;
    display: none;
}
.block-ui-form{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.1);
}
.easyui-menu.ctx{
    background-color: #F7F7F7;
    border-color: #636363;
    color: #000;
    box-shadow: 1px 5px 10px 0 rgba(0,0,0,.5);
}
.easyui-menu .menu-text i{
    margin-right: 5px;
}
.form-input .clean-dtpkr{
    position: absolute;
    right: 26px;
    display: block;
    bottom: 3px;
    cursor: pointer;
}
.form-input{
    position: relative;
}
.form-input[data-required="required"] label::after,
.form-input.reqcond label::after{
    content: '*';
    color: red;
    padding-left: 1px;
    font-weight: 700;
}
.form-input.reqcond label::after{
    content: '*';
    color: #6b6b6b;
}
.select2-container--default 
.select2-selection--multiple 
.select2-selection__clear{
    margin: 0;
}

.form-multiple-search-wrapper 
.form-input[data-required="required"] label::after {
    content: '';
}
.form-wrapper.form-multiple-search-wrapper{
    position: absolute;
    box-shadow: none;
    margin-left: 0;
    right: 0;
    top: 10px;
    left: auto;
    bottom: 0;
    width: 350px;
    display: block;
}
.select2-container--default 
.select2-selection--multiple 
.select2-selection__rendered li{
    margin-top: 0;
}
.textbox.combo {
    border: none;
    border-radius: 2px;
    width: 100% !important;
    /*padding: 3px;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;*/
    background: transparent;
}
.textbox.combo input{
    border-radius: 2px;
    border: 1px solid #c0c0c0;
    width: 100% !important;
    height: 30px !important;
    padding-left: 10px;
}
.textbox.combo .textbox-addon{
    top: 3px !important;
    right: 3px !important;
}
.textbox.combo .textbox-addon a{
    background: url(/images/dwn.gif) no-repeat center;
    background-color: #ebebeb;
    opacity: 1;
    height: 25px !important;
}
/*
.input-time input{
    background-image: url(/images/clk.png);
}
.input-date input,
.input-month input {
    background-image: url(/images/cal.svg);
    background-size: 16px;
}
.input-time input,
.input-date input,
.input-month input {
    background-repeat: no-repeat;
    background-position: right 8px top 7px
}*/
.form-input button.btn{
    width: 100%;
}
.form-input{
    position: relative;
}
.form-input label{
    display: block;
    margin-bottom: 2px;
    color: #767676;
}
form .form-input.input-checkbox label{
    margin: 0;
    display: inline;
}
.tooltip{
    border-width: 2px;
    border-color: #000;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 20%);
    max-width: 350px;
    padding: 3px 15px;
    background-color: #444444;
}
button{
    text-align: center;
    cursor: pointer;
    /*color: #f4f4f4;
    background: #29b57a;
    margin-left: 5px;
    font-family: Arial,sans-serif;
    border-radius: 4px;
    border: solid 0 #e3edf4;
    border-bottom: 2px solid #23847f;
    border-radius: 4px;
    padding: 0 25px; */
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'LATO-BOLD';
}
header, #footer, .main-menu, .main-content, 
.main-actions, .main-grid-holder, 
.grid-searches-container, 
.grid-simple-search-container, .form-wrapper-header, 
.form-container, .form-button-list,
.form-errors, .form-errors .err-close{
    position: absolute;
}
.btn-add-ac-popup{
    width: 100%;
}
.ul-input-buttons button{
    width: 100%;
    margin-bottom: 10px;
}
.ul-input-buttons button,
button.btn,
a.btn,
div.btn, span.btn {
    background: #ffffff;
    padding: 3px 20px;
    border-radius: 3px;
    margin-right: 20px;
    cursor: pointer;
    border: 1px solid #c0c0c0;
    color: #707070;
    font-weight: normal;
}
.btn.small.red {
    background: #f36a6a;
    color: white;
}
.btn.small.violet {
    background: #aa8efc;
    color: white;
}
.btn.small {
    margin: 0 0 0 5px;
    padding: 0;
    line-height: 0;
    height: 24px;
    width: 26px;
    border: 0;
}
.ul-input-buttons button:active,
button.btn:active,
div.btn:active, span.btn:active{
    box-shadow: none;
    outline: none !important;
}
.ul-input-buttons button:focus,
button.btn:focus,
div.btn:focus, span.btn:focus{
    box-shadow: none;
    outline-color: #ecb118;
}
span.btn.btn-primary, 
div.btn.btn-primary, 
.form-button-list button.btn-primary {
    color: #ffffff;
    background: #48b270;
    border: 1px solid #48b270;
}
.btn.btn-yellow {
    display: inline-block;
    border: 1px solid #f7d394;
    background: #ffdfa8;
    color: #a56800;
    padding-left: 20px;
    padding-right: 20px;
}
.form-button-list > div{
    margin-left: 10px;
    float: right;
}
.form-button-list hr{
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 12px 0;
}
.form-button-list{
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: #fff;
    position: fixed;
}
.grid-searches-container .form-button-list{
    right: 0;
    width: 400px;
    left: auto;
    bottom: -10px;
    position: absolute;
}
#block-ui{
    z-index: 999990;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: wait;
}
img.progress{
    position: fixed;
    z-index: 999999;
    left: 50%;
    top: 1px;
    margin-left: -41px;
    background: white;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0 0 3px #aaa;
}
img.progress,
#block-ui {
    display: none;
}
.form-container iframe {
    width: calc(100% - 20px);
    height: calc(100% - 2px);
    margin: auto;
    border: 0;
}
/*.form-container form {
    margin: 0 30px;
    display: grid;
    grid-row-gap: 25px;
}*/
.simple-search-container .label-input *{
    color: #535671;
}
.simple-search-container .label-input i{
    font-size: 25px;
    margin-top: -4px;
    margin-right: 0;
}
.simple-search-container .label-input span{
    font-size: 19px;
    padding-right: 40px;
    font-family: Lato-Light;
}
.simple-search-container form{
    display: block;
    width: 290px;
    margin: 0;
}
.form-errors{
    top: 30px;
    right: 0;
    left:0;
    background: #e24949;
    padding: 2px 25px;
    z-index: 2;
    display: none;
}
.form-errors span{
    color: white;
}
.form-errors .err-close{
    right: -3px;
    top:0;
    background: #bb2b2b;
    cursor: pointer;
    width: 30px;
    text-align: center;
    padding: 2px 0;
}
.form-container{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*overflow-y: auto;*/
    padding: 5px 20px 0 20px;
    /*padding-bottom: 20px; */
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    background: white;
    text-align: center;
    border-radius: 4px 4px 3px 3px;
}
.form-wrapper-header{
    left: 0;
    right: 0;
    top: 0;
    height: 64px;
    z-index: 1;
    border-radius: 3px 3px 0 0;
    padding-top: 20px;
}
.form-wrapper-header::after {
    content: '';
    display: block;
    height: 10px;
    background: #5a9ed8;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 3px 3px 0 0;
}
.simple-search-container.simple-search-top form{
    width: auto;
    margin: 0;
}
.simple-search-container{
    padding: 10px;
    top: 35px;
    right: 30px;
    border: 0;
    bottom: initial;
    z-index: 4;
    overflow: hidden;
    position: absolute;
}
.grid-simple-search-container{
    left:0;
    right: 0;
    top:0;
    bottom: 0;
}
.grid-searches-container{
    left:0;
    right:0;
    top:0;
    bottom: 0;
}
header{
    left:0;
    right:0;
    background: #fff;
    height: 76px;
    padding: 0 40px;
}
header #app-logo span{
    margin-top: 4px;
    font-family: 'Lato-bold';
    font-size: 19px;
    color: #4d8dc3;
}
header #app-logo{
    float: left;
}
header #app-logo * {
    display: inline-block;
    float: left;
}
header #app-user{
    float: right;
    margin-right: -40px;
}
header #app-user .ico{
    padding: 0;
    margin: 0;
}
header #app-user *{
    color: #4d8dc3;
    font-size: 15px;
}
header #app-user .top-alert-nb{
    border-radius: 100px;
    background: #fb1efc;
    height: 20px;
    color: white;
    font-size: 12px;
    padding: 1px 7px 0 7px;
}
/*header #app-user .top-alert{
    display: block;
    height: 20px;
}*/
header #app-user .top-alert-li i{
    font-size: 20px;
    margin-top: -3px;
    color: #fb1efc;
}
header #app-user .top-alert-li a{
    display: grid;
    grid-template-columns: 12px 1fr;
    padding: 0;
    margin-bottom: -5px;
    position: relative;
    background: transparent;
}
header #app-user a{
    padding: 2px 8px 2px 10px;
    display: inline-block;
    border-top: none;
    border-radius: 0 0 2px 2px;
    background: #6d75b9;
}
header #app-user .app-alerts button .ico{
    color: #8a91e0;
}
header #app-user .app-alerts.alert button .ico{
    color: #f18a8a;
}
header #app-user .app-alerts.alert span{
    display: inline-block;
    background: #dc4141;
    padding: 0 5px;
    border-radius: 3px;
}
header .input-sys-ch-roles{
    display: inline-block;
    margin-left: 20px;
    width: 200px;
    border: 1px solid #9aa3ef;
}

header .input-sys-ch-roles 
 .select2-container--default 
 .select2-selection--single{
    padding: 3px 10px;
    border-radius: 2px;
    border: 1px solid #4c519f;
    box-shadow: none;
    background: #5258a2;
    transition: box-shadow 0.25s ease-out;
}
#app-user button{
    height: 27px;
    border-radius: 100px;
    padding: 0;
    line-height: 0;
    width: 28px;
    border: 2px solid transparent;
}
#app-user .user-ch-pass button .ico{
    color: #388fd8;
}
#app-user .user-ch-pass button{
    background: #fff;
    border-color: #388fd8;
}
#app-user .user-logout button{
    background: #e67070;
    border: 0;
}
#app-user .user-logout button .ico{
    color: white;
}
header #app-user li{
    display: inline-block;
    margin-left: 5px;
}
header .user-info{
    padding: 0 8px 0 11px;
    font-size: 14px;
    /* color: #ffffff !important; */
}
form .input-checkbox .ui-switcher{
    margin-right: 10px;
}
form .input-checkbox{
    padding-top: 20px;
}
#footer > div{
    text-align: center;
    color: #333;
    border-left: 1px solid #c0c0c0;
    margin: 3px 0;
    height: 16px;
}
#footer{
    bottom: 0;
    left: 0;
    right: 0;
    background: #F6F4F2;
    display: inline-grid;
    grid-template-columns: 250px 240px 280px auto;
    border-top: 1px solid #e5dbd0;
    font-size: 12.3px;
}
.main-menu{
    z-index: 3;
    height: 50px;
    left: 0;
    right: 0;
    background: #4d8dc3;
    top: 34px;
    padding-left: 30px;
}
.main-content{
    top: 178px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    /*background: white;*/
}
.main-content.tabbed{
    /*top: 174px;*/
}
.main-actions{
    top: 40px;
    right: 40px;
    display: inline-block;
}
#main-menu > li{
    display: inline-block;
}
#main-menu li.has-sep a{
    padding: 0;
}
#main-menu .hasSubmenu li a{
    padding: 8px 15px 8px;
}
#main-menu li a{
    padding: 14px 15px 13px;
    display: block;
    font-size: 15px;
    line-height: 0;
}
#main-menu > li.active > a{
    background: rgba(0,0,0,.2);
}
#main-menu > li > a, #main-menu > li > a i{
    color: white;
}
#main-menu li a:hover, #main-menu > li.hl-active > a {
    background: rgba(2, 46, 84,.2);
}
#main-menu li ul a:hover i.ico{
    color: #115a98;
}
#main-menu li ul a:hover{
    background: #e6f3ff;
    color: #00559c
}
.input-search-numeric select{
    border-radius: 2px 0 0 2px;
    border-right: 0;
}
.input-search-numeric input{
    border-radius: 0 2px 2px 0;
    border-left: 0;
}
.input-search-numeric select,
.input-search-numeric input{
    width: 100%
}
.input-search-numeric select{
    padding: 0;
    padding-left: 2px;
}
.input-search-numeric{
    display:grid;
    grid-template-columns: 72px auto;
}
.actions-menu li{
    display: inline-block;
    margin-left: 5px;
}
.actions-menu li.has-sep {
    margin-right: 10px;
}
.actions-menu button:active,
.actions-menu button:focus{
    outline: none;
}
.locked{
    color: red;
}
.actions-menu a{
    display: inline-block;
    text-align: center;
}
.actions-menu button,
.actions-menu a{
    height: 26px;
    border-radius: 100px;
    padding: 0;
    line-height: 0;
    width: 28px;
    border: 2px solid transparent;
    background: #4d8dc3;
    border-color: #4d8dc3;
}
.actions-menu a i {
    padding: 0;
    margin: 0;
    color: white;
}
.actions-menu li.create button {
    background: #29b47c;
    border-color: #29b47c;
}
.actions-menu li.delete button {
    background: #e67070;
    border-color: #e67070;
}
.actions-menu li.exp-xls button {
    background: #bc63b9;
    border-color: #c862c5;
}
.actions-menu button i.ico{
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}
.actions-menu button:hover,
.actions-menu a:hover{
    background: #356fa1;
}
.main-grid-holder{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* box-shadow: 0px 0px 2px 2px #d6d6d6; */
}
.select2-container
.select2-selection--multiple {
    min-height: 30px;
}
input[readonly], select[readonly],
input[disabled], select[disabled] {
    box-shadow: none;
}
.textbox.combo input:focus,
input:focus, select:focus, textarea:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #52abf9;
    outline: none;
    background-color: white;
}
.div-chk-usrnm.ok{
    background: #4da468;
}
.div-chk-usrnm.ko{
    background: #ff5050;
}
.div-chk-usrnm{    
    text-align: center;
    color: white;
}
form .form-input > input,
form .form-input > textarea,
form .form-input > select{
    width: 100%;
}
input, button{
    height: 30px;
}
button {
    height: 30px;
    background: #eaeaea;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 0 10px;
}
.tip-act{
    margin-right: 5px;
    color: #d6390d;
}
.has-error label{
    color: #c11a1a;
}
.has-error input, 
.has-error select, 
.has-error textarea,
.has-error .textbox.combo input,
.has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default .select2-selection--multiple{
    border-color: red;
}
.select2-container--default .select2-selection--single{
    height: 30px;
}
.select2-container--default 
.select2-selection--single .select2-selection__rendered{
    line-height: unset;
}
input, select, textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    border-radius: 2px;
    background-color: #f5f5f5;
    transition: border-color .5s ease-out, background 0.75s ease-out;
    padding: 3px 10px;
    border: 1px solid transparent;
    border-bottom: 1px solid #cccccc;
    color: black;
    font-size: 15px;
}
.select2-container--open .select2-dropdown--above {
    box-shadow: 0 4px 8px 0px #6a6a6a;
}
.select2-container--default .select2-selection--multiple{
    padding: 3px 10px 2px 10px;
    line-height: 0;
}
.select2-container--default
.select2-search--inline
.select2-search__field::placeholder {
    color: #999;
}
.select2-container--default
.select2-search--inline
.select2-search__field {
    height: auto;
}
input[type="checkbox"],
input[type="radio"]{
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    height: auto;
    line-height: unset;
}
.simple-search-container 
.select2-container--default .select2-selection--single 
.select2-selection__arrow b{
    border-color: #e4e4e4 transparent transparent transparent
}
.simple-search-container 
.select2-container--default .select2-selection--single 
.select2-selection__clear{
    color: #a5cee0;
}
.simple-search-container 
.select2-container--default .select2-selection--single 
.select2-selection__rendered{
    color: white;
}
.simple-search-container 
.select2-container--default .select2-selection--single 
.select2-selection__placeholder {
    color: #d3d6f5;
}
.simple-search-container 
.select2-container--default .select2-selection--single {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #8ac3f2;
}
.select2-container--default .select2-selection--single{
    padding-left: 3px;
    padding-right: 3px;
}
.ui-switcher {
    background-color: #8c8f90;
}
.simple-search-top button .ico{
    color: white;
}
.simple-search-top .ssf-btn{
    position: absolute;
    top: 5px;
    right: -4px;
}
.simple-search-top button.btn{
    height: 25px;
    background: #609bcd;
    border-color: transparent;
    padding: 0;
    text-align: center;
    width: 32px;
    margin-top: 2px;
    color: white;
    box-shadow: none;
    border-radius: 0 100% 100% 0;
    border-left: 1px solid #95b8d6;
}
.simple-search-top input::placeholder{
    color: #d2eaff;
}
.simple-search-top input:focus{
    background: #3e7aad;
}
.simple-search-top input{
    background: #609bcd;
    box-shadow: none;
    border: none;
    color: white;
    border-radius: 20px;
    padding-left: 20px;
}
#form-app-type-simple-search .form-grid{
    display: block !important;
}
form#form-app-type-simple-search .form-input > input {
    width: 290px;
}
.growl-title b, .growl-message b{
    color: #fff;
}
.growl > div{
    color: white;
}
.growl.growl-medium{
    min-width: 370px;
}
.growl{
    opacity: 1;
}
.badge.green {
    background: #1aad77;
}
.badge.purple {
    background: #aa67d4;
}
.badge {
    color: white;
    padding: 0 7px 2px;
    border-radius: 3px;
    font-size: 12px;
}
.del-fs-out{
    display: inline-block;
    background: #ffecbb;
    margin-left: 20px;
    padding: 0 5px;
    text-align: center;
    margin-right: -13px;
}
.block-ui-form.felem-article-lot-out{
    bottom: auto;
    height: 110px;
}
.form-close-btn-hidden{
    display: none;
}
.select2-container--open .select2-dropdown--below{
    box-shadow: 0 4px 8px 0px #6a6a6a;
}
.alc{
    text-align: center;
}
.alr{
    text-align: right;
}
.ui-switcher[aria-checked=false]:before {
  content: '';
  right: 7px;
}
.ui-switcher[aria-checked=true]:before {
  content: '';
  left: 7px;
}
/* media queries
@media only screen and (max-width: 1200px) {
    div.form-wrapper{
        width: calc(100% - 20px) !important;
        top: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
}*/
.rw-cancelled td div{
    text-decoration: line-through;
    color: red !important;
}
.rw-cancelled td[field="annule_le"] div,
.rw-cancelled td[field="annule_par"] div,
.rw-cancelled td[field="annule_motif"] div,
.rw-cancelled td[field="annule_commentaire"] div{
    text-decoration: none;
}
.select2-results__option.select2-results__message {
    color: #757575;
}
ul .hasSubmenu a .ico{
    margin-right: 8px;
}
ul .hasSubmenu .has-sep{
    border-bottom: 1px solid #cecece;
}
mark{
    background: #ffd1fc;
    color: #5a0054;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #dbe9f5;
    color: black;
}
.atabs.form-tabs ul{
    position: absolute;
    bottom: 0;
    margin-bottom: -2px;
}
.atabs.form-tabs {
    margin-top: 20px;
    background: white;
    height: 40px;
    position: relative;
    left: 0;
    width: calc(100% - 10px);
}
.form-wrapper .atabs-contents {
    position: absolute;
    background: white;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 0;
    border-radius: 0 0 6px 6px;
}
.atabs-panel .form-container {
    top: 0;
    padding-top: 55px;
}
.cell-txt-red{
    color: #ff2e2e;
}
.cell-txt-green{
    color: #006700;
}
button.btn-grid-details .ico{
    color: white;
}
button.btn-grid-details{
    height: auto;
    padding: 0 2px 0 4px;
    float: left;
    background: #6a74ce;
    box-shadow: none;
    margin-right: 5px;
    border: 0;
}
.label-violet{
    background: #f8cfff;
    padding: 0 10px;
    border-right: 1px solid #f3adff;
    border-bottom: 1px solid #f3adff;
    border-radius: 3px;
    color: #4e2056;
}
.label-vert{
    background: #cfffd9;
    padding: 0 10px;
    border-right: 1px solid #6bbb7c;
    border-bottom: 1px solid #6bbb7c;
    border-radius: 3px;
    color: #024410;
    text-align: center;
}
.message-input-label .a,
.message-input-label .b{
    font-size: 17px;
    border-bottom: 1px solid #777;
}
.message-input-label .b{
    border-bottom: 1px solid #f36c6c;
    color: #d60000;
}
.message-input-label .c{
    width: 60%;
    margin-bottom: 20px;
}
.message-input-label .c td{
    border-bottom: 1px solid #888;
}
.header-place .form-container form{
    margin: 0;
}
.header-place .form-container{
    position: absolute;
    border: 0;
    overflow: hidden;
    left: 290px;
    top: 0;
    padding: 0;
    bottom: auto;
    right: auto;
    background: transparent;
    margin-top: 2px;
}
/*.header-place input,
.header-place select,
.header-place textarea,
.header-place .select2-container--default .select2-selection--single,
.header-place .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid #ffd182;
    box-shadow: 0 1px 2px #bbbbbb inset;
    background: #ffffff;
}*/
.select2-container--default .select2-results__group {
    background: #fff2d0;
    color: #774c02;
}
button, input {
    outline: none;
}
.has-radio-error {
    border: 1px dashed red;
}
.gd-lbl{
    font-size: 9px;
    padding: 2px 7px;
    border-radius: 2px;
}
.ajxw {
    display: none;
    float: left;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #ca3131;
    margin-right: 4px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background-color: #e1f1ff;
    border: 1px solid #85c7ff;
    border-radius: 0;
    color: #002240;
}
#form-alert-wrapper.form-wrapper {
    min-height: initial;
    height: initial !important;
}
#form-alert-wrapper .form-container {
    position: initial;
    margin-left: -10px;
    margin-right: -10px;
    overflow: initial;
    padding-top: 69px;
    padding-bottom: 60px;
}
.datepicker--nav-title:not(.-disabled-) {
    border: 1px solid #c0c0c0;
    padding: 0 18px 0 5px;
    border-radius: 2px;
    position: relative;
    background: url(/images/dwn.gif) right 8px no-repeat;
}
.ajax-file-upload-error {
    background: #ffeeee;
    padding: 5px 20px;
    color: #633232;
    border-radius: 3px;
}
.hide{
    display: none !important;
}
header #app-user .ih-ant{
    color: #727272;
}
header #app-user .sph-ant{
    margin-right: 20px;
    color: #727272;
}
.s2-add-otf{
    width: 100%;
    display: block;
    text-align: center;
    color: #904700 !important;
    background: #ffefaf !important;
    border: 1px solid #ffc78e !important;
}
#app-user .user-logout button {
    width: auto;
    padding: 0 10px;
    border-radius: 0;
    height: 34px;
}
#app-user .user-logout button span {
    color: white;
    display: block;
    margin-top: -2px;
}
.select2-search__field {
    width: 100% !important;
}
#ico-quit i{
    display: none;
}
.wpr-select-date option{
    padding: 0 10px;
}
.wpr-select-date .slr option{
    text-align: center;
}
.wpr-select-date span.err {
    grid-column-start: span 3;
}
/* PRINT */

.print-only{
    display: none;
}
@media print {
    .print-only {
        display: block;
    }
}
#alert-message {
    margin-top: -10px;
}
#wait-load {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: white;
}
#wait-load table{
    width: 100%;
    height: 100%;
}
#wait-load td {
    text-align: center;
}
/*.form-multiple-search .form-title{
    font-size: 21px;
    border-bottom: 1px dashed #5a9ed8;
    margin-bottom: 20px;
    padding-bottom: 4px;
}
.form-multiple-search .form-title span,
.form-multiple-search .form-title i{
    color: rgb(58 118 169);
}
.form-multiple-search{
    position: absolute;
    width: 370px;
    right: 0;
    top: 141px;
    padding: 20px;
}*/
.form-multiple-search-wrapper {
    position: absolute;
    top: -12px;
    width: 400px;
    right: 20px;
    bottom: 0;
}
.form-multiple-search-wrapper .form-fieldsets{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    bottom: 50px;
}
.cv-exp-j,
.cv-exp-k {
    font-style: italic;
    font-size: 14px;
    color: #027002;
}
.cv-exp-k {
    color: #3d988f;
}
.select2-container{
    /*overflow: hidden;*/
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #69a2d3 #e4e9ef;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #e4e9ef;
}

*::-webkit-scrollbar-thumb {
    background-color: #69a2d3;
    border-radius: 20px;
    border: 0px none #e4e9ef;
}
div.simple-search-top div.form-fieldsets {
    position: unset !important;
    overflow: unset !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}
.main-pad{
    padding: 20px;
    border-radius: 5px;
}
a.btn-h-unfilled,
.btn.btn-h-unfilled {
    border: 2px solid #3a97e8;
    color: #005195;
    border-radius: 4px;
}
a.btn-h-filled,
.btn.btn-h-filled {
    color: #003c6e;
    background: #bfe0fc;
    border: 1px solid #65a7df;
}
.tag-cat {
    margin-left: 10px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 100px;
    padding: 1px 7px 3px 7px;
    color: white !important;
}
.tag-cat.cat-1 {
    padding-top: 3px;
    background: green !important;
}
.tag-cat.cat-2 {
    padding-top: 3px;
    background: #e98e21 !important;
}
.tag-cat.cat-3 {
    padding-top: 3px;
    background: #e921e6 !important;
}
.tag-cat.cat-4 {
    padding-top: 3px;
    background: #3696e9 !important;
}
.tag-cat.no-cat {
    background: gray;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}
/*.select2-container--default .select2-search--inline .select2-search__field*/