/* --------------------------------------------------------------------- */
/* ---------------------------common-template--------------------------- */
/* --------------------------------------------------------------------- */

body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #363636;
    margin: 0;
    padding: 0;
    background: #c1c1d4;
    /*background: #000000;*/
}

div#login_container {
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 100px;
    margin-bottom: 100px;

}

/* --------------------------------------------------------------------- */
/* ---------------------------container--------------------------------- */
/* --------------------------------------------------------------------- */

div#container {
    margin-left: 30px;
    margin-right: 30px;
    min-width: 1024px;
    min-height: 600px;
    padding: 0 25px 0 25px;
    background: #dadaea;
    /*background: #460000;*/
    /*background: #453f3f;*/
}

div#container h1 {
    color: white;
}

div#menu_holder {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
}

div#logo {
    margin-left: 15px;
    margin-right: 15px;
    height: 0px;
    background-image: url("../images/header-color.png");
    background-repeat: repeat-x;
}

div#short_profile {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 3px;
    float: right;
    color: #8e8e8e;
    line-height: 16px;

}

div#short_profile img {
    border: 1px solid #cdcdcd;
    padding: 1px;
    background: #f2f2f2;
    margin: 0 15px 0 0;
    display: block;
    float: left;
}

div#short_profile p {
    padding: 0 0 5px 0;
    float: right;
    clear: right;
}

div#content_header h1 {
    font-size: 25px;
    text-align: center;
    color: #5d5d5d;
    /*color: white;*/
    font-weight: lighter;
    float: left;
    padding: 5px 0 0 7px;
    display: block;
}

div#main_content h1 {
    text-align: center;
    /*color: #ffffff;*/
}

div.two-column-static div#main_content {
    /*width: 1024px;*/
    /**width: 1024px;*/
    margin-left: 15px;
    margin-right: 15px;
}

div.two-column-static-center div#main_content {
    /*width: 1024px;*/
    /**width: 1024px;*/
    margin-left: 15px;
    margin-right: 15px;
}

div.two-column-static-center div#main_content {
    text-align: center;
}

div.two-column-liquid div#main_content {
    width: auto;
}

div.two-column-liquid-center div#main_content {
    width: auto;
}

div.two-column-liquid-center div#main_content {
    text-align: center;
}

div.one-column-static div#main_content {
    /*width: 1024px;*/
    /**width: 1024px; *//* ie */
    /*margin-left: 0 !important;*/
    margin-left: 15px;
    margin-right: 15px;
}

div.one-column-static div#sidebar {
    display: none;
}

div.one-column-static-center div#main_content {
    /*width: 1024px;*/
    /**width: 1024px; *//* ie */
    /*margin-left: 0 !important;*/
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

div.one-column-static-center div#sidebar {
    display: none;
}

/* ------------- 1 col liquid -------------- */

div.one-column-liquid div#main_content {
    width: auto;
    margin-left: 0 !important;
}

div.one-column-liquid div#sidebar {
    display: none;
}

div.one-column-liquid-center div#main_content {
    width: auto;
    margin-left: 0 !important;
    text-align: center;
}

div.one-column-liquid-center div#sidebar {
    display: none;
}

div#main_content {
    /*margin-left: 210px;*/
    padding-top: 12px;
}

div#main_content p {
    padding: 7px 0;
}

div#main_content p img {
    float: left;
    margin: 3px 15px 10px 0;
}

div#main_content ul {
    padding: 5px 0 5px 15px;
}

div#main_content ul li {
    padding: 3px 0 3px 10px;
    background: url(../gfx/arrow_punct.gif) no-repeat 0 0.7em;
}

/* ------------- header toolbar -------------- */

div#main_content div.header {
    /*position: relative;*/
    width: 100%;
}

* html div#main_content div.header {
    width: 99%
}

div#main_content div.header div.tool_bar {
    /*position: absolute;*/
    top: 10px;
    right: 0;
}

div#main_content h1 {
    color: #a3280c;
    /*color: #ffffff;*/
    padding: 0 0 6px 0;
    font-size: 22px;
    font-weight: normal;
    background: url(../gfx/bgh1.gif) repeat-x bottom left;
    margin-bottom: 15px;
    width: 100%;
    display: block;
}

div#main_content h1,
div#main_content h2,
div#main_content h3,
div#main_content h4,
div#main_content h5 {
    clear: both;
    padding: 7px 0;
    margin-bottom: 15px;
}

div#main_content h2 {
    font-size: 18px;
    font-weight: normal;
    color: #a3280c;
    background: url(../gfx/bgh1.gif) repeat-x bottom left;
}

div#main_content h3 {
    font-size: 14px;
    font-weight: bold;
    color: #a3280c;
    background: url(../gfx/bgh1.gif) repeat-x bottom left;
}

div#main_content h4 {
    font-size: 12px;
    font-weight: bold;
    color: #a3280c;
    background: url(../gfx/bgh1.gif) repeat-x bottom left;
}

div#main_content h5 {
    font-size: 11px;
    font-weight: bold;
    background: url(../gfx/bgh1.gif) repeat-x bottom left;
}

div#main_content div.blockquote_module h3 {
    border-bottom: 1px solid #bbc7d3;
    font-size: 11px;
    color: #8e8e8e;
    padding: 7px 0 5px 0;
}

div#main_content a:link {
    text-decoration: none;
}

div#main_content a:active {
    text-decoration: none;
}

div#main_content a:hover {
    text-decoration: underline;
    color: red;
}

div#sidebar {
    width: 180px;
    padding-top: 12px;
    float: left;
}

div.sidebar_box {
    margin-bottom: 25px;
}

div.sidebar_box h2 {
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
    margin-bottom: 1px;
}

div.sidebar_box div.sidebar_box_txt {
    border: 1px solid #95a5b5;
    padding: 5px;
}

div.sidebar_box div.sidebar_box_txt img {
    float: left;
    margin-right: 5px;
}

div#footer_wrapper {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 25px 0 25px;
    min-width: 1024px;
    background: #a7a7a7;
}

div#footer {
    padding-bottom: 7px;
    padding-top: 7px;
}

div#copyrights {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

/* --------------------------------------------------------------------- */
/* ---------------------------czasPracy--------------------------------- */
/* --------------------------------------------------------------------- */

.cp-datatable-row-holiday {
    /*background: none repeat scroll 0 0 #22F529;*/
    background: none repeat scroll 0 0 #DAEEA3;
    height: 40px;
}

.cp-datatable-row-normal {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 40px;
}

.cp-datatable-row-conflicted {
    /*background: none repeat scroll 0 0 #F11F1F;*/
    background: none repeat scroll 0 0 #EEA3B4;
    height: 40px;
}

.cp-datatable-column-normal {
    text-align: center;
}

.cp-datatable-column-manual {
    text-align: center;
    /*background: none repeat scroll 0 0 #F52229;*/
    background: none repeat scroll 0 0 #EEA3B4;
    /*color:#f0f2f0;*/
}

.cp-datatable-column-missing {
    text-align: center;
    /*background: none repeat scroll 0 0 #2e0fed;*/
    background: none repeat scroll 0 0 #A3EEDC;
    /*color:#f0f2f0;*/
}

.cp-datatable-column-active {
    text-align: center;
    /*background: none repeat scroll 0 0 #cccff4;*/
    background: none repeat scroll 0 0 #C8C8C8;
}

.cp-panel-grid-first-column {
    float: right;
    font-weight: bold;
}

.cp-panel-grid-first-column-100 {
    float: right;
    font-weight: bold;
    width: 100px;
}

.cp-period-details-first-column {
    float: right;
    text-align: right;
    width: 300px;
}

.cp-period-details-second-column {
    float: left;
}

.cp-period-legend-first-column {
    width: 30%;
    float: right;
}

.cp-period-legend-second-column {
    width: 70%
}

.employee-panel-grid-first-column {
    float: right;
    font-weight: bold;
}

.employee-panel-grid-second-column {
    font-weight: bold;
}

.company-department-datagrid {
    vertical-align: text-top;
}

.cp-column-seperation-items {
    border: 0;
    margin-right: 5px;
}

.backLink {
    border: 0;
    margin-right: 3px;
}

.left-icons-column {
    margin-right: 3px;
}

.user-group-icon {
    background-image: url("../images/icons/user-group-icon-16.png") !important;
}

.calendar-icon {
    background-image: url("../images/icons/calendar-icon-16.png") !important;
}

.user-account-icon {
    background-image: url("../images/icons/user-account-icon-16.png") !important;
}

.department-icon {
    background-image: url("../images/icons/department-icon-16.png") !important;
}

.logout-icon {
    background-image: url("../images/icons/logout-icon-16.png") !important;
}

.no_sub_product {
    color: red;
}

.selected_product {
    color: blue;
}

/*
carRental
*/
.car-rental-confirmed {
    text-align: center;
    /*background: none repeat scroll 0 0 #F52229;*/
    background: none repeat scroll 0 0 #EEA3B4;
}

.car-rental-not_confirmed {
    text-align: center;
    /*background: none repeat scroll 0 0 #2e0fed;*/
    background: none repeat scroll 0 0 #FF0000;
}