﻿@font-face {
    font-family: 'tstar_czmedium';
    src: url('tstar-mediumcz-webfont.eot');
    src: url('tstar-mediumcz-webfont.eot?#iefix') format('embedded-opentype'), url('tstar-mediumcz-webfont.woff') format('woff'), url('tstar-mediumcz-webfont.ttf') format('truetype'), url('tstar-mediumcz-webfont.svg#tstar_czmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tstar_pro_medium';
    src: url('TSTARPRO-Medium.ttf') format('truetype'),
}

.debug {
    display: none;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

* {
    font-weight: normal;
    font-family: tstar_czmedium;
    font-size: 16px;
}

.closeButton {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url("<%= ResolveClientUrl("~/App_Themes/Elearning/close2.png") %>") no-repeat scroll 0% 0%;
}

img#bg {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

input, textarea {
    background-color: #ededed;
    border: none;
    border-bottom: 1px dashed #227ac2;
    padding: 0 8px;
    height: 28px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.innerFrame {
    padding: 15px;
    border-radius: 5px;
    /*background: #FFF url("App_Themes/Elearning/preload.gif") no-repeat scroll 50% 50%;*/
    border: 3px solid #AAA;
    background-color: #ffffff;
    min-width: 1000px;
    overflow: auto;
}

.mainFrame {
    position: relative;
    opacity: 1;
    display: block;
    padding: 14px 17px;
    z-index: 1100;
    margin: auto;
    display: inline-block;
    text-align: left;
}

a {
    color: #1d74bc;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


.icap {
    padding: 4px 0px 4px 28px;
    margin: 0 14px 0 0;
    background: url(ico.png) no-repeat left center;
}

    .icap.isend {
        background-image: url(sipka_vpravo.png);
    }

    .icap[disabled], .icap.disabled, .icap.aspNetDisabled {
        cursor: default;
        opacity: 0.2;
        color: gray;
    }

        .icap[disabled]:hover, .icap.disabled:hover, .icap.aspNetDisabled:hover {
            text-decoration: none;
        }

.fileico {
    padding: 0px 0 0px 20px;
    margin-top: 5px;
    background: url(fileicons/small/_blank.png) no-repeat left center;
    display: block;
    margin-left: 20px;
}
.icap.iarr-right {
    background-image: url("sipka_vpravo.png");
}

.separator {
    background-color: #e4e4e4;
    width: 4px;
    height: 26px;
    display: inline;
    padding: 2px;
    margin: 0 14px 0 14px;
}

/*External comments*/

table.discussion {
    border-collapse: collapse;
    width: 100%;
}

    table.discussion .icons {
        text-align: right !important;
    }



    table.discussion tr td, table.discussion tr th {
        border-bottom: 1px #e5e5e5 solid;
        background: #f6f6f6 url(coursestdbg.png) repeat-x top;
        padding: 10px 20px;
        color: #575757;
    }

    table.discussion tr.header th {
        background: #ededed none;
        color: #626262;
        line-height: 18px;
        border-top: 4px #1d74bc solid;
        text-align: left;
    }

    table.discussion tr:hover td {
        background-color: #ededed;
    }

    table.discussion tr td:first-child, table.discussion tr th:first-child {
        padding-right: 2px;
    }

    table.discussion tr.footer td,
    table.discussion tr.footer td:hover {
        border-top: 4px #818080 solid;
        border-bottom: none;
        background-color: #fff;
        padding-bottom: 25px;
    }

    table.discussion .caption td, table.discussion tr.caption:hover td {
        xheight: 45px;
        border-bottom: 4px #1d74bc solid;
        color: #1d74bc;
        background: #fff;
    }
.messages {
    border-style: solid;
    border-width: 0px;
    border-color: black;
}

.messageFrame {
    margin: 0 0 10px 0;
    padding: 5px;
}

    .messageFrame .infoPanel {
        border-radius: 5px;
        margin-bottom: 1px;
        padding: 3px 30px 8px 40px;
        background-image: url('DiscussionAvatar.png');
        background-repeat: no-repeat;
        margin-left: 20px;
    }

    .messageFrame .sender {
        color: #029ce2;
        font-weight: bold;
    }

    .messageFrame .time {
        color: #565656;
        font-size: 10px;
    }

    .messageFrame .infoPanel a {
        font-size: 10pt;
    }
.arrow {
    padding: 13px 0px 13px 20px;
    margin: 5px;
    background: url(ico.png) no-repeat left center;
}
    .messageFrame .arrow {
        background-image: url('discussionArrow.png');
        background-position: 20px 0;
        width: 100%;
        height: 15px;
        padding: 0;
        margin: 0;
    }

    .messageFrame .contentPanel {
        padding: 15px;
        min-height: 80px;
        background-color: #efefef;
        position: relative;
        padding-bottom: 35px;
    }

        .messageFrame .contentPanel .buttons {
            position: absolute;
            bottom: 5px;
            right: 5px;
        }

.icod {
    padding: 2px 25px 0 0;
    background-repeat: no-repeat;
}

    .icod.iedit {
        background-image: url('iDiscussionEdit.png');
    }

    .icod.iremove {
        background-image: url('iDiscussionRemove.png');
    }

    .icod.iquote {
        background-image: url('iDiscussionQuote.png');
    }

    .icod.isave {
        background-image: url('icap/isave.png');
    }

    .icod.icancel {
        background-image: url('icap/icancel.png');
    }

.messageFrame .contentPanel .quote {
    padding: 5px;
    background-color: rgba(180,180,180,0.5);
    border-radius: 10px;
}
.discussionInfo {
    border-bottom: 2px #009fe3 solid;
    margin-bottom: 5px;
    color: #565656;
    font-size: 16px !important;
    font-weight: bold;
    padding-bottom: 8px;
    padding-left: 10px;
    text-align: left;
    padding-top: 10px;
}

.icap.iDiscussionBack {
    background-image: url('iDiscussionBack.png');
}

table.discussion .quoteSender {
    text-decoration: underline;
}

table.table thead th:first-child, table.table thead th:first-child *, table.table thead td:first-child * {
    white-space: nowrap;
}

    table.table thead th:first-child input[type=checkbox], table.table thead td:first-child input[type=checkbox] {
        margin-right: 5px;
    }

.discussionPanel p {
    margin: 0;
}

.ico.idiscussionNormal {
    background-image: url('ikony/ms/vyklad.png');
}

.ico.idiscussionLocked {
    background-image: url('zamek_c.png');
}


/*External comments END*/

.infoBoard {
    background-color: #efefef;
    display: block;
    width: 100%;
    height: 80px;
    padding: 10px 10px 10px 60px;
    border: 1px solid #1D74BC;
    box-sizing: border-box;
    border-radius: 20px;
    background-image: url('iinfo.png');
    background-repeat: no-repeat;
    background-position: 20px center;
}
    .infoBoard div span:first-child {
        color: #029ce2;
        width:65px;
        padding-right:10px;
        box-sizing:border-box;
        display:inline-block;
        text-align:right;
        font-weight:bold;
    }