﻿.ngWrong,
.errorClass,
.ng-active,
textarea.ng-invalid:not(.ng-pristine),
input.ng-invalid:not(.ng-pristine) {
    background-color: #FBc9b0 !important;
}

tr {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #545454;
    font-size: 14px;
    border: none !important;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table {
    text-align: left !important;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 27px;
}

.clickable {
    cursor: pointer;
}

.tableContent {
    width: 98%;
}

    .tableContent tr {
        margin-top: 5px;
        margin-bottom: 5px;
        color: #545454;
        font-size: 13px;
        border: 1px solid #ddd !important;
        padding-left: 10px;
        height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.TrEven {
    background-color: #EEEEEE;
}


.TrOdd {
    background-color: #f8f8f8;
}


body {
    background-color: #f6f6f6;
    border-color: #fff !important;
    min-height: 750px;
    color: black;
    margin: 0;
    min-width: 1024px;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif,;
    font-weight: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 2px;
    margin-left: 5px;
}


input[type=button], input[type=submit], button[type=submit], button {
    background: #4d365d;
    background: -moz-linear-gradient(top, #665077 0%, #4d365d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#665077), color-stop(100%,#4d365d));
    background: -webkit-linear-gradient(top, #665077 0%,#4d365d 100%);
    background: -o-linear-gradient(top, #665077 0%,#4d365d 100%);
    background: -ms-linear-gradient(top, #665077 0%,#4d365d 100%);
    background: linear-gradient(to bottom, #665077 0%,#4d365d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665077', endColorstr='#4d365d',GradientType=0 );
    border: 1px solid #4d365d;
    text-align: center;
    font-size: 11pt !important;
    color: white;
    background-repeat: repeat-x;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
    margin-left: 5px;
    vertical-align: middle;
}

.divButton {
    background-color: #4d365d;
}

button.divButton[disabled] {
    background: inherit;
    background-color: #ccc;
    border: 1px solid #aaa;
}

.divButton {
    text-align: center;
    font-size: 11pt !important;
    color: white;
    background-repeat: repeat-x;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-left: 5px;
    width: 195px;
    min-width: 150px;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    padding: 10px;
}

    .divButton:hover:enabled, input[type=submit]:hover:enabled, button:hover:enabled {
        background: #756184;
    }

.divButtonAccueil {
    background-color: #4d365d;
    text-align: center;
    font-size: 11pt !important;
    color: white;
    background-repeat: repeat-x;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-left: 5px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.divInnerButttonAccueil {
    display: table-cell;
    vertical-align: middle;
}

.tdAccueil {
    width: 210px;
    padding-right: 5px;
}

.aAccueil {
    color: white !important;
}

textarea.ng-invalid:not(.ng-pristine),
input.ng-invalid:not(.ng-pristine) {
    color: #9c1f1f;
    margin-bottom: 2px;
    position: relative;
    text-align: left;
    border: 1px solid #f4c1bb;
}

i {
    padding-left: 3px;
}

.title {
    background-color: #563D68;
    color: #FFF;
    line-height: 1.42857143;
    font-size: 17px;
    padding: 10px;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
}

    .title:hover {
        background-color: #563D68 !important;
    }

.titleMini {
    width: 100%;
    background-color: #563D68;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
}


.content {
    background-color: white;
    border: 1px solid #B0B0B0;
    margin: 10px 15px 10px 15px;
    padding-bottom: 12px;
}


.content-warnings {
    background-color: #FFF9EE;
    border: 1px solid #B0B0B0;
    margin: 10px 15px 10px 15px;
    padding-bottom: 12px;
    font-size: 14px;
}


th {
    text-align: left;
    border-right: none;
    padding: 3px;
    font-weight: normal;
    padding-right: 8px;
    background: #665077;
    color: white;
}


/*-------------------
        Sidebar
--------------------*/

#feed .sidebar {
    overflow: visible;
}

/*-------------------
        Grid
--------------------*/

#feed .pusher,
#feed .grid,
#feed .grid > .column {
    height: 100%;
}

/*-------------------
       Inbox
--------------------*/

#feed .pusher {
    background-color: #FFFFFF;
}

#feed .tab .item .description {
    margin-left: 2em;
}

#feed .current {
    float: right;
    margin: 0.5em 0em 0em 1em;
}

#feed .left.column {
    background-color: #F7F7F7;
    padding: 1em 2em;
    max-width: 600px;
}

    #feed .left.column .menu {
        margin-top: 5rem;
    }

#feed .right.column {
    padding: 1em 2em;
    background-color: #FFFFFF;
}

#feed .right.column {
    font-size: 16px;
    max-width: 800px;
}

/*******************************
          Responsive
*******************************/

@media only screen and (max-width : 1000px) {
    #feed .inbox .date {
        float: none;
        margin-bottom: 0.5em;
    }
}

@media only screen and (max-width : 1250px) {
    #feed .left.column > .menu .item {
        font-size: 1rem;
    }
}

#attestationMedicale tr {
    border: none !important;
}


input[type=text], input[type=number], input[type=date], #CodesCIM10 {
    height: 26px;
    padding: 0px 0px 0 7px;
    font-size: 14px;
    line-height: 1.4384616;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
}


input[type=date] {
    min-width: 174px;
}

input[type=file], select {
    height: 26px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.4384616;
    margin-top: 2px;
    margin-bottom: 2px;
}

textarea {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    margin-bottom: 2px;
    width: 100%;
}

.input[type=checkbox] {
    border: 1px solid #bdbcbd;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}


.contentTitle {
    width: 100%;
    padding: 8px;
    font-weight: bold;
    border-bottom: 1px solid #B0B0B0;
    margin-bottom: 10px;
    background-color: #ddd8e0;
}

.ng-active {
    color: #9c1f1f;
    padding: 5px;
    margin-bottom: 2px;
    position: relative;
    text-align: left;
    border: 1px solid #f4c1bb;
    display: block;
}

.ng-inactive {
    display: none;
}

.errorClass {
    color: #9c1f1f;
    padding: 5px;
    margin-bottom: 2px;
    position: relative;
    text-align: left;
    border: 1px solid #f4c1bb;
}

.ngWrong {
    border: 1px solid #f4c1bb;
    color: #9c1f1f;
}

.summaryValidation2 {
    position: fixed;
    display: block;
    overflow: hidden;
    height: 30%;
    width: 30%;
    top: 48px;
    right: 10px;
    margin: 10px;
    z-index: 3;
    background-color: #eee;
    opacity: .9;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 5px;
    padding-bottom: 30px;
}

    .summaryValidation2 + span {
        color: gray;
        margin-bottom: 3px;
    }

.close-x {
    color: gray;
    float: right;
    margin-top: -7px;
    padding: 6px;
    cursor: pointer;
    font-size: 16px;
}

.scrollable {
    display: block;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.selected-ng-message {
    border: solid 1px gray;
}

input[disabled], textarea[disabled] {
    background: #eaeaea !important;
}

.help-block + div {
    cursor: pointer;
}

.help-block-cursor {
    cursor: pointer;
}

#app-version {
    padding-top: 4px;
    font-size: 0.8em;
    color: white;
    background-color: white;
}

    #app-version:hover {
        color: gray;
        background-color: white;
    }

.attestationMedicale:hover, .attestationMedicale {
    background-color: rgb(119,147,60) !important;
}

.attestationMedicalePale {
    background-color: rgb(216,228,189) !important;
}

.RapportMedical:hover, .RapportMedical {
    background-color: rgb(220,142,64) !important;
}

.RapportMedicalPale {
    background-color: rgb(237,199,161) !important;
}

.RapportFinal:hover, .RapportFinal {
    background-color: rgb(79,129,189) !important;
}

.RapportFinalPale {
    background-color: rgb(220,230,242) !important;
}

.EvaluationMedicale:hover, .EvaluationMedicale {
    background-color: rgb(0,176,80) !important;
}

.EvaluationMedicalePale {
    background-color: rgb(197,248,197) !important;
}

.DonneesClassement:hover, .DonneesClassement {
    background-color: #7f7f7f !important;
}

.DonneesClassementPale {
    background-color: #c0c0c0 !important;
}

.redAsterisk, .redAsterisk-for-frame {
    font-weight: bold;
    color: red;
    font-size: 1.2em;
    line-height: .5em;
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.redAsterisk-for-frame {
    margin-left: -3px;
    position: relative;
    top: 20px;
    left: 2px;
    padding-right: 1px;
}

.borderTopRight {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.alignRight {
    text-align: right;
}

.fr {
    float: right;
}

.bouton-cloner {
    padding: 0;
    padding: 0 10px;
}

.ovf-hidden {
    overflow: hidden;
}

.bot-pad-10 {
    margin-bottom: 10px;
}

.div-boutons-clone {
    position: fixed;
    top: 46px;
    background-color:#ddd8e0;
    padding:5px;
    overflow:hidden;
    border-radius: 0 0 3px 0;
    max-height: 33px;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
    opacity:0.98;
}
    .div-boutons-clone.IE {
        top:650px; /*IE patch*/
    }

.div-boutons-clone:hover {
    max-height:100%;
}

.div-bouton-clone {
    background-color: #4d365d;
    text-align: center;
    color: white;
    background-repeat: repeat-x;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    text-align: center;
    display: table;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
}
.clone-title {
    float:left;
    padding-bottom:10px;
    opacity:.8;
}

#transmissionTemplatesFeature {
    margin-left: 10px;
    padding-left: 10px
}

.BilanRepeater label {
    margin-left: 0;
}
.BilanRepeater .bilan-description {
    width: 100%;
}
.BilanRepeater .bilan-description input {
    width: 100%;
}
.BilanRepeater tr:first-child {
    height: 15px;
}
.BilanRepeater tr:last-child {
    height: 15px;
}
.BilanRepeater table{
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border: 1px solid lightgray;
}

.BilanRepeater table td {
    border-top: 1px solid lightgray;
    padding-right: 5px;
}
.BilanRepeater table td:nth-child(2) {
    border: 1px solid lightgray;
}
.BilanRepeater table td:first-child {
    border: 1px solid lightgray;
}
.BilanRepeater tr {
    width: 100%;
}

.BilanRepeater .full {
    width: 100%;
}

.BilanRepeater img {
    cursor: pointer;
    width: 20px;
}
.BilanRepeater .add-row-img {
    width: 23px;
    margin-right: 5px;
    margin-left: 10px;
}
.BilanRepeater .clickable {
    cursor: pointer;
}
.BilanRepeater .clickable label {
    cursor: pointer;
}
