/* Úprava vzhledu pro desktopové aplikace */

@import url("/Portal/Common/Styles/trafficConnections.css");

body.desktop {
    font-size: 90%;
}

.desktop .leftMenu {
    top: 93px;
    width: 190px;
}
.desktop .leftMenuItem {
    padding: 0.4em 0.4em 0.4em 3mm;
}
.desktop .leftMenuItem {
    font-size: 100%;
}
.desktop .desktop1 {
    left: 190px;
    top: 43px;
    right: 0px;
    bottom: 0px;
}
.desktop .desktop1LeftShadow {
    left: 180px;
    top: 43px;
    width: 10px;
    bottom: 0px;
    background-image: url(img/tablet/desktopLeftShadow.png);
    z-index: 10090;
}
.desktop .desktop1TopShadow {
    left: 190px;
    top: 33px;
    right: 0px;
    height: 10px;
    background-image: url(img/tablet/desktopTopShadow.png);
    z-index: 10090;
}
.desktop .desktop1CornerShadow {
    left: 180px;
    top: 33px;
    width: 10px;
    height: 10px;
    background-image: url(img/tablet/desktopCornerShadow.png);
    z-index: 10090;
}
.desktop .topMenu {
    background-image: url(img/desktop/topMenu.png);
}
.desktop .desktop1 {
    z-index: 10001;
}

.desktop .topMenuLogo {
    background-image: url(img/desktop/topMenuLogo.svg);
    margin: 20px 10px 20px 10px;
    max-width: 170px;
    max-height: 54px;
    filter: brightness(2.4) saturate(.5) sepia(.2);
}

.desktop .leftMenu {
    background-image: url(img/desktop/leftMenu.png);
    background-color: #49555f;
}
.desktop .leftMenuItem {
    background-image: url(img/desktop/leftMenuItem.png);
    background-size: 100% 100%;
}
.desktop .leftMenuItem.sel {
    background-image: url(img/desktop/leftMenuItem.sel.png);
}
.desktop .pageTabs {
    background-image: url(img/desktop/pageTabsBar.png);
    background-size: 100% 100%;
}
.desktop .pageTabs.pageTabsScroll {
    background-image: url(img/desktop/pageTabsBar.png);
    background-size: 100% 30px;
    background-color: #f9f9f9;
    height: 43px !important;
}
.desktop .pageTabs .tabItem {
    background-image: url(img/desktop/pageTabs.png);
    background-size: 100% 100%;
}
.desktop .pageTabs .tabItem.sel {
    background-image: url(img/desktop.png);
}

.desktop .leftMenuHeadline {
    padding: 0.4em 1em 0.4em 3mm;
}
.desktop .leftMenuHeadlineItem {
    padding: 0.5em 1em 0.5em 3mm;
}
.desktop .leftMenuHeadlineItem {
    color: #d0d4e3;
}
.desktop .leftMenuHeadline {
    background-image: url(img/desktop/leftMenuHeadline.png);
}
.desktop .leftMenuItemSep {
    background-image: url(img/desktop/leftMenuItemSep.png);
}
.desktop .leftMenuSel {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.desktop .leftMenuSel {
    background-image: url(img/desktop/leftMenuItem.arr.png);
    z-index: 10091;
}
.desktop .leftMenuHeadlineLeader {
    background-image: url(img/desktop/leftMenuHeadlineLeader.png);
}

.desktop .logoutQuestion {
    margin-top: 0.7em;
    margin-right: 1em;
}

.desktop .pageTabs {
    height: 30px;
}
.desktop .pageTabs .tabItem {
    width: 110px;
    height: 26px;
    padding-top: 0.4em;
}
.desktop .pageTabs .tabItem.smallTabItem {
    padding-top: 0.65em;
}
.desktop .pageTabs.select2 .tabItem {
    width: 40px;
}

.desktop .page .blockList .item {
    padding: 0.4em;
}
.desktop .page .bCaptionButton,
.desktop .page .block .bCaption {
    padding: 0.4em 0.5em;
}

.desktop .page.page_village .pageTabs .tabItem.villageVillageItem {
    width: 200px;
}
.desktop .page.page_statistics .pageTabs .tabItem.statisticsVillageItem {
    width: 200px;
}
.desktop .page.page_evalImbalances .pageTabs .tabItem.evalImbalancesStopFromItem {
    width: 200px;
}
.desktop .page.page_evalImbalances .pageTabs .tabItem.evalImbalancesStopToItem {
    width: 200px;
}

.desktop .page.page_trafficlines.SEL_LIN .itemButton {
    width: 6em;
}
.desktop .page.page_trafficlines.SEL_VUZ .itemButton {
    width: 5em;
}
.desktop .page.page_trafficlines.SEL_SPZ .itemButton {
    width: 7.5em;
}
.desktop .page_maplines.SEL_LIN .itemButton {
    width: 6em;
}
.desktop .page_maplines.SEL_VUZ .itemButton {
    width: 6em;
}
.desktop .page_maplines.SEL_SPZ .itemButton {
    width: 6em;
}
.desktop .page.page_villagelines.SEL_LIN .itemButton {
    width: 6em;
}
.desktop .page.page_statisticslines.SEL_LIN .itemButton {
    width: 6em;
}
.desktop .page.page_accuracylines.SEL_LIN .itemButton {
    width: 6em;
}
.desktop .page.page_inspectionreportslines.SEL_LIN .itemButton {
    width: 6em;
}
.desktop .page.page_accuracy .pageTabs .tabItem.accuracyPeriodItem {
    width: 250px;
}
.desktop .page_state .pageTabs .tabItem.stateDateItem {
    width: 250px;
}
.desktop .page.page_evalImbalancesLines.SEL_LIN .itemButton {
    width: 6em;
}
.desktop .page.page_evalImbalancesLines.SEL_VUZ .itemButton {
    width: 5em;
}
.desktop .page.page_evalImbalancesLines.SEL_SPZ .itemButton {
    width: 7.5em;
}
.desktop .page.page_evalStationsLines.SEL_LIN .itemButton {
    width: 6em;
}
.desktop .page.page_evalStationsLines.SEL_CAR .itemButton {
    width: 5em;
}
.desktop .page.page_evalStationsLines.SEL_SPZ .itemButton {
    width: 7.5em;
}
.desktop .page.page_evalStationsLines.SEL_MODEM .itemButton {
    width: 7.5em;
}
.desktop .page.page_evalStationsLines.SEL_MOBILE .itemButton {
    width: 7.5em;
}

.desktop .page.page_logs .pageTabs .tabItem.logsChannelItem {
    width: 250px;
}
.desktop .page.page_logsChannel .block {
    width: 600px;
}
.desktop .page.page_logsChannel .panel {
    width: 280px;
    display: inline-block;
    vertical-align: top;
}
.desktop .page.page_logsChannel .itemButton {
    width: 100px;
}
.desktop .page.page_logsChannel .textInput {
    font-family: "Arial", "Helvetica", "Sans-Serif";
    font-size: 14px;
    height: 21px;
    padding-left: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    border-radius: 0.32em;
    width: 20em;
    height: 2em;
    border: #80909c 1px solid;
}

.desktop .loginInput input,
.desktop .mapSearchInput input,
.desktop .blockList,
.desktop .aButton,
.desktop .itemButton,
.desktop .itemSegButton,
.desktop .report table {
    -webkit-border-radius: 0.32em;
    -moz-border-radius: 0.32em;
    border-radius: 0.32em;
}
.desktop .itemSegButton div.fst {
    -webkit-top-left-border-radius: 0.32em;
    -webkit-bottom-left-border-radius: 0.32em;
    -moz-border-radius-topleft: 0.32em;
    -moz-border-radius-bottomleft: 0.32em;
    border-top-left-radius: 0.32em;
    border-bottom-left-radius: 0.32em;
}
.desktop .itemSegButton div.last {
    -webkit-top-right-border-radius: 0.32em;
    -webkit-bottom-right-border-radius: 0.32em;
    -moz-border-radius-topright: 0.32em;
    -moz-border-radius-bottomright: 0.32em;
    border-top-right-radius: 0.32em;
    border-bottom-right-radius: 0.32em;
}
.desktop .itemButton.ibL {
    -webkit-top-right-border-radius: 0;
    -webkit-bottom-right-border-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.desktop .itemButton.ibC {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.desktop .itemButton.ibR {
    -webkit-top-left-border-radius: 0;
    -webkit-bottom-left-border-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.desktop .itemLabel {
    min-width: 160px;
    text-align: left;
    font-weight: bold;
    display: inline-block;
    color: black;
    cursor: default;
}
.desktop #evalImbalancesOptionsRATEDELAY .itemLabel {
    min-width: 146px;
    text-align: center;
    margin-bottom: 8px;
    cursor: default;
}
#RATEDELAY_1,
#RATEDELAY_2,
#RATEDELAY_3 {
    box-shadow: 1px 1px 2px 0px #333333 inset;
    cursor: text;
}

.desktop .refreshResults {
    top: 3.5em;
}
.desktop .refreshResultsAutomatically {
    top: 3.5em;
}
.desktop .zoomResults {
    top: 6em;
}

.desktop .blockList .item.first,
.desktop .block .bCaption {
    -webkit-border-top-left-radius: 0.32em;
    -webkit-border-top-right-radius: 0.32em;
    -moz-border-radius-topleft: 0.32em;
    -moz-border-radius-topright: 0.32em;
    border-top-left-radius: 0.32em;
    border-top-right-radius: 0.32em;
}

.desktop .blockList .item.last,
.desktop .block .bBody {
    -webkit-border-bottom-left-radius: 0.32em;
    -webkit-border-bottom-right-radius: 0.32em;
    -moz-border-radius-bottomleft: 0.32em;
    -moz-border-radius-bottomright: 0.32em;
    border-bottom-left-radius: 0.32em;
    border-bottom-right-radius: 0.32em;
}

.desktop .report table tr.hdr td.first {
    -webkit-border-top-left-radius: 0.32em;
    -moz-border-radius-topleft: 0.32em;
    border-top-left-radius: 0.32em;
}
.desktop .report table tr.hdr td.last {
    -webkit-border-top-right-radius: 0.32em;
    -moz-border-radius-topright: 0.32em;
    border-top-right-radius: 0.32em;
}
.desktop .report table tr.last td.first {
    -webkit-border-bottom-left-radius: 0.32em;
    -moz-border-radius-bottomleft: 0.32em;
    border-bottom-left-radius: 0.32em;
}
.desktop .report table tr.last td.last {
    -webkit-border-bottom-right-radius: 0.32em;
    -moz-border-radius-bottomright: 0.32em;
    border-bottom-right-radius: 0.32em;
}

.desktop .aButton,
.desktop .calendarMonth,
.desktop .itemButton,
.desktop .block .bCaption {
    padding: 0.2em 0.9em 0.2em 0.9em;
}
.desktop .itemSegButton div {
    padding: 0.2em 1.6em 0.2em 0.5em;
}
.desktop .aButton.down {
    padding: 0.28em 0.9em 0.12em 0.9em;
}
.pageOptions .itemButton {
    padding-right: 2em;
}

.desktop .tabOptions {
    background-image: url(img/Options2.png);
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
}

.desktop .aButton {
    background-image: url(img/desktop/grayCaptionButton.png);
}
.desktop .aButton.backButton {
    background-image: url(img/desktop/greenCaptionButton.png);
}
.desktop .aButton.greenButton {
    background-image: url(img/desktop/greenCaptionButton.png);
}
.hoverable.desktop .aButton:hover {
    background-image: url(img/desktop/grayCaptionButton.hover.png);
}
.hoverable.desktop .aButton.backButton:hover {
    background-image: url(img/desktop/greenCaptionButton.hover.png);
}
.hoverable.desktop .aButton.greenButton:hover {
    background-image: url(img/desktop/greenCaptionButton.hover.png);
}
.hoverable.desktop .aButton.down {
    background-image: url(img/desktop/grayCaptionButton.down.png);
}
.hoverable.desktop .aButton.down.backButton {
    background-image: url(img/desktop/greenCaptionButton.down.png);
}
.hoverable.desktop .aButton.down.greenButton {
    background-image: url(img/desktop/greenCaptionButton.down.png);
}

.desktop .block .bCaption {
    background-image: url(img/desktop/grayCaption.png);
}

.desktop .topUser {
    right: 4px;
    top: 10px;
}
.desktop .topUser .aButton {
    margin-right: 4px;
    margin-left: 4px;
}
.desktop.modeSettings #closeResults {
    margin-right: 4px;
}
.desktop .lblUser {
    margin-top: 0.7em;
    margin-right: 1em;
}
.desktop .loginInput input,
.desktop .mapSearchInput input {
    padding: 0.2em 0.4em;
}

.desktop .loginInput input.text,
.desktop .mapSearchInput input.text {
    font-size: 100%;
    font-weight: normal;
}
.desktop .mapSearchInput {
    width: 150px;
    height: 28px;
}
.desktop .mapSearchInput input.text {
    max-width: 120px;
}

.desktop .s1scrollerTabs {
    width: 700px;
    height: 30px;
}
.desktop .s1scrollerTabs.t12 {
    width: 1250px;
}
.desktop .s1scrollerTabs.t10 {
    width: 1050px;
}
.desktop .s1scrollerTabs.t8 {
    width: 900px;
}
.desktop .s1scrollerTabs.t6 {
    width: 670px;
}
.desktop .s1scrollerTabs.t4 {
    width: 490px;
}
.desktop .s1scrollerTabs.t3 {
    width: 340px;
}
.s1scrollerTabs.tauto {
    width: 1200px;
}

.desktop .calendar .itemButton .selectedDay {
    top: -7px;
    right: -7px;
}
.desktop #accuracyDateFrommonths .calendar .itemButton .selectedDay,
.desktop #statisticsDateFrommonths .calendar .itemButton .selectedDay {
    left: -7px;
    right: auto !important;
}
.desktop #accuracyDateTomonths .calendar .itemButton .selectedDay,
.desktop #statisticsDateTomonths .calendar .itemButton .selectedDay {
    left: -7px;
    right: auto !important;
}

/*********************************************************************/
/* Report                                                             */
/*********************************************************************/

.desktop .report td {
    padding: 0.3em 0.7em 0.2em 0.7em;
}
.desktop .report .hdr td {
    padding: 0.4em 0.7em 0.2em 0.7em;
}
.desktop .report tr.nxtGroup td {
    padding: 0.2em 0.7em 0 0.7em;
}
.desktop .report .hdr td {
    background-image: url(img/desktop/grayCaptionButton.png);
}
.desktop .report td.statgroup {
    padding: 0;
}

.desktop .report td.image {
    padding: 0.2em 0.7em 0 0.7em;
}
.desktop .report td.image img:hover {
    cursor: pointer;
    background-color: #ccc;
}
img.noteImg:hover,
img.noteImg:hover {
    cursor: pointer;
    background-color: #666666;
}

/*********************************************************************/
/* Mapa                                                              */
/*********************************************************************/

.desktop .mapTopMenu {
    left: 0px;
    top: 0px;
    right: 0px;
    height: 45px;
    background-image: url(img/desktop/topMenu.png);
}
.desktop .mapTopMenuLogo {
    background-color: #F0F0F0;
    background-image: url(img/desktop/topMenuMapLogo.svg?v1);
    left: 0px;
    top: 0px;
    width: 120px;
    height: 45px;
    padding-right: 36px;
}

.desktop .mapArea {
    top: 43px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
}

.desktop .mapTopUser {
    right: 4px;
    top: 10px;
}
.desktop .mapTopUser .aButton {
    margin-right: 4px;
    margin-left: 4px;
}
.desktop .mapLblCaption {
    left: 168px;
    bottom: 6px;
}
.desktop .mapLblCaptionTablet {
    top: 44px;
    padding: 5px 10px;
    background-image: url(img/desktop/topMenuMapMenu.png);
}
.desktop .mapLblStatusTablet {
    padding: 5px 10px;
    background-image: url(img/desktop/topMenuMapMenu.png);
}
.desktop .mapMenuTime {
    top: 43px;
    height: 210px;
    background-image: url(img/desktop/topMenuMapMenu.png);
}
.options.portrait.desktop .mapMenuTime {
    height: 200px;
}

.desktop .mapMenuPulldown {
    background-image: url(img/desktop/topMenuMapMenu.png);
}
.desktop .mapMenuPullleft {
    background-image: url(img/desktop/topMenuMapMenu.png);
}
.desktop .mapMenuToolbar {
    padding-right: 4px;
}
.desktop .mapMenuToolbar .itemButton,
.desktop .mapMenuToolbar .aButton {
    margin-right: 5px;
}

.desktop .mapMenuOptions {
    width: 668px;
    height: 433px;
}
.desktop .mapMenuOptions.help {
    width: 940px;
    height: 491px;
}
.options.portrait.desktop .mapMenuOptions.help {
    width: 520px;
    height: 731px;
}

.statusBaseInfo,
#sendMsgWrapper {
    display: inline-block;
    position: relative;
}
#mapLblStatusTablet {
    vertical-align: middle;
}
#mapLblStatusTablet div,
#mapLblStatusTablet img {
    vertical-align: middle;
}
/* Zpráva do vozu z mapy */
#sendMsgButton:hover {
    cursor: pointer;
    background-color: #777;
}
#sendMsg select,
#sendMsg input,
#sendMsgIcon,
#textBoxWrapper {
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
}
#sendMsgWrapper {
    width: 65em;
}
#sendMsg input {
    width: auto;
    min-width: 40em;
}
#sendMsg select,
#sendMsgIcon,
#textBoxWrapper,
#sendMsgButton {
    margin: 0 0 0 5px;
}
#sendMsgIcon {
    float: left;
}
#sendMsgButton {
    border: 1px solid #000000;
    width: 30px;
    padding: 2px 5px;
}

/* poznámky dopravce a dispečera */
.noteImg {
    background-color: silver;
}
.noteImg.noteExists {
    background-color: black;
}

/* nastylovani selectu jako inputu */
.desktop .block select.itemButton {
    padding: 0;
    height: 26px;
    padding-left: 15px;
    width: 140px;
    font-size: 100%;
    min-width: 160px;
}
.desktop .block select.itemButton option {
    background-color: white;
}

.desktop .itemLabel {
    min-width: 160px;
    text-align: left;
    font-weight: bold;
    display: inline-block;
    color: black;
    cursor: default;
}

/* šířka nadpisů tabů univerzálně */
.page .pageTabs .tauto .tabItem,
.page .pageTabs .t10 .tabItem,
.page .pageTabs .t8 .tabItem,
.page .pageTabs .t6 .tabItem,
.page .pageTabs .t4 .tabItem {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
}

/*********************************************************************/
/* Kontrolni sestavy                                                 */
/*********************************************************************/
.desktop .page.page_inspectionReports .pageTabs .tabItem.inspectionReportsItem {
    width: 200px;
}

.ignore {
    color: #a349a4;
}
.ignoreColumn span {
    cursor: pointer;
}

/* NDIC v mape */
.blank.itemButton {
    visibility: hidden;
}
.ndicInfo {
    display: inline-block;
    position: absolute;
    z-index: 1000000;
    width: 300px;
    background-color: rgb(77, 77, 200);
    color: white;
    padding: 4px;
    border: 2px solid #004762;
}
.ndicInfoItem {
    border-bottom: 1px solid #9ce4ff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/*********************************************************************/
/* Návaznosti spojů
/*********************************************************************/

/* Výběr linek v parametrech sestavy */
.lines .itemButton,
.linesGroups .itemButton {
    padding: 0.2em 1.9em 0.2em 0.5em;
    width: 3.8em;
}

/* Taby: výběr spoje, výběr stanice */
.trafficConnectionsInTab table,
.stationsInTab table {
    border-collapse: collapse;
}
.trafficConnectionsInTab table td,
.trafficConnectionsInTab table th,
.stationsInTab table td,
.stationsInTab table th {
    border: 1px solid #80909c;
    padding: 0.2em 0.4em;
    height: 1.5em;
    background-color: white;
}
.select {
    width: 1em;
}
.select div.itemButton {
    display: inline-block;
    width: 2em;
    height: 1em;
    padding: 0;
    margin: 0;
}

#conRelAnalysisOptions_sort {
    width: 67em;
    margin-bottom: 0;
}
#mapLblStatusTablet .connectionProtocol:hover {
    cursor: pointer;
    background-color: #777;
}

#page_trafficcarrier .blockColumn,
#page_mapcarrier .blockColumn,
#page_delaycarrier .blockColumn,
#page_evalStationsCarrier .blockColumn,
#page_statecarrier .blockColumn,
#page_inspectionreportscarrier .blockColumn {
  display: inline-block;
  margin-top: 2em;
  vertical-align: top;
}

#page_trafficcarrier .blockList:not(:first-child),
#page_mapcarrier .blockList:not(:first-child),
#page_delaycarrier .blockList:not(:first-child),
#page_evalStationsCarrier .blockList:not(:first-child),
#page_statecarrier .blockList:not(:first-child),
#page_inspectionreportscarrier .blockList:not(:first-child) {
  margin-top: 1em;
}

#page_trafficcarrier .blockList,
#page_mapcarrier .blockList,
#page_delaycarrier .blockList,
#page_evalStationsCarrier .blockList,
#page_statecarrier .blockList,
#page_inspectionreportscarrier .blockList {
  min-width: 18em;
  max-width: 20em;
  margin-right: 2em;
  vertical-align: top;
}
