.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .8;
    color: #ffffff;
    font-weight: bold;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}
.service-sidemenu-wrapper {
    /* position: sticky; */
    /* top: 15px; */
    /* padding-left: 15px; */
    /* padding-right: 0; */
    /* width: 240px; */
    /* float: left; */
    position: sticky;
    /* top: 15px; */
    padding-left: 15px;
    padding-right: 0;
    width: 100%;
    float: left;
    z-index: 2;
	padding-right: 15px;
    /* height: 50px; */
}

.service-menu li a i {
    min-width: 0px;
}
.service-menu .panel-heading {
    background: #337ab7;
    border-bottom: none;
}

.text-saat {
    color: #FFFFFF;
	float: right;
	
}

.service-content-wrapper {
    padding-left: 15px;
    /* padding-right: 15px; */
    width: 100%;
    float: left;
}

.panel {
    /* margin-bottom: 20px; */
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.animated-btn {
    /* width: 80px; */
    /* height: 80px; */
    /* border-radius: 50%; */
    /* line-height: 80px; */
    /* display: inline-block; */
    /* text-align: center; */
    /* background: #4caf50; */
    /* position: relative; */
}

.animated-btn::before, .animated-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 63, 63, 0.8);
    animation: ripple-1 2s infinite ease-in-out;
    z-index: -1;
}

.animated-btn::after {
    background: rgba(255, 63, 63, 0.6);
    animation: ripple-2 2s infinite ease-in-out;
    animation-delay: 0.5s;
}

@keyframes ripple-1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

.sol {
    float: left;
}