/*  Tema default Radiólogo RIS/PACS
    Software for radiology
    
*/


input {background:#626061; color:#fff; font-size:12px; border:none;}
select {background:#626061; color:#fff; font-size:12px; border:none;}
textarea {background:#626061; color:#fff; font-size:12px; border:none;}

/* hiruko.css */

.hir_body {
	
	background-color: #000;
        font-family: "Arial", san-serif;
}
/*.hir_content {
	bottom: 0;
	top: 0;
	margin: 0 auto;
	display: block;
	
}*/
.hir_header {
	background-color: #000000;
}
.hir_footer {
	background-color: #000000;
	
}

/*.hir_logoHir
{
	background-image: url(../../images/LogoHiruko.png);
	
}*/
/*.hir_logo{
        background: url(../../images/LogoHiruko.png) no-repeat;
        width:150px;
        height:42px;
        margin:0 0 0 15px;
}*/
.hir_logout{
        background: url(images/log-out-claro.png) no-repeat;
        width:20px;
        height:20px;
       
}
.hir_text_footer
{
   
    color:#FFF;	
		
}

.hir_text_header
{
  color:#FFF;	
}
.hir_left
{
    float : left;
}

.hir_right
{
    float:right;

}



.boton{
    color:#FFF;
}

.botonRojo{
	background-color:#B22B2B;
	border-bottom: solid 2px #842626;
}
.botonRojo:hover{
	background-color:#842626;
	border-bottom: solid 2px #B22B2B;
}



/* jquery-ui-1.10.3.custom.css */

/* Component containers
----------------------------------*/
.ui-widget {
	/*font-family: Segoe UI,Arial,sans-serif;*/
	/*font-size: 11px;*/
}
.ui-widget .ui-widget {
	/*font-size: 1em;*/
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	/*font-family: Segoe UI,Arial,sans-serif;
	font-size: 1em;*/
}
.ui-widget-content {
	border: 1px solid #b7b7b7;
	background: #000000/* url("images/ui-bg_fine-grain_5_222222_60x60.png") 50% 50% repeat*/;
	color: #ffffff;
}
.ui-widget-content a {
	color: #ffffff;
}
.ui-widget-header {
	border: 1px solid #b7b7b7;
	background: #666666 /*url("images/ui-bg_flat_10_173447_40x100.png") 50% 50% repeat-x*/;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #d6d6d6;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #626061;
	background: #333333 /*url("images/ui-bg_flat_20_2f4657_40x100.png") 50% 50% repeat-x*/;
	font-weight: bold;
	color: #eeeeee;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #eeeeee;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #b7b7b7;
	background: #666666 /*url("images/ui-bg_highlight-soft_40_447ea3_1x100.png") 50% 50% repeat-x*/;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #262626;
	background: #3f3f3f /*url("images/ui-bg_highlight-soft_10_0C4F7C_1x100.png") 50% 50% repeat-x*/;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #cccccc;
	background: #626061;
	color: #ebebeb;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #f0f0f0;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #ffb73d;
	background: #ffc73d url("images/ui-bg_highlight-soft_40_ffc73d_1x100.png") 50% top repeat-x;
	color: #111111;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #111111;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #111111;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_cccccc_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_d02e10_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_4b8e0b_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_a83300_256x240.png");
}
/* Overlays */
.ui-widget-overlay {
	background: #a7a1a1 url("images/ui-bg_fine-grain_50_a7a1a1_60x60.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #252525 url("images/ui-bg_fine-grain_10_252525_60x60.png") 50% 50% repeat;
	opacity: .6;
	filter: Alpha(Opacity=60);
	border-radius: 8px;
}


/* Dashboard */

.dashboard_table{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}

.dashboard_table  th{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
    padding: 10px;
    color: #FFFFFF;
}

.dashboard_table td{
    background-color: #D6D7D5;
    color: #868686;
    vertical-align: top;
}

.data_description{
    display: inline-block;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    cursor: pointer;
    margin-bottom: 2px;
    margin-top: 2px;
    border: 1px solid #868686;
    width:99.5%;
    

}
.data_description:hover, .data_description:focus {
  
    background-color: #000000;
    color: #FFFFFF;
     border: 1px solid #F0F0EE;
}
.table_detail label{
    color:#868686;
}
.table_detail tr {
    background-color: #FFFFFF;
    color:#005580;
    font-family: sans-serif;
    font-size: 13px;

}
.concordance{
    
    background-color: #F0F0EE;
}
.thdatacon:hover{
     background-color: #FFFFFF;
     color:#005580;
 }

.thdatacon2{
    background: #FFFFFF;
    background: linear-gradient(#FFFFFF, #FFFFFF);
    color:#000000;
}

/* Editor */

#editor {

    background-color: black;
    color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: auto;
    outline: none;
    font-size: 18px;
}

/* menuPrincipal de navegacion principal */


#menuPrincipal, #menuPrincipal ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menuPrincipal {
                /*min-width:960px;*/
		margin:10px 0 20px 0;		
		border: 1px solid #222;
		background-color: #333333;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
                float:left;
                
		
	}
	
	#menuPrincipal:before,
	#menuPrincipal:after {
		content: "";
		display: table;
               
	}
	
	#menuPrincipal:after {
		clear: both;
	}
	
	#menuPrincipal {
		zoom:1;
	}
	
	#menuPrincipal li {
		float: left;
		border-right: 1px solid #000;
		-moz-box-shadow: 1px 0 0 #444;
		-webkit-box-shadow: 1px 0 0 #444;
		box-shadow: 1px 0 0 #444;
                position: relative;
	}
	
	#menuPrincipal a {
		float: left;
		padding: 10px;
		color: #ebebeb;
		font: 12px Arial, Helvetica;
		text-decoration: none;
		
	}
	
	#menuPrincipal li:hover > a {
		color: #fafafa;
                background:#252525;
                border:none;
                
	}
	
	*html #menuPrincipal li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menuPrincipal ul {
		margin: 10px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 1;    
		background: #333333;
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out; 
                color:#fff;
	}

	#menuPrincipal li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menuPrincipal ul ul {
		top: 0;
		left: 247px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menuPrincipal ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
                
                
	}
        #menuPrincipal ul li a{
            color:#9e9e9e;
        }
        #menuPrincipal ul li span{
		float: left;
                margin: 0 5px 0 0;
        }
         	
	#menuPrincipal ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menuPrincipal ul a {    
		padding: 10px;
		width: 230px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	
	#menuPrincipal ul li:hover {
		/*background-color: #db3a2e;
		/*background-image: -moz-linear-gradient(#403f3f,  #373636);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#403f3f), to(#373636));
		background-image: -webkit-linear-gradient(#403f3f, #373636);
		background-image: -o-linear-gradient(#403f3f, #373636);
		background-image: -ms-linear-gradient(#403f3f, #373636);
		background-image: linear-gradient(#403f3f, #373636);*/
	}
	
	#menuPrincipal ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menuPrincipal ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 20px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	
	#menuPrincipal ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menuPrincipal ul li:first-child a:hover:after {
		border-bottom-color: #db3a2e; 
	}
	
	#menuPrincipal ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menuPrincipal ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	/* Mobile */
	#menuPrincipal-trigger {
		display: none;
	}

	@media screen and (max-width: 600px) {

		/* nav-wrap */
		#menuPrincipal-wrap {
			position: relative;
		}

		#menuPrincipal-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menuPrincipal icon */
		#menuPrincipal-trigger {
			display: block; /* show menuPrincipal icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0 0 35px;
			border: 1px solid #222;
			color: #fafafa;
			font-weight: bold;
			background-color: #111;
			background: no-repeat 10px center, -moz-linear-gradient(#444, #111); 
			background: no-repeat 10px center, -webkit-linear-gradient(#444, #111);	
			background: no-repeat 10px center, -o-linear-gradient(#444, #111);
			background: no-repeat 10px center, -ms-linear-gradient(#444, #111);
			background: no-repeat 10px center, linear-gradient(#444, #111);
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
			box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		}
		
		/* main nav */
		#menuPrincipal {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 1;
			background-color: #444;
			display: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menuPrincipal:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #444;
		}	

		#menuPrincipal ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;				
		}

		#menuPrincipal ul ul {
			margin: 0 0 0 20px !important;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menuPrincipal li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;			
		}

		#menuPrincipal ul li{
			margin-left: 20px;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;		
		}

		#menuPrincipal a{
			display: block;
			float: none;
			padding: 0;
			color: #999;
		}

		#menuPrincipal a:hover{
			color: #fafafa;
		}	

		#menuPrincipal ul a{
			padding: 0;
			width: auto;		
		}

		#menuPrincipal ul a:hover{
			background: none;	
		}

		#menuPrincipal ul li:first-child a:after,
		#menuPrincipal ul ul li:first-child a:after {
			border: 0;
		}		

	}

	@media screen and (min-width: 600px) {
		#menuPrincipal {
			display: block !important;
		}
	}	

	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menuPrincipal li:hover > .no-transition {
		display: block;
	}
        
/* Grid Kickstart */

.grid.flex{
width:98%;
max-width:98%;
padding:0 2%;
padding:2em;
}


*[class*="col_"].alpha{margin-left:0;}
*[class*="col_"].omega{margin-right:0;}
 
.col_1  { width: 6.6666666666667%; }
.col_2  { width: 15%; }
.col_3  { width: 23.333333333333%; }
.col_4  { width: 31.666666666667%; }
.col_5  { width: 40%; }
.col_6  { width: 48.333333333333%; }
.col_7  { width: 56.666666666667%; }
.col_8  { width: 65%; }
.col_9  { width: 73.333333333333%; }
.col_10 { width: 81.666666666667%; }
.col_11 { width: 90%; }
.col_12 { width: 98.333333333333%; }

*[class*="col_"]{
margin-left: 0.83333333333333%;
margin-right: 0.83333333333333%;
margin-top:0.5em;
margin-bottom:0.5em;
float: left;
display: block;
}

.grid img{
max-width: 100%;
height:auto;
}
/*---------------------------------
	Responsive Grid Media Queries - 1280, 1024, 768, 480
	1280-1024 	- desktop (default grid)
	1024-768 	- tablet landscape
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
-----------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) {
	
	.grid *[class*="col_"]{}
	.grid{max-width: 1024px;}
	.show-desktop	{display:block;}
	.hide-desktop	{display:none;}
	.show-tablet	{display:none;}
	.hide-tablet	{display:block;}
	.show-phone		{display:none;}
	.hide-phone		{display:block;}
	
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	
	.grid *[class*="col_"]{}
	.grid{max-width: 768px;}
	.show-desktop	{display:none;}
	.hide-desktop	{display:block;}
	.show-tablet	{display:block;}
	.hide-tablet	{display:none;}
	.show-phone		{display:none;}
	.hide-phone		{display:block;}
	
}


@media all and (min-width: 480px) and (max-width: 768px) {

	.grid *[class*="col_"]{
	float:none;
	width:auto;
	clear:both;
	display:block;
	}
	
	/* columns inside of columns */
	.grid *[class*="col_"] [class*="col_"]{
	margin-left:0;
	margin-right:0;
	width:100%;
	}
	
	.grid{max-width: 480px;}
	.show-desktop	{display:none;}
	.hide-desktop	{display:block;}
	.show-tablet	{display:block;}
	.hide-tablet	{display:none;}
	.show-phone		{display:none;}
	.hide-phone		{display:block;}
	
}

@media all and (max-width: 480px) {
	
	.grid *[class*="col_"]{
	float:none;
	width:auto;
	clear:both;
	display:block;
	}
	
	/* columns inside of columns */
	.grid *[class*="col_"] [class*="col_"]{
	margin-left:0;
	margin-right:0;
	width:100%;
	}
	
	.grid{max-width: 100%;/*320*/}
	.show-desktop	{display:none;}
	.hide-desktop	{display:block;}
	.show-tablet	{display:none;}
	.hide-tablet	{display:block;}
	.show-phone		{display:block;}
	.hide-phone		{display:none;}
	
}

