/*
    iRoom framework demo theme
    ================================================================================== */


/*
    demo full-page
    ------------------------------------ */
body.fixed-menu #menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

body.fixed-menu > section#page > section {
    padding-top: 64px;
}

#demo-full-page h1 {
    color: #3498DB;
    text-transform: none;
    font-weight: 400;
    font-size: 75px;
}

@media only screen and (max-width: 600px) {
    #demo-full-page h1 {
        font-size: 40px;
    }
}

#demo-full-page a[href="#menu"] {
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(100vh - 70px);
}

/*
    paletton
    ------------------------------------ */
ul.paletton {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.paletton li {
    display: block;
    height: 50px;
    padding: 0 10px;
}

ul.paletton p {
    margin: 0;
    vertical-align: middle;
    line-height: 50px;
}

/*
    icons
    ------------------------------------ */
#icons div p {
    color: #3498DB;
    font-size: 28px;
}

#icons div p i {
    margin: 15px;
}

/*
    treeview
    ------------------------------------ */
.treeview-wrapper {
    padding: 16px;
    background-color: #F3F3F3;
    border-radius: 4.8px;
}

.treeview-container {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.sui-treeview {
    background: none!important;
}

.treeview-container li {
    color: #000000;
}

.treeview-container i {
    font-size: 1.65em;
}

.treeview-container i.fa-folder-open {
    color: #F2CC72;
}

.treeview-container i.fa-archive {
    color: #EAAD54;
}

/*
    grid
    ------------------------------------ */
.demo-grid .row,
.demo-grid .row-g {
	border: 1px solid #3498DB;
}

.demo-grid .row > * ,
.demo-grid .row-g > * {
	border: 1px solid #F3F3F3;
	background-color: #3498DB;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

/*
    code highlighting
    ------------------------------------ */
pre {
    color: #7b8a8b!important;
    background-color: #ecf0f1!important;
    border: 1px solid #ccc;
    padding: 0!important;
}

code[class*="language-"], pre[class*="language-"] {
    color: #666666!important;
    text-shadow: none!important;
}

.token.punctuation {
    color: #444444!important;
}

.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
    color: #00CC00!important;
}

.token.atrule, .token.attr-value, .token.function {
    color: darkorange!important;
    text-shadow: none;
}

.token.url {
    color: blue!important;
}

/*
    miscellaneous
    ------------------------------------ */
article {
    padding-bottom: 25px;
}

.demo-container > * {
    border: 1px solid #EEEEEE;
}

.demo-align-content .row {
    min-height: 450px;
}


