﻿body {
}

/* ---- LH Menu ----- */

.k-header {
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-panelbar .k-panel {
    border: 0;
}

.k-panel>.k-item>.k-link.k-state-selected {
    background-color: #f0f0f0;
    color: #418cd7;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    border-left: 10px solid #418cd7;
    padding-left: 20px !important;
}

.k-panelbar > li.k-state-default > .k-link {
    color: #418cd7;
    background-color: #fff;
}

.k-link.k-header.k-state-selected {
    background-color:#418cd7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-active .k-link.k-header {
    background: #418cd7;
    color: #fff;
    padding-left:24px;
}

.k-panelbar > li.k-state-default > .k-link {
    padding-left:24px;
}

.k-i-arrow-s.k-panelbar-expand {
    background-image: url('WAM/sprite-blue.png');
    position: absolute;
    left: 8px;
    margin-top:2px;
}

.k-state-active .k-link.k-header .k-i-arrow-n {
    background-image: url('WAM/sprite-white.png');
    position: absolute;
    left: 8px;
    margin-top:2px;
}

.k-panel>li.k-item .k-link {
    padding-left:30px;
}


/* ---- TABLE ---- */

.k-grid {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 13px;
}

.k-grid-top {
    background: none;
    border: 0;
    margin-bottom:10px;
}

div.k-grid-header {
    border: 1px solid #e3e3e3;
    border-bottom: 0;
}

.k-grid-content td {
    border-top: 1px solid #e3e3e3;
}

.k-grid-content tr td:first-child {
    border-left: 1px solid #e3e3e3;
}

.k-grid tr td {
    border-color: #e3e3e3;
}

.k-pager-wrap {
    border: 1px solid #e3e3e3;
}

.k-alt {
    background: none;
}

.k-grid-header .k-header:first-child {
    background-color: #f0f0f0;
}

.k-grid-header .k-header {
    background-color: #e7e7e7;
    /*padding-top: 25px;*/
    font-weight: bold!important;
}

.k-button {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e3e3e3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e3e3e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

.k-multiselect .k-button {
    color: #000;
}
.k-multiselect .k-button.k-state-hover {
    color: #fff;
}
.k-multiselect .k-button.k-state-hover .k-delete {
    background-image: url('WAM/sprite-white.png');
}

.k-state-selected>.k-link, .k-panelbar>li>.k-state-selected, .k-panelbar>li.k-state-default>.k-link.k-state-selected {
color: #fff;
background-color:#418cd7;
}

.k-grid .k-hierarchy-cell+td {
    padding: 0;
    padding-bottom:16px;
}

.k-grid .k-hierarchy-cell+td table {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.k-grid-delete {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

a.moduleProfileLink {
    display: inline-block !important;
}

.k-treeview .k-in {
    border-color: transparent;
    height: 11px;
    font-size: 15px;
    line-height: 12px;
}

.jumbotron {
    font-size: 15px;
}

.jumbotron input[type="checkbox"] {
    margin-right: 5px;
}

.jumbotron label {
    color: #428bca;
    font-weight: normal;
}

.k-panelbar-expand, .k-panelbar-collapse {
  top: 5px;
}

.k-primary, .k-overflow-container .k-primary {
  color: #333;
}

script {
  display: none!important;
}
 