﻿/*AutoComplete*/
.autoCcompletionListElement
{
	/*background-color:inherit; color:windowtext;*/
	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: 10000;
	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: absolute; /*must have*/
	top: 0; /*must have*/
	left: 0; /*must have*/
	z-index: -1; /*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;
}

.autoChighlightedListItem
{
	background-color: #FFFF99; /*#FFFF99;*/
	color: #444444;
	padding: 1px;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	z-index: 10000;
}
.autoClistItem
{
	font-weight: normal; /*background-color:window; color:windowtext;*/
	color: #444444;
	background-color: #f6f6f6; /*#FFFFFF;*/
	padding: 1px;
	font-family: Verdana;
	font-size: 8pt;
	z-index: 10000;
}

/*----------------------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-------------------------------------*/


div#FuncionesRadMenu li a {
  /*background-color: #4C4F53;*/
  padding: 10px 0 10px 0;
}

.RadMenu_Default .group .link:hover, .RadMenu_Default .group .focused, .RadMenu_Default .group .expanded {
  color: #fff;
  background: #444;
}

#TrMenu {
  clear: both;
  display: block;
  /* min-height: 45px; */
  background: #474544;
  position: relative;
  padding: 0;
}

.RadMenu_Default .rootGroup .link:hover, .RadMenu_Default .rootGroup .focused, .RadMenu_Default .rootGroup .expanded {
  background-color: #fff;
  color: #FFF;
}

.RadMenu_Default {
  border: 1px solid #010101;
  border-bottom-width: 0;
  border-top-color: #383838;
  background: none ;
  text-align: left;
}

#datosUsuario > span {
color:#C6C7C9;
}

img#LogoEmpresa {
  height: 100%;
}


/*---------------LOGIN----------------*/

/*
 * Specific styles of signin component
 */
/*
 * General styles
 */


.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 #txtPassword {
     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;
}

.jarviswidget-color-blueDark>header {
  background: #4C4F53;
  color: #cfd7e4;
  font-size: 12px;
  text-shadow: 1px 1px 0 #000;
  text-transform: uppercase;
  line-height: 38px;
  /*background: url(img/block_title_bullet.png) 15px center no-repeat;*/
  background: url(img/block_title_bg.png) repeat-x;
  margin: 0;
  padding: 0 0 0 30px;
}
div#FuncionesRadMenu li {
  background: url(img/block_title_bg.png) repeat-x;
    background-color: rgb(54, 62, 73);
    text-shadow: 0 1px 3px rgba(0,0,0,.5);

}

.smart-style-1.menu-on-top aside#left-panel {

  background: url(img/block_title_bg.png) repeat-x;
    background-color: rgb(54, 62, 73);
    background-position-y: 50px;
}

.menu-on-top #main {
  margin-top: 35px!important;
}

body.azul { 
  background: #363d47 url(img/mybg.jpg) top center no-repeat fixed;
  
}

.ui-accordion .ui-accordion-header {
    background: #4C4F53;
  background: url(img/block_title_bg.png) repeat-x;
  font-size: 15px;
  padding: 10px 15px 10px 36px!important;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#content {
  background: url(img/mybg.png);
}



/*
 * 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;
}