﻿
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
}

.k-sparkline {
    display: inline-block;
    width: 100%;
}

.k-tooltip {
    width: 200px;
}

.k-grid tbody tr {
    height: 20px !important;
}

.k-grid {
    font-size: 16px;
}

    .k-grid td {
        line-height: .5em;
        white-space: nowrap;
        font-size: 12px;
    }

    .k-grid .k-alt td {
        line-height: .5em;
        white-space: nowrap;
        font-size: 13px;
    }

.k-header {
    font-size: 11px;
    font-weight: 700 !important;
}
#myBtn {
    background-color: #6c757d; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    padding: 5px 12px;
    border-radius: 5px;
}
#myModal{
    top:60px;
}

button {
    /*background-color: #AD132A;   Green  */
    background-color: #428bca; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    padding: 2px 12px;
    border-radius: 5px;
}
.stats_box {    
    margin-bottom: -10px;
}

.text-center {
    margin-top: -10px;
}
#divMyfavourite {
    margin-top: 0px;
    margin-bottom: 0px;
}