a > img{
    border: 0;
}

.left-toolbar{
    background: rgb(245, 245, 245);
    border-color: black;
    border-width: 1px;
    /*border-style: solid;*/
    margin-bottom: 5px;
    padding: 4px 0px 4px 9px;
}

.button_versions  {
font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #FFF;
    padding: 5px 10px 7px 10px;
    border: 1px solid #999;
    text-shadow: 0px 1px 1px #FFF;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
background: #627d4d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyN2Q0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjNiMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* IE10+ */
background: linear-gradient(to bottom,  #627d4d 0%,#1f3b08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-8 */
}

.button_versions:hover {
    background: -moz-linear-gradient(top, #627d4d 0%, #627d2a 50%, #627d2a 51%, #625a4d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#aabe9a), to(#627d2c), color-stop(0.4, #627d2c), color-stop(0.5, #627e1f), color-stop(.5, #627d2c), color-stop(0.9, #626b4d));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6b6', endColorstr='#ffe6b6', GradientType=0 );
}

.usuario {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    text-decoration: none;
    vertical-align: bottom;
}

.links {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-decoration: none;
    font-size: 11px;
    vertical-align: bottom;
}

/***** messages notifications *****/
.message{
    font-family: Helvetica;
    padding: 5px 40px;
    font-size: 11px;
    text-align: center;
    margin: 5px auto 0;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    display: none;
    width: 70%;
    display: inline-block;
}
.errors {
    color: #FF0000;
    border-color : rgb(231, 89, 89);
    text-justify:inter-word;
}

.info{
    color: #0000FF;
    border-color: #0000FF;
}

.success{
    color: #2dab2e;
    border-color: #2dab2e;
}

/* Search box */
/*nav[role="navigation"] .search_container input */
.search_container {
border-color: white;
float: left;
margin-right: 10px;
padding-top: 6px;
width: 100px;
/*}

input[type="search"], input[type="text"] */
-moz-background-clip: padding;
-webkit-background-clip: padding;
-o-background-clip: padding-box;
-ms-background-clip: padding-box;
-khtml-background-clip: padding-box;
background-clip: padding-box;
background: white;
border: 1px solid #BBB;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
color: #7E7E7E;
height: 20px;
margin: 0;
outline: 0;
padding: 3px 0 4px 6px;
position: relative;
-webkit-appearance: none;
}

nav[role="navigation"] .search-container button[type="submit"] {
background: #705536 url('http://0.envato-static.com/images/sprites/common-e4e988031f.png') 7px -775px no-repeat;
background: url('../images/search_icon.png') 7px -775px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8A6741), color-stop(100%, #705536)), #705536 url('	') 7px -775px no-repeat;
background: url('../images/search_icon.png') 7px -775px no-repeat, -webkit-linear-gradient(#8A6741,#705536), #705536 url('http://0.envato-static.com/images/sprites/common-e4e988031f.png') 7px -775px no-repeat;
background: url('../images/search_icon.png') 7px -775px no-repeat, -moz-linear-gradient(#8A6741,#705536), #705536 url('http://0.envato-static.com/images/sprites/common-e4e988031f.png') 7px -775px no-repeat;
background: url('../images/search_icon.png') 7px -775px no-repeat, -o-linear-gradient(#8A6741,#705536), #705536 url('http://0.envato-static.com/images/sprites/common-e4e988031f.png') 7px -775px no-repeat;
background: url('../images/search_icon.png') 7px -775px no-repeat, linear-gradient(#8A6741,#705536), #705536 url('http://0.envato-static.com/images/sprites/common-e4e988031f.png') 7px -775px no-repeat;
border: 0;
float: right;
height: 30px;
}
@media (max-width: 485px) {
    .txtbuscar {
        width: 150px !important;
    }
}

@media (max-width: 770px) {
    .txtbuscar {
        width: 300px !important;
    }
}

.txtbuscar {
    width: 400px;
    height: 22px;
    color: #666;
    font-size: 14px;
    vertical-align: text-bottom;
    padding-left: 5px;
    border-top: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    border-left: 1px solid #BEBEBE;
    border-radius: 4px 4px 4px 4px;
}

.searchboxtopframe{
    width: 380px;
    height: 19px;
    color: #666;
    font-size: 12px;
    vertical-align: text-bottom;
    padding-left: 5px;
    border-top: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    border-left: 1px solid #BEBEBE;
    border-radius: 4px 4px 4px 4px;
}

.topFrame{
    height: 60px;
    display: inline-block;
}

.topSearchBar{
    /*width: 70%;
    margin-left: auto;
    margin-right: auto;                          */
    padding-top: 15px;
    display: inline-block;
}

.enableAdvancedSearch{
    display: inline-block;
    padding-left: 20px;
    height: 55px;
    vertical-align: super;
}

.topUserLogoff{
    display: inline-block;
    float: right;
    height: 35px;
    padding-top: 25px;
}

.topLogo{
    /*float: left;*/
    margin-left: 20%;
    display: inline-block;
}

.searchlink {
display: inline-block;
height: 20px;
line-height: 22px;
padding: 0 10px;
background: url("../images/search_icon.png");
border: 0;
color: white;
font-weight: bold;
border-radius: 3px 3px 3px 3px;
}

.txtfield {
    height: 18px;
    color: #666;
    font-size: 11px;
    vertical-align: text-bottom;
    padding-left: 5px;
    border-top: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    border-left: 1px solid #BEBEBE;
    border-radius: 4px 4px 4px 4px;
}

.txtArea{
    color: #666;
    border-top: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    border-left: 1px solid #BEBEBE;
    border-radius: 4px 4px 4px 4px;
}

.buscador {
    padding: 5px 0 0 0;
    font-size: 8px;
    line-height: 16px;
    font-weight: normal;
}

input[type=checkbox].css-checkbox {
    display:none;
}

input[type=checkbox].css-checkbox + label.css-label-checkbox {
    padding-left:20px;
    height:15px;
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:10px;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label-checkbox {
    background-position: 0 -15px;
}

.css-label-checkbox{
    background-image:url("../images/dark-check-green.png");
}

/***********************/
.right {
    float: right;
    width: 538px;
    padding: 10px 20px 10px 40px;
    border-left: 1px solid #aaa;
    text-align: justify;
}
.right h2 {
    padding: 15px 0 5px 0;
    color: #B4241B;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: -2px;
}
#result a {
    margin-right: 5px;
}
#navigation {
    border-bottom: 1px solid #000;
}
#pager,
#pager-header {
    display: inline;
}
#pager li,
.links li {
    list-style-type: none;
    display: inline;
}
#selection {
    padding: 10px 15px 0;
}
#selection li {
    list-style-type: none;
}
#docs {
    padding-top: 1px;
}

/**************** Search Results *******************************/
#ires ol li {
    list-style: none;
}
#ires ol, ul, li {
    border: 0;
    margin: 0;
    padding: 0;
}
#ires h1, ol, ul, li {
    margin: 0;
    padding: 2px;
}
#ires ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

#facets ol{
    margin: 0px 0px 0px 5px;
}

li.g {
    margin-top: 0;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #0F687E;
}

.g a {
    font-weight: normal;
    font-size: 11px;
}

cite, cite a:link, cite a:visited, .cite, .cite:link, #mbEnd cite b, #tads cite b, #tadsb cite b, #ans>i, .bc a:link {
    font-size: 11px;
    color: #18201B;
    font-weight: normal;
    font-style: normal;
}

.kv, .kvs, .slp {
    display: block;
    padding-bottom: 3px;
 /*   margin-bottom: 1px;*/
}
span.st, .ac {
    line-height: 1.84;
}

div.f, .f a:link, .m, .c h2, #mbEnd h2, #tads h2, #tadsb h2, .descbox {
    color: #066927;
    font-weight: normal;
    padding-top: 2px;
}

div.s, #rhs .ac {
    color: #444;
}

.rc {
    margin-bottom: 8px;
}

div.s em {
    color: inherit;
}
em {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

.text-proyecto {
    font-size: 11px;
    /*color: #444;  */
    color: rgb(1, 80, 58);
    padding: 5px 10px 5px 0px;
  /*  margin-left: 5px; */
}

.right-panel span{
    margin-left: 5px;
}

#res h3.r {
    font-size: 11px;    !important
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.r{
    font-size: 10px; !important
font-weight: normal;
}

.acts {
    margin: 0 3px 0 0;
    cursor: auto;
    text-decoration: none;
}

#cantResultados{
    padding-left: 8px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 8px;
    color: #918D8D;
    font-size: 11px;
    line-height: 30px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}

#container{
    /*width: 700px; */
    width: 70%;       /* Para hacerlo responsive */
    margin: 2px 2px 2px 0px;
    float: left;
}

hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
}
/*.div_items {
    width: 700px;
    height: 22px;
    overflow: hidden;
}  */

/**** Panel derecho de Proyectos */
#project-nav{
    border-left: 1px solid #DDD;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(114, 95, 95);
    padding: 8px;
    height: 700px;
}


@media (max-width: 320px) {
    .right-panel {
        display: none;
    }
}

.right-panel{
    top: 30px;
    bottom: 100px;
    margin: 2px 0px 2px 0px;
    float: right;
    position: relative;
    right: 0px;
    /*width: 300px;*/
}

.right-panel li{
    list-style: none;
    /*list-style-type: none;
    display: inline;       */
    padding-top: 6px;
    padding-bottom: 4px;
}

.right-panel a{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #555;
}

/*ol.right-panel li{
    color: #555;
} */
/***********************/
.termHL {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
}

#imgContainer {
    padding-right: 5px;
}

/* Pagination */
.page_navigation{
    padding: 10px 50px 15px 40px;
}

.info_text {
    padding: 15px 50px 25px 40px;
}

.page_navigation a, .alt_page_navigation a {
    padding: 3px 5px;
    margin: 2px;
    color: white;
    text-decoration: none;
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    background-color: rgb(79, 80, 80);
}

.active_page{
    background-color:rgb(221, 214, 214) !important;
    color:black !important;
}

/** Info Tab **/
.referenced-assets-lst{
    list-style-type: none;
}

.assets-lst-attributes{
    list-style-type: none;
    padding-bottom: 3px;
}

.section-title{
    padding-bottom: 3px;
    padding-top: 20px;
    font-size: 13px;
}

.attributes-section-title {
    padding-top: 15px;
}

hr.title-attributes {
    border: 0;
    height: 2px;
    float: left;
    width: 500px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0.75), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.label-attribute {
    font-size: 11px;
    font-weight: 400;
}

.value-attribute {
    font-size: 11px;
    font-weight: bold;

}

/* Window pop up */
#simplemodal-overlay {background-color:#000; cursor:wait;}
/* Container */
#simplemodal-container {
    /*color:#E7DEDE; background-color:#747E6F; border:2px solid #444; padding:12px;           */
    height:490px; width:620px; color:#E7DEDE; background-color:#747E6F; border:2px solid #444; padding:12px;
    /* border-radius */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;  }
#simplemodal-container .simplemodal-data {padding:8px;    }
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {
    background:url('../js/img/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {
    color:#fff;}
#simplemodal-container h2 {
    color:#fff;font-weight: bold;}
#simplemodal-container p {
    color:#fff; font-size: 12px; font-weight: normal;}
#simplemodal-container .contact-top {
    background-color:#676D64; height:22px; margin:2px; padding:6px 0 1px 7px; -webkit-border-top-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:3px 3px 3px 3px;}

#helpInfo li{
    margin-bottom: 10px;
}
/** Autcomplete */
/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}

/* loading - the AJAX indicator */
/*.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
} */

/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;     /* prevent horizontal scrollbar */
    padding-right: 5px;     /* add padding for vertical scrollbar */
}

.ui-autocomplete li {
    font-size: 11px;
}

/* IE 6 doesn't support max-height we use height instead, but this forces the menu to always be this tall */
* html .ui-autocomplete {
    height: 250px;
}

hr.linked-files-download {
    height: 5px;
    border: 0;
    width: 300px;
    float: left;
    box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.5);
}

/********** Configuration **************/
.newQueryDiv  {
    /*visibility: hidden;  */
    display: none;
}


.custom-button span, .custom-button span:visited,
.medium.custom-button span, .medium.custom-button span:visited {
    font-size: 11px;
    padding: 7px 11px;
}

.custom-button:hover {
    color: #FFFFFF;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    opacity:0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity=80);
}
.custom-button span, .custom-button span:visited {
    background-color: #E78A14;
}

.custom-button, .custom-button span,
.custom-button:visited, .custom-button span:visited {
    background: url("../images/overlay.png") repeat-x scroll 0 0 #222222;
    display:inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.custom-button, .custom-button:visited {
    display: inline-block;
    text-decoration: none;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    box-shadow:0px 1px 3px rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.custom-button, a.custom-button {
    outline: 0 none;
    margin: 3px;
}
.custom-button:active { top: 1px; }
.custom-button span {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    font-weight: bold;
    line-height: 1;
    color:#FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    text-decoration:none;
    text-align:center;
    white-space: nowrap;
}

div#divSelectAssetId {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 15px;
}