/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF url(../images/Jcrop.gif);font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-vline.right{right:0;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-hline.bottom{bottom:0;}
.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;}
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;}
.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;}
.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;}
.jcrop-holder img,img.jcrop-preview{max-width:none;}


/*! X-editable - v1.4.6 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */

.editableform {
    margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
    margin-bottom: 0; /* overwrites bootstrap margin */
    white-space: nowrap; /* prevent wrapping buttons on new line */
    line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}

.editable-buttons {
   display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
   vertical-align: top;
   margin-left: 7px;
   /* inline-block emulation for IE7*/
   zoom: 1; 
   *display: inline;
}

.editable-buttons.editable-buttons-bottom {
   display: block; 
   margin-top: 7px;
   margin-left: 0;
}

.editable-input {
    vertical-align: top; 
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal; /* reset white-space decalred in parent*/
   /* display-inline emulation for IE7*/
   zoom: 1; 
   *display: inline;   
}

.editable-buttons .editable-cancel {
   margin-left: 7px; 
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
   height: 24px; 
   width: 30px;
}

.editableform-loading {
    background: url('../images/loading.gif') center center no-repeat;  
    height: 25px;
    width: auto; 
    min-width: 25px; 
}

.editable-inline .editableform-loading {
    background-position: left 5px;      
}

 .editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
    padding: 3px;  
}  

.editable-error {
   color: red;  
}

/* ---- For specific types ---- */

.editableform .editable-date {
    padding: 0; 
    margin: 0;
    float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
   margin-top: 3px;
   margin-left: 1px; 
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"], 
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap; 
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px; 
    height: 250px; 
}

/* clear button shown as link in date inputs */
.editable-clear {
   clear: both;
   font-size: 0.9em;
   text-decoration: none;
   text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
   background: url('../images/clear.png') center center no-repeat;
   display: block;
   width: 13px;    
   height: 13px;
   position: absolute;
   opacity: 0.6;
   z-index: 100;
   
   top: 50%;
   right: 6px;
   margin-top: -6px;
   
}

.editable-clear-x:hover {
   opacity: 1;
}

.editable-pre-wrapped {
   white-space: pre-wrap;
}
.editable-container.editable-popup {
    max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}  

.editable-container.popover {
    width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block; 
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1; 
    *display: inline;    
}

.editable-container.ui-widget {
   font-size: inherit;  /* jqueryui widget font 1.1em too big, overwrite it */
   z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click, 
a.editable-click, 
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled, 
a.editable-click.editable-disabled, 
a.editable-click.editable-disabled:hover {
   color: #585858;  
   cursor: default;
   border-bottom: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus{
  font-style: italic; 
  color: #DD1144;  
  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold; 
}

.editable-unsaved:after {
/*    content: '*'*/
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;  
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable
{ 
    padding-top: 5px;
    display:inline-block;
}



@import url(easy_flags.css);

body {
    color:#666;
    height:100%;
    margin:0 0 1px!important;
    padding:0!important;
    top:0!important;
}
.non-easy-redmine-theme #top-menu li .icon:before {
    display: none
}
.non-easy-redmine-theme #top-menu li a {
    padding: 0px;
}
#quick-search #before-quick-search {
    float: left;
}
.non-easy-redmine-theme #top-menu .easy-top-menu-more-toggler{
    display: none;
}
.non-easy-redmine-theme input#q + i {
    display: none;
}
#quick-search .splitcontent {
    overflow: hidden;
    text-align: center;
}
#quick-search .splitcontentright span {
    white-space: nowrap;
}
.non-easy-redmine-theme #easy_servicebar {
    display: none;
}
/* ************  EASY SLIDING PANEL ************** */
/*.easy-sliding-panel-container {
  background-color: #8996A2;
  border: 1px solid #8996A2;
  border-radius: 0px 0px 5px 5px;
  position: fixed;
  z-index: 101;
}

.easy-sliding-panel-container .easy-sliding-panel-wrapper {
  position: relative;
}
.easy-sliding-panel-container .expander-panel > .expander-panel-content  {
  border-radius: 5px 5px 5px 5px;
  margin: 5px 0 5px 0;
}

.easy-sliding-panel-container .clicker-panel {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 5px;
}
.clicker-panel .clicker-panel-inner-text {
  background-color:#8996A2;
  border-radius:5px 5px 0 0;
  color:#fff;
  cursor:pointer;
  display:inline-block;
  height:inherit;
  line-height:25px;
  padding: 2.5px 10px;
  text-align:left;
  white-space:nowrap;
  width:auto
}
.clicker-panel.right-side .clicker-panel-inner-text {
  float: right;
}
.easy-sliding-panel-container .expander-panel {
  background-color: #8996A2;
  max-height: 400px;
  min-height: 200px;
  overflow-y: auto;
  padding: 5px;
  width: 345px;
}
.easy-sliding-panel-container.open {
  z-index: 250;
}
section.easy-slider-sections {
  position: fixed;
  border: none;
  z-index: -1;
}
section#easy_panel_left.easy-slider-sections, section#easy_panel_right.easy-slider-sections {
  width: 55px;
  height: 100%;
  top:0;
}
section#easy_panel_left.easy-slider-sections {
  left: 0;
}
section#easy_panel_left.easy-slider-sections.easy-slider-target-zone-active,
section#easy_panel_right.easy-slider-sections.easy-slider-target-zone-active,
section#easy_panel_bottom.easy-slider-sections.easy-slider-target-zone-active {
  background: none;
  background-color:rgba(0,0,0,0.5);
  border-radius:5px;
  border:5px dashed #ccc;
  color:#fff;
  text-align:center;
  z-index: 500;
}
section#easy_panel_right.easy-slider-sections {
  right: 0;
}
section#easy_panel_bottom.easy-slider-sections {
  width: 100%;
  height: 55px;
  bottom: 25px;
  left:0;
}
section#easy_panel_left.easy-slider-sections.easy-slider-target-zone-hover,
section#easy_panel_right.easy-slider-sections.easy-slider-target-zone-hover,
section#easy_panel_bottom.easy-slider-sections.easy-slider-target-zone-hover {
  background-color: rgba(125,125,125,0.5);
  border-color: #000;
}


*/
.easy-dropper-target div.easy-target-dropzone {
    position : absolute;
    top : 0;
    left :0;
    bottom: 0;
    right: 0;
    height: auto !important;
    width: auto !important;
    z-index : 99;
    margin: 5px;
    background-color:rgba(0,0,0,0.5);
    border-radius:5px;
    border:3px dashed #ccc;
    color:#fff;
    text-align:center;
    font-size: 20px;
}
.easy-dropper-target.easy-drop-calendar {
    min-height: 100%;
}
.easy-dropper-target div.easy-target-dropzone.easy-target-dropzone-hover {
    background-color: rgba(125,125,125,0.5);
    border-color: #000;
}
.easy-panel-handler {
    opacity: 0.1;
    padding: 0 10px;
    cursor: move;
}
.easy-panel-handler:before {
    vertical-align: middle;
}
.easy-panel-handler-container:hover .easy-panel-handler, tr:hover .easy-panel-handler {
    opacity: 0.55;
}
.easy-panel-handler:hover {
    opacity: 1 !important;
}
/* ************** RICH MENU ************************ */
#top-menu ul:first-child li a.my-page {
    color: #000;
    font-size: 25px;
    vertical-align: top;
}
#top-menu ul:first-child li a.my-page i {
    vertical-align: middle;
    font-size: 40px;
    top: -5px;
    position: relative;
}
#top-menu ul:first-child li a.my-page:hover {
    text-decoration: none;
}
#top-menu ul:first-child li > span + a.has-menu-children {
    margin-right: 30px;
}
*[data-menu-toggle]:hover {
    cursor: pointer;
}
.easy-top-menu-more-toggler {
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    height: 20px;
    width: 30px;
    white-space: nowrap;
}
.easy-top-menu-more-toggler i.icon-arrow {
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    color: #000;
    font-size: 15px;
}
div#top-menu #easy_top_menu_more > .menu-children, div#top-menu .easy-menu-children {
    position: fixed;
    background: #fff;
    box-shadow: 0 -1px 12px #c8c6c5;
    border: 1px solid #d8eef6;
    left: 10px;
    right: 10px;
    z-index: 99;

    text-transform: none;
}
div#top-menu .easy-menu-children {
    padding: 5px;
}
div#top-menu .easy-menu-children a {
    padding: 5px 2.5px;
    border-bottom: 1px solid #cfcfcf;
    display: block;
}
div#top-menu #easy_top_menu_more > .menu-children:before {
    right: 323px;
}
/*4 items in 1 row*/
div#top-menu #easy_top_menu_more li.rich-menu-more-group {
    margin: 0px 5px;
    display: block;
    text-align: left;
    float: none;
}
div#top-menu #easy_top_menu_more .rich-menu-more-item {
    clear: both;
    text-align: center;
    padding: 10px;
    white-space: normal;
}
/*item with submenu*/
div#top-menu #easy_top_menu_more .rich-menu-more-item > li, div#top-menu .easy-menu-children li  {
    width: 18%;
    float: none;
    height: 85px;
    text-transform: none;
    background-color: #f5fbfe;
    display: inline-block;
    padding: 10px;
    margin: 0 0 -22.5px 0;
    overflow: hidden;
    border: none;
    text-align: left;
    white-space: normal;
}
div#top-menu #easy_top_menu_more .rich-menu-more-item ul.menu-children li {
    float: none;
}
div#top-menu .easy-menu-children li {
    height: 55px;
}
/*item link with icon and style*/
div#top-menu #easy_top_menu_more .rich-menu-more-item > li > a, div#top-menu .easy-menu-children > li a {
    border-bottom: 1px solid #9cddf7;
    padding: 5px 0 5px 26px;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
    line-height: 26px;
}

div#top-menu #easy_top_menu_more .rich-menu-more-item > li > a, div#top-menu #easy_top_menu_more  #easy_top_menu_more_service_container a {
    color: #525353;
}
div#top-menu #easy_top_menu_more .rich-menu-more-item > li > a.icon:before, div#top-menu .easy-menu-children > li a.icon:before {
    font-size: 26px;
    color: #367fbb;
}
/*sublins for menu item*/
div#top-menu #easy_top_menu_more .rich-menu-more-item > li ul.menu-children {
    padding-left: 15px;
    font-size: 11px;
    width: auto;
    height: auto;
    box-shadow: none;
    position: static;
    border: none;
    margin: 0;
}
div#top-menu #easy_top_menu_more .rich-menu-more-item > li ul.menu-children:before {
    border: none;
    display: none;
}
div#top-menu #easy_top_menu_more .rich-menu-more-item > li ul.menu-children a {
    padding: 5px 0px 5px 25px;
    color: #367fbb;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 13px;
}
div#top-menu #easy_top_menu_more .rich-menu-more-item > li ul.menu-children a:before {
    font-family: EasyIcons;
    content: ']';
    margin-right: 10px;
    font-weight: lighter;
    font-size: 16px;
    vertical-align: middle;
    position: absolute;
    left: 0
}
div#top-menu #easy_top_menu_more .rich-menu-more-item > li ul.menu-children a:hover:before {
    color: #80d5ff;
}
div#top-menu #easy_top_menu_more #easy_top_menu_more_service_container{
    float: right;
}
#top-menu #easy_top_menu_more_service_container li {
    display: inline;
}
div#top-menu #easy_top_menu_more a[service] {
    display: inline-block;
    line-height: 26px;
    width: 215px;
    text-align: center;
    text-transform: none;
    font-size: 16px;
}
div#top-menu #easy_top_menu_more a[service]:before {
    font-size: 26px;
}
div#top-menu #easy_top_menu_more a.administration[service]:before {
    color: #F49800;
}
div#top-menu #easy_top_menu_more a.my-account[service]:before {
    color: #1681B5;
}
div#top-menu #easy_top_menu_more a.logout[service]:before {
    color: #E0111E;
}
#top-menu > ul.menu-manager > li ul.menu-children {
    display: none;
}
/*qTip2 Hack*/
#qtip-rcontainer{display:block;left:-28000px;position:absolute;top:-28000px;visibility:hidden}#qtip-rcontainer .easy-qtip{display:block!important;float:left!important;position:static!important;visibility:hidden!important}.easy-qtip{display:none;font-size:10.5px;left:-28000px;line-height:12px;max-width:350px;min-width:50px;position:absolute;top:-28000px}.easy-qtip-content{overflow:hidden;padding:5px 9px;position:relative;text-align:left;word-wrap:break-word}.easy-qtip-titlebar{border-width:0 0 1px;font-weight:700;min-height:14px;overflow:hidden;padding:5px 35px 5px 10px;position:relative}.easy-qtip-titlebar + .easy-qtip-content{border-top-width:0!important}.easy-qtip-titlebar .ui-state-default{border-style:solid;border-width:1px;cursor:pointer;margin-top:-9px;outline:medium none;position:absolute;right:4px;top:50%}* html .easy-qtip-titlebar .ui-state-default{top:16px}.easy-qtip-titlebar .ui-icon,.easy-qtip-icon .ui-icon{direction:ltr;display:block;text-indent:-1000em}.easy-qtip-icon,.easy-qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.easy-qtip-icon .ui-icon{background:transparent none no-repeat -100em -100em;color:inherit;font:normal bold 10px/13px Tahoma,sans-serif;height:14px;text-align:center;text-indent:0;width:18px}.easy-qtip-default{background-color:#FFFFA3;border-color:#F1D031;border-style:solid;border-width:1px;color:#555}.easy-qtip-default .easy-qtip-titlebar{background-color:#FFEF93}.easy-qtip-default .easy-qtip-icon{background:#F1F1F1;border-color:#CCC;color:#777}.easy-qtip-default .easy-qtip-titlebar .ui-state-hover{border-color:#AAA;color:#111}.easy-qtip-light{background-color:#FFF;border-color:#E2E2E2;color:#454545}.easy-qtip-light .easy-qtip-titlebar{background-color:#f1f1f1}.easy-qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.easy-qtip-dark .easy-qtip-titlebar{background-color:#404040}.easy-qtip-dark .easy-qtip-icon{border-color:#444}.easy-qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.easy-qtip-cream .easy-qtip-titlebar{background-color:#F0DE7D}.easy-qtip-cream .ui-state-default .easy-qtip-icon{background-position:-82px 0}.easy-qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.easy-qtip-red .easy-qtip-titlebar{background-color:#F06D65}.easy-qtip-red .ui-state-default .easy-qtip-icon{background-position:-102px 0}.easy-qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.easy-qtip-green .easy-qtip-titlebar{background-color:#B0DE78}.easy-qtip-green .ui-state-default .easy-qtip-icon{background-position:-42px 0}.easy-qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.easy-qtip-blue .easy-qtip-titlebar{background-color:#D0E9F5}.easy-qtip-blue .ui-state-default .easy-qtip-icon{background-position:-2px 0}.easy-qtip-shadow{-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15)}.easy-qtip-rounded,.ui-tooltip-tipsy,.easy-qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.easy-qtip-youtube{-moz-border-radius:2px;-moz-box-shadow:0 0 3px #333;-webkit-border-radius:2px;-webkit-box-shadow:0 0 3px #333;background:#4A4A4A;background-image:0;border-radius:2px;border-width:0;box-shadow:0 0 3px #333;color:#FFF}.easy-qtip-youtube .easy-qtip-titlebar{background-color:rgba(0,0,0,0)}.easy-qtip-youtube .easy-qtip-content{-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);font:12px arial,sans-serif;padding:.75em}.easy-qtip-youtube .easy-qtip-icon{border-color:#222}.easy-qtip-jtools{-moz-border-radius:2px;-moz-box-shadow:0 0 12px #333;-webkit-border-radius:2px;-webkit-box-shadow:0 0 12px #333;background:rgba(0,0,0,0.7);background-image:0;border:2px solid rgba(241,241,241,1);border-radius:2px;box-shadow:0 0 12px #333}.easy-qtip-jtools .easy-qtip-titlebar{-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)}.easy-qtip-jtools .easy-qtip-content{-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)}.easy-qtip-jtools .easy-qtip-titlebar,.easy-qtip-jtools .easy-qtip-content{background:transparent;border:0 dashed transparent;color:#FFF}.easy-qtip-jtools .easy-qtip-icon{border-color:#555}.easy-qtip-jtools .easy-qtip-titlebar .ui-state-hover{border-color:#333}.easy-qtip-cluetip{-moz-box-shadow:4px 4px 5px rgba(0,0,0,0.4);-webkit-box-shadow:4px 4px 5px rgba(0,0,0,0.4);background-color:#D9D9C2;border:0 dashed transparent;box-shadow:4px 4px 5px rgba(0,0,0,0.4);color:#111}.easy-qtip-cluetip .easy-qtip-titlebar{background-color:#87876A;border:0 dashed transparent;color:#FFF}.easy-qtip-cluetip .easy-qtip-icon{border-color:#808064}.easy-qtip-cluetip .easy-qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.ui-tooltip-tipsy{background:rgba(0,0,0,.87);border:0 solid transparent;color:#FFF;font-family:'Lucida Grande', sans-serif;font-size:11px;font-weight:700;line-height:16px;text-shadow:0 1px #000}.ui-tooltip-tipsy .easy-qtip-titlebar{background-color:transparent;padding:6px 35px 0 10px}.ui-tooltip-tipsy .easy-qtip-content{padding:6px 10px}.ui-tooltip-tipsy .easy-qtip-icon{border-color:#222;text-shadow:none}.ui-tooltip-tipped{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#F9F9F9;border:3px solid #959FA9;border-radius:3px;color:#454545;font-family:serif;font-weight:400}.ui-tooltip-tipped .easy-qtip-titlebar{-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);background:#3A79B8;background-image:0;border-bottom-width:0;color:#FFF;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)}.ui-tooltip-tipped .easy-qtip-icon{background:#285589;border:2px solid #285589}.ui-tooltip-tipped .easy-qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.easy-qtip-bootstrap{-moz-background-clip:padding;-moz-border-radius:6px;-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-webkit-border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,0.2);color:#333;font-size:14px;line-height:20px;padding:1px}.easy-qtip-bootstrap .easy-qtip-titlebar{-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0;font-size:14px;font-weight:400;line-height:18px;margin:0;padding:8px 14px}.easy-qtip-bootstrap .easy-qtip-titlebar .ui-state-default{border-style:none;right:11px;top:45%}.easy-qtip-bootstrap .easy-qtip-content{padding:9px 14px}.easy-qtip-bootstrap .easy-qtip-icon{background:transparent}.easy-qtip-bootstrap .easy-qtip-icon .ui-icon{color:#000;filter:alpha(opacity=20);float:right;font-size:20px;font-weight:700;height:auto;line-height:18px;opacity:0.2;text-shadow:0 1px 0 #fff;width:auto}.easy-qtip-bootstrap .easy-qtip-icon .ui-icon:hover{color:#000;cursor:pointer;filter:alpha(opacity=40);opacity:0.4;text-decoration:none}.easy-qtip:not(.ie9haxors) div.easy-qtip-content,.easy-qtip:not(.ie9haxors) div.easy-qtip-titlebar{-ms-filter:none;filter:none}.easy-qtip .ui-tooltip-tip{margin:0 auto;overflow:hidden;z-index:10}.easy-qtip .ui-tooltip-tip,.easy-qtip .ui-tooltip-tip .qtip-vml{background:transparent;border:0 dashed transparent;color:#123456;font-size:.1px!important;line-height:.1px!important;position:absolute}.easy-qtip .ui-tooltip-tip canvas{left:0;top:0}.easy-qtip .ui-tooltip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{left:-10000em;position:fixed;top:-10000em}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);background-color:#000;filter:alpha(opacity=70);height:100%;left:0;opacity:0.7;position:absolute;top:0;width:100%}.easy-qtip-dark .easy-qtip-titlebar .ui-state-hover,.easy-qtip-youtube .easy-qtip-titlebar .ui-state-hover,.ui-tooltip-tipsy .easy-qtip-titlebar .ui-state-hover{border-color:#303030}.easy-qtip-red .easy-qtip-icon,.easy-qtip-red .easy-qtip-titlebar .ui-state-hover{border-color:#D95252}

form#issue-form div#issue_descr_fields,form#issue-form div#issue_descr_fields p.description {
    margin-bottom:15px;
}

form#issue-form div.attachments-info a,form#documents-form div.attachments-info a {
    display:block;
    font-size:100%;
}

fieldset.fieldset-edit-textarea {
    border:none;
    padding:0;
    width: 100%;
}
.new-issue-form .easy-autocomplete-parent_id input {
    width:115px!important;
}
.view_issues_edit_form_updatable_attributes_bottom > p:nth-child(even) {
    float: left;
    width: 49%;
}
.view_issues_edit_form_updatable_attributes_bottom > p:nth-child(odd) {
    float: right;
    width: 49%
}
.view_issues_edit_form_updatable_attributes_bottom > p:last-child:after {
    content: '';
    display: block;
    clear: both;
}
.new-issue-form fieldset.timeentry-activities select {
    max-width:100%;
    width:100%;
}

#main div.timeentry-range p:last-child label {
    width:35px;
}
#main div.timeentry-range select {
    width: auto
}
#main div.timeentry-range input[type="text"] {
    width: 50px;
}
.easy-lookup {
    display: inline-block;
    position: relative;
    min-height: 16.5px;
    cursor: pointer;
    padding: 4px 0;
    /*max-width: 300px;*/
    width: 99%;
}

.easy-lookup input.placeholder {
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7.5px;
}
.easy-lookup .easy-lookup-values {
    max-height: 100px;
    overflow-y: auto;
    display: block;
    width: 93%;
    overflow-x: hidden;
}

.easy-lookup .easy-lookup-trigger {
    position: absolute;
    right: 2.5px;
    top: 50%;
    margin-top: -8.5px;
}
.easy-lookup .easy-lookup-trigger a {
    padding: 0;
    margin: 0;
    line-height: 15px;
    font-size: 20px;
}
.easy-lookup .display-name {
    padding: 0 5px;
}
.modal-selected-values {
    border:1px solid #E4E4E4;
    clear:both;
    height:60px;
    margin:10px 3px;
    overflow:auto;
}

.modal-selected-values .easy-lookup-selected-value-wrapper {
    border:1px solid #E4E4E4;
    display:block;
    float:left;
    margin:3px;
    padding:3px;
    white-space:nowrap;
}

.modal-selected-button,.modal-close-button {
    float:left;
    margin:5px 0 10px 5px;
}

.easy-lookup-modal-selector-container .autoscroll {
    height:320px;
    margin-bottom:0;
    overflow: auto
}

.easy-lookup-value {
    display:table-row-group;
}
.details .easy-lookup-value {
    display: inline;
}
#modal-dialog-loader {
    overflow:auto;
    width:100%;
}

#modal-dialog-loader #easy-query-q-container {
    clear:right;
    float:right;
    margin:2px 0;
    position:absolute;
    right:30px;
    text-align:right;
    top:15px;
}

#modal-dialog-loader #easy-query-q-container img {
    position:absolute;
    right:5px;
    top:6px;
}

#modal-dialog-loader #easy-query-q-container input#easy_query_q {
    color:gray;
    margin:0;
    padding-right:15px;
}

#modal-dialog-loader #modal-selector-entities {
    max-height:350px;
    overflow:auto;
}
#modal-dialog-loader #modal-selector-entities h3 {
    margin: 5px 0;
}
#main table.easy-user-working-time-calendar.cal td a.icon.icon-close,#main table.easy-user-working-time-calendar.cal td a.icon.icon-save {
    margin-left:5px;
    padding:3px 0 3px 12px;
}

table.easy-user-working-time-calendar.cal td,table.easy-user-working-time-calendar.cal td div.even,table.easy-user-working-time-calendar.cal td div.odd {
    height:60px;
}

table.easy-user-working-time-calendar.cal p.working-hours {
    font-size:160%;
    font-weight:700;
}

div.easy-user-working-time-calendar-explanatory-notes-container table.explanatory-notes td.even.today,table.easy-user-working-time-calendar.cal td div.even.today,table.easy-user-working-time-calendar.cal td div.odd.today {
    background-color:#AFA;
}

div.easy-user-working-time-calendar-explanatory-notes-container table.explanatory-notes td.even.holiday,table.easy-user-working-time-calendar.cal td div.even.holiday {
    background-color:#FFF;
}

div.easy-user-working-time-calendar-explanatory-notes-container table.explanatory-notes td.even.exception,table.easy-user-working-time-calendar.cal td div.even.exception {
    background-color:#FF9090;
}

div.easy-attendace-calendar-container table.cal td.even.weekend,div.easy-attendace-calendar-container table.cal td.even.holiday {
    background-color:#FAE0E0;
}

div.easy-user-working-time-calendar-explanatory-notes-container {
    float:left;
    width:150px;
}

#easy_user_working_time_calendar_index table.list td.buttons {
    text-align:left;
    white-space:normal;
}

div.easy-user-working-time-calendar-settings-container {
    float:left;
    margin-top:10px;
    width:560px;
}

div#easy_user_working_time_calendar_edit form.tabular label,div#easy_user_working_time_calendar_new form.tabular label {
    width:200px;
}
.splitcontent {overflow:auto;}
.splitcontentleft{float:left; width:49%;}
.splitcontentright{float:right; width:49%;}

div#tab-content-members .splitcontentleft,div#tab-content-memberships .splitcontentleft,div#tab-content-users .splitcontentleft {
    width:64%;
}

div#tab-content-members .splitcontentright,div#tab-content-memberships .splitcontentright,div#tab-content-users .splitcontentright {
    width:34%;
}

#tab-content-members fieldset, #tab-content-memberships fieldset, #tab-content-users fieldset {padding:1em; margin-bottom: 1em;}
#tab-content-members fieldset legend, #tab-content-memberships fieldset legend, #tab-content-users fieldset legend {font-weight: bold;}
#tab-content-members fieldset label, #tab-content-memberships fieldset label, #tab-content-users fieldset label {display: block;}
#tab-content-members #principals, #tab-content-users #principals {max-height: 400px; overflow: auto;}

#users_for_watcher {height: 200px; overflow:auto;}
#users_for_watcher label {display: block;}

input#principal_search, input#user_search {width:90%}
div#tab-content-memberships .splitcontentleft {
    margin-bottom:20px;
    max-height:500px;
    overflow-y:auto;
}

#tab-content-members .splitcontentright {
    width:35%;
}

#tab-content-members .splitcontentright fieldset,#tab-content-members .splitcontentright fieldset legend {
    padding-top:0;
}

#easy_section_repeating_options input[type="text"]{
    width: auto;
}
#easy_section_repeating_options input[type="number"] {
    width: 50px;
}

.new-issue-form #easy_section_repeating_options .splitcontentright,
.new-issue-form #easy_section_repeating_options .splitcontentleft {
    float: none;
    width: 100%;
}

#main .issue-parents p,#main .issue-childs p {
    margin:0;
    padding:0;
}

#main div#context-menu {
    -moz-box-shadow:8px 8px 16px #9B9B9B;
    -webkit-box-shadow:8px 8px 16px #9B9B9B;
    box-shadow:8px 8px 16px #9B9B9B;
    height:auto;
    z-index:10000;
}

#main div#context-menu ul {
    min-width:150px;
    padding:0;
    width:auto;
}

#main div#context-menu li {
    padding:3px;
}

#main div#context-menu li > * {
    font-size:100%;
}

#main div#context-menu li a {
    padding-left:26px;
    white-space:nowrap;
    width:70%;
}

#main table.list tr.selectable.context-menu-selection a,#main table.list tr.selectable.context-menu-selection a:hover {
    color:#F8F8F8;
}

table.cal:not(.timelog) td > div > div:not(.easy-target-dropzone) {
    border:1px solid #CCC;
    border-radius:10px;
    margin:5px 0;
    padding:5px;
}

span.cke_skin_kama {
    border:none!important;
}

table.resource-availability.cal th.time-range {
    width:120px;
}

table.resource-availability td {
    background-position:center;
    background-repeat:no-repeat;
    height:23px;
    text-align:center;
    vertical-align:middle;
    width:12.5%;
}

table.resource-availability td.available {
    background-color:#5DC25D;
    background-image:0 color-stop(0.49,#5FC95F), color-stop(1,#5AC45A);
    cursor:pointer;
}

table.resource-availability td.unavailable {
    background-color:#DA4343;
    background-image:0 color-stop(0.5,#E05555), color-stop(1,#DA4343);
}

table.resource-availability td > span {
    color:#eee;
    font-size:70%;
    font-weight:700;
}

table.resource-availability td > span.label > a {
    color:#eee;
    font-size:100%;
    font-weight:700;
}
table.resource-availability td:hover > span.label {
    display: block;
}

div.resource-availability-legend span {
    display:inline-block;
    height:12px;
    width:12px;
}

div.resource-availability-legend span.available {
    background-color:#5DC25D;
}

div.resource-availability-legend span.unavailable {
    background-color:#DA4343;
}

#user-character ul {
    list-style-type:none;
    padding:0;
}

#user-character li {
    display:inline-block;
    font-weight:700;
    margin-right:15px;
    text-align:left;
    width:45%;
}

#user-character li > * {
    clear:right;
    float:right;
    font-weight:400;
    text-align:right;
}

.next-prev-links > p {
    display:inline-block;
    margin:0;
    padding:0;
    width:32.8%;
}

.easy-color-scheme-container > p.floating {
    border:1px solid #ccc;
    border-radius:25px 0 0 25px;
    margin:5px 0;
    padding:0;
    width:120px;
}

.easy-color-scheme-container input {
    margin:3.5px 0 0 3px;
}

.easy-color-scheme-container label {
    border-radius:25px 0 0 25px;
    display:inline-block;
    float:right;
    font-size:100%;
    line-height:normal;
    margin:0;
    padding:3px 6px;
    text-align:right;
    width:auto;
}

.query-action-buttons > a {
    margin:0 0 5px;
}

#helpbubble-container-info {
    min-height:250px;
    position:fixed;
    top:10px;
    z-index:50;
}

#helpbubble-container-contact {
    position:fixed;
    top:40px;
    z-index:50;
}

#helpbubble-container-info.hide {
    left:-580px;
}

#helpbubble-container-info.display {
    left:0;
}

#helpbubble-container-contact.hide {
    right:-210px;
}

#helpbubble-container-contact.display {
    right:0;
}

#helpbubble-container-info > div {
    background-color:#fff;
    border-radius:0 10px 10px 0;
    box-shadow:1px 3px 10px #888;
    cursor:pointer;
    margin-bottom:10px;
    min-height:230px;
    overflow:hidden;
    padding:0;
    position:relative;
    width:620px;
}

#helpbubble-container-contact > div {
    background-color:#fff;
    border-radius:10px 0 0 10px;
    box-shadow:1px 3px 10px #888;
    cursor:pointer;
    margin-bottom:10px;
    min-height:230px;
    overflow:hidden;
    padding:0;
    position:relative;
    width:250px;
}

#helpbubble-container-contact .helpbubble-content {
    float:right;
    width:190px;
}

#helpbubble-container-info .helpbubble-content {
    float:left;
    width:580px;
}

.helpbubble-content {
    cursor:default;
    height:100%;
    margin:0;
    padding:0 10px 0 0;
    min-height: 560px;
}

#helpbubble-container-contact div.clicker {
    border-radius:10px 0 0 10px;
    left:0;
    overflow: hidden;
}

#helpbubble-container-info div.clicker {
    border-radius:0 10px 10px 0;
    right:0;
}

div.clicker {
    background-color:#F7F7F7;
    height:100%;
    position:absolute;
    top:0;
    width:40px;
}

div.clicker div.clicker-icon {
    background-position:center center;
    background-repeat:no-repeat;
}

div.helpbubble-info div.clicker-icon {
    background-image:url(../images/icon-helper-i.png);
}

div#helpbubble-container-contact div.clicker-icon {
    background-image:url(../images/icon-helper-post.png);
}

.helpbubble-info-header,div.clicker-icon {
    background-color:#E1E1E1;
    height:30px;
}

#helpbubble-container-contact div.clicker-icon {
    border-radius:10px 0 0 0;
}

#helpbubble-container-info div.clicker-icon {
    border-radius:0 10px 0 0;
}

.helpbubble-info-header,div.clicker > div {
    padding:5px 10px;
}

.helpbubble-info-header {
    font-size:25px;
    font-weight:700;
}

.helpbubble-info-body {
    padding:0 10px;
}

.helpbubble-content > div {
    padding:5px 15px;
}

div.clicker-arrows {
    background-image:url(../images/1rightarrow.png);
    background-position:center center;
    background-repeat:repeat-y;
    height:28px;
    margin:10px 0;
}

div.clicker-arrows.active {
    background-image:url(../images/1leftarrow.png);
}

div.clicker > div.clicker-desc {
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    bottom: -5%;
    color:#CCC;
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-size: 180%;
    font-weight: 700;
    height: 400px;
    left: -30px;
    position: relative;
    text-align: center;
    width: 450px;
    line-height: 35px;
}

.show-help-button {
    position:fixed;
    right:10px;
    top:10px;
    z-index:55;
}

.easy-calendar-listing-links-container {
    clear:both;
    margin:5px 0;
}
.easy-calendar-listing-links-container, .links {
    font-size: 90%;
}
div.calendar {
    z-index:8050!important;
}

.datetime-cf-container span.cf-datetime-time select {
    width:50px;
}

.milestone-sharing-info ul {
    list-style-type:none;
    padding-left:70px;
}

.milestone-sharing-info ul li {
    margin:4px 0;
}

.external {
    background-image:url(../images/external.png);
    background-position:0 60%;
    background-repeat:no-repeat;
    padding-left:12px;
}

.controller-repositories #related-issues .contextual {
    padding:0 20px;
}


.ui-autocomplete-loading {
    background:#fff url(../images/loading.gif) no-repeat right;
}

.hidden-for-sighted {
    height:1px;
    left:-10000px;
    overflow:hidden;
    position:absolute;
    top:auto;
    width:1px;
}

fieldset.easy-filters {
    border:none;
}

span.journal-id {
    cursor:default;
    display:block;
    font-weight:700;
    padding:0 0 5px;
    text-align:right;
}

span.easy-lookup.reassign_to_id {
    display:inline-block!important;
    height:20px!important;
    margin-left:5px;
}

div.modal p.buttons {
    background:inherit;
    margin:0;
    padding:5px;
    text-align:right;
}

div.menu-dashboard {
    margin:15px auto;
}

div.menu-dashboard fieldset {
    border-color: rgb(82, 175, 229);
    display:inline-block;
    margin:3px;
    padding:2.5px;
}

div.menu-dashboard fieldset legend {
    margin:0;
    padding:2px 10px 0;
}

div.menu-dashboard fieldset li {
    float:left;
    list-style-type:none;
    margin:0 3px;
}

div.menu-dashboard fieldset li:last-child:after {
    clear:left;
    content:'';
    display:block;
}
div.menu-dashboard ul {
    padding: 0;
    margin: 0;
}
div.menu-dashboard li a {
    margin:0;
    padding:0;
    text-align:center;
    width:85px;
    text-decoration: none;
}
div.menu-dashboard li span.dashboard-item-icon {
    display:block;
    height:80px;
    margin:0 auto;
    padding:0;
    width:80px;
}
div.menu-dashboard li span.dashboard-item-label {
    display:block;
    font-size:90%;
    height:45px;
    padding-top:5px;
    width:inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.menu-dashboard a span.dashboard-item-icon:after {
    background-position:center;
    background-repeat:no-repeat;
    content:'';
    display:block;
    height:80px;
    width:80px;
}
/* COLOUR THEMES*/

/* -- RED*/
.scheme-0, .list tr.scheme-0 td > a, .user-list tr.scheme-0 td > a, li.scheme-0 > a, #main span.scheme-0, tr.scheme-0 td .tooltip > a {
    color: #e50026;
}
.scheme-0:hover, .list  tr.scheme-0:hover, .user-list tr.scheme-0:hover tr.scheme-0:hover td > a, li.scheme-0:hover > a, #main span.scheme-0:hover, tr.scheme-0:hover td .tooltip > a {
    color: #7B0013;
}

/* -- highRED*/ /*DO it NOW*/
body .scheme-1, tr.scheme-1 td > a, li.scheme-1 > a, #main span.scheme-1, tr.scheme-1 td .tooltip > a {
    color: #e50026;
    background-color: #FAE0E0;
}
body .scheme-1 a {
  color: #e50026;
}
.scheme-1:hover, .list tr.scheme-1:hover, .user-list tr.scheme-1:hover, tr.scheme-1:hover td > a, li.scheme-1:hover > a, #main span.scheme-1:hover, tr.scheme-1:hover td .tooltip > a {
    color: #7B0013;
    background-color: #F6516B;
}
body .scheme-1:hover a {
  color: #fff;
}
tr.issue.scheme-1 td.subject a, tr.issue.scheme-1 td.project a {
    background-color: transparent;
}

tr.context-menu-selection.issue.scheme-1 td.subject, tr.context-menu-selection.issue.scheme-1 td.subject a, tr.context-menu-selection.issue.scheme-1 td.project, tr.context-menu-selection.issue.scheme-1:hover > td a, tr.context-menu-selection.issue.scheme-1:hover > td,
.context-menu-selection.scheme-1, tr.context-menu-selection.scheme-1 td > a, li.scheme-1 > a, #main span.scheme-1, tr.context-menu-selection.scheme-1 td .tooltip > a, tr.issue.scheme-1 td {
    background-color: inherit;
    /*color: inherit;*/
}

/* -- Green*/
.scheme-2, .list tr.scheme-2 td > a, .user-list tr.scheme-2 td > a, li.scheme-2 > a, #main span.scheme-2,  tr.scheme-2 td .tooltip > a, .scheme-2, a {
    color: #64a608;
}
.scheme-2:hover, .list  tr.scheme-2:hover, .user-list tr.scheme-2:hover tr.scheme-2:hover td > a, li.scheme-2:hover > a, #main span.scheme-2:hover, tr.scheme-2:hover td .tooltip > a, .scheme-2:hover a {
    color: #345901;
}
/* -- highGreen*/
.scheme-3, .list tr.scheme-3 td > a, .user-list tr.scheme-3 td > a, li.scheme-3 > a, #main span.scheme-3,  tr.scheme-3 td .tooltip > a {
    color: #345901;
    background-color: #B5E177;
}
.scheme-3:hover, .list  tr.scheme-3:hover, .user-list tr.scheme-3:hover tr.scheme-3:hover td > a, li.scheme-3:hover > a, #main span.scheme-3:hover, tr.scheme-3:hover td .tooltip > a {
    color: #BCE18A;
    background-color: #516F28;
}
/* -- BLUE*/
.scheme-4, .list tr.scheme-4 td > a, .user-list tr.scheme-4 td > a, li.scheme-4 > a, #main span.scheme-4,  tr.scheme-4 td .tooltip > a {
    color:  #0b9de5;
}
.scheme-4:hover, .list  tr.scheme-4:hover, .user-list tr.scheme-4:hover tr.scheme-4:hover td > a, li.scheme-4:hover > a, #main span.scheme-4:hover, tr.scheme-4:hover td .tooltip > a {
    color: #02547B;
}
/* -- highBLUE*/
.scheme-5, .list tr.scheme-5 td > a, .user-list tr.scheme-5 td > a, li.scheme-5 > a, #main span.scheme-5, tr.scheme-5 td .tooltip > a {
    color: #02547B;
    background-color: #82D2F6;
}
.scheme-5:hover, .list  tr.scheme-5:hover, .user-list tr.scheme-5:hover tr.scheme-5:hover td > a, li.scheme-5:hover > a, #main span.scheme-5:hover, tr.scheme-5:hover td .tooltip > a {
    color: #97D7F6;
    background-color: #387A99;
}
/* -- ORAGNE*/
.scheme-6, .list tr.scheme-6 td > a, .user-list tr.scheme-6 td > a, li.scheme-6 > a, #main span.scheme-6, tr.scheme-6 td .tooltip > a {
    color:  #e57300;
}
.scheme-6:hover, .list  tr.scheme-6:hover, .user-list tr.scheme-6:hover tr.scheme-6:hover td > a, li.scheme-6:hover > a, #main span.scheme-6:hover, tr.scheme-6:hover td .tooltip > a {
    color: #F6A451;
}
/* -- highORAGNE*/
.scheme-7, .list tr.scheme-7 td > a, .user-list tr.scheme-7 td > a, li.scheme-7 > a, #main span.scheme-7, tr.scheme-7 td .tooltip > a {
    color: #F6C592;
    background-color: #9F7A54;
}
.scheme-7:hover, .list  tr.scheme-7:hover, .user-list tr.scheme-7:hover tr.scheme-7:hover td > a, li.scheme-7:hover > a, #main span.scheme-7:hover, tr.scheme-7:hover td .tooltip > a {
    color: #F6C592;
    background-color: #7B3E00;
}
table.issues tr[class*=scheme-] td:not(.subject) > a {
    color: inherit;
}
.ui-autocomplete.ui-menu.ui-widget-content {
    max-height: 75%;
    overflow: auto;
}
/*FILE FIELD*/
input[type="file"], input[type="file"] + .description[type="text"] {
    width: 95%;
}
#attachments_fields span[id^=attachments] {
    display: block;
    clear: both;
}
#attachments_fields span[id^=attachments] input[type=text] {
    width: 40%;
    z-index: 1;
    position: relative;
    float: left;
}
#attachments_fields span[id^=attachments] input[type=text].filename {
    background: none;
    border: none;
    z-index: 0;
    line-height: 25px;
    padding: 0 0 0 15px;
    margin-right: -15px;
}
#attachments_fields span[id^=attachments] .filename.half {
    width: 39%;
}
#attachments_fields span[id^=attachments] .filename.full {
    width: 89%;
}
#attachments_fields span[id^=attachments] a.remove-upload {
    float: left;
    width: 10%;
    line-height: 25px;
    text-align: center;
}
div.attachments-container span.add_attachment {
    position: relative;
    display: block;
    clear: both;
    max-width: 660px;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 99%;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
div.fakefile input{
    width: 68%;
    float: left;
    max-width: 99%;
    margin: 0;
}
div.fakefile input + span  {
    display: inline-block;
    width: 25%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.fakefile input, div.fakefile input + span {
    vertical-align: baseline;
    display: inline-block;
    line-height: 9px;
}
input.file {
    top: 10px;
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    max-width: 99%;
}
.easy-autocomplete-tag {
    position: relative;
}
.easy-autocomplete-tag button.ui-button {
    height: 30px;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: -5px;
    margin-top: 0px;
    vertical-align: middle
}
.easy-autocomplete-tag button.ui-button span.ui-icon {
    background: none;
}
.easy-autocomplete-tag button.ui-button:before {
    color: #b3b3b3;
    content: '}';
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    writing-mode: lr-tb;
    display: inline-block;
    line-height: 30px;
    position: absolute;
    top: -2.5px;
    right: 10px;
}
div.next-prev-links {

}
div.next-prev-links > * {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 0;
}
div.next-prev-links > *:first-child {
    text-align: left;
}
div.next-prev-links > *:last-child {
    text-align: right;
}
/*EASY ATTENDANCE*/
a.easy-attendance-calendar-add-quick-event.icon {
    display: inline;
    cursor: pointer;
}
.easy-attendance-advanced-datetime-fields .floatleft {
    float: left;
}
.easy-attendance-range-half-day-radio {
    position: relative;
    margin-right: 10px;
}
.easy-attendance-range-half-day-radio .easy-attendance-time-dropper {
    display: block;
    position: absolute;
    width: 180px;
    top: 35px;
    padding: 5px;
    left: 50%;
    margin-left: -87.5px;
    border: 2px solid #52afe5;
    text-align: center;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0px 0px 2px #52afe5;
}
html p#easy-attendance-range-select .easy-attendance-range-half-day-radio .easy-attendance-time-dropper label {
    display: inline;
    vertical-align: middle;
    padding: 0 2px;
    width: auto;
}
.easy-attendance-range-half-day-radio .easy-attendance-time-dropper input {
    min-width: 70px;
    text-align: center;
}
.easy-attendance-range-half-day-radio .easy-attendance-time-dropper:before {
    border-color: #52afe5 transparent;
    border-width: 0px 10px 10px 10px;
    left: 50%;
    top: -10px;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    margin-left: -10px;
}
/* Easy Attendances personal report module */
.easy-attendance-personal-report {
    border: 1px solid #c9c9c9;
    padding: 10px;
    font-size: 120%;
}
.easy-attendance-personal-report table {
    width: 100%;
    border-collapse: collapse;
}
.easy-attendance-personal-report table table.easy-attendance-statistics {
    width: auto;
}
.easy-attendance-personal-report table table.easy-attendance-statistics td.sum-hours {
    font-weight: bold;
}
.easy-attendance-personal-report table td {
    padding: 5px 2.5px;
}
.easy-attendance-personal-report table.general td.user-name {
    font-size: 200%;
}
.easy-attendance-personal-report table.general td.user-name, .easy-attendance-personal-report table.activities-sum td.activity-name {
    width: 300px;
}
.easy-attendance-personal-report table.general li .hours {
    text-decoration: underline;
}
.easy-attendance-personal-report table.general li span[class*=easy-attendance-report-normal] {
    font-size: 110%;
}
.easy-attendance-personal-report table.activities-sum th {
    text-align: left;
}
form[class$=easy_attendance] p.user-select #easy_attendance_user_id__autocomplete {
    width: 30%;
}
.user.easy-attendance-indicator {
    font-size: 8px;
    vertical-align: super;
    padding: 0 5px;
}
.user.easy-attendance-indicator a, .user.easy-attendance-indicator span.icon {
    color: inherit;
}
.user.easy-attendance-indicator span.icon:before {
    font-size: 8px;
}
.user.easy-attendance-indicator.online {
    color: green;
}
.user.easy-attendance-indicator.offline {
    color: red;
}
/* LINK WIH CHANGING ICON */
.link-with-changing-icon-on-hover {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 75px;
    opacity: 0.5;
}
.link-with-changing-icon-on-hover span[class^=icon] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -37.5px;
    margin-top: -37.5px;
}
.link-with-changing-icon-on-hover span[class^=icon]:last-child {
    opacity: 0;
}
.link-with-changing-icon-on-hover:hover span[class^=icon]:last-child {
    opacity: 1;
}
.link-with-changing-icon-on-hover:hover span[class^=icon]:first-child {
    opacity: 0.15;
}
.easy_long_note > div:first-child {
    max-height: 300px;
    overflow: hidden;
}
#ajax-modal #modal-selector-entities {
    max-height:350px;
}

.easy-lookup-modal-selector-container .autoscroll {
    height:320px;
    margin-bottom:0;
    overflow: auto
}
.available, .positive {
    color: #4ebf67;
}
.unavailable, .negative {
    color: #e50026;
}
.resource-availability .available, .resource-availability-legend .available {
    background-color: #4ebf67;
    color: #fff;
    cursor: pointer;
}
.resource-availability .unavailable, .resource-availability-legend .unavailable {
    background-color: #e50026;
    color: #fff
}
.resource-availability-legend span {
    display: inline-block;
    width: 10px;
}
table.cal.resource-availability thead th.week-number {
    min-width: 75px;
}
table.cal.resource-availability tr {
    height: 50px
}


/*EASY TRANSLATIONS */
span.easy-translator-input-field input.easy-flag {
    background-size: 1.5em;
    background-position: 99% 50%;
    background-repeat: no-repeat;
}
span.easy-translator-input-field a.easy-translation-link {
    margin: 0 5px;
    font-size: 18px;
    line-height: 25px;
}
span.easy-translator-input-field a.easy-translation-link:hover {
    color: #359FD3;
}
#easy_translation_used_translation_container .icon-del {
    font-size: 16px;
}
#easy_translation_used_translation_container .form_translated_field p[id^=easy_translation] {
    float: left;
    width: 49%;
}
#easy_translation_used_translation_container .form_translated_field p[id^=easy_translation] input[type="text"] {
    width: 50%;
}
div.tabular-list p > *:first-child, div.tabular-list div > span:first-child  {
    clear:right;
    display: inline-block;
    float: none;
    text-align: left;
    width: 145px;
}
div.tabular-list p span, div.tabular-list div span {
    float: right;
    font-weight: bold;
}
/*div.splitcontent.nosplitcontentright .splitcontentleft.tabular-list:first-child {
    margin-right: 2%;
}*/
.bigger-font {
    font-size: 130%
}
.active-filters {
    color: #e50026;
}
.box .module-content.new-issue-form {
    margin: 20px 0px 0 0px;
}
.box .module-content.new-issue-form .issue_others_static_fields, .box .module-content.new-issue-form #issue_updatable_fields .attributes > .box, .box .module-content.new-issue-form .issue_others_static_fields > .box {
    margin: 0;
}

.box .module-content.new-issue-form .issue_common_static_fields > .box:first-child {
    padding-top: 0;
}

.menu ul.menu-manager, ul.menu-manager ul.menu-children {
    padding:0;
    margin: 0;
}
.menu ul.menu-manager li, .menu ul.menu-manager ul.menu-children li {
    list-style-type: none;
    display: inline-block;
}
.menu ul.menu-manager li a, .menu ul.menu-manager li ul.menu-children li a {
    background-color: #52AFE5;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px;
}
.menu ul.menu-manager ul.menu-children li, .menu ul.menu-manager li ul.menu-children li a {
    display: block;
}
.menu ul.menu-manager li {
    position: relative;
}
.menu ul.menu-manager li *[class*=icon-]:before {
    color: #FFFFFF;
}
.menu ul.menu-manager li ul.menu-children {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
}
.menu ul.menu-manager li:hover ul.menu-children {
    display: block;
}
#sidebar a.back i {
    float: left;
    line-height: 24px; /*xl-icon*/
}
table.list td.amount {
    text-align: right;
    white-space: nowrap;
}
#header h1 .menu-project-template {
    font-size: 50%;
    font-weight: normal;
}
.upper {
    font-size: small;
    vertical-align: super;
}
.red {
    color: #FF0000;
}
#sidebar_hider {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.25;
}
#sidebar_hider i {
  display: block;
  line-height: 12px;
  font-size: 12px;
}
#sidebar_hider:hover {
  opacity: 1;
}
