﻿/*Crema - Creative Management // http://www.crema.com.tr*/

html {
    overflow-y: scroll;
}

body {
    position: relative;
}

    body * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

header * {
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

.warrantsPopupHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .warrantsPopupHeader .header-inner {
        display: flex;
        align-items: center;
    }

        .warrantsPopupHeader .header-inner .title {
            font-size: 1.5rem;
            color: #1F2733;
        }

    .warrantsPopupHeader h1 img {
        width: 175px;
    }

    .warrantsPopupHeader .lastUpdate {
        display: flex;
        align-items: center;
    }

        .warrantsPopupHeader .lastUpdate .delay-info {
            height: 3.6rem;
        }

        .warrantsPopupHeader .logo-wrapper, .warrantsPopupHeader .lastUpdate h1.title, .warrantsPopupHeader .header-inner {
            margin-right: .6rem;
        }

            .warrantsPopupHeader .logo-wrapper img {
                height: 3rem;
            }

        .warrantsPopupHeader .lastUpdate h1.title {
            font-size: 1.5rem;
            color: #1F2733;
            text-align: right;
        }

        .warrantsPopupHeader .lastUpdate span {
            font-size: 16px;
        }

        .warrantsPopupHeader .lastUpdate .warningText {
            font-size: .875rem;
            font-weight: 400;
        }

#sectionWarrantGroupsLeft, #sectionWarrantGroupsRight {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#sectionWarrantGroupsLeft {
    margin-right: 10px;
}

#sectionWarrantGroupsRight {
    float: right;
}

#warrantGroupsHolder {
    display: block;
}

    #warrantGroupsHolder .warrantArea {
        position: relative;
        z-index: 998;
        background-color: #F0F3F8;
    }

h2.active + div + .filterCon {
    display: inline-block;
}

h2 + div + .filterCon {
    display: none;
}

.filterCon {
    text-align: center;
    margin-right: 2rem;
    padding: .6rem .8rem;
    border-radius: 555px;
    display: none;
    position: relative;
}

    .filterCon .multiselect__tags {
        color: #F0F3F8 !important;
        background-color: #FFFFFF20 !important;
        -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,.5);
        -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,.5);
        box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,.5);
        border: none !important;
        padding-left: calc(calc(1.875rem/2) + calc(1.875rem/4)) !important;
        border-radius: 0;
        font-size: .75rem;
    }

.accordion-title.active .filterCon {
    display: block;
}

.filterCon:hover {
    background-color: rgba(255,255,255,.1)
}

.filterCon .filter {
    position: absolute;
    top: 50px;
    background: #35404e;
    color: #FFF;
    padding: 3rem 1rem 1rem 1rem;
    z-index: 99;
    width: 25rem;
    right: 0;
    -webkit-box-shadow: 0px 13px 79px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 13px 79px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 13px 79px 0px rgba(0,0,0,0.34);
}

    .filterCon .filter:after {
        content: " ";
        display: block;
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: -.5rem;
        text-decoration: none;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 2rem;
        background-color: #35404e;
    }

    .filterCon .filter section select {
        width: 100%;
    }

    .filterCon .filter section select, header .filter section input {
        padding: 3px;
    }

    .filterCon .filter a {
        padding: 5px;
        margin-top: 10px;
        background: #1a3c88;
        color: #ffffff !important;
        font-weight: 700;
        font-size: .75rem;
        cursor: pointer;
        display: inline-block;
        border-color: #fff;
    }





.filterCon .multiselect__tags {
    padding-top: 0;
}

.filterCon .multiselect__placeholder {
    padding-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.filterCon .multiselect__tag:nth-child(1) {
    margin-top: 11px;
}

.filterCon .multiselect__tag-icon:focus, .filterCon .multiselect__tag-icon:hover {
    background-color: #E54949;
}

    .filterCon .multiselect__tag-icon:focus:after, .filterCon .multiselect__tag-icon:hover:after {
        color: #fff !important;
    }

.filterCon .multiselect__tag-icon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



.filterCon .multiselect__content-wrapper {
    background-color: #242D3A;
    border-radius: 0;
    border: none !important;
}

    .filterCon .multiselect__content-wrapper .multiselect__option--highlight:not(.multiselect__option--selected) {
        background-color: #546477 !important;
    }

    .filterCon .multiselect__content-wrapper .multiselect_element:not(:nth-last-child(1)) .multiselect__option {
        border-bottom: 1px solid #3C495B;
    }

    .filterCon .multiselect__content-wrapper .multiselect__option--selected {
        background-color: #f3f3f3 !important
    }

        .filterCon .multiselect__content-wrapper .multiselect__option--selected:after, .filterCon .multiselect__content-wrapper .multiselect__option--selected:hover:after {
            content: "Seçimi Kaldır" !important;
            opacity: 1 !important;
            color: #333 !important;
        }

        .filterCon .multiselect__content-wrapper .multiselect__option--selected span {
            color: #293341 !important;
        }


    .filterCon .multiselect__content-wrapper .multiselect__option--highlight:not(.multiselect__option--selected):after {
        display: none !important;
    }

.filterCon .filter a#btnFilter {
    padding: .8rem 1.2rem;
    background-color: #00B2E2 !important;
}

    .filterCon .filter a#btnFilter:hover {
        background-color: #08c4f7 !important;
    }

.filterCon .filter a#btnClean {
    margin-right: 10px;
    background: transparent;
    color: #ffffff;
    text-decoration: underline;
    padding: 0;
}

    .filterCon .filter a#btnClean:hover {
        text-decoration: none;
    }

.filter-buttons {
    display: flex;
    align-items: center;
    justify-content: right;
}

.filterCon .showFilter span {
    color: #8894A7;
    font-size: .8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .filterCon .showFilter span > svg {
        width: 1.125rem;
        height: 1.125rem;
        margin-right: .5rem;
    }

.filter .block {
    margin-bottom: 5px;
}

.filterPopupIn {
    z-index: 9999 !important;
}

.multiselect__option.multiselect__option--selected::after {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.ms-drop {
    text-align: left;
}

.popupTitle .link {
    font-size: 24px;
    color: #4395D4;
    position: absolute;
    bottom: 5px;
    right: 3px;
}

    .popupTitle .link:hover {
        color: #77c1f9;
    }

.popupTitle .closeBtn {
    font-size: 21px;
    color: red;
    position: absolute;
    top: 6px;
    right: 4px;
}

    .popupTitle .closeBtn:hover {
        color: #ff6666;
    }



.filtersContainer .multiselect__placeholder {
    margin-bottom: 0 !important;
}

#sectionWarrantGroups, .warrantsPopupHeader {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
}

    #sectionWarrantGroups h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 4rem;
        color: #616c7e;
        font-weight: 600;
        font-size: 1.125rem;
        text-transform: uppercase;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        background-color: #F0F3F8;
        position: relative;
        cursor: pointer;
        padding-top: 0;
        padding-bottom: 0;
    }



.download-buttons {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

    .download-buttons span:not(.download-text) {
        color: #8894A7;
        font-size: .8rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-left: .2rem;
        padding: 0.6rem 0.8rem;
        border-radius: 555px;
    }

    .download-buttons span svg {
        width: 1.125rem;
        height: 1.125rem;
        margin-right: .5rem;
    }

    .download-buttons span:hover {
        background-color: #8894a733;
    }



#warrantGroupsHolder {
}

    #warrantGroupsHolder .column {
        float: left;
        width: 100%;
    }


        #warrantGroupsHolder .column:nth-child(1) {
            padding-right: .5rem;
        }

        #warrantGroupsHolder .column:nth-child(2) {
            padding-right: .5rem;
        }



#sectionWarrantGroups h2.categorySortId0,
.warrantsWatcherArea#sectionWarrantGroups .warrantArea h2.categorySortId0.active {
    background-color: #63b6f5 !important;
    color: #fff !important;
}

    #sectionWarrantGroups h2.categorySortId0:before {
        border-color: transparent transparent #fff transparent;
    }

#sectionWarrantGroups h2:before {
    content: " ";
    position: absolute;
    text-align: center;
    right: 15px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/chevron-widget.svg);
    background-size: 1.125rem;
    width: 1.125rem;
    height: 100%;
}

#sectionWarrantGroups h2.ui-accordion-header-active {
    color: #EBEBEB;
    background-color: #1a3c88;
}

    #sectionWarrantGroups h2.ui-accordion-header-active:before {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-color: transparent transparent #fff transparent;
    }

#sectionWarrantGroups h2.ui-state-hover {
    background: #1a3c88;
    color: #EBEBEB;
}

    #sectionWarrantGroups h2.ui-state-hover:before {
        border-color: transparent transparent #fff transparent;
    }

#sectionWarrantGroups table {
    width: 100%;
    border-collapse: collapse;
}

    #sectionWarrantGroups table tr {
        border-bottom: 1px solid #E5E5E5;
        cursor: pointer;
        position: relative;
        background-color: #F0F3F8;
    }

        #sectionWarrantGroups table tr:nth-child(odd) {
            background-color: #e6ebf3;
        }

        #sectionWarrantGroups table tr.active {
            background: #E5E5E5 !important;
        }

        #sectionWarrantGroups table tr th {
            vertical-align: middle;
            border: 0;
            font-size: 12px;
            color: #FFF;
            text-align: center;
            padding: 10px 4px;
            font-weight: 300;
            position: sticky;
            top: 0;
            z-index: 1;
            background-color: #F0F3F8;
        }

            #sectionWarrantGroups table tr th:nth-child(1), #sectionWarrantGroups table tr td:nth-child(1), th.symbol, td.symbol {
                text-align: left !important;
                padding-left: 1rem !important;
            }

        #sectionWarrantGroups table tr .follow {
            max-width: 42px;
        }

        #sectionWarrantGroups table tr th a {
            color: #474F5A;
            font-weight: 600;
            font-size: 0.938rem !important;
        }

            #sectionWarrantGroups table tr th a:hover {
                color: #999;
            }

        #sectionWarrantGroups table tr td {
            border: 0;
            font-size: 0.938rem;
            text-align: center;
            font-weight: 500;
            padding-top: .5rem !important;
            padding-bottom: .5rem !important;
            padding-right: 0;
            padding-left: 0;
            position: relative;
        }



    #sectionWarrantGroups table tbody tr:hover {
        background-color: #c3c8d1;
    }

    #sectionWarrantGroups table tr td.follow .link {
        color: #999;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        display: block;
        text-align: center;
    }

        #sectionWarrantGroups table tr td.follow .link:hover {
            color: #069;
        }

    #sectionWarrantGroups table tr td.fixedCol1 {
        min-width: 80px;
        padding-top: 8px;
    }

        #sectionWarrantGroups table tr td.fixedCol1 p span {
        }

    #sectionWarrantGroups table tr.visible:nth-child(2n-3) td {
        background-color: red !important;
    }

.warrantArea h2 + .block {
    display: block;
    height: 860px;
    max-height: 860px;
    overflow-x: hidden;
    position: relative;
}

.warrantArea {
    margin-bottom: 1rem;
}

    .warrantArea h2.active + .block {
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

        .warrantArea h2.active + .block::-webkit-scrollbar {
            width: 0.375rem;
        }

        .warrantArea h2.active + .block::-webkit-scrollbar-track {
            background: #CCCCCC20;
            border-radius: 10px;
        }

        .warrantArea h2.active + .block::-webkit-scrollbar-thumb {
            background: #8894A750;
            border-radius: 10px;
        }

    .warrantArea h2.active {
        color: #EBEBEB !important;
        background-color: #242D3A !important;
    }

        .warrantArea h2.active:before {
            -ms-transform: rotate(180deg) !important;
            -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
            border-color: transparent transparent #fff transparent !important;
        }


/*TABLE CELL ACCORDION*/
tr.accordion-open {
    height: 7.9rem !important;
}

    tr.accordion-open td {
        vertical-align: top;
    }

.compare-table thead, .watcher-table thead {
    position: relative;
    z-index: 9;
}

.accordion-container .gradient-light.P {
    background: linear-gradient(315deg, rgba(255,14,14,1) 0%, rgba(255,14,14,0) 60%)
}

.accordion-container .gradient-light.C {
    background: linear-gradient(315deg, rgba(115,248,39,1) 0%, rgba(115,248,39,0) 60%)
}

.accordion-container .gradient-light.A {
    background: linear-gradient(11deg, rgba(255, 81, 0, 1) 0%, rgba(255, 81, 0, 0) 60%);
}

@media(max-width:980px) {
    .compare-table tbody td a {
        display: flex !important;
    }

    tr.accordion-open {
        height: 10.5rem !important;
    }

    .accordion-content > div:nth-child(1) {
        margin-bottom: 1rem;
    }
}



.compare-table tbody tr, .watcher-table tbody tr {
    -webkit-transition: ease .3s height;
    -moz-transition: ease .3s height;
    transition: ease .3s height;
    height: 36px;
}


.accordion-container {
    bottom: 0;
}

.accordion-cell, .accordion-container {
    width: 100%;
    left: 0;
    position: absolute !important;
}



/*SAFARI*/
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .watcher-table tr.accordion-open .accordion-cell, .compare-table tr.accordion-open .accordion-cell {
            transform: translateY(2rem);
        }
    }
}

.accordion-container {
    height: 75%;
    background-color: #35404e;
    -webkit-transition: ease .2s opacity;
    -moz-transition: ease .2s opacity;
    transition: ease .2s opacity;
    opacity: 0;
}

tr.accordion-open .accordion-container {
    opacity: 1;
}



.accordion-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: inset 0px 73px 17px -59px rgba(0,0,0,0.42);
    -moz-box-shadow: inset 0px 73px 17px -59px rgba(0,0,0,0.42);
    box-shadow: inset 0px 73px 17px -59px rgba(0,0,0,0.42);
    padding: 1rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .accordion-content > div {
        display: flex;
        align-items: center;
        justify-content: left;
    }




    .accordion-content a {
        color: #fff !important;
        border-bottom: 2px dotted #fff;
        text-decoration: none !important;
        font-weight: 700 !important;
        cursor: pointer;
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        padding-right: 0;
        padding-left: 0;
        font-size: 2rem;
        display: initial !important;
        margin-right: 1rem;
    }

    .accordion-content .risk-icon {
        flex: none !important;
        width: 1.5rem !important;
        height: 1.5rem !important;
    }

    .accordion-content .risk-icon2 {
        margin: 0 !important;
    }

    .accordion-content .risk-icon-wrapper {
        display: flex;
        align-items: center;
    }

    .accordion-content a, .accordion-content .risk-icon-wrapper, .accordion-content .type-span {
        margin-right: 1.5rem;
        margin-left: 0 !important;
    }

    .accordion-content .type-span {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .accordion-content .detail-text {
        font-weight: 500;
        font-size: .938rem;
        color: #c3d0e5;
    }

        .accordion-content .detail-text:not(:nth-last-child(1)) {
            margin-right: 3rem;
        }

        .accordion-content .detail-text * {
            display: block;
        }

        .accordion-content .detail-text strong {
            color: #fff;
        }
/*TABLE CELL ACCORDION*/
.popupData {
    z-index: 1;
    position: absolute;
    width: 37.5rem;
    height: 14rem;
    background-color: #35404e;
    text-align: left;
    -webkit-box-shadow: 0px 13px 79px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 13px 79px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 13px 79px 0px rgba(0,0,0,0.34);
    bottom: 35px;
    right: 0;
}

@media(max-width:980px) {
    .accordion-content {
        display: block !important;
    }
}

.watcher-table .accordion-content {
    display: block !important;
}

.watcher-table tr.accordion-open, .watcher-table tr.accordion-open .accordion-cell {
    height: 11rem !important;
}

@media(max-width:1200px) {
    .watcher-table tr.accordion-open, .watcher-table tr.accordion-open .accordion-cell {
        height: 15rem !important;
    }
}



.compare-table tr.accordion-open, .compare-table tr.accordion-open .accordion-cell {
    height: 8rem;
}

@media(max-width:980px) {
    .compare-table tr.accordion-open, .compare-table tr.accordion-open .accordion-cell {
        height: 11rem;
    }
}

.accordion-cell {
    z-index: 0;
}



.watcher-table .accordion-content .detail-text {
    margin-right: 0;
}

.watcher-table .accordion-content > div:nth-child(1) {
    margin-bottom: 1rem;
}

.watcher-table .accordion-content > div:nth-child(2) {
    justify-content: space-between;
}

@media(max-width:1200px) {
    .watcher-table .accordion-content > div:nth-child(2) {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        row-gap: 1rem;
    }

    .watcher-table tr.accordion-open {
        height: 15rem !important;
    }

    .watcher-table .accordion-container {
        height: 82%;
    }
}

.popup-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 1.5rem;
}




.popupData-downwards {
    top: 35px;
    bottom: unset;
}




.bottomArrow {
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    text-decoration: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 2rem;
    background-color: #35404e;
    bottom: -7px;
}

.bottomArrow-up {
    top: -7px;
}


.popupData i.icon-up-circle {
    color: #A9D86E;
}

.popupData i.icon-down-circle {
    color: #FA735D;
}

.popupData i.icon-resize-horizontal-1 {
    color: #65B1E4;
}

.popupData .popupTitle {
    display: flex;
    align-items: center;
}

    .popupData .popupTitle > strong {
        margin-top: 0 !important;
        font-size: .938rem;
    }

    .popupData .popupTitle p > a {
        font-size: 2rem;
        text-align: left;
        font-weight: 700;
        color: #fff;
        margin-right: 1rem;
    }

.popupTitle > strong {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 8px;
    clear: both;
}

.popupData .popup-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 1.5rem;
}

.popupData span {
    display: inline-block;
    font-weight: 500;
    font-size: .938rem;
}

    .popupData span:not(.type-span) {
        color: #c3d0e5;
    }

.type-span {
    margin-left: 1rem;
    border-radius: 555px;
    background-color: #fff;
    font-weight: 600 !important;
    width: 1.5rem;
    height: 1.5rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: none;
}


@media(max-width:480px) {
    .watcher-table .accordion-cell, .watcher-table tr.accordion-open .accordion-cell {
        display: none !important;
        height: 0 !important;
        visibility: hidden !important;
        overflow: hidden !important;
    }

    .watcher-table tr.accordion-open td {
        vertical-align: middle !important;
    }

    .watcher-table tr.accordion-open {
        height: auto !important;
    }
}

.popupData span strong {
    display: block;
    font-weight: 700;
    color: #fff;
}



.popupData .gradient-light {
    z-index: 3;
}

    .popupData .gradient-light.C {
        background: linear-gradient(53deg, rgba(115,248,39,1) 0%, rgba(115,248,39,0) 60%);
    }

    .popupData .gradient-light.P {
        background: linear-gradient(53deg, rgba(255,14,14,1) 0%, rgba(255,14,14,0) 60%);
    }

    .popupData .gradient-light.A {
        background: linear-gradient(11deg, rgba(255, 81, 0, 1) 0%, rgba(255, 81, 0, 0) 60%);
    }


.popupData .bottomArrow {
    z-index: 2;
}

.rowOpened td {
    background: #E5E5E5;
    font-size: 16px !important;
    font-weight: 700;
}

.popupOpener {
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    padding: 1px 7px;
    background: #278ED3;
    min-width: 55px;
    display: block;
}

    .popupOpener:hover, .popupOpened {
        color: #EFEFEF;
        background: #155B90;
        font-size: 13px !important;
    }




.popupData .risk-icon {
    flex: none !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.hiddenHeader {
    display: none;
}

.vstat-big {
    background: url(/images/sprite.png) no-repeat !important;
    width: 45px !important;
    height: 45px;
    display: block;
    text-indent: -9999px;
    margin: -5px 0 0 !important;
}

    .vstat-big.vstat-positive {
        -ms-background-position: -559px -455px !important;
        background-position: -559px -455px !important;
    }

    .vstat-big.vstat-negative {
        -ms-background-position: -559px -516px !important;
        background-position: -559px -516px !important;
    }

    .vstat-big.vstat-stable {
        -ms-background-position: -559px -386px !important;
        background-position: -559px -386px !important;
    }

.vstat-small {
    width: 100%;
    height: 24px;
    display: inline;
    padding-left: 10px;
    font-weight: 700;
    font-size: .938rem;
}

    .vstat-small.vstat-positive {
        -ms-background-position: 2px -71px;
        background-position: 2px -71px;
        color: #4fad10;
    }

    .vstat-small.vstat-negative {
        -ms-background-position: 2px -34px;
        background-position: 2px -34px;
        color: #E54949;
    }

    .vstat-small.vstat-stable {
        -ms-background-position: 2px -2px;
        background-position: 2px -2px;
        color: #77787B;
    }

/*Additional Classes for UI DatePicker*/
.ui-datepicker {
    background: #FFF url(/images/warrants_detail.jpg) 1% 0 no-repeat;
    font-size: 13px;
    border: 2px solid #E5E5E5;
}

.ui-datepicker-calendar thead tr {
    border-bottom: 1px solid #CCC;
}

.ui-datepicker .ui-state-default {
    color: #555;
    font-weight: 700;
    text-align: center;
}

.ui-datepicker .ui-datepicker-today {
    background: #278ED3;
}

.ui-datepicker .ui-datepicker-current-day {
    background: #9ECDED;
}

    .ui-datepicker .ui-datepicker-today a, .ui-datepicker .ui-datepicker-current-day a {
        color: #FFF !important;
    }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    color: #278ED3 !important;
    font-weight: 700;
    text-indent: 0;
}

.sortable.asc span {
    background: url(/images/warrants_up.png) no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
}

.sortable.desc span {
    background: url(/images/warrants_down.png) no-repeat;
    width: 14px;
    height: 12px;
    display: none;
}

.sortable.stable span {
    background: url(/images/warrants_stable.png) no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
    display: none;
}

#divLoader {
    position: absolute;
    top: 40%;
    left: 45%;
}

    #divLoader img {
        vertical-align: middle;
    }

    #divLoader span {
        font-size: 12px;
        color: #444;
        padding: 0 6px;
    }

.flexo, .quanto {
    background: url("/images/flexo_quanto_sprite.png") no-repeat;
    width: 14px;
    height: 20px;
    text-indent: -9999px;
    display: inline-block;
    margin: -2px 0 0 5px;
}

.flexo {
    -ms-background-position: -1px 1px;
    background-position: -1px 1px;
}

.quanto {
    -ms-background-position: -1px -17px;
    background-position: -1px -17px;
}

/*For WarrantChoser*/
[data-filtered-row="true"][data-user-from="WarrantChoser"] {
    display: block !important;
}

.noDataInfo p {
    text-align: center !important;
    font-family: Calibri, sans-serif !important;
    font-weight: bold;
    font-size: 30px;
}

#warrantChoserLoader {
    text-align: center !important;
    background-color: #fff !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

    #warrantChoserLoader[data-user-from="WarrantChoser"] {
        display: block;
    }

    #warrantChoserLoader img {
        top: 50%;
        margin-top: -27px;
        position: absolute;
        margin: 0 auto;
        display: inline-block;
    }

/*Special rules for data-mx*/
[data-mx="degisim"] {
    min-width: 80px;
}

#divMessageContainer {
    position: fixed;
    bottom: 20px;
    left: 15px;
    width: 260px;
}

    #divMessageContainer .messengerBox {
        display: block;
        padding: 8px;
        margin: 2px;
        border: 1px solid #FFF;
        text-align: center;
        color: #222;
        font-size: 14px;
    }

        #divMessageContainer .messengerBox.added {
            background: #278ED3;
            color: #ffffff;
        }

        #divMessageContainer .messengerBox.removed {
            background: #D5553B;
            color: #FFF;
        }

#sectionWarrantGroups .risk-icon {
    width: .8rem;
    height: .8rem;
    margin-right: .3rem;
    border-radius: 555px;
}

    #sectionWarrantGroups .risk-icon.risk-red {
        background-color: #E54949;
    }

    #sectionWarrantGroups .risk-icon.risk-yellow {
        background-color: #FFB940;
    }

    #sectionWarrantGroups .risk-icon.risk-green {
        background-color: #93D567;
    }

    #sectionWarrantGroups .risk-icon.risk-grey {
        background-color: #8894A7;
    }

#sectionWarrantGroups a .risk-icon {
    background-image: none !important;
}

#sectionWarrantGroups table tbody tr td p {
    margin-bottom: 0 !important;
}

.warrantArea table td a {
    display: flex;
    align-items: center;
}

.block {
    margin: 1.3px 0;
}


.legendItem, .risk-legend {
    display: flex;
    align-items: center;
}

.legendItem {
    margin-right: 1rem;
    font-weight: 500;
}

.risk-legend {
    padding: 1rem 1rem 2rem 1rem;
}

    .risk-legend .legendItem i {
        background-image: none !important;
        width: .8rem;
        height: .8rem;
        margin-right: 0.3rem;
        border-radius: 555px;
        flex: none;
    }

        .risk-legend .legendItem i.risk-icon.risk-red {
            background-color: #E54949;
        }

        .risk-legend .legendItem i.risk-icon.risk-yellow {
            background-color: #FFB940;
        }

        .risk-legend .legendItem i.risk-icon.risk-green {
            background-color: #93D567;
        }

        .risk-legend .legendItem i.risk-icon.risk-grey {
            background-color: #8894A7;
        }


.showOnlyMobile {
    display: none !important;
}

.ms-drop .closeBtn {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #59c447;
    font-size: 18px;
    cursor: pointer;
}

.filter .closeFilterCon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #242D3A;
    text-align: center;
    height: 1.5rem;
    border-radius: 555px;
    cursor: pointer;
    z-index: 9;
    padding: .2rem .7rem;
    font-size: .75rem;
    font-weight: 600;
    color: rgba(255,255,255,.5);
    display: flex;
    align-items: center;
}

    .filter .closeFilterCon:hover {
        background-color: #4c596c;
    }

    .filter .closeFilterCon svg {
        width: auto;
        height: 80%;
        opacity: .5
    }

.categorySortId0 + div .popupTitle .closeBtn {
    display: none !important;
}

.ms-choice.disabled {
    background-color: #ddd !important;
}

.tableFix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

    .tableFix tbody {
        overflow: hidden;
        visibility: collapse;
    }

/* Multiselect dropdown colors */
.selectRiskGroup .ms-drop span {
    font-weight: bold;
}

.selectRiskGroup input[value="1"] + span {
    color: #dc442b;
}

.selectRiskGroup input[value="2"] + span {
    color: #d4aa00;
}

.selectRiskGroup input[value="3"] + span {
    color: #75a03e;
}

.selectRiskGroup input[value="4"] + span {
    color: #8c8b8b;
}

.filterMultiSelect input[value="c"] + span {
    color: green;
}

.filterMultiSelect input[value="p"] + span {
    color: red;
}

.iconLeftText {
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .iconLeftText svg {
        width: 1rem;
        height: 1rem;
        display: block;
        margin: auto;
    }

    .iconLeftText + i {
        vertical-align: top
    }


.follow-link {
    border-radius: 555px;
    width: 1.5rem;
    height: 1.5rem;
}

    .follow-link:hover {
        background-color: #fff;
    }

.popupVarantDesc {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    color: red;
    padding: 0 20px;
}

#sectionWarrantGroupsLeft, #sectionWarrantGroupsRight {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.red {
    color: #E54949;
    font-weight: 700;
}

.green {
    color: #4fad10;
    font-weight: 700;
}

.fade-enter-active, .fade-leave-active {
    -o-transition: all .175s ease;
    -webkit-transition: all .175s ease;
    transition: all .175s ease;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.leftBlock {
    float: left;
}

.rightBlock {
    float: right;
}

/* vue-multiselect */
.multiselect, .multiselect__input, .multiselect__single {
    font-size: 14px;
}

/*Warrant Watcher */
.unfollowing i, .following i {
    font-size: 21px;
    vertical-align: top;
    padding-left: 3px;
}

.unfollowing, .following {
    width: 100% !important;
}

.warrantArea td {
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.positiveBg {
    background-color: #59c447 !important;
    background-color: rgba(89, 196, 71, .7);
}

.negativeBg {
    background-color: #e91a17 !important;
    background-color: rgba(233, 26, 23, .7);
}

/* Warrant Compare Page Specific */
.warrantCompare .multiselect__tags {
    border-radius: 0;
    border: 1px solid #000;
}

.warrantCompare .filterCon .showFilter {
    display: none;
}

.filtersContainer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1.875rem;
}




.warrantCompare .multiselect__content-wrapper {
    border-color: #000;
    border-radius: 0;
}

.warrantCompare .warrantArea h2 + .block {
    height: auto;
}



.warrantArea .divDownloadOnePdf span:first-child {
    margin-right: 20px;
}

#sectionWarrantGroups table tr th a {
    color: #474F5A;
    font-weight: 600;
    font-size: 0.938rem;
}

.warrantCompare .follow a [title='Takip Et'],
.warrantChoser .follow a [title='Takip Et'] {
    color: #069;
    opacity: .7;
}

.warrantCompare .follow a:hover [title='Takip Et'],
.warrantChoser .follow a:hover [title='Takip Et'] {
    color: #069;
    opacity: 1;
}

.warrantCompare .follow a .fa-times-circle,
.warrantChoser .follow a .fa-times-circle {
    color: #c22 !important;
    opacity: .7;
}

.warrantCompare .follow a:hover .fa-times-circle,
.warrantChoser .follow a:hover .fa-times-circle {
    color: #c22 !important;
    opacity: 1;
}

/* WarrantChoser Specific */
.warrantChoser .filterCon .showFilter {
    display: none;
}

/* Warrant Market */
.topWarrants h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 0;
    padding-bottom: 0;
    color: #EBEBEB;
    background-color: #242D3A;
    display: flex;
    align-items: center;
    position: relative;
}

    .topWarrants h3 .download-item {
        color: #8894A7;
        font-size: .8rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-left: 0.2rem;
        padding: 0.6rem 0.8rem;
        border-radius: 555px;
    }

        .topWarrants h3 .download-item:hover {
            background-color: #8894a733;
        }

        .topWarrants h3 .download-item svg {
            width: 1.125rem;
            height: 1.125rem;
            margin-right: 0.5rem;
        }

    .topWarrants h3.loser {
        background-color: #E54949 !important;
        color: #fff !important;
    }

    .topWarrants h3.gainer {
        background-color: #5CF065 !important;
        color: #1F2733 !important;
    }


        .topWarrants h3.gainer .download-item {
            color: #1f273382;
        }

            .topWarrants h3.gainer .download-item:hover {
                background-color: #1f27331c;
            }

            .topWarrants h3.gainer .download-item svg path {
                fill: #1f273382;
            }

    .topWarrants h3.loser .download-item {
        color: #ffffffcc;
    }

        .topWarrants h3.loser .download-item:hover {
            background-color: #ffffff30;
        }

        .topWarrants h3.loser .download-item svg path {
            fill: #ffffffcc;
        }



.topWarrants .tableHolder {
    margin-bottom: 2.5rem
}

.topWarrants table thead th {
    font-size: 0.938rem !important;
    color: #474F5A !important;
    text-align: left;
    height: 3.2rem;
    font-weight: 600 !important;
}

    .topWarrants table thead th:nth-child(1) {
        text-align: left;
    }

.topWarrants table tr td {
    border: 0;
    font-size: 13px;
    text-align: center !important;
    padding: 8px 0;
}

.topWarrants table thead th {
    padding-left: calc(1.875rem + calc(1.875rem/2)) !important;
    border-bottom: 1px solid #E5E5E5;
}

    .topWarrants table thead th:nth-last-child(1), .topWarrants table tr td:nth-last-child(1) {
        padding-right: calc(1.875rem + calc(1.875rem/2)) !important;
    }

.topWarrants table tr {
    background-color: #F0F3F8;
}

.topWarrants table tbody tr {
    border-bottom: none;
}

.topWarrants table tr:nth-child(odd) {
    background-color: #e6ebf3;
}

.topWarrants table {
    border: none;
}

.topWarrants a {
    font-size: 13px;
    color: #5a6067;
}

.zebra {
    background-color: #fff;
}

.arrowIcon {
    position: relative;
}

    .arrowIcon span {
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        margin-left: -17px !important;
    }

    .arrowIcon.up span, .arrowIcon.down span {
        margin-top: -4px;
        font-size: 22px;
    }

    .arrowIcon span:before {
        font-family: FontAwesome;
    }

    .arrowIcon.up span:before {
        content: "\f0d8";
        color: #59C447;
    }

    .arrowIcon.down span:before {
        content: "\f0d7";
        color: #E91A17;
    }

    .arrowIcon.stable span:before {
        content: "\f068";
        color: #77787B;
    }

.topWarrants .vstat-positive {
    color: #59c447;
}

.topWarrants .vstat-negative {
    color: #e91a17;
}

.topWarrants .vstat-stable {
    color: #77787b;
}

.scrollTable {
    max-height: 370px;
    overflow: auto;
}

.sortable {
    cursor: pointer;
}

.topWarrants .scrollTable table
.fixedTableHeader {
    padding-right: 20px;
    overflow: hidden;
    height: 34px;
}

.fixedTableHeader table {
    margin-top: 0;
}



.warningText {
    color: #E54949 !important;
    font-size: .75rem;
    font-weight: 500 !important;
    background-color: transparent;
    border-radius: 555px;
    padding: .5rem .75rem .5rem .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .warningText.watcher-screen {
        text-align: center;
    }

.warningText-sm {
    display: none;
}

.warningText svg {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    display: block;
}

.warningText .register-button {
    color: #E54949 !important;
    font-weight: 700;
    text-decoration: underline;
}

.fixedCol {
    width: 95px;
    padding-right: 5px !important;
}


/* Warrant Market Home*/

.warrantMarketHome h3 {
    font-weight: 400;
    font-size: 24px;
    padding: 28px 40px;
}

.warrantMarketHome .scrollTable tr td:last-child, .warrantMarketHome .scrollTable thead th:last-child {
    padding-right: 20px !important;
}

.warrantMarketHome .scrollTable tr td {
    padding: 12px 0;
}


.warrantMarketHome .scrollTable thead th:first-child {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}


/* Warrant Market Home Dark */

.warrantMarketHome.dark h3 {
    background-color: #1f2733;
    color: #fff;
}

.warrantMarketHome.dark .scrollTable {
    background-color: #1f2733 !important;
    text-align: center;
}

    .warrantMarketHome.dark .scrollTable .up.arrowIcon:before {
        color: #23ba6a;
    }

    .warrantMarketHome.dark .scrollTable .down.arrowIcon:before {
        color: #ed2d33;
    }



    .warrantMarketHome.dark .scrollTable tr {
        border-bottom-color: #444e5c;
    }

    .warrantMarketHome.dark .scrollTable a {
        color: #c5c7c9;
    }

    .warrantMarketHome.dark .scrollTable tr td {
        color: #7b8289;
    }

    .warrantMarketHome.dark .scrollTable thead th {
        color: #fff;
        background-color: #191f29;
    }


    .warrantMarketHome.dark .scrollTable .vstat-negative {
        color: #ed2d33;
    }

    .warrantMarketHome.dark .scrollTable .vstat-positive {
        color: #23ba6a;
    }


/* Warrant Market Home Gray */
.warrantMarketHome.gray .scrollTable {
    background-color: #f1f1f1;
}

.warrantMarketHome.gray h3 {
    background-color: #2e95e5;
    color: #fff;
}


/* Warrant Follow */

[data-group="Takip Ettiklerim"] {
    display: none;
}

    [data-group="Takip Ettiklerim"] h1 {
        background-color: #00B2E2 !important;
        color: #fff !important;
    }

        [data-group="Takip Ettiklerim"] h1.active {
            background-color: #00B2E2 !important;
            color: #fff !important;
        }

        [data-group="Takip Ettiklerim"] h1:before {
            border-color: transparent transparent #fff transparent !important;
            background-image: url(../images/chevron-widget-white.svg) !important;
            opacity: .7;
        }


        [data-group="Takip Ettiklerim"] h1 .filterCon svg path {
            fill: rgba(255,255,255,.7);
        }

        [data-group="Takip Ettiklerim"] h1 .filterCon .showFilter span {
            color: rgba(255,255,255,.7) !important
        }

@media all and (max-width:980px) {
    #sectionWarrantGroupsLeft, #sectionWarrantGroupsRight {
        display: block;
        width: 100%;
    }

    #sectionWarrantGroupsLeft {
        margin-right: 0;
    }

    .popupData .popupTitle p > a {
        font-size: 1.5rem;
    }

    .warningText:not(.warningText-sm) {
        display: inline-block;
    }

        .warningText:not(.warningText-sm) * {
            display: inline-block;
        }

        .warningText:not(.warningText-sm) svg {
            display: none;
        }

    .warrantsPopupHeader .lastUpdate .warningText {
        justify-content: left;
    }
}

@media all and (max-width:960px) {
    #sectionWarrantGroups table tr td {
        font-size: 13px;
    }
}

@media all and (max-width:1400px) {
    .popupData {
        width: 400px;
    }
}

@media all and (max-width:1200px) {
    .popupData {
        width: 375px;
    }

    #sectionWarrantGroups table tr th a {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    #warrantMarket {
        width: 100% !important;
        padding: 0 !important;
    }

    .topWarrants table tr td a {
        display: flex;
        align-items: center;
    }

        .topWarrants table tr td a img {
            margin-left: .5rem;
        }
}

@media all and (max-width:767px) {


    #warrantVueHolder {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .filtersContainer {
        grid-template-columns: 1fr 1fr;
    }

    .filterItem {
        margin-bottom: 1rem;
    }

    .risk-legend {
        display: block;
    }

    .legendItem {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .popupData {
        width: 80vw !important;
    }
    /*table tr th:nth-child(3), table tr td:nth-child(3),
    table tr th:nth-child(6), table tr td:nth-child(6),
    table tr th:nth-child(8), table tr td:nth-child(8),
    table tr th:nth-child(10), table tr td:nth-child(10),
    table tr th:nth-child(11), table tr td:nth-child(11),
    table tr th:nth-child(12), table tr td:nth-child(12),
    table tr th:nth-child(13), table tr td:nth-child(13),*/


    table[data-vx="6"] tr th:nth-child(6), table[data-vx="6"] tr td:nth-child(6),
    table[data-vx="6"] tr th:nth-child(8), table[data-vx="6"] tr td:nth-child(8) {
        display: table-cell;
    }

    th.follow {
        text-indent: -9999px;
    }

    #sectionWarrantGroups table tr td.fixedCol1 a span {
        font-size: 12px;
    }

    #sectionWarrantGroups table tr td {
        font-size: 12px;
        text-align: center;
    }

        #sectionWarrantGroups table tr td.follow .link {
            font-size: 13px;
        }



    .showOnlyMobile {
        display: inline-block !important;
    }

    .warningText {
        display: none !important;
    }

    .warningText-sm {
        display: flex !important;
        justify-content: right;
        padding: 0 1rem;
    }

    #warrantGroupsHolder .column {
        float: none;
        width: 100%;
        padding: 0 !important;
    }
}

@media(max-width:980px) {
    .divDownloadPdf > span {
        display: none;
    }
}

@media(max-width:620px) {
    .filtersContainer {
        display: block;
    }

    .controllerContainer {
        display: block !important;
    }

    .divDownloadPdf {
        justify-content: right;
    }

    .btnRecompare {
        margin-bottom: 3rem;
        margin-left: auto;
        margin-right: auto;
    }
}


@media all and (max-width:500px) {
}

@media all and (max-width:481px) {
    /*Varant Ýzleme*/
    #sectionWarrantGroupsRight .categorySortId0 {
        margin-bottom: 10px !important;
    }

    .filterCon {
        position: static !important;
    }

        .filterCon .filter {
            width: 250px !important;
            margin-left: 0 !important;
            z-index: 200;
            left: initial;
            right: 15px;
            top: 73px;
        }

            .filterCon .filter:after {
                left: 70% !important;
            }





    .risk-legend .legendItem {
        display: block !important;
    }

    .warrantArea h2.active + .block {
        overflow-x: auto !important;
    }

    div#sectionWarrantGroupsLeft {
        padding: 0;
    }

    div#sectionWarrantGroupsRight {
        padding: 0;
    }

    .warrantsPopupHeader .lastUpdate .warningText {
        display: block;
    }

        .warrantsPopupHeader .lastUpdate .warningText > * {
            display: inline-block;
        }

    .warningText.warningText-sm {
        text-align: left;
        justify-content: left;
        padding: 0 1rem;
    }

    #sectionWarrantGroups, .warrantsPopupHeader {
        display: block;
    }

        .warrantsPopupHeader .lastUpdate {
            justify-content: space-between;
        }


            .warrantsPopupHeader .lastUpdate .delay-info {
                height: 3rem;
            }
}


@media(max-width:480px) {
    .download-text {
        display: none;
    }

    .download-buttons {
        margin-right: 1rem;
    }
}



@media all and (max-width:400px) {


    .warningText.warningText-sm {
        display: block !important;
    }


        .warningText.warningText-sm svg {
            display: none;
        }
}




.warrantMarketHome.gray .scrollTable thead th, .topWarrants table tr td {
    padding-right: 0 !important;
    padding-left: calc(1.875rem + calc(1.875rem/2)) !important;
    text-align: left !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 3.2rem;
}

.warrantMarketHome.gray .scrollTable thead th {
    font-weight: 600 !important;
    color: #474F5A !important;
}

.topWarrants table tr td {
    color: #66707e !important;
}

    .topWarrants table tr td a, .warrantMarketHome.gray .scrollTable thead th, .topWarrants table tr td {
        font-size: 0.938rem !important;
    }



.warrantMarketHome.gray .scrollTable thead th {
    background-color: transparent !important;
}


.warrantMarketHome.gray .scrollTable {
    background-color: transparent;
}

.topWarrants table tbody tr:nth-last-child(1) {
    border-bottom: none;
}


.warrant-watcher-footer-inner {
    width: 100% !important;
    padding: 0 1rem !important;
}

    .warrant-watcher-footer-inner .footer-bottom, .warrant-watcher-footer-inner .footer-text {
        padding: 1.5rem 1rem !important;
    }


.footer.warrant-watcher-footer {
    position: relative;
    overflow: hidden;
}

    .footer.warrant-watcher-footer .footer-text {
        z-index: 9;
    }

    .footer.warrant-watcher-footer .footer-bg {
        height: 90%;
        right: 10%;
    }



.warrant-popup-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(36,45,54, .5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    display: none;
}

    .warrant-popup-modal.active {
        display: flex;
    }

.warrant-popup-modal-body {
    background-color: #fff;
    width: 100%;
}

    .warrant-popup-modal-body .popupData, .warrant-popup-modal-body .popupData .popup-inner {
        position: relative;
        display: block;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
    }

        .warrant-popup-modal-body .popupData .bottomArrow {
            display: none;
        }

        .warrant-popup-modal-body .popupData .popup-details {
            grid-template-columns: 1fr 1fr !important;
        }

        .warrant-popup-modal-body .popupData .popup-inner {
            padding: 3rem 2rem 2rem 2rem;
        }

@media(max-width:481px) {
    table .popupData {
        display: none !important;
    }
}


.warrant-groups-parent {
    padding: 0 !important;
}


.controllerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding-right: 2rem;
}

    .controllerContainer .link-dashed {
        font-size: 1rem !important;
    }

.divDownloadPdf {
    display: flex;
    align-items: center;
}

    .divDownloadPdf > span:nth-child(1) {
        font-size: .80rem;
        font-weight: 600;
    }


.btnRecompare {
    display: flex;
    align-items: center;
    height: 1.3rem;
}

    .btnRecompare img {
        margin-left: .3rem;
    }

@media(max-width:980px) {
    .btnRecompare > span {
        display: none;
    }
}

@media(max-width:768px) {


    .btnRecompare, .reload-wrapper {
        display: inline-block;
        margin-bottom: 0 !important;
        height: auto;
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .controllerContainer {
        text-align: center;
        display: block;
    }

    .divDownloadPdf {
        margin-left: auto;
        display: table;
        margin-top: 2rem;
    }
}
