/*      Coinlib Light Theme      */

/* If we need italics or another wight we must copy it from proxima-nova.css */
@font-face {
    font-family: 'proxima-nova';
    src: url('../webfonts/proximanova-regular-webfont.eot');
    src: url('../webfonts/proximanova-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../webfonts/proximanova-regular-webfont.woff2') format('woff2'), url('../webfonts/proximanova-regular-webfont.woff') format('woff'), url('../webfonts/proximanova-regular-webfont.ttf') format('truetype'), url('../webfonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../webfonts/proximanova-semibold-webfont.eot');
    src: url('../webfonts/proximanova-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../webfonts/proximanova-semibold-webfont.woff2') format('woff2'), url('../webfonts/proximanova-semibold-webfont.woff') format('woff'), url('../webfonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../webfonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}


div.table-responsive table.coinlist img.tbl-icon {
    float: none;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.tbl-icon-xsmall {
    float: left;
    width: 18px;
    height: 18px;
}

.tbl-currency {
    display: block;
    margin-top: -3px;
	color:white;
}

.tbl-coin-abbrev {
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.tbl-price {
    display: block;
    white-space: nowrap;
	color:white;
}

.tbl-price.small {
    color: #999999;
    font-size: 11px;
}
.price.up {
    color: #00B600;
}
.price.down {
    color: #FB0000;
}

.tbl-mob-info {
    display: inline-block;
    width: 100px;
    line-height: 14px;
    float: left;
    /* this removes a 5px space under the div */
}

.tbl-mob-info.smaller {
    letter-spacing: -0.3px;
}

.mob-info-title,
.mob-info-value {
    display: inline-block;
    float: left;
    color: #999999;
    white-space: nowrap;
}

.mob-info-title {
    width: 42px;
}

.mob-info-value {
    width: 58px;
    text-align: right;
}

.small-chart-container {
    float: right;
}

.small-chart {
    width: 120px;
    height: 38px;
    margin: 0;
    padding: 0;
}

.table.coinlist .dropdown-menu {
    width: 73px;
    min-width: 73px;
    left: auto!important;
    right: 0px!important;
}

.table.coinlist .dropdown-menu .dropdown-item {
    padding: 3px 10px;

}

button.ch-period {
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    margin-top: -3px;
}

span.pr-change {
    display: inline-block;
}

.table.coinlist tr.highlighted {
    background-color: #f1f2f3 !important;
}

.table.coinlist tr td .tbl-currency a {
    font-weight: 600;
}

.table.coinlist:not(.w_single) tbody tr:hover {
    background-color: #96a825;
}

@media (max-width: 767px) {
    .nav-item {
        margin-left: 0px;
    }
    
    .table.coinlist tr td.change-period {
        width: auto;
        max-width: 110px;
        padding-right: 3px;
    }
    .table.coinlist tr td.change-period span.pr-change {
        display: block;
        padding: 0;
        font-size: 13px;
    }
    .table.coinlist tr td {
        padding: 5px 5px 5px 5px;
		color:white
		
    }
    .table.coinlist tr th {
        padding: 5px 5px;
		color:white;
    }
    .table.coinlist tr td.tbl-col-sm,
    .table.coinlist tr th.tbl-col-sm {
        padding-left: 0;
        padding-right: 2px;
		color:white
    }
    .table.coinlist .tbl-col-sm {
        width: 1px;
    }
    .small-chart-container {
        width: 100%;
        max-width: 110px;
        margin: 0;
        padding: 0;
    }
    .small-chart {
        width: 100%;
        max-width: 110px;
        height: 20px;
        margin: 0;
        padding: 0;
    }
    button.ch-period {
        font-weight: 600;
        font-size: 11px;
        padding: 2px 2px;
        white-space: nowrap;
    }
    table.coinlist.w_single {
        margin: 0 !important;
    }
    table.coinlist.w_single td {
        border: 0 !important;
    }
    table.coinlist.w_single .small-chart {
        width: 100%;
        max-width: 767px;
        height: 40px;
        margin: 0;
        padding: 0;
    }
    table.coinlist.w_single .small-chart-container {
        width: 100%;
        max-width: 767px;
    }
}

/* For people wanting the single coin ticker in very wide form */
@media (min-width: 768px) {
    table.coinlist.w_single .small-chart {
        width: 100%;
        max-width: 1200px;
        height: 35px;
        margin: 0;
        padding: 0;
    }
    table.coinlist.w_single .small-chart-container {
        width: 100%;
        max-width: 1200px;
    }
}


@media (max-width: 767px) {
    .coinlist-footer-controls .btn {
        padding: 2px 5px !important;
        font-size: 12px !important;
    }
}

.fit {
    width: 1px;
    padding-right: 0 !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
	color:white;
}

 .btn-al-btn {
     width: 50px;
     color: rgba(255, 255, 255, 1);
     background-color: rgba(58, 178, 238, 1);
 }

 .btn-al-btn:hover {
     color: rgba(255, 255, 255, 1);
     background-color: rgba(40, 124, 166, 1);
 }

 .btn-sat-btn {
     width: 50px;
     color: rgba(255, 255, 255, 1);
     background-color: rgba(248, 121, 121, 1);
 }

 .btn-sat-btn:hover {
     color: rgba(255, 255, 255, 1);
     background-color: rgba(173, 84, 84, 1);
 }

 @media (max-width: 767px) {
     .tbl-price {
         font-size: 14px;
     }

     .tbl-degisim {
         font-size: 13px;
     }

     .contactPageLeft {
         padding: 0px;
     }

     .islemBtnTh {
         min-width: 50% !important;
     }
 }

 @media (max-width: 1024px) {

     .btn-sat-btn {
         margin-top: 2px;
         width: 50px;
         color: rgba(255, 255, 255, 1);
         background-color: rgba(248, 121, 121, 1);
     }
 }