﻿
/*.container {
    height: 80px;
    width: 600px;
    overflow-x: auto;
    overflow-y: hidden; 
    white-space: nowrap;
}*/
.inner-1, .inner-2, .inner-3 {
    height: 60px;
    max-width: 250px;
    display: inline-block; /* this should fix it */
}
.form-control.form-title {
    background-color: #3e4a3d73;
    color: white;
    height: 40px;
}
.htmicons {
    border-radius: 10px;
    opacity: 0.5;
    width: 120px;
    padding: 0;
    height: 40px;
    top: 30px;
    position: fixed;
    margin-right: 110px;
    padding-right: -70px;
}

.iconstree {
    margin-right: -30px;
}

    .iconstree li {
        width: 20%;
        position: relative;
        height: 40px;
        border: 1px;
        display: inline;
        margin-bottom: 20px;
    }

        .iconstree li img {
            width: 20%;
            height: 30px;
            border: 1px;
            display: inline;
            margin-bottom: 20px;
        }

            .iconstree li img:hover {
                cursor: pointer;
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
                border-bottom: 1px solid #f15a29 !important;
            }

.demo-section pre {
    font-size: 12px;
    width: 100%;
    white-space: pre-wrap;
}

.files h3 {
    color: #787878;
    border-bottom: 1px solid #ccc;
    padding-bottom: .4em;
    margin-bottom: .4em;
}

.files .k-treeview {
    height: 300px;
}

.files .k-sprite {
    background-image: url('../Content/Image/coloricons-sprite.png');
}

.rootfolder {
    background-position: 0 0;
}

.folder {
    background-position: 0 -16px;
}

.pdf {
    background-position: 0 -32px;
}

.html {
    background-position: 0 -48px;
}

.rootfolder {
    background-position: 0 0;
}

.folder {
    background-position: 0 -16px;
}

.pdf {
    background-position: 0 -32px;
}

.html {
    background-position: 0 -48px;
}

.image {
    background-position: 0 -64px;
}

.k-sprite.gc {
    background-position: 0 -94px;
}

.k-sprite.pc {
    background-position: 0 -94px;
}


.k-sprite.u {
    background-position: 0 -74px;
}



.k-rtl .k-treeview .k-i-collapse, .k-rtl .k-treeview .k-i-expand {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    /* transform: scaleX(-1); */
    margin-left: 0;
    margin-right: -16px;
}

.k-sprite {
    background-image: url('../Content/Image/coloricons-sprite.png');
}

.k-treeview .k-icon {
    background: url('../Content/Image/icon_befor.png')center center;
}

    .k-treeview .k-icon.k-minus {
        background: url('../Content/Image/icon_after.png')center center;
    }

.upload-image-wrapper .k-button.k-upload-button {
    width: 100%;
    color: white;
    background: #3576fd;
}
