/* Nubeprint PANEL - theme.css */

/* Languages at Login (visible/none) */
#loginlang {
 display:visible;
}

#header {
 border:0
}

/* Sidebar width */
#sidebar {
 width:210px;
 border-right:0px;
}

/* Font */
.ui-widget {
 font-family: Arial;
}

/* General background */
body {
 background-color:#00a7c5; /* #0054b7; */
}

/* Focus boxes and buttons */
input:focus {
 border:1px solid red;
}
.ui-button:focus {     
 color:#00a7c5; 
}

/* PopUp hints */
.hint {
 color:#00a7c5; 
 font-size:0.9em;
}

/* Sidebar buttons and titles */
.sidebut, .allproline {
 /*color:#00a7c5;*/
 background-color: #fff; 
}
.colsbox .ui-widget-header {
 border: 1px solid #aaa;
 color:#00a7c5; 
 background: #eee;
}
#qab, #crepro {
 background: whitesmoke;
 border: 1px solid #aaa; 
 color:#00a7c5; 
}

/* Projects tree */
.jstree li a {
 font-size: 0.9em;
 /*color:#0054b7;*/
 width: 100%;
}
.jstree a.jstree-clicked {
 border:0;
 background-color:#fff;
 font-weight:bold;
 text-decoration:underline;
 padding:0px;
 width:100%; 
}
.jstree a.jstree-hovered {
 background:#fff;
 border:1px solid #fff;
 font-weight:bold;
 margin-left:12px;
 color:#00a7c5; 
}
.allproline:hover {
 background:#fff;
 color:#00a7c5; 
}


/* Apps icons in top toolbar */
.viewsiconbig {
 width:40px;
}
/* Apps icons in nubestore screen */
.viewsiconhuge {
 max-width:42px;
 max-height:42px;
}

/* NubeStore bars (visible/hidden) */
.nubestorebar {
 visibility:visible;
 font-size:0.9em;
 padding:6px 8px;
 margin:9px 0px;
 width:170px;
 color:#00a7c5; 
 background:#eee;
 -webkit-border-radius:4px;
 border-radius:4px;
}
.nubestorediv .ui-buttonset .ui-button {
 font-size:0.9em;
}
.nubestorediv .ui-buttonset .ui-button a {
 color:#00a7c5; 
}
.nubestorediv .ui-buttonset .ui-button.ui-state-hover a {
 color:red;
}

/* Toolbar*/
.toolbardiv .ui-buttonset .ui-button {
 font-size:0.9em;
 font-weight:normal;
 width:120px;
 height:70px;
 padding:0;
 padding-bottom:1px;
 background:whitesmoke;
 -webkit-border-radius:8px;
 border-radius:8px;
 border:1px solid #ddd;
}
.toolbardiv .ui-buttonset .ui-button a {
 color:#00a7c5; 
}
.toolbardiv .ui-buttonset .ui-button.ui-state-hover {
 background:white;
}
.toolbardiv .ui-buttonset .ui-button.ui-state-hover a {
 color:red;
}

/* PopUp Windows */
.colsbox .ui-widget-header {
 color:#00a7c5; 
 background: #eee;
}
.colsbox {
 border-color:#00a7c5; 
}
.helpbox .ui-widget-header {
 color:#00a7c5; 
 font-variant:normal;
}
.helpbox .ui-widget-content {
 color:#1a4a77;
 font-size: 0.9em;
}
.usertit {
 color:white;
 background-color:#00a7c5; 
}



