.sider-menu {
    bottom: 0;
    left: 150px;
    margin-left: -150px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 150px;
    z-index: 1000;
    padding-top: 45px;
    line-height: 14px;
    border-right: 1px solid #E5E5E5;
}
.sider-menu a{
    color:#777777;
}
.uk-container{
    padding: 45px 10px 0 160px;
    max-width: none;
}
@media (max-width: 768px) {
    .uk-container{
        padding: 45px 10px 0 10px;
    }
}
@media(min-width: 1220px){
    .uk-grid:not(.uk-grid-preserve) {
        margin-left: 0;
    }
}
.uk-navbar {
    position: fixed;
    width: 100%;
    z-index: 1030;
}
.uk-grid > [class*='uk-width-'] {
    padding-left: 5px;
}
.uk-grid {
    margin: 0 ;
}
.uk-breadcrumb {
    border-bottom: 1px solid #E5E5E5;
    line-height: 24px;
}
.uk-form-controls{
    position: relative;
}
[class*="uk-icon-"]:before{
    line-height: inherit;
}
.uk-datatable .uk-table{
    border: 1px solid #E5E5E5;
    font-size: 12px;
    margin:0;
}
.uk-datatable .uk-table th, .uk-table td {
    border-left: 1px solid #DDDDDD;
}
.uk-datatable .uk-table thead th {
    background: none repeat scroll 0 0 #009DD8;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/**-----------------------------------ki.alert--------------------------------------------------------*/
.ki-cover {
    background-color: #000000;
    opacity: 0.8;
    position: fixed;
    z-index: 1040;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ki-loading{
    cursor: default;
    left: 48%;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 40%;
    width: 5%;
    z-index: 1040;
    color:white;
}
.ki-dialog {
    position: fixed;
    z-index: 1050;
    top: 50px;
    left: 50%;
    opacity: 1;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 550px;
    margin-left: -275px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.ki-inner p {
    line-height: 1.5em;
    margin: 0;
    padding: 2em;
}
.ki-message .ki-icon {
    float: left;
    font-size: 4em;
    margin-right: 0.25em;
    vertical-align: middle;
    color: #E28327;
}
.ki-message {
    padding: 15px;
    margin: 0;
}
.ki-text-wrapper {
    padding: 0 15px;
}
.ki-text {
    color: #555;
    padding: 8px;
    background-color: #FFF;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
}
.ki-text:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); 
}
.ki-text {
    margin-bottom: 15px;
    width: 100%;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ki-button,
.ki-button:hover,
.ki-button:active,
.ki-button:visited {
    margin-left: 5px; 
}
.ki-button:focus {
    outline: none;
    box-shadow: 0 0 5px #2b72d5; 
}
.ki-buttons {
    padding: 14px 15px 15px;
    background: #F5F5F5;
    border-top: 1px solid #dddddd;
    border-radius: 0 0 0 0;
    box-shadow: inset 0 1px 0 white;
    text-align: right; 
}
.ki-cover-hidden {
    display: none; 
}
.ki-dialog-hidden {
    opacity: 0;
    display: none;
    -webkit-transform: translate(0, -150px);
    -moz-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    -o-transform: translate(0, -150px);
    transform: translate(0, -150px); 
}

:root * > .ki-dialog-hidden {
    display: block; 
}

.ki-logs {
    position: fixed;
    z-index: 1030; 
    top: 48px;
    right: 8px;
    width: 300px; 
}
.ki-log{
    position: relative;
    display: block;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ki-log-hide {
    right: -300px; 
}
.ki-log-show {
    right: 0; 
}
:root * > .ki-log-hide {
    display: block; 
}
@media only screen and (max-width: 680px) {
    .ki-dialog {
        width: 90%;
        left: 5%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    } 
}
/**-----------------------------------ki.datepicker--------------------------------------------------------*/
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    width: 260px;
}
.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}
.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}
.datepicker > div {
    display: none;
}
.datepicker table {
    width: 100%;
    margin: 0;
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
}
.datepicker td.day:hover,
.datepicker td span:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker td.old, 
.datepicker td.new,
.datepicker td span.old {
    color: #999999;
}
.datepicker td.active, 
.datepicker td.active:hover,
.datepicker td span.active {
    background: #009dd8;
    color: #ffffff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.datepicker td span {
    cursor: pointer;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 2px;
    width: 53px;
}
.datepicker th.switch {
    width: 145px;
}
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}