body{
	background-color:#f7f7f7;
}

#cssmenu {
    width: 250px;
	background-color:#f7f7f7;
	height:100%;
	float:left;
	min-height: 100vh;
	padding:5px;
}

#cssmenu ul, #cssmenu li, #cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}

#cssmenu > ul > li {
	background: linear-gradient(#769cbd 0%, #5483ac 100%);
	margin-bottom:5px;
}

#cssmenu > ul > li:hover {
	background: linear-gradient(#6c95b8 0%, #4e7ba2 100%);
}

#cssmenu > ul > li.alert {
	background: linear-gradient(#e32d2d 0%, #c31a1a 100%);
}

#cssmenu > ul > li.alert:hover {
	background: linear-gradient(#e12020 0%, #b51818 100%);
}

#cssmenu > ul > li.patient{
	background: linear-gradient(#5cbf56 0%, #44a43e 100%);
}

#cssmenu > ul > li.patient:hover {
	background: linear-gradient(#51bb4b 0%, #3f993a 100%);
}

#cssmenu > ul > li > a {
    font-size: 14px;
    display: block;
    color: #ffffff;
    border: 1px solid #3a556f;
}

#cssmenu > ul > li > a > span {
    display: block;
    padding: 12px 10px;
    border-radius: 4px;
}

#cssmenu ul ul li {
    padding: 0;
    border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
    border-top: none;
    background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}

#cssmenu ul ul li a {
	padding: 10px 10px 10px 25px;
	display: block;
	color: #676767;
	font-size: 12px;
	font-weight: normal;
}

#cssmenu ul ul li a:hover {
	color: #698dac;
}

#cssmenu ul ul a::before {
    content: "»";
    position: absolute;
    left: 10px;
    color: #739bbf;
}

#cssmenu > ul > li:first-child {
	background:#f7f7f7;
	text-align:center;
	padding:20px;
}

#cssmenu > ul > li:first-child > a {
    font-size: 20px;
    display: block;
    border:none;
	color: #777;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#cssmenu > ul > li.has-sub > a span {
    background: url(../icons/plus.png) 96% center no-repeat;
}

#cssmenu > ul > li.has-sub.active > a span {
    background: url(../icons/moins.png) 96% center no-repeat;
}

#csstopbar {
	background-color:#f7f7f7;
	width:100%;
	height:60px;
}

#csstopbar > a:first-child > img{
	float:left;
	padding-top:5px;
	padding-left:5px;
}

#csstopbar > a:last-child > img{
	float:right;
	padding-top:5px;
	padding-right:20px;
}

#content{
	margin:5px 20px 20px 260px;
	padding-top:20px;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	min-height: 90vh;
	background-color:#ffffff;
}

iframe{
	width:100% !important;
	height:90% !important;
	overflow: auto;
}

.diag_defaut > .ui-widget-header {
	background: #5483ac;
	border:0;
	color:#fff;
	border-radius: 0;
}

.diag_patient > .ui-widget-header {
	background: #5cbf56 ;
	border:0;
	color:#fff;
	border-radius: 0;
}

.ui-dialog{
	box-shadow: 1px 1px 5px #555;
}

.resize1{
	background-image: url("../icons/resize1.png");
	position: absolute;
	width:16px;
	height:16px;
	margin-top: -8px;
	margin-left: -8px;
}

.resize2{
	background-image: url("../icons/resize2.png");
	position: absolute;
	width:16px;
	height:16px;
	margin-top: -8px;
	margin-left: -8px;
}

.resize3{
	background-image: url("../icons/resize3.png");
	position: absolute;
	width:16px;
	height:16px;
	margin-top: -8px;
	margin-left: -8px;
}

.reload{
	background-image: url("../icons/reload.png");
	position: absolute;
	width:16px;
	height:16px;
	margin-top: -8px;
	margin-left: -8px;
}