﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
    background-image:url("../Multimedia/Images/greybg.png");
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.HeaderTitle{
    font-weight:500;
    color:white;
    font-size:18px;
}

.SeriesTitle {
    font-weight: 500;
    color: white;
    font-size: 14px;
    background-color:#827e7e;
    padding:10px;
}

.Serieslink {
    font-weight: 500;
    color: black;
    font-size: 14px;
}

    .Serieslink a{
        text-decoration:none;
    }

    .Serieslink a:hover {
        text-decoration: none;
        color:black;
    }


.MainBody {
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #827e7e
}

.ds-btn li {
    list-style: none;
    float: left;
    padding: 10px;
}

    .ds-btn li a span {
        padding-left: 15px;
        padding-right: 5px;
        width: 200px;
        display: inline-block;
        text-align: left;
    }

        .ds-btn li a span small {
            width: 100%;
            display: inline-block;
            text-align: left;
        }

.colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.col-full-height {
    height: 100%;
    vertical-align: middle;
}




.row
{
    margin-left:0px;
    margin-right:0px;
}

.MenuTab {
    background: #7a7a7a;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    padding: 5px 10px;
    margin-top: 5px;
    color: #fff;
}

    .MenuTab > a, a:hover {
        text-decoration: none;
        color: #fff;
    }

.Menu-header {
    cursor: pointer;
    background-color: #383838;
    color: #fff;
}

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: bottom;
}

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #D9230F;
    }

.search-query:focus + button {
    z-index: 3;
}


.Absolute-Center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-xs {
     line-height:12px;
     padding:5px;
}