
/*  RETIRE EXT TRIAL  */
.x-window-header-title-default > .x-title-text-default:after {

    content : "" !important;

}

.x-panel-header-title-default > .x-title-text-default:after{

    content : "" !important;

}

.x-panel-header-title-default-framed > .x-title-text-default-framed:after{

    content : "" !important;

}

/*Permet d'empêcher les widgets ouverts de venir au dessus de la taskbar*/
.ux-taskbar{
    z-index: 18000 !important;
}

.x-menu{
    z-index: 19001 !important;
}

/*
*   LOGIN
*/

/* LAYOUTS */

/* LOGIN LEFT PANEL IMGs RULES */
div.rc-login-left div img.rc-login-logo{
    width: 7%;
    position: absolute;
    top: 35px;
    left: 35px;
}
div.rc-login-left div img.rc-login-studio-travel{
    width: 50%;
    /*height: 10%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.rc-login-left div img.rc-login-marques{
    width: 60%;
    /*height: 10%;*/
    margin-top: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* RIGHT PANEL */
div.rc-login-right{
    display: flex; /* contexte sur le parent */
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement vertical */
}

div.rc-login-right div.x-autocontainer-outerCt{
    background-color: white;
    padding: 5px;
    width: 85% !important;
}
@media screen and (min-width: 1024px){
    div.rc-login-right div.x-autocontainer-outerCt{
        margin: 0 25% 0 25%;
        width: auto !important;
    }

    div.rc-login-left div img.rc-login-logo{

    }
}

div.rc-login-right div.x-autocontainer-innerCt{
    border: solid 1px;
    padding: 15%;
}


div.rc-login-right div.x-autocontainer-outerCt:after{
    height: 50%;
    width: auto !important;
    padding: 50px;
    background: transparent;
    border: solid 3px black;
}
div.rc-login-right div.x-autocontainer-outerCt div.x-field{
    width: 100% !important;
    margin-bottom: 15px;
    margin-top: 5px;
    table-layout: auto;
}

div.rc-login-right div.rc-login-right-top img.rc-login-studio-account{
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

/*texte explicatif*/
div.rc-login-right div.rc-login-right-top div.rc-login-information-text{
    margin-bottom: 40px;
    font-size: 18px;
    font-family: Roboto;
}

div.rc-login-right .navigation-link{
    margin-bottom: 10px;
}

/* Submit button */
body.x-body .rc-form-login .x-btn.rc-submit-button {
    background: #029ad6 !important;
    margin-top: 10px;
}
body.x-body .rc-form-login .x-btn.rc-submit-button:hover {
    border-bottom-color: #02719f !important;
}


/* le studio mon compte */
div.x-body div.x-panel-body div.rc-login-information-text:before {
    position: absolute !important;
    top: 25px !important;
    width: 300px !important;
    height: 100px !important;
}

div.rc-login-left{
    position: absolute;
    left: 0;
    width: 50% !important;
    height: 100%;

    display: flex !important; /* contexte sur le parent */
    flex-direction: column !important;; /* direction d'affichage verticale */
    justify-content: center !important;; /* alignement vertical */
}

div.rc-login-right{
    position: absolute;
    right: 0;
    width: 50% !important;;
    height: 100%;
}

/*    FIN LOGIN    */

body.x-body #toolbar-1053 {
    display: block !important;
}

/* trigger on search field */

.rc-searchtrigger-search{
    background: white url(../icons/extjs/search-trigger.gif) no-repeat !important;
    background-position: 0 0;
    width: 17px;
    border-width: 0 0 1px;
    border-color: #b5b8c8;
    border-style: solid;
}

.rc-searchtrigger-clear{
    background: white url(../icons/extjs/clear-trigger.gif) no-repeat !important;
    background-position: 0 0;
    width: 17px;
    border-width: 0 0 1px;
    border-color: #b5b8c8;
    border-style: solid;
}

/* DELETE ICON */
.rc-icon-delete{
    background-image: url("../icons/icons/delete.png");
    height: 14px;
    width: 14px;
    background-size: contain;
}


/*.rc-window-widget img {width: auto;} /* Remet le comportement des actions colums normale dans les grids */

body .x-form-checkbox {
    height: 13px;
    width: 13px;
    margin-right: .3em;
    padding: 0;
    background-image: url(../icons/extjs/checkbox.gif);
    background-position: 0 0;
    border: none !important;
    vertical-align: middle;
}

body .x-form-cb-checked .x-form-checkbox {
    background-position: 0 -13px;
}

#nav li {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

/* Lien des conditions générales */
span.rc-link-cgv a {
    text-decoration: underline;
    font-size: 10px;
    font-weight: bold;
}

span.rc-link-cgv {
    position: absolute;
    right: 24px;
    bottom: 23px;
    z-index: 999999;
    list-style-type: none;
}

.rc-ml10{
    margin-left: 10px;
}

.rc-notification-content{
    padding: 25px 75px 0 75px;
}

.rc-custom-win-modal-mask{
    background-color: rgba(12, 3, 3, 0.76) !important;
}

/* NOTIFICATIONS STYLE */
/* BUTTONS */
.rc-notif-button{
    background-color: #ffffff !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    margin: 0 0 12px 0 !important;
    padding: 0 10px 0 10px;
}
/*
.rc-notif-button:hover{
    top: 2px;
}
.rc-notif-validate:hover{
    box-shadow: 0 2px #4fb878;
    border: 1px solid #4fb878;
}
.rc-notif-refuse:hover{
    box-shadow: 0 2px #ee5846;
}
.rc-notif-later:hover{
    box-shadow: 0 2px #fabc7d;
}
*/

.rc-notif-validate{
    background-color: #4fb878 !important;
}
a.rc-notif-button span.x-btn-inner{
    color: #ffffff !important;
}
/*a.rc-notif-validate span.x-btn-inner{*/
    /*color: #ffffff !important;*/
/*}*/
.rc-notif-refuse{
    background-color: #ee5846 !important;
    /*border: 1px solid #ee5846 !important;*/
}
.rc-notif-button.rc-notif-refuse{
    margin: 0 0 30px 0 !important;
}
.rc-notif-later{
    background-color: #fabc7d !important;
    /*border: 1px solid #fabc7d !important;*/
}

.rc-notif-button .x-btn-inner{
    font-size: 12px !important;
}

/*.rc-notif-refuse .x-btn-inner{
    color: #ee5846 !important;
}
.rc-notif-later .x-btn-inner{
    color: #fabc7d !important;
}*/

#rcNotifDescPanel{
    background-color: white !important;
    display: flex; /* contexte sur le parent */
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement vertical */
}
#rcNotifDescPanel-body{
    height: auto !important;
    margin-bottom: 15px;
    max-height: 370px !important;
}

/* CUSTOMISATION OF NOTIF DESCRIPTION */
.rc-notification-title{
    font-size: 26px;
}

.rc-notification-wrapper{
    /*text-align: center;*/
    margin-top: 15px;
    height: auto;
    font-family: "Roboto", "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
    color: #8e8e8e !important;
}
#rcNotifDescPanel-body{
    border: 0;
}

div.rc-win-notif div.x-toolbar{
    position: relative !important;
    top: auto !important;
    height: 165px;
    background-color: white !important;
    padding: 10px 0;
    margin-bottom: 10px;

    display: flex; /* contexte sur le parent */
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center; /* alignement vertical */
}

.rc-notification-content{
    font-size: 14px;
    margin-top: 15px;
    /*line-height: 20px;*/
    min-height: 220px;
    /*display: flex; *//* contexte sur le parent */
    /*flex-direction: column; *//* direction d'affichage verticale */
    /*justify-content: center; *//* alignement vertical */
}

.x-grid td.rc-column-mask{
    background-image: none;
    background-color: rgba(204,204,204,0.5);
    cursor: default;
}