﻿/* STYLES CSS DEPISTAGE MC-SIS */

/* RESET CSS : http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%; font: inherit;	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/* ********end reset ************ */

/* FONT FACE */
@font-face { font-family: 'SegoeUI'; src: url('../Fonts/segoeui.eot?#iefix') format('embedded-opentype'),url('../Fonts/segoeui.ttf'); } 
@font-face { font-family: 'SegoeUI'; font-weight: bold; src: url('../Fonts/segoeuib.eot?#iefix') format('embedded-opentype'), url('../Fonts/segoeuib.ttf'); }
@font-face { font-family: 'SegoeUI'; font-style: italic; src: url('../Fonts/segoeuii.eot?#iefix') format('embedded-opentype'), url('../Fonts/segoeuii.ttf'); }
@font-face { font-family: 'SegoeUISemiBold';font-weight:normal;font-style:normal; src: url('../Fonts/seguisb.eot?#iefix') format('embedded-opentype'), url('../Fonts/seguisb.ttf');}
html, body{
	font-family:'SegoeUI',Arial, Verdana, sans-serif;
	font-size:13px;
	color:#333;
    height:100%
}
body{
	background:url(../Images/bgBody.jpg) repeat-x 0 0;
	background-color:white;
    display:flex;
    flex-direction:column;
}

.footer{
    flex-shrink:0;
}

.clear{
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.fn{
	float:none;
}
.semiBold {
    font-family: 'SegoeUISemiBold','SegoeUI', Arial, Verdana, sans-serif !important;
}
.mrgTB5 {
    margin:5px 0 !important;
}
.mrgTB10 {
    margin:10px 0 !important;
}
.mrgR5 {
    margin-right:5px !important;
}
.mrgL10 {
    margin-left:10px !important;;
}
.padLR10 {
    padding: 0 10px !important;
}
.font12 {
    font-size:12px !important;
}
.bold {
    font-weight:bold;
    font-family: 'SegoeUI';
}
strong, b {
    font-weight:bold !important;
    font-family: 'SegoeUI';
}
.inline {
    display:inline !important;
}
.inlineBlock {
    display:inline-block !important;
}
.block {
    display:block;
}
.displayNone {
    display:none !important;
}
.txtCentered {
    text-align:center !important;
}
.txtRight {
    text-align:right;
}
.vertAligMid {
    vertical-align:middle !important;
}
.vertAligTop {
    vertical-align:top !important;
}
.noBorder {
    border:none !important;
}
a:link{
	/*color:#99143f;*/
    /*color:#0f79bc;*/
    color: #00aa92;
	text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
a.RadButton, a.RadButton:hover {
    text-decoration: none !important;
}
a:visited{
    /*color:#a0123f;color:#349ddf;*/color:#0f79bc;
}
a img{
    border:none;
}

a.btnPrinc, a.btnSec{
	display:inline-block;
	height:21px;
	margin:5px 5px 5px 0;
	padding:2px 15px;
	line-height:20px;
	font-size:13px;
}
a.btnPrinc:hover, a.btnSec:hover{text-decoration:none;}
a.btnPrinc{
	background-image:url(../Images/bgBtnPrinc.jpg);
	background-repeat:repeat-x;
	border:1px solid #c1c4c6;
	color:#333;
}
a.btnPrinc:hover{
	background-image:url(../Images/bgBtnPrinc_hover.jpg);
	background-repeat:repeat-x;
}
a.btnSec{
	background-image:url(../Images/bgBtnSec.jpg);
	background-repeat:repeat-x;
	border:1px solid #c1c4c6;
	color:#333;
}
a.btnSec:hover{
	background-image:url(../Images/bgBtnSec_hover.jpg);
	background-repeat:repeat-x;
}
input.rfdDecorated {
    border:1px solid #9aa0a6;
}
h1 {
font-size:16px;
font-weight:bold;
margin:10px 0 0;
}
h2 {
font-size:15px;
font-weight:normal;
}
.comments h2 {
font-size:13px;
padding:0 0 3px 0;
color:#555;
}
.w50percent {
    width:50%;
}
/*********  SEPARATIONS HORIZONTALES *************/	
.separationH, .separationHlight, .separationHverylight{
	height:2px;
	font-size:1px;
	line-height:1px;
}
.separationH{background:url(../Images/sepH.jpg) repeat-x 0 0;}
.separationHlight{background:url(../Images/sepHlight.jpg) repeat-x 0 0;}
.separationHverylight{background:url(../Images/sepHverylight.jpg) repeat-x 0 0;}
/* ******************************************** */
.container{
	/*height:1000px;*/
	min-width:1230px;
	margin:0 10px;
	padding:10px 0 0 0;
    flex:1 0 auto;
}
.header{
	/*height:110px;*/
    height: 155px;
	width:100%;
}
.logo{
	height:100%;
	width:30%;
	float:left;
}
.baseline {
    font-style: italic;
    margin-top: 3px;
    font-size: 0.9em;
}
.mainHeadZone{
	height:100%;
	/*width:920px;*/
	width:70%;
	float:left;
	font-size:12px;
}
.rightZone{
	height:63px;
	/*width:380px;*/
    width:300px;
	float:right;
}

/* NEW SHORTCUT NAVIGATION */

.shortcutNavig{
	width:37px;
	border-left:1px solid #bababa;
	border-right:1px solid #bababa;
	vertical-align: top;
}
.shortcutNavig ul{
	border-top:5px solid #bababa;
}
.shortcutNavig ul li{
	height:32px;
	width:36px;
	border-bottom: 1px solid #bababa;
	border-left:1px solid white;
}
.shortcutNavig ul li:hover, .shortcutNavig ul li.active{
	background-color:#ffe26c;
	border-left:1px solid #ffe26c;

}
/* HEADER COMPONANTS LOGIN - LANGUAGES - SEARCH */
.loginForm input[type="text"], .loginForm input[type="password"] {
padding-left:2px;}
.login{
	height:18px;
	margin:5px 0 0 0;
	text-align:right;
	border-bottom:1px solid #d9d9d9;
}
	.login a{
		display:inline-block;
		margin-left:20px;
	}
.language{
	height:40px;
	width:80px;
	float:left;
}
	.language ul{
		padding-top:5px;
	}
	.language ul li{
		display:inline-block;
		padding:0 3px;
	}
.search{
	/*height:40px;*/
    height:30px;
    margin-top:30px;
    padding-top:10px;
	text-align:right;
    float:right;
}
	.search input[type="text"]{
		width:160px;
		border:1px solid #9f9f9f;
		font-size:12px;
		padding:2px;
		margin-right:5px;
	}
    .search .btnSimpleSearch {
        background-repeat:no-repeat;
    }

    .search .btnAdvSearch.rbVerticalButton .rbPrimary {
        padding-left:24px;
    }
    .search .btnAdvSearch:hover .rbDecorated {
        background-position: left -66px;
    }
	.search img{
		margin-bottom:-4px;
		margin-right:5px;
		width:17px;
        margin-left:5px;
	}
    .search .rbImageButton {
        margin-left:4px;    
    }
    .search .btnAdvSearch:hover input[type="button"] {
        background-position:left -66px !important;
    }
    .search .btnAdvSearch:hover {
        background-position:left -44px !important;
    }
    /*.search td a.RadButton {
        vertical-align:middle !important;
        margin-left:10px;
    }
    .search .RadButton .rbPrimary {
        padding-left:19px !important;
    }*/
a.advSrchLink {
padding-left:10px;}


.resultTable {
    min-width:950px;
    width:98%;
    float:left;
}
			
		.mainMenu{
			height:31px;
			font-size:16px;
			padding:15px 0 0 10px;
		}
.titleSeparation + .RadMenu {
    padding-top:0 !important;
}
		.subMenu{
            height:20px;
			padding:5px 0 5px 0;
			font-size:14px;
		}
			.mainMenu ul li, .subMenu ul li{
				display:inline-block;
				padding:0 25px;
			}
			.mainMenu ul a, .subMenu ul a{color:#333;}
			.mainMenu ul a:hover, .subMenu ul a:hover{text-decoration:none;}
.RadMenu_Office2010Silver_CDI a.rmLink {
    cursor:pointer !important;
}
.RadMenu_Office2010Silver_CDI .rmLevel1 a.rmLink{
    font-size:14px !important;
    cursor:pointer !important;
}
.RadMenu_Office2010Silver_CDI .rmSlide .rmLevel1{margin-top:1px !important;}
.RadMenu_Office2010Silver_CDI .rmSlide .rmLevel2 {margin-left:5px !important;}
			
/* ************* SIDEBAR *************** */			
.sidebar{
	min-height:100%;
	/*width:250px;*/
    width:230px;
}
/* notification panel */
	/*.panelNotifications{
		height:240px;
		width:230px;
		border:1px solid #a2a2a2;
		background-color:#dee1e3;
		margin:0 auto;
		padding:5px;
		font-size:12px;
		overflow:auto;
	}
	.notifications{margin:5px 0 0 0;}
		.notifications p{
			padding:2px 0 2px 22px;
			background:url(../Images/iconUpload.png) no-repeat 0 0;
		}
	.notifSep{
	display:inline-block;
	width:100%;
	margin:3px 0;
	border-bottom:1px solid #c5c8cb;
	}*/

/* simple search panel (like history) */
.mainHeadZone div.RadToolTip table.rtWrapper td.rtWrapperContent {
    padding:0 !important;
}
.mainHeadZone div.RadToolTip_Office2010Silver div.rtCallout {
    background-image:url(../images/calloutSearch.png) !important;    
}
    .panelSimpleSearch {
            width:250px;
            border:none;
            background-color:#929292;
		    margin:0px auto 0px auto;
            padding:9px;
		    font-size:12px;
		    overflow:auto;
    }
        .panelSimpleSearch .detailHistory {
        background-color:#f0f0f0;
        border:1px solid white;
        }

/* history panel */
	.panelHistory{
		height:390px;
		/*width:230px;*/
        width:210px;
		border:1px solid #a2a2a2;
		background-color:#dee1e3;
		margin:1px auto 20px auto;
		padding:5px;
		font-size:12px;
		overflow:auto;
		
	}

	.history{margin:5px 0 0 0;}
	.detailHistory{
		background-color:#f0f2f7;
		border:1px solid #9d9d9d;
		padding:4px;
		margin-top:3px;
	}
	.detailHistory table{width:100%;table-layout:fixed;}
	.detailHistory .iconCell{height:27px;width:25px;vertical-align:middle;}
	.detailHistory .txtCell{padding:1px 0 2px 5px;vertical-align:middle;font-size:11px;width:100%;}
	.detailHistory .closeCell{height:14px;vertical-align:top;width:10px;}
		.detailHistory .info1{color:#000;font-family:'SegoeUISemiBold', 'SegoeUI', Arial, Verdana, sans-serif;}
        .detailHistory .info1 a{font-family:'SegoeUISemiBold', 'SegoeUI', Arial, Verdana, sans-serif;}
		.detailHistory .info2{color:#484848;}
        .panelTasks .info1, .info1 a {line-height:13px;}
.panelHistory div[style*="float"] a.RadButton {line-height:0 !important;}
.panelTasks div[style*="float"] a.RadButton {line-height:0 !important;}

/* tasks panel */
	.panelTasks{
		height:245px;
		/*width:230px;*/
        width:210px;
		border:1px solid #a2a2a2;
		background-color:#dee1e3;
		margin:20px auto;
		padding:5px;
		font-size:12px;
		overflow:auto;
	}
		.panelTasks .linkSeeAll{
			float:right;
			font-size:11px;
			padding-top:2px;
		}

	.tasks{margin:5px 0 0 0;}
	.detailTask{
		background-color:#f0f2f7;
		border:1px solid #9d9d9d;
		padding:5px 6px;
		margin-top:3px;
	}
        .detailTask table {
        width:100%;
        }
		.detailTask .smallIconCell{width:10%;vertical-align:top;}
		.detailTask .txtCell{width:80%;}
        .detailTask .closeCell{height:14px;vertical-align:top;width:10%;text-align:right;}
		.tableActionsTask{
			width:100%;
			table-layout:fixed;
			margin-top:3px;
			border-top:1px solid #cfcfcf;
			padding-top:5px;
			font-size:11px;
		}
		.tableActionsTask td{padding-top:5px;}
            .tableActionsTask td + td {
            text-align:right;}
			.pauseLink{
				display:inline-block;
				margin-right:10px;
				color:#349ddf !important;
			}

	
.panelNotifications h3, .panelHistory h3, .panelTasks h3{
	font-size:13px;
	padding:0 0 0 22px;
	margin:0 0 3px 0;
    height:16px;
	}
.panelNotifications h3{
	background:url(../Images/iconNotifications.png) no-repeat 0 0;
}	
.panelHistory h3{
	background:url(../Images/iconHistory.png) no-repeat 0 0;
}
.panelTasks h3{
	background:url(../Images/iconTasks.png) no-repeat 0 0;
}
/* ************* end sidebar *************** */
	
.content{
	height:100%;
	padding-left:10px;
}

    .content .RadMenu{
        float:none !important;
        padding-left:0 !important;
    }
#content{
    padding-left:3px;
}
.titlePage{
	font-size:18px;
	font-weight:bold;
	min-height:43px;
	padding:0 0 5px 0;
}
	.titlePage .resume, .titlePage div{
       padding-top:25px;
	}
        .titlePage .resume span {
        display:block;
    }
        .titlePage .resume img {
            padding-right:10px;
        }
    .titlePage .participantImg
    {
        background:url(../Images/iconFemaleBig.png) no-repeat 0 0;
    }
    .titlePage .examCenterImg
    {
        background:url(../Images/iconCenterBig.png) no-repeat 0 0;
    }
    .titlePage .advancedSearchImg {
        background:url(../Images/iconSearchBig.png) no-repeat 0 0;
    }

	.resume .infoSec{
		font-size:14px;
		font-weight:normal;
		padding:7px 0 5px 0;
	}

.titleSeparation{
    margin-bottom:20px;
}
.rightButtons {
    float: right; 
    margin-top: -27px;

}

.advancedSearchForm, .detailPatientForm{margin:10px 0px;}
.advancedSearchForm label{width:110px;display:inline-block;margin-bottom:20px;}
.content2 label{width:120px;display:inline-block;margin-bottom:20px;}
.advancedSearchForm input[type="text"]{width:165px;}
.content2 input[type="text"]{width:200px;}

.RadInput + .RadPicker {
    margin-top:-2px;
}

.radGridButtons {margin:5px 0;}
.searchButtons {margin-top:5px;}
    .searchButtons div:first-child {
    width:100px !important;display:inline-block !important;}
    .searchButtons a {display:inline-block !important;}
.advSearchMaidenName {margin-top:26px;}
.subTitle{color:#7c7c7c;}

/* detail patient page */
.contentLeft{
	/*width:740px;*/
    width:75%;
	float:left;
}
.contentRight{
	/*width:225px;*/
    width:25%;
	float:left;
}
.contentRight .comments
{
    margin-left:20px;

}
.content2 .formColLeft, .content2 .formColRight{
	width:350px;
	float:left;
}
.content2 label[for="address"],.content2 label[for="address2"],.content2 label[for="address3"]{
	margin-bottom:5px !important;
}
.comments{
	/*width:190px;
	margin-left:20px;
	margin-top:60px;*/
	background-color:#fff5f3;/* pink */
	border:1px solid #decdd2;
	padding:8px 12px 12px 12px;
	font-size:12px;
	line-height:16px;
    width:75%;
    float:right;
    max-width:235px;
   }
	.comments p{
		padding:5px 0 !important;
	}
    .comments h2 {
    font-family:'SegoeUISemiBold', 'SegoeUI', Arial, Verdana, sans-serif;
    }

.menuHelp, .menuHelp ul
{
    height:30px !important;
}
.menuHelp
{
    float:none !important;
}
.menuHelp ul
{
    background-image: none !important;
    border: none !important;
}
#languages
{
    margin-top:-9px;
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
    width:100%;
}
.btnEditHelp
{
    float:left;
    margin-top:-3px;
    margin-left:10px;
    background-repeat:no-repeat;
}
.titleHelp
{
    font-weight:bold;
    padding:0px !important;
    margin:0px;
    float:left;
    font-size:15px !important;
    color:#333 !important;
}
.mainContent
{
    width:100%;
	margin:0px auto;
	text-align:left;
	background-color:#eee;
    margin-bottom: 20px;
}
.helpContent {
    line-height:18px;
}
.helpContent h1{
    font-size:14px;
    font-weight:bold;
    padding:10px 0 5px;
    color:#355B73;
}
.helpContent h2 {
    font-size:13px;
    color:#666;
    font-weight:bold;
    padding:10px 0 5px;
}
.helpContent h3 {
    font-size:14px;
    font-weight:normal;
    padding:10px 0 5px;
    text-transform:uppercase;
}
.helpContent em {
    font-style:italic;
}
.helpContent img {
    margin:4px 0;
}
.helpContent .RadEditor ul {
        list-style-type:disc !important;

}
.helpContent ul {
    list-style-type:disc !important;
    list-style-position:outside !important;
    padding:5px 5px 5px 18px !important;
}

.helpContent ol{
    list-style-type:decimal !important;
    list-style-position:outside !important;
    padding:5px 5px 5px 18px !important;
}
.helpContent .btnEditHelp {
    margin-top:0px !important;
}

    .helpContent .btnEditHelp + .RadButton {
        margin-top:-1px;
        margin-left:5px;
    }
.helpContent.mainContent {background-color:transparent !important;margin-bottom:25px !important;}
.helpCDI
{      
    padding: 15px;
    /*background-color:#fff;*/
    background-color:#b1c9d9;
}
.helpIntern
{
    padding: 15px;
    /*background-color:#bcbcbc;*/
    background-color:#cfdde6;
}



/* Added by OPR */
.leftColumn, .middleColumn, .rightColumn
{
    width: 33%;
    float: left;
    padding-top: 10px;
}
.leftColumn span, .middleColumn span, .rightColumn span, .RadComboBoxWithLabel, .addionalInfo span,
.largeLeftColumn span, .largeRightColumn span, .largeMiddleColumn span, .largeAdditionalInfo span, .uniqueColumn span
{
    margin-bottom: 2px;
}
.largeLeftColumn, .largeMiddleColumn, .largeRightColumn, .uniqueColumn {
    width:100%;
    float:none;
    padding-top:10px;
}
.riSingle .riContentWrapper {
    width:160px !important;
}
.phoneDataDiv
{
    float:left;
    width:33%;
}
.phoneDataDiv span
{
    margin-bottom: 2px;
}
    .phoneDataDiv .gridMainData {
    min-width:470px;}
.addressDataDiv
{
    float:left;
    width:70%;
    margin-top:25px;
}
.contactDataDiv
{
    float:left;
    width:70%;
}
.formMainData label
{
    width: 120px;
    display: inline-block;
    margin-bottom: 20px;
}
.addSpacing
{
    margin-left:80px;
}
.formLabel
{
    width:133px !important;
    display:inline-block;
}
.checkboxWrapper
{
    display:block;
    padding-top: 4px;
}
    .checkboxWrapper .rbToggleButton.rbRtl 
    {
        padding:0 17px 0 0 !important;
    }
.leftAlignedCheckbox
{
    direction: rtl;
}
.leftAlignedCheckbox .rbText {
    width: 130px;
    text-align: left;
    line-height:12px;
}
.labelForRadCombo
{
    display:inline-block;
    width:133px !important;
    padding-right: 0px !important;
}
.largeLabelForRadCombo
{
    display:inline-block;
    width:180px !important;
    padding-right: 0px !important;
}
.gridMainData
{
    margin-top: 15px;
    float: left;
   /* width: 100%;*/
   width:90%;
}
.spaceUnderTitle + div .gridMainData ,.spaceUnderTitle + .gridMainData{
    margin-top:0 !important;
}
.separationMidPage
{
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}
.addionalInfo, .largeAdditionalInfo
{
    float: left;
    margin-top: 10px;
    width: 85%;
}
.addionalInfo .radioTiersMedical span.rbText, .largeAdditionalInfo span.rbText
{
    width: auto;
    margin-right:10px;
}
.addionalInfo span, .largeAdditionalInfo span
{
    margin-bottom: 2px;
}
.addionalInfo span.rbPrimaryIcon, .largeAdditionalInfo span.rbPrimaryIcon
{
    padding-left: 4px;
}
.addionalInfo div.RadPicker, .largeAdditionalInfo div.RadPicker{
    margin-bottom:2px;
}
.littleLabels span.rbText
{
    width:130px !important;
}
.inlineCalendar .riSingle .riContentWrapper
{
    margin-top:2px;
}
.inlineCalendar .rcCalPopup
{
    margin-top:-3px;
}
.inlineCalendar .rcTable.rcSingle
{
    /*width:255px !important;*/
        width:293px !important;
}
.inlineCalendar span.riContentWrapper
{
    /*width:42% !important;*/
    width:50% !important;
}
.inlineDropdown table[summary="combobox"]
{
    margin-bottom: 3px;
    margin-top: -1px;
}
.largeInlineDropdown table[summary="combobox"]
{
    margin-bottom: 3px;
    margin-top: -1px;
}
.ddlNPA table[summary="combobox"]
{
    margin-right:3px;
}
.ddlLocality
{
    margin-top: -5px;
}
.spaceUnderTitle
{
    margin-bottom:20px;
}
.separationHSecondaryMenu
{
    margin-bottom:10px;
}
.formColLeft input,.formColRight input
{
    width:200px !important;
}
.formColLeft span,.formColRight span
{
    margin-bottom:2px;
}
.formColLeft span label,.formColRight span label
{
    margin-bottom:10px !important;
}
.formColLeft .addressLabel
{
    margin-bottom: 2px;
}
.overview{
    margin-top:10px;
}
.overviewBreast, .overviewColon{
	width:321px;
	height:180px;
	float:left;
}
.overviewBreast{
    margin-right:30px;
}
.overview .headerExam{
	height:17px;
	padding:5px 10px;
	font-size:13px;
	color:white;
}
.overviewBreast .headerExam{
    text-shadow:1px 1px 0px #975F60;
}
.overview .contentExam{
	background:url(../Images/bckgrndExamContent.png) repeat-y 0 0;
   	background-color:#dbdfe2;
	padding: 8px 3px 0;
}

.overview .examFooter {
    background:url(../Images/bckgrndExamFooter.png) no-repeat 0 0;
}
.contentExam table {
    width:100%;
}
.contentExam table tr td:first-child{
	width:100px;
}
.contentExam table tr td{
	height:16px;
	padding:4px 10px;
    line-height:17px;
	/*border-top:1px solid white;*/
}
.contentExam table tr td.separationHverylight{
	height:0px;
	padding:2px 10px;
}

.contentExam table tr:first-child td{
	border:none;
}
.overviewBreast .headerExam{
	background:url(../Images/headerOverview_breast.png) no-repeat 0 0;
}
.overviewColon .headerExam{
	background:url(../Images/headerOverview_colon.png) no-repeat 0 0;
}

/* LOGIN PAGE */
.loginForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}

.loginForm .RadButton {
    margin-left: 114px;
}

.loginForm label {
    display: inline-block;
    margin-bottom: 8px;
    width: 110px;
    text-align: right;
}

/* radiolog rates and accreditation */
.radiologAccreditation {
    width:35% !important;
}
.radiologRatesTable {
    width:64% !important;
    float:left;
    margin-top:10px;
}

    .radiologRatesTable .RadGrid {
        margin-top:5px !important;
    }

/* FIX TELERIK */

.RadWindowContainer {
    padding: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.RadWindowContainer div:nth-of-type(2) {
    display: flex;
    align-items: center;
    gap: 10px;
}

.RadWindowContainer .RadUpload .ruInputs li {
    margin: 0 !important;
}

.content .riSingle.RadInput.RadInput_Office2010Silver, 
.leftColumn .RadComboBoxWithLabel, .middleColumn .RadComboBoxWithLabel, .rightColumn .RadComboBoxWithLabel, .addionalInfo .RadComboBoxWithLabel {
width:100% !important;
}
.content .RadFilter .riSingle.RadInput.RadInput_Office2010Silver, .leftColumn .RadFilter .RadComboBoxWithLabel, .middleColumn .RadFilter .RadComboBoxWithLabel, .rightColumn .RadFilter .RadComboBoxWithLabel, .addionalInfo .RadFilter .RadComboBoxWithLabel {
    width:auto !important;
}
.content .RadComboBoxWithLabel {
    margin-bottom:4px !important;
}
    .content .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper {
    width:100% !important;
    min-width:160px !important;
    }
    .mailingSearch .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper {
    width:50% !important;
}
    .content .eanZone .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper {width:255px !important;}/* onglet radiologue */
    .content .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    /*width:52% !important;*/
    max-width:180px !important;
    padding-right:2px !important;
    }

.content .rgFilterRow .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
     width: 100% !important;
}

.content .rgEditForm .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    max-width:100% !important;    
}
.content .inlineDropdown table[summary="combobox"] {
    width:52% !important;
    min-width:160px;
    max-width:215px;
}

.content .RadPicker.RadPicker_Office2010Silver.inlineCalendar .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper{
    width:50% !important;
    min-width:10% !important;
}
 .RadPicker.RadPicker_Office2010Silver.inlineCalendar .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper input.riTextBox{
    width:100% !important;
}
.RadComboBoxWithLabel .rcbLabel.formLabel {padding-right:0;}
.leftColumn .RadComboBoxWithLabel table, .middleColumn .RadComboBoxWithLabel table,.rightColumn .RadComboBoxWithLabel table, .addionalInfo .RadComboBoxWithLabel table {
    min-width:160px !important;
    width:52% !important;
    /*max-width:217px !important;*/
    max-width:180px !important;
}
.largeLeftColumn .RadComboBoxWithLabel table, .largeMiddleColumn .RadComboBoxWithLabel table,.largeRightColumn .RadComboBoxWithLabel table, .largeAdditionalInfo .RadComboBoxWithLabel table, .uniqueColumn .RadComboBoxWithLabel table {
    min-width:160px !important;
    width:100% !important;
    max-width:400px !important;
}

/*.RadButton_Office2010Silver.rbSkinnedButton, .RadButton_Office2010Silver .rbDecorated, .RadButton_Office2010Silver.rbVerticalButton, .RadButton_Office2010Silver.rbVerticalButton .rbDecorated, .RadButton_Office2010Silver .rbSplitRight, .RadButton_Office2010Silver .rbSplitLeft {
background-image:url(../images/spriteBtn.png) !important;}*/

html body .RadInput .MyEmptyTextBox
{
    color: #999;
}
.invalidRTB
{
    border: 1px solid #ff4848 !important; 
    background-color: #ff5b5b !important;
    color: white !important;
}

.msgValidator {
    font-size:12px;
    color:#cf0045;
}
    /* trick to set the display block for dynamic displayed elements (ell) */
    .msgValidator[style="display: inline;"], .msgValidator[style="display: inline; "] {
        display: block !important;
        padding: 5px 0 0;
    }
    .msgValidator.ActivityDatePicker {
    /*position:absolute;
    margin-left:135px;
    padding:5px;*/
    width:auto;
    }
    .msgValidator.ActivityDatePicker + br + div {
    margin-top:2px;
    }
.loginForm .msgValidator {
    display:block;
    padding:7px 0 !important;
}
.loginForm .msgValidator:empty {
    display: none;
}

input.mandatory, .RadPicker.mandatory .riTextBox, .mandatory .riTextBox {
    /*border:1px solid #DEB887 !important;*//*orange*/
    border:1px solid #cb6f6d !important;/*red*/
}

/* BOOTSTRAP */
.alert {
  padding: 8px 35px 8px 14px;
  margin-top:2px;
  /*margin-bottom: 22px;
  margin-bottom:18px;*/
  margin-bottom:5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert, .alert-heading {
  color: #c09853 !important;
}
.alert .close {
  position: relative;
  /*top: -2px;*/
  top:-5px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success, .alert-success .alert-heading {
  color: #468847 !important;
}
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #b94a48 !important;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info, .alert-info .alert-heading {
  color: #3a87ad !important;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.close:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.appointmentDetail .alert {
    margin-bottom:18px !important;
}

.appointmentDetail .formLabel input[type="checkbox"] {float:right;margin-right:-12px;}
.loginForm .alert-error {
    margin-bottom:5px !important;
}

#Footer {
    height:15px !important;
    padding:5px !important;
    font-size:12px !important;
    
    background-color:#dee1e3;
}


/* PLANNING MANAGEMENT */
.periodManagement {
    padding:10px;
    font-size:12px !important;
}
.periodManagement label {display:inline-block;min-width:100px;padding-right:5px;}
.periodManagement .RadPicker {width:290px !important;padding:2px 0 !important;}
.periodManagement .basedOnPeriod {padding:5px 0 !important;}
.periodManagement .basedOnPeriod .RadComboBox {width:auto !important; max-width:110px !important;margin-top:-3px;margin-left:4px;}

.leftColumn .RadInput[id*="MainData1"] + .validatorMsg, .leftColumn .RadComboBox[id*="MainData1"] + .validatorMsg, 
.leftColumn .RadInput[id*="DoctorData1"] + .validatorMsg, .leftColumn .RadComboBox[id*="DoctorData1"] + .validatorMsg {
    position:static;
    float:left;
    margin-top:-21px;
    margin-left:120px;
    color:#b94a48;
}
.rgEditForm .RadInput[id*="UserManagement1"] + .validatorMsg {
    position:static;
    float:left;
    margin-top:-21px;
    margin-left:-7px;
    color:#b94a48;
}
.rgEditForm .RadInput[id*="InsuranceRates1"] + .validatorMsg {
    position:static;
    float:left;
    margin-top:2px;
    margin-left:-7px;
    color:#b94a48;
}

.rgEditForm .RadInput[id*="UserManagement1"] + .validatorMsg.msgTxt {
    position:static;
    float:none;
    margin-top:0px;
    margin-left:0px;
    color:#b94a48;
}
.leftColumn .RadPicker[id*="MainData1"] + .validatorMsg, .leftColumn .RadPicker[id*="DoctorData1"] + .validatorMsg {
    position:absolute;
    margin-top:6px;
    margin-left:120px;
    color:#b94a48;
}
.leftColumn .RadPicker[id*="MainData1_rdpBirthdate"] + .validatorMsg {
    position:relative;
    margin-top:6px;
    margin-left:-40px;
    color:#b94a48;
}

.RadPicker + .validatorMsgRad {
    position:absolute;
    margin-top:6px;
    margin-left:-40px;
    color:#b94a48;
}

.RadInput + .validatorMsgTxt {
    position:absolute;
    margin-left:130px;
    color:#b94a48;
}

span.validatorMsg {
    color:#b94a48;
    font-style:italic;
}

/* PAGE PARTICIPANT */

.medicalInformation .RadGrid{
    margin-bottom:10px;
}
.radioTiersMedical {
    margin-left:125px;
}
.summaryInfo {
    padding-top:10px;
}
.summaryInfo .content2 .formColLeft, .summaryInfo .content2 .formColRight {
    width:45% !important;
}
.summaryInfo .formColLeft label, .summaryInfo .formColRight label {
    display:inline-block;
    margin-bottom:6px;
    vertical-align:top;
    width:130px;
    padding-right:5px;
}
.summaryInfo .formColLeft label + span, .summaryInfo .formColRight label + span {
    display:inline-block;
    margin-bottom:5px;
    width:58%;
    padding-right:10px;
    line-height:16px;
    color:#777;
}
.summaryInfo .summaryName{
    margin-bottom:5px;    
}
.summaryInfo .summaryAddress {
    line-height:16px;
}
.summaryAddress span {
    display:block;
}

.iconsCell {
    white-space:nowrap;
}
.iconsCell input[type="image"] {
    margin-right:2px;
}
.examHistory .iconsCell {
    width:180px;
}
.appointmentLists .iconsCell {
    white-space:nowrap;
}
/* DEMOGRAPHIC IMPORT */
.demographicImport .linkDetail {
    display:inline-block;
    width:75px;
    height:18px;
    padding-top:3px;
    padding-left:11px;
    }

/* APPOINTMENT MANAGER */
.appointmentDetail {
    font-family: 'SegoeUI', Arial, Verdana, sans-serif !important;
    padding:10px 5px;
    font-size:12px;
    width:420px;
    min-height:385px;
}
.appointmentDetail .searchAptID span {
    display:inline-block;
}
.appointmentDetail .searchAptID RadButton {
    display:inline-block;
    margin-top:-2px !important;
}
.appointmentDetail .AptResumeParticipant {
    width:420px;
    float:left;
}
.appointmentDetail .AptResumeParticipant .infoPrinc {
    font-weight:bold;
    font-size:14px;
    color:#333;
    height:18px;
    line-height:18px;
    margin:0;
}
.appointmentDetail .AptResumeParticipant .infoSec {
    font-size:13px;
    height:18px;
    line-height:18px;
    margin:0;
}

.schedulerContainer {
    margin-right:10px;
}

.schedulerFilter {
    margin-bottom:5px;
}
.schedulerFilter .RadComboBox {
    margin-left:5px;
    margin-bottom:3px;
}
.schedulerFilter label {
    display:inline-block; 
    width:110px !important;
}
.schedulerFilter .RadComboBoxWithLabel + a, .schedulerFilter .RadComboBoxWithLabel + a + a {
    margin-top:-3px;
}
    .schedulerFilter .RadComboBox table {
        width:220px !important;
    }
.AppointmentCalendar {
    margin-top:43px;
}

.RadWindow .rwWindowContent .appointmentDetail .formLabel {
    font-family: 'SegoeUI', Arial, Verdana, sans-serif !important;
    width:150px !important;
    vertical-align:top;
}
.appointmentDetail p {
padding:5px 0;
}
.appointmentDetail p.infoPrinc, .appointmentDetail p.infoSec {
    padding: 0 !important;
}
.appointmentDetail .RadInput_Office2010Silver .riLabel {
color:#333 !important;
vertical-align:top !important;
}
.appointmentDetail .aptButtons {
margin:15px 0 0;
}
.appointmentDetail a.RadButton:hover {
text-decoration:none;
}
.appointmentDetail .alert, .appointmentDetail .alert span {
line-height:16px;
}

/* ASSIGNMENT LISTS */
.assignmentLists {
    margin-top:25px;    
}
 .content .assignmentLists .riSingle.RadInput.RadInput_Office2010Silver {
    width:250px !important;
}
.assignmentZone1 {
float:left;
width:230px;
}
.content .assignmentLists .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:100% !important;
    max-width:250px !important;
}
.assignmentLists .RadButton_Office2010Silver.rbSkinnedButton,
.assignmentLists .RadButton_Office2010Silver .rbDecorated,
.assignmentLists .RadButton {
    background-image:none !important;
}

.assignmentLists .RadButton .rbPrimaryIcon {
    background-image:url(../../Images/btnDelete-small.png) !important;
}

/* MAILING SEARCH */
.mailingSearchSelection {
    width:49% !important;
    float:left;
}
.mailingSearch {
    width:49% !important;
    float:left;
}
.mailingSearch label{
    display:inline-block;
    width:115px !important;
    margin-right:5px !important;
    padding-right: 0 !important;
}
.mailingSearch .RadComboBox table {
    width:180px !important;
}
.mailingSearch .RadButton:first-child {
    margin-bottom:10px;
}
.mailingSearch .RadButton:first-child .rbToggleCheckbox {
    left:1px !important;
}
.mailingSearch .RadButton {
    margin-top:10px;
}
.mailingSearch .RadInput .riContentWrapper {
    width:50% !important;
}

.lettersManagementTable .rgDetailTable {
margin: 10px 0 10px 10px;
width: 99% !important;
}
.lettersManagementTable .rgDetailTable .rgCommandRow, .lettersManagementTable .rgDetailTable .rgHeader {
    background-image:none !important;
    background-color: #ededf0 !important;
}
.mailingRulesTable input.rgFilterBox.rfdDecorated{
    max-width:120px !important;
}
.mailingRulesTable .rgEditForm table tr td:first-child, .mailingFiltersTable .rgEditForm table tr td:first-child{padding-right:10px;vertical-align:top;}
.mailingRulesTable .rgEditForm table td[id*="MR_NAME"] input[type="text"], .mailingRulesTable .rgEditForm table td[id*="MR_DESCRIPTION"] input[type="text"]{
    width:370px !important;
    padding-left:2px;
}
.mailingRulesTable .rgEditForm table td[id*="MR_PRIORITY"] input[type="text"] {padding-left:2px;}

/* EVENTS MANAGEMENT */
.eventsManagement .RadListBox {
    width:100% !important;
}
.eventsManagement .rightColumn {
    margin-left:10px;
    width:40% !important;
}
.eventsManagement .rightColumn label {
    display:inline-block !important;
    width:120px !important;
    font-size:12px !important;
}
.eventsManagement .rightColumn .RadComboBoxWithLabel .rcbLabel {
    padding-right:0 !important;
}

.eventsManagement .rightColumn .riSingle.RadInput.RadInput_Office2010Silver .commentsArea {
    width:65% !important;
}
.eventsManagement .rightColumn .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper input {
    width:130px !important;
}
.eventsManagement .rightColumn .RadPicker {
    width:250px !important;
}

.eventsManagement .rightColumn .RadPicker .riSingle.RadInput .riContentWrapper {
    width:100px !important;
    min-width:100px !important;
}
.eventsManagement .rightColumn .RadPicker .riSingle.RadInput .riContentWrapper input {
    width:104px !important;
}
.eventsManagement .rightColumn .RadComboBoxWithLabel table {
    width:130px !important;
    min-width:130px !important;
}
.eventsManagement .rightColumn input[type="checkbox"] {
    margin-left:0 !important;
    margin-bottom:6px !important;
}

.archivedImage {
    position:absolute;
}

.gridMainData .rgRefresh,
.gridMainData .rgRefresh + a
{
    display: none;
}

.msgDoublon {
    display: none;
    padding-bottom: 4px;
}

/* USERS MANAGEMENT */

.RadGrid .rgEditForm .RadComboBox.UserMgmtEditDropDown {
    width:205px !important;
    margin-left:0 !important;
}
.userMgmt .RadComboBox.dropdownRoleFilter {
    width:145px !important;
}
div[id*="UserManagement1"].RadComboBoxDropDown li.rcbItem, div[id*="UserManagement1"].RadComboBoxDropDown li.rcbHovered {
    padding-top:5px;
    padding-bottom:5px;
}
div[id*="UserManagement1"].RadComboBoxDropDown li.rcbItem:hover {
    background-color:#FFE26C !important;
}

/* ROLE MANAGEMENT */
.roleManager .rgEditForm .RadComboBox{
    width:200px !important;
}

/* WOMEN'S QUESTIONNAIRE */
.questionnaireReadOnly .legend, .questionnaireWomen .legend{
    padding:10px 5px;
}
.questionnary {
    text-align:left;
    width:100%;
    margin-bottom:30px;
}
.questionnary th {
    font-weight:bold;
    padding:2px 5px;
    /*border-bottom:1px solid #ccc;*/
    line-height:15px;
    text-align:left;
}
.questionnaireWomen th, .questionnaireWoman .questionnary th, .questionnaireWomen2 .questionnary th {
    color:#d57c7c;
}
.questionnaireWoman .questionnary2 th,.questionnaireWoman2 .questionnary2 th, .questionnaireWomen2 .questionnary th {
    width:17%;
}
.questionnaireReadOnly th {
    padding:3px 5px;
    width:15%;
}
.questionnary td {
    padding:2px 5px;
}
.questionnaireWomen2 .questionnary td, .questionnaireWomen2 .questionnary th {
    border-bottom:none;
}
.questionnaireWomen2 .questionnary .detailQuestionsTable td,.questionnaireWomen2 .questionnary .detailQuestionsTable th {
    border-bottom:1px solid #ccc;
}
.questionnary tr td.longContent {
    min-width:420px;
}
.questionnary .RadComboBox input:hover {
    cursor:pointer;
}
.RadComboBoxDropDown li.rcbItem, .RadComboBoxDropDown li.rcbHovered {
    cursor:pointer;
}
.questionnary span + span {
    padding-top:4px;
}
.questionnary2 th.longQuestion {
    width:47%;
}
.questionnary input[type="text"]{
    padding:1px 2px;
    margin-bottom:3px;
    width:145px;
}
.questionnary .RadComboBox input[type="text"]{
    margin-bottom:0px;
    width:100%;
}
.questionnaireWomen .questionnary + div[id*="phInfoMed"],
.questionnaireWomen div[id*="med_other"] + div[id*="phInfoMed_other"] {
    margin-top:-30px;
}
.questionnaireWomen2 input[type="radio"] {
    margin:6px 4px;
}
.questionnaireWomen2 input[type="radio"] + label[for] {
    padding-right:10px;
}
.questionnaireWomen2 .detailQuestionsTable .riSingle.RadInput.RadInput_Office2010Silver {
    width:75% !important;
    text-align:center;
}
.questionnaireWomen2 .questionnary2 .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:100% !important;
}
.questionnaireWomen2 .questionnary2 .detailQuestionsTable td {
    vertical-align:middle; text-align:center;
}
.questionnary .validatorMsg {
    margin-left:-10px;
}
.content .questionnary .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:151px !important;
    max-width:151px !important;
}
.content .questionnary .RadPicker .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:80px !important;
}
.content .questionnary .detailQuestionsTable .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:60px !important;
}

/* QUESTIONNAIRE COLON */

.motifsDetail {
    display:block;
    font-weight:normal;
}
.questionnaireColon .questionnary th, .questionnaireColon2 .questionnary th {
    color:#699e80;
}
.questionnaireColon2 .questionnary2 th + th {
    width:7% !important;
}
.questionnaireColon2 .questionnary2 input + label {
    padding-right:8px;
}
.content .questionnaireColon2 .riSingle.RadInput.RadInput_Office2010Silver {
    width:450px !important;
}
.content .questionnaireColon2 .RadPicker .riSingle.RadInput.RadInput_Office2010Silver {
    width:80px !important;
}
.content .questionnaireColon2 .questionnary .detailQuestionsTable .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:100% !important;
    max-width:100% !important;
}
.reasonsList, .coloscopieDate {
    float:left;
}
.coloscopieDate {
    width:110px !important;
    margin-left:-290px;
}
.coloscopieDate .rcTable.rcSingle {
    width:110px !important;
}
.otherReason {
    padding:2px 5px;
}
.content .questionnaireColon2 #tableInclusion .riSingle.RadInput.RadInput_Office2010Silver {
    width:120px !important;
}
.content .questionnaireColon2 .questionnary  #tableInclusion .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:35% !important;
    max-width:35% !important;
}
.questionnary2 #tableInclusion span + span {
    padding-top:0 !important;
}
.numeroTestFIT .RadInput label {
    display:inline-block !important;
    padding-left:10px;
    padding-right:5px;
}
.verification {
    list-style-type:disc;
    list-style-position:inside;
    margin-top:5px;
}
.verification li {
    line-height:18px;
}
#tableInclusion .separationHverylight {
    width:500px;
}
#tableInclusion .RadInput_Office2010Silver {
    font-size:13px !important;
}
.content .questionnaireColon2 #tableInclusion .personalInfo .riSingle.RadInput.RadInput_Office2010Silver {
    width:110px !important;
}
.colonAnswer p {
    line-height:18px;
    width:150px;
    display:inline-block;
}
.questionnaireColon2 .detailQuestionsTable .numeroTestFIT .validatorMsg {
    position:relative;
    left:80px;
}

.questionnaireColon2 .detailQuestionsTable .personalInfo .inlineBlock .validatorMsg {
    position:relative;
    left:49px;
}

/* questionnaire TRM */

.blocksTop {
    position:relative;
    margin-bottom:20px;
    width:800px;
}

.viewerBlocksTop {
    position: relative;
    margin-bottom: 20px;
    width: 400px;
}

.infoBlock {
/*background-color:#e3e6e8;
border:1px solid #ccc;
width:30%;
float:left;*/
margin-right:10px;
padding:4px 6px;
line-height:21px;

}

.infoBlock a:hover {
    text-decoration:none;
    cursor:pointer;
}
.infoBlock .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:100% !important;
}
#lyrAnomalies {
    margin-left:200px;
}
.lyrAnomalies {
    margin-left:200px;
}
.locTitle {
    float:left;
    width:140px;
    text-align:center;
    font-weight:bold;
}
.locRight {
    float: left;
    width: 260px;
    text-align: right;
    font-weight: bold;
    padding-top: 30px;
}
.locLeft {
    float:left;
    width:260px;
    text-align:left;
    font-weight:bold;
    padding-top:30px;
}
#additional {
    width:150px;
    margin-top:-40px;
    margin-bottom:12px;
}
.typeTableTRM {
    width:750px;
    background-color:#e3e6e8;
    margin-bottom:15px;
}
.typeTableTRM th {
text-align:left;
padding:5px;
font-weight:bold;
background-color:#a0a2a3;
vertical-align:middle;
}
.typeTableTRM .borderRight {
border-right:1px solid #ccc;
}
.typeTableTRM td {
text-align:left;
border:1px solid #ccc;
padding:5px;
vertical-align:middle;
}
.typeTableAnomalies {
background-color:#e3e6e8;
margin-bottom:5px;
}
.typeTableAnomalies th {
text-align:left;
padding:5px;
font-weight:bold;
background-color:#a0a2a3;
vertical-align:middle;
}
.typeTableAnomalies .borderRight {
border-right:1px solid #ccc;
}
.typeTableAnomalies td {
text-align:left;
border:1px solid #ccc;
padding-left:5px;
padding-right:5px;
vertical-align:middle;
}
.typeTableAnomalies textarea {
    font-family:'Segoe UI', Arial, Verdana, sans-serif !important;
    font-size:12px !important;
}
.blocksBottom {
    width:800px;
}
.difficult, .commentaire, .userTrm {
    width:30%;
    float:left;
}
    .difficult textarea, .commentaire textarea {
        font-family:'Segoe UI', Arial, Verdana, sans-serif;
        font-size:12px;
        padding:3px;
    }
    .difficult table th, .commentaire table th {
        text-align:left;
        padding:5px;
        font-weight:bold;
        background-color:#a0a2a3;
   }

.userTrmContent {
background-color:#e3e6e8;
border:1px solid #ccc;
padding:4px 6px;
line-height:21px;
height:52px;
}
.userTrmContent a:hover {
    text-decoration:none;
    cursor:pointer;
}
.validate-quest {
    display:block;
    margin-top:10px;
}
.edit-quest {
    margin-top:10px;
}
.authListsSeparator {
    padding-right:20px;
    padding-bottom:20px;
}

.birthdayValidator {
    padding-top:20px;
    display:inline-block;
    vertical-align:middle;
}
.changePassword {
    width:100%;
}
.content .changePassword .riSingle.RadInput.RadInput_Office2010Silver {
    width:350px !important;
    margin-bottom:5px;
}

/* internet explorer bug: display only half of the message if this width isn't specified */
.content .changePassword .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper {
    width:600px !important;
}
/* page: list / participantsList RadWindow */
.listsSettingRadWindow h3 {padding:5px 0;}
.listsSettingRadWindow .rwWindowContent {padding:5px;}
.listsSettingRadWindow .rlbGroup.rlbGroupRight {
    width:260px;
    height:250px;
    overflow:auto;
}
.listsSettingRadWindow .rwFooterRight, .listsSettingRadWindow .rwBodyRight, .listsSettingRadWindow .rwTopRight {background-position-x:-12px !important;}
.listsSettingRadWindow .rwStatusbarRow .rwBodyRight {background-position-x:-28px !important;}
.RadFilter_Office2010Silver, .RadFilter_Office2010Silver a, .RadFilter_Office2010Silver .rfText {color:#0f79bc !important;}

.content .codesTranslationMgmt .leftColumn .RadComboBox .labelForRadCombo{
    max-width:80px !important;
}
.content .codesTranslationMgmt .leftColumn .inlineDropdown table[summary="combobox"] {
    width:70% !important;   
}
.content .codesTranslationMgmt .leftColumn .RadComboBoxWithLabel table {
    max-width:250px !important;
}
/* RADWINDOW CHOOSE CENTER */
.chooseCenterRadWindow {
    padding:10px;
}
.chooseCenterRadWindow .RadComboBoxWithLabel label,.chooseCenterRadWindow .RadComboBoxWithLabel label {
    display:block !important;
    font-size:13px !important;
}
    .chooseCenterRadWindow .RadButton  {
    margin-top:10px;
    }
* + HTML .chooseCenterRadWindow .RadComboBoxWithLabel table{display:inline-block !important;width:140px !important;}

/* READING LISTS - RULES */
.ReadingListRulesFilter label {
    width:120px !important;
    display:inline-block;
}
.ReadingListRulesFilter {
    margin-bottom:10px;
}
.ReadingListRules .rgEditForm tr td {
    height:21px;
}
.ReadingListRules .rgEditForm label{
    width: 115px !important;
    display:inline-block;
}
.ReadingListRules .rgEditForm .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox, .ReadingListRules .rgEditForm .RadPicker .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:50px !important;
}
.ReadingListRules .rgEditForm .radComboBox .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {width:180px !important;}
.content .ReadingListRules .riSingle.RadInput.RadInput_Office2010Silver {width:160px !important;}
.ReadingListRules .RadPicker table.rcTable {width:220px !important;}
.content .ReadingListRules .RadPicker table .riSingle.RadInput.RadInput_Office2010Silver {width:180px !important;}
.ReadingListRules .RadPicker table.rcTable label {width:126px !important;}
.content .ReadingListRules .RadPicker table.rcTable .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper{width:50px !important;min-width:40px !important;}

/* from old version - iku */
a.tableend-transfer  {
background:url(../../Images/btnTransferToOther-small.png) no-repeat 0 0.5em;
padding:0.5em 0.5em 0 22px;
height:1.8em;
text-decoration:none;
color:#d9516d;
display:inline-block;
}

a.tableend-withdraw  {
background:url(../../Images/btnGetOutFromList.png) no-repeat 0 0.5em;
padding:0.5em 0.5em 0 22px;
height:1.8em;
text-decoration:none;
color:#d9516d;
display:inline-block;

}

/* hide an unused input which takes space in IE */
.ReadingLists .RadPicker input[type="text"].rdfd_.rfdDecorated {
    display:none !important;
}
.ReadingLists + div table tr td{
    vertical-align:middle;
}
/* review list */

.reviewList .dropdownCenter {
    width:200px !important;
}
.reviewList .dropdownConclusion {
    width:100px !important;
}

/* EAV EDITOR GRID */

.content .EAVGrid .riSingle.RadInput.RadInput_Office2010Silver {
    /*width:50px !important;*//*commented to allow them to take whole space available*/
}
    .content .EAVGrid .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
        width:100% !important;
    }

.content .EAVGrid .rgEditForm .riSingle.RadInput.RadInput_Office2010Silver {
    /*super large because there is enough space and their content might be long*/
    width:350px !important;
}

/* ANOMALIES PAGE */
a[id*=btnOpenViewer] {
    margin-top:10px;
    display:inline-block;
    background:#00aa92;
    color:#FFFFFF;
    text-decoration:none;
    padding:8px 12px;
    font-weight:bold;
    border-radius:2px;
    transition:0.2s;
}
a[id*=btnOpenViewer]:hover {
    background:#01927f;
}

.anomaliesPageContent {
    padding-top:395px;
}
.anomalieConclusion span.pos-neg + div {
    display:inline-block !important;
}
.anomalieConclusion div[id*="btnValidatePanel"] {
    display:inline-block !important;
}
@-moz-document url-prefix() {
    .anomalieConclusion div[id*="btnValidatePanel"] .rbSkinnedButton {
        margin-top:0px !important;   
    }
}

.anomalieConclusion .inputsFields .RadComboBox input {
    display:flex;
    align-items:center;
}

.anomalieConclusion select option {
    color:#fff;
}
    .anomalieConclusion select[disabled="true"] option {
    color:#c0c0c0 !important;
    }
.anomalieConclusion select option[disabled="true"] {
    color:transparent !important;
}
.anomaliesPageQuestionnaires .subTitle {
    padding-top:10px;
    padding-bottom:10px;
    color:#494949;
    font-size:14px;
    font-weight:bold;
}
.anomaliesPageQuestionnaires .blocksTop {
    width:710px;
}
.anomaliesPageQuestionnaires .typeTableTRM {
    width:690px;
}
.anomaliesPageQuestionnaires div.type {
    width:auto;
}
.anomaliesPageQuestionnaires .blocksBottom {
    width:767px;
}
.anomaliesPageQuestionnaires .questionnary {
    min-width:600px;
}
.anomaliesPage {
    width:auto;
    margin-right:10px;
    max-width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
}
.anomaliesPage > div {
    width:100%;
}
.anomaliesPage > .anomaliesViewerCol {
    width:calc(25% - 15px);
}
.anomaliesPage > .anomaliesViewerCol table {
    width:100%;
}
.anomaliesPage .anomaliesViewerCol + .anomaliesViewerCol {
    margin-left:30px;
}
.anomaliesPage .pos-neg .rcbInputCellLeft {
    line-height:15px !important;
}
.anomaliesPage .pos-neg .rcbInputCellLeft input {
    margin-left: -2px;
}
.anomaliesPage .anomalieConclusion .pos-neg.RadComboBox  {
    height:22px;
}
.anomaliesPage .anomalieConclusion .pos-neg.RadComboBox table {
    vertical-align:top;
}
.anomaliesPage .anomalieConclusion .RadAjaxPanel {
    float:left;
}
.anomaliesPage .anomalieConclusion .fl {
   margin-right:10px;
}
.anomaliesPage .anomalieConclusion span.pos-neg, .anomaliesPage .anomalieConclusion span.reading3needed-box {
    padding-top:3px;
}
.anomaliesPage .anomalieConclusion span[id*="RadiologueInfo"] {
    font-family: 'SegoeUISemiBold','SegoeUI', Arial, Verdana, sans-serif !important;
}
.anomaliesPage .infoBlock {
    line-height:19px;
    font-size:12px;
    margin:15px 0;
}
.anomaliesPage .infoBlockGrey {
    background-color: #E3E6E8;
    border: 1px solid #CCC;
}
.anomaliesPage .infoBlock h2 {
    font-weight:bold;
    margin-bottom:5px;
}
.anomaliesPage .infoBlock.imagesBlock {
    padding-top:0 !important;
    height:56px;
    margin-right:15px;
}
.anomaliesPage .infoBlock.imagesBlock img{
    margin-top:-3px;   
}
.anomaliesPage .blocksTop tr td{
    width: 30%;
    /*border: 1px solid #CFCFCF;
    background-color: #F5F5F5;*/
    border: 1px solid #B3B3B3;
    background-color: #e3e6e8;
}
.anomalieSlider {
    margin-top:20px;
}
.anomaliesPage .anomalieSlider .RadSlider_Simple {
    margin:0 auto;
}
.anomaliesPage .blocksTop .infoBlock .BreastType .rcbFocused .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 -88px !important;   
}
.anomaliesPage .blocksTop .infoBlock .BreastType  .rcbFocused .rcbReadOnly .rcbArrowCellRight {
    background-position: -162px -176px !important;
}
.anomaliesPage .blocksTop .infoBlock tr td {
    border:none;background-color:transparent;
}
/*@-moz-document url-prefix(){
    .anomaliesPage .blocksTop {
        margin-top:-20px;
    }
}*/
.anomaliesPage .lyrLectureInfo {
    display:inline-block;
    height: 27px;
    padding-left: 10px;
}
.anomaliesPage .typeTableAnomalies .RadButton .rbText {
    padding-top:2px;
}
.anomaliesPage .typeTableAnomalies .RadButton .rbToggleCheckbox {
    margin-top:2px;
}
.inputsFields {
    display:flex;
    align-items: center;
    justify-content: flex-start;
}
.inputsFields > * {
    margin-right:3px;
}
.inputsFields > *:last-child {
    margin-right:0;
}
.inputsFields + .inputsFields {
    margin-top:10px;
}


/* PAGES TRANSFER SCHEDULES & TRANSFER */

.transferSchedules .rgEditForm tr td {
    vertical-align:top;
}
.transferSchedules .rgFilterRow input[type="text"], .transfer .rgFilterRow input[type="text"] {
    width:100%;
}
.transfer .rgEditForm table[id*="mainTable"] table tr td:first-child {
    width:100px;
    padding-right:5px;
    vertical-align:middle;
}

/* DOCUMENTS MANAGEMENT */

.documentsManagement .rgEditForm .RadComboBox {
    margin-bottom:0 !important;
}
.documentsManagement .RadGrid_Office2010Silver .rgEditForm input[type="radio"] + label {
    min-width:60px !important;
}
.documentsManagement .rgEditForm .docType input[type="text"] {width:245px !important;}
.documentsManagement .rgEditForm .riSingle.RadInput.RadInput_Office2010Silver .linkDocTo input.riTextBox, 
.documentsManagement .rgEditForm .linkDocTo input[type="text"] {
    width:130px !important;
}
.documentsManagement .downloadDocZone div{
    /*display:inline-block;*/
    height: 25px;
}
 .documentsManagement .rgEditForm .docTitle .RadInput.riSingle input.riTextBox,
 .documentsManagement .rgEditForm .downloadDocZone .RadInput.riSingle input.riTextBox {
    width:270px !important;
}
.content .documentsManagement .downloadDocZone .riSingle.RadInput.RadInput_Office2010Silver {
    width:270px !important;
    float:left;
    margin-right: 5px;
}

.documentsManagement .rgEditForm .RadUpload input[type="text"] {
    width: 192px !important;   
}
.documentsManagement .rgEditForm .RadPicker, .documentsManagement .rgEditForm .RadPicker table {
    width:115px !important;
}
.documentsManagement .rgEditForm .RadPicker .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:80px !important;
}

/*  COLONOSCOPY */

.colonoscopy {
    width:95%;
    max-width:1000px;
}
    .colonoscopy .imageDiv {
        float:left;
    }
.colonoscopy #lyrAnomalies {
    margin-left:0px;
}
.colonoscopy .lyrAnomalies {
    margin-left:0px;
    float:left;
    margin-top:110px;
}
.colonoscopy .lyrAnomalies table {
    float:left;
}
.colonoscopy .schemaInfo {
    float: left;
    width: 180px;
    line-height: 19px;
    padding: 0 20px;
    font-style: italic;
}

.colonoscopy .colonoscopyTable > tbody > tr > td {
    height:30px;
    line-height:30px;
    padding:3px 0;
}

.colonoscopy .colonoscopyTable .riLabel {
    height:30px;
    line-height:26px;
}

.colonoscopy .colonoscopyTable > tbody > tr > td:first-child {
    vertical-align:top;
}
.colonoscopy .colonoscopyTable .RadComboBox tr td {
    height: auto;
}
.colonoscopy .colonoscopyTable tr td table tr td {
    padding:0 !important;
}

.content .colonoscopy .RadPicker .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:80px !important;
}
.colonoscopy table .RadComboBox + span.validatorMsg  {
    margin-right: 15px;
}
.colonoscopy .label, .colonoscopy label {
    font-size: 13px !important;
    font-family:'SegoeUISemiBold', Arial, Verdana, sans-serif;
    display:inline-block;
    margin-right:10px;
    width:auto !important;
}
.colonoscopy tr.borderB td {
    border-bottom:1px solid #ccc;
}
.colonoscopy .noBorder tr td, .colonoscopy .RadComboBox tr td {
    border: none;
}
.colonoscopy .RadComboBox {
    margin-right:20px;
}
.colonoscopy .RadInput[id*="Polyps"] {
    margin-right:20px;
}
.content .colonoscopy .riSingle.RadInput.RadInput_Office2010Silver {
    width: auto !important;
}
.colonoscopy .schemaZoneColon {
    /*border:1px solid #ccc;
    background-color:#fff;*/
    margin:10px 0;
}
.colonoscopy .schemaZoneColon h1 {
    font-weight:bold;
    font-size:16px;
    border-bottom:1px solid #ccc;
    padding-bottom:3px;
}
.content .colonoscopy .questionnary .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox.smallInput {
    width:50px !important;
}
.colonoscopy .finalRecommandation {
    border:1px solid #ccc;
    background-color:#F5F5F5;
}
.colonoscopy .conclusion {
    border:1px solid #a2a2a2;
    background-color:#ccc;
}
.colonoscopy .finalRecommandation td:first-child, .colonoscopy .conclusion td:first-child {
    padding-left:5px;
}
.content .colonoscopy .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper {
    width:auto !important;
    min-width: 30px !important;

}
.content .colonoscopy .questionnary .flacon .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:80px !important;
    min-width: 30px !important;
}
.content .colonoscopy .questionnary .taille .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:50px !important;
    min-width: 30px !important;
}
.colonoscopy .smallerLineHeight {
    line-height:25px !important;
    margin-top:5px;
}
.colonoscopy .otherComplication {
    margin-top:-29px;
    margin-left: 240px;
}
.colonoscopy .controlYear {
    margin-top:-52px;
    margin-left:180px;
}
.colonoscopy .otherRecommandation {
    margin-top:-6px;
    margin-left:70px;
}
.colonoscopy .questionnary .RadGrid .validatorMsg {
    margin-left:3px;
}
.colonoscopy .questionnary .RadGrid .RadButton {
    background-repeat:no-repeat;
    vertical-align:top;
}
.colonoscopy .quantityAnesthProduct .validatorMsg {
    position:relative;
    left:96px;
}
.colonoscopy .withdrawalTimeValidator {
    position:relative;
    right:52px;
}
.colonoscopy .PolypsRemovedValidator {
    position:relative;
    right:72px;
}
.colonoscopy .PolypsRecoveredValidator {
    position:relative;
    right:72px;
}


/* colonoscopy readonly */

.colonoscopy.readOnly .RadPicker .rcCalPopup {
    display:none;
}
.colonoscopy.readOnly tr.borderB .RadPicker tr td {
    border-bottom:none;
}
.colonoscopy.readOnly .RadPicker {
    vertical-align: middle;
    margin-top: -6px;
}
.colonoscopy.readOnly .otherComplication, .colonoscopy.readOnly .controlYear,  .colonoscopy.readOnly .otherRecommandation{
    display:none;
}
.colonoscopy.readOnly span[id*="ComplicationRead"], .colonoscopy.readOnly span[id*="RecommandationRead"] {
    display: inline-block;
    line-height: 20px;
    margin-top: 5px;
}
.colonoscopy.readOnly .RadInput .riRead {
    border-color:transparent !important;
}
.colonoscopy.readOnly .RadComboBox.mandatory .rcbInputCellLeft {
    background-position: 0 -88px !important;
}
.colonoscopy.readOnly .RadComboBox.mandatory .rcbArrowCellRight{
    background-position: -108px -176px !important;
}

/* TEST FIT */
.testFIT {
    font-size:13px;
}
.testFIT table.questionnary tr td{
    vertical-align:middle;
    height:32px;
    border-top:1px solid #ccc;
    padding:2px 5px 2px 0;
}
.testFIT .questionnary .RadPicker table tr td {
    border-top:none;
}
.testFIT table.questionnary tr:first-child td  {
    border-top:none;
}
.testFIT table.questionnary tr.conclusion td{
    border-top:1px solid #a2a2a2;
    vertical-align:top;
    padding:10px 5px 5px 5px;
    line-height:18px;
}

.testFIT table.questionnary tr.conclusion{
    border:1px solid #a2a2a2;
    background-color:#D4D4D4;
}
    .testFIT .ininterpretableReasons table tr td{
        height:20px;
        padding-top:3px !important;
        border-top:none !important;
    }
.testFIT label {
font-size:13px;
}
.testFIT .label {
    display:inline-block;
    margin-right: 10px;
    font-family:'SegoeUISemiBold', Arial, Verdana, sans-serif;
    width:auto;
}
.content .testFIT .riSingle.RadInput.RadInput_Office2010Silver {
    width:auto !important;
}

.content .testFIT .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper {
    width:60px !important;
    min-width:60px !important;
    }
.content .testFIT .questionnary .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:50px !important;
    max-width:50px !important;
}
    
.content .testFIT .questionnary .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox[id*="TestNumber"] {
    width:110px !important;
    max-width:110px !important;
    }
.content .testFIT .questionnary .otherReason + .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:300px !important;
    max-width:300px !important;
}
/*.content .testFIT .RadPicker .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper {

}*/
.content .testFIT .questionnary .RadPicker .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:80px !important;
    max-width:80px !important;
}

.testFIT .conclusion div.fl {
    margin-top:-5px;
}
.testFIT .questionnary span + span {
    padding-top:0;
}
/* FIT readOnly */
.testFIT.readOnly .RadPicker a.rcCalPopup {
    display:none;
}
.testFIT.readOnly .conclusion div.fl {
    margin-top:0;
}
.testFIT .questionnary .validatorMsg {
    margin-left: 0;
}
    .testFIT .questionnary .validatorMsg.FirstPrelevementValidator {
        position: relative;
        left:133px;
    }
    .testFIT .questionnary .validatorMsg.SecPrelevementValidator {
        position: relative;
        left:133px;
    }
/* basicBilling */

.basicBilling {
    padding: 3px 0;
    line-height:33px;
}

.basicBilling .inlineBlock.beginDate .RadPicker {
    width:200px !important;
    display:inline-block !important;
}
    .basicBilling .inlineBlock.beginDate .RadPicker table {
        width:200px !important;
    }
    .basicBilling .inlineBlock.endDate .RadPicker {
    width:180px !important;
    display:inline-block !important;
}
    .basicBilling .inlineBlock.endDate .RadPicker table {
        width:180px !important;
    }
.basicBilling .inlineBlock .RadPicker .rcInputCell {
    width:150px;
}
.basicBilling .inlineBlock .RadPicker .rcInputCell .label {
    width:auto !important;
    display: inline-block !important;
}
.basicBilling .inlineBlock .RadPicker .rcInputCell .riContentWrapper {
    width: auto !important;
    min-width: auto !important;
    display: inline !important;
}
.content .basicBilling .RadComboBoxWithLabel {
    margin-bottom:0 !important;
    width: 290px !important;
}
.basicBilling .labelForRadCombo {
    width:auto !important;
    padding-right: 10px !important;
}

.basicBilling .RadPicker .riTextBox, .basicBilling .RadPicker .rcCalPopup {
margin-top:-4px !important;
}
.basicBilling .inlineBlock .RadButton {
    margin-top: -1px;
}

.basicBillingTable {
    margin-top:20px;
    float:none !important;
}
.content .basicBilling .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:80px !important;
}

/* custom lists */

    /* window */
    .parametersCustomList {
        padding:0 20px 0 10px;
    }
    .parametersCustomList h3{
        font-weight:bold;
        line-height:25px;
        margin-top:5px;
    }
        .parametersCustomList div:first-child h3 {
        margin-top:0;
        }

    .parametersCustomList h5 {
        font-family: 'SegoeUISemiBold';
        padding:3px 0;
    }
    .parametersCustomList .sortingTable tr td {
        padding: 3px 10px 3px 0;
    }

/* QUESTIONNAIRE MEDICAL */

.questMed h2 {
    margin: 10px 0;
    font-weight:bold;
}

.investigationTable tr td {
    vertical-align: middle;
}
.investigationTable .rgEditRow .RadPicker {width:110px !important;}
.content .investigationTable .rgEditRow .RadPicker .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width: 80px !important;
}
.investigationTable tr td[colspan="15"] {
    background-color:#e1e1e1;
    line-height:26px;
}
    .investigationTable tr td[colspan="15"] .leftColumn {
        width: 12%;
    }
    .investigationTable tr td[colspan="15"] .middleColumn {
        width: 39%;
    }
    .investigationTable tr td[colspan="15"] .rightColumn {
        width: 39%;
    }
    .investigationTable tr td[colspan="15"] .middleColumn .formLabel {
        width:100px !important;
    }
        .investigationTable tr td[colspan="15"] .rightColumn .formLabel {
        width:160px !important;
    }
.investigationTable label {
    font-family: 'SegoeUISemiBold', Arial, Verdana, sans-serif;
    color: #000;
    padding-right: 10px;
}
    .investigationTable tr td[colspan="15"] .middleColumn .RadComboBox table{
        width: 90% !important;
        max-width: 230px !important;
    }
.RadGrid_Office2010Silver .rgRow td, .RadGrid_Office2010Silver .rgAltRow td {
}

.diagnosticTable .RadGrid .rgRow td .RadComboBox table tr td {
    border:none !important;
}
.RadGrid_Office2010Silver .rgRow td table tr td, .RadGrid_Office2010Silver .rgAltRow td table tr td {
    border-color:transparent !important;
    border: none !important;
}
.diagnosticTable .leftColumn, .diagnosticTable .rightColumn {
    width:49% !important;
}
    .diagnosticTable .leftColumn label, .diagnosticTable .rightColumn label {
        width: 170px !important;
        white-space: pre-wrap;
        display: inline-block;
    }
.diagnosticTable .lesionLocation {
    font-size:14px;
}
.diagnosticTable h3 {
    font-family: 'SegoeUISemiBold', Arial, Verdana, sans-serif;
    margin-bottom:-12px;
    margin-top:10px;
    font-size:14px;
}
.diagnosticTable tr td[colspan="5"] {
    background-color:#e1e1e1;
}
.diagnosticTable .leftColumn .RadComboBoxWithLabel.smallComboBox table, .diagnosticTable .rightColumn .RadComboBoxWithLabel.smallComboBox table,
.diagnosticTable .leftColumn .RadComboBox.smallComboBox table, .diagnosticTable .rightColumn .RadComboBox.smallComboBox table
 {
    min-width:30px !important;
    width:70px !important;
}
.diagnosticTable .leftColumn .RadComboBoxWithLabel.verySmallComboBox table, .diagnosticTable .rightColumn .RadComboBoxWithLabel.verySmallComboBox table,
.diagnosticTable .leftColumn .RadComboBox.verySmallComboBox table, .diagnosticTable .rightColumn .RadComboBox.verySmallComboBox table
 {
    min-width:30px !important;
    width:55px !important;
}
.content .diagnosticTable .leftColumn .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox.smallRadInput, .content .diagnosticTable .rightColumn .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox.smallRadInput{
    min-width:30px !important;
    width:70px !important;
}
.diagnosticTable .leftColumn .RadComboBoxWithLabel.mediumComboBox table, .diagnosticTable .rightColumn .RadComboBoxWithLabel.mediumComboBox table,
.diagnosticTable .leftColumn .RadComboBox.mediumComboBox table, .diagnosticTable .rightColumn .RadComboBox.mediumComboBox table
 {
    min-width:70px !important;
    width:135px !important;
}
.content .diagnosticTable .leftColumn .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox.mediumRadInput, .content .diagnosticTable .rightColumn .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox.mediumRadInput{
    min-width:70px !important;
    width:135px !important;
}
.diagnosticTable .sentinelsTaken {
    width: 235px !important;
}
.diagnosticTable.RadGrid_Office2010Silver .rgActiveRow td table tr td, .diagnosticTable.RadGrid_Office2010Silver .rgHoveredRow td table tr td, .diagnosticTable.RadGrid_Office2010Silver .rgEditRow td table tr td {
    border-bottom-color:transparent !important;
    border-bottom:none !important;
}
.content .diagnosticTable .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper {
    width:72% !important;
}
.content .diagnosticTable .riSingle.RadInput.RadInput_Office2010Silver .riContentWrapper {
    width:60% !important;
}

.diagnosticTable .controlIndication {
    width:180px !important;
    display:inline-block;
}
    .diagnosticTable .controlIndication label {
        width: 100px !important;
    }
.diagnosticTable .malignantPathology {
     width:60%;
     float:left;
}
.diagnosticTable .malignantPathology label, .diagnosticTable .firstTreatmentDate label {
    font-family: 'SegoeUISemiBold', Arial, Verdana, sans-serif;
    color:#000;
}
.diagnosticTable .malignantPathology table tr td table tr td:first-child {
    padding: 0;
}
    .diagnosticTable .malignantPathology table tr td table tr td .RadComboBox {
        width:200px !important;
    }
.diagnosticTable .malignantPathology .treatment {
    width:37%;
}

.diagnosticTable .malignantPathology .comment {
    width:43%;
}
.content .diagnosticTable .malignantPathology .comment .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:96% !important;
    max-width:380px !important
}

.diagnosticTable .firstTreatmentDate {
    float:left;
    margin-left:30px;
}
 
.content .diagnosticTable .firstTreatmentDate .riSingle.RadInput.RadInput_Office2010Silver input.riTextBox {
    width:100% !important;
}

.diagnosticTable .separationMidPage {
    margin-bottom: 5px;
}

.questMedConclusion {
    line-height:30px;
}

.questMedConclusion label {
    display:inline-block;
    width: 133px;
    font-size:12px;
}
.questMedConclusion .formLabel {
    font-size:12px;
}
.questMedConclusion .inlineBlock div {
    display: inline-block !important;
    width:90px;
}
.questMedConclusion .inlineBlock div label{
    width:55px !important;
}
    .questMedConclusion .RadComboBox table {
        width:270px !important;
    }

/* styles spécifiques FEMdep */

.attachedFiles {
    float:left;
    margin-right:6px;
}

.anomaliesPage > .pedagogicalHelp {
    width:calc(50% - 30px);
    margin-left:auto;
}

.pedagogicalHelp .box {
    background-color: #E3E6E8;
    border: 1px solid #CCC;
    margin: 15px 0;
    padding: 0 6px 4px 6px;
    line-height: 21px;
    width: auto;
}
    .pedagogicalHelp p {
        margin:3px 0 4px;
    }

.pedagogicalHelp h2 {
    padding:10px 0;
    font-weight:bold;
}
.pedagogicalHelp .RadGrid {
    margin-bottom:10px;
}
/*.pedagogicalHelp .typeTableAnomalies textarea {
    width:490px;
}*/
.pedagogicalComment tr th{
    text-align:left;
}

.selectUser,
.selectUser label {
    display: inline-block;
    margin-right: 10px;
}

.selectUser div {
    display: inline-block ;
    /*margin-top:-2px;*/
}

/* revision pedagogique resume */

.printSummary, .printSummary .mainGrid tr, .printSummary .secondaryGrid table tr {
    font-size:13px;
}
.printSummary .informations {
    margin-bottom:10px;
}
.printSummary .informations label {
    display:inline-block;
    width:145px;
    font-weight:bold;
    margin-bottom:8px;
}
    .printSummary .longCell, .printSummary .secondaryGrid table tr td {
        width:15%;
        line-height: 15px;
    }
        .printSummary .smallCell, .printSummary .secondaryGrid table tr td {
        width:5%;
        line-height: 15px;
    }

    .printSummary .mainGrid, .printSummary .secondaryGrid table{
        width:100%;
    }
    .printSummary .secondaryGrid{
        width:50%;
    }

    .printSummary .secondaryGrid {
        border:1px solid #A4ABB2;
    }
    .printSummary .secondaryGrid table {
        float:none;
    }



    .printSummary .secondaryGrid tr td {
        padding-left: 8px;
        padding-top:4px;
        padding-bottom:4px;
        font-size: 13px;
        padding-right: 7px;
        border-color: #D0D7E5;
        border-style: solid;
        border-width: 0 0 1px 1px;
        background-color: #fff;
    }
        .printSummary .secondaryGrid tr td:first-child, .printSummary .secondaryGrid table th:first-child {
            border-left: none;
        }
    .printSummary h3 {
        font-size:16px;
        font-family:'SegoeUISemiBold', Arial, Verdana, sans-serif;
        padding: 15px 0 10px;
    }
    .printSummary .secondaryGrid table th {
        border: solid #A4ABB2;
        border-width: 0 0 1px 1px;
        background: #DBDFE4 0 -2300px repeat-x url('../Images/spriteGrid.png');
        padding-top: 5px;
        padding-bottom: 4px;
        padding-left:7px;
        padding-right: 7px;
        text-align: left;
        font-weight: normal;
    }


/* Lup 2016-06-30 
 * Liste des fichiers attachés
 */
div[id*="radWindowFiles"] .rwWindowContent > div {
    margin: 10px;
}

div[id*="radWindowFiles"] .rwWindowContent .RadButton {
    /*float: right;*/
}

/* Lup 2017-07-28
 * Statistiques sur écran d'analyses
 */
.satistic-table {
    display: table;
    width: 100%;
}

.satistic-table > div {
   display: table-cell;
   vertical-align: top;
}

.satistic-table table {
    margin-top: 15px;
    border: 1px solid #ccc;
}

.satistic-table caption {
    font-weight: bold;
    text-align: left;
}

.satistic-table th,
.satistic-table td {
    padding: 3px 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

.satistic-table th {
    text-align: left;
}

.satistic-table td {
    text-align: right;
}

.satistic-table .k-chart {
    width: 300px;
    height: 150px;
}

/* Cls 2024-11-15
* Alignement vertical, marges pour ajout et supression d'un fichier
*/
.ImgBuParent {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.ImgBuParent div {
    display: flex;
    align-items: center;
}

.ImgBuParent div input {
    margin-right: 3px;
}

/* Lup 2017-07-28
 * Couleurs de fond conclusion cancer
 */
.conclusion-cancer-confirme {
    background-color: #ff4040;
}

.conclusion-cancer-intervalle {
    background-color: #ffc0ff;
}

.pourcentfp {
    background-color: #FAC090;
}

.pourcentvn {
    background-color: #D7E4BD;
}
.pourcentvp {
    background-color: #DCE6F2;
}
.pourcentfn {
    background-color: #F2DCDB;
}

/* Lup 2019-01-07 
 * Bouton copier les e-mails
 */
.RadAjaxPanel[id*="userManagementPanel"] {
    position: relative;
}

.button-copy-emails {
    position: absolute;
    top: -45px;
    right: 0;
}

.button-copy-emails button {
    width: 16px;
    height: 16px;
    background: transparent url("../Images/copy-to-clipboard.png") no-repeat;
    border: none;
    font: 12px / 16px "segoe ui",arial,sans-serif;
    cursor: pointer;
    text-indent: 16px;
    white-space: nowrap;
    overflow: hidden;
}

/* Lup 2020-03-05
 * Téléchargement PDF sur page login
 */
.banner-form {
    padding: 10px;
    background: #e9e7e7;
    border: 1px solid #c1c4c6;
    border-radius: 2px;
    vertical-align: bottom
}

.login-form {
    padding: 10px;
    width: 330px;
    border: 1px solid #c1c4c6;
    border-radius: 2px;
    background-color: #fff;
}

.login-form > div {
    margin: 10px 0;
}

.login-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 10px 10px 50px;
}

.login-download a {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px 10px 8px 8px;
    border-radius: 1px;
    background-color: rgba(255,255,255,.9);
    color: rgba(0,103,143,1);
    font-size: 16px;
    font-weight: bold;
}

.login-download a::before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    background: url("../Images/pdf-femdep.png");
    background-size: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}

.login-download a::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    border-radius: 2px;
    background: rgb(0,55,117);
    background: linear-gradient(326deg, rgba(0,55,117,1) 0%, rgba(0,103,143,1) 50%, rgba(0,149,127,1) 100%);
}

.login-download a:hover,
.login-download a:focus {
    background-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,1);
    text-decoration: none;
}

.login-download a:hover::before,
.login-download a:focus::before {
    background-position: 0 -20px;
}

.login-download--weight {
    font-size: 13px;
    font-weight: normal;
}

.conclusionNeg {
    background: rgb(98, 197, 98);
    color:#FFF;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: bold;
}

.conclusionPos {
    background: rgb(236, 69, 8);
    color:#FFF;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: bold;
}

.conclusionVpVn {
    margin: 3px;
    width: 42%;
    display:inline-block;
    background: rgb(98, 197, 98);
    color: #FFF;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: bold;
}

.conclusionFpFn {
    margin: 3px;
    width: 42%;
    display: inline-block;
    background: rgb(236, 69, 8);
    color: #FFF;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: bold;
}

.conclusionVpVnFpFn {
    margin: 3px;
    width: 42%;
    display: inline-block;
    background: rgb(236, 236, 236);
    color: #555;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: bold;
}

.finalVpVnFpFn {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.finalVpVnFpFn > div {
    width: 40%;
}

.finalVpVnFpFn .VpVnFpFn-flex {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.users-reporting-padding-bottom {
    padding-bottom: 10px;
    display: flex !important;
}