﻿/* [Begin] Kendo Doc - http://docs.telerik.com/kendo-ui/third-party/using-kendo-with-twitter-bootstrap */
.form-control.k-widget
{
    padding: 0;
    width: 100%;
    height: auto;
}

.form-control.k-widget:not(.k-autocomplete)
{
    border-width: 0;
}
/* [End] Kendo Doc */

.k-dropdown-wrap, .cf .k-textbox {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* These seem to have no padding by default */
.k-panelbar .k-item .k-content, .k-window .k-window-content {
    padding: 1em
}

/* Match Drop Downs to ASNT font size */
.k-input {
    font-family: Arial, Tahoma, sans-serif;
}

/* Prevent popup list of dropdown from overlapping the dropdown itself 
    NOTE: we don't include ".cf" in this style because these exist at the end of the DOM */
.k-animation-container .k-list-container.k-popup {
    margin-top: 8px;
}

/* Empty Upload Widget */
html body .k-upload-empty {
    background-image: url('textures/highlight.png');
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.6)),to(rgba(255,255,255,.0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.6) 0,rgba(255,255,255,.0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,.0) 100%);
    background-position: 50% 50%;
    background-color: #eae8e8;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
}

/*
    [Begin] Kendo Pager Numbers

    Bootstrap.tab has styles, which are too agressive and screw up kendo pagers
       #main .content ul > li { list-style-type: disc; }
       #main .content ul { padding-left: 15px; }
*/

#main .content  ul.k-pager-numbers > li {
    list-style-type: none;
}

#main .content ul.k-pager-numbers {
    padding-left: 0;
}

/* [End] Kendo Pager Numbers */