﻿
/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWebBold';
    src: url('fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         /*url('fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


body {
    background-color: #f0f0f0;
    color: #444;
    font-family: "latoregular",Helvetica,Arial,sans-serif !important;
    font-size: 16px;
    //line-height: 1.42857;
    margin: 0;
}

body > header {
    padding-top: 10px;
    position: relative;
    z-index: 5;
}
* {
    box-sizing: border-box;
}
.container{
    max-width:1156px;
    

}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.DivWClear
{
    clear: both;
}

.row
{
    margin-left:-8px;
    margin-right:-8px;
    margin-top:10px;
}
.row::before, .row::after {
    content: " ";
    display: table;
}
*::before, *::after {
    box-sizing: border-box;
}
.row::after {
    clear: both;
}


#slogo {
    float: left;
    padding: 0 15px;
}
#slogo {
    margin-bottom: 0;
    padding: 0 15px;
    text-align: center;
   
}

p {
    margin: 0 0 10px;
}

a {
    transition: all 700ms ease 0s;
}
a {
    color: #444;
    text-decoration: none;
}
a {
    background-color: transparent;
}

img {
    vertical-align: middle;
}
img {
    border: 0 none;
}
img {
    border: 0 none;
}

#sidebar-header {
    float: right;
    margin-top: 10px;
    margin-right:10px;
}
#sidebar-header {
    overflow: hidden;
    text-align: center;
}

#sidebar-header > aside {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
}
#infolinia {
    font-size: 20px;
}
#infolinia > a::before {
    bottom: 4px;
    /*content: "";*/
    display: inline-block;
    font: 30px/18px FontAwesome;
    left: 0;
    padding: 0 5px;
    position: absolute;
    text-rendering: auto;


}

#infolinia > a {
    display: block;
    line-height: 18px;
    padding-left: 34px;
    position: relative;
}
#infolinia span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}


rticle, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
#tmenu-wr {
    clear: both;
    color: #fff;
    //font-size: 16px;
    font-family:"LatoWebBold";
    height: 45px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1000;
}
#tmenu-wr {
    //padding: 0 15px;
}
#tmenu-wr a.lhome::before {
    content: "";
    display: inline-block;
    font: 1.5em/44px FontAwesome;
    height: 44px;
    text-align: center;
    text-rendering: auto;
    width: 44px;
}

#tmenu-wr a.lhome {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 44px;
    width: 44px;
}
#tmenu-wr
{
    //background-image: linear-gradient(#273f95, #1a2a64);
    //background-size: 100% auto;
}
 
#tmenu-wr a {
    color: #fff;
}
a.lhome {
    margin-right: 10px;
}

#tmenu-wr .namehome
{
    font-size:20px;
    margin:5px;
    line-height:43px;
}


#NagBelkaLeft {
    float: left;
}
#NagBelkaRight {
    float: right;
}

#infolinia
{
    background-image:url("../Images/tel.png");
    background-repeat: no-repeat;
    background-position: -5px center; 
}


.TabCaintainer
{
    margin-top:30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom:5px;
}




ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
     background-image: linear-gradient(#273f95, #1a2a64);

     
}
 

    ul.topnav li {
        float: left;
    }

        ul.topnav li > a::before {
            background: #fff none repeat scroll 0 0;
            content: " ";
            display: inline-block;
            height: 14px;
            position: relative;
            right: 17px;
            top: 2px;
            width: 2px;
        }

         ul.topnav li > a::before {
            background: #fff none repeat scroll 0 0;
            content: " ";
            display: inline-block;
            height: 14px;
            position: relative;
            right: 17px;
            top: 2px;
            width: 2px;
        }

            ul.topnav li:first-of-type  > a::before{
                display: none;
            }

        ul.topnav li a {
            display: inline-block;
            color: #f2f2f2;
            text-align: center;
            padding: 12px 16px 8px 16px;
            text-decoration: none;
            transition: 0.3s;
            font-size: 17px;
        }

            ul.topnav li a:hover {
                 background-image: linear-gradient(#203379, #131f48);
            }

        ul.topnav li.icon {
            display: none;
        }

  ul.topnav li a img{
      height:22px;
      margin-right:7px;

  }

  /*koniec nagłówek*/

  .log_box{
      padding:20px 35px;
     
  }
  .log_row{
      width:100%;
      margin: 10px 0;
  }
  .log_row > .logTB{
      width:100%;
  }

  .log_row > .BtnLogLeft{
      float:left;
      margin-right: 1%;
      width: 49%;
  }

  .log_row > .BtnLogRight{
      float:right;
      margin-left: 1%;
      width: 49%;
  }

  .log_row > .log_link {
      width:100%;
      text-align:right;
      margin-top:10px;
  }
   .log_row > .log_link span {
      text-decoration:underline;
      color:#444;
      margin-right:20px;
      font-size:12px;
      cursor:pointer;
  }
  #container_left{
      float:left;
      width:55%;
      position: relative;
  }
  #container_right{
      float:right;
      width:45%;
  }

#container_left > .eBOKwelcome {
    position:absolute;
    top:150px;
    left:10px;
    width: 40%;
}

#container_left > .eBOKwelcome_UP {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 30%;
}

#container_left > .bg_eBOK {
     padding-left: 60px;
     width:115%;
}

#container_left > .bg_eBOK_UP {
    padding-left: 60px;
    width: 100%;
}
  #tabStrip_box{

     padding-top:100px;
      padding-right:50px;
  }

  /*mod kontrolek*/

.k-button {
    background: none;
    /*background-color:#ED7618 !important;*/
    background-color: #e40613 !important;
    background-image: none !important;
    color: white !important;
    height: 40px;
}

    .k-button:hover {
        /*background-color:#ED7618 !important;*/
        background-color: #b2050f !important;
        color: white !important;
    }

.DarkButton > .k-button{
    background:none;
    background-image: linear-gradient(#273f95, #1a2a64)!important;
    color:white;
}
.DarkButton > .k-button:hover{
    background-image: linear-gradient(#203379, #131f48);
    color:white;
}

.k-textbox{
    height:40px !important;
    border-radius: 0 !important;
  
}

.icon_login{
    background-color: #f0f0f0 !important;
    background-image: url("../Images/icon_profile.png") !important;
    background-repeat: no-repeat !important;
    padding-left: 30px !important;
    background-position: 10px 10px !important;
    
}
.icon_passowrd{
    background-color: #f0f0f0 !important;
    background-image: url("../Images/icon_lock.png") !important;
    background-repeat: no-repeat !important;
  padding-left: 30px !important;
    background-position: 10px 10px !important;
}


.k-tabstrip {
    border: none !important;
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
    /*border-bottom-color: #ED7618 !important;*/
    border-bottom-color: #e40613 !important;
}

 

.k-tabstrip-items li, .k-tabstrip-items
{
   
     background: #f0f0f0 none repeat scroll 0 0 !important;
     border-style:none !important;
}
.k-tabstrip-items li span
{
     color: #444  !important;
}
.k-tabstrip-items li.k-state-active
{
     background: white none repeat scroll 0 0 !important;
}
.k-tabstrip-items li.k-state-active span
{
     color: #273f95  !important;
}

.k-tabstrip > .k-content {
    overflow:unset;
     border: none !important;
}

.k-tabstrip > .k-content{
    border-style: none !important;
    margin: 0px;
    padding: 1px;
    background-color: white !important;
    border-left:none;
    border-right:none;
    border-bottom:none;

 
    
}
.k-block > .k-header, .k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-items .k-link {
    border-radius: 0  !important;
}
.k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item {
    border-style: none !important;
  
}
.k-widget, .k-block, .k-inline-block, .k-draghandle {
    
}
.k-tabstrip-items {
    padding: 0 !important;
  
}
.k-tabstrip-items .k-state-default, .k-ie7 .k-tabstrip-items .k-state-default, .k-state-default:hover, .k-tabstrip-items:hover, .k-tabstrip-items:hover {
      border-color: transparent !important;
}
 

.k-tabstrip-items > .k-state-hover 
{
     border-style: none !important;
     border-top-color: #ED7618 !important;
     border-top-style:solid!important;
     border-top-width:1px!important;
 
}
    




.k-tabstrip-wrapper{
    min-width:340px !important;
}

  /*koniec mod kontrolek*/

.demo {
    text-align: left;
    padding-top: 20px;
}

.demo a{
    text-decoration: underline;
    color: #273f95;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (min-width: 679px) and (max-width: 800px) {

    #container_left {
        float: none;
        width: 100%;
    }
    #container_right {
        float: none;
        width: 100%;
    }

    #container_left > .bg_eBOK {
        display: none;
    }
    #container_left > .bg_eBOK_UP {
        display: none;
    }
    #container_left{
        text-align:center;

    }
    /*#container_left > .eBOKwelcome {
       margin-top:15px;
       margin-bottom:15px;
       position: initial;
       height:70px;
       width: auto;
    }*/
    #tabStrip_box{
        padding:0;
    }

}

@media screen and (max-width:680px) {

    #slogo, #sidebar-header, #NagBelkaLeft, #NagBelkaRight
    {
        float:none;
        display:block;
    }
    #sidebar-header
    {
        margin:0;
        margin-bottom:10px;
    }


    #container_left {
        float: none;
        width: 100%;
    }
    #container_right {
        float: none;
        width: 100%;
    }

    #container_left > .bg_eBOK {
        display: none;
    }
    #container_left > .bg_eBOK_UP {
        display: none;
    }
    #container_left{
        text-align:center;

    }
    /*#container_left > .eBOKwelcome {
       margin-top:15px;
       margin-bottom:15px;
       position: initial;
       height:70px;
       width: auto;
    }*/
    #tabStrip_box{
        padding:0;
    }
}

@media screen and (max-width:680px) {
    ul.topnav li:not(:first-child) {
        display: none;
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }

    ul.topnav li > a::before {
        background: none;
    }
}

@media screen and (max-width:680px) {
    ul.topnav.responsive {
        position: relative;
    }

        ul.topnav.responsive li.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        ul.topnav.responsive li {
            float: none;
            display: inline;
        }

            ul.topnav.responsive li a {
                display: block;
                text-align: left;
            }

    ul.topnav.responsive li > a::before {
        background: none;
    }




    /*.k-tabstrip-items .k-item
    {
        display: block;
        float: left;
        width: calc(100% );
        
        text-align: center !important;
    }*/
}

.k-header{
    background-color:white !important;
}

.isk{
    float:right;
}

.isk span{
    float:left;
    padding:11px 0;
}

.isk a{
    float:left;
}

#slogo img{
    width:100%;
    height:auto;
    max-width:250px;
}


.lang {
    float: left;
    padding: 5px 0px;
    /*  margin: 0 10px;*/
    font-size: large;
    font-weight: bold;
    cursor: pointer;
    color: white;
    /*background:*/ /*#127dba*/ /*#27ae60;*/
    /* width: 60px;*/
}

    .lang:hover {
        /*background-color:*/ /*#2a99d8*/ /*#2ecc71;*/
    }

.lang_menu {
    display: none;
    position: absolute;
    top: 47px;
    /* width: 60px;*/
    /*  margin: 0 10px;*/
    /*background-color:*/ /*#127dba*/ /*#27ae60;*/
    /* left: 20px; */
    color: white;
    text-align: center;
    z-index:2000;
}

    .lang_menu ul {
        margin: 0;
        padding-left: 0;
        list-style: none;
        background-color: #f0f0f0;
    }

    .lang_menu li {
        /* padding: 15px 0;*/
        cursor: pointer;
        color: black;
    }

        .lang_menu li a {
            color: white;
        }

        .lang_menu li:hover {
            /*background-color:*/ /*#2a99d8*/ /*#2ecc71;*/
        }

        .lang_menu li div {
            width: 130px;
            height: 50px;
            position: relative;
            margin-top: 5px;
            padding: 0px 10px;
        }

            .lang_menu li div img {
                position: absolute;
                left: 7px;
            }

            .lang_menu li div span {
                position: absolute;
                top: 7px;
            }



@media screen and (max-width: 1100px) {
    .log_box {
        padding: 20px;
    }
}

@media screen and (max-width: 800px){
    #container_left > .eBOKwelcome {
       margin:15px auto;
       position: initial;
       width: 40%;
    }
}

@media screen and (max-width: 800px) {
    #container_left > .eBOKwelcome_UP {
        margin: 15px auto;
        position: initial;
        width: 40%;
    }
}

@media screen and (max-width: 500px) {
    .log_box{
        padding:20px;
    }

    .k-tabstrip-wrapper{
        min-width:0 !important;
    }

 
}

@media screen and (max-width: 400px) {
    .log_row > .BtnLogLeft,
    .log_row > .BtnLogRight{
        width:100%;
        margin: 5px 0;
    }
     #container_left > .eBOKwelcome {
      
       width: 40% !important;
    }

    #container_left > .eBOKwelcome_UP {
        width: 40% !important;
    }
}



@media screen and (max-width: 799px) {
     #container_left > .eBOKwelcome {
      
       width: 25%;
    }

    #container_left > .eBOKwelcome_UP {
        width: 25%;
    }
}

 
