/*
		Revision History                                                                                                         
		Rev.Date:10/12/2014
		ModifiedBy: Chanikya Uppalapati
		Author: Connex Info Systems
*/
.k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar .k-item { background-color: #fff; color: #1D2A5B; border-color: #C3D9F9; }
.k-panelbar > .k-item > .k-link { border-color: #C3D9F9; }
.k-panel > li.k-item { background-color: #fff; }



.k-picker-wrap
{
height:35px !important;
}
.k-select
{
width:25px !important;
}
.k-i-calendar {
    background: url("../../../CommonImages/calendar.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: 25px;
    width: 25px;
	margin-top: 6px !important;
}
.k-in, .k-item, .k-window-action { border-color: transparent; }
.k-widget, .k-tooltip { border-color: #E8EEFA; }

.k-group, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-widget .k-status, .k-calendar th, .k-dropzone-hovered, .k-widget.k-popup { background-color: #ebebeb; }
.k-grouping-row td, td.k-group-cell { background-color: #ececec; }
.k-list-container { border-color: #cfcfcf; background-color: #fff; }
.k-alt, .k-separator { background-color: #f5f5f5; }
.k-alt, .k-separator { border:1px solid #ccc !important; }

.k-textbox > input, .k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-autocomplete.k-state-focused .k-input, .k-dropdown-wrap.k-state-focused .k-input, .k-picker-wrap.k-state-focused .k-input, .k-numeric-wrap.k-state-focused .k-input { border-color: #48e; }
input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox > input { background: 0; }
.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox > input, .k-multiselect-wrap { background-color: #fff; color: #1D2A5B; }
.k-input[readonly] { background-color: #fff; color: #1D2A5B; }
.k-block, .k-popup, .k-content, .k-dropdown .k-input
 {
	background: #fff;
    color: #4d4d4d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset !important;
    font-family: ''proxima-nova', "Helvetica Neue", "Helvetica", Arial, sans-serif';
    font-size: 14px;
  }
.k-widget { color: #ff0000; font-size: 16px;}
.k-grid { color: #1D2A5B; }
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link { color: #1D2A5B; }
.k-tabstrip-items .k-link, .k-panelbar > li > .k-link { color: #1D2A5B; }
.k-header { color: #1D2A5B; }
.k-button{ background-image: url('textures/highlight.png');
 background-image: none,-webkit-linear-gradient(top,#FF6600 0,#FF6600  100%);
 background-image: none,-moz-linear-gradient(top,#FF6600 0,#FF6600  100%);
 background-image: none,-o-linear-gradient(top,#FF6600 0,#FF6600  100%);
 background-image: none,linear-gradient(to bottom,#FF6600 0,#FF6600 100%);
 background-position: 50% 50%; background-color: #FF6600; }

.k-widget.k-tooltip { background-image: url('textures/highlight.png'); }
 .k-button { background-color: #FF6600; }
/*.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap,.k-draghandle { background-color: #cccCCC; }*/
.k-icon:hover, .k-state-hover .k-icon, .k-state-selected .k-icon, .k-state-focused .k-icon, .k-column-menu .k-state-hover .k-sprite, .k-column-menu .k-state-active .k-sprite { opacity: 1; }
.k-icon, .k-state-disabled .k-icon, .k-column-menu .k-sprite { opacity: .8; }
.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite { background-image: url('../../../CommonImages/sprite.png'); border-color: transparent; }
.k-loading, .k-state-hover .k-loading { background-image: url('../../../CommonImages/loading.gif'); background-position: 50% 50%; }
.k-loading-image { background-image: url('../../../CommonImages/loading-image.gif'); }
.k-loading-color { background-color: #fff; }
.k-button 
{
 background-color: #fff !important;
    background-image: linear-gradient(#F4AE48, #FF6600) !important;
    border-color: #ccc !important;
    box-shadow: 0 1px 1px rgba(255, 102, 0, 0.3) inset !important;
    color: #4d4d4d !important;
	border-radius: 0px;
	font-size: 16px;
    font-weight: bold;
 }
.k-button:hover { 
background-color: #fff !important;
    background-image: linear-gradient(#FF6600, #F4AE48) !important;
    border-color: #ccc !important;
    box-shadow: 0 1px 1px rgba(255, 102, 0, 0.3) inset !important;
    color: #4d4d4d !important;
	border-radius: 0px;
	font-size: 16px;
    font-weight: bold;
 }
 .k-state-disabled .k-button,
 .k-state-disabled .k-button:hover,
 .k-button.k-state-disabled:hover,
 .k-state-disabled .k-button:hover,
 .k-button.k-state-disabled:active,
 .k-state-disabled .k-button:active 
 { color: #fffFFF; border-color: #E65C00; background-image: url('textures/highlight.png');
 background-image: none,-webkit-linear-gradient(top,#E65C00 0,#E65C00 100%);
 background-image: none,-moz-linear-gradient(top,#E65C00 0,#E65C00 100%);
 background-image: none,-o-linear-gradient(top,#E65C00 0,#E65C00 100%);
 background-image: none,linear-gradient(to bottom,#E65C00 0,#E65C00 100%); background-color: transparent; }
.k-draghandle { border-color: #C3D9F9; background-color: #fff; -webkit-box-shadow: none; box-shadow: none; }
.k-draghandle:hover { border-color: #a99f9a; background-color: #a99f9a; -webkit-box-shadow: none; box-shadow: none; }
.k-scheduler, .k-scheduler-datecolumn, .k-scheduler-groupcolumn { background-color: #fff; color: #1D2A5B; }
.k-scheduler-times tr, .k-scheduler-times th, .k-scheduler-table td, .k-scheduler-header th, .k-scheduler-header-wrap, .k-scheduler-times { border-color: #C3D9F9; }
.k-scheduler-table .k-today, .k-today > .k-scheduler-datecolumn, .k-today > .k-scheduler-groupcolumn { background-color: #fff; }
.k-scheduler-now-arrow { border-left-color: #e20000; }
.k-scheduler-now-line { background-color: #e20000; }
.k-event { border-color: rgba(0,0,0,0.13); background: #ffdac1 0 -257px url('textures/highlight.png') repeat-x; color: #1D2A5B; }
.k-button:active: { color: #fff; background-color: #FF6600; border-color: #FF6600; }
.k-scheduler-marquee:before, .k-scheduler-marquee:after { border-color: #2F8BCB; }

.k-panelbar > li > .k-link { color: #1D2A5B; }



.k-calendar-container.k-group { border-color: #C3D9F9; }
.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-marquee-color { color: #4d4d4d; background-color: #ececec; border-color: #cfcfcf; }
.k-state-hover {
color: #4d4d4d;
}
.k-marquee-text { color: #fff; }
.k-ie8 .k-panelbar span.k-state-focused, .k-ie8 .k-menu li.k-state-focused, .k-ie8 .k-listview > .k-state-focused, .k-ie8 .k-grid-header th.k-state-focused, .k-ie8 td.k-state-focused, .k-ie7 .k-panelbar span.k-state-focused, .k-ie7 .k-menu li.k-state-focused, .k-ie7 .k-listview > .k-state-focused, .k-ie7 .k-grid-header th.k-state-focused, .k-ie7 td.k-state-focused  { background-color: #a99f9a; }
.k-ie8 .k-button:focus, .k-ie8 .k-button.k-state-focused, .k-ie7 .k-button:focus, .k-ie7 .k-button.k-state-focused{ background-color: #E65C00; }
.k-ie7 .k-event .k-resize-handle, .k-event .k-resize-handle:after { background-color: #1D2A5B; }
.k-list > .k-state-selected.k-state-focused { -webkit-box-shadow: none; box-shadow: none; }
.k-state-selected > .k-link, .k-panelbar > li > .k-state-selected { color: #fff; }
.k-state-selected, .k-draghandle.k-state-selected:hover { background-image: url('textures/highlight.png'); background-image: none, -webkit-linear-gradient(top,#1F85CC 0,#2F8BCB100%); background-image: none, -moz-linear-gradient(top,#1F85CC 0,#2F8BCB100%); background-image: none, -o-linear-gradient(top,#1F85CC 0,#2F8BCB100%); background-image: none, linear-gradient(to bottom,#1F85CC 0,#2F8BCB100%); }
.k-button:active{ background-image: url('textures/highlight.png');
 background-image: none, -webkit-linear-gradient(top,#E65C00 0,#E65C00 100%);
 background-image: none, -moz-linear-gradient(top,#E65C00 0,#E65C00 100%); 
 background-image: none, -o-linear-gradient(top,#E65C00 0,#E65C00 100%);
 background-image: none, linear-gradient(to bottom,#E65C00 0,#E65C00 100%); }
.k-button:active, .k-draghandle.k-state-selected:hover { background-position: 50% 50%; }

.k-tool-icon { background-image: url('../../../CommonImages/sprite.png'); }
.k-tool-icon.k-state-hover { background-image: url('../../../CommonImages/sprite.png'); background-image: url('../../../CommonImages/sprite.png'),-webkit-linear-gradient(top,#cbc5c2 0,#a99f9a 100%); background-image: url('../../../CommonImages/sprite.png'), -moz-linear-gradient(top,#cbc5c2 0,#a99f9a 100%); background-image: url('../../../CommonImages/sprite.png'),-o-linear-gradient(top,#cbc5c2 0,#a99f9a 100%); background-image: url('../../../CommonImages/sprite.png'),linear-gradient(to bottom,#cbc5c2 0,#a99f9a 100%); }
.k-tool-icon.k-state-active, .k-tool-icon.k-state-active.k-state-hover, .k-tool-icon.k-state-selected, .k-tool-icon.k-state-selected.k-state-hover { background-image: url('../../../CommonImages/sprite.png'); background-image: url('../../../CommonImages/sprite.png'),-webkit-linear-gradient(top,#1F85CC 0,#2F8BCB100%); background-image: url('../../../CommonImages/sprite.png'),-moz-linear-gradient(top,#1F85CC 0,#2F8BCB100%); background-image: url('../../../CommonImages/sprite.png'),-o-linear-gradient(top,#1F85CC 0,#2F8BCB100%); background-image: url('../../../CommonImages/sprite.png'),linear-gradient(to bottom,#1F85CC 0,#2F8BCB100%); }
.k-state-hover > .k-link, .k-other-month.k-state-hover .k-link, div.k-imagebrowser-dropzone em { color: #1D2A5B; }

.k-state-disabled { filter: alpha(opacity=70); opacity: .7; }
.k-tile-empty.k-state-selected, .k-loading-mask.k-state-selected { border-width: 0; background-image: none; background-color: transparent; }
.k-state-disabled, .k-state-disabled .k-link, .k-state-disabled .k-button, .k-other-month, .k-other-month .k-link, .k-dropzone em, .k-dropzone .k-upload-status, .k-tile-empty strong, .k-slider .k-draghandle { color: #9f9e9e; }
.k-slider-track { background-color: #C3D9F9; }
.k-slider-selection { background-color: #2F8BCB; }
.k-slider-horizontal .k-tick { background-image: url('../../../CommonImages/slider-h.gif'); }
.k-slider-vertical .k-tick { background-image: url('../../../CommonImages/slider-v.gif'); }
.k-widget.k-tooltip { display: none; }
.k-widget.k-tooltip-validation { display: none; }

.input-prepend .k-tooltip-validation, .input-append .k-tooltip-validation { font-size: 12px; position: relative; top: 3px; }
.k-callout-n { border-bottom-color: #C3D9F9; }
.k-callout-w { border-right-color: #C3D9F9; }
.k-callout-s { border-top-color: #C3D9F9; }
.k-callout-e { border-left-color: #C3D9F9; }
.k-tooltip-validation .k-callout-n { border-bottom-color: #ffe79e; }
.k-tooltip-validation .k-callout-w { border-right-color: #ffe79e; }
.k-tooltip-validation .k-callout-s { border-top-color: #ffe79e; }
.k-tooltip-validation .k-callout-e { border-left-color: #ffe79e; }
.k-splitbar { background-color: #ececec; }
.k-restricted-size-vertical, .k-restricted-size-horizontal { background-color: #fff; }
.k-file { background-color: #fff; border-color: #C3D9F9; }
.k-file-progress { color: #06c; }
.k-file-progress .k-progress { background-color: #d0f8ff; }
.k-file-success { color: #28760b; }
.k-file-success .k-progress { background-color: #ddffd0; }
.k-file-error { color: #c00; }
.k-file-error .k-progress { background-color: #ffded7; }
.k-tile { border-color: #fff; }
.k-textbox:hover, .k-tiles li.k-state-hover { border-color: #a99f9a; }
.k-tiles li.k-state-selected { border-color: #2F8BCB; }
.k-tile .k-folder, .k-tile .k-file { background-image: url('../../../CommonImages/imagebrowser.png'); }
.k-widget { -webkit-box-shadow: none; box-shadow: none; }
.k-slider, .k-treeview, .k-upload { -webkit-box-shadow: none; box-shadow: none; }

/*.k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input { -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }
.k-numeric-wrap .k-link {
 -moz-border-radius: 0 3px 0 0;
 -webkit-border-radius: 0 3px 0 0;
 border-radius: 0 3px 0 0;
 }*/
.k-numeric-wrap .k-link + .k-link { -moz-border-radius: 0 0 3px 0; -webkit-border-radius: 0 0 3px 0; border-radius: 0 0 3px 0; }
.k-colorpicker .k-selected-color { -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }
.k-rtl .k-colorpicker .k-selected-color { -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }

.k-autocomplete.k-state-border-down .k-input, .k-dropdown-wrap.k-state-border-down .k-input, .k-picker-wrap.k-state-border-down .k-input, .k-picker-wrap.k-state-border-down .k-selected-color, .k-numeric-wrap.k-state-border-down .k-input { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.k-numeric-wrap .k-link.k-state-selected { background-color: #2F8BCB; }
.k-multiselect.k-state-border-down .k-multiselect-wrap { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
.k-dropdown-wrap .k-select, .k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-datetimepicker .k-select + .k-select, .k-list-container.k-state-border-right { -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }
.k-rtl .k-dropdown-wrap .k-select, .k-rtl .k-picker-wrap .k-select, .k-rtl .k-numeric-wrap .k-select, .k-rtl .k-datetimepicker .k-select + .k-select, .k-rtl .k-list-container.k-state-border-right { -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; }
.k-numeric-wrap.k-expand-padding .k-input { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.k-textbox > input, .k-autocomplete .k-input, .k-multiselect-wrap { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.k-list .k-state-hover, .k-list .k-state-focused, .k-list .k-state-highlight, .k-list .k-state-selected, .k-dropzone { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.k-slider .k-button, .k-grid .k-slider .k-button { -moz-border-radius: 17px; -webkit-border-radius: 17px; border-radius: 17px; }
.k-draghandle { -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; }
.k-scheduler-toolbar > ul li:first-child, .k-scheduler-toolbar > ul li:first-child .k-link { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.k-rtl .k-scheduler-toolbar > ul li:first-child, .k-rtl .k-scheduler-toolbar > ul li:first-child .k-link { border-radius: 0 4px 4px 0; }
.k-scheduler-toolbar .k-nav-next, .k-scheduler-toolbar ul + ul li:last-child, .k-scheduler-toolbar .k-nav-next .k-link, .k-scheduler-toolbar ul + ul li:last-child .k-link { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.k-rtl .k-scheduler-toolbar .k-nav-next, .k-rtl .k-scheduler-toolbar ul + ul li:last-child, .k-rtl .k-scheduler-toolbar .k-nav-next .k-link, .k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link { border-radius: 4px 0 0 4px; }
.k-scheduler div.k-scheduler-footer ul li, .k-scheduler div.k-scheduler-footer .k-link { border-radius: 4px; }
.k-more-events, .k-event, .k-event .k-link { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default{ background-image: url('textures/highlight.png'); background-image: none,-webkit-linear-gradient(top,#f6f6f6 0,#eaeaea 100%); background-image: none,-moz-linear-gradient(top,#f6f6f6 0,#eaeaea 100%); background-image: none,-o-linear-gradient(top,#f6f6f6 0,#eaeaea 100%); background-image: none,linear-gradient(to bottom,#f6f6f6 0,#eaeaea 100%); background-position: 50% 50%; background-color: #e9e9e9; border-color: #C3D9F9; }

.k-multiselect.k-header { border-color: #C3D9F9; }
.k-multiselect.k-header.k-state-hover { border-color: #a99f9a; }
.k-multiselect.k-header.k-state-focused { border-color: #a99f9a; }
.k-list-container { color: #4d4d4d; }

.k-state-default > .k-select { border-color: #C3D9F9; }
.k-state-hover > .k-select { border-color: #a99f9a; }
.k-state-focused > .k-select { border-color: #a99f9a; }
.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link { color: #1D2A5B; }
.k-tabstrip-items .k-state-hover .k-link, .k-panelbar > li.k-state-hover > .k-link { color: #1D2A5B; }
.k-tabstrip-items .k-state-default { border-color: #C3D9F9; }
.k-tabstrip-items .k-state-hover { border-color: #a99f9a; }
.k-tabstrip-items .k-state-active { background-color: #fff; background-image: none; border-color: #2F8BCB; }
.k-tabstrip .k-content.k-state-active { background-color: #fff; color: #1D2A5B; }


.k-column-menu .k-separator { border-color: #C3D9F9; background-color: transparent; }
.k-menu .k-group { border-color: #C3D9F9; }
.k-secondary .k-picker-wrap, .k-secondary .k-dropdown-wrap, .k-secondary .k-numeric-wrap, .k-secondary.k-scheduler-toolbar > ul > li { background-color: #ececec; border-color: #C3D9F9; }
.k-secondary .k-editor-button .k-tool-icon { border-color: #C3D9F9; }
.k-secondary.k-splitbar { border-color: #C3D9F9; }
.k-secondary .k-state-default > .k-select { border-color: #C3D9F9; }
.k-secondary .k-state-hover > .k-select { border-color: #a99f9a; }
.k-secondary .k-state-focused > .k-select { border-color: #C3D9F9; }
.k-secondary .k-autocomplete.k-state-hover, .k-secondary .k-picker-wrap.k-state-hover, .k-secondary .k-numeric-wrap.k-state-hover, .k-secondary .k-dropdown-wrap.k-state-hover { background-color: #a99f9a; background-image: url('textures/highlight.png'); background-image: none,-webkit-linear-gradient(top,#cbc5c2 0,#a99f9a 100%); background-image: none,-moz-linear-gradient(top,#cbc5c2 0,#a99f9a 100%); background-image: none,-o-linear-gradient(top,#cbc5c2 0,#a99f9a 100%); background-image: none,linear-gradient(to bottom,#cbc5c2 0,#a99f9a 100%); background-position: 50% 50%; border-color: #a99f9a; }
.k-secondary .k-autocomplete.k-state-focused, .k-secondary .k-picker-wrap.k-state-focused, .k-secondary .k-numeric-wrap.k-state-focused, .k-secondary .k-dropdown-wrap.k-state-focused { background-color: #a99f9a; background-image: url('textures/highlight.png'); background-image: none,-webkit-linear-gradient(top,#cbc5c2 0,#a99f9a 100%); background-image: none,-moz-linear-gradient(top,#cbc5c2 0,#a99f9a 100%); background-image: none, -o-linear-gradient(top,#cbc5c2 0,#a99f9a 100%); background-image: none, linear-gradient(to bottom,#cbc5c2 0,#a99f9a 100%); background-position: 50% 50%; border-color: #a99f9a; }
.k-secondary .k-button, .k-secondary.k-button { color: #1D2A5B; background-color: #ececec; border-color: #C3D9F9; }
.k-secondary .k-button:hover, .k-secondary.k-button:hover { color: #1D2A5B; border-color: #a99f9a; background-color: #a99f9a; }
.k-secondary .k-button:active { color: #fff; background-color: #2F8BCB; border-color: #2F8BCB; }
.k-secondary .k-dropdown .k-input, .k-secondary .k-dropdown .k-state-focused .k-input, .k-secondary .k-menu .k-popup { color: #1D2A5B; }
.k-secondary .k-toolbar { color: #1D2A5B; border-color: #C3D9F9; }
.k-secondary.k-popup.k-group { border-color: #C3D9F9; }
.k-secondary.k-filter-menu { background-color: #fff; color: #1D2A5B; margin-left: -81%; }
.k-grouping-row td, .k-group-footer td, .k-grid-footer td { color: #1D2A5B; border-color: #C3D9F9; font-weight: bold; }
.k-grouping-header { color: #1D2A5B; }
.k-grid td.k-state-focused { -webkit-box-shadow: inset 0 0 0 1px inset 0 0 3px 1px #a99f9a; box-shadow: inset 0 0 0 1px inset 0 0 3px 1px #a99f9a; }
.k-header, .k-grid-header-wrap, .k-grid .k-grouping-header, .k-grid-header, .k-pager-wrap, .k-pager-wrap .k-textbox, .k-pager-wrap .k-link, .k-grouping-header .k-group-indicator { border-color: #C3D9F9; }
.k-treeview .k-icon, .k-scheduler-table .k-icon { background-color: transparent; border-radius: 4px; }
.k-scheduler-table .k-state-hover .k-icon { background-color: transparent; }
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
    .k-icon:not(.k-loading), .k-grouping-dropclue, .k-drop-hint, .k-callout, .k-tool-icon, .k-tool-icon.k-state-hover, .k-tool-icon.k-state-active, .k-tool-icon.k-state-active.k-state-hover, .k-tool-icon.k-state-selected, .k-tool-icon.k-state-selected.k-state-hover, .k-column-menu .k-sprite { background-image: url('../../../CommonImages/sprite_2x.png'); background-size: 340px 336px; }
    .k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input { -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }
}
