html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

#if1_body {
    background: transparent;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

tr.rowError {
    background: #f8cfdd;
}

td {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

a {
    color: #7A8BA5;
    text-decoration: none;
}

input, textarea, select {
    background: #FDFDFD;
    border: 1px solid #dddddd;
    color: #012351;
    font-size: 14px;
    margin: 0;
    padding: 3px;
}

button {
    background-color: #F0F0F0;
    border-color: #E0E0E0 #E0E0E0 #E8E8E8 #E8E8E8;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    padding: 3px;
}

.pullLeft {
    float: left;
}

.pullRight {
    float: right;
}

.clear {
    clear: both;
}

.click {
    cursor: pointer;
}

.hide {
    display: none;
}

.red-text {
    color: #0077cf;
    font-weight: bold;
}

.gray-text {
    color: #666666
}

/*
 * Headers
 */
.page-header {
    height: 120px;
    background-color: #0077cf;
    color: #ffffff;
    font-family: Calibri, sans-serif;
}

.page-margin {
    width: 20px;
}

.page-header .header {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.page-header .right-header {
    text-align: right;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

/*
 * Breadcrumb and logout
 */
.breadcrumb-scrolled{
    border-right: 1px solid #d1d1d1;
}

.breadcrumbBox{
    overflow: hidden;
}

.page-breadcrumb-container {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background: url('/images/modules/homepage/index/vertical-shadow.png') top left no-repeat;
}

.page-breadcrumb {
    background-color: #f5f5f5;
    height: 48px;
}

.breadcrumb-container {
    display: inline-block;
    width: 100%;
    height: 48px;
}

.breadcrumb-container .breadcrumb-item-home i{
    font-size: 24px;
    color: #CECECE;
}

.breadcrumb-container .breadcrumb-item-home:hover i{
    color: #0077cf;
}

.breadcrumb-container .breadcrumb {
    display: inline-block;
    height: 48px;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
}

.breadcrumb-container .breadcrumb .breadcrumb-item,
.breadcrumb-container .breadcrumb .breadcrumb-separator {
    height: 48px;
    min-width: 20px;
    background: url('/images/modules/homepage/index/breadcrumb.png') left center no-repeat;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.breadcrumb-container .breadcrumb .breadcrumb-item-link a {
    color: #8f8f8f;
}
.breadcrumb-container .breadcrumb .breadcrumb-item-static {
    color: #0077cf;
    font-weight: bold;
}

.logout-container {
    max-width: 80px;
    height: 48px;
}
.logout-container a {
    color: #ffffff;
    font-family: Calibri, sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.logout-container a:hover {
    color: #FF494C;
}

.headerAditionalButtons {
    float: right;
    width: 210px;
}

.headerButtonHelp {
    float: left;
    padding: 2px 0;
}

.headerButtonHelp a {
    color: #222222;
    cursor: pointer;
}

.headerButtonHelp a:hover {
    color: #0077cf;
}

.headerLanguages {
    float: right;
    width: 125px;
    border-left: 1px solid #D1D1D1;
    text-align: center;
    padding: 3px 0;
}

.headerLanguages select {
    width: 90px;
}


/*
 * Page Separator
 */
.page-separator {
    height: 9px;
    background-color: #ffdc00;
}

/*
 * Page Main
 */
.page-main {
    width: 100%;
    height: 100%;
    min-width: 1100px
}

/*
 * Page Footer
 */
.page-footer {
    color: #9c9c9c;
    font-size: 11px;
    text-align: right;
    padding-right: 25px;
    padding-bottom: 15px;
}

td.middle {
    background-image: url("/images/myTheme/indent1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background: #ffffff;
}

#logowanieHeaderInfo {
    color: #CDCDCD;
    font-family: Arial;
    font-size: 13px;
    margin: 3px 0 0 20px;
    margin-left: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.logowanieHeaderInfoGrupa {
    float: left;
    padding-right: 30px;
}

.logowanieHeaderInfoGrupaSpec {
    color: #DEF7F6;
}

a.showBox {
    cursor: pointer;
}

a.showBox .pass, .showBox:hover .act {
    display: block;
}

a.showBox .act, .showBox:hover .pass {
    display: none;
}

/*
 * Menu
 */
.homepageContentMenuSeparator {
    background: url("/images/myTheme/homepage/menu_separator.png");
    height: 1px;
    width: 221px;
}

.homepageContentMenuBottom {
    background: url("/images/myTheme/homepage/menu_cien.png");
    height: 9px;
    width: 221px;
}
/*
 * Usable
 */
.logowanieClear, .homepageClear, .clear {
    clear: both;
}
/* Buttons */
.homepageButtonPass {
    cursor: pointer;
}

.homepageButtonAct {
    display: none;
}

blockquote {
    font-size: small;
    padding: 0.5em 0 0.5em 30px;
}

blockquote a {
    font-size: small;
}

blockquote.before a {
    color: black;
    text-decoration: underline;
}

blockquote.before {
    background-image: url("/images/blockquote_bg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    display: none;
    padding: 0 0 0 20px;
}

blockquote.note {
    background-color: #EEEEEE;
    background-image: url("/images/myTheme/info.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    min-height: 0;
    padding: 15px 5px 15px 45px;
}

blockquote.note_question {
    background: url("/images/big/help.png") no-repeat scroll 5px 10px
        #FFFEA4;
    border: 1px solid #D9D9D9;
    color: red;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 35px;
    padding: 0.8em 0.8em 0.8em 45px;
}

blockquote.note a {
    font-size: inherit;
    font-weight: bold;
}

.limiter blockquote.note_error {
    background: url("/images/big/messagebox_warning.png") no-repeat 15px
        center #f8cfdd;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 5px 0;
    padding: 15px 15px 15px 65px;
}

.dialogboxTable blockquote.note_error, blockquote.note_error {
    background: url("/images/big/messagebox_warning.png") no-repeat 15px
        center #f8cfdd;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 5px 0;
    padding: 15px 15px 15px 65px;
    text-indent: 0;
}

blockquote.note_error .header {
    color: #b6204e;
    padding: 0 0 3px 0;
    font-size: 14px;
}

.rowError {
    background: #f8cfdd;
}

blockquote.note_critical {
    background: url("/images/big/stop_ani.gif") no-repeat scroll 5px 10px
        #EEEEEE;
    border: 1px solid #9D0000;
    color: #9D0000;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin: 15px 10px;
    min-height: 50px;
    padding: 0.8em 5px 0.8em 60px;
}

blockquote.note_critical b {
    color: #FF0000;
    font-size: 13px;
    font-weight: bolder;
    line-height: 16px;
}

blockquote.note_critical a {
    font-size: 11px;
}

.note_line {
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px;
}

.progressbarInner {
    background: url("/images/myTheme/homepage/start/bg_progressbar.png")
        repeat-x scroll 0 0 transparent;
}

.progressbarOuter {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    padding: 1px;
}

.progressbarText {
    color: #82B1DD;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}

.prototype_tooltip {
    background-color: white;
    border: 2px solid #9B0000;
    margin: 0;
    padding: 6px;
}
/*
 * Three piece buttons
 */
.backButtonBar {
    float: left;
}

.threePieceButton td {
    font-size: 10px;
}

a .threePieceButton {
    text-decoration: none;
}

a:hover .threePieceButton {
    text-decoration: none;
}

.threePieceButtonWarta {
    border-collapse: collapse;
    color: #666666;
    cursor: pointer;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.threePieceButtonWarta .threePieceButtonLeftNormal {
    background: url("/images/myTheme/buttons/bg_sort_left_pass.png");
    height: 25px;
    max-width: 6px;
    padding: 0;
    width: 6px;
}

.threePieceButtonWarta .threePieceButtonContentNormal {
    background: url("/images/myTheme/buttons/bg_sort_middle_pass.png")
        repeat scroll 0 0 transparent;
    height: 25px;
    padding: 0;
    color: #666666;
}

.threePieceButtonWarta .threePieceButtonRightNormal {
    background: url("/images/myTheme/buttons/bg_sort_right_pass.png") repeat
        scroll 0 0 transparent;
    height: 25px;
    max-width: 6px;
    padding: 0;
    width: 6px;
}

.threePieceButtonWarta:hover .threePieceButtonLeftNormal {
    background: url("/images/myTheme/buttons/bg_sort_left_act.png") repeat
        scroll 0 0 transparent;
    height: 25px;
    max-width: 6px;
    padding: 0;
    width: 6px;
}

.threePieceButtonWarta:hover .threePieceButtonContentNormal {
    background: url("/images/myTheme/buttons/bg_sort_middle_act.png") repeat
        scroll 0 0 transparent;
    color: #FFFFFF;
    height: 25px;
    padding: 0;
}

.threePieceButtonWarta:hover .threePieceButtonRightNormal {
    background: url("/images/myTheme/buttons/bg_sort_right_act.png") repeat
        scroll 0 0 transparent;
    height: 25px;
    max-width: 6px;
    padding: 0;
    width: 6px;
}

.threePieceButtonWartaArrow {
    border-collapse: collapse;
    color: #666666;
    cursor: pointer;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}

.threePieceButtonWartaArrow .threePieceButtonLeftNormal {
    background: url("/images/myTheme/buttons/bg_back_left_pass.png") repeat
        scroll 0 0 transparent;
    height: 25px;
    max-width: 17px;
    padding: 0;
    width: 17px;
}

.threePieceButtonWartaArrow .threePieceButtonContentNormal {
    background: url("/images/myTheme/buttons/bg_sort_middle_pass.png")
        repeat scroll 0 0 transparent;
    height: 25px;
    padding: 0;
}

.threePieceButtonWartaArrow .threePieceButtonRightNormal {
    background: url("/images/myTheme/buttons/bg_sort_right_pass.png") repeat
        scroll 0 0 transparent;
    height: 25px;
    max-width: 6px;
    padding: 0;
    width: 6px;
}

.threePieceButtonWartaArrow:hover .threePieceButtonLeftNormal {
    background: url("/images/myTheme/buttons/bg_back_left_act.png") repeat
        scroll 0 0 transparent;
    height: 25px;
    max-width: 17px;
    padding: 0;
    width: 17px;
}

.threePieceButtonWartaArrow:hover .threePieceButtonContentNormal {
    background: url("/images/myTheme/buttons/bg_sort_middle_act.png") repeat
        scroll 0 0 transparent;
    color: #FFFFFF;
    height: 25px;
    padding: 0;
}

.threePieceButtonWartaArrow:hover .threePieceButtonRightNormal {
    background: url("/images/myTheme/buttons/bg_sort_right_act.png") repeat
        scroll 0 0 transparent;
    height: 25px;
    max-width: 6px;
    padding: 0;
    width: 6px;
}

.threePieceButtonLink {
    text-decoration: none;
}

.threePieceButtonLink:hover {
    text-decoration: none;
}
/*
 * Pager
 */
input#page {
    width: 25px;
    min-width: 0;
}

table.pager {
    border: 0 solid #000000;
    width: 100%;
}

table.pager td.pager_1 {
    background-color: #FFFFFF;
    border: 0 solid #000000;
    font-size: 11px;
    text-align: right;
    width: 50%;
}

table.pager td.pager_2 {
    background-color: #FFFFFF;
    border: 0 solid #000000;
    font-size: 11px;
    text-align: left;
    width: 50%;
}

table.pager td.pager_2  input.frm_bt {
    margin: 0;
}

table.pager_alfa {
    border: 0 solid #000000;
    width: 100%;
}

table.pager_alfa td {
    background-color: #FFFFFF;
    border: 0 solid #000000;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

table.pager_alfa td a {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #9D0000;
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
}

table.pager_alfa td small {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

table.pager_alfa select {
    border: 1px solid #999999;
    font-size: 10px;
    padding: 0;
}

table.edit_page {
    border: 1px solid gray;
    padding: 5px;
    width: 100%;
}

table.edit_page td {
    vertical-align: top;
}

table.edit_page td.tree {
    border: 1px solid #000000;
    text-align: center;
}
/*
* Check
*/
fieldset.frm {
    border: 1px solid #777777;
    padding: 5px;
}

fieldset.frm legend {
    color: #9D0000;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

table.menu {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.menu td a {
    color: black;
    font-weight: bold;
}

table.menu td {
    margin: 0;
    padding: 0;
    text-align: left;
}

table.menu td.help {
    text-align: right;
    white-space: nowrap;
    width: 20px;
}

table.menu td.chat_teacher {
    white-space: nowrap;
    width: 35px;
}

table.menu td span.prefix {
    font-weight: bolder;
}

.errorTable404 {
    width: 420px;
    margin: auto;
}

.errorTable404 div.clouds {
    text-align: right;
    padding: 30px 0;
}

.errorTable404 div.info {
    font-size: 45px;
    font-weight: bold;
    color: #0077cf;
}

.errorTable404 div.contact {
    font-size: 20px;
    color: #666;
    text-align: center;
}

.calendar {
    z-index: 5;
}

.red_error {
    color: #B6204E;
}

.warning {
    color: #8a6d3b;
    background: #FCF8E3;
    padding: 5px;
    border: solid 1px #E5D3B7;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.vertical-top {
    vertical-align: top !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.vertical-bottom {
    vertical-align: bottom !important;
}

table.confirm_delete {
    width: 100%
}

table.confirm_delete td div.confirm_message {
    margin: 10px;
    font-size: 14px;
}

table.confirm_delete td input.frm_bt {
    margin: 5px;
}

.fa-2 {
    font-size: 2em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}
.fa-5 {
    font-size: 12em;
}
.fa-6 {
    font-size: 20em;
}

.searchAction button {
    background-color: #0077cf !important;
}

.searchAction button:hover {
    background-color: #0077cf !important;
}

@font-face {
    font-family: "Arial Narrow";
    src: url("/fonts/arial-narrow.ttf") format("truetype");
}

@font-face {
    font-family: "Calibri";
    src: url("/fonts/calibri.ttf") format("truetype");
}

@font-face {
    font-family: "bebas-neue";
    src: url("/fonts/bebas-neue.otf") format("opentype");
}
