﻿body {
}

table {
    border-spacing: 0px !important;
}

.k-input, .k-textbox {
    color: #444444 !important;
    font-size: 12px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 26px !important;
    line-height: 26px !important;
    margin: 0px !important;
    padding: 0px;
}

.k-input, .k-textbox {
    border: 1px solid #DDDDDD !important;
    background-color: #FFFFFF !important;
}

.k-input, .k-textbox {
    padding: 0px !important;
}

    .k-input:focus, .k-textbox:focus {
        border-color: #216CF2 !important;
        outline: none !important;
    }

.k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-state-border-down {
    border-radius: 0 !important;
}

.k-list-container.k-state-border-down, .k-autocomplete.k-state-border-down, .k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down, .k-numeric-wrap.k-state-border-down {
    padding-bottom: 0px;
}

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window,
.k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect,
.k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-numerictextbox, .k-picker-wrap,
.k-numeric-wrap, .k-colorpicker.k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in,
.k-editor-button .k-state-hover, .k-editor-button .k-state-active, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection {
    border-radius: 0;
}

/* COMBOBOX */
span.k-input {
    border: 0px !important;
    height: 26px !important;
}

.k-item, .k-state-selected, .k-list-optionlabel {
    color: #444444 !important;
    font-size: 12px !important;
    -webkit-border-radius: 0 0 0!important;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    line-height: 26px;
}

 .k-state-hover
 {
     background-color: #ECF8FF !important;
     border-color: #ECF8FF !important;
 }

.k-dropdown-wrap.k-state-default {
    color: #444444 !important;
    font-size: 12px !important;
    border: 1px !important;
    border-style: solid !important;
    border-color: #DDDDDD !important;
    background-color: #FFFFFF !important;
    height: 26px !important;
    padding-left: 1px;
    -webkit-border-radius: 0 !important;
}

.k-dropdown-wrap.k-state-disabled {
    padding-left: 5px;
}

    .k-dropdown-wrap.k-state-default.input-validation-error {
        border-color: #B20000 !important;
    }

.k-editor-toolbar {
    margin: 2px;
}

.k-editor-toolbar .k-colorpicker {
    width: auto !important;
}

.k-editor-toolbar .k-editor-widget {
    width: auto !important;
}

.k-editor-toolbar .k-fontName, .k-fontSize {
    border: 0px !important;
}

    .k-editor-toolbar .k-select {
        border: 0px !important;
    }

    .k-editor-toolbar .k-picker-wrap {
        padding: 0 25px 0 0 !important;
        height: 26px;
        line-height: 1em;
    }

.k-editor .k-editable-area{
    border-width: 0px;
}


/*GRID*/
.k-grid {
    background: #fff;
    color: #444;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
}

    .k-grid .k-grid-header th {
        background: #fff !important;
        border-width: 0 0 1px 0;
    }

    .k-grid tr {
        height: 30px;
    }

    .k-link {
        color: #444 !important;
    }

    .k-grid .k-grid-pager .k-link {
        border: none !important;
        -webkit-border-radius: 13px;
        -o-border-radius: 0;
        border-radius: 0;
        margin: 1px;
        opacity: 1!important;
    }

        .k-grid .k-grid-pager .k-link:hover {
            border: 1px solid #BABBBF !important;
            background: #F5F5F5;
            margin: 0px;
            opacity: 1 !important;
        }

        .k-grid .k-grid-pager .k-link .k-state-disabled {
            opacity: 1 !important;
        }

        .k-grid .k-grid-pager .k-link .k-icon .k-i-seek-e {
            opacity: 1 !important;
        }

    .k-grid tbody tr:hover {
        background: #ECF8FF !important;
    }


    .k-grid tbody tr.k-state-selected {
        background: #DDF2FF!important;
        color: #444 !important;
    }

    .k-grid tbody tr.k-alt {
        background: #F5F5F5;
    }

    .grid-informacoes.k-grid thead th {
        text-indent: 23px;
    }
    .grid-informacoes.k-grid tbody td {
        padding-left: 30px;
    }

    .k-grid tbody td {
        border: none;
        max-width: 130px;
    }

    .k-grid .k-pager-info {
        float: none !important;
    }

        .k-grid .k-pager-info.k-label {
            float: right !important;
            margin-right: -20px;
        }

    .k-grid .k-pager-sizes.k-label {
        float: right !important;
    }

    .k-grid .k-header, .k-grid-header, .k-toolbar, .k-dropdown-wrap,
    .k-picker-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox,
    .k-button, .k-draghandle, .k-autocomplete, .k-state-highlight,
    .k-tabstrip-items .k-item, .k-state-selected {
        background: #fff !important;
    }

        .k-grid .k-grid-pager .k-link:not(.k-state-disabled):hover > .k-i-seek-e,
        .k-state-hover .k-i-seek-e, .k-button:hover .k-i-seek-e,
        .k-textbox:hover .k-i-seek-e, .k-button:active .k-i-seek-e {
            background-position: -0px -80px;
            opacity: 1 !important;
        }

        .k-grid-header .k-header a.k-link {
            background: #F5F5F5;
        }

        .k-autocomplete.k-header {
            width: 100%;
        }

        .k-picker-wrap.k-state-default .k-input {
            padding-left: 1px;
        }

.k-editor-toolbar-wrap a.k-state-selected {
    background: #333333 !important; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZDdlN2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top,  #333333 0%, #7d7e7d 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#7d7e7d)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #333333 0%,#7d7e7d 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #333333 0%,#7d7e7d 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #333333 0%,#7d7e7d 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #333333 0%,#7d7e7d 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#7d7e7d',GradientType=0 ) !important; /* IE6-8 */
    padding: 3px 4px !important;
}

.k-editor-toolbar-wrap {
      font-size: 15px !important;
}

.k-animation-container a.k-state-selected{
    background: #333333 !important;
    padding: 1px 1px 1px 1px !important;
}

a.k-state-selected {
    background: #DDF2FF !important;
    border: 0px !important;
    padding: 1px 5px 1px 5px !important;
    background: #333333 !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #333333 0%, #7d7e7d 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#7d7e7d)) !important;
    background: -webkit-linear-gradient(top, #333333 0%,#7d7e7d 100%) !important;
    background: -o-linear-gradient(top, #333333 0%,#7d7e7d 100%) !important;
    background: -ms-linear-gradient(top, #333333 0%,#7d7e7d 100%) !important;
    background: linear-gradient(to bottom, #333333 0%,#7d7e7d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#7d7e7d',GradientType=0 ) !important;
}

.k-tool.k-group-end, .k-toolbar .k-button-group .k-group-end, .k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 4px 4px 0 !important;
}

.k-tool.k-group-start, .k-toolbar .k-split-button .k-button, .k-toolbar .k-button-group .k-group-start {
  border-radius: 4px 0 0 4px !important;
}

.k-dropdown-wrap.k-state-focused {
    font-size: 12px !important;
    border-color: #216CF2 !important;
    -webkit-box-shadow: none !important;
}

.k-list-container.k-popup.k-group.k-reset {
    -webkit-border-radius: 0 0 0!important;
    -moz-border-radius: 0px !important;
    box-shadow: 0 0 0;
}

.k-item.k-state-focused {
    background: #DDF2FF!important;
}

.k-select {
    padding-bottom: 2px !important;
}

    .k-select:hover {
        background-color: #EEEEEE !important;
        -webkit-border-radius: 0 0 0!important;
    }

.k-dropdown-wrap.k-state-focused .k-select {
    background-color: #EEEEEE !important;
    -webkit-border-radius: 0 0 0!important;
}

.k-dropdown-wrap.k-state-disabled, .k-dropdown-wrap.k-state-disabled .k-input, .k-dropdown-wrap.k-state-disabled .k-icon.k-i-arrow-s, .k-dropdown-wrap.k-state-disabled .k-select {
    background-color: #FBFBFB !important;
}

.k-picker-wrap.k-state-disabled .k-icon.k-i-arrow-s, .k-picker-wrap.k-state-disabled .k-select {
    background-color: #FBFBFB !important;
}

.k-dropdown-wrap.k-state-disabled {
    color: #BABBBF !important;
    background-color: #FBFBFB !important;
    border: 1px solid !important;
    border-color: #DDDDDD !important;
}

/* INPUT KENDO */
.k-widget.k-calendar td.k-state-selected a,
.k-widget.k-calendar td.k-state-focused a {
    color: #777;
    background: #DDF2FF!important;
}

.k-textbox, .k-autocomplete .k-input, .k-progress,
.k-progress-status, .k-numeric-wrap.k-expand-padding .k-input, .k-multiselect-wrap {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.k-state-focused, .k-list > .k-state-focused {
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    border-color: transparent !important;
}

.k-textbox, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    border: none;
}

.k-colorpicker .k-picker-wrap.k-state-default {
        border: 1px !important;
        border-style: solid !important;
        border-color: #DDDDDD !important;
}

.k-popup.k-list-container, .k-popup.k-calendar-container {
    border: 1px solid #DDDDDD !important;
    background: #fff;
}

div.k-animation-container.km-popup {
    margin-left: 0 !important;
}

.k-animation-container:not(.km-popup) .k-list-container.k-popup.k-group.k-reset {
    margin-left: 0px !important;
}


.k-calendar-container.k-state-border-up, .k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up, .k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up, .k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up, .k-window-content, .k-filter-menu {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.k-popup, .k-menu .k-group, .k-grid .k-filter-options, .k-time-popup,
.k-datepicker-calendar, .k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up, .k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active, .k-multiselect.k-state-focused,
.k-imagebrowser .k-image, .k-tooltip {
    -webkit-box-shadow: none;
    box-shadow: none;
}

li.k-item, .k-state-selected, .k-list-optionlabel {
    min-height: 26px;
}

    li.k-item:hover, .k-state-selected:hover, .k-list-optionlabel:hover {
        background: #ECF8FF !important;
        border-color: transparent !important;
    }

.k-popup.k-list-container, .k-popup.k-calendar-container {
    padding: 0px !important;
}

.k-widget.k-datepicker.k-header {
    width: 100% !important;
}

span.k-datepicker, span.k-timepicker, span.k-datetimepicker, span.k-colorpicker, span.k-numerictextbox, span.k-combobox, span.k-dropdown {
    background-image: none;
    width: 100%;
}

.k-calendar th {
    background-color: #fff;
}

.k-widget.k-calendar .k-header {
    background: #fff;
}

.k-picker-wrap {
    padding: 0 13px 0 0 !important;
}

    .k-picker-wrap .k-select {
        border-width: 1px 1px 1px 0 !important;
        border-color: #DDDDDD !important;
        background: #fff;
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;
        height: auto;
        box-sizing: content-box;
    }

.k-widget.k-datepicker.k-header .k-state-focused {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    min-height: 23px !important;
    line-height: 22px !important;
    vertical-align: middle !important;
    padding-top: 1px !important;
}

.k-picker-wrap .k-select{
      width: 23px;
}

.k-dropdown-wrap .k-select{
    height: auto;
    box-sizing: content-box;
}

.k-picker-wrap.k-state-focused .k-select {
    background: #eee !important;
    z-index: 9999;
    border-width: 1px 1px 1px 0 !important;
    border-color: #216CF2 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-picker-wrap.k-state-hover .k-select {
    background: #eee !important;
    z-index: 99;
    border-width: 1px 1px 1px 0 !important;
    border-color: #ddd;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-widget.k-datepicker.k-header.k-state-border-down {
    border-bottom-width: 0px !important;
    padding-bottom: 0px !important;
}

.k-picker-wrap.k-state-default.k-state-active.k-state-border-down {
    border-bottom-width: 0px !important;
    padding-bottom: 0px !important;
}

.k-widget.k-calendar td.k-state-hover {
    background: #fff;
    border: none !important;
    -webkit-border-radius: 0px;
    -o-border-radius: 0;
    border-radius: 0;
}

.k-widget.k-calendar td.k-state-selected,
.k-widget.k-calendar td.k-state-focused {
    background: #DDF2FF !important;
    border: 0px !important;
    -webkit-border-radius: 0px;
    -o-border-radius: 0;
    border-radius: 0;
    color: #777;
}

.k-state-focused, td.k-state-focused, .k-button:focus,
.k-button.k-state-focused {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-icon, .k-state-disabled .k-icon, .k-column-menu .k-sprite {
    opacity: 1;
}

td.k-today a {
    color: #777 !important;
    border: 0px !important;
}

.k-widget.k-calendar .k-link {
    font-size: 13px !important;
    font-family: 'Segoe UI';
    background: #fff;
    border: 0px !important;
    -webkit-border-radius: 0px;
    -o-border-radius: 0;
    border-radius: 0;
}

    .k-widget.k-calendar .k-link:hover {
        background: #ECF8FF !important;
        border: 0px !important;
    }

.k-content.k-meta-view td.k-state-focused {
    background: #fff !important;
    border: 0px !important;
    -webkit-border-radius: 0px;
    -o-border-radius: 0;
    border-radius: 0;
}

    .k-content.k-meta-view td.k-state-focused a {
        background: #DDF2FF !important;
        border: 0px !important;
        -webkit-border-radius: 0px;
        -o-border-radius: 0;
        border-radius: 0;
        color: #777;
    }

.k-editor-dialog .k-checkbox {
    margin: 0px !important;
    position: relative;
}

button.k-dialog-insert.k-button.k-primary, button.k-dialog-close.k-button {
    border: 1px solid #BABBBF;
    background: url(Imagens/bg_botao.png) repeat-x !important;
    font-family: Segoe UI !important;
    font-size: 14px !important;
    color: #444 !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

    button.k-dialog-insert.k-button.k-primary:hover, button.k-dialog-close.k-button:hover {
        border: 1px solid #BABBBF;
        background: url(Imagens/bg_botao_hover.png) repeat-x !important;
        font-size: 14px;
    }

.k-checkbox:checked+.k-checkbox-label:after {
    color: #000000;
}