﻿/*AutoComplete*/
.autoCcompletionListElement {
	color: #000000;
	background-color: #f6f6f6; /*#FFFFFF;*/
	border: 1px solid #66afe9; /*buttonshadow;*/
	height: 200px;
	list-style-type: none;
	margin: 0px !important;
	overflow: auto;
	text-align: left;
	visibility: hidden;
	z-index: 99999999999;
	font-family: Verdana;
	font-size: 8pt; /**/ /*position:absolute;		 	overflow:hidden;/*must have*/ /*width:33em;/*must have for any value;*/
}

.autoCompletionListElement iframe {
	display: none; /*sorry for IE5*/
	display: /**/ block; /*sorry for IE5*/
	position: relative; /*must have*/
	top: 0; /*must have*/
	left: 0; /*must have*/	
	/*filter: mask(); must have*/
	width: 3000px; /*must have for any big value*/
	height: 3000px /*must have for any big value*/;
	font-family: Verdana;
	font-size: 8pt;
	z-index: 9999999999999; /*must have*/
	}
	
.autoChighlightedListItem {
	background-color: #c1c1c1; /*#FFFF99;*/
	color: #444444;
	padding: 1px;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	position: relative;
	z-index: 999999999999;
    }
        
.autoClistItem {
	font-weight: normal; /*background-color:window; color:windowtext;*/
	color: #444444;
	background-color: #f6f6f6; /*#FFFFFF;*/
	padding: 1px;
	font-family: Verdana;
	font-size: 8pt;
	position: relative;
	z-index: 999999999999;
    }
    
/*- LITIGIO -*/

div#EntidadModalPopupExtender_backgroundElement {
    background-color: rgb(0,0,0);
    opacity: 0.5;
    }

div#Panel1_DropShadow {
    opacity: 0;
    }

div#ModalPopupExtender1_backgroundElement {
    background-color: black;
    opacity: 0.5;
    }

div#ReportePanel_DropShadow {
    opacity: 0;
    }

h4#ui-accordion-accordion-header-0 {
    color: #fff;
    }

div#corcho {
    max-height: 55px;
    }
    
.usuarioLogeado {
    padding-top: 30px;
    color: #fff;
    }

@media (min-width: 768px) {
    .table-grid-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
        }
}

ul.autocomplete_completionListElement {
    background: #FFF;
    border: 1px solid #BDBDBD;
    list-style: none;
    }

ul.autocomplete_completionListElement > li:hover {
    background: #3276B1;
    color: #FFF;
    cursor: default;
    }

div#FechaConstitucionDateControl_wrapper{
    width: 100%;
    }

/*- STPS -*/

.ajax__calendar_container {
    z-index: 1;
    }
    
b.tooltip {
    z-index:1;
}

/*- INMUEBLES -*/

ul#AutoCompleteExtender2_completionListElem {
    z-index: 1;
    background: rgba(255, 220, 0, 0.68);
}

ul#AutoCompleteExtender1_completionListElem {
    background: rgba(255, 220, 0, 0.68);
}

ul#CentroCAutoComplete_completionListElem {
    background: rgba(255, 220, 0, 0.68);
}

/*- MENU -*/
#FuncionesRadMenu {
    background-color: #000f20!important;
    }
    
div#FuncionesRadMenu li a {
    background-color: #000f20;
    padding: 3px 0 3px 0;
    color: #FFFFFF;
    }

#Menu-LT {
    display: block;
    background: #000f20;
    height: 20px !important;
    margin-top:-10px !important;
    }

.RadMenu_Default:hover .rootGroup .link:hover, .RadMenu_Default:hover .rootGroup .focused, .RadMenu_Default .rootGroup .expanded a:hover li:hover{
    background-color: #474544 !important;
    color: #FFFFFF;
    }

.RadMenu_Default {
    border: 1px solid #000f20;
    border-bottom: 1px solid #474544 !important;
    border-top:3px solid #474544 !important;
    background: #000f20 !important ;
    text-align: left;
    }

#datosUsuario > span {
    color:#C6C7C9;
    }

img#LogoEmpresa {
    height: 100%;
    }


/*-LOGIN-*/

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
    }

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    font-family: "Segoe UI", "Open Sans", Calibri, Candara, Arial, sans-serif;
    }

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;   
    }
    
.form-signin #txtL,
.form-signin #mail,
.form-signin #txtUsuario,
.form-signin #TextBoxActualPassword,
.form-signin #txtUsuario,
.form-signin #txtConfirmaContraseña {
    display: block;
    width: 100%;
    height: 32px !important;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: "Segoe UI", "Open Sans", Calibri, Candara, Arial, sans-serif;
    }

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

.form-signin:focus , .form-control:focus {
    border-color: #66afe9;
    utline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.form-signin::-moz-placeholder, .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
    }

.btn.btn-signin {
  /*background-color: #4d90fe; */
    background-color: rgb(20, 40, 80) !important;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    font-family: "Segoe UI", "Open Sans", Calibri, Candara, Arial, sans-serif;
    }

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(0, 119, 181) !important;
    border-color: rgb(0, 119, 181) !important;
    }

.forgot-password {
    color: rgb(104, 145, 162);
    font-size:12px;
    font-family: "Segoe UI", "Open Sans", Calibri, Candara, Arial, sans-serif;
    }

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(50, 118, 177);
    }

.bienvenido-lt {
    color: rgb(20,40,80);
    font-size:14px;
    font-weight: bold;
    font-family: "Segoe UI", "Open Sans", Calibri, Candara, Arial, sans-serif; 
    }

/*.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}*/

.card .img-responsive {
    margin: 0 auto;
    }

.card .submit, #btnEntrar {
    display: block;
    height: 32px;
    background: url(img/form_button.png) top repeat-x;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    text-decoration: none;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #2a3139;
    -webkit-box-shadow: 0 1px 1px #323a43;
    -moz-box-shadow: 0 1px 1px #323a43;
    box-shadow: 0 1px 1px #323a43;
    }

.card .submit:hover, #btnEntrar:hover {
    background: url(img/form_button.png) bottom repeat-x;
    }

/*
 * Globals
 */

/* Links 
a,
a:focus,
a:hover {
  color: #fff;
    }*/

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritence from `body` */
    background-color: #fff;
    border: 1px solid #fff;
    }


/*
 * Base structure
 */

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    }
    
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
    }

.cover-container {
    margin-right: auto;
    margin-left: auto;
    }

/* Padding for spacing */
.inner {
    padding: 30px;
    }


/*
 * Header
 */
.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    }

.masthead-nav > li {
    display: inline-block;
    }
    
.masthead-nav > li + li {
    margin-left: 20px;
    }

.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff; /* IE8 proofing */
    color: rgba(255,255,255,.75);
    border-bottom: 2px solid transparent;
    }
    
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255,255,255,.25);
    }

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
    }

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
        }
    .masthead-nav {
        float: right;
        }
}

/*
 * Cover
 */

.cover {
    padding: 0 20px;
    }
.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
    }

/*
 * Footer
 */

.mastfoot {
    color: #999; /* IE8 proofing */
    color: rgba(255,255,255,.5);
    }


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
        }
    .mastfoot {
        position: fixed;
        bottom: 0;
        }
  /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
        }
  /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
        }
}

@media (min-width: 992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 700px;
        }
}

.inicio {
    padding: 40px 15px;
    text-align: center;
    }


.inicio #btnEntrar {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    }

.inicio h1 {
    color: #FFF;
    }

/* LITIGIO -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#riscoform
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight:normal; 
    color: #000000;
    text-decoration:none;    
}
/********Estilos para tablas genericas***********/
#riscoform .TableContainer
{    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #323030;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    white-space: normal;    
    text-decoration: none;    
    width:100%;
    border:solid 1px #000000;
    padding: 0px;
    margin:0px;
}
#riscoform .TableContainer th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color:#021228;    
    text-align:center;
    font-weight: normal;
    border-width:thin;
    border-color:Gray;
    margin: 0px;
    padding: 5px;
    font-size: 12px;
    color: #FFFFFF;     
}
#riscoform .TableContainer th a
{
    color:#FFFFFF;
}
#riscoform .TableContainer th a:hover
{
    color:#FFFFFF;
}
#riscoform .TableContainer tr
{
    padding: 0px;
    margin:0px;
}
#riscoform .TableContainer td
{   
    padding:0px 0px 0px 2px;
    margin:0px;
    color: #000000;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight:normal;   
    text-decoration:none;    
}
#riscoform .TitleHeader
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color:#021228;
    vertical-align:middle;
    text-align:center;
    font-weight: bold;
    font-size:12px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px;    
    width:99%;    
}

#riscoform .TableHotTrack
{
    padding: 0px;
}

#riscoform .TableHotTrack tr:hover
{
    background-color:#D3E0F2;
}

/******Fin de Estilos para tablas**********/

/******Para FichaEjecucion y workflow*********/
#riscoform .PhaseInActive
{
    background-color:#e5e1e1;
    width:75px;    
    cursor:default;    
}
#riscoform .PhaseActive
{
    background-color:#66cc00;
    width:75px;    
    cursor:pointer;
}
#riscoform .PhaseProgress
{
    background-color:#ffcc00;
    width:75px;    
    cursor:pointer;
}

#riscoform .PopUpPanel
{
    text-decoration:none;    
    background-color:#D3E0F2;
    padding: 0px 0px 0px 0px;    
}

#riscoform .degrada1
{
    background-color:#CFCFCF;
    font-weight:bold;
    cursor:default;
}

#riscoform .degrada2
{
    background-color:#D3E0F2;
    cursor:default;
}

#riscoform .WFTableWidth
{
    width:600px;
}

#riscoform .manita
{
    cursor:pointer;
}
/******Fin de  FichaEjecucion y workflow*********/

/********Para default, fichatecnica  y listas********/
#riscoform .list
{
    margin:0px;    
}
#riscoform .list li
{
    list-style-type:square;
}
#riscoform .LitigioList
{
    margin:0px;
    padding:0px;
     
}
#riscoform .LitigioList li
{
    list-style-type:none;
}
#riscoform .LitigioList li a
{
    width:100%;
    display:list-item;    
}
#riscoform .LitigioList li a:hover
{
    background-color:#D3E0F2;
}
#riscoform .LitigioList .HeaderIssue
{
    cursor:pointer;
    text-align:center;
    /*background-color:#CFCFCF;*/
}
#riscoform .LitigioList .HeaderIssue ul
{
    cursor:pointer;
    /*background-color:#FFFFFF;*/
    text-align:left;  
    padding:0px;
    margin:0px;
}
#riscoform .IssueList
{
    margin:0px;
    padding:0px;         
}
#riscoform .IssueList li
{
    list-style-type:none;
}
#riscoform .IssueList li label
{
    width:120px;
    font-weight:bold;        
}
#riscoform .IssueList .HeaderIssue
{
    cursor:pointer;
    text-align:center;
    /*background-color:#CFCFCF;*/
}
#riscoform .IssueList .HeaderIssue ul
{
    cursor:pointer;
    /*background-color:#FFFFFF;*/
    text-align:left;  
    padding:0px;
    margin:0px;
}
#riscoform .PanelList
{
    height:350px;
    width:281px;
    min-width:281px;
    margin:2px; 
}
#riscoform .PanelIssueList
{
    height:350px;
    width:381px;
    min-width:381px;    
    margin:2px;
}
#riscoform .FichaTecnicaLabel
{
    float:left;
    width:95px;
    text-align:left; 
}
#riscoform .Label
{
    float:left;
    width:150px;
    text-align:left;
    font-size:9pt;
}
#riscoform .LitigioDetailLabelShort
{
    width:75px;
    font-weight:bold;
    white-space:nowrap;    
}
#riscoform .LitigioDetailLabel
{
    width:95px;
    font-weight:bold;
    white-space:nowrap;    
}
#riscoform .LitigioDetailLabelShort label
{
    font-weight:bold;
}
#riscoform .LitigioDetailLabel label
{
    font-weight:bold;
}
#riscoform .ExhibitList
{
    width:100%;
}
#riscoform .ExhibitList dt
{
    background-color:#D3E0F2;
    cursor:default;    
}

#riscoform .NoRecordFound
{
    width:100%;
    height:50px;
    text-align:center;
    vertical-align:middle;
    font-size:14px;
    font-weight:bold;        
}

#riscoform .LitigioCollapseFixItemStyle
{
    background-color:#FFFFFF;
}

#riscoform .LitigioCollapseFixItemStyle td
{
    background-color:#FFFFFF;
}

#riscoform .LitigioCollapseFixItemStyle td .DetailContainerItem
{
    background-color:#FFFFFF;
    border: solid 1px #000000;
    padding: 0px 0px 2px 5px;
}

#riscoform .LitigioCollapseFixItemStyle td .DetailContainerItem:hover
{
    background-color:#D3E0F2;
}

#riscoform .TitleSearch
{
    vertical-align:middle;
    text-align:center;
    font-weight: bold;
    font-size:11px;
    text-decoration: none;
    padding: 3px;    
}

/********Fin de default, fichatecnica  y listas********/