/*
    Document   : Default.css
    Created on : 2009-02-21, 11:13:11
    Author     : admin
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #404040;
    background-color: #FDFDFD;
    margin: 0px 0px 0px 0px;
}

fieldset {
    padding: 5px;
    text-align: left;
    border: 1px solid #CCCCCC;
    margin: 0px 0px 0px 0px;
    margin-bottom: 10px;
}

legend {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 12px;
}

#ContentHeader {
    /*background-color: #fafafa;*/
    /*background: url("images/naglowek_strona.png") repeat scroll 0 0 transparent;*/
}

#ContentMenuBar {
    /*background-color:  rgb(217, 138, 71);*/
    /*background: url("images/tab.png") repeat-x scroll 0 -180px transparent;*/
}

#content {
    /*background: url("images/content_login_bg.jpg") repeat scroll 0 0 #FFFFFF;*/
}

#TopContainer {
    border-bottom: solid 0px #FFFFFF;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #FDFDFD;
    background-image: url("images/naglowek_strona.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 87px;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    border-bottom: 0px solid #a7c1d0;

    border-left: 0px solid #f7e5c2;
    border-right: 0px solid #f7e5c2;


    margin: 0px auto;

}

#TopContainerContent {
    margin: 0px auto;
    clear: both;
    width: 1200px;
}

#TopContainerLogo {
    float: left;

    /*background-image: url("images/logo.gif");
    background-repeat: no-repeat;*/
    width: 270px;
    height: 85px;
    margin: 0px 0px 0px 0px;
    margin-left: 0px;
}

#MainMenuContainer {
    background-color: #dce9fa;
    height: 35px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;

    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #a7c1d0;


}

#MainMenu {
    float: right;
    width: 650px;
    font-size: 93%;
    line-height: normal;
    /*background-color: #dce9fa;*/
    margin-top: 21px;
    text-align: right;
}

#MainMenu ul {
    margin: 0;
    padding: 10px 10px 0 10px;
    list-style: none;
    text-align: right;
    float: right;

}

#MainMenu li {
    display: inline;
    margin: 0;
    padding: 0;
}

#MainMenu a {
    float: left;
    /*background:url("images/tableftF.gif") no-repeat left top;*/
    background-color: #dbeef9;
    margin: 0;
    margin: 0 0 0 6px;
    text-decoration: none;
}

#MainMenu a span {
    float: left;
    display: block;

    /*background:url("images/tabrightF.gif") no-repeat right top;*/
    border-top: 1px solid #a7c1d0;
    border-left: 1px solid #a7c1d0;
    border-right: 1px solid #a7c1d0;
    padding: 8px 12px 4px 12px;
    color: #666;
    font-weight: bold;
}

#MainMenu a span {
    float: none;
}

/* End IE5-Mac hack */
#MainMenu a:hover span {
    color: #FFFFFF;
}

#MainMenu a:hover {
    background-color: rgb(125, 176, 192);
}

#MainMenu a:hover span {
    background-color: rgb(125, 176, 192);
}

#ContentMenuBar {
    background-color: rgb(175, 175, 175);
}

#SubMenuContainer {
    height: auto;
    padding-left: 0px;
    padding-top: 6px;
    padding-bottom: 0px;

    padding-right: 0px;
    /*border-left: 1px solid #ebdca9;
    border-right: 1px solid #ebdca9;*/

    color: #f00;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0px auto;
}

#SubMenuContainer a {
    color: #f00;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 14px;

}

#SubMenuContainer a:hover {
    color: gold;
    text-decoration: underline;
}

#MainSubMenu {
    float: right;
    width: 652px;
    font-size: 93%;
    line-height: normal;
    /*background-color: #dce9fa;*/
    margin-top: 0px;
}

#MainSubMenu ul {
    margin: 0;
    padding: 10px 10px 0 10px;
    list-style: none;
    text-align: right;
    float: right;
}

#MainSubMenu li {
    display: inline;
    margin: 0;
    padding: 0;
}

#MainSubMenu a {
    float: left;
    /*background:url("images/tableftF.gif") no-repeat left top;*/
    background-color: #dbeef9;
    margin: 0;
    margin: 0 0 0 6px;
    text-decoration: none;
}

#MainSubMenu a span {
    float: left;
    display: block;

    /*background:url("images/tabrightF.gif") no-repeat right top;*/
    border-top: 1px solid #a7c1d0;
    border-left: 1px solid #a7c1d0;
    border-right: 1px solid #a7c1d0;
    padding: 8px 12px 4px 12px;
    color: #666;
    font-weight: bold;
}

#MainSubMenu a span {
    float: none;
}

/* End IE5-Mac hack */
#MainSubMenu a:hover span {
    color: #FFFFFF;
}

#MainSubMenu a:hover {
    background-color: rgb(125, 176, 192);
}

#MainSubMenu a:hover span {
    background-color: rgb(125, 176, 192);
}

.TButton {
    cursor: pointer;
    /*font-family: Arial,Verdana,Helvetica,sans-serif;*/
    font-size: 11px;
    font-weight: bold;
    border: solid 1px #c0c5cb; /*rgb(162,182,185);*/
    background-color: #dfe4ea; /*rgb(230,236,237);*/
    height: 20px;
    color: #71684d;
}

select {
    border: solid 1px #d4d9dd;
}

.TTextBox {
    border: solid 1px #d4d9dd;
}

.TTextBoxReadOnly {
    border: solid 1px #d4d9dd;
    background-color: #fcfefa;
}

.TDatePicker {
    border: solid 1px #d4d9dd;
    z-index: 9999;
}

#FormContainer {
    width: 1200px;
    margin: 20px auto;
}

#PopupFormContainer {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 4px auto;
}

#FormToolBar {
    background-color: #fcfefa;
    border: 1px solid #d4d9dd;
    margin-bottom: 10px;
    padding: 8px 8px 8px 8px;
    height: 32px;
}

#PopupFormToolBar {
    background-color: #fcfefa;
    border: 1px solid #d4d9dd;
    margin-top: 6px;
    padding: 8px 8px 8px 8px;
    text-align: right;
    height: 20px;
    margin-bottom: 0px;
}

#FormToolBarIco {
    float: left;
    margin-right: 8px
}

#FormToolBarTitle {
    float: left;
    font-family: Montserrat, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #5d5847;
    padding-top: 5px;
}

#FormToolBarButtons {
    float: right;
    margin-top: 12px;
}

#FormContent {
    background-color: #fcfefa;
    border: 1px solid #d4d9dd;
    margin-bottom: 20px;
    padding: 8px 8px 8px 8px;
}

#PopupFormContent {
    background-color: #fcfefa;
    border: 1px solid #d4d9dd;
    margin-bottom: 0px;
    padding: 8px 8px 8px 8px;
}

.FCCapTd {
    width: 200px;
    background-color: #eceeea;

    border-bottom: 1px solid #fcfefa;
    padding-top: 2px;
    padding-bottom: 2px;


    text-align: right;
    padding-right: 4px;
    vertical-align: middle;
    font-size: 11px;
    font-family: Montserrat, Tahoma, sans-serif;
    color: #5d5847;
}

.FCCtrlTd {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
}

.TValidationSummary {
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}

.FCMessageLabel {
    font-size: 12px;
    color: #009933;
    font-weight: bold;
}

.FCErrMessageLabel {
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}

.FCSmallField {
    float: left;
    width: 200px;
    padding: 2px 2px 2px 2px;
    border: solid 1px rgb(162, 182, 185);
    background-color: #ebf6fc;
}

.FCLargeField {
    float: left;
    overflow: auto;
    width: 500px;
    height: 500px;
    padding: 2px 2px 2px 2px;
    border: solid 1px rgb(162, 182, 185);
    background-color: #ebf6fc;

}

.data_grid {
    background-color: #dadfe3;
    /*border: 1px solid #d4d9dd;*/
}

.data_grid th {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #d0d5db;
    border-bottom: 0px solid #d0d5db;
    background-color: #eceeea; /*#f5e7c4;*/
    color: #727272; /*#8b836a;*/
    padding-top: 3px;
    padding-bottom: 3px;
}

.data_grid th a {
    color: #727272; /*#5d5847;*/
    text-decoration: none;
}

.data_grid th a:hover {
    color: #f00;
    text-decoration: underline;
}

.data_grid_item {
    background-color: #fff;
}

.data_grid_item:hover, .data_grid_alt_item:hover {
    background-color: #faf8d8;
}

.data_grid_alt_item {
    background-color: #f7f9f5; /*#fff9df;*/
}

.data_grid_pager {

    /* background-color: #f5e7c4;*/
    border-top: 0px solid #fff;
    border-bottom: 0px solid #dadfe3;
    border-left: 0px solid #dadfe3;
    border-right: 0px solid #dadfe3;
    text-align: center;

    padding-top: 8px;
    padding-bottom: 3px;

    font-weight: bold;
}

.data_grid_pager span {
    color: #ababab;
    text-decoration: none;
    border: 1px solid #dfe4ea;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #ebf0f4;
}

.data_grid_pager a {
    color: #5d5847;
    text-decoration: none;
    border: 1px outset #dfe4ea;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #ebf0f4;
}

.data_grid_pager a:hover {
    color: #f00;
    text-decoration: none;
    border: 1px inset #dfe4ea;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #fff;
}

.wz-summary {
    float: right;
    margin-right: 20px;
    margin-top: -20px;
    padding-bottom: 0px;
    border: 1px solid #dadfe3;

}

.wz-summary ul {
    list-style: none;
    padding-left: 16px;

}

.wz-summary-lb {
    float: left;
    width: 130px;
    font-weight: bold;
    clear: left;
}

.wz-summary-val {
    float: left;
    margin-bottom: 6px;

    width: 230px;
}

#dict-tbl td {
    padding-bottom: 8px;
}

#dict-tbl td a {
    font-size: 12px;
    font-weight: bold;
    color: #5d5847;
    text-decoration: none;
}

#dict-tbl td a:hover {
    text-decoration: underline;
}

.wz-color-rp {
    float: left;
    width: 500px;
    height: 270px;
    overflow-y: auto;
    border: 1px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    display: none;
}

.wz-color-rp-item {
    float: left;
    width: 151px;
    height: 70px;
    text-align: center;
    margin-right: 10px;
}

.wz-color-rp-item-img {
    width: 128px;
    height: 50px;
    cursor: pointer;
}

.wz-color-lb {
    font-size: 12px;
    padding-bottom: 10px;
}

.wz-color-sel-img {
    width: 128px;
    height: 50px;
    margin-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-top: 6px;
    border: 1px solid #d4d9dd;
    background-color: #ffffff;
}

.wz-color-tbl {
    width: 514px;
}

.wz-color-tbl-lb {
    width: 130px;
}

.clear {
    clear: both
}

#nav {
    list-style: none;
    width: fit-content;
    width: -moz-fit-content;
    margin: -8px auto auto;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
    float: left;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    background: rgb(175, 175, 175);
    position: relative;
    margin: 0 1px;

    background: none;
    /*background: url("images/tab.png") repeat-x scroll 0 -180px transparent;*/
}

/* this is the parent menu */
#nav li a {
    display: block;
    padding: 8px 5px 0 5px;
    font-weight: 700;
    height: 22px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

#nav li a:hover {
    color: #feee2e;
}

/* you can make a different style for default selected value */
#nav a.selected {
    color: #fff;
}

/* submenu, it's hidden by default */
#nav ul {
    position: absolute;
    left: 0;
    display: none;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
}

#nav ul li {
    width: 180px;
    float: left;
    z-index: 1;
    border-bottom: 1px solid #c0c0c0;
    background: none;
    background-color: rgb(175, 175, 175);
}

/* display block will make the link fill the whole area of LI */
#nav ul a {
    display: block;
    height: auto;
    padding: 8px 5px;
    color: #fff;
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: black;
    opacity: 0.5;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

/*
input[type="radio"]
{
	float: left;
}
input[type="checkbox"]
{
	float: left;
}

label {
	float: left;
	margin-left: 4px;
	margin-top: 2px;
	display: block;
	margin-bottom: 6px;
	width: 80%;

}
*/

