﻿#SelectService{
    text-align: center;
}

.SelectService-page-bottom{
    display: block;
    padding-top: 5px;
    padding-bottom: 30px;

      
}

#SelectService .dx-button{
    padding:0px;

    border: 1px solid #16a8c2;
    border-radius: 7px;
    background-color: #14b9d6;
    background: linear-gradient(to bottom, #28c8df, #14b9d6);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#28c8df),color-stop(100%,#14b9d6));
    box-shadow: 0 1px 5px 0px #d7d8d9, inset 0 0px 2px 0px #8ee1ee;
}

#SelectService  .dx-button.dx-state-active{
    background: linear-gradient(to bottom, #00b3ca, #009eb9);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00b3ca),color-stop(100%,#009eb9));
    box-shadow: 0 1px 5px 0px #d7d8d9, inset 0 0px 2px 0px #00c3d5;
    border-color: #0f9bb4;
}

#SelectService .dx-button .dx-button-content{
    padding:5px 10px;
    min-width:88px;
}

#SelectService  .dx-button .dx-button-content .dx-button-text {
    line-height:35px;
    font-size: large;
    font-weight: bold;

    -webkit-text-shadow: 0px -1px 0px #0f9bb4;
    text-shadow: 0px -1px 0px #0f9bb4;
    color: #fff;
}