﻿

/************* Panel with title bar ************/
.panel-base {
}

.panel-titlebar {
	width: 100%;
    overflow: hidden;
    height: 25px;
}

.panel-titlebar-text {
	float: left;
	padding-left:10px;
	padding-top:3px;
}

.panel-titlebar-button-close {
    display:none;
	float: right;
	padding-top:5px;
	padding-right:8px;
}

.panel-titlebar-button-close:hover {
    cursor: pointer;
    float: right;
	padding-top:5px;
	padding-right:8px;
}

.panel-content {
	width: 100%;
}

.panel-content * {
        /* margin: 0px; */
}

/***************** Floating dialog box ****************/
.dialog-floating {
	position: absolute;
}

/************ Resize decorator ************/
.resize-handle {
	position: absolute;
	width: 6px;
	height: 6px;
}

.resize-handle-corner {
	position: absolute;
	width: 12px;
	height: 12px;
}

.resize-handle-e { cursor: e-resize; }
.resize-handle-w { cursor: w-resize; }
.resize-handle-s { cursor: s-resize; }
.resize-handle-n { cursor: n-resize; }
.resize-handle-ne { cursor: ne-resize; }
.resize-handle-nw { cursor: nw-resize; }
.resize-handle-se { cursor: se-resize; }
.resize-handle-sw { cursor: sw-resize; }


/******************* Dock Manager ********************/
.dock-container {
}

.dock-container-fill {
}

/******************* Document Manager ********************/
.document-manager {
}


/******************* Dock Wheel ********************/
.dock-wheel-base {
	position: absolute;
}

 .dock-wheel-item {
	position: absolute;
	width:32px;
	height:32px;
}

.dock-wheel-fill {
	margin-left: -16px;
	margin-top: -16px;
}

.dock-wheel-left {
	margin-left: -48px;
	margin-top: -16px;
}

.dock-wheel-right {
	margin-left: 16px;
	margin-top: -16px;
}

.dock-wheel-top {
	margin-left: -16px;
	margin-top: -48px;
}
.dock-wheel-down {
	margin-left: -16px;
	margin-top: 16px;
}

.dock-wheel-panel-preview {
	position: absolute;
	background-color:rgba(128, 128, 255, 0.5);
}

.dock-wheel-fill-icon { background:url(./images/dock_fill.png) 0 0; }
.dock-wheel-left-icon { background:url(./images/dock_left.png) 0 0; }
.dock-wheel-right-icon { background:url(./images/dock_right.png) 0 0; }
.dock-wheel-top-icon { background:url(./images/dock_top.png) 0 0; }
.dock-wheel-down-icon { background:url(./images/dock_bottom.png) 0 0; }

.dock-wheel-fill-icon-hover { background:url(./images/dock_fill_sel.png) 0 0; }
.dock-wheel-left-icon-hover { background:url(./images/dock_left_sel.png) 0 0; }
.dock-wheel-right-icon-hover { background:url(./images/dock_right_sel.png) 0 0; }
.dock-wheel-top-icon-hover { background:url(./images/dock_top_sel.png) 0 0; }
.dock-wheel-down-icon-hover { background:url(./images/dock_bottom_sel.png) 0 0; }

/**************************** Splitter *********************************/
.splitter-container-horizontal {
	float:left;
}

.splitter-container-vertical {
}

.splitbar-horizontal {
	width:100%;
	height:5px;
	cursor:n-resize;
}

.splitbar-vertical {
	width:5px;
	height:100%;
	float:left;
	cursor:e-resize;
}

.splitbar-horizontal-ghoust{
	width:100%;
	height:5px;
	cursor:n-resize;
	position:absolute;
}
.splitbar-vertical-ghoust {
	width:5px;
	height:100%;
	position:absolute;
	cursor:e-resize;
}


/*************************** Tab Host ********************************/
.tab-host {
}

.tab-content {
}

.tab-content * {
}

.tab-handle {
	position: relative;
	height: 22px;
	float: left;
	overflow: hidden;
	pointer: default;
    padding-left: 5px;
    padding-right: 5px;
}
.tab-handle:hover {
        cursor: pointer;
}


.tab-handle-text {
	margin-top: 3px;
	margin-left: 6px;
	margin-right: 6px;
	white-space: nowrap;
    overflow: hidden;
	float: left;
    font-size: 13px;
    
}

.tab-handle-close-button {
    
	margin-top: 3px;
	margin-right: 6px;
	float: right;
}

.tab-handle-close-button:hover {
}

.tab-handle-list-container {
	height: 22px;
	overflow: hidden;
}

.tab-handle-content-seperator {
	height: 4px;
}

/*************************** Text Selection **************************/
.disable-selection {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        cursor: default;
}


/************************ Misc Utils *************************/
.full-screen {
	display:block;

        /*set the div in the top-left corner of the screen*/
        top:0;
        left:0;

        /*set the width and height to 100% of the screen*/
        width:100%;
        height:100%;
}

.rounded-corner-top {
	/*border-top-right-radius: 10px;
	border-top-left-radius: 10px;*/
}

/******************* Dock Wheel ********************/
.dock-wheel-base {
}

.dock-wheel-item {
}

.dock-wheel-fill {
}

.dock-wheel-left {
}

.dock-wheel-right {
}

.dock-wheel-top {
}

.dock-wheel-down {
}

.dock-wheel-panel-preview {
	position: absolute;
	background-color:rgba(128, 128, 255, 0.5);
}

.dock-wheel-fill-icon { background:url(./images/dock_fill.png) 0 0; }
.dock-wheel-left-icon { background:url(./images/dock_left.png) 0 0; }
.dock-wheel-right-icon { background:url(./images/dock_right.png) 0 0; }
.dock-wheel-top-icon { background:url(./images/dock_top.png) 0 0; }
.dock-wheel-down-icon { background:url(./images/dock_bottom.png) 0 0; }

.dock-wheel-fill-icon-hover { background:url(./images/dock_fill_sel.png) 0 0; }
.dock-wheel-left-icon-hover { background:url(./images/dock_left_sel.png) 0 0; }
.dock-wheel-right-icon-hover { background:url(./images/dock_right_sel.png) 0 0; }
.dock-wheel-top-icon-hover { background:url(./images/dock_top_sel.png) 0 0; }
.dock-wheel-down-icon-hover { background:url(./images/dock_bottom_sel.png) 0 0; }



/************* Panel with title bar ************/
.panel-base {
}



.panel-titlebar-text {
	font-size:13px;
	color:white;
}

.panel-titlebar-button-close {
	font-weight: bold;
	color:#aaa;
}

.panel-titlebar-button-close:hover {
	font-weight: bold;
	color:#fff;
}

.panel-content {
	background-color: #FFF;
}

.panel-content * {
}

/***************** Floating dialog box ****************/
.dialog-floating {
	box-shadow: 5px 5px 20px #000;
}

/************ Resize decorator ************/
.resize-handle {
}

.resize-handle-corner {
}

.resize-handle-e  {  }
.resize-handle-w  {  }
.resize-handle-s  {  }
.resize-handle-n  {  }
.resize-handle-ne {  }
.resize-handle-nw {  }
.resize-handle-se {  }
.resize-handle-sw {  }


/******************* Dock Manager ********************/
.dock-container {
	background-color: #888;
}

.dock-container-fill {

}

/******************* Document Manager ********************/
.document-manager {
	background-color: #666;
}



/**************************** Splitter *********************************/
.splitter-container-horizontal {
}

.splitter-container-vertical {
}

.splitbar-horizontal {
	background-color: #898989;
}

.splitbar-vertical {
	background-color: #898989;
}

.splitbar-horizontal-ghoust{
	background-color: #ffcc00;
}
.splitbar-vertical-ghoust {
	background-color: #ffcc00;
}


/*************************** Tab Host ********************************/
.tab-host {
	background-color: #666;
}

.tab-content {
	background-color: white;
}

/*.tab-content * {
    margin: 0px;
}*/






.tab-handle-text {
}

.tab-handle-close-button {
}

.tab-handle-close-button:hover {
	color:#fff;
}

.tab-handle-list-container {
	background-color: #E8E8E8;
}



/*************************** Text Selection **************************/
.disable-selection {
}


/************************ Misc Utils *************************/
.full-screen {
}

.rounded-corner-top {
	/*border-top-right-radius: 10px;
	border-top-left-radius: 10px;*/
}

/*ACUTA Styles*/
.splitbar-vertical +.panel-base.splitter-container-horizontal{
    display:block !important;
}

.splitbar-horizontal +.panel-base.splitter-container-vertical{
    display:block !important;
}

.panel-content #cumulative_viewt {
    display: block !important;
}

.panel-content #globalcv {
    display: block !important;
}

.panel-content #coredossier {
    display: block !important;
}

.panel-content #sequence_Viewt {
    display: block !important;
}

.panel-content #forlder_viewt {
    display: block !important;
}

.panel-content #folder_viewt {
    display: block !important;
}

.panel-content #current_viewt {
    display: block !important;
}
.panel-content #legacyreport_viewt {
	display: block !important;
}
