/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600); */



@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url(/font/OpenSans-Regular.ttf) format("opentype");
}

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: Arial, 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    background-color: #e5e5e5;
}

.container-fluid { margin: 0; padding: 0 }

#main-container {
    width: 950px;
    margin: 15px auto 0 auto;
    border: 0px solid #E81E10;
    background-color: #ffffff
}

#header {
    background: #340000 url('../images/header-bg.png') repeat-x;
    height: 34px;
}

#logged {
   float: right;
   font-size: 11px;
   font-weight: normal;
   color: white;
   padding-right: 5px;
   line-height: 15px;
   padding-top: 2px;
   text-align: right;
}

#logged a {
    color: #ffffff;
    text-decoration: none;
}
#logged a:hover {
    text-decoration: underline;
}

#searchbar {
    float: right;
    position: relative;
    left: -12px;
    height:20px
}
#search-field {
    background: url('../images/search-bg.png') no-repeat;
    width: 120px;
    height: 23px;
    color: #727272;
    font-style: italic;
    padding: 0 10px;
    border: 0;
    outline: 0;
    margin-top: 5px;
}

#topmenu {
    float: left;
    font-size: 14px;
}
#topmenu .menu_level_1 {
    display: none;
    position: absolute;
    left: 0;
    top: 33px;
    background: #333333;
    float: left;
    width: 190px;
    border: 1px solid #111111;
    z-index: 1;
}
#topmenu .menu_level_1 li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #444444;
    border-right: 0;
    clear: both;
    width: 190px;
}
#topmenu .menu_level_1 li.hovered {
    background-color: #646464;
}
#topmenu .menu_level_1 a {
    float: left;
    width: 180px;
    padding-left: 10px;
}
#topmenu li {
    float: left;
    color: #ffffff;
    height: 34px;
    padding: 0 5px 0 0;
    position: relative;
    border-right: 1px solid #878787;
}
#topmenu > ul > li.hovered {
    background: url('../images/header-bg-hover.png') repeat-x;
}
#topmenu li .arrow {
    width: 17px;
    height: 34px;
    float: left;
    background: url('../images/topmenu-arrow.png') no-repeat top center;
    cursor: pointer;
}
#topmenu li a {
    padding: 6px 26px 0 12px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    float: left;
    line-height: 22px;
}

#top {
    min-height: 132px;
    background: #a19e9b url('../images/top-bg.png') repeat-x;
/*    width: 720px; */
    padding-bottom: 6px;
    color: #ffffff;
    position: inherit;
   -moz-box-shadow: 0 1px 4px 3px #656565;
   -webkit-box-shadow: 0 1px 4px 3px #656565;
   -o-box-shadow: 0 1px 4px 3px #656565;
   box-shadow: 0 1px 4px 3px #656565;
   filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=4);
   margin-bottom: 6px;

}
#top-content {
    min-height: 124px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 13px;
    font-size: 11px;
    padding-top: 5px;
    line-height: 15px;
}

#patientmenu {
    background-color: #aaa; /* #A7A4A1; */
    bottom: 10px;
    font-size: 12px;
    height: 21px;
    margin-left: 80px;
    position: relative;
    top: 145px;
}
#patientmenu li {
    float: left;
    border-top: 1px solid #5e5c5b;
    border-bottom: 1px solid #757371;
    border-right: 1px solid #aeaeae;
}
#patientmenu li:first-child {
    border-left: 1px solid #5e5c5b;
}
#patientmenu .last {
    border-right: 1px solid #5e5c5b;
}
#patientmenu a {
    display: block;
    height: 21px;
    background: url('../images/patient-menu-button-bg.png') repeat-x;
    color: #3c3c3c;
    text-decoration: none;
    padding: 0 10px;
    line-height: 21px;
}
#patientmenu .special a {
    background: url('../images/patient-menu-button-sp-bg.png') repeat-x;
    color: #ffffff;
    padding: 0 20px;
}
#patientmenu .current a {
    font-weight: 600;
    color: #ffffff;
    background: url('../images/patient-menu-button-sp-bg-active.png') repeat-x;
}
#patientmenu .special.current a {
    background: url('../images/patient-menu-button-sp-bg-active.png') repeat-x;
}

#sidecontent {
    
    background-color: #ffffff;
}

#left-column {
    float: left;
    width: 165px;
    border-right: 1px dotted #3c3e2d;
    min-height: 550px;
}

#middle-content {
    margin-left: 165px;
    width: 586px;
}

#content {
/*    padding-top: 180px;*/
    background-color: #ffffff; /* #a7a4a1; */
/*    width: 720px; */
    min-height: 788px;

}

.formcontent-begin {
    background: #ffffff url('../images/formcontent-top-bg.png') no-repeat;
    width: 700px;
    height: 11px;
    margin: 0 auto;
    display: none;
}
.formcontent-end {
    background: #ffffff url('../images/formcontent-bottom-bg.png') no-repeat;
    width: 700px;
    height: 11px;
    margin: 0 auto;
    display: none;
}
.formcontent {
    background-color: #ffffff;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
}
.content-noborder .formcontent-begin {
    background: #ffffff url('../images/formcontent-top-noborder-bg.png') no-repeat;
}
.content-noborder .formcontent-end {
    background: #ffffff url('../images/formcontent-bottom-noborder-bg.png') no-repeat;
}
.content-noborder .formcontent {
    width: 750px;
    padding-left: 0;
    padding-right: 0;
}

#footer {
    min-height: 43px;
    padding: 8px 13px 5px 13px;
}

.separator {
    height: 0px;
    background-color: #eee;
    margin: 1px auto;
}
.main-separator {
    margin-bottom: 5px;
}

h1, .big {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.table-form {
    vertical-align: middle;
    text-align: left;
    width: 100%;
}
.table-form tr td {
    border-bottom: 1px solid #e1e1e1;
}
.table-form tr:first-child td {
    border-top: 1px solid #e1e1e1;
}
.table-form td {
    border-left: 1px dotted #e1e1e1;
    padding-left: 13px;
}
.table-form tr td:first-child {
    border-left: 0;
    padding-left: 3px;
}

.table-number {
    color: #c4bdbe;
    float: right;
}

.patient-img {
    float: right;
    border: 1px solid #B4B2B2;
    width: 70px;
    height: 93px;
}
#top-content .patient-img {
    margin-right: 8px;
    margin-top: 5px;
}
.form-2 .patient-img {
    position: relative;
    left: 7px;
}

.table-summary-1 {
    float: left;
    width: 100%;
}
.table-summary-1 th {
    width: 55px;
}
.table-summary-2 {
    float: left;
    width: 210px;
}
.table-summary-3 {
    float: left;
}
.table-summary-1 th, .table-summary-2 th, .table-summary-3 th {
    text-align: right;
    color: #b9bdb9;
    font-weight: normal;
    vertical-align: top;
    padding-right: 5px;
}

.table-summary-1 th {
    text-align: left;   
}

.table-summary-2 th {
    text-align: left;
}
.table-summary-2 td {
    padding-left: 6px;
}
.table-summary-traitements {
    width: 350px;
    border-collapse:collapse;
}

.table-summary-traitements table {
   padding: 0;
   margin: 0;
}

.table-summary-traitements td {
   border-top: 1px dotted #ccc;
}

.table-summary-traitements th {
   background-color: #727272;
}


#top-content .top-with-border {
    /*border-collapse: collapse;*/
}
#top-content .top-with-border th, #top-content .top-with-border td:first-child {
    /*border-left: 1px solid #6d6b69;*/
    /*border-collapse: collapse;*/
}

.form-1 {
    float: left;
    width: 100%;
    margin-right: 15px;
    padding-top: 15px
}
.form-1 td {
    width: 255px;
}

.form-1 td {
    text-align: right;
}


.form-1 label, .form-1 .fake-label, .form-2 label, .form-2 .fake-label {
    font-weight: bold;
    color: #3c3c3c;
    width: 95%;
}

.form-1 input[type="text"], .form-1 input[type="email"], .form-1 input[type="password"],
.form-2 input[type="text"], .form-2 input[type="email"], .form-2 input[type="password"],
.form-1 textarea, .form-2 textarea {
    width: 100%;
}

#patient_comment {
/*    width: 255px;*/
    height: 110px;
}

.table-main-form  {
   width: 97%
}

.table-main-form td {
    vertical-align: top;
}
.table-main-form tr td:first-child {
    width: 105px;
}

.table-price-form table {
   display: table;
    vertical-align: top;
    border: 1px solid #B8B8B8;
    border-collapse: collapse;
    
}
.table-price-form td, .table-price-form th {
   text-align: left;
}

.separator-form {
    height: 1px;
    background-color: #ddd;
    margin: 8px 0;
}

.form-button {
    float: right;
    margin-right: 5px
}

.table-list {
    border-collapse: collapse;
    width: 100%;
}
#middle-content .table-list {
    width: 582px;
}
.table-list td {
    border: 1px solid #cccccc;
    padding-left: 4px;
    padding-top:4px;
    padding-bottom: 4px;
}
.table-list th {
   text-align: left;
    height: 24px;
    background-color: #fff;
    font-weight: bold;
    border: 0px solid #cccccc;
    border-bottom: 0px solid #727272;
    padding: 0;
    padding-left: 4px
}

.table-list tr {
    height: 24px;
    background-color: #fff;
    border: 0px solid #999999;
    border-top: 0px solid #999999;
    padding: 0;
}

.table-list tr:nth-child(even) {
    background-color: #eee;
}

.table-list tr:nth-child(odd) {
    background-color: #fff;
}


.table-list tr:hover {
    background-color: #ddd;
    cursor: pointer;
    padding: 0;
}

.table-list tr td:hover {
}

.no-table-style {
   table-layout: fixed;
   border-collapse: collapse;
}

.no-table-style tr {
   background: transparent;
}

.no-table-style td {
   border: 0px solid #000;
}
.no-table-style td, .no-table-style td:nth-child(odd) {
   border: 0px solid #000;
   background-color: transparent;

}

.no-table-style tr:nth-child(even) {
    background-color: transparent;
}

.no-table-style tr:nth-child(odd) {
    background-color: transparent;
}

.no-table-style td:nth-child(even) {
   border: 0px solid #000;
   background-color: transparent;
}


.flash-notice, .flash-error {
    margin: 0 0 4px 0;
    padding: 4px 4px 4px 30px;
    border: 1px solid #dddddd;
}
.flash-notice {
   background: url('../images/mark_good.png') no-repeat 8px 6px;
   background-color: #ECFB81;
   padding: 8px;
   font-size: 13px;
   padding-left: 35px;
   margin-bottom: 10px
}
.flash-error {
   background: url('../images/mark_error.png') no-repeat 8px 6px;
   background-color: #E81E10;
   padding: 8px;
   font-size: 13px;
   padding-left: 35px;
}

.pagination {
    /*float: right;*/
    margin-top: -30px;
}

.form-errors {
    color: #E81E10;
}

label, .fake-label {
    font-weight: bold;
    display: table;
    padding: 4px
}
.label-radio {
    font-weight: normal;
    display: inline;
    margin: 0;
}

.rdv-list li {
    border-bottom: 1px dotted #3c3e2d;
    padding: 0 10px 25px 10px;
    cursor: pointer;
}
.rdv-list li.active {
    background: #E7E3DC url('../images/rdv-title-active.png') repeat-x;
    cursor: default;
}
.rdv-title {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    background: url('../images/arrow-rdv.png') no-repeat 0px 2px;
}

.rdv-content {
    padding: 15px 0 0 11px;
}

.middle-content-content {
    margin-left: 20px;
}

#rdv-edit-form {
    margin-left: 0px;
}

#daysummary-list > li {
    margin-top: 20px;
}
#daysummary-list > li > a {
    display: block;
    text-decoration: none;
    color: #000000;
}
.daysummary-title {
    background-color: #efefef;
    font-weight: bold;
    padding-left: 5px;
}
.daysummary-rdv-infos {
    margin-top: 5px;
}
.daysummary-rdv-infos li {
    background: url('../images/rdv-info-puce.png') no-repeat;
    padding-left: 23px;
}
.daysummary-rdv-infos li.nopuce {
    background-image: none;
}
   
.daysummary-rdv-infos li.rdv_prelev {   
   color: #990099;
   font-weight: 400;
}

#top-list { 
    background-color: #aaa; /* #A7A4A1; */
    padding: 10px 0 26px 12px;
}
#top-list h1 {
    color: #ffffff;
}
#top-list-filters {
    display: none;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 5px 5px 20px;
    width: 670px;
}

#top-list-filters .table-main-form {
    float: left;
}
#top-list-filters .filter-actions {
    position: absolute;
    bottom: 0;
    right: 0;
}
#top-list-filters .filter-actions input, #top-list-filters .filter-actions #remove-filters {
    float: right;
}
#remove-filters a {
    color: #8e8b8d;
    text-decoration: none;
}
#remove-filters a:hover {
    color: #000000;
}
#mask-filters {
    float: right;
    margin-right: 12px;
}
#mask-filters a {
    color: #fffffd;
    text-decoration: none;
    font-size: 13px;
}
#mask-filters a:hover {
    color: #000000;
}

#fullplanning-table {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
}
#fullplanning-table tr {
    height: 24px;
}
#fullplanning-table th {
    border: 1px solid #9ba19d;
    background: url('../images/list-th-bg.png') repeat-x;
}
#fullplanning-table td {
    border: 1px solid #727272;
    width: 22px;
}
#fullplanning-table .odd td {
    background-color: #a19e9b;
}
#fullplanning-table .even td {
    background-color: #aaa8a7;
}
#fullplanning-table .hasrdv {
    cursor: pointer;
}
#fullplanning-table .hasrdv a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: black;
    margin-top: 5px;
    height: 20px;
}

#calendar {
   padding-left: 5%;
}

#calendar-content {
   padding-left: 0px;
}

#calendar-curdate {
    width: 80px;
    margin: 1px auto;
    display: block;
    border-color: #B8B8B8;
    text-align: center;
}

.ajax-spinner {
    z-index: 1000;
    height: 24px;
    width: 24px;
    position: absolute;
    background: url('../images/ajax-loader.gif') no-repeat;
}
.ajax-spinner-dark {
    z-index: 1000;
    height: 24px;
    width: 24px;
    position: absolute;
    background: url('../images/ajax-loader-dark.gif') no-repeat;
}
.ajax-spinner-transparent {
    z-index: 1000;
    height: 24px;
    width: 24px;
    position: absolute;
    background: url('../images/ajax-loader-transparent.gif') no-repeat;
}

.add-button {
    float: right;
    margin-right: 3px;
    margin-top: 10px;
}

.title-date {
    font-weight: bold;
    text-align: center;
    height: 20px;
    background: url('../images/date-title-bg.png') repeat-x;
    font-size: 12px;
    line-height: 21px;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
/*    border: 1px solid #a1a1a1;
    outline: none;
    padding: 0 3px;
    font-weight: normal;
    font-size: 11px;
    padding: 2px;*/
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a img {
    border: 0;
}

a.generic_button {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   background: url('../images/generic_button.png') 5px 7px no-repeat #ccc;
   color: #000;
   padding:10px;
   padding-left: 30px;
   font-size: 13px;
   text-decoration: none;
}

a.generic_button:hover {
   background-image: url('../images/generic_button_hover.png');
   background-color: #666;
   color: #fff;
}

a.generic_small_button {
   -webkit-border-radius: 4px;
   -webkit-box-shadow: 2px 1px 2px #999;
   -moz-border-radius: 4px;
   -moz-box-shadow: 2px 1px 2px #999;
   
   background-color: #ccc;
   color: #000;
   padding:3px;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 11px;
   text-decoration: none;
   margin-right: 5px;
   line-height: 25px;
}

a.generic_small_button:hover, a.button_selected {
   background-color: #666;
   color: #fff;
}

/*
.pagination { margin-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px }


.pagination .page, .pagination .current, .pagination .next, .pagination .last, .pagination .first, .pagination .previous {
   -webkit-border-radius: 4px;
   --webkit-box-shadow: 2px 1px 2px #999;
   -moz-border-radius: 4px;
   --moz-box-shadow: 2px 1px 2px #999;
   
   background-color: #ccc;
   color: #000;
   padding:3px;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 11px;
   text-decoration: none;
   margin-right: 5px;
   line-height: 25px;
}
.pagination .next, .pagination .previous {
   color: #000;

}

.pagination .last, .pagination .first {
   color: #000;

}

.pagination .last a, .pagination .next a, .pagination .first a, .pagination .previous a {
   text-decoration: none;
}
.pagination .page a { color: #000; text-decoration: none }

.pagination .current {
   background-color: #666;
   color: #fff;
}
*/

.opacitycase {
   opacity : 0.6;
   filter : alpha(opacity=60);
   background: url('../images/smark_good.png') no-repeat 2px 2px;
}

.hideElement {display:none;}

fieldset { border: none; margin: 0; padding: 0; }

.calendar_message {
   padding-left: 4px;
}

#rdv_status { margin: 0; margin-top: 5px; /*width: 60px; text-align: center*/ }
select#rdv_status { width: auto }

.status_1 { background-color: #009933; font-weight: bold; color: #ffffff; padding:3px}
.status_2 { 
   background-color: red;
   color: #ffffff; padding:3px;
}
.status_3 { background-color: orange; color: #ffffff; padding:3px }

.syn_rdv_date { font-style: italic; font-size: 10px }

input:disabled { 
   color:#000;
   background-color:#fff;
   border: none;
}

.bold {
   font-weight: bold;
}

.lightgreen_alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(144, 238, 144);
	/* RGBa with 0.3 opacity */
	background: rgba(144, 238, 144, 0.3);
	/* For IE 5.5 - 7*/
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#, endColorstr=#99000000);*/
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7BF07A, endColorstr=#7BF07A)";
}

.lightblue_alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(173, 216, 230);
	/* RGBa with 0.3 opacity */
	background: rgba(173, 216, 230, 0.3);
	/* For IE 5.5 - 7*/
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#, endColorstr=#99000000);*/
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9CCEE0, endColorstr=#9CCEE0)";
}

.lightsalmon_alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 141, 99);
	/* RGBa with 0.3 opacity */
	background: rgba(255, 141, 99, 0.3);
	/* For IE 5.5 - 7*/
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#, endColorstr=#99000000);*/
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDB1D7, endColorstr=#DDB1D7)";
}

.opacity {
   opacity : 0.1;
   filter : alpha(opacity=10);
}

.ptype { background-color: #fff; width:5px; height: 5px; padding-right: 5px; }

#ch_message {  padding: 5px; text-align: center; background-color: #f8cb93; display:none }


.paroline tr td input[type="checkbox"] {
   margin-left: 7px
}

.paroline tr td input[type="text"] {
    font-size: 12px;
    height: 15px;
    margin: 2px;
    padding: 4px 6px;
    width: 70%;
}

#span_numero_1, #span_numero_2, #span_numero_3, #span_numero_4, #span_numero_5, #span_numero_6, #span_numero_7,
#span_numero_8, #span_numero_9, #span_numero_10, #span_numero_11, #span_numero_12, #span_numero_13, #span_numero_14,
#span_numero_15, #span_numero_16, #span_numero_17, #span_numero_18, #span_numero_19, #span_numero_20, #span_numero_21,
#span_numero_22, #span_numero_23, #span_numero_24, #span_numero_25, #span_numero_26, #span_numero_27, #span_numero_28,
#span_numero_29, #span_numero_30, #span_numero_31, #span_numero_0 {
   width: 22px;
   display: block;
   text-align: center;
   height: 16px;
   padding-top: 4px;
   margin-top: 10px;
   margin-bottom: 7px;
}


#parodextab select {
   width: 140px
}

#parodextab textarea {
   width: 140px
}

#buttonheader {
   height: 40px; margin-right: 15px; padding-top: 10px;
}


#rdvtype_comment {
   width: 630px
}

#plan_traitement { width: 500px; float: left }

.loadingHtmlMessage {
   font-size: 16px;
   
}

#fullcalendar { background-color: #fff;

  padding: 10px;

   /*-moz-box-shadow: 0 1px 4px 3px #656565;
   -webkit-box-shadow: 0 1px 4px 3px #656565;
   -o-box-shadow: 0 1px 4px 3px #656565;
   box-shadow: 0 1px 4px 3px #656565;
   filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=4);
  */
}


