html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a {
    color: #00766C;
    font-size: 16px;
    font-family: SansDisplay;
}

a:hover, a:focus {
    color: #00766C;
    opacity: 0.7;
    text-decoration: none;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.add-file {
    font-size: 20px;
    position: absolute;
    right: 9px;
    top: 4px;
}

.add-file a {
    color: #5cb85c;
}

.add-file a:hover {
    color: #449d44;
}

/* recib corrections */

h1 {
    margin-bottom: 18px;
}

#cib-mainNav,
#cib-mainNav ul#firstLevelMenu > li,
#cib-mainNav .menu-inner,
#cib-mainNav .menu-level-two {
    box-sizing: content-box;
}

#cib-mainNav .menu_link,
#cib-mainNav .menu_link a {
    display: block;
    height: 44px;
    padding-top: 0;
}

#logo {
    float: left;
}

.mainIMG {
    margin-top: 15px;
}

.extra {
    position: inherit;
    display: table;
    height: 100%;
}

#all {
    padding-bottom: 0;
    display: table-row;
    height: 100%;
}

#centralPartBIG {
    position: inherit;
    min-height: unset;
    height: auto;
}

.wrapperContent {
    overflow: visible;
}

/*
.wrapperContent h1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 28px;
    font-weight: normal;
}
*/

/*
.newfooter {
    width: 976px;
    background: none;
    padding-top: 0;
} */

#disclaimerbig {
    line-height: 1.2em;
}

ul.multiselect-container li {
    background-image: none;
}

.block_sidebar {
    position: relative;
}

.block_sidebar_title {
    margin-top: 0;
}

.section-form .block_sidebar h4 {
    color: silver;
}

ul.downloads_list,
ul.pdf_list {
    margin: 0;
    padding: 0;
}

ul.downloads_list li {
    overflow-x: hidden;
    background: none;
}

ul.pdf_list li {
    overflow-x: hidden;
    padding-top: 8px;
}

ul.pdf_list p {
    margin: 0;
}

.section-form ul.downloads_list li,
.section-form ul.pdf_list li {
    padding: 0;
}

.wrapperContent ul.pagination li:before {
    content: '';
}

.pagination > li > a, .pagination > li > span {
    border: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02), 0px 0px 15px rgba(52, 64, 75, 0.06);
    border-left: 1px solid rgba(214, 212, 212, 0.5);
}

.pagination > li.prev > a {
    border-left: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.pagination > .active > a,
.pagination > .active > a:hover {
    background-color: #00766C;
    border-color: #00766C;
}

.pagination > li > a, .pagination > li > a:hover {
    color: #00766C;
}

.pagination > .disabled > span {
    padding: 7px 12px;
}

.news-body {
    font-size: 18px;
    line-height: 160%;
    color: #333F48;
    max-width: 100%;
    overflow: hidden;
}

.news-body a {
    font-size: 18px;
}

.summary{
    clear:both;
}
.newsDate{
    font-family: SansDisplay;
    font-size: 15px;
    line-height: 140%;
    color: #999999;
    margin-bottom: 30px;
}
#popup
{
    width: 100%;
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 #999;
    box-shadow: 0 2px 10px 0 #999;
    padding: 10px 0;
    font: normal 12px/16px OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
    outline: 0;
    text-align: center;
    padding-left:20px;
    padding-right:20px;
}
#popup #close
{
    background-image:url("../img/misc/cross.png");height: 20px;
    width: 20px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 5px;
    cursor:pointer;
}
#popup a
{
    color: #000;
    -webkit-transition: color .15s ease-out;
    transition: color .15s ease-out;
    text-decoration: underline;
}
#popup a:hover
{
    color: #19bb4f;
}