.page.selected a, .page.selected span{
    background-color: #ccc;
}

.inBlock {
    display: inline-block !important;
}

.mt-10 {
    margin-top: 10px;
}

.grid-view thead tr:first-child th{
    background-color: #f9f9f9;
}

#content table.detail-view tr.odd {
    /*background: #f9f9f9;*/
}

.span-5 {
    width: auto;
}

.disNone {
    display: none;
}

.createC3 li{
    list-style: none;
    padding: 0;
}

.cbtnLink a{
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.cbtnLink a:hover{
    color: #fff;
    text-decoration: none;
}

.btn.btn-custom {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#244650 100%);
    background-image: -o-linear-gradient(top,#244650 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#244650),to(#2aabd2));
    background-image: linear-gradient(to bottom,#244650 0,#2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9;
    background-color: #5bc0de;
}

.btn.btn-custom:hover {
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#5bc0de 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    background-color: #5bc0de;
}

.langUrlBase {
    visibility: hidden;
    position: absolute;
    top: -99999px;
}

.mb-15 {
    margin-bottom: 15px;
}

.customBody p strong {
    font-size: 18px;
    margin: 15px;
}

.customBody p {
    font-size: 16px;
}

.customBody u {
    text-decoration: none;
}

.wickedpicker {
    direction: ltr;
}

.ltr {
    text-align: right;
    direction: ltr;
}

@media print {
    #sidebar, .breadcrumbs {
        display: none;
    }
}

.full-col-table{
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space:nowrap;
}

.mb-30 {
    margin-bottom: 30px;
}

.center-block-custom {
    margin: 0 auto;
    float: none !important;
}