@CHARSET "UTF-8";

#content{
	margin: 0;
  	padding: 0;
  	border: 0;
  	font-size: 100%;
  	font: inherit;
  	vertical-align: baseline;
  	font-family: "Roboto", arial, sans-serif, verdana;
}

#cgucontent {
	text-align: left;
}

#cgucontent h4 {
	margin-bottom: 10px;
	margin-top: 25px;
}

#cgucontent h4:FIRST-OF-TYPE {
	margin-top: 0px;
}

#accordionHeader .fa-angle-right, #accordionHeader > span{
	margin-left: auto;
}

#content #listeRemplacement .ui-grid-row,
#content #listeRemplacement .ui-grid-row > div,
#content #listeRemplacement .ui-grid-row > div > div:not(.ui-selectonemenu):not(.ui-inputswitch),
#content #listeRemplacement .ui-grid-row > div > div > div:not(.ui-selectonemenu):not(.ui-inputswitch) {
    border: 0px none !important;
    background: white;
}

.iconBlack .ui-icon {
    background-image: url("/javax.faces.resource/images/ui-icons_454545_256x240.png.xhtml?ln=primefaces-omega") !important;
}

.iconWhite .ui-icon {
    background-image: url("/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-omega") !important;
}

#listeRemplacement .ui-inputswitch {
	border: 1px solid #5899AF !important;
}

.ui-inputswitch-on {
	height: inherit !important;
}

.ui-selectbooleanbutton.ui-button.ui-state-active, 
.ui-selectonebutton .ui-button.ui-state-active, 
.ui-selectmanybutton .ui-button.ui-state-active {
	background-color: #5899AF !important;
}

.btnDelete .ui-button-icon-only .ui-icon {
    left: 45%;
    top: 45%;
    margin-left: -8px;
    padding: 0px;
}

.btnDelete .ui-button-icon-only .ui-button-text {
	padding: 0px;
}

.jours .ui-state-highlight, .ui-widget-content .ui-state-highlight {
	color: #222;
}

.actifBtn {
	width: 80px !important;
}

th, td {
	border: 1px solid #d5d5d5;
	vertical-align: middle;
}

#listeRemplacement .datatable, #listeRemplacement th, #listeRemplacement td {
	border: 1px solid #d5d5d5 !important;
	vertical-align: middle;
}
#listeRemplacement .ui-selectonemenu {
	border: 1px solid #d6d6d6 !important;
}

#content #listeRemplacement .ui-panel-title {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
}

#listeRemplacement .ui-inputswitch-on {
	color: green;
}

#listeRemplacement .ui-inputswitch-off {
	color: red;
}

.unwidth {
	width: unset !important;
}

.pad10{
	padding: 10px;
}

.pad20{
	padding: 20px;
}

.margbot10{
	margin-bottom: 10px;
}

.margtop10{
	margin-top: 10px;
}

.margright10{
	margin-right: 10px;
}

.margleft10{
	margin-left: 10px;
}

.paiementInput {
	width: 400px;
}

.paiementHeader {
	background: #5899AF !important;
    color: #fff !important;
}

.lienHeaderPaiement{
	outline: none;
    text-decoration: none;
    color: white;
}

.lienHeaderPaiement:hover{
	text-decoration: underline;
}

.patientDataTable tr td {
	border: none 0px;
}

.patientDataTable .ui-button-text-only .ui-button-text {
	padding: .3em 0.5em;
    width: 65px;
}

.patientDataTable .date {
	width: 110px;
}

.patientDataTable .chkbox {
	width: 85px;
}

.green {
	color: green !important;
}

.red {
	color: red !important;
}

.proc-link{
	cursor: pointer;
    color: #FFFFFF;
    background-color: #EF9F00;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.redimp {
	color : red !important;
}

.contentWithSideBar{
	position: fixed;
	left: 0;
	right: 0;
	padding-left: 250px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.contentWithoutSideBar{
  box-sizing: border-box;
  padding: 0px 0px 150px;
  height: 100%;
}

.alignCenter{
  text-align: center;
}

.alignRight{
	text-align: right;
}

.noDecorationLink, .sidebar ul li a, .sidebar ul li a label{
	cursor: pointer !important;
	text-decoration: none !important;
}

.listTextCenter .ui-datalist-content{
	text-align: center;
	height: 317px;
	max-height: 317px;
    overflow-y: auto;
}

.listTextCenter p {
	width: 180px;
}

.stretch_it{
	white-space: nowrap;
}

.justify {
	text-align: justify;
}

.textCenter{
	text-align: center;
}

.button{
	white-space: nowrap;
}

.flex{
	display: flex;
}

.flexGrow{
	flex: 1;
}

.flexShrink{
	flex: 0;
}

.flexColumnCenter, .listFlexColumnCenter .ui-datalist-content{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: auto;
}

.flexContentCenter{
	display: flex;
    justify-content: center;
}

.flexColumnRight{
	display: flex;
	align-items: center;
	flex-grow: 0;
	justify-content: flex-end;
	flex-direction: row;
	align-self: center;
	margin: auto;
}

.flexColumnBetween{
	display: flex;
	align-items: center;
	flex-grow: 0;
	justify-content: space-between;
	flex-direction: row;
	align-self: center;
	margin: auto;
}

.flexColumnLeft{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
}

.flexRowCenter{
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.flexRowCenterNoWrap{
	display: flex;
    flex-direction: row;
    align-items: center;
}

.flexRowSpaceBetween{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flexBottom {
	display: flex;
    flex-direction: row;
     align-items: flex-end;
}

.gridSelected{
	color: #FFF !important;
	background: #5899AF none repeat scroll 0% 0%;
	text-decoration: none;
	transition: #000 0s ease 0s, color 0s ease 0s, all 300ms ease 0s;
}

.gridNotSelected{
	color: #FFF !important;
	background: #4DACBD none repeat scroll 0% 0%;
	opacity: 0.5;
	text-decoration: none;
	transition: #000 0s ease 0s, color 0s ease 0s, all 300ms ease 0s;
}

.extButtonLink, .extButtonLink ui-button-text ui-c {
	color: #FFF !important;
	opacity: 0.5;
	text-decoration: none;
	transition: #000 0s ease 0s, color 0s ease 0s, all 300ms ease 0s;
	border: 0px none !important;
	height: 16px;
}

.extButtonLink .ui-button-text, .extButtonLink .ui-c {
	padding: 0px !important;
}

.extButtonLink:active, .extButtonLink:target, .extButtonLink:focus {
	border: 0px none !important;
}

.extButtonLinkSelected {
	background: #5899AF none repeat scroll 0% 0% !important;
}

.extButtonLinkNotSelected {
	background: #4DACBD none repeat scroll 0% 0% !important;
}

.extButtonLink:hover{
	opacity: 1;
}

.flatButton {
	background-color: transparent;
	border: 0px none;
	color: rgb(66,133,244) !important;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 15px !important;
/* 	height: 1em !important; 
 */	font-weight: 600;
}

.flatButton:focus {
	background-color: rgba(66,133,244,0.12);
	border: 0px none;
	outline: 2px 2px 2px 2px!importante;
	margin-right: 15px !important;
}

.flatButton:hover {
	background-color: rgba(66,133,244,0.18);
	border: 0px none;
	outline: 2px 2px 2px 2px!importante;
	margin-right: 15px !important;
}

.flatButton:active {
	background-color: rgba(66,133,244,0.24);
	border: 0px none;
	outline: none;
}

.ui-g-padright{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0.5em;
}

.padTopBot{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

.pad20TopBot, .listPad20TopBot .ui-datalist-content{
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.lightBorder{
	border: 1px solid #d5d5d5;
}

.lightBorderNoTop{
	border: 1px solid #d5d5d5;
	border-width: 0px 1px 1px 1px;
}

.fullHeight, .fullHeight fieldset{
	height: 100%;
}

.fullWidth, .fullWidth fieldset{
	width: 100%;
}

.pointer {
	cursor: pointer;
}

.oneImagePanel {
	overflow: auto;
    display: flex;
}

.oneImagePanel img {
	margin: auto;
	width: fit-content;
    height: fit-content;
    max-width: -webkit-fill-available;
    max-height: -webkit-fill-available;
}

.oneImagePanel iframe {
	margin: auto;
	width: 100%;
    height: 100vh;
    max-width: -webkit-fill-available;
    max-height: -webkit-fill-available;
}

.fullWidthHeight {
	width: 100%;
    height: 100vh;
}

.smallButton{
	width: auto !important;
	padding: 0px !important;
}

.iconButton{
	width: auto !important;
	padding: 0px 5px 0px 5px !important;
}

.fontNormal, .fontNormal .ui-button-text .ui-c, .fontNormal .ui-button-text {
	font-weight: normal !important;
}

.noBorder, .noBorder .ui-widget-content, .noBorder .ui-panelgrid, .noBorder .ui-panelgrid-cell{
	border: 0px !important;
}

.smallMargin {
	margin: 5px;
}

.smallBtnDisc{
	width: 25px !important;
	height: 25px;
	padding: 0px;
	border-radius: 50%;
}

.widthAuto {
	width: auto !important;
}

.ui-widget-content .fc-bg .ui-state-highlight{
	border: none;
    background: #ffffff; 
}

.fc-content{
	display: flex;
    flex-direction: row;
    width: 100%;
    padding: 3px;
}

.fc-title{
	flex-grow: 1;
    justify-content: center;
    display: flex;
}

.fc-day-header{
	padding: 10px !important;
    font-weight: 600;
}

.circle{
	border-radius: 100%;
	padding: 1px 11px;
	margin: 0 auto;
}

.noBorderSelectMenu, .noBorderSelectMenu tbody,.noBorderSelectMenu tbody tr, .noBorderSelectMenu tbody tr td {
	border: 0px none !important;
}

.fc-scroller, .fc-day-grid-container{
	height: auto !important;
	overflow-x: visible;
	overflow-y: visible;
}

.panel_criteres_color .ui-trigger-calendar .ui-datepicker-trigger.ui-button, .panel_criteres_color .ui-button, .panel_criteres_color button.ui-button.ui-state-default, .panel_criteres_color .ui-button.ui-state-default {
	background-color: #ed9d00;
	border: 1px solid #ffffff;
}

.fixed100Height{
	height: 100px;
}

.italic {
	font-style: italic;
    font-size: 0.8em;
    color: #5899af;
}

.ui-selectonemenu-item.ui-selectonemenu-row.ui-widget-content.ui-state-highlight .italic {
	color: #fff !important;
} 

.emptyListItem{
	line-height: 20.8px;
	height: 29px;
}

#panelListeRdv .ui-datatable-tablewrapper {
	overflow: visible;
}

.intranet-badge {
	position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #5899af;
    color: #ffffff;
    border-radius: 0.25rem;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-transform: translateY(50%) translateX(-45%);
    -ms-transform: translateY(50%) translateX(-45%);
    transform: translateY(50%) translateX(-45%);
}


.material-icon-orange {
	color: #ed9d00;
}

.panelDocViewer {
	width: 100%;
	max-width: none!important;
	display: block;
}

@media screen and (min-width: 640px){
	.gridPadTop {
		padding-top: 30px;
	}
}

@media screen and (max-width: 640px){
	.gridPadTop {
		padding-top: 0px;
	}
}

