﻿.menu_icon {
    width: 38px !important;
    font-size: 25px;
}



#sidebar_main .menu_section > ul > li ul a {
    padding:8px 10px 8px 24px;
}
.md-input-filter {
    border: 1px solid #e0dcdc;
    padding: 9px 10px;
    width: 98%;
    box-sizing: border-box;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(5, 13, 117, 0.42);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.k-grouping-header {
    background: #fafafa !important;
    color: #757575 !important;
}

.kategori-photo {
    width: 100px;
    margin-right: 16px;
}

.k-i-collapse {
    background-position: 0 -194px;
}

.k-i-expand {
    background-position: 0 -224px;
}

.kategori-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.kategori-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.margin-top {
    margin-top: 10px;
}

.dropify-wrapper {
    width: auto !important;
}


.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
}

    .dropdown-header > span {
        display: inline-block;
        padding: 10px;
    }

        .dropdown-header > span:first-child {
            width: 50px;
        }

.k-list-container > .k-footer {
    padding: 10px;
}

.selected-value {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
}

#category-list .k-item {
    line-height: 1em;
    min-width: 300px;
}

.k-center {
    text-align: center !important;
}

/* Material Theme padding adjustment*/

.k-material #category-list .k-item,
.k-material #category-list .k-item.k-state-hover,
.k-materialblack #category-list .k-item,
.k-materialblack #category-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

#category-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 10px 5px;
}

    #category-list .k-item > span:first-child {
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        box-shadow: inset 0 0 30px rgba(0,0,0,.3);
        margin: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

#category-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

#category-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

.alert {
    border: 1px solid #CCC;
    padding: 10px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 0px !important;
    box-sizing: border-box;
}

    .alert .close {
        background: none;
        border: none;
        font-size: 24px;
        position: absolute;
        right: 4px;
        top: 5px;
    }

.alert-danger {
    background: #f9acac;
    color: black;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.show-after-load {
    display: none;
}

.parsley-errors-list {
    font-size: 12px;
}

body {
    background: #ececec !important;
}

.no-margin {
    margin: 0px !important;
}

.no-white .k-block, .no-white .k-widget {
    background-color: inherit;
}

.md-btn .material-icons {
    color: #fff;
}

.material-icons {
    color: #fff;
}

.login_page {
    background: url('../Content/resim/login_bacg.png') !important;
}

.login_page .user_avatar {
    background: url('../Content/resim/login_logo.png') !important;
    background-repeat: no-repeat !important;
    background-position: 40% 20px !important;
}





