﻿
@font-face {
	font-family: Oswald1;
	src: url('/Content/fonts/Oswald-Bold.otf');
}
@font-face {
	font-family: Oswald2;
	src: url('/Content/fonts/Oswald-Light.otf');
}
@font-face {
	font-family: Oswald3;
	src: url('/Content/fonts/Oswald-Regular.otf');
}
@font-face {
	font-family: Oswald4;
	src: url('/Content/fonts/Oswald-Stencil.otf');
}
@font-face {
	font-family: nuni1;
	src: url('/Content/fonts/Nunito-Regular.ttf');
}
@font-face {
	font-family: nuni2;
	src: url('/Content/fonts/Nunito-Bold.ttf');
}
@font-face {
	font-family: nuni3;
	src: url('/Content/fonts/Nunito-Light.ttf');
}

/* VIEWPORT */

#loading {
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    top: 50%;
    width: 120px;
    z-index: 20001;
}
#loading .loading-mask {
    background: url("/Content/images/home/preload.gif") no-repeat scroll 0 0 transparent;
    height: 120px;
    text-align: center;
    width: 120px;
    z-index: 20001;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 2000;
}
.ui-autocomplete-loading {
	background: white url('/Content/images/iconos/ui-anim_basic_16x16.gif') right center no-repeat;
}

.a-autocomplete-class {
    font-size: 12px;
    font-family: 'nuni3'
}

/************************************************************/

#HomeContent 
{
    position:absolute;
    width:100%;
    height:100%;    
}
#HomeTop 
{
    background-color: #FFFF00;
    height: 60px;
    position: relative;   
}
#HomeBottom
{
    position: absolute;
    
    bottom: 0px;
    height: 1px;
    left: 0px;
    width: 100%;     
}
#HomeCentral 
{
    overflow: hidden;
    position: absolute;
    top: 60px;
    bottom: 1px;
    width: 100%;
    border-top: 1px solid #99BCE8;
}
#HomeWork 
{
    float: left;
    height: 100%;
    width: 100%;  
    position: relative;
}



#HomeTreePanel
{
    position: absolute;    
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 200px;    
    z-index: 10;
}
#HomeSplitter
{
    position: absolute;     
    top: 0px;
    left: 205px;
    bottom: 0px;
    width: 5px;    
    z-index: 9;
}
#HomeTabsPanel
{
    position: absolute;  
    top: 0px;
    bottom: 0px;
    left: 211px;
    right: 0px;
    z-index: 8;    
}



#HomeTabsHeader 
{
    position: absolute;  
        
    top: 0px;
    height: 33px;
    left: 0px;
    width: 100%;
    
    /*border-top: 1px solid #99BCE8;
    */
}
#HomeTabsBottom
{
    position: absolute;  
    background-color: Red;
    
    bottom: 0px;
    height: 1px;
    left: 0px;
    width: 100%;   
}
#HomeTabsBody 
{    
    position: absolute;  
    
    top: 36px;
    bottom: 1px;
    left: 0px;
    right: 0px;
    
}

#HomeHeaderPanel 
{
    position: relative;  
    height: 60px;
    width: 100%;
    background-color: white;
}
#HomeTreePanel .divcontent 
{   
    position: absolute;
    left: 5px;        
    width: 200px;
    height: 100%;    
    border: 1px solid #99BCE8;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-box-sizing: border-box;    
    background-color: white;
}

#HomeSplitter .divcontent 
{
    position: relative;
    width: 100%;
    height: 100%;    
    background-color: #DFE9F5;
    border-right: 1px solid #99BCE8;
}






#HomeTabs 
{
    float: left;
    height: 100%;
    width: 100%;  
}
.SgaTab 
{
    display: block;
    float: left;
    height: 100%;    
    width: 100%;  
}
.WebTab 
{
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    background-image: -moz-linear-gradient(top, #E1E3ED 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(top, #E1E3ED 0%, #FFFFFF 100%); 
    overflow: auto;       
}



.FormatoTab .FilaNavegacion
{
    position: absolute;
    
    top: 20px;
    height: 30px;
    left: 0px;
    right: 0px;
     
}
.FormatoTab .FilaBloque
{
    position: absolute; 
    
    left: 0px;
    right: 0px;
            
}
.FormatoTab .FilaBotonera
{
    position: absolute;
    
    height: 40px;
    left: 0px;
    right: 0px;
            
}
.FormatoTab .FilaTabla
{
    position: absolute; 
    
    bottom: 20px;
    left: 0px;
    right: 0px;        
    min-height: 200px;
}





/*
#HomeContent 
{
    position:absolute;
    width:100%;
    height:100%;    
}
#HomeTop 
{
    background-color: #FFFF00;
    height: 60px;
    position: relative;   
}
#HomeBottom
{
    background-color: #FFFF00;
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 100%;   
}
#HomeCentral 
{
    bottom: 1px;
    overflow: auto;
    position: absolute;
    top: 60px;
    width: 100%;
}
#HomeWork 
{
    float: left;
    height: 100%;
    width: 100%;  
}







#HomeHeaderPanel 
{
    position: relative;  
    height: 60px;
    width: 100%;
    background-color: white;
}
#HomeTreePanel
{
    position: absolute;  
    z-index: 1;
    width: 200px;
    height: 100%;
}
#HomeTreePanel .divcontent 
{   
    position: absolute;
    left: 5px;        
    width: 200px;
    height: 100%;    
    border: 1px solid #99BCE8;
    overflow: hidden;
    -moz-box-sizing: border-box;    
    background-color: white;
}
#HomeSplitter
{
    position: absolute;      
    width: 5px;
    height: 100%;
}
#HomeSplitter .divcontent 
{
    position: absolute;
    left: 205px;        
    width: 5px;
    height: 100%;    
    background-color: #DFE9F5;
    border-right: 1px solid #99BCE8;
}
#HomeTabsPanel
{
    height: 100%;
    overflow: hidden;
    padding-left: 211px;
    position: relative;
    
}




#HomeTabsHeader 
{
    background-color: #FFFF00;
    border-top: 1px solid #99BCE8;
    height: 33px;
    position: relative;
}
#HomeTabsBottom
{
    background-color: #FFFF00;
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 100%;   
}
#HomeTabsBody 
{
    bottom: 1px;
    height: 100%;
    position: relative;
    width: 100%;
    top: 2px;
}
#HomeTabs 
{
    float: left;
    height: 100%;
    width: 100%;  
}
.SgaTab 
{
    display: block;
    float: left;
    height: 100%;    
    width: 100%;  
}
.WebTab 
{
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    background-image: -moz-linear-gradient(top, #E1E3ED 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(top, #E1E3ED 0%, #FFFFFF 100%);        
}
*/

.FormatoMaestros 
{
    position: relative;
    height: 100%;
    width: 85%;
    left: 7.5%;    
}
.FormatoMaestrosAncho 
{
    position: relative;
    height: 100%;
    width: 92%;
    left: 4%;    
}
.FormatoProcesos
{
    position: relative;
    height: 95%;
    width: 95%;
    left: 2.5%;    
}





/* FOUNDATION */

html,body{
    margin:0px;
    height:100%;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}
a
{ 
    text-decoration: none;   
}
.borde_blue {border: solid 1px blue; }
.borde_red {border: solid 1px red; }
.borde_green {border: solid 1px green; }
.borde_yellow {border: solid 1px yellow; }
.borde_orange {border: solid 1px orange; }
.borde_grey {border: solid 1px grey; }

.fondo_blue {background-color: blue; }
.fondo_red {background-color: red; }
.fondo_green {background-color: green; }
.fondo_yellow {background-color: yellow; }
.fondo_orange {background-color: orange; }
.fondo_gray {background-color: Gray; }
.todo {height: 100%;}

.column, .columns { margin-left: 0; float: left; min-height: 1px; position: relative; }
.row { width: 100%; max-width: 1500px; min-width: 1px; margin: 0 auto; }








/* PANEL BARRATOOL */

.row .header1 	{ width: 18%; }
.row .header2 	{ width: 58%; }
.row .header3   { width: 18%; }

#header 
{
    height: 60px;    
    width: 100%;
    float: left;
    background-color: white !important;
}
#header_logo 
{
    height: 60px;
    width: 15%;
    float: left;
}
#header_barra 
{
    height: 60px;
    width: 66%;
    float: left;
}
#header_panel 
{
    height: 60px;
    width: 15%;
    float: left;
}
#header_pruebas
{
    color: #40688d;
    font-family: Tahoma;
    font-size: 21px;
    margin-right: -16px;
    float: right;
}
#tool_barra
{
    height: 25px;
    overflow: hidden;
    position: relative;
    left: 15px;
    top: 0;
    background-color: #D3E1F1;
    background-image: -moz-linear-gradient(center top , #DFE9F5, #D3E1F1);
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    border-color: #99BCE8;
    -moz-box-sizing: border-box;
}
#headerTitulo
{
    position: relative;
    -moz-box-sizing: border-box;
    position: relative;
    box-shadow: 0 1px 0 0 #F4F8FD inset;
    background-color: #CBDDF3;
    background-image: -moz-linear-gradient(center top , #DAE7F6, #CDDEF3 45%, #ABC7EC 46%, #ABC7EC 50%, #B8CFEE 51%, #CBDDF3);
    height: 25px;
    padding-top: 4px;
    padding-left: 5px;
}
#headerText
{
    position: relative;
    width: 100px;
    color: #04408C;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;    
}
#headerIcon
{
    position: absolute;
    right: 8px;
    top: 5px;
    width: 14px;
    height: 14px;    
    background: url("/Content/images/iconos/fijar2.png");
    border: solid 1px #99BCE8;       
}
#headerIcon:hover
{
    border: solid 1px white;
    cursor: pointer;
}
.boton_box
{
    height: 23px;
    margin-right: 5px;
}
.boton_back
{
    text-align: center;
    background-color: transparent;
    
    margin: 2px;
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
    
}
.boton_back:hover
{
    margin: 2px;
    text-align: center;
    cursor: pointer;    
    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#dbeeff),color-stop(48%,#d0e7ff),color-stop(52%,#bbd2f0),color-stop(100%,#bed6f5));
    background-image:-webkit-linear-gradient(top,#dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);
    background-image:-moz-linear-gradient(top,#dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);
    background-image:-o-linear-gradient(top,#dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);
    background-image:-ms-linear-gradient(top,#dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);
    background-image:linear-gradient(top,#dbeeff,#d0e7ff 48%,#bbd2f0 52%,#bed6f5);    
    /*border: 1px solid #045FB4;*/
    border: 1px solid #045FB4;    
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  
}
.boton_icon
{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 5px;
    background-repeat:no-repeat;
}
.boton_text
{
    font-size: 11px;
    font-weight: bold;
    color:#045FB4;
    position: relative;
    margin-left: 10px;    
}

.separador 
{
	width:0;
	height:14px;
	top: 4px;
	padding:0px;
	margin: 0px;
	border-left:1px solid #98c8ff;
	border-right:1px solid white;	 
}





/* PANEL ARBOL */


#HomeTreePanel ul, #HomeTreePanel li {
    list-style-type: none;
    padding-left: 0px;
}

#HomeTreePanel .TreeHeader 
{
    width: 200px;
    background-color: #CBDDF3;
    
    background-image: -moz-linear-gradient(center top , #DAE7F6, #CDDEF3 45%, #ABC7EC 46%, #ABC7EC 50%, #B8CFEE 51%, #CBDDF3);
    background-image: -webkit-linear-gradient(top,#dae7f6,#cddef3 45%,#abc7ec 46%,#abc7ec 50%,#b8cfee 51%,#cbddf3);
    
    border-color: #99BCE8;
    border-style: solid;
    border-width: 1px;
    
    box-shadow: #f4f8fd 0 1px 0 0 inset;
    -moz-box-shadow: #f4f8fd 0 1px 0 0 inset;
    -webkit-box-shadow: #f4f8fd 0 1px 0 0 inset;
    
    /*padding: 3px 5px 4px;*/
    padding: 0px 5px 4px;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    font-size: 11px;
    font-family: tahoma,arial,verdana,sans-serif;
    
}
#HomeTreePanel .TreeHeaderBody
{
    position: relative;
    width: 188px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 11px;
}
#HomeTreePanel .TreeHeaderInner
{
    height: 22px;
    width: 188px;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 3px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    color: #04408C;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    
}
#HomeTreeShow 
{
    background-color: #FFFFFF;
    border: 1px solid #99BCE8;
    display: none;
    height: 100px;
    left: 0;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 10px;
    z-index: 80000;
}
#HomeTreePanel .TreeHeaderInnerIcon
{
    position: absolute;
    width:14px;
    height: 14px;
    right: 25px;
    top: 5px;
    display:flex
}
#HomeTreePanel .TreeAction {
    color: #045FB4;
    margin-right:10px;
}


#panelBuscar 
{
    border-bottom: solid 2px #99BCE8;
    border-top: solid 2px #99BCE8;
    margin-bottom: 5px;        
}
#panelBuscar div
{
    padding: 5px;
}
    #panelBuscar input {
        height: 20px;
        width: 100%;
        line-height: 18px;
        border: none;
        border: solid 1px #99BCE8;
        font-size: 10px;
        background: url("/content/images/iconos/text-bg.gif") repeat-x scroll 0 0 white;
    }


.arbol_item
{
    height:25px;
    margin-bottom: 0px;    
    background-color: transparent;
}
.arbol_item a
{
    position: relative;
    top: 1px;
    left: 0px;    
    text-indent:10px;    
    font-size: 11px;
    font-weight: bold;
    color:#045FB4;
    margin-left: -5px;     
    font-family: tahoma;
}

.arbol_item_sub
{    
    height: 20px;
    background-color: transparent;
    position: relative;
    margin-top: 0px;    
    margin-left: 30px;
    margin-bottom: 0px;
}
.arbol_item_sub a
{
    position: relative;
    top: 1px;
    left: 2px;    
    font-size: 11px;
    font-weight: bold;
    color:#045FB4;
    margin-left: 0px;    
    font-family: tahoma;
}

/* TAB PANEL */

.TabPanelHome
{
    height: 30px;
    
    background-color: #CBDBEF;
    background-image: -moz-linear-gradient(center top , #DDE8F5, #CBDBEF);
    background-image: -webkit-linear-gradient(center top , #DDE8F5, #CBDBEF);
    margin: 0px;
    padding: 0px 0 0;
}
.TabPanelBar 
{
    height: 30px;
    
    background-color: #CBDBEF;
    background-image: -moz-linear-gradient(center top , #DDE8F5, #CBDBEF);
    background-image: -webkit-linear-gradient(center top , #DDE8F5, #CBDBEF);
    margin: 0px;
    padding: 0px 0 0;
}

.TabPanelSplitter 
{
    height: 4px;  
    
    background-color: #DEECFD;
    border-bottom: 1px solid #99BCE8;
    border-top: 1px solid #99BCE8;
    padding-left:205px;  
}



/*
.TabsPanelBody 
{
    height: 100%;
    padding-left: 205px;
}

.TabPanelBar 
{
    height: 30px;
    
    background-color: #CBDBEF;
    background-image: -moz-linear-gradient(center top , #DDE8F5, #CBDBEF);
    background-image: -webkit-linear-gradient(center top , #DDE8F5, #CBDBEF);
    margin: 0px;
    padding: 0px 0 0;
}

.TabPanelSplitter 
{
    background-color: #DEECFD;
    border-bottom: 1px solid #99BCE8;
    border-top: 1px solid #99BCE8;
    height: 3px;  
    padding-left:205px;  
}
*/
.TabPanelBar li, .TabPanelHome li
{
    vertical-align: top;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 4px;
        
    background: none repeat scroll 0 0 #FFFFFF;
    
    border-style: solid;
    border-width: 1px 1px 0;
    border-color: #94C0D2;
    display: inline-block;
    z-index: 1;
    
    border-radius: 5px 5px 0 0;
    font-family: 'nuni1';
    /*
    width: 77px;
    height: 24px;*/
}
.TabPanelBar li:hover, .TabPanelHome li:hover
{
    background-image: -moz-linear-gradient(center top , #FFFFFF 0%, #F3F3F3 100%);
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%);
}
.TabPanelBar li .label, .TabPanelHome li .label
{
    padding-top: 7px; 
    padding-left: 1px; 
    padding-right: 4px;
    padding-bottom: 4px; /*si esta activo, 9px */
    
    color: #003F59;
    border-bottom-width: 0;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    
}
.TabPanelBar li img, .TabPanelHome li img
{
    padding-left: 10px;
    margin: -3px 3px 0 -6px;
    vertical-align: middle;
    
}

.TabPanelBar li:first-child, .TabPanelHome li:first-child
{
    margin-left: 12px;
    margin-right: 0;
    margin-top: 4px;
}
.TabPanelBar li:first-child .label, .TabPanelHome li:first-child .label
{ 
    padding-right: 10px;
}

.TabPanelBar .activo, .TabPanelHome .activo
{
    /*background: none repeat scroll 0 0 #E1E3ED;*/
    background-image: -moz-linear-gradient(center top , #FAFAFA 0%, #E1E3ED 100%);
    background-image: -webkit-linear-gradient(top, #FAFAFA 0%, #E1E3ED 100%);
}
.TabPanelBar .activo .label , .TabPanelHome .activo .label
{
    padding-bottom: 9px;  
    color: #E17009;
    font-weight: bold; 
}


/*.TabClosable
{
    background: url("../../resources/themes/images/default/tab/tab-default-close.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    font-size: 0;
    height: 11px;
    line-height: 0;
    opacity: 0.6;
    
    cursor: pointer;
    width: 17px;
}*/
.TabClosable::after {
    content: "\f00d";
}
.TabClosable {
    font-family: "Font Awesome 5 Free"; font-weight: 900;  
    font-weight: 900;
    font-size: 0.8em;
    cursor: pointer;
    color: #6f91c0;
    border: 1px solid #99bbe8;
    border-radius: 4px;
    padding: 0.5px 1.5px 1px 1px;
    vertical-align: text-top;
    background-color: #f0f9ff;
    margin-right: 5px;
    font-weight: 900;
}
.TabClosable:hover {
    border-color:#6286b8;
    color: #547aaf;
}



.TabContent 
{
    width: 80%;
    padding-left: 10%;
    float: left;
    padding-top:25px;
       
}






/* POPUPS */
.popup_content
{
    /*
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;*/
    background-color: Yellow;
}
.popup_bottons 
{
    width:100%;
      
}
.popup_bottons button
{
    float: right;
    margin-left: 10px;  
}

.filterMenuHeader 
{
    text-decoration: underline;
}
.filterMenuHeader:hover 
{
    color:#E17009;
    text-decoration: none;
}


.submitStyle
{
height: 20px;
font-size: 10px;
width: 100%;
-moz-user-select: none;
border-radius: 4px 4px 4px 4px;
box-shadow: none;
border-color: #94C0D2;
color: #003F59;
background-image: none, linear-gradient(to bottom, #EAF4F9 0px, #DBECF4 100%) ;
background-color: #DAECF4;
background-repeat: no-repeat;
background-position: 0px, 0px;
-moz-box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: inherit;
line-height: 1.66em;
margin: 0;
text-align: center;
text-decoration: none;
text-indent: 0px;
border-style: solid;
border-width: 1px;
}
.submitStyle:hover, .submitStyle:focus
{
-moz-user-select: none;
background-image: none,linear-gradient(to bottom, #AFE4FA 0px, #7DD3F6 100%);
background-position: 0px, 0px;
background-color: #7DD3F6;
background-repeat: no-repeat;
text-indent: 0px;
border-color: #7EC6E3;
color: #005C83;
}
.submitStyle:focus
{
border-color: #E17009;
}
.submitStyle:active
{
background-image: none;
background-color: #58A5C6;
background-repeat: no-repeat;
text-indent: 0px;
border-color: #58A5C6;
color: #FFFFFF;
}
.submitStyle input
{
width: 0px;
height: 0px;
} 



dl.sub-nav { display: block; width: auto; overflow: hidden; margin: -4px 0 0px -9px; padding-top: 4px; 
    font-family: Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    color: #2BA6CB;
}
dl.sub-nav dt, dl.sub-nav dd { float: left; display: inline; margin-left: 9px; margin-bottom: 4px; }
dl.sub-nav dt { color: #999; font-weight: normal; }
dl.sub-nav dd a  
{
    text-decoration: none; 
    -webkit-border-radius: 1000px; 
    -moz-border-radius: 1000px; 
    -ms-border-radius: 1000px; 
    -o-border-radius: 1000px; 
    border-radius: 1000px; 
    color: #5C9CCC;
}
dl.sub-nav dd a:hover 
{
    cursor: pointer;
    text-decoration: underline;
}
dl.sub-nav dd.active a:hover 
{
    cursor: pointer;
    text-decoration: none;
}
dl.sub-nav dd.active a  
{
    cursor: pointer;
    font-weight: bold; 
    background: #2ba6cb; 
    color: #fff; 
    padding: 3px 9px; 
    cursor: default; 
}
.gridEmpty 
{
    width: 100%;
    padding-left:20px;    
    padding-top: 15px;
    /*color: #5C9CCC;*/
    color: #3D7DAD;
    
    font-size: 12px;
    font-weight: bold;
}

#LoadingTab 
{
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40000;
}

#fondoCargando
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 50000;
}
#fondoCargando .fondoOpaco
{
    float:left;
    width: 100%;
    height: 100%;
    opacity:0.4;    
    background: none repeat scroll 0 0 #808080;
    z-index: 50001;
}
#fondoCargando .barraCargando 
{
    position: absolute;
    left: 50%;
    top: 45%;
    width: 128px;
    height: 128px;
    margin-left: -64px;
    margin-top: -64px;
    background-image: url("/Content/images/iconos/cargando_animado2.gif");
    background-repeat: no-repeat;
    z-index: 60000;
}
/*gif_cargando*/
/*
    background-image: url("/Content/images/iconos/cargando_animado.gif");
*/
    
.PantallaOpaca
{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity:0.6;    
    background: none repeat scroll 0 0 #000000;
    z-index: 1000;
}


.SgaProgressBar 
{
    position: absolute;
    height: 20px;
    width: 100px;
    display:none;
}


.barlittle {
    background-color: #2187e7;
    background-image: -moz-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    background-image: -webkit-linear-gradient(45deg, #2187e7 25%, #a0eaff);
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 5px;
    opacity: 0.1;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-animation: move 1s infinite linear;
    -webkit-animation: move 1s infinite linear;
}

#block_1 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

#block_2 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

#block_3 {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

#block_4 {
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

#block_5 {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

@-moz-keyframes move {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1;
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    }
}


/* REQUERIDO PARA BuscadorSGS.js*/
.buscadorSGS .inputBuscadorSGS {
    box-sizing: border-box;
    color: #7f7f80;   
    text-align: left;
    font-family: "nuni3";
    font-size: 13px;
    text-indent: 5px;
    font-weight: bold;
    height: 100%;       
    width: 100%;
}
.buscadorSGS input[type="text"]:focus {
    border: 2px solid #5C9CCC;
}
/*.buscadorSGS .waterBuscadorSGS {
    background-image: url("/Content/images/iconos/watermark.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}*/
.buscadorSGS .buscadorResetSGS {
    position: absolute;
    background-repeat: no-repeat;
    color: #64acee;
    font-size: 16px;
    right: 4px;
}
.buscadorSGS .buscadorResetSGS:hover {
    font-size: 18px;
}

.botonPequeno {
    border: 1px solid #2C84B6;
    color: #2C84B6;
    border-radius: 5px;
    background-color: #C9E6F5;
    cursor: pointer;
    margin: 2px;
    padding: 2px 4px;
}


/* Estilos para formulario documentos (gestion ots / pestaña bitacora) */


.FormManagedDocumentContainer .uploadDocumentButton {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 2px 0;
    border: solid 1px transparent;
    border-radius: 4px;
    padding: 0.5em 1em;
    color: #FFFFFF;
    background-color: #4297d7;
    font-size: 12px;
    cursor: pointer;
}

    .FormManagedDocumentContainer .uploadDocumentButton:hover {
        border: solid 1px white;
    }


.FormManagedDocumentSpace .EliminarImagen,
.FormManagedDocumentSpace .PreviewImagen,
.FormManagedDocumentSpace .DownloadImagen {
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 1.3em;
    cursor: pointer;
    display: inline-block;
    font-weight: 900;
}

    .FormManagedDocumentSpace .EliminarImagen:after {
        content: "\f00d";
    }

    .FormManagedDocumentSpace .PreviewImagen:after {
        content: "\f002";
    }

    .FormManagedDocumentSpace .DownloadImagen:after {
        content: "\f019";
    }




.FormManagedDocumentSpace h1 {
    font-size: 30px;
    /*color: #fff;*/
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}

.FormManagedDocumentSpace table {
    width: 100%;
    table-layout: fixed;
}

.FormManagedDocumentSpace .tbl-header {
    /*background-color: rgba(255,255,255,0.3);*/
    border-bottom: solid 1.5px #4E8EDD;
}

.FormManagedDocumentSpace .tbl-content {
    height: 450px;
    overflow-x: auto;
    margin-top: 0px;
    border: 1px solid white;
}

.FormManagedDocumentSpace th {
    text-align: left;
    /* font-weight: 500; */
    font-size: 12px;
    /* color: #fff; */
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.FormManagedDocumentSpace td {
    padding: 8px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 13px;
    /* color: #fff; */
    border-bottom: solid 1.5px #4E8EDD;
}

    .FormManagedDocumentSpace td img {
        width: 50px
    }


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.FormManagedDocumentSpace .tbl-header th.documento,
.FormManagedDocumentSpace .tbl-content td.documento {
    width: 100px;
}

.FormManagedDocumentSpace .tbl-header th.fecha,
.FormManagedDocumentSpace .tbl-content td.fecha {
    width: 150px;
}

.FormManagedDocumentSpace .tbl-header th.size,
.FormManagedDocumentSpace .tbl-content td.size {
    width: 150px;
}

.FormManagedDocumentSpace .tbl-header th.acciones,
.FormManagedDocumentSpace .tbl-content td.acciones {
    width: 100px;
}


/* Absolute Center Spinner */
.overlaySpinnerDocuments {
    display:none;
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .overlaySpinnerDocuments:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .overlaySpinnerDocuments:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .overlaySpinnerDocuments:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* iconos colores */
.icoAwesomeGrid.iconred {
    color: red;
}
.icoAwesomeGrid.iconblue {
    color: blue;
}
.icoAwesomeGrid.iconyellow {
    color: yellow;
}
.icoAwesomeGrid.icongreen {
    color: green;
}
.icoAwesomeGrid.iconorange {
    color: orange;
}
.icoAwesomeGrid.iconbrown {
    color: brown;
}
.icoAwesomeGrid.icongrey {
    color: grey;
}
.icoAwesomeGrid.iconblack {
    color: black;
}
.icoAwesomeGrid.iconwhite {
    color: white;
}

.cursorPointer {
    cursor:pointer;
}

.fix-tab {
    position: absolute;
    top: 50px;
}