﻿hr.soften {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    border: 0;
}


.panel-hover {
}

    .panel-hover:hover {
        background-color: #f5f5f5 !important;
    }

.list-group-item-hover {
}

    .list-group-item-hover:hover {
        background-color: #f5f5f5 !important;
    }

.adminHiddenIdBox {
    width: 0px;
    visibility: hidden;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

/*.carousel-inner {
    width: 100%;
}

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        max-height: 600px !important;
    }

.carousel .item.left img {
    width: 100% !important;
}*/

.carousel,.item,.active{max-height:100%;}
.carousel-inner{max-height:100%;}