/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

@import "fonts.css";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "opensans",Arial,"sans-serif";
}

strong {
    font-family: "opensans-bold",Arial,"sans-serif";
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 1
}

ul {
    list-style: none
}

ul li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,blockquote {
    quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display: block
}

h1,h2,h3,h4,h5,h6,th,td,caption {
    font-weight: normal
}

address {
    font-style: normal
}

ins {
    background-color: #CCC;
    color: #000;
    text-decoration: none
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

body {
    background-color: #f3f3f3;
    line-height: 1.5em;
    font-size: 90%;
    font-family: "Helvetica","Arial","sans-serif";
    color: #2c2c2c
}

h1,h2,h3,h4 {
    font-family: "unitcomp","Arial",Gadget,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #2c2c2c
}

h1 span,h2 span,h3 span,h4 span {
    font-family: "unitcomp","Arial",Gadget,sans-serif;
}

h5,h6 {
    font-family: "opensans",Arial,"sans-serif";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #2c2c2c
}

h1 {
    font-size: 210%;
    line-height: 120%
}

h2 {
    font-size: 175%
}

h3 {
    font-size: 130%
}

p,li {
    font-family: "opensans",Arial,"sans-serif";
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.75em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #414648
}

p, ul, ol {
    margin-bottom: 10px;
}

ul.dotted li {
    list-style: disc;
    margin-left: 30px;
}

ol li {
    margin-left: 30px;
}

.destacada,p.destacada,span.destacada,.texto-destacado,p.texto-destacado,span.texto-destacado,strong,p strong,span strong,em,p em,span em {
    font-weight: 700
}

p.small,span.small {
    font-family: "opensans",Arial,"sans-serif";
    font-size: 0.7em;
    line-height: 1.3em;
    color: #8f8f8f
}

small {
    color: #8f8f8f
}

p.p2col {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em
}

p.p3col {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em
}

@media only screen and (max-width: 1023px) {
    p.p3col {
        -moz-column-count:2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media only screen and (max-width: 767px) {
    p.p3col {
        -moz-column-count:1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

p .capital-1 {
    font-size: 200%;
    font-weight: bold;
    padding: 5px 5px 5px 0px
}

p .capital-2 {
    font-size: 250%;
    font-weight: bold;
    padding: 15px 5px 5px 0px;
    float: left
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "“" "”" "‘" "’"
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.10em;
    vertical-align: -0.4em
}

blockquote:after {
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.10em;
    vertical-align: -0.4em
}

a, a h1, a h2, a h3, a h4, a h5, a h6 {
    color: #0098cd;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #005f81;
    text-decoration: none;
}

.breadcrumb {
    background-color: #eaeaea;
}

.breadcrumb li {
    margin-left: 0px;
}

.jumbotron {
    margin: 0;
    padding: 0;
}

.btn {
    border: 0px;
}

.btn .icon {
    color: #ffffff;
}

.button {
    border-radius: 0px;
    color: #ffffff;
    font-family: "unitcomp","Arial",Gadget,sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #0098cd;
    border-color: #0098cd;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #0098cd;
    border-color: #0098cd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #0098cd;
    border-color: #0098cd;
}

.button {
    padding: 10px 16px;
}

.btn, .button {
    font-size: 120%;
    font-family: "unitcomp","Arial",Gadget,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    max-width: 290px;
    border: none;
    line-height: 1.42857143;
}

.btn, .button {
    float: right;
    margin-right: 0px;
    margin-top: 4px;
}

.modal-buttons .btn, .modal-buttons .button {
    float: none;
    margin-right: auto;
    margin-top: auto;
}

.page-node-type-dir-listing .btn {
    float: initial;
    margin-right: 4px;
}

.page-node-type-dir-listing .btn.add-folder-link {
    margin-left: 0px;
}

.page-node-type-dir-listing .form-horizontal .checkbox {
    padding-top: 0px;
}

@media (min-width: 768px) {
    .page-node-type-dir-listing .form-horizontal .control-label {
        padding-top: 0px;
    }
}

/* Legal module */
.path-legal-accept .btn {
    float: initial;
    margin-top: 15px;
}

.legal-login > div:first-of-type {
    height: 30em;
    overflow: scroll;
    font-size: 80%;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding: 15px;
}

.path-biblio .form-horizontal .form-item:nth-child(even) {
    margin-right: 0;
}

.path-biblio .form-horizontal .form-item {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.path-biblio .form-horizontal .form-actions {
    float: left;
    width: 100%;
    margin-right: 0px;
}

.form-actions .btn, .form-actions .btn-group {
    margin-right: 0px;
    margin-left: 10px;
}

@media only screen and (min-width: 1200px) {
    .region-content .form-actions .btn, .region-content .btn {
        width: 290px;
    }

    .page-node-type-dir-listing .region-content .form-actions .btn, .region-content .btn {
        width: auto;
    }
}

.table-striped caption {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 8px;
}

.form-group .control-label {
    color: #666;
    font-size: 100%;
    padding-right: 0;
}

.form-group .radio .control-label {
    text-align: left;
}

.form-group .form-control {
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    box-shadow: none;
    color: #666;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal .panel .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.content-panel label {
    font-size: 110%;
}

.form-item thead th {
    color: #ffffff;
    border: solid #bfbfba;
    border-width: 1px 0;
    background: #2c2c2c;
}

.form-item table {
    margin-bottom: 5px;
}

header .logo img {
  height: 57px;
}

@media only screen and (max-width: 1023px) {
    header .logo img {
        height:35px;
        padding: 2px 0 0 0;
    }
}

header.jumbotron {
    background-color: #FFFFFF;
    margin: 0;
    padding: 5px 0 0 0;
}

.jumbotron {
    padding-top: 0px;
    padding-bottom: 0px;
}

.jumbotron .container {
    max-width: 100%;
}

/*Menús*/
.tool-bar {
    background: #0098cd;
    position: relative;
}

.tool-bar .navbar {
    border: none;
    border-radius: none;
    margin-bottom: 0;
    min-height: 26px;
    position: relative;
}

.tool-bar .navbar-default {
    background-color: transparent;
    border-color: none;
    height: 43px;
}

.tool-bar .navbar-default .navbar-left {
    padding: 11px 0;
    font-size: 13px;
    color: #ffffff;
    float: left;
    font-family: "unitcomp","Arial",Gadget,sans-serif;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0098cd;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
    border: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0px;
    border-radius: 0px;
}

.navbar .menu li li {
    border-left: 0px;
    border-top: 1px solid #f0f0f0;
}

.navbar .menu li li.first {
    border-top: 0px;
}

.navbar .menu .dropdown-menu > li > a:hover, .navbar .menu .dropdown-menu > li > a:focus {
    background: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: none;
}

.navbar .menu .dropdown-menu li a {
    color: #0098cd;
}

.navbar .menu .dropdown-menu li a:hover, .navbar .menu .dropdown-menu li a:hover, .navbar .menu .dropdown-menu li a:focus, .navbar .menu .dropdown-menu li a:focus {
    color: #005f81;
    text-decoration: none;
}

.navbar .menu li a[href] {
    cursor: pointer;
}

.menu-bar {
    background-color: #2c2c2c;
}

.menu-tabs {
    position: relative;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar .menu li {
    border-left: 1px solid #343333;
    position: relative;
    margin: auto;
    list-style: none;
    text-align: left;
    height: 60px;
}

.navbar .menu li a, .navbar .menu li a:hover, .navbar .menu li a:hover, .navbar .menu li a:focus, .navbar .menu li a:focus {
    font-family: "unitcomp","Arial",Gadget,sans-serif;
    font-weight: normal;
    letter-spacing: 0.3px;
    border: none;
    font-size: 90%;
    line-height: 20px;
}

.navbar .menu li a, .navbar .menu li a:hover, .navbar .menu li a:hover, .navbar .menu li a:focus, .navbar .menu li a:focus {
    color: #FFF;
    line-height: 1.7em;
    margin: auto auto 2px auto;
    padding: 1.1em 1.1em;
    height: 55px;
    font-size: 1.0em;
    font-weight: normal;
    width: 100%;
    display: block;
    cursor: auto;
}

@media only screen and (max-width: 767px) {
    .navbar .menu li li {
        border-left: 0px;
        border-top: 0px solid #f0f0f0;
    }
    .navbar .menu li {
        border-left: 0px;
        position: relative;
        margin: auto;
        list-style: none;
        text-align: left;
        height: auto;
    }
    .navbar .menu li a, .navbar .menu li a:hover, .navbar .menu li a:hover, .navbar .menu li a:focus, .navbar .menu li a:focus {
        color: #FFF;
        line-height: 20px;
        margin: auto auto 2px auto;
        padding: 0.4em 1.1em;
        height: auto;
        font-size: 1.0em;
        font-weight: normal;
        width: 100%;
        display: block;
        cursor: auto;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 35px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #0098cd;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-collapse nav:last-child {
        border-top: 1px solid #f0f0f0;
    }
}

.navbar .menu li a:hover {
    color: #0098cd;
}

.navbar .menu li a[href] {
    cursor: pointer;
}

.navbar-toggle .icon-bar, .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border:0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-default .navbar-collapse {
        padding-left: 0px;
    }
}

/*Pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0098cd;
    border-color: #0098cd;
}

.pagination > li > a, .pagination > li > span {
    color: #0098cd;
}

/*Footer*/
footer section.corporativa {
    background-color: #222222;
    border-top: 1px solid #343434;
    overflow: hidden;
    display: block;
    padding-top: 1em;
    padding-bottom: 3em
}

footer section.corporativa .container .row {
    padding-left: 0;
    padding-right: 0
}

footer section.corporativa .container .row .logo-negativo {
    margin: 3em auto 2em;
}

footer section.corporativa img.logo-negativo {
    max-width: 300px;
}

footer section.corporativa .cierre div {
    color: #fff;
    display: inline-block;
    font-size: 90%;
    font-size: 1em;
    width: 100%;
    display: block;
    height: 100%;
    margin: 1em auto 3em;
    font-family: "opensans-light",Arial,"sans-serif";
}

footer section.corporativa .container ul.nav li a:after {
    content: ".";
    width: 30px;
    height: 48px;
    line-height: 23px;
    display: inline-block;
    padding: 0px 3%;
    text-align: right;
    vertical-align: top;
    color: #666;
}

footer section.corporativa .container ul.nav li:last-child a::after {
    content: "";
}

footer section.corporativa .container ul.nav li a {
    height: 48px;
    color: #e5e5e5;
    font-size: 90%;
    padding: 0;
    padding-left: 15px;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
}

footer section.corporativa .container ul.nav li a:hover {
    color: #0098cd;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

footer section.corporativa .container ul.nav {
    margin: 0 auto;
    display: table;
}

footer section.corporativa .container ul.nav li {
    display: table-cell;
}



.nav-tabs {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid transparent;
}

.nav-tabs > li {
    border-right: 3px solid #f2f2f2;
}

.nav-tabs > li > a {
    margin-right: 0px;
    border-radius: 0px;
}

.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.page-header {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.content-panel {
    color: #2c2c2c;
    padding: 20px 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    font-family: "opensans",Arial,"sans-serif";
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    border: none;
    position: relative;
    box-shadow: none;
}

.modal-body h2 {
    font-family: "unitcomp","Arial",Gadget,sans-serif;
    font-size: 160%;
    clear: both;
    padding: 10px 0 20px 0;
    line-height: 120%;
}

.content-panel h3, .modal-body h3 {
    font-family: "unitcomp","Arial",Gadget,sans-serif;
    font-size: 140%;
    clear: both;
    padding: 10px 0 20px 0;
    line-height: 120%;
}

.content-panel h4, .modal-body h4 {
    font-family: "unitcomp","Arial",Gadget,sans-serif;
    font-size: 110%;
    clear: both;
    padding: 10px 0 10px 0;
    line-height: 120%;
}

.well.region {
    padding: 0px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}

.well.region .block {
    font-family: "opensans",Arial,"sans-serif";
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 0px;
    border: none;
    position: relative;
    box-shadow: none;
}

.well .block h2.block-title {
    font-size: 150%;
    border-bottom: 1px solid #f0f0f0;
    font-family: "unitcomp","Arial",Gadget,sans-serif;
    padding: 25px 20px 20px 30px;
}

.well .block .block-title {
    padding: 10px 15px;
}

.well .block .field {
    padding: 20px 30px;
}

.btn-primary .glyphicon-log-in {
    display: none;
}

.user-login-form {
    margin-top: 15px;
}

.upper-margin-20 {
    margin-top: 20px;
}

.user-form .filter-wrapper {
    display: none;
}

/** Cookies **/

.sliding-popup-bottom {
    position: fixed;
    right: 0;
    left: 0;
}

#truste-consent-track.trustarc-banner {
    font-family: "unitcomp", sans-serif;
    font-size: 12px;
    background: rgba(2, 152, 205, 0.9);
    color: #fff;
    padding: 0;
    border-radius: 0px;
    margin-bottom: 2px;
}

#truste-consent-content {
    overflow: hidden;
    max-height: 49px;
    min-width: 300px;
    width: 100%;
    display: table;
}

.truste-consent-text {
    display: block;
    width: 90% vertical-align: middle;
    padding: 55px 60px 50px 60px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.truste-consent-buttons {
    display: block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 60px 35px 60px;
}

.truste-text, .truste-text p {
    font-family: "unitcomp", sans-serif;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
    line-height: 24px;
}

.truste-buttontext {
    font-family: "unitcomp", sans-serif;
    font-size: 15px;
    color: #fff;
    border: none;
    text-decoration: underline;
    text-decoration-color: #e10600!important;
    cursor: pointer;
    letter-spacing: 0px;
}

.truste-buttontext:hover {
    text-decoration: underline;
    text-decoration-color: #e10600!important;
    color: #e10600;
}

.truste-consent-button {
    font-family: "unitcompbold", sans-serif;
    color: #333333;
    background: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    border-radius: 1%;
    letter-spacing: .5px;
    margin: 0 0 20px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    min-width: 160px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    font-size: 11px;
}

.truste-consent-buttons button {
    text-decoration: none;
    margin-left: 0px;
    margin-right: 20px!important;
}

.truste-show-consent {
    font-family: "unitcompbold", sans-serif;
    color: #fff;
    background: none;
    border: 1px solid white;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    letter-spacing: .5px;
    margin: 0 0 20px 15px;
    white-space: nowrap;
    border-radius: 1%;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    min-width: 160px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    font-size: 11px;
}

.truste-show-consent:hover {
    background: none;
    color: #F1F1F1;
    border: 1px solid #F1F1F1;
    box-shadow: none;
    transition: all 0.5s cubic-bezier(0.2, 0, 0.05, 1);
}

.truste-consent-button:hover {
    box-shadow: none;
    background: #F1F1F1;
    color: #0098cd;
    transition: all 0.5s cubic-bezier(0.2, 0, 0.05, 1);
    border: 1px solid #F1F1F1;
}

#trutse-configure-link,
#truste-cookie-button {
    color: #fff;
    text-decoration: none!important;
    text-transform: uppercase;
}

#trutse-configure-link:hover,
#truste-cookie-button:hover {
    color: #F1F1F1;
    transition: all 0.5s cubic-bezier(0.2, 0, 0.05, 1);
    text-decoration: underline;
}

.truste-title {
    font-size: 18px;
    color: #fff;
    font-family: "unitcomp", sans-serif;
    letter-spacing: 0;
    line-height: 40px;
}


/* MOBILE ONLY */

@media screen and (min-width: 450px) and (max-width: 740px) {
    .truste-consent-button {
        margin-right: 5px;
        margin-bottom: -2px;
        text-align: center;
        font-family: "unitcomp", sans-serif;
        text-decoration: none;
        cursor: pointer;
        margin: 0px 0px 0px 15px;
        float: none;
        display: inline-block;
    }
    .truste-show-consent {
        margin-right: 5px;
        margin-bottom: -2px;
        text-align: center;
        font-family: "unitcomp", sans-serif;
        color: #fff;
        border: 1px solid white;
        text-decoration: none;
        cursor: pointer;
        margin: 0px 0px 0px 15px;
        float: none;
        display: inline-block;
    }
    .truste-responsive .truste-consent-text {
        width: auto;
        display: block;
        vertical-align: middle;
        text-align: left;
    }
    .truste-responsive #truste-consent-content {
        text-align: left;
    }
    .truste-responsive .truste-buttontext {
        margin-right: 0px;
    }
}

@media screen and (max-width: 480px) {
    .truste-responsive .truste-consent-text {
        float: left;
        width: auto;
    }
    .truste-show-consent,
    .truste-consent-button {
        float: left;
        margin: 0px 0px 0px 15px;
        text-align: center;
    }
}

#truste-consent-track.trustarc-banner {
    background: rgba(0, 152, 205, 0.9);
    opacity: 1 !important;
}

.truste-responsive .truste-consent-text {
    width: 100%;
    display: block;
}

.truste-consent-buttons,
.truste-responsive .truste-consent-text {
    display: block;
}

.truste-consent-text {
    display: block;
    width: 100%;
    display: block;
    padding: 24px 20px 24px 20px;
    font-size: 14px;
    line-height: 24px;
}

.truste-text {
    line-height: 24px;
}

.truste-consent-buttons button {
    text-decoration: none;
    margin-left: 20px;
    margin-right: 0 !important;
}

#trutse-configure-link,
#truste-cookie-button {
    text-decoration: none;
}

#trutse-configure-link:hover,
#truste-cookie-button:hover {
    color: #F1F1F1;
    transition: all 0.5s cubic-bezier(0.2, 0, 0.05, 1);
    text-decoration: underline;
}

.truste-show-consent,
.truste-consent-button {
    margin: 0 0 0 15px;
    border-radius: 1%;
    padding: 0;
    height: 50px;
    line-height: 50px;
    min-width: 160px;
    width: 40%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 2px;
    font-size: 11px;
}

.truste-show-consent {
    background: none;
}

.truste-show-consent:hover {
    background: none;
    color: #F1F1F1;
    border: 1px solid #F1F1F1;
    box-shadow: none;
    transition: all 0.5s cubic-bezier(0.2, 0, 0.05, 1);
}

.truste-consent-button {
    background: #FFF;
    border: 1px solid #FFF;
    color: #0098cd;
    text-transform: uppercase;
}

.truste-consent-button:hover {
    background: #F1F1F1;
    color: #0098cd;
    border: 1px solid #F1F1F1;
    box-shadow: none;
}

@media screen and (min-width: 480px) {
    .truste-show-consent,
    .truste-consent-button {
        width: 160px;
    }
}

@media only screen and (min-width: 768px) {
    .truste-consent-text {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
}

@media only screen and (min-width: 992px) {
    .truste-consent-text {
        max-width: 1170px;
        margin: auto;
        padding: 56px 60px 50px 60px;
    }
    .truste-consent-buttons {
        max-width: 1170px;
        margin: auto;
    }
    .truste-consent-buttons button {
        margin-left: 0;
        margin-right: 20px !important;
    }
    .truste-responsive .truste-consent-text {
        width: 90%;
    }
}

.color-orange {
    color: orange;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.tabledrag-toggle-weight {
    display: none;
}

/* user profile */
.label {
    color: initial;
}

.field {
    margin-bottom: 15px;
}

/* nodes */

.field--item {
    ont-family: "opensans",Arial,"sans-serif";
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.75em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #414648;
}

.field--label {
    font-family: "opensans",Arial,"sans-serif";
    font-size: 15.5px;
    line-height: 1.75em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.form-group .control-label {
    font-size: 15.5px;
    color: inherit;
}

.author {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #CCC;
}

.captcha {
    margin-top: 30px;
}

.node-conference-review {
    padding: 0px 15px 15px 15px;
    margin-bottom: 15px;
}

.decision-form {
    padding: 0px 15px;
}

.row.paragraph {
    margin-bottom: 15px;
}

.row.paragraph .field {
    margin-bottom: 0px;
}

tr.assignment {
  display: none;
}
