﻿.container-2up-widgets {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

    .container-2up-widgets .widget {
        padding: 0;
    }

    .container-2up-widgets .widget-header {
        position: relative;
        margin-bottom: 20px;
    }

        .container-2up-widgets .widget-header .inner {
            padding: 4px 0;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            justify-content: space-between;
        }

        .container-2up-widgets .widget-header .border {
            height: 2px;
            border-radius: 3px;
            background-color: #006BB0;
        }

        .container-2up-widgets .widget-header a {
            color: #006BB0;
        }

        .container-2up-widgets .widget-header .left .title {
            font-weight: bold;
        }

        .container-2up-widgets .widget-header .right {
            font-size: 14px;
        }

            .container-2up-widgets .widget-header .right a {
                padding-right: 18px;
            }

                .container-2up-widgets .widget-header .right a:after {
                    position: absolute;
                    content: "\e905";
                    font-family: 'finans';
                    font-size: 12px;
                    margin-left: 4px;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    line-height: 1;
                }

.category-widget ul li {
    border-bottom: 1px dotted rgba(0, 107, 176, 0.5);
}

    .category-widget ul li .title-wrapper {
        position: relative;
        padding: 10px 0;
    }

        .category-widget ul li .title-wrapper .title {
            font-size: 16px;
            font-weight: 900;
            margin-bottom: 5px;
        }

            .category-widget ul li .title-wrapper .title a:hover {
                color: #006BB0;
            }

        .category-widget ul li .title-wrapper .info {
            font-size: 14px;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
        }

            .category-widget ul li .title-wrapper .info .category-name {
                margin-right: 5px;
            }

                .category-widget ul li .title-wrapper .info .category-name a {
                    color: #006BB0;
                }

            .category-widget ul li .title-wrapper .info .date {
                color: #B2B2B2;
            }

    .category-widget ul li:last-child {
        /*border-bottom: 0;*/
    }

    .category-widget ul li.featured:hover figure img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .category-widget ul li.featured figure {
        border-radius: 3px;
        overflow: hidden;
    }

    .category-widget ul li.featured .title-wrapper .title {
        font-size: 18px;
    }

/* Tables */
.detailed-table-wrapper td {
    padding: 12px 10px !important;
}

    .detailed-table-wrapper td:first-child {
        text-align: center !important;
    }

.detailed-table-wrapper tbody tr td:first-child {
    font-weight: normal !important;
}

.detailed-table-wrapper .dt-header {
    margin-bottom: 10px;
}

    .detailed-table-wrapper .dt-header .inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .detailed-table-wrapper .dt-header .inner .title {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            font-size: 22px;
        }

            .detailed-table-wrapper .dt-header .inner .title:before {
                position: relative;
                font-family: "finans";
                font-size: 12px;
                margin-right: 5px;
            }

        .detailed-table-wrapper .dt-header .inner .value {
            font-size: 30px;
            font-weight: 900;
        }

            .detailed-table-wrapper .dt-header .inner .value:before {
                position: relative;
                font-family: "finans";
                font-size: 12px;
                margin-right: 5px;
            }

    .detailed-table-wrapper .dt-header .border {
        height: 5px;
        border-radius: 3px;
        background: #0264EC;
        background: -webkit-linear-gradient(left, #0264EC 0, #29C27A 100%);
        background: linear-gradient(to right, #0264EC 0, #29C27A 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    }

    .detailed-table-wrapper .dt-header h1 {
        width: unset !important;
    }

.detailed-table-wrapper.currency-up .title:before {
    content: "\e922";
    color: #29C27A;
    border-color: #29C27A;
    border-radius: 24px;
    border-width: 2px;
    padding: 3px;
    border-style: solid;
}

.detailed-table-wrapper.currency-up .value {
    color: #29C27A;
}

    .detailed-table-wrapper.currency-up .value:before {
        content: "\e922";
        color: #29C27A;
        border-color: #29C27A;
        border-radius: 24px;
        border-width: 2px;
        padding: 3px;
        border-style: solid;
    }

.detailed-table-wrapper.currency-down .title:before {
    content: "\e91f";
    color: #DB1239;
    top: -4px;
    border-color: #DB1239;
    border-radius: 24px;
    border-width: 2px;
    padding: 3px;
    border-style: solid;
}

.detailed-table-wrapper.currency-down .value {
    color: #DB1239;
}

    .detailed-table-wrapper.currency-down .value:before {
        content: "\e91f";
        color: #DB1239;
        top: -4px;
        border-color: #DB1239;
        border-radius: 24px;
        border-width: 2px;
        padding: 3px;
        border-style: solid;
    }

.detailed-table-wrapper.currency-still .title:before {
    content: "\e927";
    color: #6C6C6C;
    top: -4px;
    border-color: #6C6C6C;
    border-radius: 24px;
    border-width: 2px;
    padding: 3px;
    border-style: solid;
}

.detailed-table-wrapper.currency-still .value {
    color: #6C6C6C;
}

    .detailed-table-wrapper.currency-still .value:before {
        content: "\e927";
        color: #6C6C6C;
        border-color: #6C6C6C;
        border-radius: 24px;
        border-width: 2px;
        padding: 3px;
        border-style: solid;
    }

.widget.large td {
    font-size: 14px;
}

.widget.large .wheader .title {
    font-size: 16px;
}

.widget.small td {
    font-size: 12px;
}

.widget.small .wheader .title {
    font-size: 14px;
}

.widget.detailed-table {
    padding-top: 0;
    padding-bottom: 0;
}

    .widget.detailed-table table {
        margin-bottom: 0;
    }

        .widget.detailed-table table td:not(:last-child) {
            border-right: 1px solid #EBEBEB;
        }

        .widget.detailed-table table tbody tr {
            border-bottom: 0;
        }

.widget .wheader {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 5px solid #EBEBEB;
    padding: 0 20px;
}

    .widget .wheader .title {
        color: #006BB0;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .widget .wheader .more-button {
        position: absolute;
        right: 10px;
        top: 0;
        margin-top: 3px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
        /*font-size: 22px;*/
        color: #006BB0;
    }

.widget .wbody .table-wrapper {
    margin: 0 -20px;
}

    .widget .wbody .table-wrapper thead {
        border-bottom: 1px solid #EBEBEB;
    }

    .widget .wbody .table-wrapper table td {
        padding: 12px 10px;
    }

        .widget .wbody .table-wrapper table td:not(:last-child) {
            /*border-right: 1px dotted $light-gray;*/
        }

        .widget .wbody .table-wrapper table td:not(:first-child) {
            text-align: center;
        }

    .widget .wbody .table-wrapper table tr:nth-child(even) {
        background-color: rgba(218, 218, 218, 0.2);
    }

    .widget .wbody .table-wrapper table tr td:first-child {
        font-weight: bold;
        padding-left: 20px;
    }

    .widget .wbody .table-wrapper table tr td:last-child {
        padding-right: 10px;
    }

.widget .wdescription {
    color: #006BB0;
    font-size: 14px;
    text-align: right;
}

.table-wrapper.numbered tbody {
    counter-reset: rowCounter;
}

    .table-wrapper.numbered tbody tr td:first-child {
        position: relative;
        padding-left: 15px;
    }

        .table-wrapper.numbered tbody tr td:first-child:before {
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            counter-increment: rowCounter;
            content: counter(rowCounter);
            font-size: 10px;
        }

.table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .table-wrapper table thead tr td {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
    }

        .table-wrapper table thead tr td:last-child {
            text-align: right;
        }

.table-wrapper th, .table-wrapper td {
    padding: 15px 20px;
}

.table-wrapper th {
    color: #777;
    font-family: "Roboto Condensed", sans-serif;
}

.table-wrapper tr {
    border-bottom: dotted 1px #ccc;
}

.table-wrapper td {
    vertical-align: middle;
}

.table-wrapper .table-img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.table-wrapper .text .info {
    color: #6C6C6C;
    font-size: 14px;
}

.table-wrapper .currency-up .name:before {
    content: "\e922";
    color: #29C27A;
    margin-top: 2px;
}

.table-wrapper .currency-up .currency-change .value {
    color: #29C27A;
}

    .table-wrapper .currency-up .currency-change .value:before {
        content: "\e907";
    }

.table-wrapper .currency-down .name:before {
    content: "\e91f";
    color: #DB1239;
    margin-top: -2px;
}

.table-wrapper .currency-down .currency-change .value {
    color: #DB1239;
}

    .table-wrapper .currency-down .currency-change .value:before {
        content: "\e901";
    }

.table-wrapper .currency-still .name:before {
    content: "\e927";
    color: #6C6C6C;
    font-size: 8px !important;
}

.table-wrapper .currency-still .currency-change .value {
    color: #6C6C6C;
}

    .table-wrapper .currency-still .currency-change .value:before {
        content: "\e927";
    }

.table-wrapper .secondary-name {
    font-weight: normal;
    font-size: 11px;
    white-space: pre;
}

.table-wrapper .description {
    font-size: 12px !important;
}

.table-wrapper .date {
    font-size: 12px;
}

.table-wrapper .name {
    position: relative;
    padding-left: 20px;
    margin-left: -10px;
}

    .table-wrapper .name .title {
        margin-bottom: 2px;
    }

    .table-wrapper .name .description {
        font-weight: normal;
    }

    .table-wrapper .name:before {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 2px;
        font-family: 'finans';
        font-size: 10px;
    }

.table-wrapper .currency-change {
    color: #6C6C6C;
    display: inline-block;
}

    .table-wrapper .currency-change .value {
        position: relative;
        padding-right: 20px;
        font-weight: bold;
    }

        .table-wrapper .currency-change .value:before {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-right: 5px;
            font-family: 'finans';
            font-size: 8px;
        }

.table-wrapper .flex-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: inherit;
    justify-content: inherit;
}

.table-wrapper .flex-cell-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.table-wrapper .flex-cell-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.table-wrapper .align-cell-left {
    text-align: left;
}

.table-wrapper .align-cell-right {
    text-align: right !important;
}

.table-wrapper .align-cell-center {
    text-align: center;
}

.table-wrapper .table-description {
    text-align: center;
    color: #6C6C6C;
    font-size: 12px;
    margin-bottom: 20px;
}

    .table-wrapper .table-description a {
        font-weight: bold;
        color: #006BB0;
    }

.selection-group {
    margin-bottom: 20px;
}

    .selection-group ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

        .selection-group ul li {
            height: 36px;
            border: 1px solid #006BB0;
            margin-left: -1px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            padding: 0 10px;
        }

            .selection-group ul li:first-child {
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }

            .selection-group ul li:last-child {
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
            }

            .selection-group ul li select {
                width: 100%;
                height: 34px;
                border: 0;
                background-color: white;
                padding: 0 20px;
                font-family: "Roboto Condensed", sans-serif;
                font-weight: bold;
                font-size: 16px;
                color: #006BB0;
                -moz-appearance: inner-spin-button;
            }

.groups-of-seletion {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 10px;
}

    .groups-of-seletion > div:not(:last-child) {
        /*margin-right: 20px;*/
    }

.tab-buttons {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: -9px;
}

    .tab-buttons span {
        width: 150px;
        background-color: #1E4389;
        font-weight: bold;
        color: #ffffff;
        padding: 5px;
        /*margin: 3px;*/
        border-radius: 5px;
    }

    .tab-buttons ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

        .tab-buttons ul li {
            height: 36px;
            border: 1px solid #006BB0;
            padding: 0 20px;
            margin-left: -1px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .tab-buttons ul li:not(.active) {
                color: #006BB0;
            }

            .tab-buttons ul li.active {
                background-color: #006BB0;
                color: white;
            }

            .tab-buttons ul li:hover {
                background-color: #006BB0;
                color: white;
            }

            .tab-buttons ul li select {
                width: 100%;
                height: 34px;
                border: 0;
                background-color: white;
            }

        .tab-buttons ul a:first-child li {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .tab-buttons ul a:last-child li {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

/* Bar Chart Styles */

.xss {
    height: 5px;
    border-radius: 3px;
    background: #0264EC;
    background: -webkit-linear-gradient(left, #0264EC 0, #29C27A 100%);
    background: linear-gradient(to right, #0264EC 0, #29C27A 100%);
}




.bbb > a > span {
    border: none !important;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 0px !important;
    padding: 10px !important;
}

.hisse-senet .btn{
    width:77px!important;
}
