﻿#hlavnipanel table#mpstatus_head, table#head {
	margin-top:7px;
}

#hlavnipanel table#mpstatus_head, table#pageDistributionList, table#head {
    border: 0;
    border-collapse: collapse;
    float: none;
    font-size: 0.9em;
    font-weight: normal;
    color: #111;
    margin-bottom: 2em;
    width: 100%;
    table-layout: fixed;
}

table#mpstatus_head td, #hlavnipanel table#head td {
	padding: 0.8em 0.9em;
    vertical-align: baseline;
	border: 0;
    border-bottom: 1px solid #13a7d5;
	background: transparent;
}

table#pageDistributionList {
    margin-top: 10px;
}

table#pageDistributionList th {
    padding: 0.6em 0.9em;
    text-align: left;
    vertical-align: baseline;
    border-style: none;
    border-width: 0px;
    color: #111;
    background: transparent;
    font-weight: bold;
}

table#pageDistributionList td {
    padding: 0.4em 0.9em;
    vertical-align: baseline;
    border-style: solid;
    border-color: #b0b0b0;
    border-width: 1px 0px;
    background: transparent;
}


/*WFL*/
#rozdelwfl {
    font-size:0.9em;
    padding-top:10px;
}

#rozdelwfl .wflheading {
    padding-bottom: 5px;
	color: #111;
    font-size:14px;
	font-weight: bold;
}



#rozdelwfl .stepheading :not(a) {
	font-size:13px;
	font-weight: bold;
    color: #111;
}

#rozdelwfl .nextstepheading :not(a) {
	color: #b0b0b0;
    font-size:13px;
	font-weight: bold;
}

#rozdelwfl .stepheading .stepdesc,#rozdelwfl .nextstepheading .stepdesc {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

#rozdelwfl .nextstepheading, #rozdelwfl .stepheading {
	padding-top: 10px;
    padding-bottom: 5px;
    border-bottom-style: solid ;
    border-bottom-color: #b0b0b0;
	border-bottom-width: 0.1px;
    min-height:25px;
}

#rozdelwfl .wflSignerRow {
    line-height:25px;
	/*padding: 0.4em 0;*/    
	border-bottom-style: solid ;
    border-bottom-color: #b0b0b0;
	border-bottom-width: 0.1px;
    display: inline-block;
    width: 100%;
    vertical-align:middle;
    box-sizing:border-box
}

#rozdelwfl .wflSignerRow .wflSignButton {
    line-height:30px;
}

#rozdelwfl .wflStepUsers {
    margin-left:10px;
}

#rozdelwfl .wflSubstitutes {
    margin-left:20px;
}

#rozdelwfl .wflSubstitutesHeading {
    color:#5e5e5e;
    font-style:italic;
}

#rozdelwfl .wflUserGroupUsers {
    margin-left:10px;
}

#rozdelwfl .wflSignButton {
    float:right;
}

#rozdelwfl .wflUserGroup .wflUserGroupHeading {
    color:#5e5e5e;
    font-style:italic;
    margin-left:0px;
}


#rozdelwfl .wflSignersNextStep {
    color: #b0b0b0;
}

#rozdelwfl .alert {
	color:#ff9f00;
}

#rozdelwfl div.wflnote, #pageDistributionList tr.isonote td {
    width: 100%;
    font-style: italic;
    height: 1.85em;
    line-height: 1.85em;
    position: relative;
}

#rozdelwfl .divwflnote {
    width: auto;
    color: #858282;
    box-sizing: border-box;
    background: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 1.85em;
    left: 10px;
    padding-left: 10px;
}

#rozdelwfl .divwflnote:hover {
    width: 100%;
    background: white;
    transition: max-height 1.5s 1s, padding-bottom 0s 0s,border 0s 1s,left .5s .5s;
    -webkit-transition: max-height 1.5s 1s, padding-bottom 0s 0s,border 0s 1s,left .5s .5s;
    position: absolute;
    left: 0.5px;
    white-space: normal;
    max-height: 1000px;
    padding-left: 10.5px;
    padding-bottom: 12px;
    border-style: solid;
    border-color: #b0b0b0;
    border-width: 0 0 1px 0;
}
/*WFL*/


#divSignButton {
    width:100%;
    text-align:right;
}
#distrListHeading {
    cursor: pointer;
    display: inline-block;
    padding-right: 10px;
}

#distrListHeading h4 {
    display: inline-block;
}

#distrListHeading a {
    text-decoration: none;
}

#distrListHeading .slide {
    position: relative;
    top: 12px;
    content: "";
    margin-left: 10px;
    border-top: 5px solid #b0b0b0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
}

#distrListHeading.active .slide {
    top: -11px;
    border-top: none;
    border-bottom: 5px solid #b0b0b0;
}

#divTableDistrList {
    transition: max-height .4s ease-in-out;
    -webkit-transition: max-height .4s ease-in-out;
    overflow:hidden;
}
