Files
Phraseanet/resources/www/prod/skin-000000.scss

4992 lines
93 KiB
SCSS

$imagesPath: '';
$col1: #3b3b3b;
$col2: #1a1a1a;
$imagesPath: '../../../skins/prod/000000/images/';
$skinsPath: '../../../skins/';
$iconsPath: '../../../skins/icons/';
/******* GLOBAL PROD **********************************************************/
::-webkit-scrollbar-track
{
border-radius: 0;
background-color: #080808;
}
::-webkit-scrollbar {
width: 6px;
border-radius: 0;
}
::-webkit-scrollbar-thumb {
border-radius: 0;
width: 3px;
background-color: $col1;
}
::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
::-webkit-scrollbar-corner {
background-color: transparent;
}
html {
border: medium none;
height: 100%;
margin: 0;
padding: 0;
z-index: 1;
}
html, body {
font-size: 12px;
z-index: 1;
}
#desktop {
min-width: 1100px;
}
*::-moz-selection, *::selection{
background: #FFFFFF;
color: black;
}
input::selection, textarea::selection,
input::-moz-selection, textarea::-moz-selection {
background: #404040;
color: #FFFFFF;
}
label {
color: #FFFFFF;
}
legend {
color: #FFFFFF;
width: auto;
border: none;
}
EM {
FONT-STYLE: normal;
BACKGROUND-COLOR: #D82400;
}
.clickable {
cursor: pointer;
}
.diapo.selected {
cursor: url('#{$iconsPath}cursor-move.png'), -moz-grab;
}
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
font-weight: normal;
}
.ui-widget-overlay {
background-image: none;
}
.ui-widget-content.ui-autocomplete {
background-color: black;
background-image: none;
z-index: 650;
}
.ui-widget-content.ui-autocomplete .ui-state-hover,
.ui-widget-content.ui-autocomplete .ui-widget-content .ui-state-hover,
.ui-widget-content.ui-autocomplete .ui-widget-header .ui-state-hover,
.ui-widget-content.ui-autocomplete .ui-state-focus,
.ui-widget-content.ui-autocomplete .ui-widget-content .ui-state-focus,
.ui-widget-content.ui-autocomplete .ui-widget-header .ui-state-focus {
border : 1px solid #FFFFFF;
}
body {
color: #FFFFFF;
background-color: $col2;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}
#maincontainer {
min-width: 970px;
min-height: 500px;
}
#mainContent {
top: 40px;
min-width: 960px;
overflow-x:auto;
overflow-y:auto;
}
.PNB {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#rightFrame {
min-width: 660px !important;
}
.PNB .ui-corner-top {
top: 77px;
}
div#PREVIEWTITLEWRAPPER {
top: 10px;
}
.PNB10 {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
}
.minilogo {
max-height: 20px;
}
.ww_window .ww_content {
overflow-x: hidden;
overflow-y: auto;
}
.boxCloser {
cursor: pointer;
color: rgb(204, 204, 204);
font-weight: bold;
font-size: 12px;
text-align: right;
text-decoration: underline;
height: 16px;
}
.ww_status {
background-image: url('#{$imagesPath}ww_title.gif');
background-repeat: repeat-x;
color: #0077bc;
font-size: 8pt;
}
span.ww_winTitle {
letter-spacing: 1px;
color: #0077bc;
font-size: 8pt;
font-weight: bold;
}
.ui-dialog .ui-dialog-content.loading, .loading {
background-image: url('#{$iconsPath}loader000.gif');
background-position: center center;
background-repeat: no-repeat;
}
#divpage {
background-color: #212121;
padding: 10px 0;
margin: 0 10px;
}
.desktop {
background-position: center center;
left: 0px;
overflow: hidden;
position: absolute;
top: 0px;
}
.ui-helper-reset {
line-height: auto;
}
.ui-tabs .ui-tabs-nav li a {
padding: 3px 5px 0;
}
#idFrameC {
top: 0 !important;
min-width: 300px;
bottom: 0 !important;
}
#idFrameC.closed {
min-width: 0;
}
#idFrameC #retractableButton {
cursor: pointer;
width: 70px;
height: 85px;
float: right;
text-align: center;
line-height: 70px;
margin-bottom: -20px;
background: url("/skins/icons/workzoneEscamote.png") 30px 36px no-repeat;
}
#idFrameC.closed #retractableButton {
background: url("/skins/icons/workzoneEscamote_on.png") 30px 30px no-repeat;
}
#idFrameC .wrapper {
background-color: $col1;
right: 10px;
border-top: 1px solid #000;
}
.ui-tabs {
background-color: tranparent;
padding: 0;
border-style: none;
}
.ui-tabs .ui-tabs-nav {
border: none;
padding: 0px;
}
#sizeAns_slider, #nperpage_slider, #EDIT_ZOOMSLIDER {
background-color: #666666;
border-color: #666666;
height: 10px;
}
#sizeAns_slider .ui-slider-handle, #nperpage_slider .ui-slider-handle,
#EDIT_ZOOMSLIDER .ui-slider-handle {
background-color: $col2;
width: 8px;
cursor: col-resize;
}
.ui-widget-header {
background: none;
border: transparent 0px none;
}
.ui-tabs .ui-tabs-nav li {
background-color: #666666;
height: 30px;
border: none;
overflow: hidden;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
background-color: #404040;
border: none;
}
#idFrameC .ui-tabs .ui-tabs-nav li {
width: auto;
height: 85px;
display: inline-block;
background-color: $col1;
z-index: 10;
}
#idFrameC .ui-tabs .ui-tabs-nav li.proposals_WZ.ui-state-active a {
border-bottom: 3px solid #4c5d84;
}
#idFrameC .ui-tabs .ui-tabs-nav li.thesaurus.ui-state-active a {
border-bottom: 3px solid #884c92;
}
#idFrameC .ui-tabs .ui-tabs-nav li.baskets.ui-state-active a {
border-bottom: 3px solid #076882;
}
#idFrameC .ui-tabs #thesaurus_tab li a {
color: #FFFFFF;
}
#idFrameC .ui-tabs #thesaurus_tab li.th_tab a {
height: 43px;
line-height: 43px;
vertical-align: middle;
margin: 0;
padding: 0 20px;
display: block;
text-decoration: none;
}
#idFrameC .ui-tabs #thesaurus_tab li.th_tab .ui-state-active {
border-bottom: 1px solid #884c92;
}
#idFrameC .ui-tabs #thesaurus_tab li.th_tab {
height: 43px;
margin: 0;
}
#THPD_T, #THPD_C {
margin-top: 10px;
margin-left: 0px;
}
#THPD_WIZARDS .gform .input-append {
width: 100%;
margin: 0;
padding: 0;
border: 1px solid #303030;
border-top: none;
}
#THPD_WIZARDS .gform .input-append input.input-medium {
width: 80%;
border-radius: 0;
height: 50px;
padding: 0 2.5%;
background: #ededed;
border: none;
float: left;
margin: 0;
}
#THPD_WIZARDS .gform .input-append .th_ok {
width: 15%;
line-height: 50px;
vertical-align: middle;
padding: 0;
border-radius: 0;
background: $col1 url('#{$skinsPath}icons/icon_magnify.png') 50% no-repeat;
border: none;
margin: 0;
outline:none;
float: left;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
}
#THPD_WIZARDS .gform .input-append .th_clear {
position: relative;
z-index: 1000;
float: right;
margin: -50px 15% 0 0;
display: none;
width: 30px;
line-height: 50px;
padding: 0;
border-radius: 0;
background: url('#{$skinsPath}icons/icon_clear_search.png') 50% no-repeat;
border: none;
outline: none;
box-shadow: none;
-webkit-appearance: none;
}
.treeview li {
background-image: none;
}
.treeview>li.expandable {
min-height: 50px;
line-height: 47px;
vertical-align: middle;
position: relative;
background: none;
padding-top: 0;
padding-bottom: 0;
border-bottom: 1px solid #303030;
}
.treeview>li.expandable>.hitarea {
height: 51px;
background: url('#{$skinsPath}icons/sprite_tree_first.png') 99% 22px no-repeat;
border-left: 5px $col1 solid;
}
.treeview>li.expandable>.hitarea:hover,
.treeview>li.expandable>.hitarea.active {
border-left: 5px #884c93 solid;
}
.treeviewul li {
color: #a1a1a1;
vertical-align: middle;
}
.treeview .hitarea {
background: none;
width: 100%;
height: 100%;
position: absolute;
}
.treeview ul li .hitarea {
background: url('#{$skinsPath}icons/icon_tree.png') 0 0 no-repeat;
position: relative;
height: 9px;
width: 9px;
margin-top: 5px;
}
.treeview ul li:hover {
color: #FFFFFF;
}
.treeview ul li span.h {
color: #884c92 !important;
}
.treeview ul li span {
color: #a6a6a6;
}
#THPD_T_treeBox {
font-size: 0.85em;
}
#THPD_T_treeBox {
overflow-x: hidden;
overflow-y: hidden;
}
#THPD_T_treeBox>div {
width: 100%;
display: inline-block;
}
#THPD_T_treeBox:hover {
overflow-y: auto;
}
#THPD_T_treeBox::-webkit-scrollbar-track
{
border-radius: 0;
background-color: #1f1f1f;
}
#THPD_T_treeBox::-webkit-scrollbar {
width: 6px;
background-color: #474747;
display: none;
}
#THPD_tabs .treeview LI.selected SPAN {
background-color: #884c92 !important;
color: #FFFFFF !important;
}
#THPD_tabs .treeview ul li.expandable {
}
#idFrameC .ui-tabs .ui-tabs-nav li {
border-radius: 0;
}
#idFrameC .ui-tabs .ui-tabs-nav li a {
padding: 0;
margin: 0;
border-radius: 0;
}
#idFrameC .ui-tabs .ui-tabs-nav li a.escamote {
margin:25px 25px 0 0;
}
#idFrameC .ui-tabs .ui-tabs-nav li:hover a {
background-color: #666666;
}
#idFrameC .ui-tabs .ui-tabs-nav li.ui-state-active a {
background-color: #333;
border-bottom: 1px solid #884c92;
height: 82px;
}
#idFrameC ul.icon-menu {
width: 100%;
}
#idFrameC .icon-menu .WZbasketTab {
display: block;
background-image: url("/skins/icons/workzone32.png");
background-repeat: no-repeat;
background-position: 9px 21px;
width: 70px;
height: 82px;
}
#idFrameC .icon-menu .WZtabs {
display: block;
width: 70px;
height: 82px;
line-height: 82px;
vertical-align: middle;
text-align: center;
}
#basket_menu_trigger {
padding: 32px 7px 0 0;
float: right;
font-size: 9px;
cursor: pointer;
}
#idFrameC.closed .icon-menu li {
clear: left;
}
#idFrameC.closed .ui-tabs-panel,
#idFrameC.closed .ui-resizable-handle {
display: none;
}
#idFrameC li.proposals_WZ.active img.proposals_off,
#idFrameC li.proposals_WZ img.proposals_on {
display: none;
}
.ui-tabs .ui-tabs-nav li a {
padding: 10px 8px;
font-size: 0.8em;
font-weight: normal;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
cursor: pointer;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
overflow-x: hidden;
overflow-y: auto;
display: block;
border-width: 0;
padding: 0px;
background-color: $col1;
}
.ui-tabs .ui-tabs-panel.tabBox {
height: 405px;
overflow: auto;
position: relative;
padding: 10px;
}
.ui-tabs .ui-tabs-hide {
display: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
background: none;
}
.ui-tabs li.ui-state-active a, .ui-state-active a:link, .ui-state-active a {
color: #EAEAEA;
font-weight: bold;
font-size: 0.8em;
}
.ui-state-active, .ui-widget-content .ui-state-active {
background: none;
}
.ui-widget-content {
background-image: none;
background-color: transparent;
}
.ui-dialog.ui-widget-content {
background-color: #111111;
}
.ui-accordion .ui-accordion-content {
padding: 0;
min-height: 120px;
border: none !important;
border-radius: 0;
}
.ui-accordion-icons .ui-accordion-header,
.ui-accordion-icons .ui-accordion-header a {
overflow: hidden;
}
.ui-accordion-icons .ui-accordion-header a {
padding: 2px 25px;
white-space: nowrap;
}
.ui-state-active .ui-icon {
background-image: url('/include/jslibs/jquery-ui-1.10.3/css/dark-hive/images/ui-icons_cccccc_256x240.png');
}
#baskets .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #FFFFFF;
font-size: 1em;
}
.ui-accordion .ui-accordion-content.loading {
background-image: url('#{$skinsPath}icons/loader000.gif');
background-position: center center;
background-repeat: no-repeat;
}
.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-content {
margin: 3px 0;
}
.ui-accordion .ui-accordion-header {
border: none;
/*background-image: url('#{$iconsPath}bask_back.png');*/
background-repeat: repeat-x;
margin-bottom: 0;
height: 44px;
line-height: 44px;
background-color: $col1;
border-bottom: 1px solid #000;
border-radius: 0;
}
.ui-accordion>div {
border-top: 1px solid #000;
}
.ui-accordion .ui-accordion-header.unread .workzone-menu-title {
font-style: italic;
font-weight: bold;
}
.ui-accordion .ui-accordion-header.header {
padding-bottom: 0;
padding-right: 0;
padding-top: 0;
margin-top: 0;
}
.ui-accordion .ui-accordion-header.header:hover {
background-color: #474747;
}
#keyboard-dialog h1 {
font-size: 14px;
font-weight: bold;
margin: 0;
text-align: left;
}
#keyboard-dialog ul {
list-style-type: none;
margin: 5px 0 20px 40px;
}
#keyboard-dialog ul li {
}
.cgu-dialog blockquote p {
margin: 10px 30px 10px 0;
}
.cgu-dialog blockquote {
margin: 10px 30px;
overflow: auto;
max-height: 400px;
}
/******* .colorpickerbox ******************************************************/
.colorpickerbox .colorpicker_submit .submiter {
padding: 3px 0 0 0;
}
.colorpickerbox .colorpicker_submit {
background-image: none;
background-color: black;
height: 25px;
left: 90px;
overflow: hidden;
position: absolute;
top: 15px;
width: 100px;
border: 1px solid #404040;
cursor: pointer;
text-align: center;
}
.colorpickerbox .colorpicker_focus {
border: 1px solid #999999;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.colorpickerbox .colorpicker_current_color,
.colorpickerbox .colorpicker_field,
.colorpickerbox .colorpicker_hex {
display: none;
}
.colorpickerbox .colorpicker_color,
.colorpickerbox .colorpicker_hue {
top: 56px;
}
.colorpickerbox .colorpicker_new_color {
left: 14px;
}
.colorpickerbox .colorpicker {
width: 210px;
height: 220px;
}
.colorpickerbox {
position: relative;
float: left;
}
/******* FORMULAIRE DE RECHERCHE **********************************************/
.searchFormWrapper {
margin: 30px 0 0 5px;
line-height: 30px;
}
#searchForm {
width: 100%;
float: left;
}
#searchForm .input-append {
float: left;
width: 50%;
}
#searchForm .control-group {
float: right;
margin-left: 0;
}
#searchForm .input-append .btn {
border:none;
}
#searchForm .input-append a.btn {
height: 22px;
width: 20px;
}
#searchForm .input-append button.btn {
height: 30px;
width: 110px;
border-left: 1px solid #242424;
}
/******* PRESENTATION DE MINIATURES *******************************************/
/*
.infoTips {
background: none !important;
width: 13px !important;
height: 10px !important;
padding-top: 4px;
margin-right: 9px;
}
*/
.contextMenuTrigger {
color: #FFFFFF;
font-size: 10px;
margin-left: 5px;
line-height: 18px;
vertical-align: middle;
}
.contextMenuTrigger:hover {
color: #FFFFFF;
}
.captionRolloverTips, .previewTips, .infoTips,
.baskAdder, .printer, .downloader, .baskDeleter {
background-image: url('#{$iconsPath}zoom.gif');
background-repeat: no-repeat;
background-position: center center;
width: 18px;
height: 18px;
float: right;
cursor: pointer;
}
.captionRolloverTips {
background-image: url('#{$iconsPath}mode_list.gif');
}
.infoTips {
background-image: url('#{$iconsPath}info.gif');
}
.baskAdder {
background-image: url('#{$iconsPath}basket.gif');
}
.baskDeleter {
background-image: url('#{$iconsPath}delete.gif');
}
.printer {
background-image: url('#{$iconsPath}print.gif');
}
.downloader {
background-image: url('#{$iconsPath}download.gif');
}
#tool_navigate input {
text-align: center;
}
#tool_navigate a {
padding: 1px 5px;
margin: 0 4px;
background-color: #0077BC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size: 12px;
line-height: 14px;
font-weight: bold;
cursor: pointer;
}
.diapo div.title {
overflow: hidden;
text-overflow: ellipsis;
}
div.diapo {
position: relative;
display: block;
float: left;
border: 1px solid #404040;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: center;
margin: 8px 5px;
}
#idFrameT #answers {
background-color: #111111;
border: 1px solid #111111;
top: 55px;
bottom: 0;
margin-right: 8px;
overflow-y: hidden;
padding-left: 10px;
}
#idFrameT #answers:hover {
overflow-y: auto;
}
#answers_status{
position: absolute;
bottom: 0px;
left: 10px;
height: 60px;
width: 400px;
z-index: 1000;
}
#answers_status table{
width: 100%;
}
#answers_status table tr{
height: 20px;
vertical-align: middle;
}
#answers_status table tr td.navigation{
text-align: right;
}
#answers_status .infos {
text-align: left;
line-height: 18px;
font-size: 11px;
color: #949494;
height: 60px;
}
#answers_status .infos .infoDialog {
float: left;
background: #0c4554;
color: #FFFFFF;
padding: 0 25px;
font-size: 11px;
padding-top: 24px;
margin-right: 10px;
height: 36px;
}
#answers_status .infos .infoDialog span {
font-size: 22px;
margin-bottom: 3px;
float: left;
margin-right: 10px;
}
#answers_status #docInfo {
height: 40px;
background: #0c4554;
color: #FFFFFF;
padding: 0 25px;
padding-top: 20px;
float: left;
min-width: 105px;
font-size: 11px;
line-height: 12px;
border-right: 1px solid #000;
}
#answers_status .infos #nbrecsel {
font-size: 22px;
margin-top: 7px;
float: left;
margin-right: 7px;
display: block;
height: 40px;
}
/******* POPOVERS *************************************************************/
#tooltip .popover {
background-color:inherit;
}
.popover-inner {
background-color: black;
border: 2px solid #444;
padding: 0px;
color: #FFFFFF;
border-radius: 4px;
}
.popover-inner .popover-title {
background-color: #404040;
border-radius: 0;
}
.popover-inner .popover-content {
background-color: #000000;
}
/******* idFrameT CSS *********************************************************/
#idFrameT {
margin-left: -20px;
margin-right: -20px;
}
.submenu .ui-buttonset {
z-index: 120;
}
#idFrameT #selectCase {
background: url('#{$skinsPath}icons/ccoch0.gif') no-repeat center center;
padding-left: 16px;
}
#idFrameT .btn-toolbar {
margin-bottom: 0px;
margin-top: 0px;
height: 30px;
background-color: $col1;
font-size:10px;
z-index:100;
height:45px;
}
#idFrameC .tools {
text-align: left !important;
}
#idFrameC .tools label {
display: inline;
margin: 0 15px 0 0;
float: left;
font-size: 11px;
color: #7f7f7f;
line-height: 22px;
vertical-align: middle;
}
#idFrameT .tools .classicButton button.btn,
#idFrameT .tools .dropdownButton {
margin: 0;
}
#idFrameT .tools:first-child .btn-group {
border-right: 1px solid #474747;
}
#idFrameT .tools .btn-group {
float: left;
}
#idFrameT .tools .classicButton button.btn,
#idFrameT .tools .dropdownButton button.btn {
height: 30px;
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#idFrameT .tools .classicButton button.btn-inverse,
#idFrameT .tools .dropdownButton button.btn-inverse {
/*
*background-color: #404040;
background-image: -ms-linear-gradient(top, #444444, #393939);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#393939));
background-image: -webkit-linear-gradient(top, #444444, #393939);
background-image: -o-linear-gradient(top, #444444, #393939);
background-image: -moz-linear-gradient(top, #444444, #393939);
background-image: linear-gradient(top, #444444, #393939);
*border: 1px solid #515151;
color: #AAAAAA;
padding-left: 5px;
*/
background-image: none;
background-color: $col1;
border-radius: 0;
margin: 0;
height: 45px;
border: 0;
}
#idFrameT .tools .classicButton button.btn-inverse {
border-right: 0;
}
#idFrameT .tools .dropdownButton button.btn-inverse {
border-left: 0;
border-right: 0;
}
#idFrameT .tools .classicButton button.btn-inverse:hover,
#idFrameT .tools .dropdownButton button.btn-inverse:hover {
background-color: #393939;
*background-color: #393939;
color: #FFFFFF;
}
#idFrameT .tools .classicButton button.btn-inverse img,
#idFrameT .tools .dropdownButton button.btn-inverse img {
margin: 0 2px;
max-width: none;
}
#idFrameT .tools .dropdown-menu {
min-width: 95px;
background-color: #393939;
*border: 1px solid #515151;
}
#idFrameT .tools .dropdown-menu a {
padding: 3px 10px;
font-size: 12px;
color: #aaaaaa;
cursor: pointer;
}
#idFrameT .tools .dropdown-menu a:hover {
background-color: #313131;
color: #FFFFFF;
}
#idFrameT .tools .dropdown-menu img {
margin-right: 5px;
}
#idFrameT .tools #settings {
display: block;
float: right;
line-height: 45px;
padding-right: 30px;
padding-left: 21px;
margin-right: 21px;
color: #949494;
background: url('#{$iconsPath}icone_settings.png') right 15px no-repeat;
border-left: 1px solid #474747;
}
#idFrameT .tools #settings:hover {
background-color: #393939;
}
.dropdown-menu .divider {
background-color: #515151;
border-bottom: 1px solid #404040;
margin: 3px 1px 3px 1px;
}
/******* BASKETS **************************************************************/
#idFrameC .tools {
text-align: center;
}
#idFrameC .tools button {
background-color: transparent;
border: none;
width: 16px;
height: 22px;
cursor: pointer;
padding: 0px;
}
#idFrameC #baskets .alert_datas_changed {
position: absolute;
top: 5px;
height: 20px;
right: 26px;
left: 10px;
background-color: #fff190;
color: $col2;
text-align: center;
font-weight: bold;
font-size: 12px;
display: none;
z-index: 5000;
}
#idFrameC #baskets .content.grouping .alert_datas_changed,
#idFrameC #baskets .content.basket .alert_datas_changed {
position: relative;
margin: 10px 0;
right: 0;
left: 0;
}
#idFrameC #baskets .bloc {
position: absolute;
top: 31px;
left: 0pt;
right: 1px;
bottom: 0px;
overflow-y: auto;
overflow-x: hidden;
}
#baskets .insidebloc {
top: 0;
}
#baskets .top-scroller,
#baskets .bottom-scroller {
height: 80px;
position: absolute;
border: none;
top: 0px;
bottom: 0;
left: 0;
right: 0;
}
#baskets .top-scroller {
bottom: auto;
}
#baskets .bottom-scroller {
top: auto;
}
#idFrameC #baskets .bloc.groupDrop {
border: 3px solid #a00;
}
#idFrameC .ui-tabs,#idFrameE .ui-tabs {
position: absolute;
top: 0px;
left: 10px;
bottom: 0px;
right: 0;
}
#idFrameC .ui-tabs .ui-tabs-nav,#idFrameE .ui-tabs .ui-tabs-nav {
background-color: transparent;
top: 0px;
left: 10px;
right: 10px;
margin-top: 21px;
border-top: 1px solid #303030;
border-radius: 0;
height: 43px;
border-bottom: 1px solid #303030;
}
#idFrameC .ui-tabs .ui-tabs-panel,#idFrameE .ui-tabs .ui-tabs-panel {
position: absolute;
top: 56px;
left: 0px;
bottom: 0px;
right: 0px;
}
.CHIM.diapo {
width: 100px;
overflow: hiden;
}
.CHIM.diapo .title, .CHIM.diapo .status {
position: relative;
height: 20px;
z-index: 15;
font-size: 0.8em
}
.CHIM.diapo .title {
height: 15px;
margin: 2px 0;
overflow: hidden;
}
.CHIM.diapo .bottom {
position: absolute;
bottom: 0;
right: 0;
z-index: 15;
vertical-align: middle;
}
.CHIM.diapo .bottom span,.CHIM.diapo .bottom img {
cursor: pointer;
vertical-align: middle;
color: #FFFFFF;
font-size: 10px;
}
.CHIM.diapo img {
margin-top: 9px;
z-index: 14;
position: relative;
}
#reorder_box .diapo {
height: 130px;
width: 100px;
}
#reorder_box .diapo.ui-sortable-placeholder,
#reorder_box .diapo.ui-sortable-placeholderfollow {
background-color: orange;
}
#reorder_box .CHIM.diapo img {
z-index: 1000;
position: relative;
margin: 0;
}
#reorder_dialog .ui-sortable-placeholder,
#reorder_dialog .ui-sortable-placeholderfollow {
width: 100px;
height: 130px;
background-color: #414141;
}
.diapo .thumb {
overflow: hidden;
position: relative;
}
.diapo .thumb .record {
position: relative;
margin: 0 auto;
}
.diapo.CHIM .thumb_wrapper {
padding: 6px 9px;
}
.diapo.IMGT .thumb_wrapper {
padding: 0 11px;
}
.diapo .bottom {
position: absolute; bottom: 0px;
}
#answers .list {
position: relative;
float: left;
margin: 10px;
width: 600px;
overflow: hidden;
border: 3px solid #404040;
}
.ui-accordion .ui-accordion-content {
background-color: #212121;
margin-top: 0;
border-top: none;
margin-top: -1px;
margin-bottom: 0px;
}
.ui-accordion .ui-accordion-content.grouping {
border: 1px solid #2f4a6f;
border-top: none;
}
#baskets .SSTT.active {
border: 1px solid #b1b1b1;
}
#baskets .SSTT .title {
overflow: hidden;
left: 30px;
right: 40px;
height: 16px;
margin: 2px 0;
font-size: 12px;
}
#baskets .SSTT .menu {
text-align: right;
position: absolute;
right: 0;
top: 0;
padding: 3px;
margin: 0 5px 0 0;
}
#baskets .SSTT .menu table td {
width:20px;
}
#baskets .SSTT .workzone-menu-title {
text-overflow: ellipsis;
padding-right:65px;
overflow: hidden;
white-space: nowrap;
display: block;
}
#baskets .menu .contextMenuTrigger {
cursor: pointer;
display: block;
padding: 0;
margin: 0;
background: url('#{$iconsPath}contextMenuTrigger.png') 0 13px no-repeat;
height: 45px;
width: 13px;
}
/** hack IE7 only */
*:first-child+html .workzone-menu-title {
margin-right:65px;
}
#baskets .SSTT img {
max-height: 18px;
vertical-align: middle;
cursor: help;
margin-right: 9px;
}
#baskets .SSTT.grouping.active {
border: 1px solid #2f4a6f;
}
#baskets .SSTT.grouping.active.ui-corner-top {
border-bottom: none;
}
#baskets .SSTT.active.ui-corner-top {
border: none;
border-top: 1px solid #000;
top: 0;
background-color: #212121;
}
.ui-accordion .ui-accordion-header.baskDrop {
color: red;
}
form.phrasea_query input.query {
padding-left: 30px;
font-size: 16px;
margin: 0;
width: 59%;
}
#basket-rename-box .btn, #reorder_box .btn {
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#basket-rename-box .btn-inverse, #reorder_box .btn-inverse {
*border: 1px solid #515151;
color: #AAAAAA;
}
#basket-rename-box .btn-inverse:hover, #reorder_box .btn-inverse:hover {
color: #FFFFFF;
}
/******* QUERIES HISTORY ******* (currently not used in HTML code )************/
/*
#history-queries ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#history-queries ul li {
cursor: pointer;
}
#history-queries ul li.hover {
color: #838383;
}
#choosen-topics UL.opened {
margin-left: 5px;
padding-left: 10px;
list-style-type: none;
}
#choosen-topics UL.static {
margin-left: 5px;
padding-left: 10px;
list-style-type: none;
}
#choosen-topics UL.closed {
display: none;
}
#choosen-topics UL.nobox {
border-left: 0px none transparent;
margin-left: 4px;
padding-left: 0px;
list-style-type: none;
}
#choosen-topics LI {
position: relative;
left: 0px;
margin: 0px;
padding: 0px;
}
#choosen-topics LI A {
color: #000000;
padding: 0px;
background-repeat: no-repeat;
width: 11px;
height: 11px;
}
#choosen-topics LI A.opened {
display: inline-block;
background-image: url('#{$iconsPath}tri_minus.gif');
}
#choosen-topics LI A.closed {
display: inline-block;
background-image: url('#{$iconsPath}tri_plus.gif');
}
#choosen-topics LI SPAN {
padding: 0px;
background-repeat: no-repeat;
width: 11px;
height: 11px;
}
#choosen-topics LI SPAN.static {
display: inline-block;
background-image: url('#{$iconsPath}tri_static.gif');
}
#choosen-topics LI SPAN.none {
display: inline-block;
background-image: none;
}
#choosen-topics div.searchZone {
height: 100%;
}
*/
/******* QUERY ****************************************************************/
#TOPIC_UL li {
float: none;
margin: 0;
}
.alert_datas_changed a {
color: #414141;
text-decoration: underline;
}
#searchForm .danger .danger_indicator,
#searchForm .danger.danger_indicator {
border-color: #c9c900;
background-color: #FCEC98;
color: #000000;
}
#adv_search table.colllist {
width: 290px;
}
#adv_search table.filterlist {
width: 600px;
}
.history-collection {
background-image: url('#{$skinsPath}icons/chgcoll_history.png');
}
.history-status {
background-image: url('#{$skinsPath}icons/chgstatus_history.png');
}
.history-print {
background-image: url('#{$skinsPath}icons/print_history.png');
}
.history-substit, .history-publish {
background-image: url('#{$skinsPath}icons/imgtools_history.png');
}
.history-download, .history-mail, .history-ftp {
background-image: url('#{$skinsPath}icons/disktt_history.png');
}
.history-edit {
background-image: url('#{$skinsPath}icons/ppen_history.png');
}
.history-validate, .history-push {
background-image: url('#{$skinsPath}icons/push16.png');
}
.history-collection, .history-status, .history-print, .history-substit, .history-publish, .history-download, .history-mail, .history-ftp, .history-edit, .history-validate, .history-push {
background-repeat: no-repeat;
background-position: center left;
background-size: 16px 16px;
padding-left: 24px;
min-height: 16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi)
{
.history-collection, .history-status, .history-print, .history-substit, .history-publish, .history-download, .history-mail, .history-ftp, .history-edit, .history-validate, .history-push {
background-size: 16px 16px;
}
}
/******* ACTIONS **************************************************************/
.toolbutton {
float: left;
width: 70px;
height: 50px;
overflow: hidden;
margin: 0px;
cursor: pointer;
}
.toolbuttonimg {
float: left;
width: 50px;
margin: 0px 10px 0px;
height: 30px;
overflow: hidden;
text-align: center;
}
.toolbuttonlabel {
float: left;
width: 70px;
height: 20px;
overflow: visible;
text-align: center;
}
#TOOL_disktt {
background-image: url('#{$imagesPath}disktt_0.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_disktt.actif {
background-image: url('#{$imagesPath}disktt_1.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_ppen {
background-image: url('#{$imagesPath}ppen_0.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_ppen.actif {
background-image: url('#{$imagesPath}ppen_1.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_chgstatus {
background-image: url('#{$imagesPath}chgstatus_0.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_chgstatus.actif {
background-image: url('#{$imagesPath}chgstatus_1.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_chgcoll {
background-image: url('#{$imagesPath}chgcoll_0.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_chgcoll.actif {
background-image: url('#{$imagesPath}chgcoll_1.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_pushdoc {
background-image: url('#{$imagesPath}pushdoc_0.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_pushdoc.actif {
background-image: url('#{$imagesPath}pushdoc_1.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_print {
background-image: url('#{$imagesPath}print_0.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_print.actif {
background-image: url('#{$imagesPath}print_1.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_imgtools{
background-image: url('#{$imagesPath}imgtools_0.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_imgtools.actif{
background-image: url('#{$imagesPath}imgtools_1.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_trash {
background-image: url('#{$imagesPath}trash_0.gif');
background-position: center center;
background-repeat: no-repeat;
}
#TOOL_trash.actif {
background-image: url('#{$imagesPath}trash_1.gif');
background-position: center center;
background-repeat: no-repeat;
}
.colorpicker_box {
border: 1px solid #FFFFFF;
cursor: pointer;
float: left;
margin: 2px;
padding: 0;
}
#prod-tool-box .btn {
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#prod-tool-box .btn-inverse {
background-color: #444444;
*background-color: #393939;
background-image: -ms-linear-gradient(top, #444444, #393939);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#393939));
background-image: -webkit-linear-gradient(top, #444444, #393939);
background-image: -o-linear-gradient(top, #444444, #393939);
background-image: -moz-linear-gradient(top, #444444, #393939);
background-image: linear-gradient(top, #444444, #393939);
*border: 1px solid #515151;
color: #aaaaaa;
}
#prod-tool-box .btn-inverse:hover {
background-color: #393939;
*background-color: #393939;
color: #ffffff;
}
/******* DROPDOWN MENU ********************************************************/
.context-menu-theme-vista .context-menu-item .context-menu-item-inner {
padding: 4px 20px;
margin-left: 0;
color: #75ABFF;
}
.context-menu-theme-vista .context-menu-item-hover {
background-image: none;
background-color: #75ABFF;
border: none;
}
.context-menu-theme-vista .context-menu-item-hover .context-menu-item-inner {
color: #212121;
}
.context-menu-theme-vista {
background-image: none;
background-color: #212121;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.context-menu-theme-vista .context-menu-item .context-menu-item-inner.published {
background-image: url('#{$iconsPath}ticktick.png');
background-repeat: no-repeat;
background-position: 5px center;
}
.pubchut, .pubchutmine,.regIndicator,.baskIndicator {
position: relative;
float: left;
width: 16px;
height: 16px;
background-image: url('#{$imagesPath}pubchut.gif');
background-repeat: no-repeat;
}
.pubchutmine {
background-image: url('#{$imagesPath}pubchutmine.gif');
}
.baskIndicator {
background-image: url('#{$imagesPath}chu.gif');
background-position: middle left;
}
.regIndicator {
background-image: url('#{$imagesPath}regroup.gif');
background-position: middle left;
}
/******* INPUTS ***************************************************************/
input.input-button.hover {
color: #FEFEFE;
}
input.search {
padding-left: 25px;
background-image: url('#{$skinsPath}icons/search.png');
background-repeat: no-repeat;
background-position: 3px center;
}
input, select, textarea {
margin: 2px;
padding: 2px;
*border: 1px solid #b1b1b1;
/*background: #FFFFFF;
resize: none;*/
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
input:radio, input:checkbox, .checkbox {
border: none;
background: transparent;
}
input.btn-mini {
margin: 0 2px;
height: 12px;
width: auto;
cursor: default;
font-size: 12px;
}
.input-small {
height: 25px;
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
#look_box .input-small {
height: 22px;
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
#look_box .btn {
margin: 2px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#look_box .btn-inverse {
*background-color: #393939;
background-image: -ms-linear-gradient(top, #444444, #393939);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#393939));
background-image: -webkit-linear-gradient(top, #444444, #393939);
background-image: -o-linear-gradient(top, #444444, #393939);
background-image: -moz-linear-gradient(top, #444444, #393939);
background-image: linear-gradient(top, #444444, #393939);
*border: 1px solid #515151;
color: #AAAAAA;
}
#look_box .btn-inverse:hover {
background-color: #393939;
*background-color: #393939;
color: #FFFFFF;
}
#look_box .radio.inline, #look_box .checkbox.inline {
padding-top: 0px;
}
#look_box label, #basket_preferences label {
line-height: 21px;
color: #999999;
}
#look_box h1, #basket_preferences h1 {
margin: 5px 0;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
}
#look_box div.box, #basket_preferences div.box {
margin: 5px;
float: left;
width: 98%;
}
#notification_trigger .counter {
position: relative;
*position: static;
top: -2px;
margin: 11px 15px 0 0;
padding: 1px 4px;
background: none repeat scroll 0 0 red;
background-color: #DA4F49;
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*border-color: transparent;
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
font-size: 12px;
font-weight: bold;
line-height: 14px;
text-align: center;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
float: left;
}
/******* GUI ******************************************************************/
.gui_grip {
background-image: url('#{$imagesPath}grip.gif');
background-position: 0 0;
background-repeat: no-repeat;
height: 19px;
width: 5px;
}
.gui_vsplitter,.ui-resizable-e {
top: 50%;
width: 13px;
padding: 0 0;
height: 54px;
position: absolute;
background-image: url('#{$iconsPath}vsplitter.png');
background-color: $col1;
background-position: center center;
background-repeat: no-repeat;
right: 0;
cursor: col-resize;
z-index: 500;
}
#PREVIEWBOX .gui_vsplitter, .ui-resizable-w {
top: 50%;
width: 10px;
padding: 35px 0;
height: 0;
position: absolute;
background-position: center center;
background-repeat: no-repeat;
left: -10px;
cursor: col-resize;
z-index: 500;
background-image: url('#{$iconsPath}vsplitter2.png');
}
.gui_hsplitter, .ui-resizable-s {
height: 10px;
left: 50%;
width: 0;
padding: 0 35px;
bottom: -10px;
position: absolute;
background-image: url('#{$iconsPath}hsplitter.png');
background-position: center center;
background-repeat: no-repeat;
cursor: row-resize;
}
.gui_hslider {
position: absolute;
height: 0px;
border: #959595 1px inset
}
.gui_hslider DIV {
position: absolute;
top: -6px;
left: 0px;
width: 4px;
height: 10px;
border: #c0c0c0 1px outset;
background-color: #959595;
background-image: url('#{$imagesPath}vsplitter.gif');
cursor: pointer;
}
.gui_ckbox_0 {
display: block;
position: relative;
width: 12px;
height: 12px;
float: left;
background-image: url('#{$imagesPath}ccoch0.gif');
cursor: pointer;
}
.gui_ckbox_1 {
display: block;
position: relative;
width: 12px;
height: 12px;
float: left;
background-image: url('#{$imagesPath}ccoch1.gif');
cursor: pointer;
}
.gui_ckbox_2 {
display: block;
position: relative;
width: 12px;
height: 12px;
float: left;
background-image: url('#{$imagesPath}ccoch2.gif');
cursor: pointer;
}
/******* ONGLETS **************************************************************/
.prevTrainCurrent .doc_infos, .diapo .doc_infos {
position: absolute;
float: left;
padding: 3px;
z-index: 97;
}
.prevTrainCurrent .doc_infos img,.diapo .doc_infos img {
vertical-align: middle;
}
.prevTrainCurrent .duration, .diapo .duration {
background-color: black;
color: #FFFFFF;
}
DIV.onglets {
white-space: nowrap;
}
DIV.onglets SPAN {
position: relative;
border: #212121 1px none;
padding: 5px 15px;
margin-left: 2px;
margin-right: 2px;
background-color: #212121;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #888888;
cursor: pointer;
Z-INDEX: 2;
}
DIV.onglets SPAN.actif {
BORDER: #404040 1px none;
BORDER-BOTTOM: #404040 1px solid;
BACKGROUND-COLOR: #404040;
COLOR: #949494;
}
IFRAME {
BORDER-RIGHT: #000000 1px solid;
PADDING-RIGHT: 0px;
BORDER-TOP: #000000 1px solid;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
BORDER-LEFT: #000000 1px solid;
PADDING-TOP: 0px;
BORDER-BOTTOM: #000000 1px solid
}
H4 {
MARGIN-TOP: 0px;
FONT-WEIGHT: normal;
FONT-SIZE: 16px;
MARGIN-BOTTOM: 0px;
MARGIN-LEFT: 5px
}
/******* PROPOSALS ************************************************************/
#proposals {
border-top: 1px solid #303030;
top: 87px !important;
}
#proposals ul li {
line-height: 17px;
font-size: 13px;
}
#proposals ul ul {
background-color: #292929;
}
#proposals *:focus{
outline: none;
}
#proposals UL.fancytree-container {
background-color: $col1;
border: 0px none transparent;
overflow-x: hidden;
padding-left: 0;
padding-top: 0;
}
#proposals UL.fancytree-container UL {
padding: 17px 0;
overflow: auto;
width: 101%;
max-height: 400px;
overflow-x: hidden;
}
#proposals UL.fancytree-container UL li {
padding-left: 30px;
line-height: 25px;
}
#proposals UL.fancytree-container UL li:hover {
background-color: #4c5d84;
}
#proposals .fancytree-folder {
font-weight: bold;
height: 49px;
line-height: 49px;
margin-left: 0;
border-left: 4px solid $col1;
border-bottom: 1px solid #303030;
}
#proposals .fancytree-folder:hover {
border-left: 4px solid #4c5d84;
color: #FFFFFF;
}
#proposals .fancytree-folder:hover .fancytree-title {
color: #FFFFFF;
}
#proposals .fancytree-folder .fancytree-title {
font-size: 12px;
margin-left: 10px;
}
#proposals .fancytree-expander {
position:absolute;
right: 10px;
background-image: none;
margin: 0px;
padding: 0px;
width: auto;
height: auto;
font-weight: normal;
font-size: 65%;
}
#proposals UL.fancytree-container UL li{
white-space: pre-line !important;
}
#proposals .fancytree-folder .fancytree-expander:before {
content: '\25C0'; /* U+25C0 BLACK LEFT-POINTING TRIANGLE */
color: #a0a0a0;
}
#proposals .fancytree-expanded .fancytree-expander:before {
content: '\25BC'; /* U+25BC BLACK BLACK DOWN-POINTING TRIANGLE */
color: #ffffff;
}
#proposals .fancytree-folder .fancytree-expander:hover:before {
/* display: none; */
color: #076882;
}
#proposals .fancytree-title {
font-size: 12px;
color: #A6A6A6;
background-color: transparent;
border: 0px none transparent;
}
#proposals UL.fancytree-container UL li:hover .fancytree-title {
color: #FFFFFF;
}
#proposals .facetFilter {
font-weight: normal;
position:absolute;
width:127px;
height:25px;
line-height: 25px;
vertical-align: middle;
border-radius: 4px;
right:28px;
background-color: #4c5d84;
padding-left: 13px;
padding-right: 13px;
margin-top: 11px;
}
#proposals .facetFilter-label {
position:absolute;
left:13px;
right: 14px;
overflow:hidden;
cursor: default;
}
#proposals .facetFilter-gradient {
position:absolute;
width:20px;
right: 0px;
}
#proposals .facetFilter-closer {
position:absolute;
right:13px;
cursor: pointer;
}
#proposals .facetFilter-closer {
background: url('#{$iconsPath}bgd_facetFilter.png') 0 5px no-repeat;
height: 25px;
width: 14px;
}
/******* /PROPOSALS ************************************************************/
.proposals { /*** page proposals.php ***/
POSITION: relative;
LEFT: 5px;
}
.proposals A { /*** page proposals.php ***/
FONT-SIZE: 11px;
}
.proposals H1,.proposals H2 { /*** page proposals.php ***/
FONT-SIZE: 10px;
POSITION: relative;
PADDING: 3px;
MARGIN: 0px;
MARGIN-TOP: 10px;
MARGIN-BOTTOM: 5px;
}
.proposals HR { /*** page proposals.php ***/
POSITION: relative;
HEIGHT: 1px;
PADDING: 0px;
MARGIN: 0px;
BACKGROUND-COLOR:#d0d0d0;
BORDER-TOP: #808080 1px solid;
TEXT-DECORATION: none;
}
/******* BOITES MODALES *******************************************************/
.bodyprofile {
background-color: transparent;
color: #404040;
}
.bodyprofile .ui-tabs .ui-tabs-panel {
background-color: #a3a3a3;
color: $col1;
}
.bodyprofile .ui-tabs .ui-tabs-nav li.ui-tabs-active {
background-color: #a3a3a3;
color: #404040;
}
.bodyprofile .ui-tabs li.ui-state-active a,
.ui-state-active a:link, .ui-state-active a:visited {
color: #404040;
}
.bodyprofile .ui-widget-content {
color: #404040;
background-color: #404040;
}
.overlay, .ui-widget-overlay {
background-color: #111111;
opacity: 0.7;
filter: alpha(opacity=70);
}
.overlay_box {
position: absolute;
background-color: #999999;
display: none;
overflow-y: auto;
padding: 5px;
max-width: 800px;
max-height: 400px;
}
/******* SEARCH ***************************************************************/
#adv_search .sbasglob,
.adv_options .sbasglob,
#sbasfiltercont {
color: #FFFFFF;
margin: 0 0 0 10px;
}
#searchForm input.input-small.datepicker::-webkit-input-placeholder { font-size:12px; }
#searchForm input.input-small.datepicker::-moz-placeholder { font-size:12px; } /* firefox 19+ */
#searchForm input.input-small.datepicker:-ms-input-placeholder { font-size:12px; } /* ie */
#searchForm input.input-small.datepicker:-moz-placeholder { font-size:12px; }
#adv_search .sbasglob hr,
.adv_options .sbasglob hr,
.adv_options #sbasfiltercont hr {
margin: 10px 0;
border: 0;
border-top: 1px solid #666666;
border-bottom: 1px solid #AAAAAA;
}
#adv_search .sbasglob .sbas_list,
.adv_options .sbasglob .sbas_list {
padding: 5px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#adv_search .sbasglob .sbas_list.selected,
.adv_options .sbasglob .sbas_list.selected {
border: 2px solid #404040;
background-color: #404040;
}
.sbasglob .btn-toolbar,
#sbasfiltercont .btn-toolbar {
margin: 10px;
text-align: center;
}
.sbasglob .btn-inverse,
#sbasfiltercont .btn-inverse {
*border: 1px solid #515151;
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
color: #AAAAAA;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sbasglob .btn-inverse:hover,
#sbasfiltercont .btn-inverse:hover {
color: #FFFFFF;
}
.sbaslist {
background-color: #404040;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.sbas_list label {
color: #FFFFFF;
}
.clksbas span {
cursor: pointer;
font-weight: bold;
margin: 0 5px;
}
.clkbas {
white-space: normal;
margin:0 5px;
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
column-break-inside:avoid;
}
#searchForm .clkbas label {
overflow: hidden;
text-overflow: ellipsis;
}
.clkbas img {
vertical-align: middle;
max-height: 22px;
}
/******* EXPORT ***************************************************************/
#printBox {
background-color: #404040;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#printBox h4, #download h4,
#sendmail h4, #ftp h4 {
margin-bottom: 10px;
font-weight: bold;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
text-decoration: none;
}
#printBox label, #download label,
#sendmail label, #ftp label {
line-height: 18px;
color: #FFFFFF;
}
#sendmail p, #ftp p,
.buttons_line p {
margin: 20px 0 10px 0;
font-weight: bold;
}
#ftp .form-horizontal .control-group {
margin-bottom: 10px;
}
#printBox .btn, #download .btn,
#sendmail .btn, #ftp .btn {
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#printBox .btn-inverse, #download .btn-inverse,
#sendmail .btn-inverse, #ftp .btn-inverse {
*background-color: #393939;
background-image: -ms-linear-gradient(top, #444444, #393939);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#393939));
background-image: -webkit-linear-gradient(top, #444444, #393939);
background-image: -o-linear-gradient(top, #444444, #393939);
background-image: -moz-linear-gradient(top, #444444, #393939);
background-image: linear-gradient(top, #444444, #393939);
*border: 1px solid #515151;
color: #AAAAAA;
}
#printBox .btn-inverse:hover, #download .btn-inverse:hover,
#sendmail .btn-inverse:hover, #ftp .btn-inverse:hover {
background-color: #393939;
*background-color: #393939;
color: #FFFFFF;
}
/******************************************************************************/
DIV.finder {
white-space: nowrap
}
DIV.finder DIV.content DIV.title {
MARGIN-TOP: -2px;
LEFT: 0px;
OVERFLOW: hidden;
white-space: nowrap;
POSITION: relative;
TOP: 0px
}
DIV.finder DIV.content DIV.title SPAN {
POSITION: relative
}
DIV.finder DIV.content DIV.title IMG {
LEFT: 0px;
POSITION: relative;
TOP: 0px
}
DIV.finder DIV.content DIV.title TABLE {
white-space: nowrap
}
DIV.finder DIV.content DIV.title TABLE TR {
white-space: nowrap
}
DIV.finder DIV.content DIV.title TABLE TR TD {
OVERFLOW: hidden;
white-space: nowrap
}
TABLE.ulist THEAD {
BACKGROUND-COLOR: #999999;
text-align: left;
}
TABLE.ulist TBODY TR {
cursor: pointer;
height: 18px;
height: 20px;
}
TABLE.ulist TBODY TR.selected {
COLOR: #FFFFFF;
BACKGROUND-COLOR: #191970
}
TABLE.ulist TBODY TR.g {
BACKGROUND-COLOR: #474747
}
PRE.xml {
FONT-SIZE: 12px;
MARGIN: 5px 4px;
BACKGROUND-COLOR: #f5f5f5
}
/******* EXPLAIN RESULTS ******************************************************/
DIV.myexplain {
white-space: nowrap;
}
DIV.myexplain DIV.content DIV.title {
MARGIN-TOP: -2px;
LEFT: 0px;
OVERFLOW: hidden;
white-space: nowrap;
POSITION: relative;
TOP: 0px
}
DIV.myexplain DIV.content DIV.title SPAN {
POSITION: relative
}
DIV.myexplain DIV.content DIV.title IMG {
LEFT: 0px;
POSITION: relative;
TOP: 0px
}
DIV.myexplain DIV.content DIV.title TABLE {
white-space: nowrap
}
DIV.myexplain DIV.content DIV.title TABLE TR {
white-space: nowrap
}
DIV.myexplain DIV.content DIV.title TABLE TR TD {
OVERFLOW: hidden;
white-space: nowrap
}
TABLE.explain3 TR TD {
BORDER-RIGHT: #87ceeb 1px solid;
BORDER-TOP: #87ceeb 1px solid;
BORDER-LEFT: #87ceeb 1px solid;
BORDER-BOTTOM: #87ceeb 1px solid
}
a {
COLOR: #b1b1b1;
TEXT-DECORATION: none
}
a:hover {
COLOR: #838383;
TEXT-DECORATION: none
}
.dragover {
BACKGROUND-COLOR: #fff100
}
/******* THESAURUS ************************************************************/
DIV.thesaurus {
MARGIN-LEFT: 2px;
white-space: nowrap;
}
DIV.thesaurus P {
MARGIN: 0px;
}
DIV.thesaurus DIV.c {
DISPLAY: none
}
#idFrameE #TH_Ofull, #idFrameTH #TH_Oprop, #idFrameTH #TH_Oclip {
margin: 0;
padding: 0;
width: 100%;
}
#idFrameE DIV.searchZone {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
PADDING: 0px;
MARGIN: 0px;
BACKGROUND: #404040;
BORDER: #a9a9a9 1px solid;
}
#idFrameE .onglets SPAN {
BORDER-TOP: #a9a9a9 1px solid;
BORDER-LEFT: #a9a9a9 1px solid;
BORDER-RIGHT: #a9a9a9 1px solid;
BORDER-BOTTOM: #404040 1px solid;
COLOR: #FFFFFF;
}
#idFrameE .onglets SPAN.inactif {
BORDER-TOP: #a9a9a9 1px solid;
BORDER-LEFT: #a9a9a9 1px solid;
BORDER-RIGHT: #a9a9a9 1px solid;
BORDER-BOTTOM: #a9a9a9 1px solid;
BACKGROUND-COLOR: transparent;
COLOR: #a9a9a9;
}
#idFrameE DIV.thesaurus DIV.c {
DISPLAY: none
}
#idFrameE DIV.thesaurus DIV.o {
MARGIN-BOTTOM: 1px;
PADDING-BOTTOM: 2px;
PADDING-LEFT: 5px;
MARGIN-LEFT: 3px;
BORDER-LEFT: #a9a9a9 1px solid;
BORDER-BOTTOM: #a9a9a9 1px solid;
}
#idFrameE DIV.thesaurus DIV.h {
MARGIN-BOTTOM: 1px;
PADDING-BOTTOM: 2px;
PADDING-LEFT: 5px;
MARGIN-LEFT: 3px;
BORDER-LEFT: #a9a9a9 1px solid;
BORDER-BOTTOM: #a9a9a9 1px solid;
}
#idFrameE DIV.thesaurus U {
width: 9px;
height: 10px;
MARGIN-RIGHT: 2px;
text-align: center;
display: inline-block;
font-size: 8px;
TEXT-DECORATION: none;
BACKGROUND-COLOR: #F0F0F0;
cursor: pointer;
color: black;
line-height:10px;
}
#idFrameE DIV.thesaurus B {
cursor: pointer;
}
#idFrameE DIV.thesaurus I {
FONT-STYLE: normal;
cursor: pointer;
}
DIV.thesaurus U.w {
cursor: auto;
}
/******* EDITION **************************************************************/
#EDIT_ALL {
white-space: normal;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#EDIT_TOP {
background-color: #404040;
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: visible;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#EDIT_MENU {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 20px;
overflow: hidden;
}
.GRP_IMAGE_REP {
margin: 5px;
padding: 5px;
position: absolute;
top: 0;
left: 0;
width: 146px;
height: 156px;
}
#EDIT_GRPDIAPO {
position: absolute;
}
#EDIT_FILM2 {
border: 1px solid #B1B1B1;
background-color: $col2;
position: absolute;
top: 30px;
left: 10px;
bottom: 10px;
right: 10px;
overflow: auto;
}
#EDIT_ZOOMSLIDER {
position: absolute;
top: 7px;
width: 80px;
right: 7px;
z-index: 9999;
}
#EDIT_MID {
position: absolute;
left: 0;
bottom: 32px;
width: 100%;
border: none;
overflow: hidden;
}
#EDIT_MID_L, #EDIT_MID_R {
position: absolute;
top: 0;
bottom: 0;
overflow: visible;
}
#EDIT_MID_L {
background-color: #404040;
width: 700px;
left: 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#EDIT_MID_R {
width: 400px;
right: 0;
}
#EDIT_MID_R .ui-tabs-panel {
background-color: #404040;
}
#EDIT_MID_R li.ui-tabs-active,
#EDIT_MID_R li.ui-state-active {
background-color: #404040;
}
#divS_wrapper {
overflow-x: visible;
overflow-y: visible;
position: absolute;
top: 10px;
left: 10px;
bottom: 10px;
width: 390px;
}
#divS {
overflow-x: hidden;
overflow-y: scroll;
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 10px;
}
#divS div.edit_field {
cursor: pointer;
font-weight: bold;
padding: 2px;
margin-right: 10px;
position: relative;
}
#divS div.edit_field.odd {
background-color: #5F5F5F;
}
#divS div.edit_field.hover, #divS div.edit_field.active {
background-color: #B1B1B1;
color: #404040;
}
#divS div.edit_field.active {
border: 1px solid #FEFEFE;
}
#divS span.fieldvalue {
white-space: normal;
font-weight: normal;
}
#idEditZone {
position: absolute;
top: 10px;
right: 10px;
bottom: 10px;
left: 420px;
}
#idFieldNameEdit {
width: 80px;
text-align: center;
overflow: hidden;
}
#idEditZTextArea {
position: absolute;
top: 0;
left: 0;
width: 99%;
height: 99%;
margin: 0;
padding: 0;
font-size: 15px;
}
#idEditDateZone {
position: absolute;
top: 30px;
left: 0;
display: none;
}
#ZTextMultiValued {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
}
#ZTextStatus {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
}
#idFrameE .ui-datepicker-inline {
background-color: #111111;
background-image: url('#{$skinsPath}prod/000000/images/ui-bg_gloss-wave_20_111111_500x100.png');
background-repeat: repeat-x;
background-position: 50% top;
}
#idExplain {
top: auto;
height: 20px;
color: #FFB300;
text-align: right;
}
#idExplain img {
vertical-align: middle;
width: 20px;
height: 20px;
}
#idExplain .metadatas_restrictionsTips {
cursor: help;
}
#idDivButtons {
bottom: 30px;
top: auto;
height: 20px;
display: none;
text-align: center;
}
#EditSearch, #EditReplace {
width: 100%;
height: 45px;
font-size: 14px;
}
#buttonEditing {
margin: 0;
padding: 0;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 28px;
overflow: hidden;
text-align: center;
}
#buttonEditing .btn {
margin: 0;
padding: 2px 9px;
height: 24px;
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#buttonEditing .btn-inverse {
*border: 1px solid #515151;
color: #AAAAAA;
}
#buttonEditing .btn-inverse:hover {
color: #FFFFFF;
}
.edit-btn {
margin: 2px;
font-weight: bold;
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
display: inline-block;
*display: inline;
font-size: 13px;
line-height: 18px;
*line-height: 20px;
color: #EAEAEA;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
vertical-align: middle;
cursor: pointer;
background-color: #B1B1B1;
*background-color: #B1B1B1;
background-image: -ms-linear-gradient(top, #B9B9B9, #A4A4A4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B9B9B9), to(#A4A4A4));
background-image: -webkit-linear-gradient(top, #B9B9B9, #A4A4A4);
background-image: -o-linear-gradient(top, #B9B9B9, #A4A4A4);
background-image: -moz-linear-gradient(top, #B9B9B9, #A4A4A4);
background-image: linear-gradient(top, #B9B9B9, #A4A4A4);
background-repeat: repeat-x;
border: 1px solid #cccccc;
*border: 0;
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#B9B9B9', endColorstr='#A4A4A4', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.edit-btn:hover {
background-color: #A4A4A4;
*background-color: #A4A4A4;
color: #FFFFFF;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-ms-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
#EDIT_WORKING {
position: absolute;
top: 100px;
left: 1px;
width: 100%;
display: none;
}
#EDIT_EDIT {
top: 35px;
bottom: 60px;
overflow-x: hidden;
overflow-y: auto;
}
#EDIT_TOP .diapo div.titre {
overflow: hidden;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: auto;
text-align: center;
z-index: 10;
}
#Edit_copyPreset_dlg form span {
color: #FFFFFF;
}
.Edit_preset_item {
position: relative;
top: 0px;
left: 0px;
width: 550px;
height: 250px;
overflow: auto;
color: #999999;
}
#TH_Oreplace .btn,
#TH_Opresets .btn {
margin-bottom: 20px;
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#TH_Oreplace .btn-inverse,
#TH_Opresets .btn-inverse {
*background-color: #393939;
background-image: -ms-linear-gradient(top, #444444, #393939);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#393939));
background-image: -webkit-linear-gradient(top, #444444, #393939);
background-image: -o-linear-gradient(top, #444444, #393939);
background-image: -moz-linear-gradient(top, #444444, #393939);
background-image: linear-gradient(top, #444444, #393939);
*border: 1px solid #515151;
color: #AAAAAA;
}
#TH_Oreplace .btn-inverse:hover,
#TH_Opresets .btn-inverse:hover {
background-color: #393939;
*background-color: #393939;
color: #FFFFFF;
}
#ZTextMultiValued_values {
background-color: #444444;
border: 1px solid #999999;
position: absolute;
top: 30px;
left: 4px;
right: 4px;
bottom: 4px;
overflow-x: auto;
overflow-y: scroll;
}
#idFrameE #ZTextMultiValued_values div {
cursor: pointer;
height: 20px;
padding: 2px 14px 2px 2px;
}
#idFrameE #ZTextMultiValued_values div table {
width: 100%;
border: none;
}
#idFrameE #ZTextMultiValued_values div table td {
vertical-align: middle;
}
#idFrameE #ZTextMultiValued_values div table td.options {
width: 40px;
text-align: right;
}
#idFrameE #ZTextMultiValued_values div table td.options .add_all {
display: none;
}
#idFrameE #ZTextMultiValued_values div.hetero table td.options .add_all {
display: inline;
}
#idFrameE .hetero {
color: #ff8000;
}
#idFrameE #ZTextMultiValued_values DIV.hilighted {
background-color: #222222;
}
#idFrameE #ZTextMultiValued_values DIV I {
color: #FFFF00;
font-style: normal;
font-weight: 700;
background-color: #222222;
}
#idFrameE .EDIT_presets_list {
padding-left: 3px;
padding-right: 6px;
}
#idFrameE .EDIT_presets_list LI {
margin: 0px;
}
#idFrameE .EDIT_presets_list DIV {
display: none;
padding-left: 15px;
padding-bottom: 5px;
}
#idFrameE .EDIT_presets_list DIV P {
font-size: 9px;
padding: 0px;
margin: 0px;
}
#idFrameE .EDIT_presets_list LI.opened DIV {
display: block;
}
#idFrameE .EDIT_presets_list H1 {
margin: 0px;
padding: 0px;
font-size: 12px;
}
#idFrameE .EDIT_presets_list H1 A.delete {
font-weight: 100;
font-size: 10px;
}
#idFrameE .EDIT_presets_list LI .triDown {
display: none;
}
#idFrameE .EDIT_presets_list LI.opened .triRight {
display: none;
}
#idFrameE .EDIT_presets_list LI.opened .triDown {
display: inherit;
}
/******* MAINMENU ************************************************************/
#mainMenu {
height: 40px;
line-height: 40px;
vertical-align: middle;
}
#mainMenu #mainLogo {
margin:0 10px;
margin-top: -4px;
}
#mainMenu li, #mainMenu li span {
height: 40px;
line-height: 40px;
}
#mainMenu .PNB.right li {
border-left: 1px solid #292929;
}
#mainMenu .PNB.right li span {
padding: 0 15px;
}
#mainMenu .PNB.right li.user {
background: url('#{$skinsPath}icons/icon_user.png') 15px 7px no-repeat;
padding-left: 41px;
}
#mainMenu .PNB.right li.user:hover {
background-color: #FFFFFF;
color: black;
}
#mainMenu, .publi_group {
background-color: $col1;
}
.context-menu-item a {
color: #75ABFF;
}
.context-menu-item-hover a {
color: #212121;
}
#tooltip {
position: absolute;
z-index: 32000;
overflow: hidden;
}
#PREVIEWBOX, #EDITWINDOW {
z-index: 1200;
background-color: $col2;
display: none;
border: 2px solid #666666;
}
#PREVIEWBOX img {
cursor: pointer;
}
#PREVIEWBOX a.bounce {
BORDER-BOTTOM: #ffe000 1px dashed;
cursor: pointer;
}
#PREVIEWBOX #PREVIEWTITLE_COLLNAME {
display:none;
}
.PREVIEW_PIC,.PREVIEW_HD {
position: absolute;
}
#PREVIEWCURRENT li.selected {
background-color: #FFFFFF;
}
#PREVIEWBOX li {
list-style-type: none;
}
#PREVIEWIMGDESC .descBoxes {
top: 30px;
overflow: auto;
}
#PREVIEWIMGDESCINNER span.fieldName {
font-weight: bold;
}
#PREVIEWIMGDESC em {
background-color: red;
}
#PREVIEWOTHERS {
background-color: #404040;
overflow-x: hidden;
overflow-y: auto;
left: 0;
}
#PREVIEWOTHERSINNER ul {
margin: 0;
padding: 0;
position: relative;
float: left;
list-style-type: none;
width: 100%;
}
#PREVIEWOTHERSINNER li {
position: relative;
float: left;
width: 150px;
margin: 4px 10px;
line-height: 14px;
}
#PREVIEWOTHERSINNER li.otherRegToolTip {
height: 25px;
overflow: hidden;
}
#PREVIEWOTHERSINNER li.title {
font-weight: bold;
font-size: 13px;
margin: 10px 10px 5px;
}
#PREVIEWOTHERSINNER li.otherRegToolTip,
#PREVIEWOTHERSINNER li.otherBaskToolTip {
background-color: #404040;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
}
#PREVIEWOTHERSINNER li.otherRegToolTip span.title {
line-height: 25px;
margin-left: 3px;
}
#PREVIEWOTHERSINNER li .others_img {
position: relative;
float: left;
width: 25px;
height: 25px;
}
#PREVIEWTITLEWRAPPER {
background-color: #404040;
bottom: 0;
}
#SPANTITLE {
font-size: 16px;
line-height: 25px;
font-weight: bold;
}
#PREVIEWCURRENTGLOB, .preview_col_film {
height: 96px;
width: 100%;
}
#PREVIEWCURRENT {
background-color: #404040;
}
#PREVIEWCURRENTCONT.group_case {
left: 106px;
}
#PREVIEWCURRENTCONT {
right: 130px;
overflow-x: auto;
overflow-y: hidden;
}
#PREVIEWCURRENTCONT::-webkit-scrollbar-track
{
border-radius: 0;
background-color: #262626;
}
#PREVIEWCURRENTCONT::-webkit-scrollbar {
height: 5px;
border-radius: 0;
}
#PREVIEWCURRENTCONT::-webkit-scrollbar-thumb {
border-radius: 0;
width: 3px;
background-color: #595959;
}
#PREVIEWCURRENTCONT ul {
position: relative;
height: 80px;
float: left;
margin: 0;
padding: 0;
}
#PREVIEWCURRENT, #PREVIEWCURRENTGLOB {
overflow: hidden;
}
#PREVMAINREG {
float: left;
position: relative;
width: 96px;
height: 96px;
text-align: center;
background-color: #FFFFFF;
}
.prevTrainCurrent {
text-align: center;
position: relative;
float: left;
height: 80px;
width: 80px;
}
#PREVIEWHD {
position: absolute;
width: 100%;
height: 100%;
text-align: center;
z-index: 6000;
}
#PREVIEWTOOL {
position: absolute;
bottom: 10px;
right: 10px;
text-align: right;
width: 56px;
height: 60px;
top: auto;
}
.cont_infos {
position: absolute;
bottom: 10px;
right: 10px;
height: 60px;
top: auto;
text-align: center;
width: 70px;
right: 60px;
}
.cont_infos div {
line-height: 20px;
font-size: 10px;
font-weight: bold;
}
.cont_infos span {
cursor: pointer;
font-size: 10px;
}
#SPANTITLE img {
height: 16px;
vertical-align: middle;
margin: 0 10px;
}
#PREVIEWTOOL img, #PREVIEWTOOL span {
float: left;
}
.otherRegToolTip img {
vertical-align: middle;
}
#ui-datepicker-div {
z-index: 2000;
background-color: $col2;
position: absolute;
}
/*
Menu contextuel
valeurs suggerees dans l'editing : Classic Windows Theme (default) */
/* =============================== */
.context-menu-theme-default {
border: 2px outset #FFFFFF;
background-color: #D4D0C8;
}
.context-menu-theme-default .context-menu-item {
text-align: left;
cursor: pointer;
padding: 2px 20px 2px 5px;
color: black;
font-family: Tahoma,Arial;
font-size: 9px;
white-space: nowrap;
}
.context-menu-theme-default .context-menu-separator {
margin: 1px 2px;
font-size: 0px;
border-top: 1px solid #808080;
border-bottom: 1px solid #FFFFFF;
}
.context-menu-theme-default .context-menu-item-disabled {
color: #808080;
}
.context-menu-theme-default .context-menu-item .context-menu-item-inner {
background: none no-repeat fixed 999px 999px; /* Make sure icons don't appear */
}
.context-menu-theme-default .context-menu-item-hover {
background-color: #0A246A;
color: #FFFFFF;
}
.context-menu-theme-default .context-menu-item-disabled-hover {
background-color: #0A246A;
}
/* ==================================
dans l'onglet thesaurus : arbres, menus contextuels
===================================== */
#THPD_tabs {
right: 0;
}
#THPD_tabs .ui-tabs-nav .ui-state-default A {
color: #c0c0c0;
}
#THPD_tabs .ui-tabs-nav .ui-tabs-active A {
color: #FFFFFF;
text-decoration: underline;
}
#THPD_tabs .treeview UL {
background-color: #292929;
margin-left: -16px;
padding-left: 16px;
}
#THPD_tabs .treeview ul li {
padding-top: 5px;
padding-bottom: 5px;
}
#THPD_tabs .treeview SPAN {
cursor: pointer;
}
#THPD_tabs .treeview SPAN.h { /* highlighted (filtered) */
color: #FFFFD0;
font-weight: bold;
}
#THPD_tabs .treeview I { /* count of hits */
color: #80FF80;
background-color: #606060;
font-style: normal;
margin-left: 10px;
padding-left: 3px;
padding-right: 3px;
font-family: courier;
}
#THPD_tabs .treeview LI.selected SPAN {
background-color: #ff0000;
}
#THPD_tabs .treeview LI.selected LI SPAN {
background-color: transparent;
}
#THPD_tabs .context-menu-item-disabled {
background-color: #ff0000;
}
/******* DIALOGS **************************************************************/
#dialog_dwnl input.required.error,
#dialog_dwnl textarea.required.error {
border: 1px solid red;
}
#dialog_dwnl h1 {
text-align: center;
}
#dialog_dwnl .buttons_line {
margin: 10px 0;
text-align: center
}
#dialog_dwnl .order_input {
width: 250px;
}
#dialog_dwnl .undisposable {
float: left;
position: relative;
width: 100%;
}
#dialog_dwnl .undisposable .thumb_wrapper {
float: left;
position: relative;
margin: 10px;
}
#dialog_dwnl .undisposable .thumb {
float: left;
position: relative;
}
.ui-dialog-content.dialog-Small select,
.ui-dialog-content.dialog-Small input[type="text"],
.ui-dialog-content.dialog-Small textarea {
width: 100%;
}
.ui-dialog-content.dialog-Small textarea {
height: 60px;
}
.ui-dialog-content label {
line-height: 18px;
}
.ui-dialog-content p {
line-height: 18px;
}
/******* ORDER MANAGER ********************************************************/
#order_manager tr.order_row {
height: 28px;
}
#order_manager .order_row.odd {
background-color: #404040;
}
#order_manager .order_list .thumb_wrapper {
float: left;
position: relative;
margin: 10px;
}
#order_manager .order_list li {
display: inline-block;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid #FFFFFF;
margin: 0 5px;
}
#order_manager .order_list .thumb {
float: left;
position: relative;
}
#order_manager .order_list .selectable.selected {
background-color: #404040;
}
#order_manager .order_list .selectable {
cursor: pointer;
}
#order_manager .order_list .order_wrapper {
float: left;
position: relative;
margin: 5px;
}
#order_manager table p {
margin: 2px 0;
}
/******* PUSH (CSS theme-dependant) *******************************************/
.PushBox .content {
background-color: #404040;
}
.PushBox .grey-bg .btn {
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
padding: 4px 10px;
}
#PushBox .btn-inverse,
.PushBox .grey-bg .btn-inverse {
background-color: #444444;
*background-color: #393939;
background-image: -ms-linear-gradient(top, #444444, #393939);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#393939));
background-image: -webkit-linear-gradient(top, #444444, #393939);
background-image: -o-linear-gradient(top, #444444, #393939);
background-image: -moz-linear-gradient(top, #444444, #393939);
background-image: linear-gradient(top, #444444, #393939);
*border: 1px solid #515151;
color: #AAAAAA;
}
#PushBox .btn-inverse:hover,
.PushBox .grey-bg .btn-inverse:hover {
background-color: #393939;
*background-color: #393939;
color: #FFFFFF;
}
.PushBox .theme-bg .btn,
#QuickAddUser .btn {
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.PushBox .theme-bg .btn-inverse,
#QuickAddUser .btn-inverse {
*border: 1px solid #515151;
color: #AAAAAA;
}
.PushBox .theme-bg .btn-inverse:hover,
#QuickAddUser .btn-inverse:hover {
color: #FFFFFF;
}
#modal_feed form .feeds {
overflow: auto;
}
#modal_feed form .feeds .list {
margin: 10px 0;
}
#modal_feed form .feeds .feed {
width: 95%;
height: 18px;
padding: 5px 0;
border: 1px solid #414141;
color: #FFFFFF;
font-size: 13px;
cursor: pointer;
}
#modal_feed form .feeds .feed.odd {
background-color: #414141;
color: #FFFFFF;
}
#modal_feed form .feeds .feed.hover {
background-color: #606060;
}
#modal_feed form .feeds .feed.selected {
background-color: #0088CC;
}
#modal_feed form .feeds .feed span {
margin: 0 10px;
}
#modal_feed form input.error,
#modal_feed form textarea.error {
border: 1px solid red;
}
/******* FEEDS ****************************************************************/
#answers .feed {
margin: 10px;
}
#answers .feed .btn {
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#answers .feed .btn-inverse {
margin-left: 4px;
*border: 1px solid #515151;
color: #AAAAAA;
font-weight: bold;
}
#answers .feed .btn-inverse:hover {
color: #FFFFFF;
}
#answers .feed .btn-group.open .btn-inverse.dropdown-toggle {
background-color: #222222;
background-image: none;
}
#answers .feed .headblock {
max-width:800px;
margin-bottom:20px;
}
#answers .feed .headblock table {
width:100%;
}
#answers .feed .headblock h1 {
font-size:22px;
}
#answers .feed .headblock h1 img {
margin-right:15px;
}
#answers .feed .headblock a.subscribe_rss {
font-size:14px;
margin-left:15px;
}
#answers .feed .entry {
margin:0 0 30px;
padding:10px;
border: 3px solid #212121;
background-color: #666666;
float: left;
}
#answers .feed .entry.hover {
border: 3px solid #404040;
}
#answers .feed .entry table.head {
vertical-align: middle;
margin: 10px 0;
width: 600px;
}
#answers .feed .entry table a.tools {
display: none;
}
#answers .feed .entry.hover table a.tools {
display: inline;
}
#answers .feed h1,
#answers .feed .post_date {
width: 100%;
}
#answers .feed,
#answers .feed .entry,
#answers .feed h1,
#answers .feed p,
#answers .feed .contents,
#answers .feed .see_more,
#answers .feed .post_date {
position: relative;
clear: left;
}
#answers .feed .see_more{
height: 60px;
text-align: center;
font-weight: bold;
font-size: 13px;
background-position: center bottom;
}
#answers .feed .contents {
clear: left;
}
#answers .feed .post_date {
text-align: right;
font-style: italic;
max-width: 600px;
*width: 600px;
margin-bottom: 20px;
}
#answers .feed h1 {
font-weight: bold;
font-size: 20px;
}
#answers .feed h1 .author {
font-size: 12px;
font-weight: normal;
margin-left: 15px;
}
#answers .feed .entry h1 {
margin-bottom: 0;
}
#answers .feed p {
max-width: 600px;
line-height: 18px;
margin: 5px 0;
text-align: justify;
}
#answers .feed .dropdown-menu {
background-color: #000000;
border: 1px solid #404040;
}
#answers .feed .dropdown-menu a {
color: #EAEAEA;
}
#answers .feed img {
vertical-align: middle;
}
/******* PUBLICATOR ***********************************************************/
#dialog_publicator .diapo {
width: 90px;
overflow: hidden;
}
#dialog_publicator .api_thumbnail {
max-width: 120px;
}
#dialog_publicator .diapo.pending_records {
width: 50px;
overflow: hidden;
}
#dialog_publicator .ui-state-default.not_configured a {
color: #888888;
font-style: italic;
}
#dialog_publicator .ui-state-active a {
color: #0088CC;
}
#dialog_publicator .ui-state-active.not_configured a {
color: #CCCCCC;
font-style: normal;
}
#publicator_selection {
height: 190px;
bottom: auto;
background-color: #404040;
}
#publicator_selection > .PNB10 {
overflow: auto;
bottom: 50px;
background-color: #111111;
}
#publicator_selection .btn {
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#publicator_selection .btn-inverse {
*background-color: #393939;
background-image: -ms-linear-gradient(top, #444444, #393939);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#393939));
background-image: -webkit-linear-gradient(top, #444444, #393939);
background-image: -o-linear-gradient(top, #444444, #393939);
background-image: -moz-linear-gradient(top, #444444, #393939);
background-image: linear-gradient(top, #444444, #393939);
*border: 1px solid #515151;
color: #aaaaaa;
}
#publicator_selection .btn-inverse:hover {
background-color: #393939;
*background-color: #393939;
color: #FFFFFF;
}
#pub_tabs .btn {
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#pub_tabs .btn-inverse {
*border: 1px solid #515151;
color: #AAAAAA;
}
#pub_tabs .btn-inverse:hover {
color: #FFFFFF;
}
#pub_tabs .btn-group.open .btn-inverse.dropdown-toggle {
background-color: #222222;
background-image: none;
}
#dialog_publicator .dropdown-menu {
min-width: 95px;
background-color: #393939;
*border: 1px solid #515151;
}
#dialog_publicator .dropdown-menu a {
padding: 3px 10px;
font-size: 12px;
color: #aaaaaa;
cursor: pointer;
}
#dialog_publicator .dropdown-menu a:hover {
background-color: #313131;
color: #FFFFFF;
}
#dialog_publicator .dropdown-menu .divider {
background-color: #515151;
border-bottom: 1px solid #404040;
margin: 3px 1px 3px 1px;
}
#dialog_publicator .ui-tabs .ui-tabs-panel.loading {
background-image: url('#{$skinsPath}icons/loader000.gif');
background-position: center center;
background-repeat: no-repeat;
}
#dialog_publicator .diapo.ui-selected {
background-color: #404040 ;
}
#dialog_publicator .diapo.ui-selecting {
background-color: #202020 ;
}
#ul_main_pub_tabs {
width: 200px;
position: absolute;
overflow: hidden;
right: auto;
}
#dialog_publicator .ui-tabs-panel {
left: 200px;
}
#dialog_publicator .notice_box,
#dialog_publicator .error_box {
color: #414141;
font-weight: bold;
margin: 5px auto;
padding: 5px 0;
text-align: center;
width: 90%;
}
#dialog_publicator .notice_box {
background-color: green;
color: #FFFFFF;
}
#dialog_publicator .error_box {
background-color: orange;
}
#dialog_publicator .api_banner {
height: 30px;
bottom: auto;
background-color: #414141;
}
#dialog_publicator .api_banner button {
border: 1px solid #515151;
background-color: #404040;
}
#dialog_publicator .api_banner .submenu.ui-buttonset {
z-index: 600;
}
#dialog_publicator .api_content {
top: 30px;
bottom: 25px;
color: #FFFFFF;
}
#dialog_publicator .api_content .blockmenu {
bottom: auto;
background-repeat: repeat-x;
background-position: left bottom;
z-index: 1000;
width:100%;
height:40px
}
#dialog_publicator .api_content .blockmenu a.selected,
#dialog_publicator .api_banner a.selected {
font-weight: bold;
color: #0088CC;
}
#dialog_publicator .api_content .blockresponse {
padding: 0 10px;
top: 40px;
overflow: auto;
z-index: 200;
}
#dialog_publicator .api_content .blockresponse .form-actions {
background-color: #000000;
border-top: none;
margin: 0;
}
#dialog_publicator .api_infos {
top: auto;
height: 25px;
background-image: url('#{$skinsPath}icons/api_info.png');
background-repeat: repeat-x;
background-position: 0 0;
color: #999999;
}
#dialog_publicator .main_menu {
float: left;
}
#dialog_publicator .diapo .title {
height: 16px;
overflow: hidden;
}
#ul_main_pub_tabs {
margin-top: -1px;
}
#ul_main_pub_tabs li {
padding-left: 20px;
background-repeat: no-repeat;
background-position: 6px center;
}
#ul_main_pub_tabs li.bridge_Youtube {
background-image: url('#{$skinsPath}icons/youtube-small.gif');
}
#ul_main_pub_tabs li.bridge_Dailymotion {
background-image: url('#{$skinsPath}icons/dailymotion-small.gif');
}
#ul_main_pub_tabs li.bridge_Flickr {
background-image: url('#{$skinsPath}icons/flickr-small.gif');
}
#dialog_publicator .diapo .thumb_wrapper {
padding: 5px;
}
#dialog_publicator .duration_time {
background-color: #000000;
color: #FFFFFF;
font-weight: bold;
padding: 2px 4px;
position: absolute;
top: 0;
left: 0;
font-size: 11px;
}
#dialog_publicator .ui-tabs-panel .PNB10.container {
overflow-x: hidden;
overflow-y: auto;
}
#dialog_publicator .blockresponse .element {
margin: 5px 10px;
}
#dialog_publicator .element table {
border: none;
padding: 0;
margin: 0;
width: 100%;
}
#dialog_publicator .element table tr {
vertical-align: top;
}
#dialog_publicator .element table .title {
color: #0088CC;
font-weight: bold;
}
#dialog_publicator .element table td.thumbnail {
width: 140px;
border: none;
border-radius: 0px;
box-shadow: none;
background-color: transparent;
text-align: center;
}
#dialog_publicator .element table td.special {
width: 80px;
}
#dialog_publicator .ui-tabs-panel .blockresponse a {
color: #0088CC;
text-decoration: none;
}
#dialog_publicator .element_menu .default_action,
.element_menu .trigger {
z-index: 444;
font-size: 13px;
font-weight: normal;
border-color: #666
}
#dialog_publicator .submenu {
display: none;
position: absolute;
}
#dialog_publicator .multi_menu .submenu button {
background-color: #313131;
background-image: none;
}
#dialog_publicator .multi_menu .submenu button.ui-state-hover {
background-color: #212121;
}
#dialog_publicator .api_content .element {
padding: 5px;
color: #FFFFFF;
}
#dialog_publicator .api_content .element.odd {
background-color: #414141;
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
}
#dialog_publicator .api_content .element.even {
background-color: #666666;
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25) inset, -2px -2px 4px rgba(0, 0, 0, 0.25) inset;
}
#dialog_publicator .api_content .element.selected {
background-color: #999999;
}
#dialog_publicator .api_content .element table .informations {
width: 296px;
}
.ui-selectable-helper {
border: 1px dotted #CCCCCC;
z-index: 10000;
}
#BasketBrowser .diapo .title {
height: 16px;
}
/******* THUMB EXTRACTOR ******************************************************/
#thumbExtractor {
background-color: #404040;
}
#thumbExtractor .main_title {
height: 15px;
font-weight: bold;
top: 15px;
}
#thumbExtractor .part_title_left {
height: 20px;
width: 320px;
top: 30px;
left: 10px;
}
#thumbExtractor .part_title_right {
height: 20px;
width: 320px;
top: 30px;
left: 380px;
}
#thumbExtractor #thumb_info {
padding-top: 25px;
font-style: italic;
}
#thumbExtractor .frame_video {
border: 1px solid #1A1B1B;
height: 210px;
width: 320px;
top: 50px;
left: 10px;
}
#thumbExtractor #thumb_video {
height: 100%;
width: 100%;
}
#thumbExtractor .frame_canva {
border: 1px solid #1A1B1B;
border-bottom: none;
height: 210px;
line-height:210px;
width: 320px;
top: 50px;
left: 380px;
z-index: 2;
text-align: center;
}
#thumbExtractor #thumb_canvas {
vertical-align:middle;
display:inline-block;
line-height: 20px;
}
#thumbExtractor .action_bar_left {
height: 20px;
width: 320px;
left: 10px;
top: 260px;
background-color: #3B3D3B;
border: 1px solid #3B3D3B;
padding: 2px;
}
#thumbExtractor .action_bar_right {
height: 20px;
width: 320px;
top: 260px;
left: 380px;
background-color: #3B3D3B;
border: 1px solid #3B3D3B;
display: table-row;
padding: 2px;
}
#thumbExtractor .action_bar_right .action_icon {
padding-right: 10px;
display: table-cell;
vertical-align: middle;
}
#thumbExtractor .action_bar_right .action_icon:hover {
cursor: pointer;
}
#thumbExtractor #thumb_reset_button {
width: 41px;
height: 41px;
position: absolute;
bottom: 10px;
right: 60px;
display: none;
line-height: 20px;
}
#thumbExtractor #thumb_delete_button {
width: 41px;
height: 41px;
position: absolute;
bottom: 10px;
right: 10px;
display: none;
line-height: 20px;
}
#thumbExtractor #thumb_delete_button,
#thumbExtractor #thumb_reset_button {
cursor: pointer;
}
#thumbExtractor #thumb_slider {
height: 95px;
width: 320px;
top: 285px;
left: 380px;
padding: 0;
overflow: auto;
}
#thumbExtractor #thumb_wrapper {
white-space: nowrap;
margin-top: 15px;
}
#thumbExtractor #thumb_wrapper img {
display: inline-block;
width: 80px;
height: 60px;
margin-left: 5px;
margin-right: 5px;
}
#thumbExtractor #thumb_wrapper img.selected {
border: 2px solid #FFFFFF;
}
#thumbExtractor #thumb_camera_button {
cursor: pointer;
height: 50px;
width: 320px;
top: 300px;
left: 10px;
text-align: center;
}
#thumbExtractor #thumb_validate_button {
cursor: pointer;
height: 30px;
width: 80px;
top: 385px;
left: 620px;
padding: 0;
}
#thumbExtractor .action_frame .ui-slider .ui-slider-handle {
background-color: #FFFFFF;
}
#thumb_confirm table {
table-layout: fixed;
width: 100%;
}
#thumb_confirm table td {
padding: 5px;
text-align: center;
vertical-align: middle;
}
/******* UPLOAD MANAGER *******************************************************/
#uploadBox {
height: 100%;
}
#uploadBox .clear {
clear: both;
}
#uploadBox .upload-tabs {
height: 100%;
}
#uploadBox .ui-tabs .ui-tabs-panel {
padding: 20px;
}
#uploadBoxLeft, #uploadBoxRight {
width: 48.5%;
height: 100%;
overflow: auto;
text-align: center;
}
#uploadBoxLeft {
float: left;
}
#uploadBoxRight {
float: right;
}
#uploadBox .well {
margin: 0;
padding: 0.5%;
color: $col1;
}
#uploadBox #fileupload {
height: 97%;
}
#uploadBox h5 {
margin-top: 20px;
margin-bottom: 10px;
font-size: 13px;
font-weight: bold;
text-align: left;
}
#uploadBox span.comment {
font-style: italic;
color: #999999;
}
#uploadBox button.btn, #uploadBox span.btn {
font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: bold;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#uploadBox .btn-inverse {
background-color: #D6D6D6;
*background-color: #D6D6D6;
background-image: -ms-linear-gradient(top, #FFFFFF, #D6D6D6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D6D6D6));
background-image: -webkit-linear-gradient(top, #FFFFFF, #D6D6D6);
background-image: -o-linear-gradient(top, #FFFFFF, #D6D6D6);
background-image: linear-gradient(top, #FFFFFF, #D6D6D6);
background-image: -moz-linear-gradient(top, #FFFFFF, #D6D6D6);
border-color: #D6D6D6 #D6D6D6 #bfbfbf;
border-bottom-color: #b3b3b3;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D6D6D6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
*border: 1px solid #666666;
text-shadow: none;
color: #777777;
font-weight: bold;
}
#uploadBox .btn-inverse:hover, #uploadBox .disabled {
background-color: #D6D6D6;
*background-color: #D6D6D6;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
color: #FFFFFF;
}
#uploadBox .fileinput-button {
position: relative;
overflow: hidden;
}
#uploadBox .fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
border: solid transparent;
border-width: 0 0 100px 200px;
opacity: 0;
filter: alpha(opacity=0);
-moz-transform: translate(-300px, 0) scale(4);
direction: ltr;
cursor: pointer;
}
#uploadBox .status-tab {
width: 100%;
margin-bottom: 10px;
}
#uploadBox .status-tab td {
padding: 2px;
}
#uploadBox .status-tab-left {
width: 48%;
padding-right: 5px;
text-align: right;
}
#uploadBox .status-tab-right {
width: 48%;
padding-left: 5px;
text-align: left;
}
#uploadBox .status-tab-left input, #uploadBox .status-tab-right input {
margin-left: 5px;
margin-right: 5px;
}
#uploadBox .thumbnails {
margin-left: -20px;
}
#uploadBox .thumbnails > li {
margin-left: 20px;
}
#uploadBox .upload-record {
height: 260px;
background-color: #FFFFFF;
}
#uploadBox .flash-box .upload-record {
height: 160px;
background-color: #FFFFFF;
}
#uploadBox .upload-record .canva-wrapper {
height: 125px;
overflow: auto;
}
#uploadBox .upload-record .name-doc {
height:40px;
overflow: hidden;
-o-text-overflow: ellipsis; /* pour Opera 9 */
text-overflow: ellipsis;
font-weight: bold;
}
#uploadBox .upload-record .infos-doc {
overflow: hidden;
-o-text-overflow: ellipsis; /* pour Opera 9 */
text-overflow: ellipsis;
color: #777777;
height: 40px;
}
#uploadBox .upload-record .error, #uploadBox .upload-record .success{
height: 55px;
padding-top: 2px;
padding-bottom: 3px;
display: none;
overflow: auto;
}
#uploadBox .upload-record .remove-element {
margin: 2px 0;
}
#uploadBox .upload-record .error {
padding: 0;
width: 100%;
}
#uploadBox .select-label {
font-style: italic;
color: #999999;
}
#uploadBox .select-row {
font-weight: normal;
font-style: normal;
}
#uploadBoxRight .progress {
margin-top: 4px;
margin-bottom: 10px;
height: 10px;
}
#uploadBox .uploader-button{
text-align: center;
width:50%;
}
#uploadBox #addFileList {
width:100%;
table-layout:fixed;
border:none;
}
#uploadBox #addFileList td{
vertical-align: middle;
}
#uploadBox .uploader-icon {
width:15%;
text-align:left;
}
#uploadBox .uploader-info {
font-size:10px;
width:35%;
text-align:left;
}
#uploadBox .uploader-info p {
line-height:10px;
font-size:10px;
word-wrap: break-word;
}
#uploadBox .uploader-info a {
text-decoration: underline;
color: darkblue;
margin:5px 0;
}
#uploadBoxRight .progress .progress-bar {
height: 10px;
}
#lazaretBox .loading {
background-image: url('#{$iconsPath}loaderFFF.gif');
background-position: center right;
background-repeat: no-repeat;
}
#lazaretBox.container-fluid {
margin: 0;
padding: 0;
}
#lazaretBox li.wrapper-item {
margin-bottom: 20px;
}
#lazaretBox .lazaret-file h5,
#lazaretBox .lazaret-proposals h5 {
margin-top: 0;
margin-bottom: 10px;
}
#lazaretBox .lazaret-file p,
#lazaretBox .lazaret-proposals p {
font-weight: bold;
overflow: hidden;
-o-text-overflow: ellipsis; /* for Opera 9 */
text-overflow: ellipsis;
}
#lazaretBox span.info {
display: inline;
font-weight: normal;
}
#lazaretBox .lazaret-file a,
#lazaretBox .lazaret-proposals a {
font-weight: normal;
color: $col1;
}
#lazaretBox .lazaret-file a:hover,
#lazaretBox .lazaret-proposals a:hover {
color: #999999;
}
#lazaretBox .lazaret-file .thumbnails,
#lazaretBox .lazaret-proposals .thumbnails {
margin-left: 0;
}
#lazaretBox .lazaret-file .thumbnails li {
margin: 0;
}
#lazaretBox .lazaret-proposals .records-subititution {
margin: 0 10px 10px 0;
}
#lazaretBox .lazaret-file .thumbnail,
#lazaretBox .lazaret-proposals .thumbnail {
background-color: #FFFFFF;
}
#lazaretBox .lazaret-proposals .thumbnail {
min-height: 234px;
}
#lazaretBox .lazaret-proposals .thumbnail .record-thumb {
height: 180px;
}
#lazaretBox .lazaret-file .thumbnail img {
max-height: 480px;
}
#lazaretBox .lazaret-file .thumbnail button {
font-weight: normal;
}
#lazaretBox .lazaret-file .thumbnail button img {
margin-right: 5px;
}
ui-dialog-titlebar {
min-height: 20px;
}
.chim-wrapper {
position: relative;
float: left;
}
#clientModal, #clientModal .modal-footer {
background-color: #404040;
}
#clientModal .close {
color: #FFFFFF;
}
#answers .status img {
max-width: 16px;
max-heigh: 16px;
}
#answers #answersNext {
width: 150px;
margin: 5px;
height: 193px;
line-height: 193px;
font-size: 25px;
color: #666666;
cursor: pointer;
}
#paginate {
float: right;
margin: 0 65px 15px 0;
min-height: 52px;
}
#idFrameT #answers:hover #paginate {
margin-right: 59px;
}
#paginate #tool_navigate {
background-color: #141414;
/*border: 1px solid $col1;*/
}
#paginate #tool_navigate #NEXT_PAGE:hover,
#paginate #tool_navigate #PREV_PAGE:hover,
#paginate #tool_navigate #last:hover,
#paginate #tool_navigate #first:hover {
background-color: #076882;
}
#paginate #tool_navigate #NEXT_PAGE {
background: url('#{$iconsPath}sprite_paginate.png') -72px 20px no-repeat;
width: 49px;
border-left: 1px solid $col1;
}
#paginate #tool_navigate #PREV_PAGE {
background: url('#{$iconsPath}sprite_paginate.png') -29px 20px no-repeat;
width: 49px;
border-right: 1px solid $col1;
}
#paginate #tool_navigate #last {
background: url('#{$iconsPath}sprite_paginate.png') -121px 20px no-repeat;
width: 49px;
border-left: 1px solid $col1;
}
#paginate #tool_navigate #first {
background: url('#{$iconsPath}sprite_paginate.png') 21px 20px no-repeat;
width: 49px;
border-right: 1px solid $col1;
}
#paginate #tool_navigate #NEXT_PAGE:hover,
#paginate #tool_navigate #PREV_PAGE:hover,
#paginate #tool_navigate #last:hover,
#paginate #tool_navigate #first:hover {
background-image: url('#{$iconsPath}sprite_paginate_hover.png');
}
#paginate #tool_navigate input,
#paginate #tool_navigate a {
border: none;
border-top: 1px solid $col1;
border-bottom: 1px solid $col1;
padding: 0;
margin: 0;
border-radius: 0;
height: 50px;
line-height: 50px;
vertical-align: middle;
width: 30px;
background: none;
font-weight: normal;
text-shadow: none;
box-shadow: none;
color: $col1;
}
#paginate #tool_navigate:first-child {
border-left: 1px solid $col1;
}
#paginate #tool_navigate:last-child {
border-right: 1px solid $col1;
}
#paginate #tool_navigate input,
#paginate #tool_navigate a:hover {
color: #FFFFFF;
background: #076882;
}
@media screen and (max-width: 1200px) {
#idFrameT .tools button.btn-inverse img {
display: none;
}
#idFrameT .tools #settings {
text-indent: -9000px;
padding-right: 0px;
padding-left: 0px;
margin-right: 8px;
width: 26px;
}
}