﻿body {
    
    background: #F1F1F1;
    font-size: 0.8em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

div.left_panel {
    width: 250px;
    float: left;
}

div.right_panel {
    margin-left: 250px;
}


a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

A.wake_link {
    
    color:gray;
    text-decoration: none;
}

A.wake_link:hover {
    color: #1d60ff;    
    text-decoration: underline;
}

A.value_link {
    font-weight:bold;
    color:#4f94d3;
    text-decoration: none;
}

A.value_link:hover {
    color: #1d60ff;    
    text-decoration: underline;
}



p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}






/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 110%;
    font-weight: bold;
    padding: 2px 2px 2px 6px;
}

fieldset {
    padding: 2px;
    margin: 0px;
}

input[type="radio"], label {
    cursor: pointer;
}

input.cmd {
    font-size: 100%;
    font-family: Arial;
}

    input.cmd:hover {
        color: red;
        cursor: pointer;
        cursor: hand;
    }

button {
    font-size: 100%;
    font-family: Arial;
}

    button:hover {
        color: red;
        cursor: pointer;
        cursor: hand;
    }

textarea {
    background-color: #ffffcc;
}


span.timestamp {
    font-size: 85%;
    font-style: italic;
}


td.frif {
    width: 110px;
}




span.lbl {
    
    color: #696969;
}



span.val {
    
    font-weight: normal;
    color: black;
}

span.valbold {
    
    font-weight: bold;
    color: black;
}

span.valboldblue {
    
    font-weight: bold;
    color: blue;
}

span.valboldred {
    
    font-weight: bold;
    color: red;
}

span.lblReq {
    
    color: #696969;
}


    span.lblReq:after {
        color: Red;
        content: " *";
    }


label.lbl {
   
    color: #696969;
}



label.lblReq {
    
    color: #696969;
}

    label.lblReq:after {
        color: Red;
        content: " *";
    }


.chk label {
    color: Black;
    
}

div.bigtext {
    min-width: 99%;
    border: dashed 1px gray;
    background-color: #ffffcc;
    margin-top: 5px;
    color: Black;
}

.important_text {
    background-color: #FFE5B4;
}


A.toplink {
    color: black;
    display: inline-block;
            font-weight: normal;
            line-height: 2;
            padding-left:10px;
            padding-right:10px;
            color:#000;
            text-align: center;
            white-space: pre-wrap;
            vertical-align: middle;   
            text-decoration:none;        
}
 A.toplink:hover {
        background: #bdbdbd;
        border-radius: 5px 5px 5px 5px;
        
        
    }

 .button-link {
    outline: none;
    cursor: pointer;
    border-top: solid 1px silver;
    border-left: solid 1px silver;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    background-color:ButtonFace;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding:2px 3px 2px 3px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    vertical-align: middle;
}

    .button-link:hover {
        background-color: #ffe79c;
        border-top: solid 1px silver;
        border-left: solid 1px silver;
        border-bottom: solid 1px gray;
        border-right: solid 1px gray;
        text-decoration: none;
        color: Black;
        cursor: pointer;
    }

    .button-link:active {
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        background: #ffa517;
        border: solid 1px #c98400;
    }

 

/* ClueTip - ZOOM vybraného záznamu  
----------------------------------------------------------*/
A.reczoom {
    font-weight: normal;
    font-family: Calibri;
    font-size: 130%;
    padding-left: 3px;
    padding-right: 3px;
    color: blue !Important;
    border-top: solid 1px #FFFAFA;
    border-left: solid 1px #FFFAFA;
    border-bottom: solid 1px #D3D3D3;
    border-right: solid 1px #D3D3D3;
    text-decoration: none;
    cursor: zoom-in;
}

    A.reczoom:hover {
        background: #ffe79c;
        border-top: solid 1px silver;
        border-left: solid 1px silver;
        border-bottom: solid 2px gray;
        border-right: solid 1px gray;
        text-decoration: none;
    }


/* ClueTip - modální qtip vybraného záznamu  
----------------------------------------------------------*/
.button-reczoom {
display: inline-block;
    outline: none;
    cursor: pointer;
    border-top: solid 1px silver;
    border-left: solid 1px silver;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    background-color:ButtonFace;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding:2px 3px 2px 3px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    vertical-align:top;
 
  
}

    .button-reczoom:hover {
        background-color: #ffe79c;
        border-top: solid 1px silver;
        border-left: solid 1px silver;
        border-bottom: solid 1px gray;
        border-right: solid 1px gray;
        text-decoration: none;
        color: Black;
        cursor: pointer;
    }

A.pp1 {
    display:inline-block;
    background-image: url('../Images/p1.png');
    background-repeat: no-repeat;   
     
    width:16px;
    height:18px;
    cursor: pointer;
           
  
}

    A.pp1:hover {
         background-image: url('../Images/p2.png');
         background-repeat: no-repeat;
         background-color:lightskyblue;
    } 

A.pp2 {
    display:inline-block;
    background-image: url('../Images/menu.png');
    background-repeat: no-repeat;   
    background-position:center;
    width:36px;
    height:32px;
    border:solid 1px silver;
    background-color:#F0F0F0;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
  
}

    A.pp2:hover {
         
         background-repeat: no-repeat;
         background-color:#25a0da;
    } 


    A.pp3 {
    display:inline-block;
    background-image: url('../Images/p1.png');
    background-repeat: no-repeat;   
    width:14px;
    height:14px;          
    cursor: pointer;
    
}

    A.pp3:hover {
        
         background-repeat: no-repeat;
         background-color:lightskyblue;
    } 

/* MISC  
----------------------------------------------------------*/

.failureNotification {
    font-size: 100%;
    color: Red;
}

.infoNotification {
    font-size: 100%;
    color: blue;
}

.infoNotificationRed {
    font-size: 100%;
    color: red;
}

.infoInForm {
    font-style: italic;
    color: #DCDCDC;
    word-wrap: break-word;
    display: block;
    white-space: pre-wrap;
}

    .infoInForm:hover {
        color: black;
    }

span.framework_header_span {
    color: Black;
    font-weight: bold;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 115%;
}

a.page_header_span {
    color: gray;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 140%;
    word-break: keep-all;
}

span.page_header_span {
    color: Black;
    font-weight: bold;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 180%;
}

span.clue_header_span {
    color: navy;
    font-weight: bold;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 150%;
}

div.div6 {
    padding: 6px;
}







div.innerform {
    border-radius: 5px 5px 5px 5px;
    background-color: #D0D0D0;
    padding: 6px;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    border-top: solid 1px silver;
    border-left: solid 1px silver;
}

.innerform span {
    color: Black;
}

div.innerform_light {    
    background-color: #F1F1F1;
    padding: 6px;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    border-top: solid 1px silver;
    border-left: solid 1px silver;
}



div.innerform_square {
    background-color: #D0D0D0;
    padding: 6px;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    border-top: solid 1px silver;
    border-left: solid 1px silver;
}


TABLE.tabulka {
    border-collapse: collapse;
    border-color: silver;
    color: Black;
}

.tabulka TH {
    font-weight: bold;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    background: #F1F1F1;
    color: black;
    font-size: 100%;
}

TABLE {
    border-collapse: collapse;
    color: Black;
}

TH {
    font-weight: bold;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    color: black;
    font-size: 100%;
}




.RadToolBar .rtbText:hover {
    cursor: pointer;
}



/* Kvůli cursoru u treeview
----------------------------------------------------------*/
.nc {
    cursor: pointer;
}



/* tlačítko [více]
----------------------------------------------------------*/
.show_hide1 {
    display: none;
}

.show_hide2 {
    display: none;
}

.show_hide3 {
    display: none;
}

.show_hide4 {
    display: none;
}

.show_hide5 {
    display: none;
}

.show_hide6 {
    display: none;
}

.slidinHeader {
    font-size: 1.3em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 10px;
}






/* Timesheet Calendar
----------------------------------------------------------*/
.hhmm_null {
    font-size: 11px;
    font-family: Arial;
    color: silver;
}

.hhmm_notnull {
    font-size: 11px;
    font-family: Arial;
    color: red;
    font-weight: bold;
}

.attachment {
    background-image: url('../Images/attachment.png');
    background-repeat: no-repeat;
    background-position: left;
}

.o21_1 {
    background-image: url('../Images/milestone.png');
    background-repeat: no-repeat;
    background-position: center;
}

.o21_2 {
    background-image: url('../Images/event.png');
    background-repeat: no-repeat;
    background-position: center;
}

.o21_3 {
    background-image: url('../Images/notepad.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* Stavy worksheet úkonů
----------------------------------------------------------*/
.a12 {
    background-image: url('../Images/a12.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.a13 {
    background-image: url('../Images/a13.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.a14 {
    background-image: url('../Images/a14.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.a16 {
    background-image: url('../Images/a16.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.a17 {
    background-image: url('../Images/a17.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.a20 {
    background-image: url('../Images/a20.png');
    background-repeat: no-repeat;
    background-position: center;
}
.a30 {
    background-image: url('../Images/a30.png');
    background-repeat: no-repeat;
    background-position: center;
}

.corr_236 {
    background-image: url('../Images/correction_down.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.corr_4_down {
    background-image: url('../Images/correction_down.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.corr_4_up {
    background-image: url('../Images/correction_up.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.future {
    background-image: url('../Images/future.png');
    background-repeat: no-repeat;
    background-position: center;
}

.draft {
    background-image: url('../Images/draft.png');
    background-repeat: no-repeat;
    background-position:center;
}
.recurrence {
    background-image: url('../Images/recurrence.png');
    background-repeat: no-repeat;
    background-position: center;
}

.favourite {
    background-image: url('../Images/favourite.png');
    background-repeat: no-repeat;
    background-position:center;
}

.overtime {
    background-image: url('../Images/overtime.png');
    background-repeat: no-repeat;
    background-position: center;
}
.imap {
    background-image: url('../Images/imap.png');
    background-repeat: no-repeat;
    background-position: center;
}

.locked {
    background-image: url('../Images/lock.png');
    background-repeat: no-repeat;
    background-position: center;
}

.spy {
    background-image: url('../Images/spy.png');
    background-repeat: no-repeat;
    background-position: center;
}

.a2 {
    background-color: red;
}

.a3 {
    background-color: brown;
}

.a4 {
    background-color: green;
}

.a6 {
    background-color: pink;
}

.box_comment {
    padding-bottom: 6px;
    border-bottom:dashed 1px gray;
    direction:ltr;
}

    .box_comment:hover {
        background-color: whitesmoke;
    }

tr.trHover:hover {
    background-color: whitesmoke;
}

.calcell {
    color: red;
    width: 30px;
    height: 15px;
    font-size: 90%;
}

.p91_red {
    background-color: red;
}

.p91_pink {
    background-color: pink;
}

.p91_creditnote {
    background-image: url('../Images/correction_down.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.p91_yellow {
    background-color: yellow;
}

div.div_radiolist_metro {
    width: 100%;
    background-color: #25a0da;
    text-transform: lowercase;
    font-family: Segoe UI;
}
div.div_radiolist_default {
    width: 100%;   
    text-transform: lowercase;
    font-family: Segoe UI;
    border-bottom:solid 1px gray;
    border-top:solid 1px gray;
    margin-bottom:10px;
    background: url('rmVSprite.png') repeat;
}


A.entity_menu_header {
    font-weight:bold;
    color:#25a0da;
    text-decoration: none;
    font-size:110%;
}

a.entity_menu_tablink{
    color:black;
    text-decoration:none;
}

A.entity_menu_header:hover {
    color: #1d60ff;    
    text-decoration: underline;
}
DIV.entity_menu_cm{
    height: 42px;
    background-color: #F7F7F7;
    width: 100%;
    border-bottom: solid 1px silver;
}

div.content-box1 {
    float: left;
    margin-top: 3px;
    margin-left: 6px;
    min-width: 300px;
}

    div.content-box1 .content {
        overflow: hidden;
        padding: 5px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border: 1px solid silver;
    }

    div.content-box1 .title {
        cursor: default;
        height: 16px;
        line-height: 13px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background: #F1F1F1;
        font-family: Arial;        
        display: block;
        color: black;
        padding: 6px;
        border: 1px solid silver;
        border-bottom: none;
    }




div.content-box2 .content {
    overflow: hidden;
    padding: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid silver;
}

div.content-box2 .title {
    cursor: default;
    height: 20px;
    line-height: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #F1F1F1;
    font-family: Arial;
    font-weight: bold;
    display: block;
    color: black;
    padding: 6px;
    border: 1px solid silver;
    border-bottom: none;
}

div.content-box3 .content {
    overflow: hidden;
    padding: 5px;
    background:#f0f8ff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: none;
    
}

div.content-box3 .title {
    cursor: default;
    height: 20px;
    line-height: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color:#7089a0;
    font-family: Arial;
    font-weight: normal;
    display: block;
    color: white;
    padding: 6px;
    border: 1px solid silver;
    border-bottom: none;
    text-align:center;
}



div.menu-group-title {
    height: 13px;
    line-height: 13px;
    background: #F1F1F1;
    font-family: Arial;
    text-transform: lowercase;
    display: block;
    color: black;
    padding: 6px;
    text-align: center;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

div.menu-group-item {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
}

.badge1 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    margin-left: 7px;
}

.badge1tab {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    margin-left: 7px;
}

.badge1wip {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: pre-wrap;
    vertical-align: middle;
    background-color:gold;
    border-radius: 10px;
    margin-left: 7px;
    
}

.badge1approved {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: pre-wrap;
    vertical-align: middle;
    background-color:#8FBC8F;
    border-radius: 10px;
    margin-left: 7px;
}

.badgebox1 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-weight: normal;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: pre-wrap;
    vertical-align: middle;
    background-color: #25a0da;
    border-radius: 10px;
    margin-left: 7px;
}

.badgebox1red {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-weight: normal;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: pre-wrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 10px;
    margin-left: 7px;
}

.badge_label {
    display: inline-block;
    min-width: 50px;
    padding: 10px;
    font-weight: normal;
    line-height: 1;
    text-align:center;
    border:solid;
    border-width:1px;
    border-color:gray;
    vertical-align: middle;
    border-radius: 6px;    
    background-color:whitesmoke;
    color:black;
    margin-left:10px;
}

.badge_tag {
    display: inline-block;
    min-width: 50px;
    padding: 3px;
    font-weight: normal;
    line-height: 1;
    text-align:center;
    border:solid;
    border-width:1px;
    border-color:gray;
    vertical-align: middle;
    border-radius: 4px;    
    background-color:khaki;
    color:black;
    margin-left:2px;
}

.badge_square {
    display: inline-block;
    width:10px;
    height:10px;    
    line-height: 1;    
    border:solid;
    border-width:1px;
    border-color:gray;    
    border-radius: 4px;   
      
}

.systemcolumn{
    padding:0px !important;    
    
}


.RadGrid .rgSelectedRow td {
    color: white;
}


.panelmenu_selectedrow {
    color: black !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

div.commandcell {
    float: left;
    margin-top: 10px;
}



/* Kvůli RadMenu, aby se zobrazoval hand cursor u hover položky  
----------------------------------------------------------*/
.RadMenu .rmLink:hover {
    cursor: pointer;
}

/* Responsivní styly pro šířku menší než 600px
----------------------------------------------------------*/
@media screen and (max-width: 600px) {


    table#responsive {
        border: 0;
        width: 100%;
    }

        table#responsive thead {
            display: none;
        }

        table#responsive tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
        }

    td#rlbl {
        background-color: #F1F1F1;
        text-transform: uppercase;
        color: black;
    }

    span.lbl {
        text-transform: uppercase;
        color: black;
    }

    table#responsive td {
        display: block;
        text-align: left;
        border-bottom: 1px dotted #ccc;
    }

        table#responsive td:last-child {
            border-bottom: 0;
        }

        table#responsive td:before {
            content: attr(collbl);
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            min-width: 150px;
        }

    div.content-box1 {
        float: left;
        margin-top: 3px;
        margin-left: 6px;
        max-width: 600px;
        width: 100%;
    }

    input[type="text"] {
        width: 100%;
    }

    input[type="password"] {
        width: 100%;
    }

    .RadComboBox {
        width: 100% !important;
    }

    .RadPicker {
        width: 100% !important;
    }

    #responsive_hide {
        display: none;
    }
}


/* Responsivní styly pro šířku menší než 790px
----------------------------------------------------------*/
@media screen and (max-width: 790px) {
    div.content-box1 {
        float: left;
        margin-top: 3px;
        margin-left: 6px;
        max-width: 790px;
        width: 100%;
    }
}



div.noticeboard-box {
    float: left;
    margin-top: 3px;
    margin-left: 6px;
    min-width: 300px;
}

    div.noticeboard-box .content {
        overflow: hidden;
        padding: 5px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border: 1px solid silver;
    }

    div.noticeboard-box .title {
        cursor: default;
        height: 16px;
        line-height: 13px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #e6f7ff;
        font-family: Arial;
        display: block;
        color:#004d99;
        padding: 10px;
        border: 1px solid silver;
        border-bottom: none;
    }

div.noticeboard-box-bin {
    float: left;
    margin-top: 3px;
    margin-left: 6px;
    min-width: 300px;
}

    div.noticeboard-box-bin .content {
        overflow: hidden;
        padding: 5px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border: 1px solid silver;
        background-color:whitesmoke;
    }

    div.noticeboard-box-bin .title {
        cursor: default;
        height: 16px;
        line-height: 13px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: black;
        font-family: Arial;
        display: block;
        color: white;
        text-decoration:line-through;
        padding: 10px;
        border: 1px solid silver;
        border-bottom: none;
    }

    .radcomboitem_archive{
        text-decoration:line-through;
        color:gray;
       
    }