/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 17, 2014, 1:51:10 PM
    Author     : tomaspolacek
*/


/* general rules */

.ui-widget {
    font-size: 12px !important;
}

.ui-layout-north {
    z-index:20 !important;
    overflow:visible !important;;
}

.ui-layout-north .ui-layout-unit-content {
    overflow:visible !important;
}

.ui-datatable .ui-datatable-footer .footer-section {
    text-align: left;
}

.ui-inputfield {
    width: 100px;
}

.column {
    font-weight: bold;
    background-color: menu;
}

.app-menu {
    margin-bottom: 5px;
}








.nowrap {
    white-space: nowrap;
}

.wide-input {
   width: 270px; 
}

.margin-top {
    margin-top: 10px;
}

.margin-top-big {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.smaller-font, .smaller-font * {
    font-size: 0.8em;
}

.unresizable {
    resize: none;
}

/* wrapper rules */

body {
    background-color: #EFF3F6;
    font-family: exomedium, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

h1 {
    color: #4F4F4F;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    text-align: center;
}

#page-header {
    margin-bottom: 10px;
}

.header-title {
    font-weight: bold;
    font-size: 20px;
    float: right;
    margin-right: 10px;
}

.et-logo {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

#page-wrapper {
    min-width: 1200px;
}

.half-page-width {
    min-width: 600px;
}

.page-title {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 28px;
    margin-right: 13px;
    float: right;
}

/* */

.form-table {
    
}

.form-table TD {
    padding: 3px;
}

/* entity-table classes */

.entity-table .super-thin {
    width: 30px;
}

.entity-table .thin {
    width: 60px;
}

.entity-table .subsubnornal {
    width: 90px;
}

.entity-table .subnormal {
    width: 120px;
}

.entity-table .normal {
    width: 200px;
}

.entity-table .wider {
    width: 300px;
}

.entity-table .wide {
    width: 400px;
}

.entity-table .align-right {
    text-align: right;
}

.entity-table .align-center {
    text-align: center;
}

.entity-table .nowrap {
    white-space: nowrap;
}

.entity-table .column-action button {
    margin-right: 3px;
    margin-left: 3px;
}

.entity-table button {
    font-size: 12px;
}
.entity-table button span {
    font-size: 12px;
}

.entity-table tr.green td {
    background-color: #9bd1b7;
}

.entity-table tr.yellow {
    background-color: #fef5bc;
}

.entity-table tr.orange {
    background-color: #fbc091;
}

.entity-table tr.red {
    background-color: #f49276;
}

.entity-table tr.white {
    background-color: white;
}

.timer-panel .ui-panel-content {
    background-color: #e8f5e9;
}

.nowrap-table td {
    white-space: nowrap;
}

a.task-free-time-info {
    text-decoration: none;
    color: #50ad51;
}

.task-overdue {
    color: #ea343e;
    font-weight: bold;
}

.hide-column-names table thead tr {
    display: none;
}

.task-list-overview td {
    background-color: white;
}

.ui-widget-header .ui-panel-title {
    font-weight: normal !important;
}

.fixed-select-one-menu {
    width:110px !important;
    min-width:0px !important;
}

a.event-type-w, td.event-type-w, div.event-type-w {
    background-color: #3a87ad;
    border-color: #3a87ad;
    color: white;   
}

a.event-type-h, td.event-type-h, div.event-type-h {
    background-color: #AAAA39;
    border-color: #AAAA39;
    color: white;
}


a.event-type-o, td.event-type-o, div.event-type-o {
    background-color: gray;
    border-color: gray;
    color: white;
}

a.event-type-s, td.event-type-s, div.event-type-s {
    background-color: #39ac73;
    border-color: #39ac73;
    color: white;
}

a.event-type-b, td.event-type-b, div.event-type-b {
    background-color: #A3393C;
    border-color: #A3393C;
    color: white;
}

a.event-type-t, td.event-type-t, div.event-type-t {
    background-color: #5B6C5D;
    border-color: #5B6C5D;
    color: white;
}

a.event-type-r, td.event-type-r, div.event-type-r {
    background-color: #f54298;
    border-color: #f54298;
    color: white;
}

a.event-type-d, td.event-type-d, div.event-type-d {
    background-color: #404040;
    border-color: #404040;
    color: white;
}

a.event-type-a, td.event-type-a, div.event-type-a {
    background-color: #512E5F;
    border-color: #512E5F;
    color: white;
}

.work-log-type-desc td {
    padding: 10px;
    min-width: 120px;
    white-space: nowrap;
    text-align: center;
}

.work-log-type-desc td  * {
    white-space: nowrap;
    font-size: 16px;
}

.comment_overdue {
    background-color: #FFE4C0;
}

.sub-projects-expansion {
    background-color: #cccccc;
}

.red-button {
    background-color: #A3393C;
    border-color: #A3393C;
    color: white;
}

.fc-unthemed td.fc-today {
    background-color: #aec5de !important;
}

.entity-table tr.project-closed-row td {
    background-color: #E3F5EBFF;
}

.entity-table tr.project-not-closed-row td {
    background-color: #ffffff;
}