﻿    
    
    
/*#region Layout */

html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

body {
    /*background-color: #efeeef;*/
    color: #003F59;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

#conteneurprincipal {
    position:relative;
    padding-top: 135px;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
line-height:normal;
text-align:left;
}

.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
line-height:normal;
}

a {
    color: #003F59;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #003F59;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
        text-decoration: none;
    }


    a.k-icon {
        padding: 0px;
    }

    .k-icon.k-i-arrow-e, .k-icon.k-i-seek-e, .k-icon.k-i-arrow-w, .k-icon.k-i-seek-w, .k-icon.k-update, .k-icon.k-cancel {
        margin-bottom:5px;
    }

    
input:invalid, input:-moz-ui-valid {
     box-shadow: none;     
}



header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    margin-bottom: 15px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    /*color: #000;*/
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 14px;
    font-style: italic;
}

h4 {
    font-size: 12px;
}

h5, h6 {
    font-size: 10px;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


#last_consult ul {
    margin: 10px 0px;
    padding: 0;
    margin-left: 25px;
}

#last_consult ul li {
        margin: 0;
        padding: 0;
}


#last_consult ul li a {
            font-size: 11px;
            margin: 0;
            padding: 0;
}

.k-button img {
    vertical-align: middle;
}


.buttons-wrap {
margin:15px 0px;
text-align:right;
}







hr {
margin:10px 0px;
}

.k-loading-mask {
    background-color:#13688c;
    opacity: 0.3;
    z-index:99999;
}


.well {
    padding:0px 0px 0px 10px;
}

.panel-info {
    border-color:#94C0D2;
}

#infodossier.k-header {
    border:1px solid #94C0D2;
    overflow:hidden;
    padding:5px 15px;
    margin-bottom:10px;
}

.form-control {
  height:auto;
  padding: 5px;
}

label {
font-weight:normal;
margin:3px 0px 0px 3px;
}

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

/*input,
select,
textarea {
    max-width: 300px;
}*/

/*#endregion */

/*#region Officeistration */

/*#region Task */

.task-table {
    border-spacing: 0;
    border-collapse: collapse;
}

    .task-table tr td:first-child {
        font-weight: bold;
    }

    .task-table tr td {
        padding: 5px;
    }

.task-detail {
    position: relative;
    padding: 10px;
}

.task-description {
    font-style: italic;
}

.task-action {
    position: absolute;
    top: 10px;
    right: 10px;
}

.task-create {    
    margin-top: -20px;
    position: relative;
    padding: 10px;
    padding-top: 0;
}

.task-create legend {
    border: none;
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    width: auto;
}

/*#endregion */

/*#endregion */



/*#region Validation helpers */

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

    .validation-summary-errors ul {
        list-style-type: none;
    }

.validation-summary-valid {
    display: none;
}

/*#endregion */







.tab-ctn-font {
    font-size: 12px;
}

.row-header {
    background-color: #DAECF4;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    padding:5px;
}

/* FOR USING BOOTSTRAP 3 WITH KENDO UI */

.k-animation-container, .k-widget, .k-widget *, .k-animation-container *, .k-widget *:before, .k-animation-container *:after, .k-block .k-header, .k-list-container {
    box-sizing: inherit;
}


.k-block > .k-header, .k-window-titlebar {
    height:auto;
}
/* FOR USING BOOTSTRAP 3 WITH KENDO UI */

.button-link {
  text-decoration: none;
}

.button-link:hover, .button-link:focus {
    text-decoration: none;
}


.strong{
    font-weight:bold;
}