/* main styles */
body {
    margin:0;
    padding:0;
    background: #EBEBEB;
    color:#000;
    font-family:tahoma,arial,sans-serif;
    font-size:11px;
}
form, h1,h2,h3 {
    margin:0;
    padding:0;
}
img {border:none;}
a {color:#060606;text-decoration: none}
a:hover {text-decoration: underline}
input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}
.normal {font-weight:normal !important}
.block {display:block !important}
input.text,
select,
textarea {
    color:#333;
    vertical-align:middle;
    border: 1px solid #999;
}

div.tooltip {
    display: none;
}

div#resultado.alert ul{
    line-height: 20px !important;
}

div.error, div.error_span  {
    margin: 10px !important;
    padding: 0 !important;
    height: 12px !important;
    line-height: 12px !important;
    color: red;
}

a.blue {
    color: #3b5f92 !important;
    text-decoration: underline;
}

/* login */

#login {
    width: 700px;
    height: 100%;
    margin: auto;
    position: relative;
}
#login .login-table input[type="submit"],
#login .login-table a.submit{
    width: 100%;
    color: #fff;
}
#login .login-table input[type="text"],
#login .login-table input[type="password"]{
    width: 93%;
}
#login .login-table {
    padding: 10px;
    background-color: #ccc;
    border: 1px solid #aaa;
    width: 250px;
}
.login-table{
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    border: 1px solid #f7f2f2 !important;
}
#login .login-table th {
    font-weight: normal;
    color: #000;
}
/* main container */
#main {
    width:992px;
    margin:0 auto;
}
#main-news {
    width:1092px;
    margin:0 auto;
}
#welcome:hover{
    background-color: #dddbdb;
}
#welcome:hover a{
    text-decoration: underline;
}
#welcome {
    padding: 5px 10px;
    margin: 5px;
    float: right;
    font-size: 12px;
    border-radius: 5px;
}
#welcome a {
    color: #3b5f92;
    text-decoration: none;
}
div#google_translate_element{
    float: right;
    background-color: transparent !important;
    padding: 5px 10px;
    font-size: 12px;
}
div#google_translate_element:hover .goog-te-gadget-simple{
    background-color: #dddbdb;
    border-bottom: none;
}
div#google_translate_element:hover .goog-te-gadget-simple a{
    border-bottom: none;
    text-decoration: none;
}
div#google_translate_element .goog-te-gadget-simple{
    background-color: transparent;
    border: none;
    border-radius: 5px;
}
/* header */
#header {
    position:relative;
    width:992px;
    height:106px;
    background:url(../images/admin/bg-header.gif) no-repeat left bottom;
}
div.empresa{
    position: absolute;
    right: 0px;
    top: 67px;
    height: 100px;
    width: 115px;
}
#header-news {
    position:relative;
    width:1092px;
    height:106px;
    background:url(../images/admin/bg-header.gif) no-repeat left bottom;
}
/* site logo search*/
a.logo_search {
    position:absolute;
    top:5px;
    left:20px;
}
/* site logo solutions*/
a.logo {
    position:absolute;
    top:5px;
    left:20px;
}

a.logo img {
    background: transparent url(../images/admin/logo.png) no-repeat;
}

/* site logo case manager*/
a.logo_sdcm {
    position:absolute;
    top:5px;
    left:20px;
}

a.logo_sdcm img {
    background: transparent url(../images/admin/case-manager.png) no-repeat;
}


/* header tabs */
#top-navigation {
    position:absolute;
    top:60px;
    left:20px;
    margin:0;
    padding:0;
    list-style:none;
}
#top-navigation li {
    float:left;
    margin:0 3px 0 0;
    height:33px;
    border: 1px solid transparent;
    /*background:url(../images/admin/tab.gif) repeat-x top;*/
}
#top-navigation span.notificacion a{
    /*color: #FFF;*/
}
#top-navigation span.notificacion{
    /*background: #82a445;*/
    background: #CAD8B1;
    border-bottom: 0;
}
#top-navigation li a {
    float:left;
    display:block;
    height:19px;
    /*line-height:18px;*/
    color:#606060;
    padding:4px 0 0 0;
}
#top-navigation li span {
    float:left;
    /*background:url(../images/admin/tab-left.gif) no-repeat left top;*/
}
#top-navigation li span span {
    background: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    /*background:url(../images/admin/tab-right.gif) no-repeat right top;*/
    padding:7px 10px 0 10px;
}
#top-navigation li.active {
    padding:0;
    height:34px;
    background:url(../images/admin/tab-active.gif) repeat-x top;
    margin-right:2px;
    border: 0px;
}
#top-navigation li.active span {
    background:url(../images/admin/tab-active-left.gif) no-repeat left top;
    height:34px;
    border-radius: 0px;
}
#top-navigation li.active span span {
    background:url(../images/admin/tab-active-right.gif) no-repeat right top;
    height:26px;
    padding:8px 10px 0 10px;
    /*line-height:19px;*/
    color:#606060;
}


/* middle */
#middle {
    float:left;
    width:967px;
    background:url(../images/admin/bg-middle.gif) repeat-y left;
    padding:0 13px 20px 12px;
}
#middle-news {
    float:left;
    width:1067px;
    background:url(../images/admin/bg-middle.gif) repeat-y left;
    padding:0 13px 0 12px;
}

/* left column */
#left-column {
    float:left;
    padding:1px 14px 0 12px;
    width:151px;
}
/* Summary */
#summary {
    float:right;
    padding:0 9px 0 0;
    width:133px;
}
/* center column */
#center-column {
    float:left;
    width:760px;
    /*background:url(../images/admin/bg-center-column.jpg) no-repeat left top;*/
    min-height: 500px;
    padding:12px 16px 0 13px;
}

#fondo{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100%;
    z-index: 0;
    background: rgba(229,241,221,1);
    background: -moz-linear-gradient(top, rgba(229,241,221,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,241,221,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(229,241,221,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(229,241,221,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,241,221,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(229,241,221,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f1dd', endColorstr='#ffffff', GradientType=0 );    
}

* html #center-column {height:584px;}
#center-column-news {
    float:left;
    width:860px;
    background:url(../images/admin/bg-center-column.jpg) no-repeat left top;
    min-height:584px;
    padding:12px 16px 0 13px;
}
* html #center-column-news {height:684px;}

.add-button {
    float: left;
    padding: 0 0 0 5px;
    height: 20px;
    line-height: 20px;
}

.add-button a {
    color: #3b5f92;
}

/* footer */
#footer {
    float:left;
    width:100%;
    background:url(../images/admin/bg-footer.gif) no-repeat;
    height:15px;
}

/* left column styles */
#left-column a {color:#3E3E3E;}
#left-column h3 {
    font-size:11px;
    margin:0;
    color:#fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height:25px;
    line-height:23px;
    padding:0 0 0 9px;
}
ul.nav {
    margin:0 0 11px 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #4E782F;
    background: #ECEFE7;
    list-style: none;
    padding: 0px;
}
/*
ul.nav li{
    background: url(../images/admin/arrow.gif) no-repeat 2px 9px;
}
*/
ul.nav a:hover {
}
ul.nav li.last {background:none;}

#left-column .link {
    display:block;
    width:142px;
    height:25px;
    background:url(../images/admin/bg-left-link.gif);
    margin:0 0 4px 0;
    font-weight:bold;
    padding:0 0 0 9px;
    line-height:25px;
    color:#60635A;
}

/* center column styles */
.top-bar {
    float:left;
    width:750px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.top-bar h1{

}
.top-bar-news {
    float:left;
    width:750px;
    padding:0 0 0 9px;
    margin:0 0 4px 0;
}
/* center column styles */
.top-crox {
    float:left;
    width:750px;
    padding:0 0 0 9px;
    margin:0 0 4px 0;
}
/* text page header */
.top-bar h1 {
    color:#9097A9;
    margin:0 0 4px 0;
}
/* text page header */
.top-crox h1 {
    font:20px/21px verdana,sans-serif;
    color:#9097A9;
    margin:0 0 4px 0;
}	
/* orange button */
.top-bar a.button {
    float:right;
    display:block;
    width:75px;
    height:35px;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    line-height:27px;
    background:url(../images/admin/bg-orange-button.gif) no-repeat;
}
/* bar with select */
.select-bar {
    clear:both;
    padding:5px 0 3px 0;
    margin:0 0 17px 0;
}
/* bar with select */
.backtop {
    float:right;
    padding:0px;
}

/* table container */
div.table {
    position:relative;
    float:left;
    width:760px;
    margin:0 0 37px 0;
}
div.table img.left {
    position:absolute;
    top:0;
    left:0;
}
div.table img.right {
    position:absolute;
    top:0;
    right:1px;
}

/* table container */
div.table-news {
    position:relative;
    float:left;
    width:860px;
    margin:0 0 37px 0;
}

div.table-news img.left {
    position:absolute;
    top:0;
    left:0;
}
div.table-news img.right {
    position:absolute;
    top:0;
    right:1px;
}
/* table listing styles */
table.listing {
    border-bottom:1px solid #9097A9;
    width:759px;
    padding:0;
    margin:0;
    border:1px solid #9097A9;
    position:relative;
}
table.listing th.full {
    text-align:left;
}
table.listing td,
table.listing th {
    border:1px solid #fff;
    text-align:left;
}	
table.listing th {
    background:#9097A9;
    color:#fff;
    padding:5px;
}
table.listing td {
    background:#D8D8D8;
    color:#000;
    padding:3px 5px;
}
table.listing .bg td {
    background:#ECECEC;
}
table.listing .white td {
    background:#fff;
}	

table.listing .button {text-align:right;}
table.listing .center {text-align:center;}
table.listing .style1 {font-weight:bold;color:#FF7A00;}
table.listing .style2 {font-weight:bold;padding-left:16px;}
table.listing .style3 {padding-left:25px;}
table.listing .style4 {padding-left:35px;}

table.listing a {text-decoration:underline;}


/* table form styles */
table.form {
    width:759px;
    padding:0;
    margin:0;
    border:1px solid #9097A9;
}
table.form td{
    border-bottom: 2px solid #fff;
    text-align:left;
}	
table.form th {
    border: 1px solid #fff;
    text-align:left;
}	
table.form th {
    background:#9097A9;
    color:#fff;
    padding:5px;
}
table.form td {
    vertical-align: middle;
    line-height: 17px;
    background:#D8D8D8;
    color:#000;
    padding:3px 5px;
}
table.form .bg td {
    background:#ECECEC;
}
table.form .white td {
    background:#fff;
}	
table.form .first {border-left:0px solid #9097A9;text-align:left;}
table.form .last {border-right:0px solid #9097A9;}
table.form .button {text-align:right;}

table.form th.first {background:#9097A9 url(../images/admin/bg-th-left.gif) no-repeat left top;border-left:0;}
table.form th.last {background:#9097A9 url(../images/admin/bg-th-right.gif) no-repeat right top;border-right:0;}

table.form .style1 {font-weight:bold;color:#FF7A00;}
table.form .style2 {font-weight:bold;padding-left:16px;}
table.form .style3 {padding-left:25px;}
table.form .style4 {padding-left:35px;}


/* table.form-news styles */
table.form-news {
    border-bottom:1px solid #9097A9;
    width:850px;
    padding:0;
    margin:0;
    border:1px solid #9097A9;
}
table.form-news th {
    border-top:0 !important;
}
table.form-news th.full {
    border-left:0;
    border-right:0 !important;
    text-align:left;
}
table.form-news td,
table.form-news th {
    border:1px solid #fff;
    text-align:left;
}	
table.form-news th {
    background:#9097A9;
    color:#fff;
    padding:5px;
}
table.form-news td {
    vertical-align: top;
    line-height: 17px;
    background:#D8D8D8;
    color:#000;
    padding:3px 5px;
}
table.form-news .bg td {
    background:#ECECEC;
}
table.form-news .white td {
    background:#fff;
}	
table.form-news .first {border-left:0px solid #9097A9;text-align:left;}
table.form-news .last {border-right:0px solid #9097A9;}
table.form-news .button {text-align:right;}

table.form-news th.first {background:#9097A9 url(../images/admin/bg-th-left.gif) no-repeat left top;border-left:0;}
table.form-news th.last {background:#9097A9 url(../images/admin/bg-th-right.gif) no-repeat right top;border-right:0;}

table.form-news .style1 {font-weight:bold;color:#FF7A00;}
table.form-news .style2 {font-weight:bold;padding-left:16px;}
table.form-news .style3 {padding-left:25px;}
table.form-news .style4 {padding-left:35px;}


/* table detail styles */
table.detail {
    border-bottom:1px solid #9097A9;
    width:759px;
    padding:0;
    margin:0;
    border:1px solid #9097A9;
}
table.detail th.full {
    text-align:left;
}
table.detail tbody td,
table.detail tbody th,
table.detail thead th {
    border:1px solid #fff;
    text-align:left;
}	
table.detail thead th,
table.detail th.full {
    background:#9097A9;
    color:#fff;
    padding:5px;
}
table.detail tbody th,
table.detail tbody td {
    background:#D8D8D8;
    padding:3px 5px;
}
table.detail tbody th {
    font-weight: normal;
    color:#000;
}
table.detail tbody td {
    color:#666;
}
table.detail th.full {
    font-weight: bold;
}
table.detail .bg td {
    background:#ECECEC;
}
table.detail .back {
    text-align:right;
}	
table.detail .white td {
    background:#fff;
}	
table.detail .first {border-left:0px solid #9097A9;text-align:left;}
table.detail .last {border-right:0px solid #9097A9;}
table.detail .button {text-align:right;}

table.detail thead th.first {background:#9097A9 url(../images/admin/bg-th-left.gif) no-repeat left top;border-left:0;}
table.detail thead th.last {background:#9097A9 url(../images/admin/bg-th-right.gif) no-repeat right top;border-right:0;}

table.detail .style1 {font-weight:bold;color:#FF7A00;}
table.detail .style2 {font-weight:bold;padding-left:16px;}
table.detail .style3 {padding-left:25px;}
table.detail .style4 {padding-left:35px;}
table.detail ul {
    padding-left: 15px;
    margin-bottom:0px;
}


/* table select */
div.table .select {
    float:right;
    margin:2px 1px 0 0;
    width:350px;
    height:25px;
    background:#9097A9 url(../images/admin/bg-select.gif);
    color:#fff;
}

div.table div {
    height: 25px;
    line-height: 25px;
    margin: 0 0 0 10px;
}

div.table span {
    /*font-size: 14px;*/
}

/* table current_page*/
div.table .current_page {
    float:left;
    margin:2px 1px 0 0;
    width:250px;
    height:25px;
}
div.table .select select {
    float:right;
    margin:2px 3px 0 0;
    text-align: right;
}

/*  summary header */
#summary .h {
    float:left;
    background:#7E878A;
    border:1px solid #B8B8B8;
    border-bottom:0;
    padding:3px 10px;
    color:#fff;
    text-transform:uppercase;
}
/* summary */
#summary .box {
    float:left;
    width:121px;
    padding:5px;
    border:1px solid #B8B8B8;
    background:#EBEBEB;
    margin:0 0 15px 0;
}

/* right column buttons */
.buttons {
    clear:both;
    text-align:center;
    padding:30px 0 15px 0;
}
.buttons input {margin:0 0 6px 0;}


#footer,
#footer a {
    color: #888;
    text-align: center;
}

div.slider_container,
div.slider_container div,
div.slider_container input {
    padding: 0 !important;
    margin: 0px !important;
    box-shadow: none !important;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
#min_coincidencia{
    display: none;
}
div.slider_container input{
    background-color: #D8D8D8 !important;  
    height: auto !important;
    text-align: right;
    margin-left: 10px !important;    
    color: #000;
    width: auto;
    top: 0px;
    position: relative;
}

div.slider_container {
    padding: 3px 0 0 0 !important;
    height: 10px !important;
    margin: 8px 0px 10px 0px !important;
}

div.slider {
    height: 10px !important;
    width: 200px;
    float: left;
}
.ui-widget-content{
    border: 1px solid #9097A9 !important;
}
input.slider_value {
    float: left;
    width: 40px;
    font-size: 10px;
    border: 0 none;
    background-color: #D8D8D8;
    text-align: right;
}
table td.aka span {
    color: #3b5f92;
    color: #777;
    font-size: 11px;
    margin: 0 10px 0 0;
    line-height: 20px;
    text-transform: capitalize;
    border-bottom: 1px dotted  #aaa;
}
table td.aka strong {
    color: #000;
    text-transform: capitalize;
    /*border-bottom: 1px solid #000;*/
}
.clearfix{ 
    clear: both;
}
/* the overlayed element */
.search-list-overlay {
    /* must be initially hidden */
    display:none;
    /* place overlay on top of other elements */
    z-index:10000;
    /* styling */
    background-color:#fff;
    width: 60%;
    /*min-height:200px;*/
    border:1px solid #666;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;	
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding-top: 40px !important;
}

/* close button positioned on upper right corner */
.search-list-overlay .close:after {
    font-family: FontAwesome !important;
    content: "\f00d";
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 16px;
    cursor: pointer !important;
    height: 10px;
    width: 10px;
    font-weight: 100 !important;
    text-decoration: none !important;
}

/*modal css added by Carlos but developed by kumarmuthaliar check Fiddler*/
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
#search-lists-overlayDialogo {
    z-index: 1002;
    top: 31.5px; 
    left: 298.5px;
    position: fixed !important; 
    display: block;
    text-align: center;
    position: absolute;
    display: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.close {
    /*background: #606061;*/
    color: #FFFFFF;
    /*
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    */
}
.close:hover {
    /*background: #00d9ff;*/
}

.highlight { background-color: lightcoral }
tr.msg_all p{
    margin: 5px; 
    padding-left: 15px;    
}
tr.msg_all p i{
    left: 10px; 
    position: absolute;
}
.alert{
    margin: 0px !important;
    height: auto !important;
    position: relative;
    width: 100%;
}
.alert div[class|="alert"]:before{
    position: absolute;
    left: 10px;
    margin-bottom: 15px;
}
div.alert div[class|="alert"]:before{
    top: 10px;
}
div.alert table.listing{
    line-height: normal !important;
}
div.content.resultContent div:before{
    top: 20px !important;
}
.alert div[class|="alert"]{
    padding: 10px 10px 10px 30px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 0px !important;
    font-size: 14px;
}
.alert-procu div[class|="alert"]{
    margin: 0px 0px !important;
}
.alert-success hr{
    background-color: #468847;
    height: 1px;
    border: 0;
    color: #468847;
}
.alert-success {
    height: auto !important;
    color: #468847;
    background-color: #dff0d8;
    /*background-color: #ebf8a4;*/
    border-color: #d6e9c6 !important;
}
.alert-success:before{
    font-family: FontAwesome !important;
    content: "\f00c";
    margin-right: 5px;
}
.alert-info {
    height: auto !important;
    color: #3a87ad;
    background-color: #d9edf7;
    /*background-color: #e8eef1;*/
    border-color: #bce8f1 !important;
}
.alert-info:before{
    font-family:  FontAwesome !important;
    content: "\f05a";
    margin-right: 5px;
}
.alert-warning {
    height: auto !important;
    /*color: #fff;*/
    color: #ff6d00;
    /*background-color: #fcf8e3;*/
    background-color: #ffe0b2;
    border-color: #ffcc80 !important;
}
.alert-warning:before{
    font-family:  FontAwesome !important;
    content: "\f071";
    margin-right: 5px;
}
.alert-login{
    height: auto !important;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1 !important;    
    border-radius: 4px;
    padding: 5px 5px 5px 30px !important;
    font-size: 12px;
    position: relative;
}
.alert-login:before{
    font-family:  FontAwesome !important;
    content: "\f071";
    position: absolute;
    top: 5px;
    left: 10px;
}
.alert-danger {
    height: auto !important;
    color: #b94a48;
    background-color: #f2dede;
    /*background-color: #FFC0CB;*/
    border-color: #ebccd1 !important;
}
.alert-danger:before{
    font-family:  FontAwesome !important;
    content: "\f071";
    margin-right: 5px;
}
.modal-wind:hover{
    cursor: pointer;
}
.alert-info .alert-link {
    color: #245269;
}
.alert .alert-link {
    font-weight: 700;
}
.alert-danger .alert-link {
    color: #843534;
}
.alert .alert-link {
    font-weight: 700;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert .alert-link {
    font-weight: 700;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert .alert-link {
    font-weight: 700;
}
.alert ul{
    padding-left: 15px;
    margin-bottom: 0px;
    margin-top: 5px;
}
table tr.warning td{
    height: auto !important;
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #e8cfb2 !important;
    padding: 5px 5px 5px 25px;
    position: relative;        
}
table tr.warning td:before{
    position: absolute;
    font-family: FontAwesome !important;
    content: "\f071";
    left: 8px;
    top: 5px;    
}
table tr.success td{
    height: auto !important;
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6 !important;
    padding: 5px 5px 5px 25px;
    position: relative;        
}
table tr.success td:before{
    position: absolute;
    font-family: FontAwesome !important;
    content: "\f00c";
    left: 8px;
    top: 5px;    
}
table tr.info td{
    height: auto !important;
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1 !important;
    padding: 5px 5px 5px 25px;
    position: relative;    
}
table.censo tr td:first-child{
    width: 120px;
    padding: 3px 0px !important;
    text-transform: capitalize;
}
table.censo{
    width: 100%;
}
table.censo td{
    border: none;
}
table tr.info td:before{
    position: absolute;
    font-family:  FontAwesome !important;
    content: "\f05a";
    left: 8px;
    top: 5px;    
}
table tr.danger td{
    height: auto !important;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1 !important;
    padding: 5px 5px 5px 25px;
    position: relative;
}
table tr.danger td:before{
    position: absolute;
    font-family:  FontAwesome !important;
    content: "\f071";
    left: 8px;
    top: 5px;
}

input[type="file"]{
    width: 400px;
    height: 30px;
    margin-left: 0px !important;
}
.progress {
    height: 20px !important;
    margin-left: 0px !important;
    margin-top: 10px !important;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    margin-left: 0px !important;
    height: 100% !important;
    font-size: 12px;
    line-height: 20px !important;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.ui-progressbar-value{
    background-color: #CAD8B1 !important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}
.progress-info{
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
.progress-info, .progress-info div{
    margin-left: 0px !important;
}
.progress-info .progress-cant{
    float: left;
    line-height: normal !important;
    height: auto !important;
    margin-bottom: 10px;
}
.progress-info .progress-time{
    float: right;
    line-height: normal !important;
    height: auto !important;
    text-align: right;
}
a.login-stradata{
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 14px;
}
ul.nav li{
    padding: 0px;
}
ul.nav li a{
    text-decoration: none;
    width: 150px;
    padding: 6px 4px 4px 15px;
    display: table-cell;
}
button[type="button"],
button[type="submit"],
input[type="button"], 
input[type="submit"],
.btn {
    display: inline-block;
    padding: 3px 10px !important;
    margin: 3px 0px !important;
    font-size: 14px;
    font-family: tahoma,arial,sans-serif;
    font-weight: normal;
    line-height: 1.42857143 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 30px !important;
}
input[type="submit"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
button::-moz-focus-inner{   
    border : 0px !important;
} 
input[type="submit"]:focus, 
input[type="button"]:focus{     
    outline : none !important; 
}
label.btn, a.btn{
    text-decoration: none;
    font-size: 14px;
    height: 22px !important;
}
.btn:focus, 
button[type="button"]:focus,
button[type="submit"]:focus,
button[type="button"]:active:focus,
button[type="submit"]:active:focus,
input[type="button"]:focus, 
input[type="submit"]:focus,
input[type="button"]:active:focus, 
input[type="submit"]:active:focus,
input[type="button"].active:focus, 
input[type="submit"].active:focus,
input[type="button"].focus, 
input[type="submit"].focus,
input[type="button"]:active.focus, 
input[type="submit"]:active.focus,
input[type="button"].active.focus, 
input[type="submit"].active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: none !important;
}
.btn:active, 
button[type="button"]:active,
button[type="submit"]:active,
input[type="button"]:active, 
input[type="submit"]:active,
input[type="button"].active, 
input[type="submit"].active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    outline: none !important;
}
.btn.disabled, 
input[type="button"].disabled, 
input[type="submit"].disabled,
input[type="button"]:disabled, 
input[type="submit"]:disabled{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    color: #bab6b6;
}
.btn.disabled:active:hover, 
button[type="button"].disabled:active:hover,
button[type="submit"].disabled:active:hover,
input[type="button"]:disabled:active:hover, 
input[type="submit"]:disabled:active:hover,
.btn.disabled:focus,
button[type="button"].disabled:focus,
button[type="submit"].disabled:focus,
input[type="button"]:disabled:focus, 
input[type="submit"]:disabled:focus,
.btn.disabled:active,
button[type="button"].disabled:active,
button[type="submit"].disabled:active,
input[type="button"]:disabled:active, 
input[type="submit"]:disabled:active,
.btn.disabled:hover,
button[type="button"].disabled:hover,
button[type="submit"].disabled:hover,
input[type="button"]:disabled:hover, 
input[type="submit"]:disabled:hover {
    color: #bab6b6;
    background-color: #fff;
}
.btn, 
button[type="button"],
button[type="submit"],
input[type="button"], 
input[type="submit"] {
    color: #333;
    border-color: #989797;    
    background-color: #fff;
}
.btn:focus, 
button[type="button"]:focus,
button[type="submit"]:focus,
input[type="button"]:focus, 
input[type="submit"]:focus,
input[type="button"].focus, 
input[type="submit"].focus {
    color: #333;
    background-color: #EDEDED;
    border-color: #8c8c8c;
    outline: none !important;
}
.btn:hover,
button[type="button"]:hover,
button[type="submit"]:hover,
input[type="button"]:hover, 
input[type="submit"]:hover {
    color: #333;
    background-color: #EDEDED;
    border-color: #8c8c8c;
}
.btn:active, 
button[type="button"]:active,
button[type="submit"]:active,
input[type="button"]:active, 
input[type="submit"]:active,
input[type="button"].active, 
input[type="submit"].active{
    color: #333;
    background-color: #EDEDED;
    border-color: #8c8c8c;
    outline: none !important;
}
.btn:active:hover, 
button[type="button"]:active:hover,
button[type="submit"]:active:hover,
input[type="button"]:active:hover, 
input[type="submit"]:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
input[type="text"],
input[type="password"] {
    color: #555;
    background-color: #FFF;
    padding: 3px 7px;
    background-image: none;
    height: 1.5em !important;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}
select {
    color: #555;
    background-color: #FFF;
    padding: 3px 7px;
    background-image: none;
    height: 2em !important;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}
input[type="text"]:focus, 
select:focus{
    border: 1px solid #AAAAAA;
}
table.listing.radio,
table.listing tr.radio th,
table.form.radio,
table.form tr.radio th{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
a {
    background-color: transparent;
}
.result-cse p{
    margin: 0px 0px 10px 0px !important;
    line-height: normal !important;
    font-size: 12px;
}
.ui-widget-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.back-overlay{
    position: absolute;
    z-index: -2;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #FFF;
    border-radius: 8px;
}
.title-overlay{
    height: 30px;
    color: #FFF;
    position: absolute;
    z-index: -1;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    top: 1px;
    left: 1px;
    right: 1px;
    cursor: move;
}
.title-overlay span{
    position: absolute;
    font-weight: bold;
    top: 8px;
    left: 10px;
    font-size: 12px;
}
.footer-overlay{
    padding: 10px;
    height: 30px;
    border-top: 1px solid #989797;
    background-color: #f4f2f2;
}
.form-overlay hr{
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0px;
    border-color: #D1D0D0;
}
.form-overlay{
    position: relative;
    padding: 20px 10px 5px 25px;
    margin-top: 10px;
    text-align: left;
}
.footer-overlay > button{
    float: right;
}
.bootstrap-filestyle{
    margin-left: 0px !important;
    height: auto !important;
    float: left;
}
.bootstrap-filestyle input{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.group-span-filestyle label{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.file-input{
    position: relative;
    height: 35px;
}
.file-input > input[type="button"],
.file-input > input[type="submit"]{
    position: absolute;
    top: 3px;
    right: 7px;
}
.icon-overlay{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;    
    border-bottom: 1px solid #060606;
    border-left: 1px solid #060606;
    border-right: 1px solid #060606;
    border-top-style: solid;
    border-top-width: 5px;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    float: left;
    margin: 0px 5px 0px 0px !important;
    height: auto !important;
    line-height: normal !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
    display: none;
}
.icon-overlay i{
    margin: 0px !important;
}
i.fa-calendar{
    display: none;
}
div.search-overlay{
    margin-left: 0px !important;
    float: left;
}
div.search-overlay a[id^="search"]{
    float: left;
}
.div_modal{
    height: 35px;
    border-radius: 4px;
    padding: 3px 6px 3px 3px;
}
.div_modal:hover{
    background-color: #cecccc;
}
.overlay-modales td{
    height: 41px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.overlay-modales td .div_modal .search-overlay{
    margin-top: 0px;
}
div.disabled-overlay .icon-overlay{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-color:  #c1bbbb !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color:  #777;
    background-color: #f5f2f2;
    cursor: not-allowed;
}
.alert-result {
    height: auto !important;
    color: #000;
    background-color: #FFF;
    border-color: #FFF !important;
    padding: 0px !important;
    font-size: 11px !important;
}
.alert-result table.listing th,
.alert-result table.listing td{
    border-left-color: #D8D8D8 !important;
    border-right-color: #D8D8D8 !important;
    padding: 0px !important;
}
.alert-result table.listing div{
    margin: 0px !important;
}
.alert-result table.listing th{
    padding: 5px 5px !important;
    line-height: normal !important;
}
.pull-right {
    float: right !important;
    margin: 1px 0px 6px 0px !important;
}
.pull-left {
    float: left !important;
    margin: 1px 0px 6px 0px !important;
}
select.inputs{
    width: 18.1em !important;
}
input.inputs[type="text"]{
    width: 17em !important;
}
span#limite{
    float: left;
    top: 7px;
    left: 22em;
    padding: 10px 0px 0px 10px;
    font-size: 13px;
    height: 18px;    
}
div#file_up{
    margin-left: 0px;
}
th.full{
    line-height: normal !important;
}
div#left-column img[src*="chat-en-linea"]{
    height: auto !important;
    width: 150px !important;
}
div[id^="cargando"] i{
    font-size: 20px;
}
div[id^="cargando"]{
    position: absolute;
    top: 11px;
    right: 15px;
    display: none;
}
#custom-handle{
    left: 40%;
    padding: 2px !important;
    line-height: normal;
    width: 33px;
    text-align: center;
    color: #FFF;
    border: 1px solid #4E782F;
    font-size: 11px;
}
#custom-handle:after{
    content: "%";
}
.ui-slider-horizontal .ui-slider-handle{
    top: -0.5em !important;
}
.grupo_permiso{
    background-color: #9097A9 !important;
}
.web-title{
    color: #001ba0;
    font-size: 12px;
}
.web-displayurl{
    color: #006d21;
}
.web-description{
    color: #444;
    margin-bottom: 10px !important;
}
.web-datelastcrawled{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #494949;
    background-color: #bababa;
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 3px;
}
.web-datelastcrawled > span{
    padding: 3px 5px;
}
i.boton:hover{
    background-color: #dddbdb;
    border: 1px solid #c4c4c4;
}
i.boton{
    color: #2E3436; 
    font-size: 1.5em;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.modulo-ayuda,
.modal-ayuda,
.win-mxre{
    color: #fff;
    font-size: 18px;
    position: absolute;
}
.win-mxre{
    font-size: 14px;
    top: 6px;
    right: 32px;
    cursor: pointer; cursor: hand;
}
.modulo-ayuda{
    right: 4px;
    top: 1px;    
}
.modal-ayuda{
    right: 32px;
    top: 6px;
}
.modulo-ayuda:hover,
.modal-ayuda:hover,
.win-mxre:hover{
    color: #D8D8D8;
}
#search-lists{
    outline: none;
}
#search-lists-overlayAyuda{
    z-index: 1002;
    bottom: 0px !important;
    right: 0px !important;
    width: 350px;
    height: 350px;
    position: fixed !important; 
    display: none;
    position: absolute;
    -moz-box-shadow: 0 0 3px 5px #000;
    -webkit-box-shadow: 0 0 3px #000;
}
.ayuda-full{
    top: 31.5px; 
    left: 298.5px;    
    width: 810px !important;
}
.ayuda-full div.body-ayuda > div table.listing,
.ayuda-full div.body-ayuda > div div.table,
.ayuda-full div.body-ayuda div.WordSection1,
.ayuda-full div.body-ayuda > div div#center-column{
    width: 750px;
}
.body-ayuda{
    padding: 10px;
}
.body-ayuda > div{
    height: 300px;
    overflow-x: hidden; 
    overflow-y: auto;        
}
div.body-ayuda > div img{
    width: 100%;
}
div.body-ayuda > div a[href="/app/ayuda/"]{
    display: none;
}
div.body-ayuda > div div#center-column{
    min-height: inherit;
    width: 300px;
}
div.body-ayuda > div table.listing,
div.body-ayuda > div div.table,
div.body-ayuda div.WordSection1{
    width: 300px;
}
table.reportes,
table.reportes td{
    border: 1px solid #bab4b4;    
    height: 25px;
}
table.reportes td.activo{
    background-color: #bab4b4;
}
table tr td div#contenedor{
    width: 430px; 
    height: 150px; 
    background-color: #fff; 
    margin: 10px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid #bab4b4;
}
table#archivos td{
    border-bottom: 1px solid #CAD8B1;
}
table#archivos tr:hover td{
    background-color: #CAD8B1;
}
table#archivos td#link i{
    font-size: 16px;
}
table#archivos td{
    background-color: #fff;
    vertical-align: middle;
    padding: 10px;
    width: 100%;
}
table.reportes td.ns3:before{
    content: "";
    background-image: url(../images/admin/disabled.png);
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    cursor: not-allowed;
}
table.reportes td.s3:hover{
    background-color: #bab4b4;
    cursor: pointer;
}
table.reportes{
    width: 24em !important;
    margin: 10px 0px;
}
table.reportes td{
    text-align: center;
}
table.reportes div{
    margin: 0px;
}
table.reportes td{
    position: relative;
}
table.reportes td.s3:after{
    content: "";
    position: absolute;
    background-color: #5BABD3;
    width: 8px;
    height: 8px;
    top: 0px;
    right: 0px;
    border-bottom-left-radius: 10px;
}
.masivo-help{
    cursor: help;
}
.div-center{
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%);    
}
.list-actualizada{
    color: #757575;
    font-size: 10px;
    padding-left: 22px;
    padding-bottom: 5px;
    display: none;
}
.help-toast:hover{
    text-decoration: underline;
}
.help-toast i{
    position: absolute;
    top: 0px;
    left: 0px;
}
.help-toast{
    cursor: pointer; 
    width: 22.3em; 
    white-space: normal; 
    position: relative;
}
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight,
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active{
    border-color: #666666 !important;
    font-weight: bold !important;
}
.title-reportes{
    background-color: #9097A9; 
    border: 1px solid #fff; 
    border-top-left-radius: 3px; 
    border-top-right-radius: 3px; 
    padding: 5px 10px; 
    margin-left: 0px !important;
}
.parcial{
    margin: 0px !important;
    float: right;
}
#resultado_individual{
    display: inline-block;
}
.ui-jqdialog .ui-widget-content.group.ui-widget{
    border: none !important;
}

a.logo_search{
    width: 100%;
    text-align: center;
    margin-top: 2em;
    outline: none !important;
    cursor: default;
}
.logo_search img {
    float: left;
}
.logo_search img.logo-centrado {
    float: initial;
}
#header {
    height: 140px;
}
#top-navigation {
    top: 94px;
}