@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
    font-family: "Roboto";
    font-size: 14px;
    margin: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    background-color: #003366;
    border: none;
    overflow: hidden;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    right: 0px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.7);
    background-color: #003366;
    z-index: 999;
}

.navbar-inverse .navbar-brand {
    background-image: url('../img/logo.png');
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: 5px 2px;

    padding-left: 60px;
    color: white;
}

.header-title {
    color: #fff;
    font-size: 20px;
    padding: 11px 0px 8px 70px;
}

.content {
    z-index: 1;
    position: absolute;
    top: 50px;
    bottom: 30px;
    left: 0px;
    right: 0px;
    overflow: auto;
    padding: 16px;
    padding-bottom: 32px;
    background: #dee8f3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #3f4c6b, #dee8f3);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #3f4c6b, #dee8f3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+,*/
    transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}

.content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

.content::-webkit-scrollbar {
    width: 24px;
    background-color: transparent;
}

.content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(25, 98, 162, 0.5);
}

.content::-webkit-scrollbar-thumb:active {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(0, 103, 193, 0.71);
}

.content::-webkit-scrollbar-corner {
    background-color: transparent;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.panel-hotfix {
    margin: 20px;
}

.pcdoktor-logo {
    z-index: 3;
    background-image: url('../img/pcdoktor.png');
    background-repeat: no-repeat;
    height: 100px;
    width: 300px;
    margin: 5px;
}
.amicus-logo {
    z-index: 3;
    background-image: url('../img/amicus.png');
    background-repeat: no-repeat;
    height: 100px;
    width: 300px;
    margin: 5px;
}
.pcdent-logo {
    z-index: 3;
    background-image: url('../img/pcdent.png');
    background-repeat: no-repeat;
    height: 100px;
    width: 300px;
    margin: 5px;
}
.pcdoktor-info {
    width: 300px;
    background: rgba(255, 255, 255, 0.2);
    margin: 5px;
}

.pcdoktor-download {
    width: 300px;
    height: 40px;
    background: #4066a2;
    margin: 5px;
    color: white;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
    transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    background-image: url("../img/download-icon.png");
    background-repeat: no-repeat;
    background-position: 260px -50px;
}

.pcdoktor-download:hover {
    background: #2b69cb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 00, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.7);
    background-position: 260px center;
    background-image: url("../img/download-icon2.png");
    background-repeat: no-repeat;
}

.nis-logo {
    z-index: 3;
    background-image: url('../img/nis.png');
    background-repeat: no-repeat;
    height: 100px;
    width: 300px;
    margin: 5px;
}

.pcdoktor-info table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.pcdoktor-info table td {
    padding: 3px 10px;
}

.pcdoktor-infotable tbody td {
    color: #00496B;
    border-left: 1px solid #E1EEF4;
    font-size: 12px;
    font-weight: normal;
}

.td-right {
    text-align: right;
    color: #fff;
}

.hotfix-content {
    min-width: 350px;
}

.hotfix-content-title {
    background: #0076b9;
    color: white;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

.hotfix-content-list {
    background: #fff;
    padding: 0;
    font-size: 13px;
    max-height: 200px;
    transition: all 0.5s ease-out;
    overflow: hidden;
}


/* když bude text n více řádků, tak aby nebyl pod bullet */

ul li {
    list-style-position: outside;
    margin-left: 1em;
    margin-right: 2em;
}

.hotfix-content-list li:hover {
    background: #f0f9ff;
}

.hotfix-content-more {
    background: #ccecff;
    color: #0076b9;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
}

#content-list {}

#list-more-btn {}

.hotfix-supp {
    min-width: 350px;
}

.hotfix-supp-title {
    background: #94c11c;
    color: white;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 20px;
}

.hotfix-supp-list {
    background-color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: auto;
    margin: 0px auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.supp-item {
    background: #4066a2;
    margin: 10px 8px 10px 8px;
    padding-top: 10px;
    min-width: 280px;
    max-width: 280px;
    height: 120px;
    text-align: left;
    vertical-align: middle;
    line-height: 25px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url("../img/download-icon.png");
    background-repeat: no-repeat;
    background-position: 220px -50px;
}

.supp-item:hover {
    background: #2b69cb;
    line-height: 25px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 00, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.7);
    background-position: 220px center;
    background-image: url("../img/download-icon2.png");
    background-repeat: no-repeat;
}

.supp-item-title {
    color: white;
    font-size: 18px;
}

.supp-item-date {
    color: #aaa;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.supp-item-version {
    color: #aaa;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.supp-item-size {
    color: #aaa;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.supp-item:hover .supp-item-size,
.supp-item:hover .supp-item-version,
.supp-item:hover .supp-item-date {
    color: #ddd;
}
#pcdrnis {
    height: 50px;
}
.loginPanel{
    background-color: white;
    width:400px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.7);
}
.loginPanelTitle{
    padding-top: 20px;
}
.btnlogin {
    font-size: 14px;
    font-family: "Roboto";
    min-width: 88px;
    min-height: 28px;
    border-radius: 2px;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 0 16px 0px 16px;
    vertical-align: middle;
    margin: 10px;
    margin-bottom: 16px;
    background-color: rgba(46, 204, 113, 0.8);
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.btnlogin:hover {
    color: #fff;
    background-color: rgba(46, 204, 113, 1.0);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.7);
}
.loginForm{
    padding: 20px;
}
.serialtxt{
    text-align: center;
}
.error{
    color: #e74c3c;
    margin-bottom: 10px;
}

.pageFooter{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.2), 0 -2px 5px 0 rgba(0, 0, 0, 0.7);
    background-color: #003366;
    z-index: 999;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
}

.noneUpdate {
    padding: 15px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    border: none;
    color: #fff;
    background: #666;
    background-color: rgba(231, 76, 60, 0.7);
    display: block;
}
.kontakt {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin-top: 20px;
    padding: 16px;
}
.kontakt table {
    text-align: center;
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
.kontakt p{
        text-align: center;
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
.kontakt a{
    color: white;
}
.kontakt a:hover{
    color: #003366;
}
.pcdrlogo{
    height: 20px;
    background-image: url("../img/pcdoktor-logo.png");
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: 50%;

}
.pcdentlogo{
    height: 20px;
    background-image: url("../img/pcdent-logo.png");
    background-size: 116px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.amicuslogo{
    height: 20px;
    background-image: url("../img/amicus-logo.png");
    background-size: 111px;
    background-repeat: no-repeat;
    background-position: 50%;
}




.supp-item-alt {
    background: #558B2F;
    margin: 10px 8px 10px 8px;
    padding-top: 10px;
    min-width: 280px;
    max-width: 280px;
    height: 120px;
    text-align: left;
    vertical-align: middle;
    line-height: 25px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url("../img/download-icon.png");
    background-repeat: no-repeat;
    background-position: 220px -50px;
}

.supp-item-alt:hover {
    background: #689F38;
    line-height: 25px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 00, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.7);
    background-position: 220px center;
    background-image: url("../img/download-icon2.png");
    background-repeat: no-repeat;
}

.supp-item-alt-title {
    color: white;
    font-size: 18px;
}

.supp-item-alt-date {
    color: white;
    font-size: 14px;
}

.supp-item-alt-version {
    color: white;
    font-size: 14px;
}

.supp-item-alt-size {
    color: white;
    font-size: 14px;
}
.image-radius              {
	border-radius: 6px;
	
}

.supp-item-alt:hover .supp-item-size,
.supp-item-alt:hover .supp-item-version,
.supp-item-alt:hover .supp-item-date {
    color: #fff;
}