.icon-size-large{
    font-size: 90px;
}
.sidebar .icon-size-large{
    font-size: 45px;
    color: #444;
}
.dropdown-menu>li>a.btn-danger{
    color: #fff;
}
.dropdown-menu>li>a.btn-danger:hover{
    color: #333;
}

.nested_rows_table .nested_row{
    display: none;
}
.nested_rows_table .nested_row TD{
    padding-left: 25px;
}

.kv-grid-toolbar .grid-bulk-actions{
    display: inline-block;
}
.kv-grid-toolbar .grid-bulk-actions select{
    display: inline;
    width: auto;
}
.kv-grid-toolbar .grid-bulk-actions .grid-bulk-ok-button{
    float: right;
    display: inline;
}

.bootstrap-touchspin{
    width: 100%;
    border-radius: 0;
}
.bootstrap-touchspin INPUT{
    border-radius: 0 !important;
    box-shadow: none;
    border-color: #d2d6de;
}

.kv-grid-table a.asc:after, .kv-grid-table a.desc:after {
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-left: 5px;
}
.kv-grid-table a.asc:after{
    content: "\f160";
}
.kv-grid-table a.desc:after{
    content: "\f161";
}


.file-preview-image{
    max-width: 100%;
}


.dd3-content{
    height: auto;
    border-radius: 0;
    background: transparent;
}
.dd3-content .btn-group{
    margin-top: -6px;
}
.dd3-content .btn-group .btn{
    padding: 5px;
}
.dd-item > button{
    height: 22px;
    font-size: 20px;
}
.dd3-handle{
    height: 32px;
    background: transparent;
}
.dd3-handle:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0b2";
    color: #000;
    font-size: 14px;
    padding: 5px;
}

.dd-empty{
    display: none;
}

.grid-view .top_scroll_bar{
    width: 100%;
    height: 17px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.grid-view .top_scroll_bar .cont{
    height: 17px;
}