/*
  PODSTAWOWE STYLE
*/

body,
html {
    background-color: #ececec;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
}

.left {
    float: left;
    margin-right: 10px;
}

.right {
    float: right;
    margin-left: 10px;
}

#content {
    min-height: calc(100vh - 100px);
    position: relative;
}

.box {
    border: 1px solid #cccccc;
}

.box .title {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 29px;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}

.box .content {
    padding-top: 30px;
    padding-left: 39px;
    padding-right: 39px;
    border-bottom: 1px solid #cccccc;
}

.box .footer {
    padding: 15px;
    background-color: #f6f6f6;
}

#wait-opc {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    opacity: 0.7;
    z-index: 99;
}

#wait {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    height: 100px;
    width: 200px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #cccccc;
    z-index: 100;
    color: #333;
}

#wait i {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.ih-breadcrumb {
    line-height: 50px;
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 600;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.goto {
    cursor: pointer;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

#flashMessage,
#authMessage {
    text-align: center;
    font-weight: bold;
}

#flashMessage {
    display: block !important;
}

footer.footer {
    /*position: absolute;*/
    bottom: 0;
}

.login-flash {
    padding: 15px 15px 0px;
}

/*
  NAGŁÓWEK
*/
header {
    background-color: #fff;
    height: 48px;
    border-bottom: 1px solid #cccccc;
}

#menu {
    width: 47px;
    height: 46px;
    border-right: 1px solid #cccccc;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}
#araport {
    color: #333;
    text-decoration: none;
}

#logo-eh {
    width: 74px;
    height: 46px;
    border-right: 1px solid #cccccc;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    float: left;
}

#login-ih {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
}

#login-logo-eh {
    width: 80px;
    height: 45px;
    border-left: 1px solid #cccccc;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    float: right;
    margin-top: -14px;
    margin-right: 40px;
}

#logo-ih {
    /*width: 77px;*/
    height: 46px;
    border-right: 1px solid #cccccc;
    /*background-image: url(../img/ih.png);*/
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

#platforma-name-ih {
    /*width: 77px;*/
    height: 46px;
    border-right: 1px solid #cccccc;
    /*background-image: url(../img/ih.png);*/
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

.exam-info {
    height: 46px;
    float: left;
    line-height: 46px;
    font-size: 15px;
    text-align: center;
    width: calc(100% - 684px);
}

#messages {
    width: 51px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-image: url(../img/messages.png);
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    height: 100%;
    position: relative;
}

#messages .count {
    font-size: 8px;
    color: #fff;
    line-height: 12px;
    text-align: center;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #d9534f;
}

#profil {
    float: right;
    background-color: #ebebeb;
    height: 100%;
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 45px;
}

#profil .username {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #555555;
    margin-top: 7px;
    display: block;
    padding-right: 10px;
    min-width: 130px;
}

#profil .number {
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #a6a6a6;
}

#profil .logout {
    text-decoration: none;
    color: #d9534f;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 15px;
}

#menu-list {
    position: absolute;
    top: 48px;
    background-color: #fff;
    z-index: 100;
    width: 198px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 15px;
}

#menu-list .menu-item {
    margin-bottom: 10px;
    cursor: pointer;
}

#menu-list .menu-item:last-child {
    margin-bottom: 0px;
}

/*
  LOGOWANIE
*/

.authMessage {
    width: 100%;
    text-align: center;
}

.login-box {
    margin-top: 150px;
    background-color: #fff;
    color: #000;
    width: 350px;
    margin: 150px auto;
}

.login-box .content {
    padding-left: 23px;
    padding-right: 23px;
}

.login-box .row {
    margin-bottom: 15px;
}

.login-box label {
    text-align: right;
    padding-right: 20px;
    width: 100%;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.login-box input[type="text"],
.login-box input[type="password"],
.login-box input[type="email"] {
    background-color: #fff6f7;
    border: 1px solid #ccc6c6;
    font-size: 12px;
    padding-left: 5px;
    height: 28px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 30px;
}

.login-box .submit input {
    background-color: #418bca;
    border: 1px solid #357fbe;
    float: right;
    outline: none;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 24px;
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.container-main.header2.text {
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    /*    color: #ffffff;*/
}
.container-main {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.icon-lessons,
.time-lessons,
.title-lessons,
.teacher-lessons,
.small-icons-lessons,
.lessons-buttons-info,
.s-icon-lessons {
    float: left;
}

.mainicon-lesson.module1.blue,
.info-icon.module1.blue {
    background-image: url("../img/Main/standardy_blue.png");
}
.mainicon-lesson {
    width: 117px;
    height: 117px;
    z-index: 1;
    margin-top: -18px;
    margin-left: 10px;
    background-image: url("../img/Main/czynnik_ludzki_blue.png");
}
.time-lessons.details {
    margin-top: 3px;
}
.time-lessons span {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
span.date-details {
    font-size: 14px;
}
.time-lessons {
    /*    width: 200px;*/
    font-size: 10px;
    height: 46px;
    color: #061636;
    text-align: center;
    /*border-right: solid 1px #b3b3b3;*/
    line-height: 12px;
    margin-top: 6px;
    position: relative;
    padding: 0 20px 0 20px;
}
.other-lessons-items {
    height: 76px;
    margin-top: 10px;

    float: left;
}
.title-lessons.details {
    margin-top: 15px;
}
.title-lessons {
    /*    width: 600px;*/
    height: 53px;
    font-size: 16px;
    color: #061636;
    line-height: 18px;
    overflow: hidden;
    /*background-color: yellow;*/
    text-align: center;
    font-weight: 700;
    padding: 0 10px 0 10px;
    border-right: solid 1px #b3b3b3;
    border-left: solid 1px #b3b3b3;
    position: relative;
    margin-top: 10px;
}

.teacher-lessons.details {
    /*    width: 326px;*/
    margin-top: 16px;
    font-size: 16px;
    /*    line-height: 50px;*/
}
.teacher-lessons {
    font-size: 12px;
    height: 46px;
    /*    width: 240px;*/
    padding: 0 30px 0 30px;
    color: #061636;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    margin-top: 7px;
    position: relative;
}

.exam-term-descritpion {
    font-size: 11px;
    margin-top: -70px;
    line-height: 10px;
}

.import-input {
    padding-top: 10px;
}

.doua-text {
    font-weight: 700;
    padding: 8px 15px 0px 15px;
}

.doua-select {
    padding: 8px 79px 0px 15px;
}

.doua-status {
    float: left;
    padding: 24px 56px;
}

.doua-status > span.status {
    padding-left: 20px;
    padding-right: 5px;
}

.doua-status > span.notsend {
    color: #ce2426;
    font-weight: 700;
}

.doua-status > span.send {
    color: #5cb85c;
    font-weight: 700;
}

.doua-status > span.date {
    font-size: 10px;
    font-weight: 700;
    padding-left: 3px;
}

.learner-count-info {
    padding: 25px;
}

.text-back-button {
    height: 40px;
    width: 187px;
    text-align: center;
    line-height: 47px;
    float: left;
    color: #7ac943;
}

.button-back-lesson.calendar {
    margin-bottom: 40px;
}
.button-back-lesson {
    width: 209px;
    height: 47px;
    background-image: url("../img/lesson/button.png");
    margin: 50px auto 0 auto;
    margin-bottom: 0px;
    cursor: pointer;
}

.button-lessons-small,
.lessons-buttons-info a {
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #428bca;
    height: 30px;
    float: left;
    margin: 20px 5px;
    border: 1px solid #357ebd;
    float: right;
    padding: 5px 20px;
    cursor: pointer;
    text-decoration: none !important;
    /*display: none;*/
}

.add-person-error-text {
    color: red;
    padding-left: 20px;
}

.status-icon {
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

.ok-icon {
    background-image: url(../img/check.png);
    height: 40px;
}

.error-icon {
    background-image: url(../img/del.png);
    height: 18px;
}

.user-data {
    margin: 30px 0px;
}

.question-select {
    position: absolute;
    left: 0px;
}

.dropbtn {
    background-color: #428bca;
    border: 1px solid #357ebd;
    color: white;
    padding: 0px 27px;
    font-size: 12px;
    height: 30px;
    line-height: 32px;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #357ebd;
}

#listInput {
    box-sizing: border-box;
    font-size: 14px;
    padding: 14px 20px 12px 15px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 106px;
}

#listInput:focus {
    outline: 3px solid #ddd;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    max-width: 118px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    max-height: 400px;
}

.dropdown-content div {
    color: black;
    padding: 5px 16px;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.dropdown .dropdown-item:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.filter-uploads-search,
.filter-users-search {
    height: 40px;
    background-color: #fff;
    margin: 17px 15px;
}

.filter-uploads-checkbox {
    width: 250px;
    padding-left: 15px;
}

div.custom-checkbox {
    float: right;
    line-height: 32px;
    padding-left: 10px;
    font-weight: 500;
}

.filter-uploads-checkbox input[type="checkbox"] {
    margin: 9px 0px;
}

#reuploadForm {
    display: none;
}

.certs-search,
.users-search {
    border: 1px solid #cccccc;
    height: 38px;
    background-position: 180px 9px;
    margin: 0px 5px;
    width: 198px;
}

.filter-uploads-search input::placeholder {
    font-size: 13px;
}

@media (max-width: 1200px) {
    .login-box .submit input {
        margin-right: 27px;
    }
    .box .title {
        padding-left: 29px;
    }

    #platforma-name-ih {
        display: none;
    }

    .exam-info {
        width: calc(100% - 270px);
    }
}

/*
      PULPIT
    */

.dashboard {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-box {
    background-color: #fff;
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: 2px solid;
    color: rgb(69, 69, 69);
    font-size: 16px;
    margin-bottom: 30px;
}

.main-box:not(.disabled) {
    cursor: pointer;
}

.main-box.disabled {
    border-color: #c9c9c9 !important;
    color: #c9c9c9 !important;
}

.main-box.elearning {
    border-color: #4151a3;
}

.main-box.calendar {
    border-color: #b70c6e;
}

.main-box.contract {
    border-color: #d9534f;
}

.main-box.events {
    border-color: #f0ad4e;
}

.main-box.invitation {
    border-color: #5cb85c;
}

.main-box.messages {
    border-color: #15a39c;
}

.main-box.results {
    border-color: #428bca;
}

.main-box.logs {
    border-color: #d9534f;
}

.main-box.users {
    border-color: #f0ad4e;
}

.main-box.agency {
    border-color: #428bca;
}

.main-box .name {
    line-height: 60px;
    font-size: 16px;
    /*font-weight: 600;*/
}

.main-box .icon {
    border-right: 1px solid #cccccc;
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.main-box:not(.disabled) .icon-elearning {
    background-image: url("../img/icon_elearning.png");
}

.main-box:not(.disabled) .icon-calendar {
    background-image: url("../img/icon_calendar.png");
}

.main-box:not(.disabled) .icon-contract {
    background-image: url("../img/icon_contract.png");
}

.main-box:not(.disabled) .icon-events {
    background-image: url("../img/icon_events.png");
}

.main-box:not(.disabled) .icon-invitation {
    background-image: url("../img/icon_invitation.png");
}

.main-box:not(.disabled) .icon-messages {
    background-image: url("../img/icon_messages.png");
}

.main-box:not(.disabled) .icon-results {
    background-image: url("../img/icon_results.png");
}

.main-box:not(.disabled) .icon-logs {
    background-image: url("../img/icon_logs.png");
}

.main-box:not(.disabled) .icon-users {
    background-image: url("../img/icon_users.png");
}
.main-box:not(.disabled) .icon-agency {
    background-image: url("../img/icon_agency.png");
}

.main-box.disabled .icon-calendar {
    background-image: url("../img/icon_calendar_disabled.png");
}

.main-box.disabled .icon-contract {
    background-image: url("../img/icon_contract_disabled.png");
}

.main-box.disabled .icon-events {
    background-image: url("../img/icon_events_disabled.png");
}

.main-box.disabled .icon-invitation {
    background-image: url("../img/icon_invitation_disabled.png");
}

.main-box.disabled .icon-messages {
    background-image: url("../img/icon_messages_disabled.png");
}

.main-box.disabled .icon-results {
    background-image: url("../img/icon_results_disabled.png");
}

/*
      STOPKA
    */
footer {
    background-color: #fff;
    height: 52px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: rgba(102, 102, 102, 0.502);
    line-height: 52px;
    font-weight: 600;
}

/*
      UMOWY
    */
.sidebar-top {
    height: 80px;
    background-color: #7b7b7b;
}

.sidebar-top-search {
    height: 40px;
    background-color: #fff;
    width: 210px;
    margin: 0 auto;
}

.sidebar-top-search-input {
    height: 40px;
    background-color: #fff;
    width: 210px;
    border: none;
    color: #7b7b7b;
    font-size: 13px;
    padding-left: 10px;
    background-image: url(../img/searchico.png);
    background-repeat: no-repeat;
    background-position: 180px 10px;
}

.sidebar ul {
    padding: 0px;
}

.sidebar ul li {
    list-style-type: none;
    cursor: pointer;
}

.sidebar-top {
    padding-top: 20px;
}

.sidebar-top-breadcrumb-arrow {
    background-color: #454545;
    width: 60px;
    height: 100%;
    float: left;
    background-image: url(../img/arrowico.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.sidebar-top-breadcrumb {
    height: 60px;
    background-color: #626262;
}

.sidebar-top-breadcrumb-text {
    font-size: 13px;
    color: #fff;
    float: left;
    padding: 5px 10px 10px 15px;
    max-width: 195px;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.sidebar-top-breadcrumb-text-bold {
    font-weight: bold;
}

.sidebar ul li .sidebar-line {
    height: 60px;
    background-color: #fff;
    padding-top: 15px;
    background-image: url(../img/arrowgreyico.png);
    background-repeat: no-repeat;
    background-position: 225px center;
}

.sidebar ul li:hover .sidebar-line,
.sidebar ul li.selected .sidebar-line {
    background-color: #d9534f;
}

.sidebar-line-main {
    height: 30px;
    border-left: 2px solid #d9534f;
}

.sidebar-line-main-text {
    width: 80px;
    font-size: 13px;
    color: #494949;
    width: 173px;
    float: left;
    padding-left: 5px;
}

.sidebar ul li:hover .sidebar-line-main-text,
.sidebar ul li.selected .sidebar-line-main-text {
    color: #fff;
}

.sidebar-line-main-text.name {
    font-weight: normal;
    overflow: hidden;
    /*    height: 18px;*/
}

.sidebar-line-main-text.number {
    color: #d9534f;
    font-size: 11px;
}

.sidebar-line-main-border {
    width: 233px;
    margin-left: 8px;
    border-bottom: 2px solid rgb(230, 230, 230);
    height: 45px;
}

.sidebar ul li:hover .sidebar-line-main-border {
    border: 0px;
}

.sidebar ul li:last-child {
    border-bottom: 3px solid #cccccc;
}

.sidebar
    ul
    li:last-child
    .sidebar-line
    .sidebar-line-main
    .sidebar-line-main-border {
    border-bottom: none;
}

.sidebar-line-square {
    height: 30px;
    width: 35px;
    background-color: #e6e6e6;
    float: left;
    color: #494949;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

/*
      TABELA
    */

.main {
    background-color: #fff;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 30px;
    position: relative;
}

.main.details {
    width: 1140px;
}

.user-content .empty_space {
    height: 70px;
    background-color: #ececec;
}

.main.ofwca {
    border-bottom: 0px;
    margin-bottom: 30px;
    position: relative;
}

.main-breadcrumb {
    color: black;
    font-size: 23px;
    height: 60px;
    border-bottom: 2px solid rgb(230, 230, 230);
}

.main-breadcrumb-line {
    color: #393939;
    font-size: 23px;
    padding-top: 15px;
    padding-left: 15px;
}

.main-breadcrumb-left {
    padding-right: 25px;
    font-weight: 600;
    border-right: 2px solid rgb(230, 230, 230);
    float: left;
}

.main-breadcrumb-right {
    font-weight: 500;
    float: left;
    /*    padding-top: 2px;*/
    padding-left: 20px;
    font-size: 20px;
    height: 40px;
    width: 600px;
}

.main-options {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #393939;
    font-size: 12px;
    border-bottom: 2px solid rgb(230, 230, 230);
}

.main-options-line {
    height: 50px;
}

.main-options-line-date {
    /*width: 260px;*/
    height: 100%;
}

.main-options-line-date-left {
    height: 100%;
    width: 50%;
    float: left;
}

.main-options-line-date-right {
    height: 100%;
    width: 50%;
    float: left;
    border-right: 2px solid rgb(230, 230, 230);
}

.main-options-line-date-text {
    font-size: 11px;
    padding-bottom: 5px;
}

.main-options-date-input {
    width: 95px;
}

input[type="checkbox"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type="checkbox"].css-checkbox + label.css-label {
    padding-left: 25px;
    height: 18px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
    color: #666666;
    font-weight: 600;
    padding-right: 10px;
}

input[type="checkbox"].css-checkbox:checked + label.css-label {
    background-position: 0 -18px;
}
label.css-label {
    background-image: url(../img/main-input.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-table {
    padding: 20px 15px 20px 15px;
    font-size: 11px;
    color: #393939;
}

.main-table-line {
    background-color: #ececec;
    height: 90px;
    border-top: 2px solid rgb(204, 204, 204);
    border-bottom: 2px solid rgb(204, 204, 204);
}

.fr3ex-header {
    overflow: auto;
    color: #7b7b7b;
    border-bottom: 1px solid #d4d4d4 !important;
}

.fr3ex-table-container {
    margin: 0 auto;
}

.fr3ex-header-cell {
    background-color: #ececec;
    border-left: 1px solid rgb(204, 204, 204);
    display: inline;
    float: left;
    padding-top: 13px;
}

.fr3ex-header-cell:first-child {
    border-left: 0px;
}

.fr3ex-header-cell:last-child {
    border-right: 0px;
}

.fr3ex-header .fr3ex-header-row:nth-child(1) .fr3ex-header-cell {
    border-top: 1px solid rgb(204, 204, 204);
}

.fr3ex-cell {
    display: inline;
    float: left;
    min-height: 40px;
    border-bottom: 1px solid #d4d4d4 !important;
    padding-top: 12px;
    padding-left: 6px;
}

.fr3ex-cell:first-child {
    border-left: 0px;
    line-height: 10px;
}

.fr3ex-cell:last-child {
    border-right: 0px;
}

.fr3ex-table {
    font-size: 10px;
    margin: 0 auto;
}

.fr3ex-body-row {
    overflow: auto;
}

.fr3ex-type-text {
    text-align: center !important;
}

.main-bottom-line {
    margin-top: 20px;
    height: 1px;
    background-color: rgb(204, 204, 204);
    width: 100%;
    margin: 15px 0px;
}

.main-bottom-button {
    background-color: initial;
    height: 30px;
    width: 70px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    float: right;
    margin: 20px 10px;
}

.main-button {
    background-color: #428bca;
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    float: left;
}

.main-bottom-button.up {
    background-color: #428bca;
    color: #fff;
}

.main-bottom-button.up a {
    color: #fff;
    text-decoration: none;
}

.main-bottom-button.back {
    background-color: #428bca;
}

.overflowed {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 28px;
    line-height: 14px;
    margin-top: -5px;
}

.users.form {
    padding: 30px;
}

.icon-cell {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.calendar-cell {
    width: 100%;
    height: 40px;
    background-image: url(../img/small-cal-table-ico.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 15px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.time-cell {
    width: 100%;
    height: 40px;
    background-image: url(../img/gclock-table-ico.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 12px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.place-cell {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.place-cell.has-data {
    background-image: url(../img/ginfo-table-ico.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.wdesc-cell.has-data .fr3ex-wdesc-tooltip {
    height: 40px;
    width: 34px;
    background-image: url(../img/info-table-ico.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
}

.cdesc-cell {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.cdesc-cell.has-data {
    background-image: url(../img/info-table-ico.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.fr3ex-tooltip:after,
.fr3ex-tooltip:before {
    top: 21px !important;
}

.fr3ex-cell {
    background-color: transparent !important;
}

.pivot-text {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    left: 22px;
    white-space: nowrap;
}

.fr3ex-body.edit-mode {
    background-color: #cdcdcd;
}

.fr3ex-body.edit-mode .current-edit {
    background-color: #fff;
    z-index: 1000;
}

#edit-opc {
    background-color: transparent;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.edit {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px;
    outline: none;
    width: 100%;
    line-height: 40px;
    padding-left: 3px;
    z-index: 1001;
}

select.edit {
    height: 40px;
}

.tbl-buttons {
    position: absolute;
    width: 40px;
    height: 40px;
}

#btn-save {
    background-image: url(../img/ok-table-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 20px;
    cursor: pointer;
}

#btn-cancel {
    background-image: url(../img/rnok-table-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 20px;
    cursor: pointer;
}

.btn,
.modal-content {
    border-radius: 0px;
}

.cake-table .fr3ex-header-cell a {
    color: #7b7b7b;
    text-decoration: none;
}

.cake-table .fr3ex-header-cell a.desc:after {
    content: "\00a0\2193";
    display: inline-block;
}

.cake-table .fr3ex-header-cell a.asc:after {
    content: "\00a0\2191";
    display: inline-block;
}

.pagination-tbl {
    margin: 0px auto;
    /*  width: 400px;*/
    position: relative;
    height: 30px;
}
.pagination-tbl .next {
    display: inline-block;
    float: right;
}
.pagination-tbl .prev {
    display: inline-block;
    float: left;
}
.pagination-tbl .numb {
    display: inline-block;
    left: 45%;
    position: absolute;
    margin-left: -65px;
    padding-top: 5px;
}

/*
    UŻYTKOWNICY
    */

.upag-prev .prev {
    background-color: #428bca;
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    float: left;
    width: 115px;
}

.upag-next .next {
    background-color: #428bca;
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    float: right;
    width: 115px;
}

.upag-prev a,
.upag-next a {
    color: #fff;
}

.usearch {
    border: 1px solid rgb(225, 225, 225);
    height: 30px;
    line-height: 30px;
    background-color: rgb(235, 235, 235);
    float: right;
    margin-left: 30px;
    padding-left: 15px;
    width: 170px;
    color: rgb(123, 123, 123);
}

.upag-prev .disabled {
    background-color: rgb(123, 123, 123);
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: center;
    float: left;
    width: 115px;
}

.upag-next .disabled {
    background-color: rgb(123, 123, 123);
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: center;
    float: right;
    width: 115px;
}

.main-button.cancel {
    float: left;
    background-color: #fff;
    border: 1px solid #428bca;
    color: #428bca;
}

.main-button.submit {
    float: right;
    border: none;
}

.main-button.intable {
    float: left;
    border: none;
    position: relative;
    top: 10px;
    left: 45px;
    height: 20px;
    line-height: 20px;
}

.ufooter {
    padding-top: 15px;
}

.col-md-12.tline {
    padding-bottom: 10px;
}

.tinput {
    border: 1px solid rgb(225, 225, 225);
    height: 30px;
    line-height: 30px;
    background-color: rgb(235, 235, 235);
    color: rgb(123, 123, 123);
    width: 100%;
}

.users label {
    padding-top: 5px;
    width: 150px;
    font-size: 13px;
}

#detail-table [ondblclick] {
    cursor: pointer;
}

.disable-pointer,
.hide-pointer #detail-table [ondblclick] {
    cursor: default !important;
}

.events-arrow {
    background-image: url(../img/arrow_up.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-left: 45px;
}

.events-choose {
    color: #428bca;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-top: 14px;
    display: inline-block;
}

.event-terms {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.event-terms .header {
    border-top: 1px solid rgb(171, 171, 171) !important;
    border-bottom: 1px solid rgb(171, 171, 171) !important;
    background-color: #ececec;
    border-left: 0px;
    border-right: 0px;
    display: inline;
    float: left;
    padding-top: 13px;
    height: 40px;
    font-size: 11px;
    text-align: center !important;
    color: #7b7b7b;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
}

.event-terms .col-md-3:first-child .header {
    border-left: 0px;
}

.event-terms .col-md-3 {
    border-left: 1px solid rgb(204, 204, 204);
}

.event-terms .col-md-3:first-child {
    border-left: 0px;
}

.events-save,
.events-save-wdesc {
    background-color: #428bca;
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    margin-top: 5px;
    float: right;
    margin-right: 15px;
}

.event-select-all {
    background-color: #428bca;
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    margin-left: 83px;
    margin-top: 6px;
}

.event-term {
    background-color: #7b7b7b;
    font-size: 11px;
    color: #fff;
    display: table;
    width: 95%;
    margin: 10px auto;
    line-height: 26px;
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
}

.event-term .name {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
}

.event-term .count {
    background-color: #989898;
    width: 30px;
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.event-term.selected {
    background-color: #428bca;
}
.event-term.selected .count {
    background-color: #32638e;
}

.event-term.empty {
    background-color: #cacaca;
}
.event-term.empty .count {
    background-color: #d6d6d6;
}

.messages-list {
    padding: 30px;
}

.events-number {
    font-size: 15px;
    font-weight: 600;
    /*display: block;*/
}

.events-name {
    color: #d9534f;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: -4px;
}

.wdesc-cell {
    width: 100%;
    height: 40px;
    padding-left: 5px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.wdesc-cell input {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px;
    outline: none;
    width: 100%;
    line-height: 40px;
    padding-left: 3px;
    z-index: 1001;
}

.btn-newm {
    background-color: #418bca;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 5px;
    right: 34px;
}

.sidebar-line-main {
    position: relative;
}

.sidebar-line-main-text.name.newm {
    font-weight: normal;
    overflow: hidden;
    height: 35px;
    width: 165px;
    line-height: 17px;
}
.message-area {
    margin-left: 15px;
    width: calc(100% - 30px);
    height: 200px;
}

.message-sender,
.message-subject {
    margin-left: 15px;
    width: calc(100% - 30px);
}

.message-area-box {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    background-color: #ececec;
}

.message-area-box h6 {
    margin-left: 15px;
}

.row-mar {
    margin: 0px 15px;
}

.send-btn {
    background-color: #428bca;
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}

#messages:hover {
    background-color: #ebebeb;
    cursor: pointer;
}
.fr3ex-body .fr3ex-cell {
    /*height: 40px;*/
    overflow: hidden;
}

.all-recivers {
    width: 795px;
    line-height: 50px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #7b7b7b;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin: 20px 0px 0px 0px;
    background-color: #ececec;
}

.file-container {
    width: 260px;
    height: 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    left: 50%;
    margin-left: -140px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.file-container input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    height: 30px;
    display: block;
    cursor: pointer;
}

.file-container input[type="text"] {
    float: right;
    width: 180px;
    padding: 5px;
    height: 30px;
    background: #428bca;
    border: 0px;
    z-index: 0;
    position: relative;
    font-size: 11px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.file-container input[type="button"] {
    float: left;
    width: 80px;
    height: 30px;
    background: #428bca;
    text-align: center;
    font: 11px Arial;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    display: block;
    border: 0;
    cursor: pointer;
    z-index: 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

.rf-count {
    font-size: 12px;
    margin-bottom: 10px;
}
.rf-smarts {
    font-size: 12px;
}

.rf-smart {
    background-color: #428bca;
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
    display: inline;
}

.recivers-roles {
    min-height: 100px;
    margin: 0px 15px;
}

.rr-item {
    background-color: #7b7b7b;
    line-height: 23px;
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 30px;
    padding: 0px 30px 0px 5px;
    display: inline-block;
    position: relative;
}

.rr-item:last-child {
    margin-bottom: 30px;
}

.rr-close {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url("../img/x-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.mlist .fr3ex-cell {
    text-align: left !important;
    padding-left: 30px;
}

.mlist .fr3ex-cell:nth-child(1) {
    text-align: left !important;
    padding-left: 40px;
    background-image: url(../img/small-cal-table-ico.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    line-height: 17px;
}

.message-open {
    display: none;
    width: 1080px;
    margin: 0px auto;
    background-color: #ececec;
    font-size: 12px;
    padding: 15px 30px;
    /*        white-space: pre;*/
}

input[name="agencies[]"],
input[name="ms"] {
    margin: 4px 0 0;
}

/** initial setup **/
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.nano > .nano-content:focus {
    outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
    display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}
.nano > .nano-pane {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.01;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.nano-content ul {
    margin-bottom: 0px;
}

.error {
    color: red;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
