﻿body {
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 9pt;
}

.pismo {
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 9pt;
}

.bgcolor-overLib {
    background-color: #FFFFFF;
}

.border-overLib {
    border: solid 1px #ABA8A8;
}

img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

a {
    color: #2B597D;
}

#toolbar a, .detailcommand a, #toolbarFSD a {
    /*background: url( '../App_Themes/Default/bg-button.gif' ) repeat-x left top;   */
    background: #555;
    border: solid 2px #555;
    padding: 5px 7px;
    color: #fff;
    text-decoration: none;
    cursor: default;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px white inset;
    font-weight: bold;
}

h3 {
    color: #4884B3;
    font-size: 14pt;
}

h2, h4 {
    color: #3B6DA0;
    font-size: 14pt;
    font-family: Tahoma,Verdana,Helvetica,sans-serif;
}

    h2.travel {
        position: relative;
        padding-left: 65px;
        background: url(../img/h2_travel_48x48.png) left center no-repeat;
        height: 48px;
        line-height: 48px;
    }

    h2.vacation {
        position: relative;
        padding-left: 65px;
        background: url(../img/h2_vacation_48x48.png) left center no-repeat;
        height: 48px;
        line-height: 48px;
    }

    h2.hr_overview {
        position: relative;
        padding-left: 65px;
        background: url(../img/h2_hr_overview_48x48.png) left center no-repeat;
        height: 48px;
        line-height: 48px;
    }

    h2.lunchtime {
        position: relative;
        padding-left: 65px;
        background: url(../img/h2_lunchtime_48x48.png) left center no-repeat;
        height: 48px;
        line-height: 48px;
    }

    h2.other {
        position: relative;
        padding-left: 65px;
        background: url(../img/h2_other_48x48.png) left center no-repeat;
        height: 48px;
        line-height: 48px;
    }

    h2.view_users {
        position: relative;
        padding-left: 65px;
        background: url(../img/h2_view_users_48x48.png) left center no-repeat;
        height: 48px;
        line-height: 48px;
    }


    h2.poll {
        position: relative;
        padding-left: 65px;
        background: url(../img/h2_voting_48x48.png) left center no-repeat;
        height: 48px;
        line-height: 48px;
    }

select, input {
    font-size: 9pt;
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    padding: 3px;
    border: 1px solid #DEDEDE;
    border-radius: 3px 3px 3px 3px;
}

    input[type=submit] {
        background: none repeat scroll 0 0 #555555;
        border: 2px solid #555555;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 1px 1px white inset;
        color: #FFFFFF;
        cursor: default;
        font-weight: bold;
        padding: 3px 5px;
        text-decoration: none;
    }

#page, #page-popup {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 936px;
}

#page-popup {
    width: 90%;
}

#header {
    border-bottom: 5px solid #777; /* border-bottom: 5px solid #00694C; */
    height: 83px;
    margin-bottom: 4px;
}

#title, #title a {
    float: left;
    color: #000;
    margin: 0;
    background: url(../img/hra-logo.jpg) no-repeat left top;
    height: 83px;
    width: 770px;
}


.logo {
    float: right;
    margin-top: 10px;
}

#body {
    margin-top: 20pt;
    min-height: 400px;
}

#footer {
    margin-top: 20pt;
    text-align: right;
    font-size: 8pt;
    clear: both;
    float: none;
    color: #000;
    padding: 15px;
    border-bottom: 5px solid #777;
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 1%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#bbbbbb), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 1%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 1%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 1%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(top, #bbbbbb 1%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.hidden {
    display: none;
}

#toolbar {
    margin: 0;
    padding: 15px 0px 20px 0px;
}

#toolbarFSD {
    margin: 0;
    padding: 5px 0px 5px 2px;
}

#gridVacationRequest {
    display: block;
}


.vacation-block, .grey-block {
    background-color: rgba(0, 0, 0, 0.02);
    border-top: 2px solid #aaaaaa;
    /*border-radius: 3px 3px 3px 3px;     */
    padding: 10px;
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.grid {
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}

.grid-cb {
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0;
}

    .grid-cb td {
        border: 1px solid #ABA8A8;
        /*padding: 3px 5px;*/
        padding: 0px;
        margin: 0px;
        height: 25px;
    }


    .grid-cb th {
        width: 25px;
    }

.gridhistory {
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    background-color: #DEDEDE;
    border: solid 1px #667AB2;
}




.gridrow td {
    border: solid 1px #ededed;
    padding: 0px;
    background: url(../img/table-td-bg.jpg) right top repeat-y #ffffff;
    vertical-align: middle;
    text-align: center;
}

    .gridrow td:first-child {
        border: solid 1px #ededed;
        padding: 4px 5px;
        background: url(../img/table-td-bg.jpg) right top repeat-y #ffffff;
    }





.gridheader {
    background-color: #C2C1C1;
}

    .gridheader th {
        border: 0;
        border-right: solid 1px #f5f5f5;
        border-left: 1px solid #ededed;
        border-bottom: 1px solid #bebebe;
        padding: 7px 5px;
        background: url(../img/table-th-bg.jpg) right top repeat-y #dcdcdc;
    }

    .gridheader a {
        color: black;
        text-decoration: none;
    }

.gridfooter {
}

.gridpager td {
    border: none;
}

.grid-popis {
    padding: 8pt 0px 5pt 0px;
}

.detail {
}

.detailheader {
}

.detailcommand {
    padding: 5pt;
}

.detailedit {
}

.detaillabel {
}

.detailheader {
}

.detailinsert {
}

.detailpager {
}

.detailrow {
}

.grouped-table {
    border: 1px solid #667AB2;
    border-collapse: collapse;
    font-size: 8pt;
}

    .grouped-table th {
        background-color: #C2C1C1;
        padding: 3px;
        font-weight: normal;
    }

        .grouped-table th.bordered {
            border-left: solid 1px #777777;
        }

    .grouped-table .group1 {
        color: white;
        background-color: #2B597C;
        padding: 5px;
    }

    .grouped-table .group2 {
        color: white;
        background-color: #7599AF;
        padding: 4px;
    }

    .grouped-table .group3 {
        background-color: #AFC4D3;
        padding: 4px;
    }

    .grouped-table .group4 {
        background-color: #DEDEDE;
        padding: 4px;
    }

    .grouped-table .group4-fold img, .grouped-table .group3-fold img {
        float: right;
        padding: 4px;
    }

    .grouped-table .ucet-item {
        display: none;
    }

    .grouped-table .item {
        display: none;
        background-color: white;
    }

        .grouped-table .item td {
            border: solid 1px #ABA8A8;
            padding: 0 2px;
        }

            .grouped-table .item td.edit {
                border-style: none;
                text-align: right;
            }

                .grouped-table .item td.edit img {
                    padding: 2px 3px 0px 3px;
                }

.status {
    font-size: 8pt;
    margin: 0;
    padding: 0px 0px 8px 0px;
}


.reports-filter select {
    width: 200px;
}

.budget-field {
    width: 80px;
    text-align: right;
}

.readonly-background {
    background-color: #DEDEDE;
}

.readonly-textbox {
    background-color: #DEDEDE;
    border: solid 1px #667AB2;
}

.readonly-textbox-number {
    text-align: right;
    background-color: #DEDEDE;
    border: solid 1px #667AB2;
}

.border-textbox {
    border: 1px solid #DEDEDE;
}

.border-textbox-short {
    width: 70px;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    padding: 3px;
    text-align: center;
}

.border-textbox-gray {
    border: solid 1px #aaaaaa;
    border-radius: 3px 3px 3px 3px;
    background-color: #D3D3D3;
    width: 50px;
    color: #000000;
    text-align: center;
    padding: 3px;
}

.border-textbox-attendance {
    border: solid 1px #dedede;
    border-radius: 3px 3px 3px 3px;
    background-color: #ededed;
    width: 50px;
    color: #000000;
    text-align: center;
    padding: 3px;
}

.border-textbox-white {
    border: solid 1px #D3D3D3;
    background-color: #FFFFFF;
    width: 100px;
}

.readonly-user-label {
    background-color: #DEDEDE;
    border: solid 1px #667AB2;
    padding: 3px 5px;
    color: #000;
    text-decoration: none;
    cursor: default;
    line-height: 21px;
}

.tabform td {
    padding: 0 10px 0 0;
}

.login {
    background-color: #efefef;
    /*border: 1px solid #ccc;       */
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) inset;
    border-radius: 5px 5px 5px 5px;
}

.border-textbox-login {
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}


.bluelockunlock {
    color: #0B9547;
    font-weight: bold;
}

/* pridane styly PES */

#MyAttendance {
    background: url("../img/menu_strip.gif") repeat scroll 0 0 transparent;
    border-color: #006A4D;
    border-style: solid;
    border-width: 1px;
    color: #006A4D;
    font-size: small;
    padding: 3px 0px 3px 5px;
}

#MyAttendanceTextboxSection {
    float: left;
    width: 305px;
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
    margin-right: 10px;
}

#UpcomingEventsSection {
    float: left;
    padding: 15px 10px 0px 0px;
    width: 375px;
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    border-radius: 3px 3px 3px 3px;
    padding: 13px 10px 10px;
}

.sectionMainPage /* oprava */ {
    /*background: url("../img/menu_strip.gif") repeat-x scroll 0 0 transparent;
    border-color: #006A4D;
    border-style: solid;
    border-width: 1px; 
    border-bottom: 1px solid #D8E8E4;
    border-top: 2px solid #006A4D;
    color: #006A4D; */
    font-size: small;
    padding: 0px 60px;
    margin: 45px 0 15px 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e2e2e2;
    border-top: 2px solid #999999;
    color: #222;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 50%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(50%,#d1d1d1), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 50%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 50%,#f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 50%,#f1f1f1 100%); /* IE10+ */
    background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 50%,#f1f1f1 100%); /* W3C */
    position: relative;
    display: block;
    font-weight: bold;
}

.icon_vacation {
    display: block;
    height: 48px;
    width: 48px;
    background: url(../img/vacation_48x48.png) center center no-repeat;
    position: absolute;
    top: -12px;
    left: 5px;
}

.icon_travel {
    display: block;
    height: 48px;
    width: 48px;
    background: url(../img/travel_48x48.png) center center no-repeat;
    position: absolute;
    top: -12px;
    left: 5px;
}

.icon_other {
    display: block;
    height: 48px;
    width: 48px;
    background: url(../img/h2_other_48x48.png) center center no-repeat;
    position: absolute;
    top: -12px;
    left: 5px;
}

.icon_warning {
    display: block;
    height: 48px;
    width: 48px;
    background: url(../img/warning_48x48.png) center center no-repeat;
    position: absolute;
    top: -12px;
    left: 5px;
}

.menuDetailStyle {
    font-size: 11px;
    height: 28px;
    border-bottom: 1px solid #696969;
    border-top: 2px solid #222;
    background: #474747; /* Old browsers */
    background: -moz-linear-gradient(top, #474747 0%, #696969 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#696969)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #474747 0%,#696969 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #474747 0%,#696969 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #474747 0%,#696969 100%); /* IE10+ */
    background: linear-gradient(top, #474747 0%,#696969 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#696969',GradientType=0 ); /* IE6-9 */
}

    .menuDetailStyle .submenuDiv {
        position: absolute;
        z-index: 10;
        display: none;
        padding-top: 10px;
    }

        .menuDetailStyle .submenuDiv .subitem {
            padding-top: 5px;
            height: 23px;
            background: url(../img/podmenu_strip.gif);
            background-repeat: repeat-x;
            background-color: #F9F1D9;
            width: 150px;
            border-bottom: 1px solid #333;
            background: #474747; /* Old browsers */
            background: -moz-linear-gradient(top, #474747 0%, #696969 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#696969)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #474747 0%,#696969 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #474747 0%,#696969 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #474747 0%,#696969 100%); /* IE10+ */
            background: linear-gradient(top, #474747 0%,#696969 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#696969',GradientType=0 ); /* IE6-9 */
        }

        .menuDetailStyle .submenuDiv div:hover {
            background: url(../img/hover_strip.gif);
            background: #9E9E9E;
        }

    .menuDetailStyle .menuRow {
        /*height: 28px;   */
    }

    .menuDetailStyle tr.menuRow td {
        /* padding: 7px 0 ; */
    }

    .menuDetailStyle .menuDescription {
        width: 230px;
        padding: 0px 8px 0px 8px;
        color: #222;
        font-size: 12px;
        background: none repeat scroll 0 0 #E5E5E5;
        border-radius: 5px 5px 5px 5px;
        font-weight: bold;
    }

    .menuDetailStyle .menuItemLink {
        width: 230px;
        padding: 0px 8px 0px 8px;
        font-size: 12px;
        text-decoration: none;
        color: #fff;
    }

    .menuDetailStyle td.active:hover {
        /*background: url(../img/hover_strip.gif);  */
        background: #9E9E9E;
    }

.red {
    color: #FF0000;
}

.menuHover {
    background: url(../img/hover_strip.gif);
    background-color: #E9E9E9;
}

.menuStyle /* oprava */ {
    background: url(../img/menu_strip.gif) repeat-x 0 0 #D8E8E4;
    font-size: small;
    border-bottom: 1px solid #696969;
    border-top: 2px solid #222;
    background: #474747; /* Old browsers */
    background: -moz-linear-gradient(top, #474747 0%, #696969 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#696969)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #474747 0%,#696969 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #474747 0%,#696969 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #474747 0%,#696969 100%); /* IE10+ */
    background: linear-gradient(top, #474747 0%,#696969 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#696969',GradientType=0 ); /* IE6-9 */
}

    .menuStyle a {
        color: #ffffff;
        font-weight: bold;
    }

    .menuStyle .submenuDiv {
        position: absolute;
        z-index: 999;
        display: none;
        margin: 5px 0 3px 0;
        padding: 3px;
        /*background-color: #D8E8E4;  */
        background: #9E9E9E;
    }

        .menuStyle .submenuDiv .subitem {
            width: 160px;
        }

            .menuStyle .submenuDiv .subitem a {
                display: block;
                padding: 1px 4px;
                width: 152px;
                position: relative;
                visibility: visible;
                height: 28px;
                line-height: 28px;
                /*background: url(../img/podmenu_strip.gif);
    background-repeat: repeat-x;
    background-color: #D8E8E4;*
    border-bottom: 1px solid  #C4D4D0; */
                border-bottom: 1px solid #333;
                background: #474747; /* Old browsers */
                background: -moz-linear-gradient(top, #474747 0%, #696969 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#696969)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #474747 0%,#696969 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #474747 0%,#696969 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #474747 0%,#696969 100%); /* IE10+ */
                background: linear-gradient(top, #474747 0%,#696969 100%); /* W3C */
            }


                .menuStyle .submenuDiv .subitem a:hover {
                    background: none;
                    background: url(../img/hover_strip.gif);
                    background-color: #E9E9E9;
                    color: #000000;
                }

    .menuStyle .menuRow {
        height: 28px;
    }

    .menuStyle .menuDescription {
        width: 230px;
        padding: 0px 8px 0px 8px;
        color: #2B597D;
        font-size: 12px;
    }

    .menuStyle .menuItemLink {
        width: 230px;
        padding: 0px 8px 0px 8px;
        font-size: 12px;
        text-decoration: none;
    }

    .menuStyle td.active:hover {
        /*background: url(../img/hovermenu_strip.gif);    */
        /*background-color: #D8E8E4; */
        background: #9E9E9E;
        color: #444;
    }

.menuItemSpecial {
    text-align: center;
}


/*  nove */
.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.red {
    color: red;
}

.reset {
    clear: both;
    float: none;
    height: 0;
}


table.vacationRequest td {
    padding: 3px 0;
    border-collapse: collapse;
}

    table.vacationRequest td span {
        padding-right: 15px;
    }

.item {
    padding: 0 0 6px 0;
    font-style: italic;
    font-size: 90%;
    color: #777;
    margin: 0;
}

.descr {
    padding: 0;
    padding-bottom: 6px;
    font-size: 90%;
    color: #777;
    margin: 0;
}

#UpcomingEventsSectionForm {
    padding: 0 0 5px;
}

    #UpcomingEventsSectionForm select {
        width: 255px;
        border: 1px solid #DEDEDE;
        padding: 3px;
    }

    #UpcomingEventsSectionForm input {
        width: 55px;
        padding: 1px;
    }

#UpcomingEventsSection table {
    border-collapse: collapse;
    width: 100%;
}

.clone {
    background: url(../img/dolly_m.png) no-repeat center center;
    width: 24px;
    height: 24px;
    display: block;
    padding: 0 5px;
}

.open {
    background: url(../img/folder_open-32.png) no-repeat center center;
    display: block;
    padding: 0 5px;
    width: 24px;
    height: 24px;
}

.comment {
    background: url(../img/comments-32.png) no-repeat center center;
    display: block;
    padding: 0 5px;
    width: 24px;
    height: 24px;
}


.approve {
    background: url(../img/ok.png) no-repeat center center;
    display: block;
    width: 20px;
    height: 20px;
}

.reject {
    background: url(../img/delete.png) no-repeat center center;
    display: block;
    width: 20px;
    height: 20px;
}

.undo {
    background: url(../img/undo.png) no-repeat center center;
    display: block;
    width: 20px;
    height: 20px;
}

.iconCalendar {
    vertical-align: middle;
}

.nwVacTableCalendar {
    float: none;
    clear: both;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
}

.block-white {
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
}

    .block-white fieldset {
        border-radius: 3px 3px 3px 3px;
    }


#dateOfTravel {
    float: left;
    width: 290px;
    margin-bottom: 10px;
}

#travelSection {
    float: right;
    width: 570px;
    margin-bottom: 10px;
}

#wayOfTravelSection {
    float: left;
    width: 290px;
    margin-bottom: 10px;
}

#hotelAndExpenses {
    float: right;
    width: 570px;
    margin-bottom: 10px;
}

#paymentTableSection {
    clear: both;
    float: none;
}

legend {
    color: #444;
    font-weight: bold;
}

.gridrow td.weekday, .weekday {
    background: none repeat scroll 0 0 #C0C0C0;
}

.gridrow td.holiday, .holiday {
    background: none repeat scroll 0 0 #C0C0C0;
    ;
}

.businesstravel.pending {
    background: #70ffff; /* Old browsers */
    background: -moz-linear-gradient(top, #70ffff 0%, #00bfbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70ffff), color-stop(100%,#00bfbf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #70ffff 0%,#00bfbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #70ffff 0%,#00bfbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #70ffff 0%,#00bfbf 100%); /* IE10+ */
    background: linear-gradient(top, #70ffff 0%,#00bfbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ffff', endColorstr='#00bfbf',GradientType=0 ); /* IE6-9 */
}

.businesstravel.approved {
    background: #00A0FF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #54baff 0%, #00a0ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54baff), color-stop(100%,#00a0ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54baff 0%,#00a0ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54baff 0%,#00a0ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54baff 0%,#00a0ff 100%); /* IE10+ */
    background: linear-gradient(top, #54baff 0%,#00a0ff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54baff', endColorstr='#00a0ff',GradientType=0 ); /* IE6-9 */
}

.businesstravel.rejected {
    text-decoration: line-through;
    background: #70ffff; /* Old browsers */
    background: -moz-linear-gradient(top, #70ffff 0%, #00bfbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70ffff), color-stop(100%,#00bfbf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #70ffff 0%,#00bfbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #70ffff 0%,#00bfbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #70ffff 0%,#00bfbf 100%); /* IE10+ */
    background: linear-gradient(top, #70ffff 0%,#00bfbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ffff', endColorstr='#00bfbf',GradientType=0 ); /* IE6-9 */
}

.vacation.pending {
    background: #FFFFA0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffe2 0%, #ffffa0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffe2), color-stop(100%,#ffffa0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffe2 0%,#ffffa0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffe2 0%,#ffffa0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffe2 0%,#ffffa0 100%); /* IE10+ */
    background: linear-gradient(top, #ffffe2 0%,#ffffa0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe2', endColorstr='#ffffa0',GradientType=0 ); /* IE6-9 */
}

.vacation.approved {
    background: #FFE000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff6c1 0%, #ffe000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff6c1), color-stop(100%,#ffe000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff6c1 0%,#ffe000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff6c1 0%,#ffe000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff6c1 0%,#ffe000 100%); /* IE10+ */
    background: linear-gradient(top, #fff6c1 0%,#ffe000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6c1', endColorstr='#ffe000',GradientType=0 ); /* IE6-9 */
}

.vacation.rejected {
    text-decoration: line-through;
    background: #FFFFA0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffe2 0%, #ffffa0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffe2), color-stop(100%,#ffffa0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffe2 0%,#ffffa0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffe2 0%,#ffffa0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffe2 0%,#ffffa0 100%); /* IE10+ */
    background: linear-gradient(top, #ffffe2 0%,#ffffa0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe2', endColorstr='#ffffa0',GradientType=0 ); /* IE6-9 */
}

.doctor.approved {
    background: #b6e7fa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b6e7fa 0%, #7FDBFF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e7fa), color-stop(100%,#7FDBFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b6e7fa 0%,#7FDBFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b6e7fa 0%,#7FDBFF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b6e7fa 0%,#7FDBFF 100%); /* IE10+ */
    background: linear-gradient(top, #b6e7fa 0%,#7FDBFF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e7fa', endColorstr='#7FDBFF',GradientType=0 ); /* IE6-9 */
}
.zat.approved {
    background: #87cc8f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #87cc8f 0%, #2ECC40 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87cc8f), color-stop(100%,#2ECC40)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #87cc8f 0%,#2ECC40 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #87cc8f 0%,#2ECC40 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #87cc8f 0%,#2ECC40 100%); /* IE10+ */
    background: linear-gradient(top, #87cc8f 0%,#2ECC40 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87cc8f', endColorstr='#2ECC40',GradientType=0 ); /* IE6-9 */
}
.bene.approved {
    background: #6ba0cf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6ba0cf 0%, #0074D9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ba0cf), color-stop(100%,#0074D9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6ba0cf 0%,#0074D9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6ba0cf 0%,#0074D9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6ba0cf 0%,#0074D9 100%); /* IE10+ */
    background: linear-gradient(top, #6ba0cf 0%,#0074D9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba0cf', endColorstr='#0074D9',GradientType=0 ); /* IE6-9 */
}
.ho.approved {
    background: #84c4c4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #84c4c4 0%, #39cccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84c4c4), color-stop(100%,#39cccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #84c4c4 0%,#39cccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #84c4c4 0%,#39cccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #84c4c4 0%,#39cccc 100%); /* IE10+ */
    background: linear-gradient(top, #84c4c4 0%,#39cccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84c4c4', endColorstr='#39cccc',GradientType=0 ); /* IE6-9 */
}

.other.approved {
    background: #C080FF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c584cf 0%, #B10DC9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c584cf), color-stop(100%,#B10DC9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c584cf 0%,#B10DC9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c584cf 0%,#B10DC9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c584cf 0%,#B10DC9 100%); /* IE10+ */
    background: linear-gradient(top, #c584cf 0%,#B10DC9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c584cf', endColorstr='#B10DC9',GradientType=0 ); /* IE6-9 */
}

.other.rejected {
    text-decoration: line-through;
    background: #C080FF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c993ff 0%, #8e1eff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c993ff), color-stop(100%,#8e1eff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c993ff 0%,#8e1eff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c993ff 0%,#8e1eff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c993ff 0%,#8e1eff 100%); /* IE10+ */
    background: linear-gradient(top, #c993ff 0%,#8e1eff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c993ff', endColorstr='#8e1eff',GradientType=0 ); /* IE6-9 */
}

.other.pending {
    background: #E0B0FF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffe2 0%, #E0B0FF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffe2), color-stop(100%,#ffffa0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffe2 0%,#E0B0FF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffe2 0%,#E0B0FF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffe2 0%,#E0B0FF 100%); /* IE10+ */
    background: linear-gradient(top, #ffffe2 0%,#E0B0FF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe2', endColorstr='#E0B0FF',GradientType=0 ); /* IE6-9 */
}

.vacation.tocancel {
    background: #FF0000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff3e3e 0%, #FF0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3e3e), color-stop(100%,#FF0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* IE10+ */
    background: linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3e3e', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
}

.businesstravel.tocancel {
    background: #FF0000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff3e3e 0%, #FF0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3e3e), color-stop(100%,#FF0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* IE10+ */
    background: linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3e3e', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
}

.other.tocancel {
    background: #FF0000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff3e3e 0%, #FF0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3e3e), color-stop(100%,#FF0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* IE10+ */
    background: linear-gradient(top, #ff3e3e 0%,#FF0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3e3e', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
}

.project.approved {
    background: #C08080;
    /* Old browsers */
    background: -moz-linear-gradient(top, #C08080 0%, #8e1eff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c993ff), color-stop(100%,#8e1eff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c993ff 0%,#8e1eff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c993ff 0%,#8e1eff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c993ff 0%,#8e1eff 100%); /* IE10+ */
    background: linear-gradient(top, #c993ff 0%,#8e1eff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c993ff', endColorstr='#8e1eff',GradientType=0 ); /* IE6-9 */
}

.workPresence {
    background: #FFE000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d1913c 0%, #ffd194 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1913c), color-stop(100%,#ffd194)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d1913c 0%, #ffd194 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d1913c 0%, #ffd194 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d1913c 0%, #ffd194 100%); /* IE10+ */
    background: linear-gradient(top, #d1913c 0%, #ffd194 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1913c', endColorstr='#ffd194',GradientType=0 ); /* IE6-9 */
}

.workAbsence {
    background: #FFE000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3c91d1 0%, #94d1ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c91d1), color-stop(100%,#94d1ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3c91d1 0%, #94d1ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3c91d1 0%, #94d1ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3c91d1 0%, #94d1ff 100%); /* IE10+ */
    background: linear-gradient(top, #3c91d1 0%, #94d1ff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c91d1', endColorstr='#94d1ff',GradientType=0 ); /* IE6-9 */
}

.divTransparent {
    background-color: #000000;
    position: fixed;
    text-align: center;
    z-index: 5;
    top: 0px;
    right: 0px;
    bottom: -100px;
    left: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.divEditor {
    width: 400px;
    margin: auto;
    padding: 5px;
    position: fixed;
    border-collapse: separate;
    border-spacing: 5px;
    text-align: left;
    background-color: #FFFFFF;
    top: 40%;
    left: 37%;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.divComments {
    width: 500px;
    max-height: 700px;
    overflow: hidden;
    margin: auto;
    padding: 5px;
    position: fixed;
    border-collapse: separate;
    border-spacing: 5px;
    text-align: left;
    background-color: #FFFFFF;
    top: 30%;
    left: 30%;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.divAirlines {
    width: 225px;
    max-height: 700px;
    overflow: hidden;
    margin: auto;
    padding: 5px;
    position: fixed;
    border-collapse: separate;
    border-spacing: 5px;
    text-align: left;
    background-color: #FFFFFF;
    top: 35%;
    left: 42%;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.divUsers {
    width: 280px;
    max-height: 700px;
    overflow: hidden;
    margin: auto;
    padding: 5px;
    position: fixed;
    border-collapse: separate;
    border-spacing: 5px;
    text-align: left;
    background-color: #FFFFFF;
    top: 10%;
    left: 38%;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.divUser {
    width: 800px;
    max-height: 700px;
    overflow: hidden;
    margin: auto;
    padding: 5px;
    position: fixed;
    border-collapse: separate;
    border-spacing: 5px;
    text-align: left;
    background-color: #FFFFFF;
    top: 10%;
    left: 12%;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.divAnswers {
    width: 400px;
    max-height: 700px;
    overflow: hidden;
    margin: auto;
    padding: 5px;
    position: fixed;
    border-collapse: separate;
    border-spacing: 5px;
    text-align: left;
    background-color: #FFFFFF;
    top: 10%;
    left: 25%;
    z-index: 100;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.calendar {
    position: absolute;
    width: 205px;
    border: 1px solid #317082;
    padding: 1px;
    background-color: #FFF;
    font-family: arial;
    font-size: 10px;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.restaurantItem {
    width: 295px;
    text-align: center;
    border: solid 1px #C2C1C1;
    margin: 5px;
    background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #C2C1C1;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 0;
}

    .restaurantItem a {
        font-size: 20px;
        margin-bottom: 5px;
        text-decoration: none;
    }

    .restaurantItem img {
        margin: 5px;
        width: 248px;
        height: 186px;
        margin-bottom: 15px;
    }

/* Aktivní kalendář */
.button-bar {
    height: 25px;
    margin: 10px 0;
}

.gridrow td.daySelected {
    border: 2px solid #333333;
}

#actionButtons input.notShown {
    display: none;
}


.button-bar input {
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 0 0 0 0;
    padding: 5px 7px;
    margin: 0;
    border-top: 2px solid #222;
    display: block;
    float: left;
    background: #474747; /* Old browsers */
    background: -moz-linear-gradient(top, #474747 0%, #696969 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#696969)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #474747 0%,#696969 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #474747 0%,#696969 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #474747 0%,#696969 100%); /* IE10+ */
    background: linear-gradient(top, #474747 0%,#696969 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#696969',GradientType=0 ); /* IE6-9 */
}

    .button-bar input:hover {
        background: #9e9e9e;
    }


/* end aktivní kalendář */

.usergrid {
    table-layout: fixed;
    width: 936px;
}

.warning {
    margin: 20px 0;
    padding: 10px 65px;
    border-top: 2px solid #990000;
    border-bottom: 1px solid #BB0000;
    color: #ffffff;
    font-weight: bold;
    background: #cf9304; /* Old browsers */
    background: -moz-linear-gradient(top, #cf9304 0%, #ffab51 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf9304), color-stop(100%,#ffab51)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cf9304 0%,#ffab51 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cf9304 0%,#ffab51 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cf9304 0%,#ffab51 100%); /* IE10+ */
    background: linear-gradient(top, #cf9304 0%,#ffab51 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9304', endColorstr='#ffab51',GradientType=0 ); /* IE6-9 */
    position: relative;
}

/* anketa */
.anketa {
    color: #000;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
}

    .anketa h3 {
        color: black;
        padding-bottom: 20px;
        font-size: 100%;
    }

    .anketa .apart, .anketa .aline, .anketa .asummary {
    }

    .anketa .apart {
        padding-top: 7px;
        font-size: 100%;
        padding-bottom: 4px;
    }

.apart a {
    color: Black;
}

.anketa .aitem {
    clear: left;
}

.anketa .aline {
    width: 100%;
}

    .anketa .aline .surrline {
        width: 80%;
        float: left;
        display: block;
        overflow: hidden;
        height: 6px;
        background-color: #dcdcdc;
        background: #f2f5f6; /* Old browsers */
        background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
        background: linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
    }

    .anketa .aline .lline {
        background-color: #ff0000;
        background-repeat: repeat;
        background-position: left;
        min-width: 1px;
        height: 6px;
        display: block;
        background: #ff3019; /* Old browsers */
        background: -moz-linear-gradient(top, #ff3019 0%, #a80000 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#a80000)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ff3019 0%,#a80000 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ff3019 0%,#a80000 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ff3019 0%,#a80000 100%); /* IE10+ */
        background: linear-gradient(top, #ff3019 0%,#a80000 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#a80000',GradientType=0 ); /* IE6-9 */
    }

    .anketa .aline .lnum {
        font-weight: normal;
        font-size: 80%;
        line-height: 13px;
        width: 18%;
        float: left;
        display: block;
        text-align: right;
    }

.anketa .asummary {
    padding-top: 8px;
    font-weight: normal;
    clear: left;
    color: #505050;
}
/* anketa end */

/* view users*/

table.users {
    width: 99%;
    border-collapse: collapse;
    text-align: center;
    margin: 0 0 25px 0;
}

    table.users select {
        width: 350px;
        height: 300px;
    }


    table.users .save {
        background: none repeat scroll 0 0 #555555;
        border: 2px solid #555555;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 1px 1px white inset;
        color: #FFFFFF;
        cursor: default;
        font-weight: bold;
        padding: 3px 5px;
        text-decoration: none;
    }

#div-datagrid {
    margin: 5px 0;
}

/* end view users*/

.language {
    text-align: right;
    width: 100%;
}

#menu {
    padding-top: 7px;
    clear: both;
}

.add {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/add.png) center center no-repeat;
}

.close {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/close.png) center center no-repeat;
}

.save {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/save.png) center center no-repeat;
}

.edit {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/edit.png) center center no-repeat;
}

input.user_view_right {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/right.png) center center no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #00A0F8;
    cursor: pointer;
}

input.user_view_left {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/left.png) center center no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #00A0F8;
    cursor: pointer;
}

.aright {
    text-align: right;
    horiz-align: right;
}
