/** pridane dilci styly **/

.btn-light {
    background-color: #daedf0;
}
.btn-submit {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18) inset;
    float: left;
    font-family: 'Ubuntu',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
}

/*
 *	breadcrumb
 */

.breadcrumb {margin: 15px 0 20px; padding: 10px 0 10px 10px !important; color:#c1c1c1; font:400 13px 'Ubuntu',Arial,"Helvetica Neue",Helvetica,sans-serif; }
.breadcrumb a { color:#888; text-decoration: none; }
.breadcrumb a:hover { color:#000; text-decoration: underline; }
.breadcrumb span {font-family: "Couier New",monospaced; font-size:13px;}

.blueheader .row-main { background: #daedf0; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; }
.blueheader .row-main .inner { padding: 20px 20px 0px 20px; }
.blueheader p { font-size: 16px; line-height: 1.6em; }
.blueheader h1 { font-size: 19px; font-weight: 400; padding: 0 0 0px 0; margin: 0; color: #101e41; line-height: 1.5em; }
.blueheader h1.maxi { font-size: 22px; font-weight: 700; }
.blueheader .file { float: right; width: 320px; margin-left: 20px; padding: 6px 10px 10px 10px; }
.blueheader .file p { font:400 16px 'Ubuntu',Arial,"Helvetica Neue",Helvetica,sans-serif; margin: 0; padding: 0 0 10px 0px; color: #163d5f; }

.row,.row-main{position:relative;margin:0;padding:0;zoom:1;}
.row:after,.row-main:after,.row:before,.row-main:before{content:'';display:table;clear:both}
.row-main{margin:0 auto; /*width:990px;*/}
.row-main.content{padding-top:22px}

.col-content, .col-content p, .col-content li{ font-size: 15px; line-height: 1.4em; color: #000; margin: 0; padding: 0px 0px 10px 0px; }
.col-content p.smaller{font-size:12px}
.col-content p.j { text-align: justify; }
.col-content li { list-style: disc; list-style-position: outside; !important; }
.col-content li { padding-left: 5px; padding-top: 0; margin-left: 30px; }
.col-content li.normal { font-weight: normal; }
.col-content p.fa:before { list-style: none; content:"\2714\0020"; color: #008000; font-size: 20px; }
.col-content p.fa {padding-left: 5px; padding-top: 0; margin-left: 30px; font-size: 16px;}
 

.page .col-content h2 { font-size: 18px; color: #4b4b4b; font-weight: 700; padding: 10px 0px 15px 0px; margin: 0;}
.col-content h3 { border-left: 1px solid #ddd; font-size: 18px; color: #163d5f; font-weight: 700; padding: 3px 0px 0px 6px; margin: 12px 0px; text-transform: uppercase;}
.col-content h4 { font-size: 17px; color: #717171; font-weight: 700; padding: 15px 0px 15px 0px; margin: 0;}
.col-content h5 { font-size: 15px; color: #717171; font-weight: 700; padding: 15px 0px 15px 0px; margin: 0;}

h3.references { font-size: 22px; font-weight: 400; margin: 0px 0px 10px 0px; padding: 0px; padding-bottom: 4px; color: #192d57; }
.col-side h3 {  font-size: 22px; color: #192d57; font-weight: 400; padding: 5px 0px 20px 0px; margin: 0 0 0px 0; }

/*
* odkaz v referencich
*/
a.nextref { font-size: 13px !important; color: #000 !important; }
a.nextref:hover { color: #163d5f !important; }
a.nextref strong { padding-left: 10px; font: normal 13px "Courier New"
!important; color: #9a995f !important; }




.pagination {
    margin: 20px 0;
}

.pagination ul {
    background: none;
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
    background: none;
    display: inline;
    padding: 0 !important;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
    text-align: center;
}

.control-group {
    margin: 0 !important;
    padding: 0 !important;
}

legend {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

/*** vlastni radio ***/
/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
.rradio {
    display:none;
    margin:10px;
}

/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
.rradio + label {
    display: inline-block;
    width: 180px ;
    padding: 10px;
    padding-left: 38px;
    margin-right: 5px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
.rradio:checked + label {
    background: #FFBB4D url("https://www.financnik.cz/exe/akademie/img/ok.png")  no-repeat 5px center;

    color: #0f1d3f;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.rwide {
    width: 95% !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{
    height: auto !important;
}

h5 {
    font-size: 20px;
}

.tooltip-inner {
    min-width: 350px !important;
}

/*** XXX ***/


.logo {

    float: left;

    height: 70px;
    /* width: 325px; */
    /*background: #005072;
    position: fixed;*/
    top: 0px;
    left: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
}

.logo img {
    max-width: 130px;
    margin-top: 5px;

}

.header {
    /* background: #005a80; */
    /* height: 80px; */
    /* position: fixed; */
    top: 0px;
    left: 0px;
    /*width: 100%;
    z-index: 9;*/
    padding-left: 130px;
}

.header .title {
    display: block;
}

.header .title {
    padding-left: 50px;
}
.header .flex {
    height: 80px;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.header .log {
    padding-right: 50px;
    position: relative;
}
.header .log .jmeno {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-left: 32px;
    display: block;
    line-height: 1;
    transition: 0.2s ease-out;
}
.header .log .jmeno span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
}
.header .log .jmeno:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    height: 25px;
    width: 25px;
    background: url(/webinar/userfiles/images/icons.png) -73px -1px no-repeat;
    display: block;
}
.header .log .jmeno:hover,
.header .log .jmeno:focus,
.header .log .jmeno:active,
.header .log .jmeno:active:hover {
    color: #c2aa4a;
    transition: 0.2s ease-out;
}
.header .log #accountNav,
.header .log #loginNav {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: white;
    padding: 15px 10px;
    top: 65px;
    right: 0px;
    background: #005a80;
    width: 195px;
}
.header .log #accountNav a,
.header .log #loginNav a {
    color: #fff;
    padding: 5px;
}
.header .log #accountNav a:hover,
.header .log #loginNav a:hover,
.header .log #accountNav a:focus,
.header .log #loginNav a:focus,
.header .log #accountNav a:active,
.header .log #loginNav a:active,
.header .log #accountNav a:active:hover,
.header .log #loginNav a:active:hover {
    color: #c2aa4a;
    text-decoration: none;
}

.notlog:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -2px;
    height: 25px;
    width: 25px;
    background: url(/webinar/userfiles/images/icons.png) -73px -1px no-repeat;
    display: block;
}

.notlog {
    color: #fff;
    padding: 5px;
    font-weight: 400;
    font-size: 14px;
}

.middle-stripe {
    padding-top: 100px;
}

	ul.vlist li {list-style-type: none; }

.video_deactive a, .video_active a {
    position: relative;
    padding-left: 50px;
    display: flex;
    height: 40px;
    align-items: center;
    padding-top: 10px;
}


.video_active a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    height: 34px;
    width: 34px;
    background: url(/webinar/userfiles/images/icons.png) 0px 0px no-repeat;
    display: block;
    background-position: -37px 0px;
}

.video_deactive a:before{
    opacity: 0.4;

    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    height: 34px;
    width: 34px;
    background: url(/webinar/userfiles/images/icons.png) 0px 0px no-repeat;
    display: block;

}


@media screen and (max-width: 768px) {
    .header .title {
        display: none;
    }

    .header .log {
        padding-right: 0px;
        margin-left: 50px;
    }

    .table td  {
        display: block;
    }

    .table2c th  {
        display: inline-flex;
        width: 30%;
    }

    .table2c td  {
        display: inline-flex;
        width: 70%;
    }

    .tablelabel th {
        display: none;
    }

    .tablelabel td {
        width: 100%;
        text-align: right;
    }

    .tablelabel td:last-child {

        margin-bottom: 10px;
    }

    .tablelabel td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;

    }

    .tablenr td {
        display: table-cell;
    }

}

.container {
    width: 100% !important;
}

.middle-stripe {
    padding: 10px;
}

.middle-stripe, .top-stripe, .copyright-stripe {
    max-width: 1200px;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;;
}

.headwrapper {
    background: #1A3659 !important;
}

ul.vlist li { margin-left: 0px !important; padding-left: 0px !important; }