/**
 * File contains Arinas Platform IDE project specific CSS definitions.
 * They may be reused in Arinas Platform Management Console or Default request handler.
 */

BODY.theme-desk {
    background-color: darkslategray;
}

BODY.theme-debugger {
	background: #eee url('../../base/img/desk-debugger-golden.jpg') fixed;
	background-size: 2335px auto;
	color: gainsboro;
}

/****************************
 * Tabs                     *
 ****************************/
.tabs {
    /*width:100%;*/
    /*display:inline-block;*/
}
 
/*----- Tab Links -----*/
.tab-links {
	margin: 0;
}
/* Clearfix */
.tab-links:after {
    display:block;
    /*clear:both;*/
    content:'';
}

.tab-links li {
    margin:0px 3px;
    float:left;
    list-style:none;
}

.tab-links a {
    padding: 3px 10px;
    display:inline-block;
    border-radius:5px 5px 0px 0px;
    background:#7FB5DA;
    font-size: 12px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
}

.tab-links a:hover {
    background:#a7cce5;
    text-decoration:none;
}

li.active a, li.active a:hover {
    background:#fff;
    color:#4c4c4c;
}

#saveMessage B {
    color: gold;
}

#saveMessage EM {
    color: lightgreen;
}

/*----- Content of Tabs -----*/
.tab-content {
    /*padding:15px;
    border-radius:3px;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background:#fff;*/
}

.tab {
    display:none;
}

.tab.active {
    display:block;
}


/*******************
 * Tree node icons *
 *******************/
.jstree-default .jstree-icon:empty.node-icon {
    width: 18px;
}

.jstree-icon.node-icon.arinas-package {
    background: url('../img/silkicons/box.png') left center no-repeat;
}

.jstree-icon.node-icon.arinas-module {
    background: url('../img/silkicons/brick.png') left center no-repeat;
}

.jstree-icon.node-icon.arinas-operation {
    background: url('../img/silkicons/cog_go.png') left center no-repeat;
}

.jstree-icon.node-icon.arinas-template {
    background: url('../img/silkicons/html.png') left center no-repeat;
}

.jstree-icon.node-icon.arinas-sql {
    background: url('../img/silkicons/database_edit.png') left center no-repeat;
}

.jstree-icon.node-icon.arinas-style {
    background: url('../img/silkicons/css.png') left center no-repeat;
}

.jstree-icon.node-icon.arinas-script {
    background: url('../img/silkicons/page_white_code_red.png') left center no-repeat;
}
