﻿/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*end gridview */


.thumb {
    position: relative;
    top: 0;
    left: -10px;
    float: left;
    display: inline;
    margin: 10px;
    width: 150px;
    height: 100px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(109,109,109,.3);
    -moz-box-shadow: 1px 1px 5px 0 rgba(109,109,109,.3);
    box-shadow: 1px 1px 5px 0 rgba(109,109,109,.3);
}

.thumbb, a.thumbb, div.thumbb {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 302px;
    color: #000;
    background-color: #ccc;
}

    a.thumbb:visited {
        color: #804200;
    }

    .thumbb:hover, a.thumbb:hover, div.thumbb:hover {
        color: #fff;
        background-color: #804200;
    }

.thumbi {
    position: absolute;
    left: 1px;
    top: -10px;
    width: 150px;
    height: 107.5px;
    line-height: 211px;
    text-align: center;
    background-color: #f6f6f6;
    background-position: center center;
    background-repeat: no-repeat;
}

    .thumbi img {
        vertical-align: middle;
        border: none;
        margin-top: -105px;
    }

.thumbc {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 300px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background-color: #ccc;
}

a.thumbb:hover .thumbc, div.thumbb:hover .thumbc {
    background-color: #804200;
}

.thumb_wrapper {
    position: relative;
    margin: 10px auto;
    padding: 0;
    width: 100%;
    max-width: 960px;
    overflow: hidden;
}


.jssorl-003-oval img {
    animation-name: jssorl-003-oval;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-003-oval {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

