﻿/*------------------------------------------------LOGIN style----------------------------------------------------------*/


.topMenu {
    margin-top: 10px;
}

    .topMenu a {
        color: #999999;
    }

        .topMenu a:hover {
            text-decoration: none;
            cursor: pointer;
        }

.side-menu {
    /*position: fixed;*/
    width: 225px;
    height: 100vh;
    background-color: #CCCCCC;
    float: left;
    border: none;
}

.loginHeader {
    height: 72px;
    background-color: white;
}

html, .layout {
    background-color: white;
}

.logo {
    width: 135px;
    padding-left: 18px;
    padding-top: 10px;
}

.cclogo {
    width: auto;
    height: 20px;
    float: left;
    padding-top: 10px;
    padding-left: 5px;
}

.layout {
    border: solid 1px #CCCCCC;
    border-left: none;
    height: 100vh;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 225px;
}

.contentTitle {
    border-bottom: solid 1px #CCCCCC;
    /*margin-bottom: 30px;*/
}

    .contentTitle h1, .contentTitleFormText {
        font-family: 'Arial Regular', 'Arial';
        font-weight: bold;
        font-size: 24px;
        text-align: left;
        line-height: normal;
        color: #999999;
    }

.formbodyTitle {
    background-color: #CCCCCC;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 20px;
}

    .formbodyTitle h1 {
        color: white;
        font-size: 20px;
        font-family: 'Arial Regular', 'Arial';
        font-weight: bold;
        margin-top: 10px;
    }

.k-textboxLogin {
    width: 65% !important;
}

.icon {
    margin-left: 10px;
}

.popover {
    max-width: 500px !important;
    /*max-width: 340px !important;*/
    /*position: fixed;*/
    z-index: 100000;
}

.popover-content {
    font-family: 'Arial' sans-serif;
    font-size: 13px;
    padding-top: 10px;
    padding-right: 22px;
}


.close {
    font-size: 24px !important;
    opacity: 0.5 !important;
    position: absolute;
    top: 0;
    right: 5px;
}

/*.linkLogin {
    color: #428bca;
    line-height: 200%;
    font-size: 14px;
}

a.linkLogin:hover {
    text-decoration: none;
    color: #428bca;
    cursor: pointer;
}*/

/*.linkLangue {
    color: #787878;
}*/

label {
    color: #999999;
    display: block;
}

.checkbox > label:not([disabled='disabled']) {
    color: #000 !important;
}

.msgOblig {
    color: #999999;
}
/*------------------------------------------------Buttons----------------------------------------------------------*/
.btn-modal, .btn-noIcon {
    color: white;
    border: none;
    /*padding-left: 12px !important;*/
    height: 32px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    min-width: 50px;
}

.btn {
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    height: 32px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}



    .btn:hover {
        color: white;
    }

    .btn:focus {
        color: white;
        /*border:2px solid #345EB4;*/
    }

.btn-side {
    /*color: white;*/
    position: relative;
    left: 10px;
    display: inline-block;
    padding-right: 6px;
    border-radius: 0 3px 3px 0;
}

.green {
    background-color: #7AC142;
}

.greenFront {
    color: #7AC142;
}

.green {
    background-color: #7AC142;
}

.greenFront {
    color: #7AC142;
}

.black {
    background-color: black;
}

.redText {
    color: red;
}

.italic {
    font-style: italic;
}

.darkgreen {
    background-color: #558F2E;
}

.darkgreenFront {
    color: #558F2E;
}


.gray {
    background-color: #999999;
}

.grayFront {
    color: #999999;
}

.gray2 {
    background-color: #666666;
}

.grayFront2 {
    color: #666666;
}

.darkgray {
    background-color: #333333;
}

.darkgrayFront {
    color: #333333;
}

.lightgray {
    background-color: #CCCCCC;
}

.lightgrayFront {
    color: #CCCCCC;
}


button:disabled {
    background-color: #CCCCCC;
}

.bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*------------------------------------------------Section----------------------------------------------------------*/
.section {
    font-family: 'Arial Regular', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.rose {
    color: #D24087;
}

/*.k-tooltip {
    background: white !important;
    width: 340px;
    color: #999999 !important;
    border-color: #999999 !important;
    text-align: left !important;
}*/


#loginForm2 input {
    background-color: white !important;
}

/*------------------------------------------------Modals----------------------------------------------------------*/
.error {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Arial Regular', 'Arial', sans-serif;
    /*font-weight: bold;*/
    font-size: 13px;
    color: #333333;
}

.icon-modal {
    margin-left: 25px;
    margin-right: 10px;
}

/*------------------------------------------------Bootstrap Divs----------------------------------------------------------*/
.layout p {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    /*font-weight: bold;*/
    margin-bottom: 0 !important;
}

.bold {
    font-weight: bold;
}

.no-leftpadding {
    padding-left: 0 !important;
    /*margin-left: 0 !important;*/
    padding-right: 8px !important;
}

.no-rightpadding {
    padding-right: 0 !important;
}

.no-sidepadding {
    padding-left: 0 !important;
    /*margin-left: 0 !important;*/
    padding-right: 0 !important;
}

form > div:first-child {
    margin-top: 20px;
}

.k-dropdown, .k-dropdown-wrap {
    height: 32px !important;
}

.userInfo > p {
    margin-top: 13px;
    line-height: 8px;
    text-align: right;
}

.userInfo {
    margin-bottom: 15px;
}

.modif {
    display: inline-block;
    float: right;
    margin-left: 5px;
}
/*------------------------------------------------Side Menu and NAV PAD----------------------------------------------------------*/
#menuDiv {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
}

.navPadDiv {
    margin-top: 25px;
}

.navPad {
    padding-left: 8px !important;
}

    .navPad > li {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

        .navPad > li > a {
            text-decoration: none;
        }

.topic a {
    color: #ffffff;
}

.topic div {
    padding-left: 30px !important;
    padding-right: 20px !important;
    display: inline-block;
    color: #ffffff;
}

.topic {
    background-image: url("OIIQ/Images/bullet_gris.png");
    background-repeat: no-repeat;
    background-position: 12px 6px;
}

.activeTopic {
    background-image: url("OIIQ/Images/bullet_rose.png");
    background-repeat: no-repeat;
    background-position: 12px 11px;
}

    .activeTopic div {
        color: #333333;
        font-weight: bold;
        padding-right: 20px !important;
    }

.subject a {
    font-style: italic;
    color: #999999;
    padding-left: 25px !important;
    cursor: default;
}

.subject hr {
    margin-bottom: 7px !important;
    margin-left: 25px !important;
    margin-right: 20px !important;
    border-top-color: #999999;
}

.activeTopic {
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*------------------------------------------------Kendo NAV PAD----------------------------------------------------------*/

/*.k-menu-horizontal > li.k-last {
    float: right !important;
    border-left: 1px solid #ccc !important;
}*/

/*------------------------------------------------ KENDO OIIQ ----------------------------------------------------------*/

.k-primary {
    background-color: #999999 !important;
    border-color: initial !important;
}

.k-state-disabled {
    background-color: #CCCCCC !important;
    border-color: initial !important;
}


/*------------------------------------------------ TC Form----------------------------------------------------------*/

.pivTopPosition > label {
    width: 100%;
    display: block !important;
}


.pivLeftAlign > label {
    text-align: left !important;
}

.pivRightAlign > label {
    text-align: right !important;
}

.horizontalDiv > div {
    /*padding-right:12px;
    padding-left:12px;*/
    float: left !important;
}

.verticalDiv > div {
    display: block;
}

.errorImg {
    float: left;
}

.errorMsg {
    position: relative;
    margin-left: 64px;
    margin-right: 50px;
    margin-top: 0px;
    text-align: left;
    padding-top: 3px;
}

ul.errorList {
    margin-top: 15px;
    margin-right: 20px;
    padding-left: 20px;
    list-style-type: disc !important;
}

    ul.errorList > li {
        /*margin-bottom: 10px;*/
        text-align: left;
    }

.btn-modalx {
    color: black;
    opacity: 0.5;
    min-width: 29px !important;
    height: 20px;
    font-size: 24px;
    font-weight: 600;
    background-color: white;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*kendo validator*/
.k-widget.k-tooltip-validation {
    position: absolute;
    /*margin-left: -60%;*/
    /*margin-top: 7.5%;*/
    /*color: red !important;*/
    top: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 2px;
    /*border-color: red;*/
    /*background-color: rgb(255, 220, 220) !important;*/
}

.customtooltip {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
/*.k-invalid {
    border-color: red!important;
}*/
.k-textbox {
    float: none !important;
}

.checkbox .k-tooltip-validation {
    top: 15px !important;
}

input[type='checkbox'].k-invalid, input[type='radio'].k-invalid {
    outline: 2px solid red;
}

input[data-role="maskedtextbox"] {
    width: 100%;
    height: 35px;
}

.imgSelectMenu {
    width: 20px;
    height: 20px;
    background-image: url("OIIQ/Images/bullet_fleche_rose.png");
    background-repeat: no-repeat;
    background-position: left center;
    /*margin:0;
   padding:0;*/
}

.subTitle {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.f10b {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.f10 {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 10px;
}

.f11b {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.f11 {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 11px;
}

.f12b {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.f12 {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 12px;
}

.f13b {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.f13 {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 13px;
}

.f14b {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.f14 {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 14px;
}

.f15b {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.f15 {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 15px;
}

.f16b {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.f16 {
    font-family: "Arial", "Arial Light", sans-serif;
    font-size: 16px;
}


.border {
    border: 1px solid #337ab7;
    border-radius: 4px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.form-horizontal .form-group {
    margin-right: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.imgAttention {
    width: 28px;
    height: 20px;
    background-image: url("OIIQ/Images/alerte_formulaire.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.yellowBG {
    background-color: #FFDB94;
    margin-left: 10px;
    padding: 5px;
}

.btnPersonnifier {
    background-color: transparent;
    color: #7AC142;
    border: 1px solid #7AC142;
    font-size: 13px;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    .btnPersonnifier:hover,
    .btnPersonnifier:focus {
        color: #7AC142 !important;
    }

.btnHeight {
    height: 32px;
}

.accordTitle {
    background-color: #999999;
    border-radius: 4px;
    min-height: 35px;
    margin-bottom: 10px;
    color: white;
    font-size: 18px;
    font-family: 'Arial Regular', 'Arial';
    font-weight: bold;
    padding-top: 8px;
    padding-left: 60px
    /*padding-left: 60px;*/
}

.openArrow {
    display: inline-block;
    background-image: url("OIIQ/Images/fermer.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    margin-top: -5px;
}

.closedArrow {
    display: inline-block;
    background-image: url("OIIQ/Images/ouvrir.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    margin-top: -5px;
}

.titleNumber {
    background-color: #666666;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: -8px;
    /*margin-left: -15px;
    margin-right: 10px;*/
    position: absolute;
    left: 0;
    top: 8px;
    /*border-bottom: 1px solid #666666;*/
}

.iconAide {
    /*margin-left: 10px;*/
    display: inline-block;
    background-image: url("OIIQ/Images/aide.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
}

.iconArrow {
    display: inline-block;
    background-image: url("OIIQ/Images/bullet_fleche.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 10px;
    width: 12px;
    height: 12px;
}

.iconGrayArrow {
    display: inline-block;
    background-image: url("OIIQ/Images/bullet_fleche_inactive.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 10px;
    width: 12px;
    height: 12px;
}

.iconPlus {
    display: inline-block;
    background-image: url("OIIQ/Images/plus.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
    /*width: 15px;*/
    height: 15px;
}

.iconEdit {
    display: inline-block;
    background-image: url("OIIQ/Images/modifier.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
    /*width: 15px;*/
    height: 15px;
}

.iconDelete {
    display: inline-block;
    background-image: url("OIIQ/Images/erreur.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px 15px;
    height: 15px;
}

.iconImprimante {
    display: inline-block;
    background-image: url("OIIQ/Images/imprimante.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
    /*width: 15px;*/
    height: 15px;
}

.iconEnveloppe {
    display: inline-block;
    background-image: url("OIIQ/Images/enveloppe.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
    /*width: 15px;*/
    height: 15px;
}

.fakeBtn {
    cursor: pointer;
}

.floatLeft {
    float: left !important;
}


.inlineDiv {
    display: table-cell !important;
    vertical-align: middle;
}

.inlineDivHidden {
    display: none !important;
}

.inlineDiv > *, .inlineDiv > * > button {
    display: inline-block !important;
    vertical-align: middle;
}

.inlineDivBottom > *, .inlineDivBottom > * > button {
    display: inline-block !important;
    vertical-align: bottom;
}

/*buttons pagination*/
/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #7AC142;
    border-color: #7AC142;
}*/

/*.pagination > li > a, .pagination > li > span {
    color: #7AC142;
}*/

/*.k-state-default {
    color: #fff;
}*/

.pull-right-under {
    clear: right;
    float: right;
}

/*override kendo style*/

input.k-textbox {
    height: 34px !important;
}

hr {
    border-top-width: 2px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.radiogroup > * {
    margin-bottom: 5px !important;
}

.inFormTitle {
    /*font-size: 20px;
     margin-bottom: 30px;*/
    background-color: #ccc;
    border-radius: 4px;
    height: 35px;
    margin-bottom: 10px;
    color: white;
    font-size: 20px;
    font-family: 'Arial Regular', 'Arial';
    /*font-weight: bold;*/
    padding: 8px;
}

.scrollDiv {
    /*min-height:200px;*/
    /*max-height: 300px;*/
    max-height: 30vh;
    overflow: auto;
}

.k-window {
    max-height: 90vh;
    overflow: auto;
}

.result {
    padding-top: 6px;
    padding-bottom: 6px;
}

.selectedDiv {
    background-color: #F5F5F5;
}

.mt {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-4 {
    margin-top: 4px;
}

.mb {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-10 {
    margin-right: 10px;
}

.mr {
    margin-right: 20px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml {
    margin-left: 20px;
}


/*Ajouter par Robin*/

.isreq {
    /*color: inherit!important;*/
    color: red;
}

[readonly="readonly"], .ui-state-disabled, .k-state-disabled, *[disabled="disabled"], *[disabled="true"] {
    background-color: rgb(211,211,211) !important;
}

.k-textbox[readonly='readonly'] {
    border-color: rgb(160, 160, 160);
}

.checkbox > label {
    float: left;
    clear: left;
}

/*Ajouté par Raphael*/
.iconCreditCard, .iconBank, .iconCheque {
    display: inline-block;
    background-repeat: no-repeat;
    height: 18px;
}

.iconCreditCard {
    background-image: url("OIIQ/Images/carte_credit.png");
    background-position: 50px center;
}

.iconBank {
    background-image: url("OIIQ/Images/Virement.png");
    background-position: 50px center;
}

.iconCheque {
    background-image: url("OIIQ/Images/cheque.png");
    background-position: 10px center;
}

#PaymentFrame {
    display: none;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: none;
}

#DIFrame {
    /*display: block;*/
    width: 100%;
    height: 800px;
    overflow: hidden;
    border: none;
}

#loadingMsg {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 27;
}
/*#loadingMsg > .k-loading-image {
    background-image: url("default.gif")!important;
}*/

html, body, .container-table {
    height: 100%;
}

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}


/*PRINT*/
@media print {
    a[href]:after {
        content: "" !important;
    }

    * {
        transition: none !important;
    }

    .side-menu {
        display: none !important;
    }

    .layout {
        margin-left: 0 !important;
        border: none !important;
        /*border-left: solid 1px #CCCCCC;*/
        /*border-radius: 4px;*/
    }

    .accordTitle {
        border: solid 1px #999999 !important;
    }

    .titleNumber {
        border: none !important;
        padding: 6px 16px;
        border-radius: 4px;
        margin-top: -7px;
        margin-left: -15px;
        margin-right: 10px;
    }
}



/*Ajout param Kévin*/
fieldset {
    border: 1px #337ab7 solid;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 1em;
}

.legend {
    background: #337ab7;
    padding: 0.2em 0.5em;
    border: 1px solid #337ab7;
    color: #fff;
    font-size: 90%;
    border-radius: 5px;
}

#TC\.Home a {
    padding-top: 10px;
    padding-bottom: 12px;
}

#Name-Text {
    font-size: 28px;
    display: block;
}

#pid21, #path {
    font-size: 16px;
}

.KB-Label, #attachmentKB_1 .control-label {
    font-weight: bold !important;
    font-size: 20px;
    display: block;
    margin: 10px 0;
    color: black !important;
}

.KB-Text {
    font-size: 16px;
    margin: 0 0 20px;
    display: block;
    white-space: pre-wrap;
}

#GSFTUrl {
    margin-bottom: 20px;
}

.Attachment {
    margin: 0px 10px 10px 0;
    display: inline-block;
}
