/*.nav {*/
/*    display: flex !important;*/
/*}*/
.nav-link{
    border: unset !important;
    font-size: 14px !important;
    text-transform: uppercase;
    background-color: unset !important;
}
.nav-link.active {
    font-weight: bolder !important;
    color: black !important;
    background-color: unset !important;
    border-bottom: 4px solid #3A5BB0 !important;
}
.nav-tabs{
    border-bottom: 1px solid #000000 !important;
}
.most-viewed-article-container{
    width: 100%;
}
.panel-body{
    padding: 0px 80px;
}
.header-account{
    margin: 0px 15px;
    width: 100%;
}
.fade:not(.show) {
    display: none;
}
.fade.show {
    display: block;
}

.background-light-gray{
    background-color: #F0F0F0;
}
.text-light-gray{
    color: #F0F0F0;
}
.background-heavy-gray{
    background-color: #555555;
}
.text-heavy-gray{
    color: #555555;
}
.border-gray{
    border-color: #00000048;
}
.font-20{
    font-size: 20px;
}

.content-left{
    border-right: 1px solid #D5D5D5
}
.search-form-box{
    padding: 0px;
    height: 100%;
    background-color: transparent !important;
    border: 0px;
    color: white;
}
.search-form-box:focus{
    outline: none;
    background-color: transparent !important;
}

ul.dossier-articles-list {
    list-style: none;
    padding-left: 0
}

/*calendar css*/

.calendar {
    width: 300px;
}
.calendar ul {
    list-style: none;
    padding-left: 0;
}
.calendar .calendar-header h4 {
    /*background-color: #c00;*/
    list-style-type: square;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding: 10px;
    margin-bottom: 2px;
}
.calendar .navigator {
    height: 43px;
    background-color: #000;
    text-transform: uppercase;
}
.calendar .navigator ul {
    margin: 0;
}
.calendar .navigator li.previous-month {
    float: left;
}
.calendar .navigator li.previous-month, .calendar .navigator li.next-month {
    height: 43px;
    width: 43px;
    text-align: center;
    background-color: #000;
    font-size: 16px;
    padding-top: 9px;
}
.calendar .navigator li.previous-month:hover, .calendar .navigator li.next-month:hover {
    background-color: #3A5BB0;
}
.calendar .navigator li a {
    color: #fff;
}
.calendar .navigator li.next-month {
    float: right;
}
.calendar .navigator li.month-name {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 9px 0;
    height: 43px;
}
.calendar table {
    /*width: 100%;*/
}
.calendar table th {
    background-color: #EBEBEB;
    color: #000;
    font-size: 16px;
}
.calendar table td, .calendar table th {
    max-width: 43px;
    overflow: hidden;
    height: 43px;
    text-align: center;
    background-color: #F2F2F2;
}
.calendar table td {
    /*border-top: 2px solid #fff;*/
    /*border-left: 2px solid #fff;*/
    width: 43px;
    height: 43px;
}
.calendar table td a, .calendar table td span {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    height: 43px;
    width: 43px;
}
.calendar table td a:hover, .calendar table td span:hover {
    background-color: #3A5BB0;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.calendar table td a {
    background-color: #F2F2F2;
    color: black;
    font-size: 16px;
}
.calendar table td span {
    background-color: #F2F2F2;
    color: black;
    font-size: 16px;
}


.page-breadcrumbs span {
    text-transform: uppercase;
    text-align: left;
    /*font: Bold 14px/49px Open Sans;*/
    letter-spacing: 0;
    color: #F89406;

    font-size: 14px;
    font-weight: bolder;
}

.page-breadcrumbs a {
    text-transform: uppercase;
    text-align: left;
    /*font: Bold 14px/49px Open Sans;*/
    letter-spacing: 0;
    color: #555555;

    font-size: 14px;
}
.opinion-page-title {
    text-align: left;
    /*font: Extrabold 36px/49px Open Sans;*/
    letter-spacing: 0;
    color: #000000;

    font-size: 36px;
    line-height: 49px;
    font-weight: bolder;
}






/*.btn-outline-dark{*/
/*    border: unset !important;*/
/*}*/




@media (min-width: 1600px) {
    /*.container{*/
    /*    max-width: 1800px !important;*/
    /*}*/
    .playlist-videos{
        height: 250px !important;
    }
}

@media (min-width: 1800px) {
    /*.container{*/
    /*    max-width: 2000px !important;*/
    /*}*/
    /*.playlist-videos{*/
        /*height: 300px !important;*/
    /*}*/
}

@media (min-width: 1200px) {
    .playlist-videos{

    }
}

@media (max-width: 1200px) {
    .playlist-row~{
        height: unset;
    }
    .content-left{
        border: unset!important;
    }
}

@media (max-width: 992px) {

}

@media (max-width: 992px) {
    .playlist-videos{
        height: 300px !important;
    }
}
@media (max-width: 775px) {
    #navigation_admin{
        display: none;
    }
}
@media (max-width: 702px) {
    .playlist-videos{
        height: 250px !important;
    }
}

@media (max-width: 450px) {

    .buy-membership-payment-logos{
        text-align: center!important;
    }

}
.artigo-premium {
    background: #3A5BB0 0 0 no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
    display: flex;
    padding: 5px 10px;
    width: 80px;
    text-align: left;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    user-select: none;
}