﻿.section-title-button a {
    color: #b4b4b4;
    white-space: normal;
}
.k-i-plus-custom {
    content: "\e11e";
    background-color: rgba(0, 0, 0, 0);
    background-image: url(http://kendo.cdn.telerik.com/2016.1.18/styles/Material/sprite.png);
    background-image: url(../Content/kendo/2025.1.227/Material/sprite.png);
    background-position-x: -32px;
    background-position-y: -66px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    color: rgb(68, 68, 68);
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0px;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    height: 16px;
    line-height: 0px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 5px;
    opacity: 0.7;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    width: 16px;
}



.k-i-close-custom {
    content: "\e11e";
    background-color: rgba(0, 0, 0, 0);
    /*background-image: url(http://kendo.cdn.telerik.com/2016.1.18/styles/Material/sprite.png);*/
    background-image: url(../Content/kendo/2025.1.227/Material/sprite.png);
    background-position-x: -32px;
    background-position-y: -18px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    color: rgb(68, 68, 68);
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0px;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    height: 16px;
    line-height: 0px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 5px;
    opacity: 0.7;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    width: 16px;
}

.CMSTextBox {
    height:100px!important;
}
.FCTextBox {
    height:200px!important;
}
.cssStyleForLabelOtherValue
{
    display:block; 
    padding-top:10px;
}

.showField {
   /* visibility:visible;*/
   display:block;
}

.hideField {
    /*visibility:hidden;*/
    display:none;
}

.otherValueLabel{
    width: 100% !important;
}

.k-confirm .k-window-titlebar::before {
    content: 'Confirmation';
}

.k-confirm .k-window-titlebar .k-dialog-title {
    visibility: collapse;
}

.k-multiselect-wrap:before {
    content: "\e006";
    font: 16px/1 WebComponentsIcons;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1em;
    line-height: 1;
    margin-right: 3px;
}

.k-filtercell > span {
    min-width: 25px;
}

.k-widget.k-tooltip-validation {
    margin-left: 30px;
}

input.k-textbox {
    text-indent: 0 !important;
}

#RoleId_validationMessage {
    margin-left: 0;
}

.gridRowGrey td {
    background-color:#EEE !important;
}