/*
    ######################################
    ### THIS IS FRONTOFFICE STYLE FILE ###
    ######################################
*/


* {
    transition: all 0.2s;
}

body {
    overflow: visible;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin:0;
}

.main {
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}

.GroupTitleLabel
{
    font-size: 16px;
    font-weight: bold;
}

.GroupElementsGridView
{
    margin-top: 10px;
}

.GroupListView
{
    background-color: Red;
}

.GroupElementsGridView tr 
{
    display: block;
    float: left;
    margin: 1px 0;
    width: 100%;
}

.variantCheckBoxes tr
{
    vertical-align: top;
}

.variantCheckBoxes table
{
    width: 100%;
    table-layout: fixed
}

#main {
    margin: 0 !important;
    width: 100%;
}

.navigationPanel {
    background: #FFFFFF;
    margin: 0;
    width: 100%;
}

#aspnetForm[action="Witamy.aspx"] .content {
    padding-bottom: 20px;
    padding-top: 0;
}

.content {
    min-height: 200px;
    width: 100%;
    padding: 152px 0 100px;
    color:#082c50;
}

.content a {
    color: #00a97e;
    text-decoration:none;
}

.content a:hover {
    border-bottom: 1px solid #00a97e;
    text-decoration:none;
}

#aspnetForm[action="Witamy.aspx"] .TopDiv {
    font-size: 17px;
    line-height: 37px;
    margin-left: 279px;
    margin-top: 22px;
    width: 580px;
}

.TopDiv {width: 100%;position: absolute;left: 0;background: #082c50;top: 112px;/* border-top: 4px solid #ecf0f1; *//* border-bottom: 4px solid #ecf0f1; */}

.TitleLabel {
    font-weight: normal;
    line-height: 48px;
    color: #fff;
    font-size: 21px;
    padding-left: 10px;
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

h1 {
    font-weight: bold;
    position: relative;
}

.topMenuMain {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    position: relative;
}

#TopMenu1_menuDiv {
    display:none;
}

input.logoutlink[type="submit"],
input.logoutlink[type="submit"]:hover {
    background: url("../../Images/Layout/LifePKO/icon_logout.png") no-repeat scroll left center transparent;
    color: #082c50;
    font-size: 12px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 0;
    text-transform: uppercase;
    padding: 0 0 0px 28px;
    line-height: 30px;
}

input.logoutlink[type="submit"]:hover {
    opacity:0.665;
}

.logoutlink {
    color: #FFFFFF;
    text-decoration: none;
}

.logoutlink:hover {
    color: orange
}

.leftblock {
    height: 48px;
}

.leftblocklogo {
    float: left;
    height: 48px;
    width: 120px;
    background: url("../../Images/Layout/LifePKO/lifelogo.png") no-repeat scroll left 6px transparent;
}

.leftblocklogo img {margin-left: 62px;margin-top: 2px;}

.rightblocklogo {
    display:none;
    float: right;
    height: 42px;
    position: relative;
    top: -37px;
    width: 80px;
}

fieldset {
    clear:both;
    border: medium none;
    margin: 0 0 30px;
    padding: 0;
}

legend {
    color: #00a97e;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid;
    width:100%;
    margin-bottom:10px;
    box-sizing: border-box;
    padding: 0 0 4px 0;
    /* line-height: 36px; */
}

html .ajax__calendar .ajax__calendar_container
{
    z-index:2;
}

/* -------------------------------------start menu ------------------------------------- */

#wholeMenu {
    float: left;
    z-index: 1;
    width: 100%;
    clear: both;
}

@-moz-document url-prefix()
{
    .submenu
    {
        margin-top: 0.5px !important;
    }
}

.submenu
{
    margin-top: 25.5px;
    background: #00a97e;
    margin-left: 2px;
    color: #fff;
}

table.submenu tbody,
table.submenu tbody tr,
table.submenu tbody tr td,
table.submenu tbody tr td div,
table.submenu tbody tr td div span {
    box-sizing: border-box;
}

.menuselected div:hover {
    cursor: pointer;
    z-index: 1009;
    background: #082c50;
}

.submenu td div {
    background: transparent;
    border-top: 1px solid rgba(255,255,255,0.25);
    font-size: 11px;
    padding: 2px 10px;
    line-height: 24px;
    text-transform: uppercase;
}

.submenu td div:hover {
    background: #082c50;
}

.menulvl_2_selected div:hover {
    color: #FF6600
}

.menulvl_2 div {
    color: #777777;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
}

table.menustyle
{
    width: 100%;
    display: inline;
}

table.menustyle td div {
    background: #00a97e;
    color: #FFF;
    font-size: 12px;
    line-height: 42px;
    margin: 0 2px 0 2px;
    padding: 0 12.5px 0 12.5px;
    text-align: center;
    text-transform: uppercase;
}

table.menustyle .menulvl_0_active div {
    background: #082c50;
    position:relative;
}

table.menustyle .menulvl_0_active div:after {
    /*content:"";*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #082c50 transparent transparent transparent;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -8px;
}

.menulvl_1_active div {
}

/* -------------------------------------end menu ------------------------------------- */

.infoliniaHeader {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    left: 80px;
    margin-top: 20px;
    position: relative;
    text-align: right;
}

.LogoButtonDiv {
    height: 150px;
    margin: 50px;
}

.PzuLogoDiv {
    background: url("../../Images/Layout/LifePKO/pzu_logo.png") no-repeat scroll left top transparent;
    float: left;
    height: 150px;
    width: 150px;
}

.WartaLogoDiv {
    background: url("../../Images/Layout/LifePKO/warta_logo.png") no-repeat scroll left top transparent;
    float: left;
    height: 150px;
    margin-left: 45px;
    width: 150px;
}

.ComparatorButtonDiv {
    float: right;
    position: relative;
    top: 25px;
}

.ComparatorButtonDiv input[type="submit"] {
    background: url("../../Images/Layout/LifeTP/bgbutton.png") no-repeat scroll center center transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 28px;
    width: 285px;
}

.SlideDeckDiv {
    margin-bottom: 20px;
    width: 960px;
}

.footer.footer.footer.footer.footer {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 2px solid #e6e6e6;
    top: inherit;
    height: 48px;
    padding-top: 5px;
    box-sizing: border-box;
}

.footer.footer.footer.footer.footer #footer_left_logo {
    margin: 0 auto !important;
    width: 1000px;
    display: block;
}

.footer.footer.footer.footer.footer #footer_left_logo a {
}

.footer.footer.footer.footer.footer .crlinks {
    float: left;
    padding: 12px 0;
}

.footer.footer.footer.footer.footer .crlinksatp {
    color: #888888;
    float: right;
    font-size: 11px;
    text-decoration: none;
    padding: 12px 0;
}

.footer.footer.footer.footer.footer .footer_text {
    font-size: 9px;
    line-height: 0;
}

.footer.footer.footer.footer.footer #footer_text_sup {
    position: relative;
    top: 5px;
}

.PZULogo {
    background: url("../../Images/Layout/LifeTP/pzu_logo_small.png") no-repeat scroll 22px top transparent;
    height: 50px;
}

.GeneraliLogo {
    background: url("../../Images/Layout/LifeTP/generali_logo_small.png") no-repeat scroll 22px top transparent;
    height: 50px;
}

.CompMainTable td {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    font-size: 11px;
}

.CompMainTable th {
    height: 50px;
    width: auto;
}

.ComTableCorner {
    background: url("../../Images/Layout/LifeTP/bgComTableCorner.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 30px;
    min-width: 300px !important;
}

.ComTableCorner h4 {
    font-family: 'Open Sans', sans-serif;
    line-height: 19px;
    margin: 55px 0 0;
}

.VariantRow th {
    background: none repeat scroll 0 0 #BBBBBB;
    color: #FFFFFF;
    height: 21px;
    min-width: 100px;
    text-align: center;
}

.content > div > .ajax__tab_xp .ajax__tab_body {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

.tabstyle div.ajax__tab_xp .ajax__tab_body {
    border: medium none;
    padding: 0;
}

/*.ajax__tab_xp .ajax__tab_header {
    display: none
}*/

.AddressDiv {
    float: right;
    margin-right: 80px;
    margin-top: 20px;
    text-align: center;
    width: 400px;
}

.ContactForm {
    float: left;
    margin-left: 10px;
    width: 530px;
    margin-bottom: 100px;
}

.ContactForm input[type="text"] {
    border: 1px solid #aaa;
    margin-bottom: 10px;
    padding: 3px 0;
    width: 330px;
}

.ContactForm .lifeCaptcha {
    float: left;
    margin-right: 190px;
    width: 330px;
}

.ContactForm .lifeCaptcha > span {
    display: block;
    text-align: center;
    width: 100%;
}

.ContactForm .lifeCaptcha > br {
    display: none
}

.ContactForm .lifeCaptcha > img {
    float: left
}

.ContactForm .lifeCaptcha > input[type="text"] {
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin-left: 15px;
    padding: 9px 0;
    text-align: center;
    width: 139px;
}

.WelcomeLeftContent > input[type="submit"] {
    display: block;
    margin: 10px 0;
}

.addInsuranceButton input[type="submit"] {
    background: url('../../Images/Layout/LifePKO/icon_AddInsuranceEmp.png') no-repeat 8px center #00a97e;
    padding-left: 36px;
}

.addInsuranceButton input[type="submit"]:hover {
    background: url('../../Images/Layout/LifePKO/icon_AddInsuranceEmp.png') no-repeat 8px center #082C50;
}

button,
input[type="submit"],
.error404MainContent a,
.error403MainContent a
 {
    background: #00a97e;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 24px;
    padding: 4px 16px;
    text-decoration: none;
    width: auto;
    text-transform: uppercase;
}

.ModalButtonsDiv  > input[type="submit"]
{
    background: #00a97e;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 24px;
    padding: 4px 16px;
    margin-top: 24px;
    text-decoration: none;
    width: auto;
    text-transform: uppercase;
}

button:disabled {
    background:#ccc !important;
    pointer-events: none !important;
}

input[type="submit"].lifeButtonNormal {
    display: block;
    width: 171px;
    box-sizing: border-box;
    position: relative;
    left: 30px;
}

input[type="submit"].lifeButtonReset,
input[type="submit"].lifeButtonReset:hover {
    background: none;
    color: #00a97e;
    text-transform: none;
    padding: 0;
    display: block;
    margin-right: 31px;
    margin-left: 94px;
    font-size:14px;
    width:171px;
    margin-top:5px;
}

input[type="submit"].lifeButtonReset:hover
{
    color:#082c50;
}

button:hover,
input[type="submit"]:hover,
.error404MainContent a:hover,
.error403MainContent a:hover {
    background: #082c50;
}

.imqLoginInquiry {
    right: 9px;
    position: absolute;
    bottom: 48px;
    left: inherit;
}

.error404MainContent a,
.error403MainContent a {
    display: inline-block;
    margin: 0 200px;
    padding-top: 13px;
}

.error404MainContent h1,
.error403MainContent h1 {
    background: url("../../Images/Layout/LifePKO/!.png") no-repeat scroll left center transparent;
    display: inline-block;
    font-size: 20px;
    padding: 10px 55px;
}

body.Logout .loginout_content .content {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
    width: 620px;
}

body.Logout .loginout_content {
    margin-left: 0px
}

body.Logout .loginbox p {
    float: none;
    margin: 0;
    padding: 0;
}

body.Logout .loginbox h1 {
    color: #00a97e;
    float: none;
    margin: 0;
}

body.Logout .loginbox p a {
    color: #00a97e;
}

body.LoginPage .loginbox {
    float: none;
    margin: 40px 0;
    text-align: center;
}

input[type="button"] {
    background: #00a97e;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin: 2px 10px;
    /* padding-bottom: 6px; */
    /* text-shadow: -1px -1px 1px brown; */
    /* width: 55px; */
}

input[type="button"]:hover {
    background: #082c50;
}

.ContactForm textarea {
    border: 1px solid #aaa;
    height: 90px;
    margin-bottom: 10px;
    width: 328px;
}

.PzuButton1 {
    background: url("../../Images/Layout/LifeTP/bgbutton2.png") no-repeat scroll center center transparent !important;
    left: 313px;
    position: relative;
    top: 10px;
}

.GeneraliButton1 {
    background: url("../../Images/Layout/LifeTP/bgbutton2.png") no-repeat scroll center center transparent !important;
    left: 419px;
    position: relative;
    top: -18px;
    cursor: pointer;
}

.PzuButton2 {
    background: url("../../Images/Layout/LifeTP/bgbutton2.png") no-repeat scroll center center transparent !important;
    left: 525px;
    position: relative;
    top: -46px;
    cursor: pointer;
}

.GeneraliButton2 {
    background: url("../../Images/Layout/LifeTP/bgbutton2.png") no-repeat scroll center center transparent !important;
    left: 632px;
    position: relative;
    top: -74px;
    cursor: pointer;
}

.PzuButton3 {
    background: url("../../Images/Layout/LifeTP/bgbutton2.png") no-repeat scroll center center transparent !important;
    left: 736px;
    position: relative;
    top: -102px;
    cursor: pointer;
}

.GeneraliButton3 {
    background: url("../../Images/Layout/LifeTP/bgbutton2.png") no-repeat scroll center center transparent !important;
    left: 841px;
    position: relative;
    top: -130px;
    cursor: pointer;
}

.HealthTable td,
.IKTable td,
.ClaimListTable td {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    min-width: 150px;
    padding: 0 10px;
    width: 100%;
}

.HealthColumn2,
.HealthColumn3,
.IKColumn2 {
    color: green;
    font-weight: bold;
    text-align: center;
}

.HealthTable th,
.IKTable th,
.ClaimListTable th {
    background: none repeat scroll 0 0 #BBBBBB;
    color: #FFFFFF;
    padding: 0 10px;
    text-align: center;
}

.HealthPremium {
    text-align: left !important
}

.IKInformatorDiv a,
.IKPropositionDiv a,
.IKApplicationDiv a,
.Documents .GetDocument a {
    color: #FF6600;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 30px;
    text-decoration: none;
}

.IKInformatorDiv,
.IKPropositionDiv,
.IKApplicationDiv,
.Documents .GetDocument {
    height: 29px
}

.IKInformatorDiv {
    margin-top: 10px
}

.IKInformatorDiv a {
    background: url("../../Images/Layout/LifeTP/iicon.png") no-repeat scroll left center transparent
}

.IKApplicationDiv a {
    background: url("../../Images/Layout/LifeTP/ficon.png") no-repeat scroll left center transparent;
    margin-top: 10px;
}

.IKPropositionDiv a {
    background: url("../../Images/Layout/LifeTP/picon.png") no-repeat scroll left center transparent
}

.ReportClaimDiv {
    border: medium none;
    width: 440px;
}

.ReportClaimDiv legend,
.Documents legend {
    border-bottom: 1px solid #000000;
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 2px;
}

.noLegend legend {
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
}

.noLegend {
    border: medium none
}

.ReportClaimDiv legend {
    border: none
}

.Documents {
    background: none repeat scroll 0 0 #F9F9F9;
    float: right;
    position: relative;
    top: -157px;
    width: 440px;
}

.ReportClaimDiv .fieldlabel {
    margin-right: 269px
}

.ReportClaimDiv .formvalidation_fieldValid {
    margin-bottom: 15px
}

.Documents .DownloadDocument {
    border: medium none
}

.Documents .DownloadDocument legend {
    display: none
}

.RequirementsDiv {
    border: none
}

.RequirementsDiv legend {
    border: medium none navy;
    font-size: 11px;
    margin-bottom: 0;
}

.ReportClaimButton {
    float: right;
    position: relative;
    top: 50px;
}

.RequirementsDiv span {
    display: list-item;
    line-height: 18px;
    list-style: circle outside none;
}

.ClaimListTable th,
.ClaimListTable td {
    width: 30%
}

.ProgressLegend .TinyDiv {
    background: none repeat scroll 0 0 blue;
    height: 15px;
    width: 30px;
    margin-right: 10px;
    display: inline-block;
}

.ClosedLegend .TinyDiv {
    background: none repeat scroll 0 0 green;
    height: 15px;
    width: 30px;
    margin-right: 10px;
    display: inline-block;
}

.ProgressLegend,
.ClosedLegend {
    display: inline-block;
    font-size: 11px;
    margin: 20px 20px 0 0;
}

h3 {
    color: #FF6600
}

.slidedeckcontent h3 {
    color: #fff
}

.slide_5 a {
    color: blue;
    text-decoration: none;
}

.listsearchextender {
    display: none
}

.EmployeeDataFieldSet,
.AddressFieldSet,
.CorespondenceAddressFieldSet {
    border: medium none;
    float: left;
    width: 236px;
}

.LifePartnerFieldSet,
.SalariedFieldSet {
    border: medium none
}

.LifePartnerFieldSet .field,
.EmployeeDataFieldSet .field {
    display: table-caption;
    width: 170px;
}

.AddressFieldSet .field {
    display: table-caption
}

.CorespondenceAddressFieldSet .field {
    display: table-caption
}

.SalariedFieldSet {
    float: left;
    width: 920px;
}

.SalariedFieldSet .field {
    float: left
}

.SalariedFieldSet > div > div > div > div > table {
    margin-top: 10px;
    width: 925px;
}

.SalariedFieldSet > div > div > div > div > table td,
.journal .searchresults td,
.listadokumentow .searchresults td,
.listadokumentowanulowanych .searchresults td {
    background: transparent;
    border: none;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

.SalariedFieldSet > div > div > div > div > table th,
.journal .searchresults th,
.listadokumentow .searchresults th,
.listadokumentowanulowanych .searchresults th {
    background: transparent;
    border:none;
    border-bottom: 2px solid #082C50;
    color: #082C50;
    text-align: center;
}

.listadokumentow .searchresults table {
    width:100%;
}

.listadokumentow .searchresults,
.listadokumentowanulowanych .searchresults {
    width: 100%;
}

.journal .searchresults th .gridheadertable td,
.listadokumentow .searchresults th .gridheadertable td,
.listadokumentowanulowanych .searchresults th .gridheadertable td {
    background: transparent;
}

.listadokumentow .searchresults .col1h,
.listadokumentowanulowanych .searchresults .col1h {
    width: 150px;
}

.listadokumentow .searchresults .col3h,
.listadokumentowanulowanych .searchresults .col3h {
    width: 130px
}

.listadokumentow .searchresults .col4h,
.listadokumentowanulowanych .searchresults .col4h {
    width: 50px
}

.journal .searchresults {
    width: 100%
}

.InsurancerName {
    margin-bottom: 20px;
    margin-left: 10px;
}

.InsurancerName > * {
    width: 912px
}

.InsurancerName label,
.EmployeeDataFieldSet legend,
.AddressFieldSet legend,
.CorespondenceAddressFieldSet legend,
.LifePartnerFieldSet legend,
.SalariedFieldSet legend,
.DeclareSection legend {
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
}

.EmployeeDataFieldSet img,
.LifePartnerFieldSet img {
    float: right
}

.EmployeeDataFieldSet .datetextbox,
.LifePartnerFieldSet .datetextbox {
    float: left
}

.dictionaryField {
    float: left;
    margin: 0 5px;
}

.SubmitButton {
    height: 30px;
    left: 832px;
    position: relative;
    width: 0;
}

.SalariedFieldSet input[type="submit"] {
    left: 821px;
    position: relative;
    top: 5px;
}

input.CopyInsuredAddressButton {
    background: url("../../Images/Layout/LifeTP/bgbutton3.png") no-repeat scroll center center transparent;
    left: 587px !important;
    margin-top: 5px;
    top: 67px !important;
    width: 220px;
}

.AfterSubmitInfo {
    text-align: center;
    margin-top: 70px;
}

.ButtonsTableRow td {
    background-color: transparent;
    border-style: none;
    border-color: transparent;
    padding-top: 10px;
    text-align: center;
}

.WelcomeRightMainContent {
    color: #555;
    display: inline;
    float: left;
    height: auto;
    margin-top: 0px;
    width: 650px;
}

.WelcomeRightMainContent2 {
    color: #555;
    display: inline;
    float: left;
    height: auto;
    margin-top: 0px;
    width: 650px;
}

.WelcomeLeftContent {
    border-right: 1px solid #dddddd;
    color: #00a97e;
    float: left;
    font-size: 12px;
    margin: 0px 10px 0;
    width: 270px;
}

.WelcomeLeftContent a {
    display: block;
    margin: 10px 0;
    width: 222px;
}

.WelcomeBottomContentBottom {

}

.WelcomeRightContent {
    display: inline;
    float: left;
    height: 200px;
    width: 478px;
}

.WelcomeBottomContent {
    float: left;
    font-size: 11px;
    margin-top: 25px;
    text-align: left;
}

.WelcomeRightMainContent p {
    margin: 5px 20px 20px
}

.WelcomeText1 {
    font-weight: bold
}

.TheBestInsurances {
    color: #888888;
    float: left;
    font-size: 14px;
    margin-left: 385px;
    margin-top: 8px;
    margin-bottom: 6px;
    text-align: left;
}

.OtherInsurances {
    color: #888888;
    float: left;
    font-size: 15px;
    margin-left: 385px;
    text-align: left;
}

.GrassLogo {
    float: left;
    margin-top: 40px;
    text-align: center;
    width: 224px;
}

.GrassAdressDiv2 {
    float: left;
    margin-top: 25px;
    text-align: center;
    width: auto;
}

.GrassAdressDiv {
    float: left;
    margin-top: 25px;
    text-align: left;
    width: 250px;
}

.GrassAdressDiv p.Grass1 {
    font-size: 20px;
    margin: 0;
}

.GrassAdressDiv p.Grass2 {
    font-size: 15px;
    margin: 0;
}

.WelcomeRightContent img {
    margin: 20px 10px
}

.WelcomeLeftContent li {
    margin: 20px 0;
    width: 300px;
}

.datalist table.searchresults {
    width: 100%;
    border: none;
}

.datalist table.searchresults td {
    background: transparent;
    border-color: #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    padding: 4px;
    width: auto !important;
    border-left: none;
    border-right: none;
}

.datalist table.searchresults .col2,
.datalist table.searchresults .col8,
.datalist table.searchresults .col12 {
    background: transparent;
}

/*.datalist table.searchresults .col2, .datalist table.searchresults .col11, .datalist table.searchresults .col12
{
    width: 108px !important;
}*/

.datalist table.searchresults .col15 {
    background: none repeat scroll 0 0 #E6F2F2
}

.datalist table.searchresults th {
    /* background: none repeat scroll 0 0 #AAAAAA; */
    border: 1px solid #FFFFFF;
    border-bottom: 2px solid #082c50;
}

.datalist table.searchresults th .gridheadertable td {
    background: none repeat scroll 0 0 transparent
}

.datalist table.searchresults th .gridheadertable td a {
    color: #082c50;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
}

.ajax__tab_xp .ajax__tab_body {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
}

.formvalidation_validationpanel {
    background: none repeat scroll 0 0 red;
    border: medium none;
    border-radius: 3px;
    display: none;
    height: auto;
    margin-top: 3px;
    padding: 10px;
    width: auto;
    z-index: 10000;
}

.formvalidation_Error,
.formvalidation_FatalError {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: auto;
    list-style: none outside none;
    text-align: center;
    width: 100%;
}

.formvalidation_validationpanel:before {
    border-bottom: 7px solid red;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    top: -7px;
}

.formvalidation_fieldError,
.formvalidation_fieldFatalError,
input.formvalidation_fieldError[disabled="disabled"] {
    border: 1px solid red!important;
    color: red;
}

select.formvalidation_fieldError {

}

input.fielddd,
input.formvalidation_fieldValid {
    border: 1px solid #aaa;
}

select.formvalidation_fieldValid {
    border: 1px solid #aaa;
}

/* UpdateProgress */

div.masterupdatestyle {
    position: fixed;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 100010;
    background-color: #fff;
    opacity: 0.8;
}

div.masterupdateinnerstyle {
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    border:none;
    background-color: White;
    position: fixed;
    margin-left: -90px;
    margin-top: -30px;
    width: 220px;
    height: 80px;
    left: 50%;
    top: 50%;
    text-align: center;
    padding: 10px;
    /*padding-top: 20px;*/
}

div.masterupdateinnerstyle span {
    font-size: larger;
    padding: 10px;
}

/* UpdateProgress end */

.iconPDF,
.iconTXT {
    background-image: url("../../Images/Layout/Buttons/pdf.png")
}

.iconPDFSmall {
    display: inline-block;
    background-image: url("../../Images/Layout/TypyPlikow/pdf.png");
    background-repeat: no-repeat;
    background-position: top left;
    width: 20px;
    height: 19px;
}

.iconDOCSmall {
    display: inline-block;
    background-image: url("../../Images/Layout/TypyPlikow/wrd.png");
    background-repeat: no-repeat;
    background-position: top left;
    width: 20px;
    height: 19px;
}

.AddressDiv .GrassLogo {
    float: none;
}

.AboutUs {
    background: url("../../Images/Layout/LifePKO/imggras.png") no-repeat scroll right top #FFFFFF;
    font-size: 12px;
    line-height: 22px;
    margin: 0 10px;
    width: auto;
}

.AbuotUsTitle {
    font-size: 18px;
}

.AboutUs p {
    width: 600px;
}

.CompMainTable .FirstRow {
    font-weight: bold;
}

/* Hide tab page header on policy form page */

#ctl00_MC_ctlPolicyGeneralData_r_ctl06_header {
    display: none;
}

/*Hide tab page header on claim form page*/

#ctl00_MC_TabContainer_ClaimDataTabPanel_ctlPolicyGeneralData_r_ctl06_header {
    display: none;
}

.PZULogoLarge {
    height: 82px;
    left: 820px;
    position: relative;
    width: 78px;
}

.GeneraliLogoLarge {
    height: 82px;
    left: 635px;
    position: relative;
    width: 258px;
}

.LastNameField,
.FirstNameField,
.PeselField {
    width: 158px
}

.BirthDateField {
    width: 114px
}

.BirthDateField .formvalidation_fieldValid {
    width: 77px
}

.BirthDateField .formvalidation_fieldError {
    width: 77px
}

.ComplexAddressField {
    width: 251px
}

.ComplexAddressField .formvalidation_fieldValid {
    width: 236px
}

.PercentField {
    width: 81px
}

.PercentField .formvalidation_fieldValid {
    width: 74px
}

.fieldlabel {
    color: #082c50;
    font-size: 10px;
}

.AddressField {
    width: 220px
}

.Validation {
    height: auto;
    margin-left: 38px;
    position: absolute;
    top: 193px;
    width: 622px;
}

.innerValidationDiv .validationstatus {
    color: red;
    display: list-item;
    font-size: 12px;
    font-weight: bold;
}

.DeclareSection {
    border: medium none;
    color: #00a97e;
    float: left;
    font-size: 10px;
    margin-top: 20px;
    text-align: justify;
    width: 920px;
}

.DeclareSection .DeclareSub {
    width: auto !important
}

.DeclareSection .DeclareCheckBox {
    float: left
}

.DeclareSection > div {
    margin: 10px 0
}

.SalariedFieldSet .PercentSum {
    float: none;
    height: 0;
    left: 711px;
    position: relative;
    width: 100px;
}

.SalariedFieldSet .PercentSum span {
    font-size: 12px;
    font-weight: bold;
}

.journal .journalShort {
    width: 70px
}

.journal .journalLong {
    width: 196px
}

.uploadedfilesbutton {
    background: url("../../Images/Layout/LifePKO/bgbutton5.png") repeat-x scroll center center transparent;
    border: 1px solid #E2192C;
    color: #E2192C;
    padding: 7px;
    text-decoration: none;
}

#buttonsDiv .uploadedfilesbutton {
    background: url("../../Images/Layout/LifeTP/bgbutton4.png") no-repeat scroll center center transparent;
    padding: 7px 21px;
}

.AlertBoxMain .uploadedfilesbutton {
    background: url("../../Images/Layout/LifeTP/bgbutton2.png") no-repeat scroll center center transparent;
    padding: 7px 26px;
}

.AlertBoxMain {
    color: red;
    text-align: center;
}

#ctl00_MC_ctlPolicyGeneralData_r_ctl06_ctl02_ctl133_Outer {
    width: 919px
}

.PrintReminder {
    background: none repeat scroll 0 0 #EEEEEE;
    line-height: 6px;
    margin-bottom: 20px;
    margin-left: 14px;
    padding: 6px;
    width: 926px;
}

.EmployeeDataFieldSet .formvalidation_fieldError,
.AddressFieldSet .formvalidation_fieldError,
.CorespondenceAddressFieldSet .formvalidation_fieldError,
.LifePartnerFieldSet .formvalidation_fieldError {
    width: 150px
}

.errorDefaultMainHeader {
    text-align: left;
    margin-top: 100px;
}

.error404MainContent {
    color: #E2192C;
    margin-top: 100px;
    text-align: center;
}

.eMailHeader {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    left: 710px;
    margin-top: 5px;
    position: relative;
    text-align: right;
    width: 210px;
}

.error403MainContent {
    margin-top: 100px;
    text-align: center;
}

.lifeFormDeclaration {
    border: medium none;
    margin: 0;
    padding: 0;
}

.personalDataClass .field,
.addressDataClass .field {
    float: left;
    margin: 0 5px;
}

.personalDataClass .checkBoxDiv {
    float: none
}

.insuranceDataClass .formvalidation_fieldValid,
.personalDataClass .formvalidation_fieldValid,
.addressDataClass .formvalidation_fieldValid {

}

fieldset.lifeFormDeclaration .dictionaryField select {

}

.longSelectField {
    width: 150%;
}

.formInquiry
{
    margin-top: 3px;
}

.hintField 
{
    margin-top: 10px;
    margin-right: 15px;
}

.fieldlabel, .personalDataClass .fieldlabel, .addressDataClass .fieldlabel, .insuranceDataClass .fieldlabel {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.field.sectionTitle, .field.sectionTitlePartner {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.field.sectionTitle label, .field.sectionTitlePartner label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #082c50;
    border-bottom: 2px solid #00a97e;
    padding: 0 0 4px 0 !important;
    text-indent: 4px;
    margin: 10px 0 0;
}

.lifeFormDeclaration .permissionsClass {
    width: 100%;
}

.lifeFormDeclaration .permissionsClass .field.sectionTitle, .lifeFormDeclaration .permissionsClass .field.sectionTitlePartner {
    width: 100%;
    margin-bottom: 10px !important;
}

.lifeFormDeclaration .permissionsClass .field {
    width: 390px;
}

.lifeFormDeclaration .permissionsClass input[type="submit"] {
    
padding: 0 8px;
}


.buttonlinkstyle em {
    font-style: normal
}


.lifeFormDeclaration .salariedClass {
    background: #F6F6F6;
    /* border-bottom: 1px solid #E2192C; */
    /* border-top: 1px solid #E2192C; */
}

.lifeFormDeclaration .salariedClass legend {
    position: relative;
    top: -12px;
}

.lifeFormDeclaration .salariedClass,
.lifeFormDeclaration .salariedData {
    width: auto
}

.lifeFormDeclaration .salariedData .fieldlabel {
    display: block;
    font-size: 11px;
}

.lifeFormDeclaration .salariedData .salariedAddressData > div {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.salariedData > div {
    margin: 0 5px
}

.salariedData .dictionaryField {
    margin-bottom: 15px;
    width: 100px;
}

.salariedData .salariedAddressData {
    width: 895px
}

.salariedData .sumPercentRateClass {
    float: right;
    margin-right: 165px;
    margin-top: 5px;
}

.salariedData .sumPercentRateClass .formvalidation_fieldValid {
    border: 1px solid #E2192C;
    width: 91px;
}

.salariedData .sumPercentRateClass .fieldlabel {
    display: inline;
    font-weight: bold;
}

.salariedData .salariedComplex {
    width: 930px
}

.salariedData .salariedComplex th {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: none;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #082c50;
    color: #555;
    font-size: 11px;
    min-width: 60px;
    text-align: center;
    padding: 5px 0;
}

.salariedData .salariedComplex td {
    background: #fff;
    border-top: 1px dotted #aaa;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    border-bottom: 1px dotted #aaa;
    color: #000;
    font-size: 11px;
    text-align: center;
}

.salariedData legend {
    display: none
}

.lifeFormDeclaration .ComplexEditButItem,
.lifeFormDeclaration .ComplexDelButItem {
    width: 75px
}

.salariedData .ComplexMessage {
    color: red;
    display: none;
}

.LoginPage {
    background: url("../../Images/Layout/LifePKO/bgLog.png") no-repeat scroll center top #DAE2E8;
    background: #f7f8f9;
}

.LoginPage div.topmenu {
    display: none
}

body.LoginPage div#main {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: auto;
    min-height: 50px;
    padding-top: 156px;
    width: 100%;
}

body.LoginPage .lifeTbMasterTable {
    width: 300px;
    position: relative;
}

body.LoginPage .navigationPanel {
    display: none
}

body.LoginPage .logins {
    background: no-repeat scroll right center transparent;
    display: block;
    height: 44px;
    margin-right: 0;
    width: 100%;
}

body.LoginPage div.main {
    width: 310px;
}

body.LoginPage .content {
    background: none repeat scroll 0 0 transparent;
    min-height: 287px;
    padding: 0;
    width: 310px;
    box-sizing: border-box;
}

body.LoginPage div.topMenuMain {
    height: 50px;
    width: 310px;
    margin: 0 auto;
}

body.LoginPage #version {
    display: none;
    padding: 31px 0 0 62px;
    text-decoration: none !important;
}

.lifeLoginBox .lifeTbMasterTable td {
    /* float: left; */
    width: 330px;
}

.lifeLoginBox .lifeTbMasterTable td.lifeInfoLineTD,
.lifeLoginBox .lifeTbMasterTable td.lifeImportantTD {
    display:block;
    width:100%;
}

.lifeLoginBox .lifeTbMasterTable td.lifeImportantTD {

}

.lifeLoginBox h1 {
    background: #082c50;
    color: #DDDDDD;
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 10px;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    float: left;
}

.lifeLoginBox .lifeTblInnerLogin td {
    background: none repeat scroll 0 0 transparent;
    float: none;
    width: auto;
}

body.LoginPage .footer {
    background: none repeat scroll 0 0 transparent;
    position: relative;
    top: 32px;
    width: 635px;
}

body.LoginPage .footer * {
    display: inline-block
}

body.LoginPage .lifeNewUserTD,
body.LoginPage .lifeLoginTD {
    background: #fff;
    border: 1px solid #DDDDDD;
    height: 275px;
    padding: 0 !important;
    width: 100%;
    /* position: relative; */
    display: block;
	box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.15);
}



body.LoginPage #footer_left_logo {
    margin: 8px 0 0 5px
}

body.LoginPage #footer_right_logo {
    margin-right: 5px !important;
    margin-top: -5px !important;
    width: 250px;
}

body.LoginPage sup.footer_text {
    float: right
}

body.LoginPage #footer_left_logo a {
    margin: 0 !important
}

body.LoginPage span.footer_text {
    margin-top: 6px;
    padding-right: 0;
}

body.LoginPage .lifeTblInnerNewUser td,
body.LoginPage .lifeTblInnerLogin td {
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
}

body.LoginPage .lifeTblInnerNewUser td input[type="password"] {
    font-size: 16px;
    height: 20px;
    width: 169px;
}

body.LoginPage label {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0;
}

body.LoginPage .lifeTblInnerLogin .lifeLogininput,
.lifeCaptcha input {
    font-size: 16px;
    height: 20px;
    width: 169px;
}

body.LoginPage .lifeTblInnerNewUser th {
    padding: 0px 5px 0 7px;
}

body.LoginPage .lifeTblInnerLogin th {
    padding: 0px 5px 0 7px;
}

body.LoginPage .lifeInfoText {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0 0 8px;
    padding: 8px;
}

body.LoginPage .lifeNewUserTD .lifeInfoText {
    margin-bottom: 22px;
}

body.LoginPage .lifeTblInnerNewUser td input[type="submit"] {
    width: 171px;
}

body.LoginPage .lifeTblInnerNewUser td .imqInquiry {

}

body.LoginPage .lifeTblInnerNewUser td,
body.LoginPage .lifeTblInnerLogin .lifeCaptcha td {
    padding-bottom: 0px !important;
}

body.LoginPage .lifeTblInnerLogin a {
    background: url("../../Images/Layout/LifePKO/bgbutton1.png") repeat-x scroll center center transparent;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    left: 59px;
    margin: 0 0 0 10px;
    min-width: 50px;
    padding: 8px;
    position: relative;
    text-decoration: none;
    top: 12px;
}

body.LoginPage .lifeLDescription {
    color: #082c50;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    position: absolute;
    text-align: center;
    top: -40px;
    width: 100%;
    text-transform: uppercase;
}

body.LoginPage .lifeLDescription.statementMessage {
    color: Red;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.useragentDiv {
    width: 310px !important;
    position: absolute;
    top: 100px;
    font-family: 'Open Sans', sans-serif;
}

body.LoginPage .lifeStandardtable {
    height: 129px
}

body.LoginPage .lifeImportant,
body.LoginPage .lifeNewUserTD #MC_ValidationSummary1 {
    color: #fff !important;
    line-height: 20px;
    margin: 10px 0;
    padding: 10px;
    background: red;
    position:relative;
    border-radius:5px;
}

body.LoginPage .lifeImportant:before,
body.LoginPage .lifeNewUserTD #MC_ValidationSummary1:before {
    display:none;
    content:"!";
    font-weight:bold;
    border:2px solid #fff;
    font-size:18px;
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-15px;
    border-radius:30px;
    width:30px;
    height:30px;
    line-height:26px;
    text-align:center;
    box-sizing:border-box;
    font-family: arial;
}

body.LoginPage .lifeResetPassword .lifeImportant
{
    margin: 0px;
    position: absolute;
    text-align: right;
    top: 150px;
    width: 320px;
    padding: 0px;
    background: transparent;
    color: red !important;
}

body.LoginPage .lifeResetPassword .lifeImportant:before
{
    display:none;
    content:"";
}

body.LoginPage .lifeNewUserHeader img {
    position: absolute;
    top: 7px;
    left: 145px;
}

body.LoginPage .lifeCaptcha span {
    display: inline-block;
    font-weight: normal;
    width: 80px;
}

body.LoginPage .lifeInfoLine {
    margin-top: 20px;
}

body.LoginPage .lifeInfoLine p {
    margin: 0
}

.imqInquiry {
    position: relative;
    top: 1px;
}

.loginout_content {
    text-align: center
}


/*----------------------- MODAL POPUP START ------------------------------*/

.modalBackground,
.PopupDivModal {
    background-color: Gray;
    height: 100% !important;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 1000;
}

.modalPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid;
    max-width: 700px;
    overflow: visible !important;
    padding: 3px 3px 10px;
    width: auto !important;
}

.PopupDiv {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid;
    font-size: 11px;
    max-width: 900px;
    min-width: 680px;
    overflow: visible;
    padding: 3px 3px 10px;
    width: auto !important;
}

.PopupDiv .FixedStatementsComplex td {
    border: 1px solid #FFFFFF;
    color: #444444;
    padding: 5px 10px;
    text-align: justify;
}

.PopupDiv .buttonShort {
    text-align: center
}

.PopupDiv .FixedStatementsComplex th {
    display: none
}

.PopupDiv .PopupDivHeader {
    color: #E2192C;
    font-size: 12px;
    font-weight: bold;
    margin: 5px !important;
    text-align: center;
}

.modalPopup .standardbutton {
    margin: 0 86px
}

.PopupDiv .PopupDivBody
{
    max-height:450px;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right: 125px;
}

.PopupDiv .PopupDivBody .buttonShort
{
    text-align: center;
    position: absolute;
    right: 40px;
    top: 30px;
}

.errorModalPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 2px 2px 15px;
    position: fixed;
    top: 100px;
    width: 600px;
    z-index: 10001;
    left: calc(50% - 300px);
    text-align: center;
}

.errorModalPopup > span {
    display: inline-block;
    font-size: 12px;
    margin: 10px;
}

.modalBackground, .AlertBoxMain, .ModalBackground
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.modalPopup, .errorModalPopup, .modalAnnexPopup, .resultModalPopup, .FLWarningPopup, .CenterWindowDiv, .EntryPanel, .UploadPanel, .ScanPanel, .QuestionPanel
{
    background-color: #eee;
    border: 1px solid #000000;
    box-shadow: 0 0 40px #555555;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px;
    text-align: center;
    top: -200px;
    min-width: 880px;
}

.modalPopup .ajax__tab_header, .errorModalPopup .ajax__tab_header, .modalAnnexPopup .ajax__tab_header, .resultModalPopup .ajax__tab_header, .FLWarningPopup .ajax__tab_header, .CenterWindowDiv .ajax__tab_header
{
    text-align: left;
}

.lowerbuttonbar
{
    text-align: left;
}

.errorModalPopup, .FLWarningPopup
{
    min-width: 350px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -45px; /*little offset*/
    margin-left: -175px; /*half of the width*/
    z-index: 1001;
}

/*------------------------ MODAL POPUP END -------------------------------*/

.datalist table.searchresults .rowstyleSelected td {
    background: #e6e6e6;
}

.datalist table.searchresults .rowstyleOnHover td,
.datalist table.searchresults .rowstyleOnHoverSelected td {
    background: #e6e6e6;
    cursor: pointer;
}

.unsettled {
    width: 100%;
    padding: 0;
}

.datalist {
    margin: 0;
    padding: 0;
    width: 100%;
}

.FilterAccordion {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 2px solid #FFFFFF;
}

.FilterAccordion .filterHeader,
.FilterAccordion .filterHeaderSelected {
    background: none repeat scroll 0 0 #AAAAAA;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 2px;
}

.changePasswordTable {
    margin: 0 auto;
}

.changePasswordInfo {
    color: #00a97e;
    display: block;
    margin: 10px auto 30px;
    font-size: 16px;
    text-align: center;
}

.changePasswordTable th span {
    display: block;
    margin-bottom: 11px;
    text-align: right;
    font-weight: normal;
    color: #082c50;
}

.content .kartapolisy {
    padding-left: 10px;
    padding-right: 10px;
    width: 940px;
}

.kartapolisy fieldset {
    border: medium none;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.kartapolisy fieldset fieldset {
    margin-top: 10px
}

.kartapolisy legend {
    color: #E2192C;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.field {
    float: left;
    margin: 4px 1% !important;
    width: 22%;
}

.field > label {
    text-overflow: ellipsis;
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px !important;
    transition: all 0s !important;
    -webkit-transition: all 0s !important;
}

.field > label:hover {
    overflow: visible;
    text-overflow: inherit;
    position:absolute;
    width: auto !important;
}

.field.sectionTitle > label:hover {
    width: 100% !important;
    position: inherit;
    background: transparent;
    padding: 0 0 4px 0 !important;
}

.field.sectionTitlePartner > label:hover {
    width: 100% !important;
    position: relative;
    background: transparent;
    padding: 0 0 4px 0 !important;
    margin-bottom: -23px;
} 

.field > label:hover + input,
.field > label:hover + .styledSelect {
    margin-top: 23px !important;
}

.field.sumPercentRateClass {
    width: 280px;
}

.field.longSelectField {
    width: 460px;
}

.field.fullWidth {
    float: left;
    margin: 4px 0 !important;
    width: 100%;
}

.field input, .field .styledSelect, .field .styledSelect select {
    width: 100% !important;
    max-width: 100% !important;
    transition: all 0s !important;
    -webkit-transition: all 0s !important;
}

.field input[type="text"],
.field input[type="password"],
.field select
{
    height:21px;
    box-sizing:border-box;
}

.field input.datetextbox {
    width: 88% !important;
    width: calc(100% - 24px) !important;
    padding: 0;
    position: relative;
    top: -1px;
}


.field.complexfield input {
    max-width: inherit !important;
    width: auto !important;
    float: left;
    margin-right: 10px;
}

.field input[type="radio"], .field input[type="checkbox"] {
    
width: auto !important;
    
margin: 0 5px 0 0;
}

.field.checkBoxDiv {
    border:none !important;
}

.kartapolisy .fieldlabel {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    width: auto !important;
}

.kartapolisy .field {
    border: medium none !important;
    width: auto !important;
}

.kartapolisy .field2 {
    display: inline-block;
    padding: 15px 0 0;
}

.kartapolisy .buttonouterdiv {
    float: left;
    margin: 20px 0 0;
}

.informationcenter {
    padding: 20px 10px;
    width: auto;
}

.SelectableStatementsComplex {
    margin: 10px 0;
    width: 945px;
}

.SelectableStatementsComplex span {
    color: #666666;
    display: inline-block;
    margin: 5px 0;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

.showStatementsButtonDetails {
    height: 10px;
    padding: 10px;
}

.isBrokerStatment {
    height: 30px;
}

.isBrokerStatment .field {
    width:370px
}

.lifeFormDeclaration .agreementForSalaryCharge {
    margin: 0;
    width: 100%;
}

.agreementForSalaryCharge > div {
    color: #666666;
    float: left;
    font-size: 11px;
    width: 824px;
}

.agreementForSalaryCharge > div.checkBoxDiv {
    float: left;
    width: 13px;
}

.isBrokerStatment .fixedStatementsLabel {
    margin: 10px 5px
}

.fixedStatementsLabel {
    margin: 18px 10px !important;
}

.fixedStatementsLabel span {
    color: #00a97e;
    font-size: 12px;
}

input[disabled="disabled"],
select[disabled="disabled"] {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #AAAAAA;
}

.RequirementTree .filterHeaderH {
    color: #E2192C;
    font-size: 14px;
    padding: 0 0 10px;
    text-align: left;
}

.TreeItemOuterSpan span,
.TreeItemOuterSpan .Level_4,
.TreeItemOuterSpan .Level_5,
.RequirementTree .PreviewTooltip {
    float: left;
    margin: 0 2px;
}

.TreeItemOuterSpan .multiUpload {
    height: 15px
}

.kartapolisy input[type="radio"] {

}

div.ajax__tab_xp div.ajax__tab_body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 0;
}

.ContactUsGrassLogo {
    float: left;
    text-align: center;
    width: 275px;
}

.lifeVariantComparator {
    border: medium none;
    margin: 0;
    padding: 0;
}

.lifeVariantComparator legend {
    color: #00A97E;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 5px 0;
}

.lifeVariantComparator .field {
    width: 100%;
    margin-top: 15px;
}

table.comparisonOfVariants input[type="submit"] {
    margin: 10px 0
}

table.comparisonOfVariants {
    border: medium none;
    float: left;
    width: 100%;
}

table.comparisonOfVariants th {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #082c50;
    font-size: 16px;
    font-weight: normal !important;
    text-align: center;
}

table.comparisonOfVariants td {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #ccc;
    padding: 2px 10px;
    color: #082c50;
}

table.comparisonOfVariants .variantOptionDescription {
    min-width: 470px
}

table.comparisonOfVariants .variantValue1 {
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
    width: 50px;
    padding: 2px;
}

table.comparisonOfVariants .variantValue0 {
    background: none repeat scroll 0 0 #F4FCFC;
    text-align: center;
    font-weight: bold;
    width: 50px;
    padding: 2px;
}

table.comparisonOfVariants .variantValue0Premium {
    background: none repeat scroll 0 0 #F4FCFC;
    color: #E2192C;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

table.comparisonOfVariants .variantValue1Premium {
    background: #f0f0f0;
    color: #082c50;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

table.comparisonOfVariants .variantOptionDescriptionPremium {
    color: #082c50;
    font-size: 16px;
    font-weight: bold;
}

table.comparisonOfVariants .variantNone0 {
    background: none repeat scroll 0 0 #F4FCFC;
    text-align: center;
    color: #aaa;
}

table.comparisonOfVariants .variantNone1 {
    background: none repeat scroll 0 0 #E6F2F2;
    text-align: center;
    color: #aaa;
}

#ctl00_OperationMenuContent_upValidationPanel {
    display: none
}

.changePasswordError {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.FilterMainDivInner2 > div {
    margin: 4px;
    width: auto !important;
}

.FilterMainDiv .FilterMainDivInner2 > div > div > div > div {
    float: none !important
}

.FilterMainDiv .FilterMainDivInner2 {
    padding: 0
}

.lifeVariantComparator > div fieldset {
    border: medium none
}

.WelcomeButtonsContent {
    width: 245px
}

.WelcomeButtonsContent input[type="submit"] {
    margin: 5px 3px 5px 0
}

/* SUWAK */

.pageswitcher {
    float: right;
    padding-right: 40px;
    margin: 10px 0;
    vertical-align: middle;
}

.pageswitcher input[disabled="disabled"] {
    background: none
}

.pageswitcherarrow {
    width: 25px;
    height: 25px;
    outline: none;
    vertical-align: middle;
}

.pageswitcherbox {
    width: 20px !important;
    text-align: center;
}

.listsearchextender {
    font-size: xx-small;
    background-color: #D5DCEF;
    font-style: normal;
}

.lifeImportant {
    color: red;
    line-height: 20px;
    margin: 21px 0;
}

.contactTitle {
    color: #00a97e;
    font-size: 18px;
}

#lbPageNumberStyle {
    padding: 0px 0px 5px 0px;
    color: #244C71;
    font-weight: bold;
}

.personalDataClass .lifeHasPeselDict {
    width: 100%;
}

.personalDataClass .lifeHasPeselDict > label {
    float: left;
    font-size: 12px;
    margin-top: 9px;
    width: 250px;
}

.personalDataClass .lifeHasPeselDict table.formvalidation_fieldValid {
    max-width: 100% !important;
    width: 930px;
}

.personalDataClass .lifeHasPeselDict table.formvalidation_fieldValid tr,
.lifeHasPartnerDict table tr {
    float: left
}

.toManyVariantsInfo span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.requiredStatement 
{
    background: url("../../Images/Layout/LifePKO/star.png") no-repeat scroll top left transparent;
    padding-left: 10px;
    width: auto;
}

.requiredField label {
    background: url("../../Images/Layout/LifePKO/star.png") no-repeat scroll top left transparent;
    padding-left: 10px;
}

.requiredField .value {
    background: url("../../Images/Layout/LifePKO/star.png") no-repeat scroll right center transparent;
    color: red;
    font-size: 11px;
    margin-top: 5px;
    padding-right: 12px;
    position: relative;
    display: block;
}

.requiredFieldInfo .value {
    color: red;
    font-size: 11px;
    margin-top: 5px;
    padding-right: 12px;
    position: relative;
    display: block;
}

/* #region hint control */

div.hintCtl > div {
    background: #f6f6f6;
    border: 1px solid #AAAAAA;
    border-radius: 0;
    bottom: -4px;
    left: 3px;
    font-size: 11px;
    margin-left: 12px;
    position: absolute;
    text-align: left;
    visibility: hidden;
    z-index: 1 !important;
}

div.hintCtl > label {
    background: #00a97e;
    display: block;
    height: 19px;
    position: relative;
    width: 19px;
    top: 24px !important;
}

div.hintCtl > label:after {
    content: "?";
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
}

div.hintCtl {
    display: block;
    float: left;
    /* height: 15px; */
    /* margin-top: 12px; */
    position: relative;
    /* width: 15px; */
}

div.hintCtl:hover > div {
    visibility: visible
}

div.hintCtl > div.notext {
    left: 17px;
    width: 25px;
    border-right-style: none;
    height: 10px;
    display: none;
}

div.text {
    padding: 5px;
    width: 400px;
    z-index: 999999999 !important;
}

/*-----endregion hint control-----*/

/*-----ResetPassword start-----*/

body.LoginPage .lifeResetPassword .lifeNewUserTD {
    width: 430px;
    box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.15);
    margin-left: -60px;
    height: 235px;
}

body.LoginPage .lifeResetPassword .lifeNewUserTD > div > span:nth-child(1) {
    display:block;
    width: 40%;
    float: left;
    margin-right: 10px;
    margin-left: 90px;
}

body.LoginPage .lifeResetPassword .lifeNewUserTD #ctl00_MC_lbEmail {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 130px;
}

body.LoginPage .lifeResetPassword .lifeCaptcha span {
    width: 134px
}

body.LoginPage .lifeResetPassword .lifeLoginBox h1 {
    margin: 0 0 40px;
    width: 100%;
}

body.LoginPage .lifeResetPassword .lifeNewUserTD .lifeButtons {
    width:100%;
    text-align:center;
}

body.LoginPage .lifeResetPassword .lifeNewUserTD .lifeButtons input {
    width: 230px;
}

body.LoginPage .lifeResetPassword input[type="text"] {
    font-size: 16px;
    height: 20px;
    margin-bottom: 10px;
    /* margin-left: 3px; */
    width: 170px;
}

body.LoginPage .lifeResetPassword .lifeCaptcha input[type="text"] {
    margin-left: 346px;
}

body.LoginPage .lifeResetPassword input[type="submit"] {
    /* float: left; */
    margin: 0;
}

body.LoginPage .lifeResetPassword .lifeInfoLine {
    font-size: 10px;
    margin: 20px 0 0 3px;
    font-family: verdana;
    margin-left: -57px;
}


body.LoginPage .lifeResetPassword .lifeLoginBox h1 {
    /* margin-bottom:30px; */
}

body.LoginPage .lifeResetPassword {
    height: 287px;
}

 body.LoginPage .lifeNewUserTD #MC_ValidationSummary1
 {
    width: 247px;
    float: right;
    padding: 5px 50px 5px 10px;
    height: 50px;
    margin-top: 50px;
 }
 
body.LoginPage .lifeNewUserTD #MC_ValidationSummary1 ul,
body.LoginPage .lifeNewUserTD #MC_ValidationSummary1 li
   {
       display:inline-block;
       padding:0px;
       margin:0px;
       line-height: normal;
   }

/*-----ResetPassword end-----*/

.kartapolisy .linkMenuContainer {
    display: none
}

.kartapolisy .definition {
    display: block;
    margin: 10px 0;
}

.kartapolisy .RequirementTree {
    margin-left: 4px
}

.requiredCheckboxField {
    background: url("../../Images/Layout/LifePKO/star.png") no-repeat scroll right top transparent;
    /* border: 1px solid red; */
    height: 26px;
    padding: 0 !important;
}

.requiredCheckboxField .formvalidation_fieldError,
.requiredCheckboxField .formvalidation_fieldFatalError {
    background: url("../../Images/Layout/LifePKO/star.png") no-repeat scroll right top pink;
    border: medium none;
    display: block;
    height: 22px;
    padding: 2px 0;
}

.requiredCheckboxField label {
    margin-right: 7px
}

.errorModalPopup div {
    background: #fff !important;
    border: none !important;
}

.errorModalPopup div span {
    position: relative;
    top: 10px;
}

.partnerInfoText {
    background:transparent;
    font-size: 11px;
    width: 100%;
}



.partnerInfoText:before,
.salariedInfoText:before {
    content: "i";
    display:block;
    float:left;
    font-weight: bold;
    font-size: 14px;
    background: #00a97e;
    width:16px;
    height:16px;
    color:#fff;
    text-align:center;
    border-radius:50%;
    margin-right: 4px;
    line-height: 16px;
}

.salariedInfoText {
    background: transparent;
    font-size: 11px;
    padding-left: 0px;
    width: 100%;
}

.salariedInfoText span {
    display: table-cell;
    vertical-align: middle;
}

.partnerDataClass .lifeHasPeselDict table.formvalidation_fieldValid tr,
.lifeHasPartnerDict table tr {
    width: 320px;
}

.QuickHelpContactClass {
    float: left;
    margin-left: 50px;
    margin-top: 15px;
}

.QuickHelpClass {
    background: url("../../Images/Layout/LifePKO/bg_help.png") no-repeat scroll right bottom transparent;
    height: 400px;
}

.QuickHelpClass a {
    background: url("../../Images/Layout/LifePKO/bgbutton1.png") repeat-x scroll center center transparent;
    border: medium none;
    color: #F9F9F9;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 5px 500px 5px 10px;
    padding: 6px 14px;
    text-decoration: none;
    width: auto;
}

.BeginMaternityLeave {
    background: url("../../Images/Layout/LifePKO/ruw_up.png") no-repeat center center !important
}

.BeginMaternityLeave:hover {
    background: url("../../Images/Layout/LifePKO/ruw_over.png") no-repeat center center transparent !important
}

.EndMaternityLeave {
    background: url("../../Images/Layout/LifePKO/kuw_up.png") no-repeat center center transparent !important
}

.EndMaternityLeave:hover {
    background: url("../../Images/Layout/LifePKO/kuw_over.png") no-repeat center center transparent !important
}

.FrontOfficeButtonLarge {
    width: 150px !important;
    height: 150px !important;
}

.ChangePassword {
    background: url("../../Images/Layout/LifePKO/zmh_up.png") no-repeat center center transparent !important
}

.ChangePassword:hover {
    background: url("../../Images/Layout/LifePKO/zmh_over.png") no-repeat center center transparent !important
}

.ChangeLogin {
    background: url("../../Images/Layout/LifePKO/zmlog_up.png") no-repeat center center transparent !important
}

.ChangeLogin:hover {
    background: url("../../Images/Layout/LifePKO/zmlog_over.png") no-repeat center center transparent !important
}

.MyPaymens {
    background: url("../../Images/Layout/LifePKO/mp_up.png") no-repeat center center transparent !important
}

.MyPaymens:hover {
    background: url("../../Images/Layout/LifePKO/mp_over.png") no-repeat center center transparent !important
}

.AddModDeclaration {
    background: url("../../Images/Layout/LifePKO/dzu_up.png") no-repeat center center transparent !important
}

.AddModDeclaration:hover {
    background: url("../../Images/Layout/LifePKO/dzu_over.png") no-repeat center center transparent !important
}

.Help {
    display: inline-block;
    background: url("../../Images/Layout/LifePKO/pomoc_up.png") no-repeat center center transparent !important;
}

.Help:hover {
    background: url("../../Images/Layout/LifePKO/pomoc_over.png") no-repeat center center transparent !important
}

.FillClaim {
    background: url("../../Images/Layout/LifePKO/zroszcz_up.png") no-repeat center center transparent !important
}

.FillClaim:hover {
    background: url("../../Images/Layout/LifePKO/zroszcz_over.png") no-repeat center center transparent !important
}

.MyPayments_Accordion_Header,
.MyPayments_Accordion_Header_Selected {
    /* background: url("../../Images/Layout/LifePKO/bgAccordionHeader1.png") no-repeat scroll 925px center #E2192C; */
    color: #00a97e;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    /* padding: 8px; */
    text-align: left;
    background: transparent;
    line-height: 24px;
    margin: 16px 0;
}

.MyPayments_Accordion_Header_Selected {
    /* background: url("../../Images/Layout/LifePKO/bgAccordionHeader2.png") no-repeat scroll 925px center #E2192C; */
}

.MyPayments_Accordion_Header:hover {
    background: url("../../Images/Layout/LifePKO/bgAccordionHeader1.png") no-repeat scroll 925px center red;
    color: #fff;
}

.MyPayments_Accordion_Content {
}

.MyPayments_Accordion_Content > .saldo {
    font-weight: bold;
    margin-top: 5px;
    text-align: right;
}

.MyPayments_Accordion_Content table {
    border-top: medium none;
    border-right: medium none;
    border-left: medium none;
    border-bottom: 2px solid #ccc;
    font-size: 11px;
    width: 100%;
}

.MyPayments_Accordion_Content table td {
    background: none repeat scroll 0 0 #EEEEEE;
    border-right: 1px solid #ccc;
    border-left: medium none;
    border-bottom: 1px solid #fff;
    padding: 1px 3px;
}

.MyPayments_Accordion_Content table td:last-child {
    border-right: medium none
}

.MyPayments_Accordion_Content table th {
    border: medium none;
    height: 30px;
}

.MyPayments_Accordion_Header_Account {
    display: inline-block
}

.MyPayments_Accordion_Header_Tu {
    display: inline-block;
    width: 250px;
}

.MyPayments_Accordion_Header_PolicyType {
    display: inline-block;
    width: 240px;
}

#LeftTree {
    display: inline-block;
    width: 205px;
    margin: 20px 10px 0 0;
}

#RightTree {
    display: inline-block;
    width: 510px;
    margin: 20px 0 0 10px;
}

.floatingDiv {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.floatingDivButtonBar {
    margin: 0 auto;
    padding: 10px;
    text-align: right;
    width: 750px;
}

.buttonouterdiv.saveChangesButton,
.buttonouterdiv.backToListButton2 {
    display: inline-block;
    margin: 5px;
}

.topmenuVersion {
    display: none
}

.insuranceDataClass,
.personalDataClass,
.addressDataClass,
.partnerDataClass,
.salariedClass,
.permissionsClass {
    clear: left;
    /* background: #f6f6f6; */
    border: 1px solid #ddd;
    padding-bottom: 10px;
}

.insuranceDataClass > legend {
    display:none;
}

.annexChanges {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 25px;
}

.field.checkBoxDiv.annexChanges {
    margin-right: 20px !important;
    font-weight: bold;
    width: 100%;
}

.field.checkBoxDiv.annexChanges input[type="checkbox"] {
    margin-top: 7px !important;
    float: left;
    transform: scale(1.2);
}

.field.checkBoxDiv.annexChanges label {
    margin-top: 4px;
    font-size: 14px;
    display: block;
}

.claimWartaOuterDiv {
    color: red;
    font-size: 16px;
    margin-bottom: 70px;
}

.claimMainDiv {
    padding-left: 10px;
}

.claimTitle {
    font-size: 16px
}

.claimOuterDiv {
    margin-left: 20px;
}

.claimInnerDivUpper {
    line-height: 30px;
}

.claimInnerDivUpper ul {
    padding-left: 20px;
}

.claimInnerDivLower {
    margin-top: 20px;
}

body.LoginPage .lifeLDescription.statementMessage {
    color: #dd0000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 460px;
    top: -32px;
    left: 85px;
}

.DocButton {
    background: url("../../images/Layout/Buttons/pdf.png") no-repeat scroll center top;
    margin: 7px 7px 0;
    text-align: center;
}

.DocButton a:link,
.DocButton a:visited {
    color: #00437d;
    display: block;
    font-size: 9px;
    font-weight: bold;
    padding: 30px 0 0;
    text-decoration: none;
}

.ActiveListEmpPara,
.insuranceListTitle,
.InActiveListEmpPara,
.content2.listadokumentow h4,
.content2.listadokumentowanulowanych h4 {
    color: #082C50;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
}


/*----------------------- VALIDATION ----------------------------------------------------*/

.formvalidation_validationpanel {
    visibility: hidden;
    position: relative;
}

.formvalidation_fieldError,
.formvalidation_fieldFatalError {
    border: 1px solid red !important
}

.field.checkBoxDiv  span.formvalidation_fieldError input {
    outline: 1px solid red
}

.validation {
    right: 10px;
    max-width: 300px;
    position: fixed;
    top: 100px;
    z-index: 30;
}

.validation .validationstatus .outerValidationDiv .innerValidationDiv .validationstatus {
    padding: 10px;
    background-image: url("../../../Images/GSBenefits/Background/BUTTON_bg_red.png");
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #940000;
    border-top: 1px solid #ff6c6c;
    border-left: 1px solid #d33636;
    border-right: 1px solid #7e0000;
    border-bottom: 1px solid #3e0000;
    color: white;
    text-align: center;
}

.ValidationMessages {
    background: red;
    border: 1px solid rgba(0,0,0,0.3);
    color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3), 0px -20px 20px rgba(0,0,0,0.2) inset;
    position: fixed;
    right: 20px;
    top: 10%;
    width: 250px;
    padding: 5px;
    font-size: 11px !important;
    z-index: 999;
}

.ValidationMessages tr {
    border-top: 1px dashed rgba(0,0,0,0.3)
}

.ValidationMessages:before {
    content: "Uwaga: ";
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.ValidationMessages td.punctor {
    text-align: center
}

.ValidationMessages td.punctor:after {
    content: "!";
    font-weight: bold;
}

/*----------------------- VALIDATION -END ------------------------------------------------*/





/*----------------------- BUTTONBAR START ------------------------------------------------*/

.buttonbar {
    position:fixed;
    bottom: 42px;
    left:0;
    width:100%;
    background: #e6e6e6;
    padding: 0 calc(50% - 500px);
    z-index: 9;
}

.buttonbar .buttonouterdiv {
    margin: 0 4px 0 0;
    float: left;
}

.buttonbar .buttonouterdiv .buttoninnerdiv {
    
}

.buttonbar .buttonouterdiv .buttoninnerdiv a {
}

.buttonbar .buttonouterdiv .buttoninnerdiv a img {
    display: none;
}

.buttonbar .buttonouterdiv .buttoninnerdiv a span {
    font-size: 12px;
    color: #fff;
    background: #00a97e;
    padding: 10px;
    line-height: 36px;
}

.buttonbar .buttonouterdiv .buttoninnerdiv a span:hover {
    background: #082c50;
}

/*----------------------- BUTTONBAR END ------------------------------------------------*/


/*----------------------- TABS START ------------------------------------------------*/

html .ajax__tab_xp {
    
}

    html .ajax__tab_xp  .ajax__tab_header {
        background:none;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 3px solid #082c50;
        margin-bottom: 12px;
       }

        html .ajax__tab_xp  .ajax__tab_header .ajax__tab_active {
            
        }
    
            html .ajax__tab_xp  .ajax__tab_header .ajax__tab_outer,
            html .ajax__tab_xp  .ajax__tab_header .ajax__tab_outer .ajax__tab_inner,
            html .ajax__tab_xp  .ajax__tab_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
                background: none;
                padding: 0;
                height: auto;
                width: auto;
            }

                html .ajax__tab_xp  .ajax__tab_header .ajax__tab_outer .ajax__tab_inner {
                    
                }

                    html .ajax__tab_xp  .ajax__tab_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
                        background: #00a97e;
                        color: #fff;
                        padding: 10px;
                        text-transform: uppercase;
                       }

                    html .ajax__tab_xp  .ajax__tab_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab,
                    html .ajax__tab_xp  .ajax__tab_header .ajax__tab_hover .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
                        background: #082c50;
                    }

    html .ajax__tab_xp  .ajax__tab_body {
        
    }

        html .ajax__tab_xp  .ajax__tab_body  .ajax__tab_panel {
            
        }

            html .ajax__tab_xp  .ajax__tab_body  .ajax__tab_panel .tabstyle {
                
            }

                html .ajax__tab_xp  .ajax__tab_body  .ajax__tab_panel .tabstyle .ajax__tab_header {
                    border: none;
                }

                html .ajax__tab_xp  .ajax__tab_body  .ajax__tab_panel .tabstyle .ajax__tab_header .ajax__tab_outer {
                    
                }

                html .ajax__tab_xp  .ajax__tab_body  .ajax__tab_panel .tabstyle .ajax__tab_header .ajax__tab_outer .ajax__tab_inner {
                    
                }

                html .ajax__tab_xp  .ajax__tab_body  .ajax__tab_panel .tabstyle .ajax__tab_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
                    color: #000;
                    padding: 10px 10px 3px 10px;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                html .ajax__tab_xp  .ajax__tab_body  .ajax__tab_panel .tabstyle .ajax__tab_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab,
                html .ajax__tab_xp  .ajax__tab_body  .ajax__tab_panel .tabstyle .ajax__tab_header .ajax__tab_hover .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
                    background: transparent;
                    border-bottom: 3px solid #082c50;
                }


/*----------------------- TABS END ------------------------------------------------*/
                        
                        
/*----------------------- DHTMLX START --------------------------------------------*/

html .GenericListWithFilter,
html .content2.listadokumentow,
html .content2.listadokumentowanulowanych {
    margin-bottom:50px;
}

html div.gridbox table.obj tr.rowselected {
    background-color:#eee;
}

html div.gridbox table.obj tr.rowselected td.cellselected,
html div.gridbox_dhx_terrace table.obj.row20px tr.rowselected td,
html div.gridbox table.obj td.cellselected {
    background-color:transparent;
}
    
    
    
html .GenericListWithFilter .DHTMLXGenericListClass div.gridbox .xhdr {
    background:transparent;
    border: none;
}

html .GenericListWithFilter .DHTMLXGenericListClass div.gridbox table.hdr,
html .GenericListWithFilter .DHTMLXGenericListClass div.gridbox table.obj {
    padding:0 !important;
    width:100% !important;
}

html .GenericListWithFilter .DHTMLXGenericListClass div.gridbox table.hdr td {
    background:transparent;
    border: none;
    border-bottom: 2px solid #082c50;
    font-size: 11px;
    font-weight: bold;
    text-align:left;
}

html .GenericListWithFilter .DHTMLXGenericListClass div.objbox .xhdr {
    background:transparent;
    border: none;
}

html .GenericListWithFilter .DHTMLXGenericListClass div.gridbox table.obj td {
    background:transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 4px;
    font-size: 11px;
}

html .paginationDiv {
    margin-top:10px;
}

html .paginationDiv .prevBtn,
html .paginationDiv .currentPageLbl,
html .paginationDiv .nextBtn {
    margin:0 8px 0 0;
}

.addChoosePersonDiv table.obj {
    width:100% !important;
}

/*----------------------- DHTMLX END --------------------------------------------*/





/*----------------------- WAIT START --------------------------------------------*/

.blockUI.blockMsg {
    opacity:1 !important;
    outline:none !important;
}

.blockUI.blockOverlay {
    background:#fff !important;
    opacity:0.66 !important;
}

.masterupdatestyle,
.blockUI.blockOverlay {
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.66);
    top:0px;
    left:0px;
    z-index:99;
}

.masterupdateinnerstyle,
.blockUI.blockMsg {
    margin: 0 !important;
    top: calc(50% - 2em)!important;
    left: calc(50% - 2em)!important;
    font-size: 10px;
    position: fixed !important;
    text-indent: -9999em;
    /*border-top: 1.1em solid rgba(0, 169, 126, 0.1) !important;
    border-right: 1.1em solid rgba(0, 169, 126, 0.1) !important;
    border-bottom: 1.1em solid rgba(0, 169, 126, 0.1) !important;
    border-left: 1.1em solid rgba(0, 169, 126, 1) !important;*/
    border-top: 1.1em solid rgba(8, 44, 80, 0.1) !important;
    border-right: 1.1em solid rgba(8, 44, 80, 0.1) !important;
    border-bottom: 1.1em solid rgba(8, 44, 80, 0.1) !important;
    border-left: 1.1em solid rgba(8, 44, 80, 1) !important;
    background:transparent !important;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.masterupdateinnerstyle img {
    display:none;
}

.masterupdateinnerstyle,
.masterupdateinnerstyle:after,
.blockUI.blockMsg,
.blockUI.blockMsg:after {
    content:"";
    border-radius: 50%;
    width: 4em !important;
    height: 4em !important;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ChangePasswordControl
{
    width: 75%;
    display: block;
    margin: auto;
}

.ChangePasswordHeader
{
    color: #00a97e;
    margin: 0px 0px 50px 0px;
    display: block;
    font-size: 16px;
    text-align: center;
}

.ChangePasswordTextBox
{
    width: 200px;
}

.ChangePasswordLabel
{
    font-size: 14px;
    display: inline-block;
    width: 250px;
}

.TextBoxContener
{
    margin: 10px;
}

.ChangePasswordErrorMessage
{
    display: block;
    color: Red;
    font-size: 16px;
    margin: 10px 0px 0px 0px
}

.ChangePasswordFormContainer
{
    margin: auto;
    width: 65%;
}

.ChangePasswordButtonContainer
{
    display: inline-block;
    position: relative;
    left: 72%;
}

.useMyPersonalData
{
    font-size: 14px;
    width: 300px;
}


/*----------------------- WAIT END --------------------------------------------*/

.ActiveListEmp
{
    font-size: 14px;
}

.ImportantInfo
{
    display: none;
    color: red;
    font-size: 16px;
}

.HideFirstRow tr:nth-child(2)
{
    display:none;
}

.insuranceDrugComplex
{
    text-align: center;
}

.insuranceDrugSection .insuranceDrugComplex 
{
    width: 980px
}

.insuranceDrugSection .insuranceDrugComplex th {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: none;
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #082c50;
    color: #555;
    font-size: 11px;
    min-width: 60px;
    text-align: center;
    padding: 5px 0;
}

.insuranceDrugSection .insuranceDrugComplex td {
    background: #fff;
    border-top: 1px dotted #aaa;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    border-bottom: 1px dotted #aaa;
    color: #000;
    font-size: 11px;
    text-align: center;
}

.insuranceDrugSection legend {
    display: none
}

.insuranceDrugSection .addNewButton,
.insuranceDrugSection .addElement,
.insuranceDrugSection .cancelModificationElement
{
    margin-bottom: 10px;
}

.lifeEmailPasswordReminder,
.lifeCaptchaPasswordReminder,
.lifeButtonsPasswordReminder,
.CorrectPasswordChangedInformation,
{
    width: 100%;
    font-size: small;
    display: inline-block;
}

.leftPanelPasswordReminder
{
    width: 40%;
    margin-left: 24px;
    float:left;
}

.rightPanelPasswordReminder
{
    width: 40%;
    margin-left: 5%;
    float: left;
}

.lifeButtonsPasswordReminder
{
    margin-top: 25px;
    text-align: center;
}

.buttonPasswordReminder
{
    width: 200px !important;
}

.errorUnderTextBoxPassowordReminder
{
    clear:both;
    display:block;
    margin-top: -10px;
    float:left;
    color: Red;
}

.secondErrorUnderTextBoxPassowordReminder
{
    clear:both;
    display:block;
    margin-top: -17px;
    float:left;
    color: Red;
}

.CorrectPasswordChangedInformation {
	font-size: 16px;
    text-align: center;
    margin-top: 75px;
    padding: 0 24px;
}

body.LoginPage .lifeNewUserTDCorrect
{
    background: #fff;
    border: 1px solid #DDDDDD;
    height: 275px;
}

/*------------------------- DEBUGGER START -------------------------------*/

#debugger
{
    padding-bottom: 100px;
}

/*------------------------- DEBUGGER END ---------------------------------*/