﻿/*
    kendo.black.css
*/

/*.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
    background: #ffffff;
    border: #0078ae;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-right: 55px;
    padding-left: 50px;
}*/

/*.k-block,
.k-widget,
.k-popup,
.k-content,
.k-toolbar,
.k-dropdown .k-input {
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #0078ae;
}*/
.k-combobox .k-dropdown-wrap:before,
.k-picker-wrap:before,
.k-numeric-wrap:before {
  content: "\a0";
  display: inline-block;
  width: 0;
  height: 1.65em;
  padding-bottom: 0px;
}
.k-webkit .k-combobox .k-dropdown-wrap:before,
.k-webkit .k-picker-wrap:before,
.k-webkit .k-numeric-wrap:before {
  padding-bottom: 0px;
}
.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 {
  height: 1.75em;
  line-height: 1.65em;
  padding: 0.177em 0;
  text-indent: 0.33em;
  border: 0;
  margin: 0;
}



.k-menu .k-item .parent.k-link,
.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
    border: 1px solid #0078ae;
    /*font-family: Arial,sans-serif;*/
}

.k-menu .k-state-hover > .k-state-active {
  background-color: #0078ae;

}

/*
    kendo.black.mobile.css
*/

.km-widget.km-buttongroup {
  background: #3a3a3a;
}

.km-widget {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.km-rowinsert,
.km-state-active,
.km-scroller-pull,
.km-loader:before,
.km-touch-scrollbar,
.km-pages .km-current-page,
.km-tabstrip .km-state-active,
.km-scroller-refresh.km-load-more,
.km-popup .k-state-hover,
.km-popup .k-state-focused,
.km-popup .k-state-selected,
.km-actionsheet > li > a:active,
.km-actionsheet > li > a:hover,
li.km-state-active .km-listview-link,
li.km-state-active .km-listview-label,
.km-listview-label input[type=radio]:checked,
.km-listview-label input[type=checkbox]:checked {
    background: #0b5c99;
}


/*
    kendo.common.css
*/

.k-widget {
    background: #2a2a2a;
}

.k-tabstrip {
    background: #2a2a2a;
}

.k-tabstrip-items .k-tab-on-top,
.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active {
    background: #0078ae;
}

.k-pager-wrap > a.k-state-disabled:hover {
  background: red;
}