#panelSelectorTxt div { 
    cursor: pointer;	
    font-size: 7pt;
    background-color: #F3F3F3;
    color: #565656;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;	
}

#panelSelectorTxt div:hover{
    font-weight: bold;
}

.sep {
    clear: both;
    float: none;
    height: 0;
}

div.dialogBox {
    width: 450px;
    margin-top: 180px;
    background-color: #ffffff;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border: solid;
    border-color: #A5A5A5;
    border-width: 1px;
    text-align: left;
    vertical-align: top;
    padding: 0;
}

div.dialogBox h1 {
    text-align: left;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    background-color: #6D6D6D;
    font-size: 10pt;
    padding-left: 12px;
    margin: 0;
    min-height: 25px;
    vertical-align: middle;
    padding-top: 6px;
}

.fontSizer {
    border: none;
    cursor: pointer;
    float: right;
}

div.dialogBase {
    cursor: pointer;
    width: 75px;
    height: 28px;
    border: none;
    font-size: 14px;
    /*background-image: url('../gfx/newIcons/dialogBase.png');*/
    background-color: #00AEEC;
    border-radius: 3px;
    border-color: #367fa9;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
}

div.dialogQuestion {
    color: #000000;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.dialogQuestionClear {
    font-weight: normal;
}

table.formDivider {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

table.formDivider td {
    width: 50%;
    vertical-align: top;
    background-color: #E0E0DE;
    color: #000000;
}
div.formLineDivider{  
    background-color: #00AEEC;
    height: 3px;
    width: 100%;
}
table.formDivider tbody th {
    width: 50%;
    vertical-align: top;
    background-color: #E0E0DE;
    color: #0070C0;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 16px;
    padding-top: 10px;
    border: solid;
    border-width: 0;
    border-top-width: 2px;
    border-color: #ffffff;
}

table.orderTemplate {
    width: 100%;
}

table.orderTemplate td {
    border: none;
    border-color: #606060;
    border-width: 1px;
    margin: 3px;
    margin-top: 10px;
    background-color: #F3F3F3;
    color: #565656;
    padding: 3px;
    line-height: 125%;
    font-size: 9pt;
    vertical-align: top;
}

table.orderTemplate th {
    border: none;
    border-color: #606060;
    border-width: 1px;
    margin: 3px;
    margin-top: 10px;
    background-color: #F3F3F3;
    color: #565656;
    padding: 3px;
    line-height: 125%;
    font-size: 9pt;
    vertical-align: top;
    font-weight: bold;
}

table.orderItems {
    width: 100%;
    border-collapse: collapse;
}

table.orderItems .sectionHeader{
    background-color: #6D6D6D;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    padding: 3px;
}

table.orderItems td {
    font-size: 9pt;
    border: dotted;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #000000;
    padding: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    background-color: #ffffff;
}

table.orderItems th {
    font-size: 9pt;
    border: dotted;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #000000;
    padding: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    background-color: #ffffff;
    font-weight: bold;
}

table.dictionary {
    width: 100%;
    border: none;
    font-size: 10pt;
}

table.dictionary td {
    cursor: pointer;
    text-align: left;
    padding-left: 20px;
    width: 50%;
    color: #7C7C7C;
    /*background-color: #E0E0DE;*/
    border:1px solid #9C9C9C;
    height: 36px;
}

table.dictionary td:hover {
    background-color: #FFFFFF;
    font-weight: bold;
}

div.templateInternal {
    font-size: 9pt;
    margin: 5px;
    background-color: #E0E0DE;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}

div.nosHeader {
    text-align: left;
    font-size: 10pt;
    font-family: Tahoma;
    font-weight: bold;
}

div.nosSmallHeader {
    text-align: left;
    font-size: 8pt;
    font-family: Tahoma;
    font-weight: bold;
    margin-top: 12px;
}

table.nosAssist {
    width: 100%;
    font-size: 8pt;
    font-weight: bold;
    padding: 0;
}

table.nosAssist td {
    background-color: #8E8D89;
    cursor: pointer;
    height: 18px;
    border: solid;
    border-width: 0;
    border-right-width: 2px;
    border-color: #636361;    
    font-stretch: ultra-condensed;
    color: #E1E1DF;
    text-align: center;
    padding: 0 3px 0 3px;
}

/* @TODO expression(this.parentNode.lastChild.style.setProperty("color", "#f0f0f0", null))*/
table.nosAssist td:last-child {
    /* border-style: none; */
    border-right-width: 0px;
}

table.nosAssist td.active {
    background-color: #E0E0DE;
    color: #575757;
}

.bookmarksTable {
    width: 207px; 
    overflow: auto;
}

table.nosSelector {
    table-layout: fixed;
    width: 100%;    
}

table.nosSelector th {
    cursor: pointer;
    font-size: 7pt;
    background-color: #6D6D6D;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    font-weight: bold;	
}

table.nosSelector td {
    height: 16px !important;
    width:160px;
    cursor: pointer;
    font-size: 10.5px;
    background-color: #F3F3F3;
    color: #565656;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

table.nosSelector td:hover {
    background-color: #FFFFFF;
}

div.menuPanel {
    background-image: url('../gfx/layout/floatPanel.png');
    background-repeat: repeat-x;
    width: 320px;
    display: none;
    position: absolute;
    background-color: #fdfdfd;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border: solid;
    border-color: #A5A5A5;
    border-width: 1px;
    text-align: left;
    vertical-align: top;
    padding: 1px;
}

div.envelopePanel {
    width: 450px;
    display: none;
    position: absolute;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 100;
}

.shadow {
    box-shadow:5px 5px 5px #646464;
    -webkit-box-shadow:5px 5px 5px #646464;
    -moz-box-shadow:5px 5px 5px #646464; 
}

.shadowLight {
    box-shadow:5px 5px 5px #999;
}

div.floatPanel {
    width: 450px;
    display: none;
    position: absolute;
    background-color: #D8D7D5;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border: solid;
    border-color: #A5A5A5;
    border-width: 1px;
    text-align: left;
    vertical-align: top;
    padding: 0;
    z-index: 1000;
}

div.floatPanel h1,
div.datePanel h1 {
    text-align: left;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    background-color: #6D6D6D;
    font-size: 10pt;
    padding-left: 12px;
    margin: 0;
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
}

div.floatPanel .dialogOptionRow {
    text-align: center;
}

div.floatPanel .dialogOptionRow #dialogOptions,
div.floatPanel .dialogOptionRow #dialogNote{
    margin-bottom: 10px;
}

div.datePanel {
    background-image: url('../gfx/layout/floatPanel.png');
    background-repeat: repeat-x;
    width: 320px;
    display: none;
    position: absolute;
    background-color: #fdfdfd;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border: solid;
    border-color: #A5A5A5;
    border-width: 1px;
    text-align: left;
    vertical-align: top;
    padding: 0;
}

table.popupMenu {
    width: 100%;
    border: none;
    font-size: 9pt;
}

table.popupMenu td {
    cursor: pointer;
    background-image: url('../gfx/strzala2.gif');
    background-position: 2px 60%;
    background-repeat: no-repeat;
    padding: 2px;
    padding-left: 16px;
}

table.popupMenu td:hover {
    font-weight: bold;
}

div.bookmarkBody {
    background-color: #ffffff;
    padding: 15px;    
}

#assistantDummy {
    /*float: left;*/
    position: absolute;
    left: 210px;
    width: 36px;
    display: none;
    cursor: pointer;
}

#assistantDummyTop {    
    background-color: black;    
    line-height: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    padding: 12px;   
    font-size: 14px;    
    cursor: pointer;
}

#assistantDummyBody {
    background-image: url('../gfx/layout/assistantLabel.png');
    background-repeat: repeat-x;
    background-color: #646464;
    padding-left: 17px;
    vertical-align: middle;
    font-size: 9pt;
    font-weight: bold;
    color: #ffffff;
    padding-top: 5px;
    cursor: pointer;
}

#assistantBody {
    /*float: left;*/
    left: 210px;
    position: absolute;
    width: 207px;
}

#assistantBody input {
    font-size: 9pt;
    color: #565656;
    border: solid;
    border-width: 1px;
    border-color: #C1C1C1;
    margin-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.form_picker img.searchInactive,
.floatPanel img.search, 
#assistantBody img.search {
    border: none;
    cursor: pointer;
    margin-left: 2px;
    position: relative;
    top: 5px;
}

#assistantBody img.searchClear {
    border: none;
    cursor: pointer;
    margin-left: 2px;
    position: relative;
    top: 5px;
}

#assistantBody table.searchFields {
    width: 100%;
    padding: 0px;
    border-collapse: collapse;     
}
.assistantContent table.searchFields{
    float: left;
}

.form_picker img.searchInactive,
.floatPanel img.searchInactive,
#assistantBody img.searchInactive {
    border: none;
    cursor: pointer;
    margin-left: 2px;
    position: relative;
    top: 5px;
    opacity: 0.2;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20):progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
}

#assistantTop{    
    background-repeat: no-repeat;    
    line-height: 18px;
    margin: 0;
    color: #ffffff;    
    padding: 10px;    
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;    
}
#assistantTop i{
    float: right;
    cursor: pointer;
}

.assistantContent > div {
    position: relative;
    //background: #E0E0DE;
}

#assistantBody .assistantContent span.pageNav {
    position: relative;
}

.pageNav {
    text-align: center;
    margin-top: 2px;
    padding: 5px;
}

.pageNav img {
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    /*top: 4px;*/
    display: inline-block;
}

.selectorsContainer img.search {
    padding-right: 6px;
}

.pageNav span {
    font-size: 8pt;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
}

.assistantLabel {
    background-color: #222d32;
    padding-left: 12px;
    vertical-align: middle;
    height: 32px;
    font-size: 13px;
    color: #b8c7ce;
    padding-top: 7px;
    cursor: pointer;
    border-left: 3px solid transparent;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}


.assistantLabel:hover{
    background: #1e282c none repeat scroll 0 0;
    border-left-color: #00AEEC;
    color: #fff;
}



div.assistantLabel i {
    float: right;
    padding: 0;
    padding-right: 10px;
    margin: 0;
    margin-right: 2px;
    top: -2px;
    cursor: pointer;
    position: relative;
}

div.assistantContent {
    background-color: #2c3b41;
    color: #8aa4af;
    /*	vertical-align: middle;*/
    font-size: 9pt;
    /*height: 410px;*/
    /*zoom: 1;*/
    border:1px solid #222d32;
    /*padding:5px;*/
}

div.legendSelector {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    top: -2px; 
    margin-right: 2px; 
    width: 23px; 
    height: 22px;
    float: right;
}

/*dynamicznie wypelniane background-color przy ladowaniu selektora tras*/
div.legendColor_ArChoiceAssistantSelectorRouteVisits1 {    
}

div.legendColor_ArChoiceAssistantSelectorRouteVisits2 {    
}

div.legendColor_ArChoiceAssistantSelectorRouteVisits3 {    
}

div.legendColor_ArChoiceAssistantSelectorRouteVisits4 {    
}

div#ArChoiceAssistantMapPlanner {
    position:absolute;
    left:0px;
    width: 282px;
    padding-left: 2px;
}

div.ArChoiceAssistantMapPlannerTop {
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 0 0 12px;
    width:270px;
    height:27px;
    background:url("../gfx/layout/arSelectorTop2.png") repeat-x scroll 0 0 transparent
}

div.legendColor_inactive {
    opacity:0.4;
    filter:alpha(opacity=40);
}

div.fromSchedulePoint {
    margin-left: 3px;
    margin-top: 6px;
    width: 16px;
    height: 17px;
    float: right;
    background: url("../gfx/fromSchedule.png") no-repeat;
}

div.lockedVisit {
    margin-left: 3px;
    width: 20px;
    height: 20px;
    float: right;
    background: url("../gfx/newIcons/turnOffSmall.png") no-repeat;
}

div.unlockedVisit {
    margin-left: 3px;
    width: 20px;
    height: 20px;
    float: right;
    background: url("../gfx/newIcons/turnOnSmall.png") no-repeat;
}

div.visit-time {
    margin-left: 0px;
    margin-top: 4px;
    width: 16px;
    height: 16px;
    float: right;
    background: url("../gfx/parcels/today.png") no-repeat;
}

tr[name=available_visits] td.visits {
    padding-left: 30px;
    background: url("../gfx/layout/dndMove.png") #F3F3F3 no-repeat left;   
}

tr.isStartPoint td.visits{
    padding-left: 30px;
    background: url("../gfx/start.png") #F3F3F3 no-repeat left ;
}

tr.isEndPoint td.visits{
    padding-left: 30px;
    background: url("../gfx/end.png") #F3F3F3 no-repeat left;
}

tr[name=available_visits] .visits div.clickable:hover {
    background-color: #FFFFFF;
}

.mapOnDragStyle {
    border-top: #54bae6 1px solid;
    border-bottom: #54bae6 1px solid;
}

div#factorsSliderPanelContent, #summaryFactorsContent {    
    padding: 10px 2px 10px 2px;    
}

div#visitsSummary {
    padding-bottom: 10px;
}

table#visitsSummaryTable {
    width: 100%;
}

table#visitsSummaryTable tr:nth-child(even) {
    background: #EEE
}
table#visitsSummaryTable tr:nth-child(odd) {
    /*background: #FFF*/
}

div#summaryVisitsContent {    
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

div#mapSummary {
    background-color: #FFFFFD;
    font-size: 10pt;
    font-family: Tahoma;
    border: #E0E0DE solid 2px;
    border-bottom: none;
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
}

#clientMapBox {
    height: 450px;  
    background: #dedede;
    padding: 5px;
    border:  1px solid #FFFFFF;
}

#clientMapBox #mapButtons {
    height: 30px;
}

#clientMap {
    width: 100%;
    height: 400px !important;  
}
#mapNew {
    width: 100%; 
    height: 100% !important;
    border: 2px solid #595959;
}


div#factorsSliderPanel {
    background-color: #FFFFFD;
    font-size: 10pt;
    font-family: Tahoma;
    border: #E0E0DE solid 2px;
    border-top: none;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
}

div#factorsSliderPanelTop, div#summaryFactorsTop, div#summaryVisitsTop {
    background-color: #F5FAFD;
    font-size: 12pt;      
    padding-bottom: 4px;
    border-bottom: #E0E0DE dashed 1px;
}

input#timeWindowFactor {
    width: 25px;
    border: 0;
    color: #f6931f;
    font-weight: bold;
}

input#tourLengthFactor {
    width: 25px;
    border: 0;
    color: #f6931f;
    font-weight: bold;
    margin-bottom: 10px;
}

#generalDetailsBar {
    padding-left: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url('../gfx/layout/assistantLabel.png');
    background-repeat: repeat-x;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
}

div.routeSummaryBar {
    height: 22px;
    vertical-align: middle;
    padding-left: 17px;
    padding-top: 5px;  
    background-image: url('../gfx/layout/assistantLabel.png');
    background-repeat: repeat-x;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
}

#optimalizeBtn {
    margin-top: 20px;
    margin-left: 45px;
    text-shadow: -0.1em -0.1em #333;
    color: white;
    border:1px solid #555555; 
    height: 25px;
    background-image: linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -o-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -moz-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -webkit-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -ms-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.45, #575757),
        color-stop(0.84, #B3B3B3),
        color-stop(0.45, #B3B3B3)
        );
}

#optimalizeBtn:hover {
    border-color: #69cbff;
}

#acceptBtn {
    margin-top: 20px;
    margin-left: 10px;
    text-shadow: -0.1em -0.1em #333;
    color: white;
    border:1px solid #555555; 
    height: 25px;
    background-image: linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -o-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -moz-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -webkit-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -ms-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.45, #575757),
        color-stop(0.84, #B3B3B3),
        color-stop(0.45, #B3B3B3)
        );
}

#acceptBtn:hover {
    border-color: #69cbff;
}

div.ordersProcessingWindow{
    /* height: 200px; */
    overflow:auto;
}

.ordersProcessingWindow table{
    border: 0px; 
    width: 100%; 
    background-color:#bbc; 
    border-spacing:1px;
}

.ordersProcessingWindow table thead tr{
    height: 20px;
}

.ordersProcessingWindow table tr th{
    height: 20px; 
    background-color:#ddd;
    text-align: center;
}

.ordersProcessingWindow table tbody tr{
    height: 20px; 
    background-color:#eee;
}

.ordersProcessingWindow table tbody tr td{
    height: 20px; 
    width:15%; 
    text-align:center
}

.ordersProcessingWindowFooter{
    border: 0px;
    border-top:solid 1px #aaa;
    margin: 0 5px 5px 5px;
    padding-top: 5px;
}

.ordersProcessingWindowFooter span{
    display: inline-block
}

.ordersProcessingWindowFooter input {
    margin-bottom: 5px;
}

#acceptBtn:hover,  #assignOrderProcessingBtn:hover{
    border-color: #69cbff;
}

#assignOrderProcessingBtn{
    margin-top: 0px;
    margin-left: 10px;
    text-shadow: -0.1em -0.1em #333;
    color: white;
    border:1px solid #555555; 
    height: 25px;
    line-height: 25px;
    background-image: linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -o-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -moz-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -webkit-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);
    background-image: -ms-linear-gradient(bottom, #575757 45%, #B3B3B3 84%, #B3B3B3 45%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.45, #575757),
        color-stop(0.84, #B3B3B3),
        color-stop(0.45, #B3B3B3)
        );
}

#buttonContainer {
    width: 100%;
    height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: #E0E0DE dashed 1px;
    padding-bottom: 15px;
    background-color: #F5FAFD;
}

div.ArChoiceAssistantMapPlannerTop {
    text-shadow: -0.1em -0.1em #555;
}

table#ArChoiceAssistantSelectorRouteVisits1bookmarks tbody tr td {
    text-shadow: 0.1em 0.1em #fff;
}

#topPanel {
    height: 52px;
    border: solid;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #C1B7AD;
    background-image: url('../gfx/layout/topPanel.png');
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
}

#bottomPanel {
    font-size: 8pt;
    height: 29px;
    border: none;
    background-image: url('../gfx/layout/bottomPanel2.png');
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-weight: bold;
    color: #6D6D6D;
}

#bottomPanel img {
    margin-left: 50px;
    margin-top: 35px;
}

#bottomPanel div {
    float: right;
    margin-top: 40px;
}

#bottomPanel a {
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

#bottomPanel a:active {
    text-decoration: none;
    color: #6d6d6d;
}

#bottomPanel a:visited {
    text-decoration: none;
    color: #6d6d6d;
}

#bottomPanel a:hover {
    text-decoration: underline;
}

#softlineLogo {
    position: absolute;
    top: 4px;
    right: 10px;
    /*	right: 10%;*/
}

#companyLogo {
    position: absolute;
    top: 6px;
    left: 10px;
    max-height: 50px;
}

#topMenu {
    text-align: center;
}

#topMenu img {
    padding: 0;
    margin: 0;
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-top: 4px;
    cursor: pointer;
}

#contentDiv {
    padding-top:15px;
    padding-bottom:15px;
}


#eventOpener {
    float: right !important;
    margin-right: 20px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

#eventOpener :hover {
    font-weight: bold;
}

#infoBar div {
    float: left;
    margin-left: 15px;
}

#infoBar div span {
    font-weight: bold;
}

#infoBar a {
    float: right;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin-left: 20px;
}

#infoBar {
    height: 24px;
    font-size: 8pt;
    color: #FFFFFD;
    vertical-align: middle;
    padding: 0;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 5px;
}

.leftMenuTop {
    width: 190px;
    border: none;
    font-size: 1pt;
    background-image: url('../gfx/layout/leftMenuOpen.png');
    background-repeat: no-repeat;
    height: 13px;
    padding: 0;
    margin: 0;
}

.leftMenuBottom {
    width: 190px;
    border: none;
    font-size: 1pt;
    background-image: url('../gfx/layout/leftMenuClose.png');
    background-repeat: no-repeat;
    height: 13px;
    padding: 0;
    margin: 0;
}

#leftMenu {
    margin-top:-1px;
    background-color: #ffffff !important;
    font-size: 8pt;
    font-weight: bold;
    width: 187px;
    border: solid;
    border-width: 0;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #EAE6DD;
}

.leftContainer {
    position: absolute;
    left: 0;
}

.selected {
    background-color: #54B9E5 !important;
    color: #ffffff !important;
}
.selected2 {
    font-weight: bold;
}

#leftMenu a,#mostUsed a {
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
    display: block;
    background-color: #FFFFFF;
    color: #6E6E6E;
    text-align: left;
    padding-left: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid;
    border-width: 0;
    border-top-width: 1px;
    border-color: #ffffff;
    background-image: url('../gfx/layout/menuArrow.png');
    background-repeat: no-repeat;
    background-position: 2px 50%;
}

#leftMenu a:hover {
    background-color: #54B9E5;
    color: #ffffff;
}

#leftMenu ul,#mostUsed ul {
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}

#leftMenu li,#mostUsed li {

    background-color: #EFF8FD;
    cursor: pointer;
    color: #6D6D6F;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: solid;
    border-width: 0;
    border-bottom-color: #F8FCFF;
    border-bottom-width: 1px;
    border-top-color: #F5FAFD;
    border-top-width: 1px;
    background-image: url('../gfx/layout/liLine.png');
    background-repeat: no-repeat;
    background-position: 16px 50%;
}

#leftMenu li:hover,#mostUsed li:hover {
    background-color: #ffffff;
}

.leftMenuContainer {
    width: 190px;
    padding: 0;
    margin: 0;
    border: none;
    margin-left: 10px;
}

#rightContainer {
    font-family: Tahoma, Helvetica, Geneva, sans-serrif;
}

#rightMenuRight {
    /*background: transparent url('../gfx/layout/rightMenuRight.png') repeat;*/
    /*float: left;*/
    /*height: 27px;*/
    /*margin-left: 17px;*/
    /*text-align: left;
vertical-align: bottom;*/
}

#rightMenuRight > div,
#rightMenuRight span {
    margin: 0;
    /*margin-top: 2px;*/
    /*background: url('../gfx/layout/rightMenuRight.png') #000 repeat-x !important;*/
    color: #ffffff;
    height: 16px;
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 8pt;
    font-weight: bold;
    cursor: pointer;
    border: solid;
    border-width: 0;
    border-right-width: 1px;
    border-color: #7F7F7F;
    border-top-width: 0;
    border-color: #505050;
    display: block;
    float: left;
}

#rightMenuRight.thinRightMenu > div{
    padding-left: 3px;
    padding-right: 3px;
}

#rightMenuRight > div:hover,
#rightMenuRight span:hover {
    background: url('../gfx/layout/rightMenuHover2.png') #FFF repeat-x;
}

#rightMenuRight > div#rightMenuLeft {
    font-size: 1pt;
    /*float: left;*/
    /*background: url('../gfx/layout/rightMenuLeft.png') no-repeat !important;*/
    height: 27px;
    border: none;
    width: 17px;
    padding: 0;
    border-top: 0;
    margin: 0;
}

#mainContent {}

#rightMenuOptions,#detailMenuOptions {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    bottom: 5px;
    position: relative;
}

#rightMenuOptions div {
    color: #FFFFFF;
    padding-top: 5px;
    margin-top: 0px;
    padding-left: 40px;
}

#rightMenuSearch {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    bottom: 5px;
    position: relative;
}

#detailOptionsPanel {
    clear:both;
    background-color: #ffffff;
    text-align: left;
    border-bottom:1px solid #f4f4f4;
    padding-bottom:5px;
    margin-bottom:10px;
    margin-left: 20px;
    padding-left: 15px;
    padding-top: 17px;
}

.dialog>.ribbon>div{
     display:inline-flex;
     width: 75px;
     text-align: center;
 }
#detailOptionsPanel div {
     display:inline-flex;
     text-align: center;
 }
#taskPanelOptions .btn.btn-app {
    display:block;
    width:auto;
    min-width:90px;
    float:left;
}
#detailOptionsPanel .btn.btn-app{
    display:inline-block;
    width:auto;
    min-width:90px;
}

.selectorsContainer {

}

table.selectorsContainer>thead>tr>th {
    color: #0070C0;
    font-size: 8pt;
    padding: 10px 25px 10px 50px;
}

table.selectorsContainer>thead>tr>th+th {
    padding: 10px 50px 10px 25px;
}

table.selectorsContainer>tbody>tr>td {
    vertical-align: top;
    margin: 10px;
    padding: 0 25px 0 50px;
}

table.selectorsContainer>tbody>tr>td+td {
    padding: 0 50px 0 25px;
}

table.selectorsContainer>tbody>tr>td>div {
    border: 1px solid #FFFFFF;
}

#detailOptionsPanel div span {
    color: #6D6D6D;
    font-size: 7pt;
}

#registryOptionsPanel {
    /*
    opacity: 0.3;
    border: 1px solid red;
    */

    background-color: #ffffff;
    text-align: right;
    margin-bottom:20px;
    padding:10px 10px 0px 10px;
    min-height:90px;
}

.importPanel {
    background: #E0E0DE;
    color: #000;
}

.importPanel h3 {
    margin: 0 0 0 10px;
    font-size: 14px;
}

.importPanel>ul {
    margin: 5px 0 0 10px;
    font-size: 12px;
}

.dialog>.ribbon>div>img,#detailOptionsPanel input,#detailOptionsPanel img
{
    cursor: pointer;
    margin: 0 4px 2px 2px;
    margin-left: 10px;
    margin-right: 10px;
}
table.registry td.summary {
    background-color: #dedede !important;    
    border-top: 2px solid #595959;
}

div.registryOptionsPanelButtonActive {
    cursor: pointer;
    float: left;
    min-width: 90px;
    text-align: center;
}

div.registryOptionsPanelButtonActive span {
    font-size: 7pt;
    text-decoration: none !important;
    cursor: pointer;
}

div.registryOptionsPanelButtonInactive {
    text-align: center;
    cursor: default;
    opacity: 0.2;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20):progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
    float: left;
    min-width: 90px;
}

div.registryOptionsPanelButtonInactive img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20):progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
}

div.registryOptionsPanelButtonInactive span {
    text-decoration: none !important;
    font-size: 7pt;
    cursor: default;
}

table.nosParamsTable {
    border: none;
    width: 100%;
    /*margin-top: 10px;*/
    cursor: pointer;
}

table.nosParamsTable td {
    /*border:1px solid #C1C1C1;*/
    /*padding:5px;*/
    /*
    font-size: 8pt;
    height: 18px;
    background: #ffffff url(../gfx/newIcons/dateOpener2.png) no-repeat scroll 100% 50%;
    */
}

.dateField {
    text-decoration: none !important;
    background-color: #ffffff;
    border: solid;
    border-width: 1px;
    border-right-width: 0;
    border-color: #C1C1C1;
    height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 20px !important;
    background: #ffffff url(../gfx/newIcons/dateOpener2.png) no-repeat
        scroll 100% 50%;
    cursor: pointer;
    font-size: 7pt;
    display: inline;
}

#rightMenuRight > div.selectedBookmark {
    /*background: url('../gfx/layout/rightMenuSelected.png') #FFF repeat-x !important;*/
    /*color: #6D6D6D !important;*/
}

.inactiveBookmark {
    box-shadow: none;
    cursor: not-allowed!important;
    opacity: 0.55;
    color:#888!important;
}
.selectedBookmark{
    background-color: #e7e7e7!important;
}





table.template {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

table.template tbody tr th {
    padding-left: 8px;
    background-color: #E0E0DE;
    color: #000000;
    font-size: 9pt;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    width: auto;
}

table.template tbody tr td {
    padding-left: 8px;
    background-color: #E0E0DE;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 9pt;
    width: auto;
}

table.template textarea,table.template select,table.template input {
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    /*	background-color: #ffffff;*/
    border: none;
    border-width: 1px;
    border-color: #707070;
    padding: 1px;
}

table.template .formLineTitle {
    padding: 0 0 5px 0;
    font-weight: bold;
}

table.template table.registryDataTable {
    width: 100%;    
}

table.template table.registryDataTable tr th {
    background-color: #00AEEC;
    color: #FFFFFF ;
    text-align: center;
    padding: 5px;
}

table.template table.registryDataTable tr td {
    border-bottom: 1px solid #6D6D6D ;
}

.registryDataTableButton {
    padding-right: 5px;
    padding-top: 5px;
}


table.isk {
    width: 100%;
}

table.isk tr {
    background: transparent !important;
}

table.isk tr td {
    background: transparent !important;
    font-size: 9pt;
    border: none !important;
    text-align: center;
}

.form_title {
    font-size: 10pt;
    color: #6E6E6E;
    text-align: left;
    font-weight: bold;
    margin: 0;
    border: solid;
    border-color: #BDBDBD;
    border-width: 0;
    border-bottom-width: 1px;
    height: 21px;
    background-image: url('../gfx/layout/formTitle.png');
    background-repeat: repeat-x;
    vertical-align: middle;
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 7px;
    line-height: 15px;
    margin-bottom: 4px;
}

table.orderReportT {
    font-size: 8pt;
    text-align: center;
    font-size: 8pt;
    border-color: #000000;
    border: none;
}

table.orderReportT td {
    text-align: left;
    border: none;
}

.reportHeader {
    text-align: left;
    padding-bottom: 10px;
}

input.clientSearch {
    background-color: #FFFFFF;
    border: 1px solid #C1C1C1;
    color: #565656;
    font-size: 9pt;
    margin-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.confirmButton {
    font-size: 8pt;
    color: #ffffff;
    background-color: #ff6600;
    border: solid;
    border-width: 1px;
    border-left-color: #c0c0c0;
    border-right-color: #707070;
    border-top-color: #c0c0c0;
    border-bottom-color: #707070;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    width: 60px;
}

.confirmButton:hover {
    color: #000000;
    background-color: #f7f7b8;
}

div.tReg {
    border: solid;
    border-width: 1px;
    border-color: #000000;
    background-color: #f0f0f0;
    font-size: 9pt;
    padding: 4px;
    margin: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

table.nosResultTable2 {
}

table.nosResultTable2 td {
    text-align: left !important;
    font-size: 8pt;
    color: #323232 !important;
}

table.nosResultTable {
    font-size: 9pt;
    color: #000000;
    border: none;
    width: 100px;
    border-collapse: separate;
    border-spacing: 2px;
    overflow: auto;
}

table.nosResultTable th {
    text-align: center;
    background-color: #0da0d8;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
}

table.nosResultTable th .helper{
    display: block;
    float: right;
    background-image: url('../gfx/q_transparent.png');
    width: 16px;
    height: 16px;
    overflow: hidden;
}

table.nosResultTable tr td {
    text-align: center;
    background-color: #FFFFFF;
    color: #363636;
    vertical-align: top;
    padding: 5px;
}

table.nosResultTable tr.se td {
    background-color: #ccebff;
    color: #363636;
}

table.nosResultTable td.se {
    background-color: #ccebff;
    color: #363636;
}

table.nosResultTable tr.summary td {
    background-color: #dedede !important;    
    border-top: 1px solid #595959;
    padding-top: 5px;
    margin-top: 5px;
}

#nos_result_panel {
    font-size: 9pt;
}

#nos_result_panel > table.nosResultTable {
    /*display: block;
    padding-bottom:15px;*/
}





.target_list_target {
    padding: 2px;
    padding-left: 15px;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #565656;
    margin: 2px 0;
}

.target_list_target:hover {
    cursor: pointer;
    background-color: #e8e8f9;
}

.target_list_nogroup {
    padding: 2px;
    cursor: pointer;
}

.target_list_nogroup:hover {
    padding: 2px;
    cursor: pointer;
    background-color: #e8e8f9;
}

#target_list_panel>div,
#ph_list_panel {
    font-size: 7pt;
}

#ph_list_panel tr,
#ph_list_panel td {
    cursor: pointer
}

.target_list_group {
    font: 11px;
    padding: 2px;
    padding-bottom: 4px;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #565656;
    margin: 2px 0;
}

.target_list_group:hover {
    background-color: #f3f3f3;
    color: #565656;
    margin: 2px 0;
}

.target_detail_serial_td {
    border-left: 10px solid orange;
}

.f9lb {
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.f9l {
    font-size: 9pt;
    text-align: left;
    vertical-align: top;
}

#panelYEAR div,
#panelHALFYEAR div,
#panelWEEK div,
#panelQUARTER div,
#panelMONTH div {
    font-size: 7pt;
    text-align: left;
    overflow: hidden;
    padding: 1px;
    margin: 0;
    cursor: pointer;
}

#panelYEAR div:hover,
#panelHALFYEAR div:hover,
#panelWEEK div:hover,
#panelQUARTER div:hover,
#panelMONTH div:hover {
    background-color: #f0f0e3;
}

.popup_menu {
    display: none;
    position: absolute;

    border: solid;
    border-color: #000000;
    border-width: 1px;
    text-align: left;
    vertical-align: top;
    padding: 0;
    max-height: 400px;
}

table.fancySelect {
    position: absolute;
    background-color: #ffffff;
    border: solid;
    border-color: #e0e0de;
    border-width: 1px;
    text-align: left;
    padding: 0;
}

table.fancySelect td {
    font-size: 8pt;
    text-align: left;
    padding: 3px;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
}

table.fancySelect td:hover {
    background-color: #f0f0e3;
}

.form_picker {
    display: none;
    position: absolute;
    background-color: #D8D7D5;
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border: solid;
    border-color: #A5A5A5;
    border-width: 1px;
    text-align: left;
    vertical-align: top;
    padding: 0;
    height: 300px;
    overflow: auto;
}

div.form_picker h1 {
    text-align: left;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    background-color: #6D6D6D;
    font-size: 10pt;
    padding-left: 12px;
    margin: 0;
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
}

.popup_box {
    width: 300px;
    height: 90px;
    display: none;
    position: absolute;
    background-color: #f8f8e9;
    border: solid;
    border-color: #000000;
    border-width: 1px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.popup_box_visible {
    margin-top: 50px;
    width: 300px;
    background-color: #f8f8e9;
    border: solid;
    border-color: #000000;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    padding-bottom: 15px;
}

.popup_box_title {
    font-size: 12pt;
    color: #000000;
    font-weight: bold;
}

.form_previev_page {
    font-size: 9pt;
    vertical-align: top;
    text-align: left;
    color: #000000;
    background-color: #ffffff;
    border: solid;
    border-color: #A2A19D;
    border-width: 1px;
}

.form_previev_page h1 {
    margin: 0;
    text-align: center;
    color: #ffffff;
    background-color: #6D6D6D;
    font-size: 10pt;
    padding: 3px;
    font-weight: bold;
}

.form_previev_page h2 {
    margin: 0;
    text-align: left;
    color: #ffffff;
    background-color: #54B9E5;
    font-size: 8pt;
    padding: 3px;
    font-weight: bold;
}

.form_previev_page ul {
    margin-top: 3px;
    margin-bottom: 3px;
}

.form_previev_page ul li {
    padding-left: 3px;
    font-size: 8pt;
}

.form_previev_page input {
    font-size: 8pt;
}

body {
    font-size: 10pt;
    color: #000000;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    background-color: #FFFFFF;
    font-family: Tahoma;
}

.img_zero {
    border: none;
    margin: 0;
    padding: 0;
}

.img_link {
    vertical-align: middle;
    border: solid;
    border-width: 0;
    /*
    margin-left: 2px;
    margin-right: 4px;
    margin-top: 0;
    margin-bottom: 2px;
    */
    cursor: pointer;
    width: auto !important;
    height: auto !important;
}

.strzala3 {
    vertical-align: middle;
    border: solid;
    padding: 0;
    border-width: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0;
    margin-bottom: 2px;
}

.alert_img {
    vertical-align: middle;
    border: solid;
    border-width: 0;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.alertColor {
    color: #FF0000;
}

.error_border {
    border: solid;
    border-color: #000000;
    border-width: 1px;
    width: 350px;
    background-color: #D7D7A8;
    margin-top: 20px;
    padding: 10px;
    text-align: left;
}

.error_border  h1 {
    font-size: 14pt;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.error_border h2 {
    font-size: 10pt;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.error_border span {
    font-size: 10pt;
    color: #ffffff;
    background-color: #ff6600;
    border: solid;
    border-width: 1px;
    border-left-color: #c0c0c0;
    border-right-color: #707070;
    border-top-color: #c0c0c0;
    border-bottom-color: #707070;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
}

.form_input {
    font-size: 9pt;
    color: #000000;
    background-color: #ffffff;
    border: solid;
    border-width: 1px;
    border-color: #707070;
    padding: 1px;
}

.form_input_check2 {
    font-size: 9pt;
    color: #000000;
    border: none;
    padding: 1px;
}

.form_input_check {
    font-size: 9pt;
    color: #000000;
    background-color: #ffffff;
    border: none;
    padding: 1px;
}

.form_input_small {
    font-size: 8pt;
    color: #000000;
    background-color: #ffffff;
    border: solid;
    border-width: 1px;
    border-color: #E0E0DE;
    padding: 1px;
    margin-right: -4px;
}

.form_input_100 {
    min-width: 100px;
}

.form_input_150 {
    min-width: 150px;
}

.form_input_250 {
    min-width: 250px;
}

.form_input_full_wide {
    min-width: 99%;
}

.form_button {
    font-size: 9pt;
    color: #ffffff;
    background-color: #ff6600;
    border: solid;
    border-width: 1px;
    border-left-color: #c0c0c0;
    border-right-color: #707070;
    border-top-color: #c0c0c0;
    border-bottom-color: #707070;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 5px;
    cursor: pointer;
}

.form_button:hover {
    color: #000000;
    background-color: #F7F7B8;
}

.form_cell {
    font-size: 9pt;
    color: #000000; 
}

.inform_cell, .result_cell_r_0, .result_cell_r_1, .result_cell_0, .result_cell_1 {
    font-size: 9pt;
    color: #000000;
}

.spacer {
    font-size: 4pt;
    text-align: left;
    line-height: 100%;
}

.result_padding {
    padding: 5px;
}

.result_padding_2 {
    padding: 2px;
    text-align: center;
}

.result_padding_warn2 {
    padding: 2px;
    background-color: #ff8000;
    text-align: center;
}

.align_right {
    text-align: right;
}

a.goToDetail{
    padding-left: 15px;
    background: url("../gfx/strzala2.gif") center left no-repeat;
    border-width: 0;
    text-decoration: none;
    color: #565656;
    line-height: 125%;
}
a.detail_link:link {
    color: #000000;
    border-width: 0;
    text-decoration: none;
}

a.detail_link:hover {
    border-width: 0;
    color: #606060;
    text-decoration: underline;
}

a.detail_link:visited {
    color: #000000;
    border-width: 0;
    text-decoration: none;
}

a.detail_link:active {
    color: #000000;
    border-width: 0;
    text-decoration: none;
}

a.cell_link:link {
    color: #ffffff;
    border-width: 0;
    text-decoration: none;
}

a.cell_link:hover {
    border-width: 0;
    color: #606060;
    text-decoration: none;
}

a.cell_link:visited {
    color: #ffffff;
    border-width: 0;
    text-decoration: none;
}

a.cell_link:active {
    color: #ffffff;
    border-width: 0;
    text-decoration: none;
}

a.table_cell_link {
    color: #000000;
    text-decoration: underline;
}
a.table_cell_link:hover {
    color: #595959;
}

.info_border {
    border: solid;
    border-color: #000000;
    border-width: 1px;
    width: 550px;
    background-color: #D7D7A8;
    margin-top: 20px;
    padding: 10px;
    text-align: left;
}

.info_title {
    font-size: 12pt;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

h2 {
    font-size: 10pt;
    text-align: center;
    margin: 0;
}

.attachments_add h2 {
    text-align: left;
    margin-bottom: 1em;
}

.attachments_add label {
    display: block;
    height: 2em;
    position: relative;
}

.attachments_add label input {
    position: absolute;
    left: 5ex;
}

.in_table td {
    border: none !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ui-dialog {
    border: 1px solid #000;
    background-color: #D1D1D1;
    position: relative;
}

a.ui-dialog-titlebar-close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 16px;
    height: 14px;
    background: url('../gfx/close.gif') no-repeat;
    border: none !important;
    cursor: pointer;
}

a.ui-dialog-titlebar-close span {
    display: none;
}

.ui-dialog-titlebar {
    display: block;
    font-size: 11pt;
    font-weight: bold;
    height: 21px;
    text-align: center;
}

.ui-dialog-container { /*height: 100%;*/

}

.ui-dialog.ui-draggable .ui-dialog-titlebar {

}

.ui-dialog-content {
    position: absolute;
    top: 20px;
    bottom: 10px;
    left: 5px;
    right: 5px;
    border: none;
    padding: 5px;
    overflow: auto;
}

.menu li {
    cursor: pointer;
}

.menu li:hover {
    background: #F0F0E3
}

.messages {
    overflow: auto;
    height: 220px;
    padding: 5px;
}

div.message {
    border: 1px solid #ccc;
    background: #eee;
    margin-bottom: 10px;
    padding: 10px;
}

div.message small {
    display: block;
}

.txt-disabled {
    text-decoration:line-through;
}

td.quantity {
    text-align: right;
    width: 10ex;
}

dl.occasions {
    cursor: pointer;
    margin: 0;
}

dl.occasions dt {
    background: #F3F3F3;
    color: #555555;
    padding: 2px;
    padding-left: 6px;
}

dl.occasions dd {
    margin-left: 2em;
    border-bottom: 1px dotted gray;
    margin-bottom: 1ex;
    padding-top: 2px;
    padding-bottom: 2px;
}

dl.occasions dd div {
    margin: 5px 10px;
    overflow: hidden;
}

#modalOverlay {
    background-color: #000;
}

#modalContainer {
    height: 400px;
    width: 600px;
    left: 50%;
    top: 15%;
    margin-left: -300px;
    background-color: #fff;
    border: 3px solid #ccc;
    overflow: auto;
}

#modalContainer a.modalCloseImg {
    background: url(../gfx/close.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -14px;
    right: -18px;
    cursor: pointer;
}

#occasion_modal {
    margin: 10px;
    display: none;
}

#occasion_modal dd {
    margin-bottom: 1em;
}

.efficiency col {
    width: 7%;
}

.efficiency thead th {
    text-align: right !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.efficiency tbody {
    border-top: 1px solid #000;
}

.efficiency tbody td {
    text-align: right;
}

.effeciencySum td {
    font-weight: bold;
}

.sqlDebug {
    text-align: left;
    font-size: 12px;
    border: 1px solid red;
}

.form_border>.form_title {
    background: #F2F2E3;
    width: auto;
    margin: 5px;
    border: 1px solid #606060;
}

.popupWindow .form_button {
    padding: 2px 10px;
}

@media print {
    .noprint {
        display: none;
    }
    .inform_border {
        margin: 0;
        background: #fff;
        border: none;
    }

    .fontSizer, .leftMenuContainer, #rightMenuRight, #infoBar, #topPanel, #registryOptionsPanel, #rightMenuOptions {
        display: none;
    }
    #rightContainer {
        margin-left: 0;
    }
}

.olPopupContent {
    padding: 0 !important;
}

#barContainer img {
    margin-left: 1ex;
}

table.picker {

}

table.picker td {
    cursor: pointer;
}

table.picker td:hover {
    background-color: #f0f0f0;
}

table.confirmSummary {
    margin: 10px auto;
    border-collapse: collapse;
}

table.confirmSummary th {
    vertical-align: top;
    font-size: 8pt;
    border: 1px solid #FFF;
    padding: 1px 1ex;
}

table.confirmSummary thead th {
    background: #8E8D89 /*url(../gfx/layout/assistantLabel.png)*/;
    color: #FFF;
}

table.confirmSummary td {
    vertical-align: top;  
    font-size: 8pt;
    border: 1px solid #FFF;
    padding: 1px 1ex;
}

table.template tbody.dates tr th,table.template  tbody.dates tr td {
    padding-top: 20px;
}

.assistantContent input {
    border: 1px solid #8E8D89;
}
.ArChoiceAssistant.assistantContent .img_link{
    width: 16px !important;
    height:16px !important; 
}
.wizard_tab .pageNav {
    height: 20px;
    background: #E0E0DE;
}

#agentStep .assistantContent > div,
#clientStep .assistantContent > div {
    height: 22px;
}

#productsPromo .assistantContent,
#resultStep .assistantContent,
#agentStep .assistantContent,
#clientStep .assistantContent,
.wizard_tab .assistantContent {
    /*background: url('assistantTable.png') 0 24px;*/
    background-color: #EAEAEA;
    overflow: hidden;
}

.selectorsContainer div.pageNav {
    position: absolute;
    right: 10px;
    bottom: 2px;
}

.selectorsContainer>tbody>tr>td+td .assistantContent div.pageNav {
    position: static;
}

.selectorsContainer .assistantContent>img {
    display: none;
}

.taskTemplate>tbody>tr {
    height: 24px;
}

#target_result_panel {
    width: 100%;
}

table.template.step4 {
    margin: 10px 50px;
    width: auto;
}

table.template.step4 > tbody > tr > th,
table.template.step4 > tbody > tr > td {
    width: 25%;
    padding: 0;
}

div.promotionPlanMainForm table.template {
    width: auto;
}

div.promotionPlanMainForm table.template th,
div.promotionPlanMainForm table.template td {
    font-size: 8pt;
}

.confirmSummaryPromotion {
    background: #E0E0DE;
    padding-left: 20px;
}

.confirmSummaryPromotion table.template {
    width: 30em;
    margin-top: 5px;
    margin-left: 0;
}

#assistantBody table.nosSelector td {
    white-space: normal;
}

.confirmSummaryPromotion table.template caption {
    font-size: 8pt;
    color: #0070C0;
    font-weight: bold;
    padding: 10px 0 5px;
}

.confirmSummaryPromotion table.template th {
    font-size: 8pt;
    padding-left: 0;
}

.confirmSummaryPromotion table.template td {
    font-size: 8pt;
    padding-left: 0;
}


#resultStep table.template {
    margin-left: 20px;
}
#resultStep table.template th,
#resultStep table.template td,
#promoConditions table.template th,
#promoConditions table.template td {
    font-size: 8pt;
}

.packageProduct {
    /*
    width: 100px;
    float: left;
    */
    position: absolute;
    left: 0;
    right: 110px;
    top: 0;
    bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;

}

div.pmTopRight {
    width: 930px;
    margin: auto;
    height: 70px;
    background-image: url('../gfx/layout/pm_header_.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

div.pmTopRight .logo {
    color: #555555;
    font-size: 21px;
    padding: 25px 0 0 100px;
}

div.pmTopRight > form {
    position: absolute;
    font-size: 11px;
    right: 0;
    margin: 0 auto;
    width: 200px;
    top: 25px;
}

div.pmTopRight > form select {
    border: 1px solid #ccc;
    font-size: 11px;
}

.pmBoxContainer {
    width: 933px;
    margin: 6px auto;
    height: 300px;
    clear: both;
}

.pmBox {
    background: url('../gfx/layout/pm_box.png') no-repeat;
    width: 295px;
    height: 254px;
    float: left;
    margin: 0 8px 10px;
    position: relative;
}

.pmBox > h2 {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #515151;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    font-family: Tahoma;
}

.pmBox > div {
    background: #FFF;
    width: 267px;
    height: 194px;
    margin-left: 15px;
    margin-top: 39px;
    overflow: auto;
    font-size: 11px;
    font-family: Tahoma;
}

.pmBox table.registry tr td a:link{
    color: #323232;
}

.pmBox table.registry tr td a:visited{
    color: #323232;
}

.pmBox table.registry {
    width: 250px;
}

.pmBox table.registry tr th, .pmBox table.registry tr td {
    font-size: 11px !important;
}

.pmChart > span {
    top: 38px;
    left: 15px;
}

#modalContainer #mainRegistry > span,
#modalContainer .pmChart > span {
    /*  top: 10px;
      left: 15px;*/
    display: block;
}

.pmBox > div label {
    float: right;
    margin-bottom: 3px;
}

.pmBox > div #mainRegistry {
    clear: both;
    margin-top: 5px;
    /*	padding-top: 4px;*/
}

.pmBox > div form select {
    border: 1px solid #ccc;
    font-size: 11px;
    max-width: 250px;
}

.pmTable {
    margin: auto;
    border-collapse: collapse;
    border: 0;
    border-spacing:0;
}

.pmTable th {
    xxbackground: #ccc;
    border: 1px solid #ccc;
}

.pmTable td {
    border: 1px solid #ccc;
}

table.filters td label {
    white-space: nowrap;
}

.selectorOptionsPanelButtonActive,
.selectorOptionsPanelButtonInactive {
    padding-top: 10px;
    float: left;
}
#menuTaskplannedAddPosition {
    display: none;
}
.ArChoiceAssista9999nt {
    position:absolute;
    left:210px;
    width:207px;
}
#ArChoiceAssistantTaskPlanned,
#ArChoiceAssistantMassTaskPlanned,
#ArChoiceAssistantPromotionAdd {
    position: relative !important;
    left: auto !important;
}
.mainForm {
    margin: 10px;
    position: relative; 
}
.taskType{

}
.popupWindow .arassist {
    width: 207px;
    float: left;
    position: absolute;
}
.popupWindow .arassist .assistantContent {
    background: #E0E0DE;
    width: 207px;

}

.popupWindow #mainContent {
    margin-left: 300px;
    padding: 20px;
    position: relative;
    width: auto;
    background-image: none;
}

/**
 * RDM
 */
.rdmMainWrapper {
    padding: 10px;
}

.rdmRestulTable {
    width: 100%;
}

.rdmRestulTable td {
    border-bottom: 1px dotted #595959;
}
.rdmRestulTable .first-left {
    width: 200px;
}

.rdmButtonTable {
    padding: 0px;
    width: 100%;
    border-spacing:0;
    border-collapse:collapse;    
    border-spacing: 0px;
    background-color: orange;
}

/**
* planowanie zadań
*/
.popupWindow .templateForm #mainContent {
    border: 0px;
    background: none;
}

.popupWindow .templateForm #mainContent .taskType,
.popupWindow .templateForm #mainContent .applyTo span,
.popupWindow .templateForm #mainContent .dateLimit span{
    font-weight: bold;
}
.popupWindow .templateForm #mainContent .dateLimit span{
    width:auto;
}
.popup_ar_form{
    background-color: #ccc;
}

#promotion_action_add_form.popup_ar_form{
    background-color: transparent;
}

.popup_ar_form .templateForm {
    margin: 20px;
}

.popup_ar_form .templateForm span{
    width: auto;
    float: left;
    display: block;
    margin: 2pt 5pt 0 0;
}

.popup_ar_form .templateForm .limits span{
    width: 450px;
}

.popup_ar_form .templateForm select {
    width: 250px;
}
#numberOfTasksInPeriodNumber {
    margin-top: 10px;
}
.popup_ar_form .templateForm .row{
    clear: both;
    margin: 5px 0;
    overflow: hidden;
}
.popup_ar_form .templateForm .taskType, .popup_ar_form .templateForm .dateLimit,
.popup_ar_form .templateForm .limitBox, .popupWindow .templateForm .applyTo,
.popup_ar_form .templateForm .limitBox .limits, .popup_ar_form .templateForm .limitBox .addons
{
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
}

.popup_ar_form .templateForm .dateLimit span {
    width: 200px;
    clear: both;
    margin-bottom: 10px;
}

.popup_ar_form .templateForm .dateLimit #dateLimitFrom {
    clear: both;
}
.popup_ar_form .templateForm .dateLimit #dateLimitTo {
    margin-left: 30px;
}
.popup_ar_form .templateForm .dateLimit #dateLimitFrom, .popup_ar_form .templateForm .dateLimit #dateLimitTo {
    float: left;
}


#promotion_action_add_form.popup_ar_form .templateForm .limitBox span{
    width: 450px;
}
#numberOfTasksToBePerformedOnAClient, #numberOfTasksToBePerformedByARepresentativeOf, #numberOfTasksToBePerformedInTotal,
#timePeriod,#numberOfTasksInPeriod,
#sendAConfirmationEmail, #attachmentRequire, #adnotationsFillRequire, #show_attachments
{
    float: left;
    margin: 3px 5px 0 0;
}

.popup_ar_form .templateForm .limits input, .popup_ar_form .templateForm .limits #periodType {
    width: 180px;
}

.popup_ar_form #choiceAssistantSelectedDataPreview {
    /*    overflow: hidden;*/
}
.popup_ar_form #choiceAssistantSelectedDataPreview .dataPreview {
    width: 30%;
    float: left;
    margin: 0 3%;
}
.popup_ar_form #promotionStep4 #choiceAssistantSelectedDataPreview .dataPreview {
    width: 27%;
}

#ArChoiceAssistantSelectorActionTypebookmarks {
    color: #E0E0DE;
    height: 4px;
    display: block;
}

.pointer {
    cursor: pointer;
}    
ul.tableHeaderContent
{
    margin: 0 0 20px 20px;
}
ul.tableHeaderContent div {
    float: left;
    font-weight: bold;
    margin-right: 5px;
}
ul.tableHeaderContent li {
    clear: both;
    margin: 3px 0;
}


#loginContainer {
    font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
}

#loginContainer .title {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 3px 0;
    margin: 0px;
    text-align: center;
}

#loginContainer .subtitle {
    text-align: center;
}

#loginContainer #loginLabel {
    position: absolute; 
    top: 62px; 
    left: 10px;
    width: 75px;
    text-align: right;
    font-weight: bold;
}
#loginContainer #passwordLabel {
    position: absolute; 
    top: 97px; 
    left: 10px;
    width: 75px;     
    text-align: right;
    font-weight: bold;
}

#loginContainer #loginInput {
    border: none; 
    background-color: transparent; 
    position: absolute; 
    top: 62px; 
    left: 94px;
}
#loginContainer #passwordInput {
    border: none; 
    background-color: transparent; 
    position: absolute; 
    top: 97px; 
    left: 94px;
}

#loginContainer #loginSubmitButton {
    font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    background: none; 
    border: none;
    position: absolute; 
    top: 132px; 
    left: 134px;
    width: 85px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    padding-right: 20px;
    xbackground-color: orange;
    cursor: pointer;        
}

#loginContainer #submitLabel {
    xz-index: 500;
    xposition: absolute; 
    xtop: 136px; 
    xleft: 134px;
    width: 60px;
    text-align: center;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#loginContainer #loginSubmit {    
    z-index: 1000;
    position: absolute; 
    top: 136px; 
    left: 134px;
    width: 90px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    xbackground-color: orange;
    cursor: pointer;
}


/* twitter bootstrap */
.alert-container {
    padding: 3px;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin: 5px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.infotext-danger,
.infotext-error {
    color: #b94a48;
}

.infotext-success {
    color: #468847;
}
/* twitter bootstrap */
td.th {
    background-color: #F3F3F3;
    border: 1px none #606060;
    color: #565656;
    font-size: 9pt;
    line-height: 125%;
    margin: 10px 3px 3px;
    padding: 3px;
    vertical-align: top;
    font-weight: bold;
    width: 270px;
}

.overlay {
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    position: absolute; top: 0; left: 0;
    z-index: 10;
}

#map-overlay {   
    position: absolute; top: 40px; left: 2px;
    width:282px;
    height: 555px;
    display:none;
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
    width: 135px; 
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.visit-time-input {
    width: 60px;
    margin-right: 5px;
    text-align: center;
}
#analytic_tpl_save_txt #tpl_name{
    width:330px;
}
.addReminderClock 
{
    display: none;
}

.popupWindow {
    background-image: url("../gfx/layout/contentPanel.png");
    background-repeat: repeat-x;
    background-position-y: 150px;
    background-color: #FFFFFF !important;
    background-position: 0 100px;
}
.detailTitle {
    font-size: 16px;
    font-weight: bold;
}

.offerStatus { font-weight: bold; }
.offerStatusNull { color: orange; }
.offerStatusAccepted { color: green; }
.offerStatusRejected { color: red; }
.offerInputField { width: 60px; }

.statusPositive { color: green; }
.statusNegative { color: red; }

.fulfilledInputField { width: 60px; }

.inputReadonly {
    background: #dedede;
    border: none;
}

.imgButton {
    cursor: pointer;
}

.imgButton:hover {
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

.noBold {
    font-weight: normal;
}

.small {
    font-size: 0.85em;
}
.stepContainer {
    border: 1px solid #808080;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}
.stepDesc{
    background-color: #808080;
    display: block;
    float: left;
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    white-space:nowrap;
    line-height: 30px;
    width: 100%;
    height: 30px;
    text-align: center;
}

.stepContent {
    display: block;
    float: left;
    padding: 10px 20px;
    width: 100%;
}


#promotion_action_add_form  {
    display: block;
    float: left;
    width: 100%;
}
#promotion_action_add_form.popup_ar_form .templateForm span {
    width: 200px;
}


.promotionActionCondition, 
.promotionActionCondition .sample,
.promotionActionCondition .productId,
.promotionActionResult, 
.promotionActionResult .sample,
.promotionActionResult .productId
{
    display: none;
}

.promotionActionCondition td, .promotionActionCondition th,
.promotionActionResult td, .promotionActionResult th{
    border: 1px solid #000;
    padding: 5px;
}
.promotionActionCondition tr.actionAddRow td,
.promotionActionResult tr.actionAddRow td{
    border:none;
    text-align: right;
    cursor: pointer;
}
.promotionActionCondition table,
.promotionActionResult table{
    border-collapse:collapse;
}
#promotion_action_add_form .name{
    width: 300px;
}
#promotion_action_add_form .price{
    width: 50px;
}
#promotion_action_add_form .count, #promotion_action_add_form .pieceNum {
    width: 100px;
}
#promotion_action_add_form .count input, #promotion_action_add_form .pieceNum input {
    text-align: center;
    width: 50px;
}
#promotion_action_add_form .count.priceMan {
    width: 120px;
}
#promotion_action_add_form .count.priceMan input {
    width: 60px;
}
#promotion_action_add_form .limits input[type="checkbox"],
#promotion_action_add_form .addons input[type="checkbox"]
{
    float: left;
    margin: 3px 5px 0 0;
}
#promotion_action_add_form #promotionStep3 .dateLimit span {
    width:300px;
}
#promotion_action_add_form #promotionStep3 .addons
{
    display: none;
}

#promotion_action_add_form #promotionStep3 .limitBox,
#promotion_action_add_form #promotionStep3 .addons {
    margin-bottom: 0;
}

#productData, #productSummary	{
    margin-right: 2px; 
}

#productData p {
    margin: 4px;
}

#planned_task_add_form
{
    background-color: transparent;
}

#planned_task_add_form .selectAttachment, #planned_task_add_form .addAttachment {
    padding-right: 20px !important;
    background: url('../gfx/strzala3.gif') no-repeat center right;
    cursor: pointer;
}

#planned_task_add_form #attachmentListPreview{
    margin: 10px;
    clear: both;
}

#selectAttachmentPanelTxt div.attachmentRow {
    clear: both;
}
#selectAttachmentPanelTxt div.attachmentRow div,#planned_task_add_form #attachmentListPreview img{
    float: left;
    padding: 5px;
}

td.attachmentsList div{
    float: left;
    margin: 5px;
}

.sendingsSchSelectRow {
    clear: both;
    margin-bottom: 13px;
}
.sendingsSchSelect {
    float: left;
    width: 120px;      
}
.sendingsSchSelectDesc {
    float: left;    
}

#analytic_report_send_txt input{
    width: 330px
}
.promotionConditions  {
    padding:5px;
}
.promotionConditions h4{
    margin-bottom: 0px;
}

.promotionConditions span {
    font-weight: bold;
}
.actionConditionRow.sample {
    display:none;
}
#addActionConditionRow{
    margin-left: 205px;
    background: url('../gfx/plus.png') no-repeat center right;
    padding-right: 20px !important;
    cursor: pointer;
    text-align: right;
    width:auto !important;
}
#univPanelTxt h1{
    cursor: pointer;
}

div.viewDataContainer {
    display: block;
}

div.viewDataContainer::after, div.viewDataContainer::before {
    content: " ";
    display: table;    
}

div.viewDataContainer::after {
    clear: both;
}

div.viewBox {
    display: box;
    float: left;
    position: relative;
}

div.viewBox .content {
    padding: 5px;
    margin: 5px;
    //border: 1px solid #e0e0de;
    border: 1px;
    border-top: 5px;
    border-style: solid;
    border-color: #54bae6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 160px;
}

.content-h-150 {
    min-height: 150px !important;
}

.content-h-160 {
    min-height: 160px !important;
}

.content-h-200 {
    min-height: 200px !important;
}

.content-h-250 {
    min-height: 250px !important;
}

.view-50 {
    width: 50%;
}

.view-100 {
    width: 100%
}

.inventoryDetailType, .inventoryDetailType0, .inventoryDetailType1, .inventoryDetailType2, .inventoryDetailType3 {
    margin: 3px 5px 0 0;
    float: left;
    width: 10px;
    height: 10px;
}
.inventoryDetailType0 {
    background-color: green;
}
.inventoryDetailType1 {
    background-color: red;
}
.inventoryDetailType2 {
    background-color: orange;
}
.inventoryDetailType3 {
    background-color: grey;
}

.psnStatus, .psnStatus0, .psnStatus1, .psnStatus2, .psnStatus3 {
    margin: 3px 5px 0 0;
    float: left;
    width: 10px;
    height: 10px;
}
.psnStatus0 {
    background-color: #d3d3d3;
}
.psnStatus1 {
    background-color: green;
}
.psnStatus2 {
    background-color: gray;
}
.psnStatus3 {
    background-color: red;
}


.infoStatus {
    margin: 3px 5px 0 0;
    float: left;
    width: 10px;
    height: 10px;
}

.infoStatus-success {
    background-color: green;
}
.infoStatus-info {
    background-color: gray;
}
.infoStatus-danger {
    background-color: red !important;
}
.infoStatus-warning {
    background-color: orange;
}

div#clSelector.assistantContent{
    overflow: auto;
}
.assistantContent img.search{

}
div#ArChoiceAssistantPromotionAdd.ArChoiceAssistant.col-xs-4.col-sm-4.col-md-4.col-lg-3,
div#ArChoiceAssistantMassTaskPlanned.ArChoiceAssistant.col-xs-4.col-sm-4.col-md-4.col-lg-3{
    width: 237px;
}
div#datePickerPanel.datePanel.modal.fade.in{
    width: 600px;
    height: 300px;
}
div#datePickerPanel.datePanel.modal.fade.in .modal-dialog{
    margin-top: 0px;    
}
div#datePickerPanel.datePanel.modal.fade.in .ttc_middle_nav{
    font-size: 12px;  
}
.datePanel .modal-header{
    margin-top: 0px;
    background-color: #00AEEC;
    color: #ffffff;
}
.datePanel .modal-dialog{
    margin: 0 auto;
}
.datePanel table.calendar td,
.ttc_middle_nav{
    font-size: 13px;
    height: 20px;    
}
.datePanel table.calendar th{
    background-color: #00AEEC;
    width: 70px;
    font-size: 11px; 
}
.datePanel table.calendar td:nth-child(7){
    color: red;
}
.datePanel table.calendar td{    
    border: solid black 1px;
}
span.dateField{
    display: block;
    margin-right: 5px;
}
.expand-overflow{
    float: left;
    overflow-x: auto;
}
div#popup_menu.floatPanel{
    position: static;
}
.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
    white-space: normal !important;
}

.empty-menu-header {
    display: none;
}

.sidebar-collapse .user-panel .links {
    display: none;
}

.sidebar-mini.sidebar-collapse.sidebar-open .user-panel .links {
    display: block;
}

div.bookmarkBody#ResultContent{
    float: left;
    min-width: 100%;
}
div#productData.assistantContent{
    margin-bottom: 4px;
    height: auto;
}
div#univPanel.fade{
    opacity: 1;
}
div#univPanel .modal-content{
    top: 50px;
}
div#univPanel div.modal-header{
    background-color: #00AEEC;
}
div#univPanel h1{
    font-size: 24px;
    color: white;
    margin: 0 auto;
}
div#simplePanel.floatPanel{
    padding-bottom: 5px;
   background-color: white;
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;   
}
div#popup_menu.popup_menu{    
    height: 90px;
}
div#popup_menu.popup_menu th:nth-of-type(1){
    background-color: #00AEEC;
}
button.close.small-popup span{
    font-size: 16px;
    float: right;
    margin: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}
#searchAdvancedStart.btn-app-static-small,
#searchAdvancedClear.btn-app-static-small{    
    float: left;
}
div#searchAdvancedClear.btn.btn-app.btn-app-static-small.searchAdvancedClearInactive{
    opacity: 0.4 !important;    
}
div#searchAdvancedClear.btn.btn-app.btn-app-static-small.searchAdvancedClearInactive:hover{
    border: 1px solid #ddd;
    color: #666;
    cursor: default;
}
div#searchAdvancedClear.btn.btn-app.btn-app-static-small.searchAdvancedClearInactive:active{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wrongLoginContainer{
    background-color: #222d32; 
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.wrongLoginWindow{
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    width: 360px;    
}
.wrongLoginWindow .login-box-msg{
    font-size: 20px;
}
div.modal-header.pass-expired,
div.modal-body.pass-expired,
div.modal-footer.pass-expired{
    width: 360px;
    background-color: white;    
    margin-left: auto;
    margin-right: auto;
    color: #666;
}
div.modal-header.pass-expired h4{
    text-align: center;
}
.pass-expired-button-yes{
    width: 60px;
    float: left;
}
.pass-expired-button-no{
    width: 60px;
    float: right;
}
.additionalData{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
i.saveIcon{
    font-size: 12px;      
}
div.btn.btn-app.img_link.saveIcon{
    background-color: #f4f4f4;
    margin-top: 5px;
    margin-left: 5px;
    border: 1px solid #ddd;
    font-family: Tahoma, Helvetica, Geneva, sans-serrif;
}
div.btn.btn-app.img_link.saveIcon:hover{
    border: 1px solid #aaa;
}
#analytic_tpl_save_txt{
    background-color: white;
}
#analytic_tpl_save_txt h1{
    background-color: #00AEEC;
}
.closeNotModal span{
    float: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    padding-right: 8px;
    padding-top: 1px;
}
.sortIcon{
    margin-left: 3px;
    opacity: 0.5;
}
a.language-button, 
a.language-button:active,
a.language-button:focus,
a.language-button:visited,
a.language-button:hover{
    outline: none !important;
    box-shadow: none !important;
    border: none;
    border-color: transparent;
}
.language-list{
    min-width: 48px !important;      
}
ul.dropdown-menu.language-list{
    background-color: #ecf0f5;
    padding: 0;
}
.language{    
    margin: 2px 8px;
    cursor: pointer;
}
.language:hover{
    width: 36px;
    height: 36px;
    margin: 1px 6px;
}

.row > input[id^="numberOfTasksToBePerformed"], .row > input#timePeriod{
    width: 13px !important;
}
input[id="sendAConfirmationEmail"] + span{
    width: 450px !important;
}
input[id="sendAConfirmationEmail"] + span + input[name="sendAConfirmationEmailList"]{
    width: 180px;
}
img.clientIcon{
    width: 74px;
    height: 74px;
}
span.clientIconName{
    font-size: 7pt;
}
div.clientIconContainer{
    width: 90px;
    height: 90px;
    float: left;
    text-align: center
}
img.clientIcon{
    text-align: center;
}
div.clientIconFiller{
    width: 26px;
    height: 26px;
}
.iconTdHighlighted{
    background-color: #ffdb01 !important;
}
/* Style dla tabeli ikon grup klientów w słownikach*/
.clientGroupIcons {
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.clientGroupIcons tbody td.treeCell {
    padding: 0px !important;
    white-space: nowrap;
    /*overflow: hidden;*/
}

.clientGroupIcons tbody td.treeCell span {
    display: block;
    float: left;
    /*padding-bottom: 210px;*/ /*height: 100%;*/
}

span.vert {
    /*background: url('vert.png') repeat-y 14px 0px;*/
    padding-right: 15px;
    text-decoration: none !important;
}

span.hor {
    padding-left: 10px;
    background: url('hor.png') repeat-x 0px 4px;
    text-decoration: none !important;
}

.clientGroupIcons tbody tr.hasChildren td.treeCell span.plus {
    padding-left: 20px;
    /*height: 20px;*/
}

#mainRegistry {
    background-color: #ffffff;
}

.clientGroupIcons tbody tr.hasChildren.collapsed td.treeCell span.plus {
    background: url(expand.png) no-repeat 0px 4px;
}

.clientGroupIcons tbody tr.hasChildren td.treeCell span.plus {
    background: url(collapse2.png) no-repeat 0px 4px;
}

.clientGroupIcons thead tr th {
    font-size: 9pt;
    border-bottom: #ffffff solid 1px;
    border-right: #ffffff solid 1px;
    background-color: #6D6D6D;
    color: #ffffff;
    text-align: left;
    padding: 3px 2px 3px 4px !important;
    cursor: pointer;
    width: auto;   
}

.clientGroupIcons tbody tr th,.clientGroupIcons tbody tr td {
    border-bottom: #ffffff solid 1px;
    border-right: #ffffff solid 1px;
    cursor: pointer !important;
    font-size: 9pt;
    padding: 3px 2px 3px 4px !important;
    width: auto;   
}

.clientGroupIcons tbody tr.second {
    background-color: #E0E0DE;
}

.clientGroupIcons tbody tr {
    background-color: #ffffff;
}

.clientGroupIcons tbody tr th {
    font-weight: bold;
}
.clientGroupIcons tbody td:hover{
    background-color: #A1D9F2;
}
.clientGroupIcons .sorterDESC {
    padding-right: 20px;
    cursor: pointer;
    background: url('../gfx/newIcons/sorterDown.png') no-repeat 100% 50%;
}

.clientGroupIcons .sorterASC {
    padding-right: 20px;
    cursor: pointer;
    background: url('../gfx/newIcons/sorterUp.png') no-repeat 100% 50%;
}

.clientGroupIcons .sorterDESC.sorter2 {
    background: url('../gfx/newIcons/sorterDown2.png') no-repeat 100% 50%;
}
.clientGroupIcons .sorterASC.sorter2 {
    background: url('../gfx/newIcons/sorterUp2.png') no-repeat 100% 50%;
}

.clientGroupIcons .sorterASC.sorter3 {
    background: url('../gfx/newIcons/sorterUp3.png') no-repeat 100% 50%;
}.clientGroupIcons .sorterDESC.sorter3 {
    background: url('../gfx/newIcons/sorterDown3.png') no-repeat 100% 50%;
}
.clientGroupIcons .sorterASC.sorter4 {
    background: url('../gfx/newIcons/sorterUp4.png') no-repeat 100% 50%;
}.clientGroupIcons .sorterDESC.sorter4 {
    background: url('../gfx/newIcons/sorterDown4.png') no-repeat 100% 50%;
}
.clientGroupIcons .sorterASC.sorter5 {
    background: url('../gfx/newIcons/sorterUp5.png') no-repeat 100% 50%;
}.clientGroupIcons .sorterDESC.sorter5 {
    background: url('../gfx/newIcons/sorterDown5.png') no-repeat 100% 50%;
}
.clientGroupIcons .sorterASC.sorter6 {
    background: url('../gfx/newIcons/sorterUp6.png') no-repeat 100% 50%;
}.clientGroupIcons .sorterDESC.sorter6 {
    background: url('../gfx/newIcons/sorterDown6.png') no-repeat 100% 50%;
}
.clientGroupIcons .sorterASC.sorter7 {
    background: url('../gfx/newIcons/sorterUp7.png') no-repeat 100% 50%;
}.clientGroupIcons .sorterDESC.sorter7 {
    background: url('../gfx/newIcons/sorterDown7.png') no-repeat 100% 50%;
}
.clientGroupIcons .sorterASC.sorter8 {
    background: url('../gfx/newIcons/sorterUp8.png') no-repeat 100% 50%;
}.clientGroupIcons .sorterDESC.sorter8 {
    background: url('../gfx/newIcons/sorterDown8.png') no-repeat 100% 50%;
}
.clientGroupIcons .sorterASC.sorter9 {
    background: url('../gfx/newIcons/sorterUp9.png') no-repeat 100% 50%;
}
.clientGroupIcons .sorterDESC.sorter9 {
    background: url('../gfx/newIcons/sorterDown9.png') no-repeat 100% 50%;
}

table.filters {
    border-spacing: 5px;
    background-color: #FFFFFF;
}

table.filters td {
    vertical-align: top;
    background-color: transparent;
    border: none;
    padding: 5px;
    margin: 5px;
    font-size: 9pt;
    color: #4B4B4B;
    font-size: 7pt;
}

table.clientGroupIcons caption {
    padding: 3px 2px 3px 4px !important;
    font-weight: bold;
    text-align: left;
}

.clientGroupIcons > tbody a {
    color: #4B4B4B;
    text-decoration: none;
}

.prices_list table.clientGroupIcons tbody tr td,.dispatch_details table.clientGroupIcons td,.dispatch_positions table.clientGroupIcons td,.dispatch table.clientGroupIcons td {
    cursor: default !important;
}

.prices_list table.clientGroupIcons tbody tr td:hover,.dispatch_details table.clientGroupIcons td:hover,.dispatch_positions table.clientGroupIcons td:hover,.effeciency table.clientGroupIcons td:hover,.dispatch table.clientGroupIcons td:hover {
    cursor: default !important;
}

.prices_list table.clientGroupIcons { /*width: 50em;*/

}

@media print {
    .clientGroupIcons tr th,.clientGroupIcons tr td {
        border: 1px solid #000 !important;
    }
}

.searchFilters img {
    cursor: pointer;
}


.advancedFilters {
    /*
            margin: 10px;
            float: left;
    */
    margin-left: 260px;

    /*
            position: absolute;
            left: 200px;
            right: 0;
            top: 0;
            bottom: 0;
    */	
}

.advancedFilters label {
    float: left;
    width: 60ex;
    height: 20px;
    font-weight: bold;

    color: #4B4B4B;
    font-size: 7pt;

    position: relative;
    margin-right: 2ex;	

    background: none repeat scroll 0 0 #F1F1EF;
    margin-bottom: 5px;	
    padding: 2px 5px 2px 5px;
}

.advancedFilters label input {
    position: absolute;
    right: 32px;
}

.advancedFilters label span {
    position: absolute;
    border: 1px solid #E0E0DE;
    color: #4B4B4B;
    right: 1px;
    width: 24px;
    height: 15px;
    cursor: pointer;
}

.advancedFilters select {
    right: 5px !important;
}

#clientGroupIconsSearchPanel {
    clear: both;
    position: relative;
}

#clientGroupIconsSearchContainer {
    margin: 10px;
    position: relative;
}

#clientGroupIconsSearchModePanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    /*
            margin-left: -200px;
            float: left;
    */
}

#clientGroupIconsSearchModePanel label input {
    margin: auto;
    height: 20px;
    display: block;
}

#clientGroupIconsSearchModePanel label.hidden {
    filter:alpha(opacity=50);
    opacity: 0.5;
}

#clientGroupIconsSearchModePanel label {
    text-align: center;
    font-size: 7pt;
    margin-right: 5px;
    width: 60px;
    display: block;
    float: left;
}

#clientGroupIconsSearchModePanelBegin #searchDatesPanel {
    margin: 10px;
    font-size: 7pt;
}  	
#ajaxISKBox .clientGroupIcons tbody tr td
{
    cursor: auto !important;
}

.clientGroupIcons tbody tr.currentday {
    background-color: #E5C912; 
}
.clientGroupIcons tbody tr.currentday.second {
    background-color: #D9B112; 
}

.clientGroupIcons tbody tr.receiptsToInvoiceReported {
    background-color: #ff0000; 
}
.clientGroupIcons tbody tr.receiptsToInvoiceReported.second {
    background-color: #ff7373; 
}
.clientGroupIcons tbody tr.receiptsToInvoiceConverted {
    background-color: #bcf46e; 
}
.clientGroupIcons tbody tr.receiptsToInvoiceConverted.second {
    background-color: #78af2c; 
}
table#DataTables_Table_0.clientGroupIcons.dataTable.no-footer tbody tr td div.commentField {        
    width: 100px; 
    overflow: hidden;
}

.tableAvaPromosTable{
    border: 1px solid black;
}

div.rightIconsContainer{
    width: 50%;
    height: 100%;
    float: right;
}
div.selectIconColor{
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 295px;
}
img.selectIcon{
    width: 20px;
    height: 20px;
}
div#transparentIconColor{
    width: 18px;
    height: 18px;
    border: solid grey 1px;
}
img.clientIcon{
    float: left;
    margin: 0 5px;
}
td.clientIconField{
    /*display: inline-flex;*/
    vertical-align: middle;
    /*border: none !important;*/
    width: 100%;
}


/*
 * REJESTR: Dokumenty / Załaczniki / Galeria towarów
 */
#GalleryContent #searchDatesPanel{display:none;}
#GalleryContent select[name='as-TAT.NAME']{background-color:#f1f1ef;}

select[name="STORAGE_ID[]"].form_input { 
height: 175px;
width: 350px !important;
}

.language-list{
    display: none;
    position: absolute;
    width: 40px;
    background-color: #9D9D9D;
    border-radius: 5px;  
    z-index: 10;
}
.language{
    margin: 0 4px;
    cursor: pointer;
}

#univPanelTxt {
    background: #fff;
    max-height: 700px;
    overflow: auto;
}

#univPanel {
    font-family: Tahoma;
    font-size: 9pt;
    color: #000000;
    border: solid;
    border-color: #A5A5A5;
    border-width: 1px;
    display: none;
    /* position: absolute; */
    /* background-color: #D8D7D5; */
    padding: 0px;
}

.summary-row td, td.summary-row {
    background-color: #a5a5a5 !important;
}

form#insertNewEntityForm table.template input {
    max-width: 90%;
}

