/*********************** ESTRUCTURA **************************/

* {
    font-family: 'Roboto Condensed', sans-serif !important;
}

html,body {
   margin:0;
   padding:0;
   width: 100%;
   height:100%;

}

form {
	position: relative;
	min-height: 100%;
	background-color: #ffffff;
	/*min-width: 940px;*/
    min-height: 600px;
}

h3 {
    font-size: 15px;
    font-weight: normal;
}

#body 
{
    position: relative;
    top: 96px;
    color: #444;   
    padding:5px;  
}

#header    
{
    position: fixed; 
   	height: 76px;
    z-index: 999;
	/*background: #736774;*/
    width: 100%;  
}


#footer {   
   margin-top:  10px;
   height:30px;   /* Height of the footer */
   background:#C4BDC4;
   font-size: 12px;
}

.footer_right {
    float: right;
    height: 30px;
    margin: 0 15px;    
}

.clear {
	clear: both;
}

#image {
/* the image you want to 'watermark' */
 
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

#image img {
/* the actual 'watermark' */
position: absolute;
top: 200px; /* or whatever */
left: 300px; /* or whatever, position according to taste */
opacity: 0.3; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
filter:alpha(opacity=50); /* for <= IE 8 */
z-index: -1 !important;
}

.customDisabled 
 {       	
    -moz-opacity: 0.4 !important;
    filter: alpha(opacity=20) !important;
	opacity: 0.4 !important;
    cursor: auto !important;    
}

/***********************************LOGIN*******************************/

.logo
{           
    width: 320px !important;
    height: 170px !important;
    background: url(../../../App_Resources/images/Roche_Logo320.png) no-repeat !important;
    margin-top: 100px !important;
    margin-bottom: 20px !important;
}
        
.login-block
{
    width: 320px !important;
    padding: 20px !important;
    background: #F2F2F2 !important;
    border-radius: 5px !important;
    border-top: 5px solid #2f4f4f !important;
    margin: 0 auto !important;
}
        
.login-block h1
{
    text-align: center !important;
    color: #808080 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}
        
.login-block input
{
    width: 100% !important;
    height: 42px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;            
    padding: 0 20px 0 50px !important;
    outline: none !important;
}        
        
.login-block input#txtId, .login-block input#txtForgotId
{
    background: #fff url(../../../App_Resources/images/laboratoryLogin.png)) 20px top no-repeat !important;
    background-size: 16px 80px !important;
}
        
.login-block input#txtId:focus, .login-block input#txtForgotId:focus
{
    background: #fff url(../../../App_Resources/images/laboratoryLogin.png) 20px bottom no-repeat !important;
    background-size: 16px 80px !important;
}
        
.login-block input#username, .login-block input#txtForgotUser
{
    background: #fff url(../../../App_Resources/images/usernameLogin.png) 20px top no-repeat !important;
    background-size: 16px 80px !important;
}
        
.login-block input#username:focus, .login-block input#txtForgotUser:focus
{
    background: #fff url(../../../App_Resources/images/usernameLogin.png) 20px bottom no-repeat !important;
    background-size: 16px 80px !important;
}
        
.login-block input#password, .login-block input#txResetPassword, .login-block input#txResetConfirmPassword
{
    background: #fff url(../../../App_Resources/images/passwordLogin.png) 20px top no-repeat !important;  
    background-size: 16px 80px !important;
}
        
.login-block input#password:focus, .login-block input#txResetPassword:focus, .login-block input#txResetConfirmPassword:focus
{
    background: #fff url(../../../App_Resources/images/passwordLogin.png) 20px bottom no-repeat !important;
    background-size: 16px 80px !important;
}
        
.login-block input:active, .login-block input:focus
{
    border: 1px solid #ffffff !important;
}
        
.login-block button, .btResetPassword
{
    width: 100% !important;
    height: 40px !important;
    background: #808080 !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    border: 1px solid #808080 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    outline: none !important;
    cursor: pointer !important;
    padding: 0px 0px 0px 0px !important;
}
        
.login-block button:hover, .btResetPassword:hover
{
    background: #c0c0c0 !important;
    border: 1px solid #c0c0c0 !important;
    color: #ffffff !important;
}

.login-block a {
    padding-top: 15px !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.login-block a#aLinkForgotPassword
{
    float:right !important;
}

.login-block a#aFormRegister {
    float: left !important;
}
        
.textNullStyle
{
    color: #6D6D6D !important;             
} 
                     
.labelError 
{
    margin: 10px auto !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: red !important;
    width: 100% !important;
    text-align: center !important;
}     

/***********************************LOGIN*******************************/

/***********************************FILTROS*******************************/

.filter 
{
    min-width: 940px;
    position: fixed;
    top: 69px;
    width: 100%;
    z-index: 998;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;        
    background: #C4BDC4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #C4BDC4 0%, #DFDBDF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DFDBDF), color-stop(100%, #DFDBDF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C4BDC4 0%, #DFDBDF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C4BDC4 0%, #DFDBDF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #C4BDC4 0%, #DFDBDF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #C4BDC4 0%, #DFDBDF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4BDC4', endColorstr='#DFDBDF', GradientType=0); /* IE6-8 */           
}

.collapse .filter_left,
.collapse .filter_left_ex,
.collapse .filter_center,
.collapse .filter_right,
.collapse .filter_right_ex { display: none }

.collapse .accion span {
    background: url(img/expandir.png) right 5px no-repeat;
    display: block;
    height: 18px;
    margin: 0 auto;
    padding: 3px;
    width: 30px;
}

.expand { }

.expand .accion span {
    background: url(img/colapsar.png) right 5px no-repeat;
    display: block;
    height: 18px;
    margin: 0 auto;
    padding: 3px;
    width: 30px;
}

.accion {
    /*background: rgb(228, 226, 229);*/
    clear: both;
    line-height: 12px;
    /*padding-bottom: 3px;*/
    text-align: left;

}
.filter_left
{
    float: left;
    margin: 10px 0 3px 15px;
}

.filter_left label {
    color: #000000;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 27px;
    
    padding: 0 0 0 0;
    text-align: right;
    width: 180px;
}

.filter_right
{
    float: left;
    margin: 10px 0 3px 15px;
}

.filter_right label {
    color: #000000;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 27px;
    padding: 0px 0px 0 0;
    text-align: right;
    width: 200px;
}


.panelTestSetup
{
    float: right !important; 
    margin-right: 0;

}
.pnlFiltroFecha {
    float: left  !important;
    margin-right: 0;
}


/***********************************FIN FILTROS*******************************/


.top-logo {
	/*background: url(img/top-logo.png) no-repeat;*/
	width: 120px;
	height: 28px;
	display: block;
	background-position: center;
	line-height: 60px;
	margin-top: 23px;
}

/*************************************** MAIN MENU ********************************/

.divMenu
{
    /*min-width: 940px;*/
    background-color:#3e6e93;
	width: 100%;
}

div.mainMenu 
{    
	float: left;
}
.mainMenu .dx-vam {   
	color: #ffffff;
}
.mainMenu .dxm-popup .dx-vam {
	color: #000;
}
.mainMenu .dxm-separator {
	/*display: none;*/
    color: #ffffff;
}

.mainMenu .dxmLite_Moderno {
    font-size: 13px;
}

.mainMenu .dxmLite_Moderno.dxm-ltr .dxm-horizontal .dxm-image-l .dxm-content {
	padding: 16px 20px 16px 20px;
}
.mainMenu .dxm-horizontal .dxm-hovered {
	background-color: lightgrey !important;
}
.mainMenu .dxm-selected {
	background-color: darkgrey !important;
	border-color: transparent!important;
}
.mainMenu .dxm-popup {
	padding: 0!important;
	border: 1px solid #cfc7bc!important;
}
.mainMenu .dxm-popup .dxm-hovered {
	background-color: lightgrey !important;
}
.mainMenu .dxm-popup .dxm-selected .dx-vam {
	color: #fff!important;
}
.mainMenu .dxm-popup .dxm-item {
	padding: 7px 26px 7px 6px;
}
.mainMenu .dxm-popup .dxm-spacing {
	background-color: #cfc7bc;
}

#mainMenu > ul > .dxm-item,
#mainMenu > ul > .dxm-item.dxm-hovered {
	height: 58px !important;
}
/*************************************** FIN MAIN MENU ********************************/


/*********************************** LAYOUT *******************************/

.central {
    float: left;
    padding: 5px;    
    width: 99%; 
    height: 98%;
    /*min-width: 940px;*/
}

.central_2div {
    float: left;
    padding: 5px;    
    width: 93%;
}

.central_left
{
    float: left;
    padding: 5px 0 5px 0; /*margin: 3px;*/
    width: 92%;
    height: 95%;
}

.central_left_with_top
{
    float: left;
    padding: 5px;
    width: 93%;
    height: 86%;
}

.central_left_with_top_scrollHorizontal
{
    float: left;
    padding: 5px;
    width: 93%;
    height: 86%;
    overflow-x: auto;
    overflow-y:hidden;
}

.central_right
{
    float: right;
    /*text-align: center;*/
    padding-top: 5px;
    padding-bottom: 5px;    
    width: 3.5%;
}



/*********************************** FIN CONTENIDOS / LAYOUT *******************************/

/*Estilo para los enlaces en la 1ª columna*/
.enlace
{
	text-decoration: underline;
	color: #b45ea4 !important;
    font-weight: bold;		
	cursor: pointer;		
}

/*Estilo para q aparezcan puntos suspensivos en las columnas cuyo texto sea mayor al ancho de la misma.*/
.ellipsisMode {
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.capaScroll {
     width:545px;
     height:500px;
    overflow: auto;
}

.header2 {
    background: #C4BDC4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #C4BDC4 0%, #DFDBDF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DFDBDF), color-stop(100%, #DFDBDF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C4BDC4 0%, #DFDBDF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C4BDC4 0%, #DFDBDF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #C4BDC4 0%, #DFDBDF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #C4BDC4 0%, #DFDBDF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4BDC4', endColorstr='#DFDBDF', GradientType=0); /* IE6-8 */    
    height: 60px;
}

img { border: none }

input[type="text"],
input[type="password"] {
    border: 1px solid #9f9f9f;    
    padding: 2px;
}

a { text-decoration: none;outline: 0; }

.titulo {
    background: url(img/titulo_fondo.gif) bottom repeat-x;
    margin: 10px 0;
    padding: 0 0 8px 0;
}

.titulo_blue {         
    background-color: #001777;   
    padding: 3px 5px;
}

.titulo_blue h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.subtitulo {
    color: #b45ea4;   
    font-weight: bold;
    margin: 0;
    padding: 0px;
}



/************************************** NAVIGATION BUTTONS ***********************************/

.navigation_tool_right {
    float: right;
    height: 18px;    
    color: #ffffff;
    font-size: 10px;
    background-color: #001777;
    width: 100%;
}

.navigation_tool_right a {
    float: right;
    color: #ffffff;
    display: inline-block;
    float: right;
    height: 10px;
    /*line-height: 120px;*/
    margin: 1px 15px 0 15px;
    text-align: center;
    width: 32px;
}

.navigation_tool_right a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.navigation_tool {
    float: left;
    height: 45px;
    margin: 0 3px;
}

.navigation_tool a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.navigation_tool a {
    color: #000;
    display: inline-block;
    float: right;
    height: 43px;
    line-height: 120px;
    margin: 1px 10px 0px 10px;
    padding: 0 0 0 0;
    text-align: center;
    width: 32px;
}

a.userIcon {
    background-image: url(img/user_white.png);
    background-repeat:no-repeat;
    text-align:right;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    width: 12px;
}

a.emailIcon {
    background-image: url(img/email_white.png);
    background-repeat:no-repeat;
    text-align:right;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
}

.help_btn {
    background-image: url(img/btnHelp_white.png);
    background-repeat:no-repeat;
    height: 12px !important;
    width: 12px !important;
}

.quit_btn {
    background-image: url(img/btnExit_White.png);
    height: 12px !important;
    width: 12px !important;
}

/************************************** ACTION BUTTONS *******************************************/

input[type="button"]:disabled 
{    
    cursor: auto !important;
    -moz-box-shadow: inset 0px 0px 47px 3px #F8F8F8;
    -webkit-box-shadow: inset 0px 0px 47px 3px #F8F8F8;
    
}

input[type="button"]
{    
    background-repeat: no-repeat !important;
    background-position:center !important;
    border-radius: 3px !important;
}


input.audit_btn {
    background-image: url(img/btn_audit.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);    
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px; 
}

input.process_btn {
    background-image: url(img/btn_process.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);    
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px; 
}


input.save_btn {
    background-image: url(img/btn_save.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);    
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px; 
}

input.save_small_btn {
    background-image: url(img/btn_save18.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);    
    border: none;
    color: #000;
    display: inline-block;
    height: 24px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 24px; 
}

input.list18_btn {
    background-image: url(img/btn_audit.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);    
    border: none;
    color: #000;
    display: inline-block;
    height: 24px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 24px; 
}

input.back_btn {
    background-image: url(img/btn_back.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);    
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px; 
}

input.print_btn {
    background-image: url(img/btn_print.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);  
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;   
}

input.export_btn {
    background-image: url(img/btn_export.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);  
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;   
}


input.graphs_right_btn {
    background-image: url(img/btn_graph.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);    
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px; 
}

input.add_btn {
    background-image: url(img/btn_new.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;    
}

input.add_Ins_btn {
    background-image: url(img/btn_inst.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;    
}

input.add_Study_btn {
    background-image: url(img/btn_study.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;    
}

input.add_btn_widget {
    background-image: url(img/btn_new.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 7px 2px 0;
    text-align: center;
    width: 32px;    
}

input.edit_btn {
    background-image: url(img/btn_edit.png), linear-gradient(to bottom right, #F2F2F2, darkgrey); 
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;  
}

input.group_btn {
    background-image: url(img/btn_lotGroup.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);  
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;   
}

input.customize_btn {
    background-image: url(img/btn_customize.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);    
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px; 
}

input.changepassword_btn {
    background-image: url(img/btn_changepassword.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;     
}


input.clearfilter_btn {
    background-image: url(img/btn_clearfilter.png), linear-gradient(to bottom right, #F2F2F2, darkgrey); 
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;   
}

input.novalidation_btn {
    background-image: url(img/btn_no_validationAll.png), linear-gradient(to bottom right, #F2F2F2, darkgrey); 
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;   
}

input.validation_btn {
    background-image: url(img/btn_validationAll.png), linear-gradient(to bottom right, #F2F2F2, darkgrey); 
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;   
}

input.revisedAll_btn {
    background-image: url(img/btn_markRevisedAll.png), linear-gradient(to bottom right, #F2F2F2, darkgrey); 
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;   
}

input.view_btn {
    background-image: url(img/btn_viewStatsDetails.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);   
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;  
}

input.addMassive_btn {
    background-image: url(img/btn_addMassive.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);     
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px; 
}


input.view_results_btn {
    background-image: url(img/btn_viewresults.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);    
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px; 
}

input.log_btn {
    background-image: url(img/btn_log.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;    
}

input.delete_btn {
    background-image: url(img/btn_delete.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;     
}

input.exclusion_btn {
    background-image: url(img/btn_exclusion.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;     
}

input.deleteWidget_btn {
    background-image: url(img/btn_delete.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px;
    text-align: center;
    width: 32px;     
}

input.config_btn {
    background-image: url(img/btn_config.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;     
}

input.related_btn {
    background-image: url(img/btn_related.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;     
}


input.errorCause_btn {
    background-image: url(img/btn_errorCause.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;     
}

input.copyTs_btn {
    background-image: url(img/btn_copy.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;     
}

input.mapTs_btn {
    background-image: url(img/btn_map.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;     
}


input.studies_btn {
    background-image: url(img/btn_studies.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;    
}

input.customer_btn {
    background-image: url(img/btn_customer.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;     
}

input.block_btn {
    background-image: url(img/btn_block.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;     
}


input.fix_btn {
    background-image: url(img/btn_fix.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);    
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px; 
}


input.lines_btn {
    background-image: url(img/btn_lines.png), linear-gradient(to bottom right, #F2F2F2, darkgrey);   
    border: none;
    color: #000;
    display: inline-block;
    height: 32px;
    line-height: 120px;
    margin: 2px 15px 15px 0;
    text-align: center;
    width: 32px;  
}


/**************************************FIN ACTION BUTTONS*******************************************/


/* Capa de parametro entre el "titulo" y el "contenido" */

.central_top {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f9fbfc;
    border: 1px solid #d0dae4;
    margin: 5px 0 5px 0;
    padding: 1px 10px 1px 10px;
}

.central_top label { padding: 4px 10px 4px 0; }

.central_top select { margin: 0 20px 0 0 }

/********************************* Alarms **********************************/
.alarm_Summary
{
    float: left;
    padding: 5px 0 0 5px;
    width: 100%;
    height: 35%;
}
.alarm_Detail
{
    float: left;
    padding: 5px 0 0 5px;
    width: 100%;
    height: 60%;
}

/* Botones centrales ( Left y Right ) */

.btn_central {
    display: block;
    margin: 0 0 3px 0;
}

.central_right input[type="button"]:hover,
.central_right input[type="submit"]:hover,
.central_right input[type="checkbox"]:hover {
    color: #666;
    cursor: pointer; 
    
   /*-webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);   */
}


.btn_help {
    display: block;
    margin: 10px 0;
    width: 44px;
}

.btn_central_left a {
    background-position: center 5px;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0px 0 0;
    text-align: center;
}

.btn_central_left a:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.botones_centrales { text-align: center; }


/***********************************3 TEXTOS RESALTE**************************/

.textoResalteL {
    text-decoration: solid;
	color: #000 !important;
    font-size: 14pt;
    font-weight: bold;				
}

.textoResalteM {
    text-decoration: solid;
	color: #000 !important;
    font-size: 12pt;
    font-weight: bold;			
}

.textoResalteS {
    text-decoration: solid;
	color: #000 !important;
    font-size: 10pt;
    font-weight: bold;
    background-image: none !important;		
}

.textoErrorResalteM {
    text-decoration: solid;
	color: #ff0000 !important;
    font-size: 12pt;
    font-weight: bold;			
}


/***********************************Alarm Panel *****************************/

.alarmPanel
{
    background: #F9F9FA;
    border: solid 1px #D3D6DA;
    padding: 0 0 8px;
    margin: 5px 0 5px 0;
    height: 60px;
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
}


.alarmItem .disabled
{       	
    -moz-opacity: 0.2;
    filter: alpha(opacity=20) !important;
	opacity: 0.2;
    cursor: auto !important;    
}

.alarmItem .selected 
{
    border: solid 1px #99bd11;    
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888888;
   
}

/*********************************** Widgets Bar */
.widgetPanel
{
    background: #F9F9FA;
    border: solid 1px #D3D6DA;
    padding: 0 0 8px;
    margin: 5px 0 5px 0;
    height: 60px;
    -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.117188);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widgetPanel img 
{
	margin-right: 11px;
}

.widgetItem .selected 
{
    border: solid 1px #99bd11;    
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888888;   
}


/*********************************** Notification boxes */

.alert-box {
	color:#555;
	border-radius:10px;
	
	
	padding:10px 36px;
	margin:10px;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	background:#ffecec url('img/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('img/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('img/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('img/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}
/*********************************** FIN Notification boxes */

.noVisible
{
    height: 0px !important;
    width: 0px !important;
    visibility:hidden !important;
}


/********************************** Widgets 15/10/2015*********************/

.leftZone,
.rightZone
{
    padding: 5px;
	float: left;
}

.widgetDashBoard {
    float: left;
    padding: 10px;
    max-width: 80px;     
}

.widgetDashBoard .disabled
{
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
	opacity: 0.2;	
	cursor: default !important;
}


.widgetHeader {    
    background-color: #F2F2F2 !important;
    border-bottom: 0 !important;    
    color: #b45ea4 !important;    
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 2px 2px 2px 12px !important;
}

.widgetNotificationLabel
        {                        
            padding: 1px 4px;         
            font-size:16px !important;
            background:red;
            color:white !important;                
            text-align:center;
            line-height:18px;
            border-radius:50%;
            box-shadow:0 0 1px #333;            
        }

 .notification
        {            
            position:relative;
            top:-29px;
            right:12px;
            padding: 1px 4px;         
            font-size:.8em;
            background:red;
            color:white;                
            text-align:center;
            line-height:18px;
            border-radius:50%;
            box-shadow:0 0 1px #333;            
        }
        
 .notificationLabel
        {                        
            padding: 1px 4px;         
            font-size:.8em;
            background:red;
            color:white !important;                
            text-align:center;
            line-height:18px;
            border-radius:50%;
            box-shadow:0 0 1px #333;            
        }
        
        
 /*Outlier style*/
 .outlierClass {     
     border-bottom: 3px solid #f0dfed !important;
     border-top: 3px solid #f0dfed !important;     
 }
 
 
 /*Subfilters Reports*/
.reportSubFilter
{    
	float: left;
}
 
 
/*News*/
.newsHeader {
    font-size: 2em;
    color: #ff8800;
    vertical-align: top;
}

.spacer {
    min-width:10px
}

.spacerVert {
    min-height: 10px;
}

.newsDate {
    white-space: nowrap;
    color: black;
}

.newsText     
{
    color: black;   
}


.verticalAlign {
    vertical-align: middle !important;
}


/****************************************** Message Maintenance *******************************************************/

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.FormLayoutCaptionStyle {
    min-width: 90px !important;
}

.FormLayoutCaptionStyle2 {
    min-width: 110px !important;
}

.separator_line {
    border-bottom: 2px solid #001777;
    width: 100%;
}


/*************************************** Estilos para la barra de progreso de la fortaleza de la contraseña **********************************************/
progress.PasswordVeryWeak{
  background-color:red;
  color:red;
  }
progress.PasswordVeryWeak[value] {color:red} /* IE10 */
progress.PasswordVeryWeak::-webkit-progress-bar-value {background-color:red}
progress.PasswordVeryWeak::-webkit-progress-value {background-color:red}
progress.PasswordVeryWeak::-moz-progress-bar {background-color:red}

progress.PasswordWeak{
  background-color:orange;
  color:orange;
  }
progress.PasswordWeak[value] {color:orange} /* IE10 */
progress.PasswordWeak::-webkit-progress-bar-value {background-color:orange}
progress.PasswordWeak::-webkit-progress-value {background-color:orange}
progress.PasswordWeak::-moz-progress-bar {background-color:orange}

progress.PasswordNormal{
  background-color:yellow;
  color:yellow;
  }
progress.PasswordNormal[value] {color:yellow} /* IE10 */
progress.PasswordNormal::-webkit-progress-bar-value {background-color:yellow}
progress.PasswordNormal::-webkit-progress-value {background-color:yellow}
progress.PasswordNormal::-moz-progress-bar {background-color:yellow}

progress.PasswordStrong{
  background-color:blue;
  color:blue;
  }
progress.PasswordStrong[value] {color:blue} /* IE10 */
progress.PasswordStrong::-webkit-progress-bar-value {background-color:blue}
progress.PasswordStrong::-webkit-progress-value {background-color:blue}
progress.PasswordStrong::-moz-progress-bar {background-color:blue}

progress.PasswordVeryStrong{
  background-color:green;
  color:green;
  }
progress.PasswordVeryStrong[value] {color:green} /* IE10 */
progress.PasswordVeryStrong::-webkit-progress-bar-value {background-color:green}
progress.PasswordVeryStrong::-webkit-progress-value {background-color:green}
progress.PasswordVeryStrong::-moz-progress-bar {background-color:green}
/*************************************** Estilos para la barra de progreso de la fortaleza de la contraseña **********************************************/

.NoPaddings {
    padding: 0px !important;
}

.MarginRight {
    margin-right: 10px !important;
}

/*************************************** Colores de los estados **********************************************/
.stateAccepted {
    color: #007F0E !important;
}

.statePending {
    color: #999999 !important;
}

.stateRejected {
    color: #FF0033 !important;
}

.stateExcluded {
    color:#000000 !important;
}
/*************************************** Colores de los estados **********************************************/

/*************************************** Estilos WebDocumentViewer **********************************************/
.WebDocumentViewer {
    height: 20px;
}

.Comments {
    background-image: url(../../../App_Resources/images/commenting.png);
    background-repeat: no-repeat;
}

.ExportAllAnalytes {
    background-image: url(img/btn_exportAllAnalytes.png);
    background-repeat: no-repeat;
}

.ImageExportAllAnalytes {
    background-image: url(img/icon-warning.png);
    background-repeat: no-repeat;
}
/*************************************** Estilos WebDocumentViewer **********************************************/

.BtnRegisterForm {
    width: 200px !important;
}
