/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
/*
 * style.css
 *
 * Primary Styles
 */

/*Font size percentages based on the tables at developer.yahoo.com/yui/fonts/ */
h1 {
    font-size: 162%;
    color: #1F3F5E;
    text-align: justify;
}

h2 {
    font-size: 123.1%;
}

h3 {
    font-size: 116%;
}

h4 {
    font-size: 108%;
}

h5, h6 {
    font-size: 100%;
}

h7 {
    font-size: 80%;
}

a{
text-decoration: none;

}

a:visited{
text-decoration: none;

}
a:active{
text-decoration: none;

}
a:hover{
text-decoration:none; /* underline;*/

}
/*fix for firefox in os x, where selects get the incorrect
height if it's not explicitly set this shouldn't be noticeable in
other browsers*/
select {
    height: 20px;
}

select.multiple {
    height: auto;
}

p1 {
    margin-bottom: 0;
}

#centered-box-top {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 10px;
}

#centered-box {
    margin: 0 auto;
    padding: 12px 0 10px 0;
    background: #223b74;
}

#participamos {
    float: left;
}

#cumplimos {
    float: right;
    text-align: left;
    padding-right: 10px;
}

#ds-footer-right {
    float: right;
    width: 140px;
}

#ds-header-wrapper {
    background-color: white;
    color: #223b74;
    min-width: 0; /*950px;*/
    max-width: none;
    width: auto; /* ***************************************************** */
    border-top-left-radius: 30px;
    border-top-right-radius:30px;
   /*  border-bottom: 0.6em solid #171796;  Barra azul del header */
}

#ds-header-logo-link {
    text-decoration: none;
    cursor: pointer;
}

#ds-header-logo {
    float: left;
    width: 800px;
    height: 140px;
    margin-top: 0px;
    background: url('../../images/logouc3m.png') ;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 15px;
    background-position: -24px 35%;
}

#ds-header-logo-text {
    font-size: 400%;
    color: white;
    line-height: 70px;
    font-weight: normal;
    vertical-align: middle;
    float: left;
}

#ds-sidebar-logo {
    background: url('../../images/eArchivo_sidebar.png');
    background-repeat: no-repeat;
    width:175px;
    height: 50px;
    margin-left: auto;
    cursor: pointer;
   /* margin-right: auto;*/
}

#ds-user-box {
    right: 0;
    top: 10px;
    position: absolute;
    color: #3A3A3A;
}

#ds-user-box a {
    color: #3A3A3A;
}

.ie6 #ds-trail-wrapper, .ie7 #ds-trail-wrapper {
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = '#223b74', endColorStr = '#263D5A', GradientType = 0);
}

.ie8 #ds-trail-wrapper, .ie9 #ds-trail-wrapper  {
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#223b74', endColorStr='#263D5A', GradientType=0)";
}

#ds-trail-wrapper {
    background-color: white;
    padding: 0;
	

    /* IE10 Consumer Preview */
   /* background-image: -ms-linear-gradient(bottom, #263D5A 0%, #223b74 100%);*/

    /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(bottom, #263D5A 0%, #223b74 100%);*/

    /* Opera */
    /*background-image: -o-linear-gradient(bottom, #263D5A 0%, #223b74 100%);*/

    /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #263D5A), color-stop(1, #223b74));*/

    /* Webkit (Chrome 11+) */
  /*  background-image: -webkit-linear-gradient(bottom, #263D5A 0%, #223b74 100%);*/

    /* W3C Markup, IE10 Release Preview */
/*    background-image: linear-gradient(to top, #263D5A 0%, #223b74 100%);*/
}

#ds-trail {
   /* background-color:#223b74;*/
   /* border-width:1px 1px medium;*/
    border-top: 1.1000001px solid #000E77; /* .1000001 para que se vea al 90% */
    list-style: none;
    line-height: 138.5%;
   /* padding: 3px 0;*/
}

#ds-trail li {
    display: inline;
    color: #666565;
    margin-right: 5px;
    margin-left: 10px;
}

#ds-trail a {
    color: #3A3A3A;
}

/*ALEX*/
#no-js-warning,
#ds-trail,
#ds-header,
/*#ds-footer,*/
#ds-content,
#centered-box-top,
#centered-box {
    /*width: 1020px;
    margin: auto;*/
    position: relative;
    min-width: 0;
    max-width: 1100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

#ds-footer {
    margin-top: 0;
    min-width: 0;
    max-width: none;
    width: auto;
    padding: 25px 25px 15px 25px;
}

/*ie6 uses quirks mode for strict xhtml pages, and in quirks mode margin: auto; doesn't center things*/
.ie6 #no-js-warning-wrapper,
.ie6 #ds-trail-wrapper,
.ie6 #ds-header-wrapper,
.ie6 #ds-footer-wrapper,
.ie6 #ds-content-wrapper {
    text-align: center;
    background-color: white;
}

#ds-content-wrapper {
    background-color: white;
    padding-bottom: 40px;
    min-width: 0;
    max-width: none;
    width: auto;
    min-height: calc(100vh - 233px);
}

.ie6 #ds-trail,
.ie6 #ds-header,
.ie6 #ds-footer,
.ie6 #ds-content {
    margin: 0;
    text-align: left;
    background-color: white;
}

#ds-footer-wrapper {
    margin-top: 0;
    min-width: 0;
    max-width: none;
    width: auto;
    padding: 15px 0px 15px 0px;
}

#ds-footer {
    background: #223b74;
   /* border-top: 1px solid #A3A8CA;*/
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    /*padding-left: 5px;*/
    height: 60px; /* Arreglar cuando esten todos los logos */
    width: 100%; /* Lo ampliamos para que ocupe todo el ancho de pagina */
    font-size: 93%;
    line-height: 1.6em;
    border-left: 5px solid #223b74;
    border-right: 5px solid #223b74;
}

.ie7 #ds-footer {
    height: 40px;
}


#ds-footer-wrapper a {
    color: #fff;
}

#ds-footer-left {
   /* padding-top:5px;*/
    float: left;
    color: white;
}

#ds-footer-right span.theme-by {
    display: inline-block;
    vertical-align: top;
}

#ds-footer-logo-link {
    text-decoration: none;
    line-height: 40px;
    cursor: pointer;
}

/* Footer adicional en color gris*/
#ds-footer-top{
    background:#f1f1f1;;
    height: 100px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#ds-footer-openaire {
    display: inline-block;
    background: url('../../../../static/images/openaire.png');
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
}


#ds-footer-logo {
    display: inline-block;
    background: url('../../images/web_dspacelogo.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 42px;
    padding-left: 15px;
    margin-top: -30px;
}

#ds-footer-links {
    float: left; /* Antes right */
   /* clear: right; */
    margin-top: 5px;
}

.ie6 #ds-footer-links {
    display: inline;
}

/*make transparent PNGs invisible in IE6 until PNG-fix is applied*/
.ie6 #ds-header-logo,
.ie6 #ds-footer-logo {
    visibility: hidden;
}

/* ALEX */
.body-align {
    float: right;
    width: calc(100% - 500px);
    box-sizing: border-box;
    padding-left: 70px;
}

#ds-body {
    float: right;
    width: calc(100% - 200px); /*750px;*/
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 70px;
    /* ALEX */
    /* Se pasa de 700 a 1500 para ver correctamente el menu de ayuda cuando se valida un administrador */
    /* min-height: 1500px;*/
    /* ALEX */
}

.ds-options-wrapper {
    max-width: 200px;
    box-sizing: border-box;
    padding: 10px;  
    float: left;
    width: 221px;
    /* A�adidos: */
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    margin-top: 20px;
   /* padding: 15px;*/
}
/*SERGIO. A�adidas dos id para los menus de navegacion estilo aqui codigo de menus en navigation.xsl*/
#MENUIZQUIERDA{
float:left;
}

#ayudanav{
float:none;
}

#discoverynav{
float:none;
}
/*hasta aqui*/

#ds-options {
    padding: 5px;
}

.ie6 h1.ds-option-set-head, .ie7 h1.ds-option-set-head, .ie8 h1.ds-option-set-head, .ie9 h1.ds-option-set-head{
    border: none;
    height: 19px;
    width: 232px;
    background-image: url('../../images/nav_header_bg.png');
    background-repeat: no-repeat;

}

h1.ds-option-set-head {
    color: #fff;
    background-color: #223b74;
    padding: 3px 10px;
    border: 1px solid #0D1040;
    border-radius:5px;
    font-size: 108%;
    width:144px;

        /* IE10 Consumer Preview */
    /*background-image: -ms-linear-gradient(bottom, #263D5A 0%, #223b74 100%);*/

    /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(bottom, #263D5A 0%, #223b74 100%);*/

    /* Opera */
    /*background-image: -o-linear-gradient(bottom, #263D5A 0%, #223b74 100%);*/

    /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #263D5A), color-stop(1, #223b74));*/

    /* Webkit (Chrome 11+) */
    /*background-image: -webkit-linear-gradient(bottom, #263D5A 0%, #223b74 100%);*/

    /* W3C Markup, IE10 Release Preview */
    /*background-image: linear-gradient(to top, #263D5A 0%, #223b74 100%);*/
}

#ds-search-option-head {
    margin-top: 0;
}

div.ds-option-set {
    /*border: 1px solid #d8e8eb;*/
    border-top: none;
}

div.ds-option-set ul {
    list-style: none;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.ds-option-set .ds-sublist-head {
    font-weight: normal;
    font-size: 100%;
}

div.ds-option-set ul.sublist {
/**SERGIO. Para ocultar submen�s**/
display:none;
/**SERGIO.FIN**/
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/**SERGIO. Para fijar submenu INDICES*/
div.ds-option-set ul.fija {
display:block;
}
/*SERGIO FIN*/

/**SERGIO. Fijar ancho-fijo p�gina*/
#ds-main{
min-width: 1000px;
margin: auto;
}
/*SERGIO.FIN*/

/**SERGIO. INICIO Prueba Desplegables*/
  
.ds-sublist-head {
  padding-right: 10px; }

.ds-sublist-head::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../../../../static/images/drop-down-arrow.png) no-repeat;
    position: relative;
    float:left;
    margin-right: 5px;
    margin-top: 2px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: transform 200ms ease;
}

.ds-sublist-head.arrowUP::before{
    background: url(../../../../static/images/drop-up-arrow.png) no-repeat;
}

.ds-simple-list-item{
    margin-top: 5px;
    margin-bottom: 5px;
}

#ds-options h2{
    cursor:pointer;
}

.ds-option-set-head.nosub {
    cursor: default;
}

.ds-option-set-head.nosub::before {
    display:none;
}

.ds-sublist-head.colapsado::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

li.nosub{
margin-top:6px;
margin-bottom:6px;
}

h1.navmenu2{
background-color: #ed791c; /* #ff8f35;*/

}

h1.navmenu3{
background-color:#ed791c;
/*background:url('../../images/cloud-white-upload.png');
background-repeat:no-repeat;
cursor: none;*/
border-style: solid;
border-color: #ed791c;
border-width: 1px;
cursor:pointer;
}

div#ds-feed-option li {
    padding-top: 4px;
}

div#ds-feed-option a {
    padding: 0px 0px 2px 20px;
}

#ds-search-option {
   /* padding: 10px;*/
    margin-bottom: 15px;
}

#ds-search-form {
    margin-bottom: 10px;
}

#ds-search-form input.ds-text-field {
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    background-color: white;
    font-size: 13px; /*SERGIO. Antes 16px*/
    padding-right:10px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
    width: 117px; /* Antes 190px */

}

#ds-search-form input.ds-button-field {
    margin-left: 4px;

}

#ds-search-form input.ds-text-field,
#ds-search-form input.ds-button-field {

   /* margin-bottom: 10px;*/
}

p {
    margin-bottom: 10px;
}

#aspect_eperson_EditProfile_list_form,
.submission fieldset.ds-form-list,
.administrative fieldset.ds-form-list {
    margin-bottom: 25px;
}

.primary {
    margin-top: 10px;
    margin-bottom: 2px;
	text-align: justify;
}

ol {
    margin: 0;
    list-style: none;
}

th,
td {
    padding: 5px;
    vertical-align: middle;
}

.ds-button-field,
#aspect_eperson_StartRegistration_list_registration-progress li {
    background-color:#6d859c;
    border: 1px solid #1F3F5E;
    padding: 2px 5px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    /*A�adido*/
    border-radius: 4px;
}

.ds-button-field[disabled="disabled"],
.ds-button-field.disabled,
li.button.disabled input {
    opacity: 0.35;
    cursor: auto;
}

#aspect_eperson_StartRegistration_list_registration-progress li {
    cursor: default;
}

#aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    background-color: inherit;
    border: none;
    color: inherit;
    font-weight: normal;
}

.ie6 #aspect_eperson_StartRegistration_list_registration-progress li.arrow,
.ie7 #aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    background-color: #FFFFFF;
    color: #444444;
}

.ie6 #aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    padding-top: 5px;
}

ul.ds-progress-list {
    margin: 0 0 10px 0;
    padding: 2px 0;
    text-align: center;
}

ul.ds-progress-list li {
    font-weight: bold;
    overflow: hidden;
    display: inline;
    padding: 0;
    margin: 0;
    max-width: 400px;
}

ul.ds-progress-list li.button {
    padding: 0;
}

ul.ds-progress-list li.button input.ds-button-field {
    font-size: 77%;
}

.ie6 ul.ds-progress-list li.button input.ds-button-field,
.ie7 ul.ds-progress-list li.button input.ds-button-field {
    padding-left: 0;
    padding-right: 0;
}

ul.ds-progress-list li.current input.ds-button-field,
#aspect_eperson_StartRegistration_list_registration-progress li.current {
    background-color: #499c73;
    border: 1px solid #1f5e3f;
}

ul.ds-progress-list li.disabled input.ds-button-field
#aspect_eperson_StartRegistration_list_registration-progress li.disabled {
    background-color: #F0F2F5;
    border: 1px solid #D8E8EB;
    color: #444444;
    cursor: default;
}

.ie6 .disabled,
.ie6 li.disabled input,
.ie7 .ds-button-field.disabled,
.ie7 li.button.disabled input,
.ie8 .ds-button-field.disabled,
.ie8 li.button.disabled input {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
    zoom: 1;
    cursor: auto;
}

ul.ds-progress-list li.arrow {
    border: none;
    background: none;
    font-size: 116%;
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px;
}

.ie6 ul.ds-progress-list li.arrow {
    height: 25px;
    width: 25px;
    margin: 0;
}

textarea.ds-textarea-field,
input.ds-text-field,
input.ds-file-field,
input.ds-button-field,
input.ds-password-field {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 93%;
}

textarea.ds-textarea-field,
input.ds-text-field,
input.ds-password-field {
    padding: 3px;
    border: 1px solid #AAAAAA;
}

.ie6 input.ds-text-field,
.ie6 input.ds-password-field {
    font-size: 85%;
    height: 22px;
}

.submission .ds-form-list input.ds-text-field,
.administrative .ds-form-list input.ds-text-field,
textarea.ds-textarea-field {
    width: 500px;
}

table textarea.ds-textarea-field {
    width: 400px;
}

#aspect_administrative_item_EditItemMetadataForm_field_value {
    width: 570px;
}

#aspect_administrative_registries_EditMetadataSchema_list_edit-schema-new-field-form .ds-text-field,
#aspect_administrative_item_EditItemMetadataForm_field_language,
.ds-composite-component input.ds-text-field {
    width: auto;
}

textarea.ds-textarea-field:focus,
input.ds-text-field:focus,
input.input.ds-password-field:focus {
background: fff;
	border: 1px solid #a3c064;
	box-shadow: 0 0 3px #aaa;
	padding-right: 80px;
  
}

/* border-color: #5F9DE4;
 * Show a blue glow around a focused text field
 * only target browsers that support rgba colors and boxshadows
 * see http://www.modernizr.com/docs/
 */
.rgba.boxshadow textarea.ds-textarea-field:focus,
.rgba.boxshadow input.ds-text-field:focus,
.rgba.boxshadow input.ds-password-field:focus {
	background: fff;
	border: 1px solid #a3c064;
	box-shadow: 0 0 3px #aaa;
	padding-right: 80px;


    -moz-box-shadow: 0 0 8px rgba(95, 158, 212, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(95, 158, 212, 0.5);
    box-shadow: 0 0 8px rgba(95, 158, 212, 0.5);
    border-color: rgba(95, 158, 212, 0.75);
    outline: medium none;
}

span.error {
    clear: both;
    display: block;
    color: #c22121;
    font-size: 0.9em;
    margin-top: 3px;
}

textarea.ds-textarea-field.error,
input.ds-text-field.error,
input.ds-password-field.error {
    border-color: #c22121;
    background-color: #fff2f2;
}

.rgba.boxshadow textarea.ds-textarea-field.error:focus,
.rgba.boxshadow input.ds-text-field.error:focus,
.rgba.boxshadow input.ds-password-field.error:focus {
	background: fff;
	border: 1px solid #a3c064;
	box-shadow: 0 0 3px #aaa;
	padding-right: 80px;

    -moz-box-shadow: 0 0 8px rgba(194, 33, 33, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(194, 33, 33, 0.5);
    box-shadow: 0 0 8px rgba(194, 33, 33, 0.5);
   border-color: rgba(194, 33, 33, 0.75) !important;
    outline: medium none;
}

.ds-form-list {
    margin-top: 15px;
}

.submission h2,
.ds-form-list legend {
    font-size: 182%;
    margin-bottom: 15px;
    color: #1F3F5E;
}

.ds-form-item legend {
    font-size: 100%;
    margin: 0;
    color: inherit;
}

fieldset ol {
    margin: 0;
}

li.ds-form-item {
    list-style: none;
    margin-bottom: 35px;
    vertical-align: middle !important;
    position: relative;
    clear: left;
}

li.ds-form-item.last {
    margin-bottom: 0;
}

li.ds-form-item .ds-form-label {
    font-weight: bold;
    font-size: 123.1%;
}

li.ds-form-item label.ds-composite-component {
    display: block;
    float: left;
    font-size: 93%;
    padding: 0 8px 0 0;
}

li.ds-form-item label.ds-composite-component input.ds-text-field {
    font-size: 100%;
    width: 242px;
}

li.ds-form-item .ds-select-field {
    margin-top: 5px;
}

.ds-add-button,
label.ds-composite-component .ds-select-field {
    margin-top: 6px;
    margin-bottom: 6px;
}

li.ds-form-item label.ds-composite-component.last {
    padding: 0;
}

.ds-add-button {
    vertical-align: top;
    margin-left: 8px;
}

.ds-form-content input.ds-button-field {
    font-size: 93%;
}

select#aspect_submission_submit_SelectCollectionStep_field_handle {
    max-width: 350px;
}

#aspect_submission_StepTransformer_field_dc_date_issued_year,
#aspect_submission_StepTransformer_field_dc_date_issued_day {
    width: 50px;
}

#aspect_submission_StepTransformer_field_dc_identifier_value {
    width: 130px;
    margin-bottom: 0;
}

span.composite-help,
span.field-help {
    display: block;
    font-size: 93%;
    margin-top: 3px;
    width: 506px;
    text-align: justify;
}

.ds-checkbox-field input,
.ds-radio-field input {
    margin-left: 0;
}

.ds-checkbox-field label,
.ds-radio-field label {
    margin-right: 3px;
}

/*hide the double label for checkboxes & radio buttons*/
.ds-checkbox-field legend,
.ds-radio-field legend {
    display: none;
}

.ds-previous-values {
    margin-top: 10px;
    clear: both;
}

#aspect_submission_Submissions_div_submissions .ds-static-div,
.submission .ds-form-sublist ol {
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    margin-top: 3px;
    margin-bottom: 30px;
    padding: 10px;

}

#aspect_submission_Submissions_div_submissions table,
#aspect_submission_Submissions_div_submissions table tr,
#aspect_submission_Submissions_div_submissions table td,
#aspect_submission_Submissions_div_submissions table th {
    background-color: #FFFFFF;
    border: 1px solid #9CACBA;
}

#aspect_submission_Submissions_div_submissions table tr.ds-table-header-row,
#aspect_submission_Submissions_div_submissions table tr.ds-table-header-row th {
    background-color: #B6C8D9;
    border: 1px solid #9CACBA;

}

.submission .ds-form-sublist li.ds-form-item {
    margin-bottom: 5px;
}

.submission .ds-form-sublist .ds-form-label {
    font-weight: bold;
}

.administrative.tabbed ul.horizontal {
    list-style: none;
    margin: 15px 0 0;
    border-bottom: 1px solid #9cacba;
}

.administrative.tabbed ul.horizontal li {
    float: left;
    border: 1px solid #9cacba;
    padding: 5px;
    margin-bottom: -1px;
    margin-right: 7px;
    border-bottom: none;
}

.administrative.tabbed ul.horizontal li a {
    text-decoration: none;
    color: #444444;
}

.administrative.tabbed ul.horizontal li.active-tab {
    background-color: #fafafa;
    z-index: 1;
    font-weight: bold;
}

.pane {
    padding: 10px;
    clear: both;
    background-color: #fafafa;
    border: 1px solid #9cacba;
    margin-bottom: 25px;
    margin-top: 0;
}

.pane .ds-form-list {
    margin-top: 0;
}

.administrative.tabbed .pane {
    border-top: none;
}

.pagination,
.pagination-masked {
    padding: 7px;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    line-height: 1em;
    vertical-align: middle;
}

.pagination-links {
    list-style: none;
    float: right;
    margin: 0;
}

.pagination-links li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}

.current-page-link {
    font-weight: bold;
    color: #1F3F5E;
}

.current-page-link a {
    color: #1F3F5E;
}

.pagination-info {
    float: left;
    margin: 0;
}

.pagination-masked.top {
    margin-top: 5px;
}

.ds-artifact-list {
    list-style: none;
    margin: 0;
    line-height: 153.9%;
}

/*SERGIO. */
.artifact-title a {
    font-weight: bold;
}
/*FIN*/

.file-wrapper,
.ds-artifact-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

/****COMUNIDADES Y COLECCIONES****/

/*Comunidades p�gina principal. CAJAS.*/
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser .ds-artifact-item.community{
    padding-top: 1px;
    padding-bottom: 1px;
    /* ALEX. A�adidos */
    margin: 20px 30px 20px 0;
    padding: 10px;
    background: white;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    /*SERGIO. comentado para permitir mostrar todo contenido
    max-height: 150px;*/
    overflow: hidden;
    background-color:#e6e6e6; /* #2a4175; */
    /*border-radius: 10px;*/
}



/*SERGIO. Letra Comunidades y Subcomunidades*/
/*Para aplicar a colecciones a�adir .ds-artifact-item.collection,*/
.ds-artifact-item.community {
    padding:8px;
    font: bold 14px sans-serif;
    margin-left:16px;

    /*padding-top: 1px;
    padding-bottom: 1px;*/
    /* A�adidos */
    /*margin: 20px 30px 20px 0;
    padding: 10px;
    background: white;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    max-height: 150px;
    overflow: hidden;
    background-color:#e6e6e6; /* #2a4175; */
   /* border-radius: 10px;*/
}
#aspect_artifactbrowser_CommunityViewer_div_community-view ul li{
list-style:circle;
}

/*SERGIO. Letra Colecciones*/
.ds-artifact-item.collection {
    padding:8px;
    font: normal 12px sans-serif;
    margin-left:16px;
}

/*SERGIO. Texto elementos <li> comunidades*/
.community .artifact-description .artifact-title a .Z3988{
    font-weight:normal;
    /*color: #55689a;*/
}

/*SERGIO. Texto elementos <li> colecciones*/
.collection .artifact-description .artifact-title a .Z3988{
    font-weight:normal;
}

/*SERGIO. Comportamiento enlaces en comunidades*/
.community .artifact-title a {
    transition: opacity 200ms ease-in-out;
}

/* ALEX */
/* Color para el t�tulo de las comunidades */
.primary .artifact-title a {
/*    color: #223b74;*/
}

#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser .short-description, #aspect_discovery_SiteRecentSubmissions_div_site-home .short-description {
    display: none;
    text-align: justify;
}

#aspect_artifactbrowser_SimpleSearch_div_search-results li, #aspect_discovery_SimpleSearch_div_search-results li, #aspect_artifactbrowser_AdvancedSearch_div_search-results li {
    padding-top: 15px;
    padding-bottom: 15px;
}

#aspect_artifactbrowser_SimpleSearch_div_search-results ul, #aspect_discovery_SimpleSearch_div_search-results ul, #aspect_artifactbrowser_AdvancedSearch_div_search-results ul {
    margin-bottom: 25px;
}

/*ALEX*/
/*Este color es para el n�mero de items*/
.artifact-title {
   	font-size: 123.1%;
	font-weight: 400;
    color: #223b74;
}

.artifact-description {
    margin-left: auto;
    margin-right: auto;
}

.result-query,
.artifact-info {
    	color: gray;
 	margin-right: 30px;
	
}
.artifact-citation,
.artifact-abstract {
   	 text-align: justify;
	color: gray;
	margin-right: 30px;	
}

ul.alphabet {
    list-style: none;
    margin: 0;
}

ul.alphabet li {
    display: inline;
}

#aspect_eperson_PasswordLogin_list_password-login .ds-form-item {
    float: left;
    margin: 0;
    margin-right: 25px;
}

#aspect_eperson_PasswordLogin_list_password-login .ds-form-item a {
    margin-left: 20px;
}

#aspect_eperson_PasswordLogin_list_password-login .ds-form-item.last {
    clear: left;
}

#aspect_eperson_PasswordLogin_list_password-login .ds-form-item.last .ds-form-label {
    display: none;
}

td select.ds-select-field {
    margin-left: 5px;
}

form.search,
div.discoverySearchBox {
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 15px;
}

form.search label,
div.discoverySearchBox label {
    font-weight: bold;
}

form.search p.ds-paragraph.button-list,
div.discoverySearchBox p.ds-paragraph.button-list {
    text-align: center;
    margin: 0;
}

form.search fieldset,
div.discoverySearchBox fieldset {
    margin: 0;
}

form.search .ds-form-item,
div.discoverySearchBox .ds-form-item {
    margin: 0;
    padding-bottom: 5px;
}

form.search .ds-form-item select,
div.discoverySearchBox .ds-form-item select {
    margin-top: 0;
}

form.search label.ds-composite-component .ds-select-field,
div.discoverySearchBox label.ds-composite-component .ds-select-field {
    margin-top: 6px;
}

form.search .ds-form-item label,
div.discoverySearchBox .ds-form-item label {
    font-size: 100%;
}

form.search .ds-form-content,
div.discoverySearchBox .ds-form-content {
    display: inline;
}

form.search table input.ds-text-field,
div.discoverySearchBox table input.ds-text-field {
    margin: 0;
}

form.search .field-help,
div.discoverySearchBox .field-help {
    margin: 3px 0;
}

.collection .search,
.community .search {
    margin-top: 25px;
}

#aspect_discovery_CollectionSearch_p_search-query,
#aspect_discovery_CommunitySearch_p_search-query {
    margin-bottom: 0;
}

.result-query {
    margin-bottom: 30px;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry,
#aspect_submission_Submissions_table_unfinished-submissions,
#aspect_submission_Submissions_table_submissions-inprogress,
#aspect_submission_Submissions_table_completed-submissions,
table.detailtable {
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr,
#aspect_submission_Submissions_table_unfinished-submissions tr,
#aspect_submission_Submissions_table_submissions-inprogress tr,
#aspect_submission_Submissions_table_completed-submissions tr,
table.detailtable tr {
    line-height: 1.6em;
    border: 1px solid #ebebeb;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr.even,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr.even,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr.even,
#aspect_submission_Submissions_table_unfinished-submissions tr.even,
#aspect_submission_Submissions_table_submissions-inprogress tr.even,
#aspect_submission_Submissions_table_completed-submissions tr.even,
table.detailtable tr.even {
    background-color: #fafafa;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields td,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table td,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry td,
#aspect_submission_Submissions_table_unfinished-submissions td,
#aspect_submission_Submissions_table_submissions-inprogress td,
#aspect_submission_Submissions_table_completed-submissions td,
table.detailtable td {
    padding: 5px 10px;
    text-align: justify;
    border: 1px solid #ebebeb;
    vertical-align: top;
}

#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr.ds-table-header-row,
#aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr.ds-table-header-row,
#aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr.ds-table-header-row,
#aspect_submission_Submissions_table_unfinished-submissions tr.ds-table-header-row,
#aspect_submission_Submissions_table_submissions-inprogress tr.ds-table-header-row,
#aspect_submission_Submissions_table_completed-submissions tr.ds-table-header-row {
    border: none;
}

table.detailtable td.label-cell {
    font-weight: bold;
    text-align: left;
    width: 100px;
}

div.item-summary-view-metadata h1,
div.item-summary-view-metadata h2 {
    line-height: normal;
}

div.item-summary-view-metadata {
    text-align: justify;
    line-height: 161.6%;
    margin-bottom: 30px;
}

div.simple-item-view-authors {
    font-size: 123.1%;
    font-weight: bold;
    border-bottom: 1px solid #D8E8EB;
    padding-bottom: 2px;
    margin-bottom: 20px;
    text-align: justify;
}

div.simple-item-view-authors span {
    text-align: justify;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2,
div.item-summary-view-metadata p.item-view-toggle-bottom,
div.simple-item-view-description {
    margin-top: 20px;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2,
div.simple-item-view-description h3 {
    border-bottom: 1px solid #D8E8EB;
    margin-bottom: 3px;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2 {
    margin-bottom: 10px;
}

div.spacer {
    height: 15px;
}

.thumbnail-wrapper,
.file-metadata,
.file-link {
    float: left;
    margin-right: 20px;

}

.item-metadata {
    float: left;
	
  }

.file-metadata {
    width: 300px;
}

.file-metadata span,
.item-metadata span {
    float: left;
}

.item-metadata span.content span {
    float: none;
}

.file-metadata span.bold,
.item-metadata span.bold {
    width: 80px;
    clear: left;
    text-align: right;
    margin-right: 7px;
}

#ds-system-wide-alert,
.notice {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #bfc221;
    background-color: #fffff2;
}

.notice.success {
    border-color: #21c221;
    background-color: #f2fff2;
}

#ds-system-wide-alert,
.notice.failure {
    border-color: #c22121;
    background-color: #fff2f2;
}

#ds-system-wide-alert p {
    margin: 0;
}

#aspect_artifactbrowser_CommunityViewer_div_community-home h2,
#aspect_artifactbrowser_CollectionViewer_div_collection-home h2 {
    margin-top: 30px;
    border-bottom: 1px solid #D8E8EB;
    margin-bottom: 3px;
}

.ds-logo-wrapper {
    display: block;
}

#aspect_administrative_item_FindItemForm_list_find-item-form .ds-form-item {
    margin: 0;
}

#aspect_administrative_registries_EditMetadataSchema_div_edit-schema-new-field  .ds-form-item.last {
    margin-top: -25px;
}

#no-js-warning {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

form.discover-search-box {
    margin-bottom: 10px;
}

form.discover-sort-box select {
    margin: 0 4px;
}

.hidden {
    display: none;
    visibility: hidden;
}

.icon-button {
    padding: 4px;
    cursor: pointer;
    margin: 2px;
    background-color: #6D859C;
    border: 1px solid #1F3F5E;
    text-indent: -1000px;
    width: 30px;
    height: 30px;
    display: block;
    /*Required for IE*/
    font-size: 0;
    line-height: 0;
}

.icon-button.arrowUp {
    background-image: url(../../images/arrow_up_ffffff_16x16.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-button.arrowDown {
    background-image: url(../../images/arrow_down_ffffff_16x16.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/* FOR CC License */
span.floatleft {
    border: none;
    float: right;
    display: inline;
}

/* FOR CC PAGE to GROUP ITEMS horizontally */
ul.horizontal li span.bold a {
    color: black;
}

/* group items horizontally in a list */

ul.horizontalVanilla {
    font-weight: bold;
    list-style-type: none;
    padding: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 10px -1px 5px -1px;
    width: inherit;
}

ul.horizontalVanilla li {
    float: left;
    height: 100%;
    background-color: rgb(255, 255, 255);
    margin: 2px 2px 0px 2px;
    /* border: 1px solid rgb(240, 240, 210); */
}

/* Controlled vocabulary support css START*/
ul.vocabulary {
    margin-left: 0;
}

ul.vocabulary,
ul.vocabulary ul,
ul.vocabulary li {
    list-style: none;
}

ul.vocabulary div.vocabulary-node-icon {
    cursor: pointer;
    width: 15px;
    height: 12px;
    display: inline-block;
}

ul.vocabulary div.vocabulary-node-icon.vocabulary-doc {
    background-image: url(../../images/controlledvocabulary/voc_doc_222222.png);
}

ul.vocabulary div.vocabulary-node-icon.vocabulary-open {
    background-image: url(../../images/controlledvocabulary/voc_open_222222.png);
}

ul.vocabulary div.vocabulary-node-icon.vocabulary-closed {
    background-image: url(../../images/controlledvocabulary/voc_closed_222222.png);
    background-repeat: no-repeat;
}

div.vocabulary-container li.error {
    color: #c22121;
}

/* Controlled vocabulary support css END*/

#aspect_administrative_authorization_EditPolicyForm_field_start_date {
    width: 100px;
}

#aspect_administrative_authorization_EditPolicyForm_field_end_date {
    width: 100px;
}

#aspect_administrative_authorization_EditItemPolicies_table_policies-confirm-delete tr,
#aspect_administrative_authorization_EditItemPolicies_table_policies-confirm-delete td {
    border: 1px solid lightgray;
}

#aspect_administrative_authorization_AdvacedAuthorizationsForm_field_end_date {
    width: 100px;
}

#aspect_administrative_authorization_AdvacedAuthorizationsForm_field_start_date {
    width: 100px;
}

#aspect_submission_StepTransformer_field_embargo_until_date {
    width: 100px;
}

#aspect_administrative_item_AddBitstreamForm_field_embargo_until_date {
    width: 100px;
}

#aspect_administrative_item_EditBitstreamForm_field_embargo_until_date {
    width: 100px;
}

#aspect_submission_StepTransformer_table_policies tr,
#aspect_submission_StepTransformer_table_policies td {
    border: 1px solid lightgray;
}

table.detailtable {
    background-color: #D8E8EB;
}

table.detailtable th {
    background-color: #F0F2F5;
    word-wrap: normal;
}

table.detailtable td {
    background-color: #FFFFFF;
    text-align: right;
}

span.highlight {
    font-weight: bold;
}

div.gear-icon {
    background-image: url('../../images/gear_6D859C_25x25.png');
}

ul.gear-selection li.gear-option-selected {
    background: url('../../images/check_606060_15x15.png') no-repeat 3px center;
}

input#aspect_discovery_SimpleSearch_field_query {
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 16px;
    padding-right:15px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
    width: 565px;
}

input.search-icon {
    background-image: url('../../images/search_icon_ffffff_20x20.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -1000px;
    /*Css props below are required for IE*/
    font-size: 0;
    display: block;
    line-height: 0;
    width: 30px;
    height: 33px;
}
input.search-icon2 {
    background-image: url('../../images/search_icon_ffffff_20x20.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px;
    /*Css props below are required for IE*/
}

div#aspect_discovery_SimpleSearch_div_search p.pagination-info {
    display: none;
}

div#aspect_discovery_SimpleSearch_div_search .pagination-links {
    float: left;
}

table.discovery-filters {
    width: 100%;
    background-color: #FFFFFF;
}

table.discovery-filters tr {
    border-top: 1px solid #EBEBEB;
}

table.discovery-filters td {
    padding: 0;
}

table.discovery-filters td.selection {
    width: 1%;
}

table.discovery-filters th.new-filter-header {
    text-align: left;
    padding-top: 20px;
}

table.discovery-filters td.discovery-filter-input-cell {
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 16px;
    padding-right:30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
    padding-left: 3px;
}

table.discovery-filters tr.apply-filter {
    background-color: #FAFAFA;
}

table.discovery-filters tr.apply-filter input {
    width: 65px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 108%;
    display: block;
    margin-top: 10px;
}

table.discovery-filters td.filter-controls {
    width: 50px;
}

table.discovery-filters input.filter-control {
    margin-left: 5px;
    text-indent: -1000px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 17px;
    width: 17px;
    float: left;
    background-color: transparent;
    border: none;
    /*Css props below are required for IE*/
    font-size: 0;
    display: block;
    line-height: 0;
}

table.discovery-filters input.filter-control.filter-remove {
    margin-left: 7px;
    background-image: url('../../images/button_minus.png');
}

table.discovery-filters input.filter-control.filter-add {
    background-image: url('../../images/button_plus.png');
}

table.discovery-filters tr.search-filter.filler {
    background-color: #FAFAFA;
    height: 25px;
}

table.discovery-filters th.new-filter-header {
    padding-top: 5px;
}

.searchTime {
    color: #999999;
}

.helpTitle {
    padding-left: 30px;
    background-image: url('../../../../static/images/ayuda_peque.png');
    background-repeat: no-repeat;
}

.helpCentralPane {
    display: block;
    margin: 10px;
    padding: 10px;
    border: 1px solid #a29f9f;

}

.helpCentralPane .fixImageSize img{
    width: 34px;
    height: 34px;
}

.helpCentralPane li {
    margin:10px 0px;
}

.helpCentralPane li .definition {
    display: block;
}

.helpCentralPane ol {
    list-style: decimal;
    margin-left: 20px;
}

.helpCentralPane img
{
    max-width: 580px;
    vertical-align: middle;
}

.helpCentralPane .h3
{
    font-size: 116%;
}

.helpBusqueda {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #a29f9f;
    margin-bottom: 20px;
}

.helpBusqueda img {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #a29f9f;
}

.borderImage img{
    border: 1px solid #a29f9f;
}

.helpBusqueda .inlineImg img
{
    display: inline;
    border: none;
    margin: 0px;
}

.helpBusqueda .Estilo1{
    color: red;
}

.helpBusqueda .center img {
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.helpBusqueda li {
    list-style-type: none;
    margin: 5px 0px;
}

.em {
    font-style: italic;
}

.em a {
    text-decoration: none;
}

.small {
    font-size: smaller;
}

#file_news_div_news, #aspect_artifactbrowser_CommunityBrowser_div_comunity-browser{
    padding-bottom: 25px;
    border-bottom: solid #E4E4E6 thin;
    margin-bottom: 15px;
}

#file_partners a{
    margin:5px;
    float:none;
    text-decoration:none;
}




/*#file_partners a.recolecta img{
    top: -60x;
    float:none;
    position:relative;
 }*/

.blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/* ALEX */
/* Se reduce el margen de 30 a 3 para que se vea tod en una linea*/
ul.ds-simple-list
{
    margin: 12px -1px;
}
/*ALEX*/

p.refworks{
    width:270px;
    height:26px;  
    background-repeat: no-repeat;
    background-color: transparent;
    
}
a.urilink{
    box-shadow: 0 5px 10px #eee;
    border-radius:1px;
    margin-left: 40px;
    font-size: 125%;
    color: #1F3F5E;
    text-align: justify;

}
a.refworks {
    box-shadow: 1px 1px 1px 2px #ccc;
    border-radius:1px;
    float:left;
    width: 96px;
    height:23px;
    color:transparent;
    background: url('../../images/RefWorks.jpg');
    display: block;
    background-repeat: no-repeat;
}


a.mendeley {
    box-shadow: 0px 0px 3px #ccc, 0 5px 10px #eee;
    border-radius:1px;
    float:left;
    margin-left:5px;
    width: 96px;
    height: 23px;
    display: block;
    background: url('../../images/mendeley.png');
    color:transparent;
   background-repeat: no-repeat;
}
a.sfx{
    margin-left:10px;
}
p.ver-abrir{
    width: 26px;
    height:24px;
    background: url('../../images/ver-abrir.jpg');
    background-repeat: no-repeat;
      background-color: transparent;
}

a.ver-abrir {
    margin-left:10px;
    margin-top:10px;
    width: 26px;
    height: 23px;
    display: block;
}


#google-image {
    font-size: 0px;
}

#google-image span {
    font-size: 13px;
}

label.submit-authority-name{
    float:left;
    clear:left;
}

div.order-container:last-of-type button.down {
      display: none;
}

div.order-container:first-of-type button.up {
    display: none;
}

span.order-controls{
    margin-left:1em;
}

/* Authority Control */

.authorlookup .inAutoridad {
	font-weight: bold;
}
.word-break {    
    word-break: keep-all;     
    hyphens: auto;
}
span.ds-dc_contributor_author-authority, .authority_author, .ds-dc_contributor_author-authority {
    background-image: url(/themes/CarlosIII/images/autoridades/autoridad.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-size: 16px;
}
@mixin animated() {
    @include transition-duration(0.3s);
    @include transition-timing-function(ease);
}

.margin-animated {
    @include transition-property(margin);
    @include animated();
}

@mixin checkmark-style() {
    font-size: 0.8em;
    font-weight: 100;
    margin-right: 5px;
}

.justify {
    text-align: justify;
}

/*Importacion vocabularios  controlados*/

.primary.administrative .ds-paragraph{
	margin:1em 0em;
}

.simple-item-view-authors .ds-dc_contributor_author-authority{
	background-position: center;
}

div.dataTables_length label {
	font-weight: normal;
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	font-weight: normal;
	float: right;
}

div.dataTables_filter input {
	width: 16em;
	margin-left: 0.5em;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}

table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


table.dataTable {
//	clear: both;
//	margin-top: 6px !important;
//	margin-bottom: 6px !important;
//	max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
}

table.dataTable thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

table.dataTable thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }

table.dataTable thead > tr > th {
	padding-left: 18px;
	padding-right: 18px;
}

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
	border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
	border-left-width: 0;
	border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
	border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}



/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
	color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

div.DTTT_collection_background {
	z-index: 2002;	
}

/* TableTools information display */
div.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;
	opacity: 0.95;

	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}
 
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}
 
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}
 
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
}


/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
	margin: 0 !important
}

/* dspace author lookup */
.bd-author {
    font-weight: normal;
}
$author-lookup-color-borders: #ccc;
$author-lookup-color-header-background: #fff;
.authorlookup {

    table.dataTable{
        border-right: 1px solid $author-lookup-color-borders;
        thead{
            th {
                border-right: 1px solid $author-lookup-color-borders;
                border-bottom: 1px solid $author-lookup-color-borders;
                background: $author-lookup-color-header-background;
            }
        }
        tbody {
            th, td {
                padding: 8px 10px;
            }

            tr {
                &.current-item, &.current-item td {
                    background-color: $brand-primary;
                    color: white;
                }
                &.notinsolr {
                    font-style: italic;
                }
                &.inAutoridad {
                    font-weight: bold;
                }
            }

        }
    }

    .modal-body{
        padding:0;
    }

    .ui-widget-header{
        background: $author-lookup-color-header-background;
        border: none;
    }

    .clearfix{
        border: 1px solid $author-lookup-color-borders;
    }

    .vcard-wrapper {
        border-left: 1px solid $author-lookup-color-borders;
        margin-left: -1px;
        padding: 15px;

        .vcard {
            margin: 0;
            list-style: none;

            li {
                margin-bottom: 15px;
                line-height: 131%;
            }

            li.vcard-add {
                margin-bottom: 0;
            }

            li.vcard-add input {
                float: right;
            }

            label {
                font-weight: bold;
                padding-right: 5px;
            }
        }

        .no-vcard-selected {
            font-weight: bold;
            font-size: 123.1%;
            display: block;
            text-align: center;
            padding: 10px;
        }
    }

    input.form-control {
        display: inline;
        margin-left: 0.5em;
        margin-right: 0.5em;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    div.dataTables_info {
        padding-top: 8px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

}

#aspect_submission_StepTransformer_div_submit-describe .ds-authority-confidence {
    display: none;
}

#aspect_submission_StepTransformer_div_submit-upload .ds-authority-confidence.glyphicon {
    display: none;
}

/* Geoup */
.geoup-icon {
    width: 15px;
    margin-right: -3px;
}
.logo-autoridad-modificar {
    height: 16px;
}
.logo-autoridad-modificar-a{
    padding:0 4px;
}
.logo-autoridad-modificar-relleno {
    padding: 0 12px;
}
#aspect_artifactbrowser_SimpleSendForm_list_form input[value="notagree"] {
    display: none;
}
#aspect_artifactbrowser_SimpleSendForm_list_form .ds-text-field{
	width:500px;	
}
}