﻿/* Tabs */
.tabCont {
    display: flex; 
    flex-flow: row nowrap; 
    align-items: flex-end;   
}
.tab {
    padding: 5px;
    color: #757575;
    background-color: #e9e9ea;
    text-decoration: none;
    margin-right: 2px;
    font-size: .8em;
}
.tabActive {
    padding: 5px;
    color: white;
    background-color: #757575;
    text-decoration: none;
    margin-right: 2px;
    font-size: .9em;
}


/* Header */
.ContainerLogo {
    color: #0067c5;
    font-size: 2em;
    font-weight: bold;
    float: left;
}
.ContainerLogo2 {
    font-size: 2em;
    font-weight: 100;
    background: -webkit-linear-gradient(#0067c5, #00a2c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: left;
    padding-right:30px;
}
.headerMenuItem, .headerMenuItem a {
    float: left;
    display: block;
    color: #535353;
    font-size: .9em;
    text-decoration: none;
    margin-top: .2em;
    height: 2.3em;
    line-height: 2.3em;
    padding-left: 10px;
    padding-right: 10px;
}
.headerMenuItem:hover {
    float: left;
    display: block;
    color: #535353;
    font-size: .9em;
    text-decoration: none;
    margin-top: .2em;
    height: 2.3em;
    line-height: 2.3em;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #dbe7f1;
}
.headerMenuItemActive, .headerMenuItemActive a {
    float: left;
    display: block;
    color: white;
    font-size: .9em;
    text-decoration: none;
    margin-top: .2em;
    height: 2.3em;
    line-height: 2.3em;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0067c5;
}
.headerLoggedUser {
    font-size: .8em;
    color: #175690;  
    text-decoration: none;
}
.headerSVG {
    float: right;
}
.headerSVG:hover {
        cursor: pointer;
    }
.headerSVGFil1 {
    fill: #FEFEFE
}
.headerSVGFil0 {
    fill: #0073C6;
    fill-rule: nonzero
}
.helpanduser {
    transition: .5s;
}
svg .helpanduser {
    fill: white;
    cursor: pointer;
}
svg:hover .helpanduser {
    fill: #1febcd;
    cursor: pointer;
}

/* Header vlajecky */
.vlajeckyCont {
    position: absolute;
    right: 145px;
    top: 0px;
}
.vlajeckyCont:hover {
        cursor: pointer;
    }
.menuVlajeckyInside {
    position: relative;
}
.ActaulFlag {
    position: relative;
}
.ActaulFlag svg {
        top: 7px;
        left: 0px;
        position: absolute;
    }
.FlagsCont {
    position: absolute;
    bottom: -175px;
    right: -35px;
    width: 150px;
    border: 1px solid #0070b8;
    z-index: 6000;
}
.FlagsContInside {
    position: relative;
}
.FlagCheck {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 10px;
}
.FlagCheckWhite {
    width: 20px;
    height: 20px;
}
.FlagCS, .FlagEN, .FlagRU {
    font-family: Arial;
    padding: 10px;
    background-color: white;
    position: relative;
}
.FlagCS:hover, .FlagEN:hover, .FlagRU:hover {
        background-color: #e7e7e7;
        cursor: pointer;
    }
.FlagCS svg, .FlagEN svg, .FlagRU svg {
        float: left;
        margin-right: 10px;
    }
.LanguageCSBTN, .LanguageENBTN, .LanguageRUBTN {
    width: 0px;
    height: 0px;
    border: 0px;
    visibility: hidden;
    display: none;
}
.SFlagCS, .SFlagEN, .SFlagRU {
    float: left;
    padding-right: 10px;
}



.projectViewContDouble {
    position:relative;
    width: 49%;
    float: left;
}
.projectViewContDoubleSep {
    width: 2%;
    float: left;
}
.projectViewContSingle {
    position: relative;
    width: 100%;
    float: none;
}
.projectViewSwitchCont {
    position:absolute;
    top:0;
    right:-6px;
}

.projectViewTableCont {
    clear: both;
    float: none;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    display: -ms-grid;
    -ms-grid-columns: auto 1fr;
    -ms-grid-rows: auto auto auto;
    width:100%;
}
.projectViewTableCell1 {
    grid-column: 1/2;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.projectViewTableCell2 {
    grid-column: 1/2;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    padding-bottom: 30px;
}
.projectViewTableCell2Tree {
    grid-column: 1/2;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    padding-bottom: 30px;
}

.projectViewTableCell2B {
    grid-column: 2/3;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    padding-top: 33px;
    padding-left:20px;
}
.projectViewTableCell2C {
    grid-column: 2/3;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    padding-left: 30px;
}
.projectViewTableCell3 {
    grid-column: 1/2;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
}


.objectPath {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #949494;
}
.objectPathLink1 {
    color: #656667;
    font-size: .85em;
    padding-right: 20px;
    background: transparent url('../Grafika/Arrow_right.svg') no-repeat;
    background-position: right;
    text-decoration:none;
}
.objectPathLink1:hover {
    font-size: .85em;
    color: #0079b4;
    text-decoration:underline;
}
.objectPathLink2 {
    color: #656667;
    font-size: .85em;
    background-position: right;
    text-decoration: none;
}
.pathObjectsCont {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #949494;
}
.objectTableFilterTB {   
    border: 1px solid #bdc0c2;
    padding: 5px;
    color: #272727;
    max-width: 250px;
    width:100%;    
}
.objectTableFilterTB:focus {
    outline: none;
}
.objectTableFilterIMG {
    width: 1.8em;
}
.objectTableFilterCloseIMG {
    width: 2em;
}


.lbl_Heading15Blue {
    color: #0067c5;
    font-size: 1.5em;
    font-weight: 100;
    text-decoration: none;
}
.lbl_Heading1Blue {
    color: #0067c5;
    font-size: 1em;
    font-weight: 100;
    text-decoration: none;
}
.lbl_Heading1White {
    color: white;
    font-size: 1em;
    font-weight: 100;
    text-decoration: none;
}
.lbl_Heading1Gray {
    color: #535353;
    font-size: 1em !important;
    font-weight: 100;
    text-decoration: none;
}
.lbl_Heading08Gray {
    color: #535353;
    font-size: .8em !important;
    font-weight: 100;
    text-decoration: none;
}

.line1 {
    border-bottom: 1px solid #d6d8d9;
}
.lineTop {
    border-top: 1px solid #d6d8d9;
}
.Heading1Cont {
    color: white;
    background-color: #757575;
    padding-left: 10px;
    height: 1.5em;
    line-height: 1.5em;
    padding-right:30px
}
.Heading2Cont {
    padding-bottom: 5px;
}
.buttonBlue {
    font-size: .8em;
    background-color: #0067c5;
    color: white;
    padding: 4px 4px 4px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #0067c5;
    transition: .3s;
}
.buttonBlue:hover {
    cursor: pointer;
    background-color: #00529c;
}
.buttonBlue2 {
    font-size: 1em;
    background-color: #0067c5;
    color: white;
    padding: 4px 15px 4px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #0067c5;
    transition: .3s;
}
.buttonBlue2:hover {
    cursor: pointer;
    background-color: #5a5a5a;
}
.buttonGray {
    font-size: .8em;
    background-color: #757575;
    color: white;
    padding: 2px 5px 2px 5px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #757575;
    transition: .3s;
}
.buttonGray:hover {
    cursor: pointer;
    background-color: #5a5a5a;
}
.buttonGray2 {
    font-size: 1em;
    background-color: #757575;
    color: white;
    padding: 4px 15px 4px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #757575;
    transition: .3s;
}
.buttonGray2:hover {
    cursor: pointer;
    background-color: #5a5a5a;
}
.closeIcon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #757575;
    width: 1.5em;
    height: 1.5em;
}
.closeIcon img {
    width: 1em;
}





/* Objekt*/
.objectDetailCont {
    border: 1px solid #757575;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin-bottom:10px;
    background-color:white;
}
.objectItem {
    float: left;
    padding-right: 20px;
    margin-bottom:5px;
}
.objectItemNoFloat {   
    padding-right: 20px;
    margin-bottom: 5px;
}
.required:after {
    content: " *";
    color: red;
}
.lbl_07Blue {
    font-size: .7em;
    color: #175690;
    padding-bottom: 2px;
    text-decoration: none;
}
.lbl_08_Block {
    color: #535353;
    display: block;
    font-size: .8em;
}
.lbl_08 {
    color: #535353;
    font-size: .8em;
}
.lbl_08Blue {
    font-size: .8em;
    color: #175690;
    padding-bottom: 2px;
    text-decoration: none;
}
.lbl_08Blue_Block, a .lbl_08Blue_Block {
    font-size: .8em;
    color: #175690;
    display: block;
    padding-bottom: 2px;
    text-decoration:none;
}
.lbl_08Blue_NoPadding {
    font-size: .8em;
    color: #175690;
    text-decoration: none;
}
.itemTA {
    min-height:100px;
    height:100px;
}
.itemTB {
    border: 1px solid #bdc0c2;
    padding: 2px;
    color: #272727;
    min-width: 200px;
}
.itemTB2 {
    border: 1px solid #bdc0c2;
    padding: 2px;
    color: #272727;
}
.itemTB100pro {
    border: 1px solid #bdc0c2;
    padding: 2px;
    color: #272727;
    width: calc(100% - 5px);
}
.itemTBA {
    border: 1px solid #bdc0c2;
    padding: 2px;
    color: #272727;
    min-width: 300px;
    resize:none;
}
.itemDDL {
    height:21px;
    color: #676767;
    outline: none !important;
    border: 1px solid #bdc0c2 !important;
    background-color:white;
}
.itemDiv {
    color: #676767;
    font-size:.8em;
}
.itemCHB {
    font-size: .8em;
    color: #535353;
}
.lblError {
    font-size: .9em;
    color: red;
}
.objectIconCont {
    position:relative;
    height:20px;
    width:25px;
}
.objectIconAtt {
    position:absolute;
    top:-3px;
    left:-4px;
    height:25px;
    width:25px;
}
.objectIconDoc {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 16px;
    /*width: 13px;*/
}
.objectIconDocM {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 16px;
    width: 17px;
}
.objectIconDoc02 {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 16px;
    width: 21px;
}
.objectIconRole {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 16px;
    width: 22px;
}
.objectIconPersonal {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 16px;
    width: 16px;
}
.objectIconTransmittal {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 16px;
    width: 16px;
}
.revInfo, .addInfo {
    height: 15px;
}
.revInfo:hover, .addInfo:hover {
    cursor:pointer;
}

.CompletionList {
    background-color: white;
    margin: 0px;
    padding: 0px;
    border: 1px solid #bdc0c2;
    border-top:0px;
}
.CompletionListItem {
    font-size: .9em;
    color: #175690;
    display: block;
    padding: 2px;
    padding-left:5px;
    text-decoration: none;
}
.CompletionListHighlightedItem {
    font-size: .9em;
    color: #175690;
    display: block;
    padding: 2px;
    padding-left: 5px;
    text-decoration: none;
    background-color: #faffd6;
}


.FileUploadCont1 {
    width: 100%;
    height: auto;
}
#uploadControlDIV {
    font-size: .8em;
    float: left;
    padding-left: 5px;
    color: #535353;
}
.fileUpload {
    float:left;
    position: relative;
    overflow: hidden;
    font-size: .8em;
    background-color: #757575;
    color: white;
    padding: 2px 4px 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #757575;
    transition: .3s;
    margin-right:10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* Modalni okno */
.modal_Cont {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    z-index: 9000;
}
.modal_BoxCont {
    border: 1px solid #757575;
    padding: 0px;
    margin: 0px;
    min-width: 300px;
    min-height: 100px;
    max-width: 850px;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 2px 0px 30px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 30px -6px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 30px -6px rgba(0,0,0,0.75);
}
.modal_Text {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align:center;
}
.modal_Text2 {
    padding: 10px;
}
.modal_Button {
    text-align:center;   
    padding-top: 20px;
    padding-bottom: 40px;
}
.modal_Button2 {
    text-align: center;
    padding: 20px;
}
.modal_Button3 {
    text-align: right;    
    padding: 10px;
    padding-top: 0px;
}
.modal_TBMulti {
    border: 1px solid #bdc0c2;
    padding: 2px;
    color: #272727;
    width: calc(100% - 10px);
    min-width: 200px;
    height: 100px;
    resize: vertical;
}



/* Stromecek */
.treeStyle {
    font-size: .8em;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
.hoverNode {
    background-color: #fdfe97;
}
.selectedNode {
    font-weight: bold;
    background-color: #fdfe97;
}
.treeSilver {
    color: #6f6f6f;
}
.treeBlue {
    color: #0067c5;
    font-weight:bold;
}

/*History*/
.historyTable {
    border: 1px solid #7d7d7d;
    border-collapse:collapse;
    width:100%;
    font-size:10px;
}
.historyTable th {
    color: #919191;
    text-align: center;
    border: 1px solid #7d7d7d;
    font-weight:normal;
}
.historyTable td {
    text-align: center;
    border: 1px solid #7d7d7d;
}
.historyTable td a {
    text-decoration:none;
}

.transmittedTable {
    border: 1px solid #757575;
    border-collapse: collapse;
    width: 100%;
    font-size: 10px;
}
    .transmittedTable th {
        background-color: #e9e9ea;
        text-align: center;
        border: 1px solid #757575;
        font-weight: normal;
    }
    .transmittedTable td {
        color: #535353;
        text-align: center;
        border: 1px solid #757575;
    }
.transmittedTable td a, .transmittedTable td a:visited {
    color: #0079b4;
    text-decoration: none;
}



.treeCont {
    width: 500px;
    max-width: 500px;
    overflow-x: auto;
    margin-right:20px;
}
.nodeRow {
    white-space: nowrap;
    vertical-align: top;
    padding-left:17px;
    padding-top:1px;
    padding-bottom:1px;
}
.nodeText {
    display:inline-block;
    padding:3px;
    padding-left:22px;
    font-size:12px;   
}
.nodeText:hover {
    background-color: #fff0c0;
    cursor: pointer;
}
.iconDoc {
    background: url(/Grafika/IconDoc01.svg) no-repeat;
    background-position: 0px 1px;
    background-size: 14px;
}
.iconDocMulti {
    background: url(/Grafika/IconDocM.svg) no-repeat;
    background-position: 0px 1px;
    background-size: 19px;
}
.iconDocAtt {
    background: url(/Grafika/IconDoc02.svg) no-repeat;
    background-position: 0px 1px;
    background-size: 14px;
}
.nodeClosed {   
    background: url(/Grafika/icon_angle_right2.svg) no-repeat;
    background-position: 0px 6px;
}
.nodeClosed:hover {
   cursor:pointer;
   background: url(/Grafika/icon_angle_right.svg) no-repeat;
   background-position: 0px 6px;
}
.nodeOpened {   
    background: url(/Grafika/icon_angle_down2.svg) no-repeat;
    background-position: 0px 6px;
}
.nodeOpened:hover {
    cursor: pointer;
    background: url(/Grafika/icon_angle_down.svg) no-repeat;
    background-position: 0px 6px;
}
.nodeFinal {
    width: 15px;
    height: 20px;
}
.nodeSelected {
    background-color: #fff0c0;
}
.tooltip:hover{
    cursor:pointer;
}

/* PR */
.tagCategory {
    color: #6a6b6c;
    font-style: italic;
}




@media screen and (max-width: 850px) {
    .projectViewTableCell2B {
        grid-column: 1/2;
        grid-row: 3/4;
        -ms-grid-column: 1;
        -ms-grid-row: 3;
        padding-top: 0px;
        padding-left: 0px;
    } 
}
@media screen and (max-width: 650px) {
    .ContainerLogo {
        padding-left:35px;
    }
}



