body {    
    margin-top:80px;
    background-image:url('/images/globo_5.png');
    background-position: -300px -300px;
    background-repeat:no-repeat;
    background-attachment: fixed;
}




.container,
main {
    width:100%;
    max-width:1500px;
    min-width:600px;
    margin:auto;
    padding: 0 50px;
}


.globobackground {
    opacity:.05;
    position:absolute;
    top:-300px;
    left:-300px;
    z-index:- 1000;
}


main {
    position: relative;
    /*padding-top:125px;*/
    padding:50px;
    min-height:850px;
    z-index: 1;
}

.navbar {
    background-color:transparent;
}

a {
    color:#003366;
    font-weight:400;
}

.navbar .nav-link {
    display:inline-block;
    color:#FFF;
}

footer {
    padding:50px;
    color:#FFF;
    background-color:#003366;
}

header {
    position:fixed;
    width:100%;
    height:80px;
    margin-top:-80px;
    background-color:#003366;
    z-index: 100;
}


h1 {
    letter-spacing:-.03em;
    margin-bottom: 1em;
    border-bottom: 1px solid #BBB;
}


header .logo {
    font-size: 3rem;
    color:#FFF;
    height:50px;
}

.primary {
    color:#003366;
}


.btn-primary {
    background-color:#003366 !important;
    color:#FFF !important;
    border-color:transparent;
}

.btn-secondary {
    background-color: transparent;
    border-color:#CCC;
    color:#003366;
}

.btn-white {
    background-color: #FFFFFF;
    border-color:#CCC;
    color:#003366;
}



.navbar .btn {
    background-color:#FFF !important;
    color:#003366 !important;
    border:none;
}

.navbar-nav {
    flex: 1;
    justify-content: flex-end;
}


.btn-newdoc {
    font-weight: bold !important;
}


.navbar-nav .btn-newdoc {
    margin-left:3em;
}


.nav-tabs  {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.nav-tabs button.nav-link  {
    color:#003366;
    font-weight:600;
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:0 !important; 
}

.nav-tabs .nav-link.active {
    background-color:rgba(247,247,247,.6) !important;
    border-color: #dee2e6 #dee2e6 #F6F6F6;
}

.nav-tabs button.nav-link:hover {
    border-color:transparent;
    /*background-color:#dee2e6;*/
    background-color:rgba(222,222,222,.6);
    border-color: #dee2e6 #dee2e6 #F6F6F6;
}

.tab-pane {
    background-color:rgba(247,247,247,.6);
    padding: 50px;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-bottom:50px;
}


.tab-pane h2 {
    margin-bottom: .5em;
    border:none;
    font-size:2em;
}


label {
    color:#003366;
    font-weight: 600;
    margin-bottom: .5rem;
}


.form-control:focus,
.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    /*box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);*/
    box-shadow: none;
}

*:focus {
    outline: 0;
    /*box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);*/
    box-shadow: none !important;
}


.list .item {
    display:flex;
    flex-wrap: wrap;
    border-top: 1px solid #CCC;
    padding: 10px 0;
    margin-bottom: 25px;
}

.list .item > div {
    padding: 0 10px;
}



.no-empty:empty {
    display:none;
}

.truncate {
    width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


#filelist .tipofile {
    font-size: 3em;
}
#filelist .filename {
    font-size: 1.5em;
}



.viewarea {
    flex-basis:100%;
    height: 1000px;
    margin-top: 20px;
    display:flex;
    justify-content:center;
}


.viewpdf {
    width:100%;
    height: 1000px;
    max-width:800px;
    margin:auto;
}



.headerpage {
    background-color: rgba(200,200,200,.4);
    font-size: 3em;
    letter-spacing: -.03em;
    line-height: 100%;
    padding: .5em 0;
    font-weight:600;
    color: rgba(10,10,10,.7);
}


.doc-card {
    background-color: rgba(200,200,200,.2);
    border: 1px solid rgba(200,200,200,.8);
    padding: 25px;
    font-size:.8em;
}


p,li {
    text-align:justify;
}

h2 {
    color:#003366;
    font-size: 2em;
    border-bottom: 1px solid;
}

h3 {
    color:#003366;
    font-size: 1.7em;
}

h4 {
    color:#003366;
    font-size: 1.5em;
}

h5 {
    color:#003366;
    font-size: 1.2em;
}




.list .country {
    width: 150px;
}

.list .country a {
    text-decoration:none;
    font-weight: bold;
    font-size: 22px;
}

.list .country img {
    height: 17px;
    margin-right: 5px;
    margin-top: -3.5px;
}

.list .editor {
    width: 50px;
}

.list .preview-button {
    width: 100px;
}

.list .heading {
    flex:1;
}

.list .title a {
    font-size: 1.2em;
    font-weight: 600;
    color: #C00;
}

.list .countryname {
    font-weight: 600;
    font-size: 1.2em;
}

.list .description {
    width:100%;
    margin-top: 1em;
}


.tags {
    margin-top: 10px;
}

.tags a.tag {
    display:inline-block;
    background-color:#BBB;
    margin-right: 7px;
    padding: 2px 7px;
    text-decoration: none;
    font-weight:bold;
    font-size: .8em;
    color:#FFF;
}


.tags a.tag:hover {
    background-color:#003366;
    color:#FFF;
    transition: .3s;
}

.omissis {
    display: inline-block;
    background-color:#EEE;
    color:#999;
    padding: 0 .5em;
    font-size: .9em;
    font-weight:bold;
}



/**************** JPANEL *****************/

.jsPanel .jsPanel-hdr {
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    padding: 5px 0 5px 10px;
    background-color:#FC0 !important;
}
.jsPanel-titlebar .jsPanel-title {
    font-variant: normal;
}

.jsPanel-controlbar .jsPanel-btn {
    margin-left: 3px;
}

.jsPanel-replacement {
    background-color:#FC0 !important;
    width: 300px;
    height: 40px;
}


.modalpanel .headerpage {
    font-size: 1.5em;
}

.modalpanel .description {
    font-size: 1em;
}

.modalpanel h1 {
   font-size: 1.5rem; 
}




@media (max-width: 768px) {
    .container,
    main {
        padding: 0 25px;
    }
}



@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 768px) {


     .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1em !important;
        padding-left: 1em !important;
    }
}
