/*  Från _Layout.cshtml */
/* Centrera och sätt maxbredd */
.site-wrapper {
    max-width: 1080px;
    margin: 0 auto;
}

.sidebar,
.extra-left,
.extra-right {
    min-height: 400px;
}

.sidebar {
    width: 190px;
}

.main-content {
    width: 524px;
}

.extra-left {
    width: 180px;
}

.extra-right {
    width: 186px;
}
/*  End of Från _Layout.cshtml */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
    #printandcomment {
        display: none;
    }
    .sidebar, .main-content {
        width: 100% !important;
        margin-bottom: 1rem;
    }
    .header-nav, .sidebar, .extra-left, .extra-right {
        display: none;
    }
}
body {
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    color: #111;
}

a {
    color: #0056b3;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

footer {
    background-color: #003366;
    color: white;
    padding: 10px;
}
/*  Övre rad med bakgrundsbild */
.header-top {
    background-image: url('https://www.cubademocraciayvida.org/media/__design/toplogotype.jpg'); /* byt till din bild */
    background-color: #b4cbe2;
    background-size: cover;
    background-position: left;
    padding: 0 0;
}

    /* Text + ikonfärg för logoraden */
    .header-top span,
    .header-top img {
        color: #fff;
    }
#logotext {
    color: #023977;
    width: 600px;
    float: left;
    text-align: center;
    padding: 0 0;
    margin-top: 0;
}

/*  Nedre rad med navigeringslänkar */
.header-nav {
    background: url('https://www.cubademocraciayvida.org/media/__design/bg_topmenu.jpg') #b4cbe2;
    text-align: left;
    background-size: contain;
}
    .header-nav img {
        padding: 1px 1px 1px 1px;
    }

.header-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-width: 1px
}

        .header-nav a:hover {
            color: #ee6262;
            text-decoration: none;
            border-color: #FFFFFF;
            border-width: 1px
        }

.list-group-item.active {
    background-color: #cc0000;
    color: white;
}


.list-group {
    padding: 3px 3px;
}
.list-group-item {
    background-color: #45a5d7;
    border: 2px solid #FFFFFF;
    transition: all 0.2s ease;
    padding: 5px 5px;
    font-size: 14px;
    width: 184px;
}

    .list-group-item:hover {
        background-color: #ee6262;
        
    }

    .list-group-item a {
        text-decoration: none;
        color: #FFFFFF;
        display: block;
        font-weight:bold;
    }

        .list-group-item a:hover {
            color: #FFFFFF;
            
        }
    .list-group-item.active {
        background-color: #ee6262;
        border: 2px solid #FFFFFF;
    }

        .list-group-item.active a {
            text-decoration: none;
            color: #FFFFFF;
            display: block;
        }

.sidebar {
    background-color: #84a6cc; /*  Välj din bakgrundsfärg */
    padding: 0; /*  Tar bort inneravstånd */
    margin: 0; /*  Tar bort inneravstånd */
    border: none; /*  Tar bort kantlinje */
    /* width: 180px; Anpassa efter design */
}

    /* Tar bort högerkantlinje från Bootstrap's border-end */
    .sidebar.border-end {
        border-right: none !important;
    }

    /* Om du vill ha lite luft mellan menyobjekten */
    .sidebar .list-group {
        /*margin: 0;
        padding: 0;
            */
    }
.d-flex {
    padding: 0; /*  Tar bort inneravstånd */
    margin: 0; /*  Tar bort inneravstånd */
    background-color: #FFFFFF /*  Välj din bakgrundsfärg */
}
.main-content {
    padding: 8px 12px; /*  Inneravstånd */
}
.main-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .main-content ul li {
        width: 100%;
        max-width: 504px;
        margin: 0px 0px 15px 0px;
        padding: 0;
        float: left;
        display: block;
    }
.main-content h1 {
    font-size: 1.4em;
    line-height: 120%;
    padding: 10px 0 20px 0;
    text-align: left;
    color: #040086;
    font-family: verdana, 'Open Sans', sans-serif;
    font-weight: normal;
}

.main-content h2 {
    font-size: 1.2em;
    line-height: 120%;
    padding: 10px 0 20px 0;
    text-align: left;
    color: #040086;
    font-family: verdana, 'Open Sans', sans-serif;
    font-weight: normal;
}
    .main-content p {
        line-height: 150%;
        text-align: left;
        font-size: 0.9em;
    }
h3.artlistheader {
    text-align: left;
    font-size: 1.4em;
    margin: 10px 0px 10px 0px;
    padding-top: 15px;
    border-top: 1px solid #84a6cc;
}	
.extra-left {
    background-color: #d6d6d6;
    padding: 5px 5px;
    text-align: center;
}
.extra-right {
    background-color: #84a6cc;
    padding: 10px 0px;
    text-align: center;
}
.div_listcontent {
    width: 500px;
    /*background-color #f6f9fe:*/
    background-color: #f6f9fe;
    padding: 5px 7px 5px 7px;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #f6f9fe;
}

    .div_listcontent:hover {
        width: 500px;
        /*background-color #f6f9fe:*/
        background-color: #FFFFFF;
        padding: 5px 7px 5px 7px;
        margin: 0px 0px 0px 0px;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        border-top: 1px solid #f6f9fe;
        border-bottom: 1px solid #f6f9fe;
        border-left: 1px solid #2436b2;
        border-right: 1px solid #2436b2;
    }
.div_listcontent_a {
    font-size: 14px;
    color: #040096;
    text-decoration: none;
    font-weight: bold;
}
    .div_top {
    width: 500px;
    padding: 0px 0px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #2436b2;
    margin: 0px 0px 0px 0px;
    background-image: linear-gradient(#bad7f5, #ffffff, #bad7f5);
    text-align: center;
    background-color: red;
}

.div_bottom {
    width: 500px;
    height: 7px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 6px 6px;
    border: 1px solid #2436b2;
    margin: 0px 0px 0px 0px;
    background-image: linear-gradient(#bad7f5, #ffffff, #bad7f5);
    text-align: center;
    background-color: red;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.datetime {
    color: #0f0385;
    /*text-shadow: 3px 3px 1px black;*/
    padding: 3px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
IFRAME {
    width: 500px;
}
span.grey {
    color: #777777;
}
.clr {
    clear: both;
}	
ul li.artlist0 {
    background: #eef4fe;
    margin: 0px 0px 5px 0px;
    padding: 7px 7px 7px 7px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
    ul li.artlist0:hover {
        background: #9acaed;
        margin: 0px 0px 5px 0px;
        padding: 7px 7px 7px 7px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }
a.secondartlist {
    text-decoration: none;
    font-size: 12px;
    color: #006b9f;
    font-weight: bold;
    line-height: 10px;
}
#folderHeader {
    width: 100%;
    max-width: 504px;
    margin: 0px 0px 10px 0px;
    padding: 0;
    float: left;
    text-align: center;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,d1d1d1+20&0.65+0,0+20 */
    background: -moz-linear-gradient(top, rgba(132,166,204,0.50) 0%, rgba(209,209,209,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(132,166,204,0.50) 0%,rgba(209,209,209,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(132,166,204,0.50) 0%,rgba(209,209,209,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6495ED', endColorstr='#00d1d1d1',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}
#folderHeader h1 {
    text-align: center;
}
    footer {
    background: url('https://www.cubademocraciayvida.org/media/__design/bg_topmenu.jpg') #b4cbe2;
    background-size: contain;
    color: #FFFFFF;
    border-top: 3px solid #cc3300;
    height: 50px;
    text-align: center;
    font-size: 16px;
    /*
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	*/
}
#sitecounter {
    color: #FFFFFF;
    text-align: center;
    font-size: 0.8em;
    line-height: 120%;
    margin: 5px 0;
    width: 180px;
}
#googlesearch {
    width: 180px;
    padding: 5px 0px;
    float: left;
    text-align: center;
    display: block;
    background: #FFFFFF;
    margin: 0 0 5px 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

    #googlesearch form {
        width: 100%;
    }

    #googlesearch input[type=text] {
        background: #FFFFFF;
        width: 70%;
        margin: 1px 3px 0px 5px;
        border: 1px solid #2a8dd4;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        float: left;
    }

    #googlesearch input[type=image] {
        margin-right: 5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        float: left;
    }
#globalarticle1 {
    width: 180px;
    padding: 5px 0px;
    float: left;
    text-align: center;
    display: block;
    margin: 0 0 5px 5px;
}
#globalarticle2 {
    width: 170px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: center;
    display: block;
}
    #globalarticle2 ul {
        margin: 5px 0;
        padding: 0;
        list-style: none;
    }
    #globalarticle2 ul li {
        margin: 0;
        padding: 1px 0px 3px 0px;
        list-style: none;
    }
        #globalarticle2 ul li img {
            text-align: center;
            max-width: 180px;
            padding-bottom: 5px;
        }

#globalarticle3 {
    width: 186px;
    padding: 5px 0px;
    margin: 0;
    float: left;
    text-align: center;
    display: block;
}
#globalarticle3 img {
    max-width: 170px;
}

#links {
    color: #FFFFFF;
    text-align: center;
    font-size: 0.8em;
    line-height: 120%;
    margin: 5px 0 0 0;
}

    #links img {
        text-align: center;
        max-width: 180px;
    }

    #links A {
        color: #FFFFFF;
        text-align: left;
        font-weight: bold;
        font-size: 0.9em;
        line-height: 150%;
        text-decoration: none;
    }

#links UL {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

    #links UL LI {
        margin: 0;
        padding: 1px 0px 3px 0px;
        list-style: none;
    }

            #links UL LI A {
                color: #FFFFFF;
                text-align: left;
                font-weight: bold;
                font-size: 0.9em;
                line-height: 120%;
                text-decoration: none;
            }
			 .div_listcontent IMG {
				max-width: 484px;
			}
#sidebar1 {
    margin: 0;
    padding: 0;
}
    #sidebar1 UL {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        #sidebar1 UL LI {
            margin: 0;
            padding: 0;
            list-style: none;
        }

#dictionaryheader {
    background-color: #006b9f;
    text-align: left;
    height: 48px;
    padding: 3px;
    border: 2px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
}

    #dictionaryheader a {
        color: #FFFFFF;
        font-size: 0.6em;
        text-decoration: none;
    }

#dictionarycontent {
    background-color: #eef4fe;
    text-align: left;
    padding: 3px;
    font-size: 0.75em;
    color: #006b9f;
    border: 2px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
}

    #dictionarycontent a {
        text-decoration: none;
    }

        #dictionarycontent a:hover {
            text-decoration: underline;
            color: #ff4545;
        }
.new-icon {
    margin-right: 10px;
}
.printimg {
    cursor: pointer;
}