


button, hr, input {
    overflow: visible
}

audio, canvas, progress, video {
    display: inline-block
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: ButtonText dotted 1px
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

html
{
    height:100%;
}


html,
body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #F6FCFC;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #A2A2A2;
    font-size: 17px;
    letter-spacing: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
    body.dark {
        background-color: #112941;
        color: #e1e4e7;
    }

.row {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
    display: block;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 888;
    padding-top: 15px;
    box-shadow: 0px 10px 30px #D9EAEC73;
    background-color: #fff;
}
.dark header {
    background-color: #092036;
    box-shadow: none;
}

    header .logo {
        width: 200px;
        float: left;
    }

    header .main-menu {
        width: calc(100% - 200px);
        float: right;
        text-align: right;
        margin-top: 30px;
    }

        header .main-menu ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        header .main-menu li {
            margin: 0 6px;
            position: relative;
            padding: 18px 20px 18px 45px;
            display: inline-table;
            background-position: 10px center;
            background-repeat: no-repeat;
        }

            header .main-menu li.home {
                background-image: url('img/icon-plocha.svg');
            }

                header .main-menu li.home:hover, header .main-menu li.home.active {
                    background-image: url('img/icon-plocha-active.svg');
                }

            header .main-menu li.means_1 {
                background-image: url('img/icon-prostredek.svg');
            }
            header .main-menu li.means_2 {
                background-image: url('img/2/icon-prostredek.svg');
                background-size: 27px;
            }

                header .main-menu li.means_1:hover, header .main-menu li.means_1.active {
                    background-image: url('img/icon-prostredek-active.svg');
                }
            header .main-menu li.means_2:hover, header .main-menu li.means_2.active {
                background-image: url('img/2/icon-prostredek-active.svg');
                background-size: 27px;
            }

            header .main-menu li.risk {
                background-image: url('img/icon-rizeni-rizik.svg');
            }

                header .main-menu li.risk:hover, header .main-menu li.risk.active {
                    background-image: url('img/icon-rizeni-rizik-active.svg');
                }

            header .main-menu li.report {
                background-image: url('img/icon-report.svg');
            }

                header .main-menu li.report:hover, header .main-menu li.report.active {
                    background-image: url('img/icon-report-active.svg');
                }

            header .main-menu li.profile {
                background-image: url('img/icon-profil.svg');
            }

                header .main-menu li.profile:hover, header .main-menu li.profile.active {
                    background-image: url('img/icon-profil-active.svg');
                }

            header .main-menu li.lang.en {
                background-image: url('img/lang-eng.svg');
                padding-left: 55px;
                margin-left: 0;
                background-size:36px;
            }


            header .main-menu li.lang.cs {
                background-image: url('img/lang-cs.svg');
                padding-left: 55px;
                margin-left: 0;
                background-size: 36px;
            }


            header .main-menu li.switcher {
                color: #57DCCF;
                min-width: 90px;
                text-align: left;
                margin: 0;
                border-radius: 12px;
                border: 1px solid #57DCCF;
                font-size: 12px;
                text-transform: uppercase;
                padding: 5px 12px 4px;
                background-repeat: no-repeat;
                background-position: calc(100% - 5px) center;
            }

                header .main-menu li.switcher a {
                    color: #57DCCF;
                    font-size: 12px;
                }

                header .main-menu li.switcher.light {
                    background-image: url('img/icon-switcher-light.svg');
                }

                header .main-menu li.switcher.dark {
                    background-image: url('img/icon-switcher-dark.svg');
                }

            header .main-menu li a {
                color: #A2A2A2;
                font-size: 16px;
                font-weight: 500;
            }

                header .main-menu li a:hover {
                    color: #0FC4F3;
                }

            header .main-menu li .linkbutton {
                color: #A2A2A2;
                font-size: 16px;
                font-weight: 500;
                border: none;
                background: none;
            }

                header .main-menu li .linkbutton:hover {
                    color: #0FC4F3;
                    border: none;
                    background: none;
                }

            header .main-menu li.has-submenu:hover {
                background-color: #F2F2F2;
            }

                header .main-menu li.has-submenu:hover > a {
                    color: #0FC4F3;
                }

        header .main-menu ul ul {
            display: none;
            position: absolute;
            top: 50px;
            left: 0;
            padding: 15px 0;
            width: 200px;
            background-color: #F2F2F2;
        }

        header .main-menu ul li:hover ul {
            display: block;
        }

        header .main-menu ul ul li {
            width: 100%;
            padding: 0;
            text-align: left;
        }

            header .main-menu ul ul li a {
                color: #707070;
                font-size: 14px;
                float: left;
                padding: 5px 10px;
            }

    header .menu-show {
        position: absolute;
        right: 25px;
        top: -2px;
        display: none;
        width: 35px;
        font-size: 0;
        height: 28px;
        padding-top: 55px;
        z-index: 15;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 300ms linear;
        -moz-transition: 300ms linear;
        -ms-transition: 300ms linear;
        -o-transition: 300ms linear;
        transition: 300ms linear;
        cursor: pointer;
        text-transform: uppercase;
    }

        header .menu-show span {
            position: absolute;
            left: 0;
            display: block;
            width: 35px;
            height: 3px;
            background: #57DCCF;
            opacity: 1;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.25s ease-in-out;
            -moz-transition: 0.25s ease-in-out;
            -ms-transition: 0.25s ease-in-out;
            -o-transition: 0.25s ease-in-out;
            transition: 0.25s ease-in-out;
        }

            header .menu-show span:nth-child(1) {
                top: 23px;
            }

            header .menu-show span:nth-child(2),
            header .menu-show span:nth-child(3) {
                top: 34px;
            }

            header .menu-show span:nth-child(4) {
                top: 45px;
            }

body.open-mobile {
    overflow: hidden;
}

.open-mobile header .menu-show span:nth-child(1) {
    top: 23px;
    left: 50%;
    width: 0%;
}

.open-mobile header .menu-show span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 34px;
}

.open-mobile header .menu-show span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 34px;
}

.open-mobile header .menu-show span:nth-child(4) {
    top: 20px;
    left: 50%;
    width: 0%;
}

body:before {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    -webkit-transition: 300ms fadeIn;
    -moz-transition: 300ms fadeIn;
    -ms-transition: 300ms fadeIn;
    -o-transition: 300ms fadeIn;
    transition: 300ms fadeIn;
}

.open-mobile:before {
    opacity: 1;
    z-index: 500;
}

.open-mobile header {
    position: fixed;
    z-index: 600;
}

.open-mobile .main-menu {
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100vh - 80px);
    overflow-y: auto;
    left: 0;
    display: block;
    margin-left: 0;
    padding: 45px 20px;
    -webkit-overflow-scrolling: touch;
}

    .open-mobile .main-menu ul {
        width: 100%;
    }

        .open-mobile .main-menu ul ul {
            transform: none;
        }

        .open-mobile .main-menu ul li {
            width: 100%;
            background-position: 5px 15px;
            text-align: left;
            margin: 6px 0 !important;
        }

        .open-mobile .main-menu ul ul li {
            margin: 0 !important;
        }

        .open-mobile .main-menu ul ul {
            display: block;
            opacity: 1;
            position: static;
            padding: 10px 0 0;
            background: none;
        }

.open-mobile header .main-menu li.switcher {
    background-position: 5px 3px;
    padding-left: 30px;
}

a {
    transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    text-decoration: none;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
}

section {
    float: left;
    width: 100%;
}

    section.main {
        padding: 35px 0;
        margin-top: 105px;
    }

.section-title {
    color: #58DCCF;
    font-size: 25px;
    margin: 0 0 35px;
}

.half {
    width: calc(50% - 15px);
    float: left;
    margin-left: 30px;
}

.third {
    width: calc(33.333% - 20px);
    float: left;
    margin-left: 30px;
}

div.first {
    margin-left: 0;
}

.wide {
    float: left;
    width: 100%;
}

.box {
    background-color: #fff;
    border-top: 3px solid #57DCCF;
    box-shadow: 0px 10px 20px #D9EAEC70;
    padding: 25px;
    margin-bottom: 55px;
}
.dark .box {
    background-color: #112941;
    box-shadow: none;
    border-bottom: 1px solid #1e88e5;
    border-left: 1px solid #1e88e5;
    border-right: 1px solid #1e88e5;
}
    .box .box-title {
        font-size: 20px;
        font-weight: 600;
        color: #57DCCF;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

.text-right {
    text-align: right;
}

.tasks-list {
    height: 390px;
    overflow: auto;
}

    .tasks-list .item {
        border-bottom: 1px solid #E8F1F0;
        padding: 15px 0;
        float: left;
        color: #073563;
        font-size: 14px;
        font-weight: 700;
        padding: 16px 0 16px 55px;
        width: 100%;
        background-position: left center;
        background-repeat: no-repeat;
    }
.dark .tasks-list .item {
    color: #e1e4e7;
}
        .tasks-list .item .name {
            float: left;
            width: 70%;
        }

        .tasks-list .item:hover {
            background-color: #EDF8F7;
        }
.dark .tasks-list .item:hover {
    background-color: #092036;
}

        .tasks-list .item.not-completed {
            background-image: url('img/icon-not-completed.svg');
        }

        .tasks-list .item .count {
            font-weight: 400;
            padding-right: 15px;
            float: right;
            width: 30%;
        }

.summary {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .summary .item {
        color: #073563;
        float: left;
        padding: 48px 28px;
        margin: 0 30px 30px 0;
        width: calc(50% - 15px);
        border-radius: 3px;
        border: 1px solid #57DCCF;
        position: relative;
    }
.dark .summary .item {
    color: #e1e4e7;
    border: 1px solid #1e88e5;
}
        .summary .item:hover {
            border-color: #E8F1F0;
            background: #E8F1F0;
        }
.dark .summary .item:hover {
    border-color: #092036;
    background: #092036;
}
        .summary .item:nth-child(2n+0) {
            margin-right: 0;
        }

a.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.summary .item .icon {
    width: 100px;
    float: left;
}

.summary .item .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 135%;
    float: left;
    height: 64px;
    width: calc(100% - 150px);
    position: relative;
}

    .summary .item .name span {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
    }

.summary .item .count {
    font-size: 20px;
    width: 50px;
    text-align: right;
    float: right;
    line-height: 64px;
}

body.page-login1 {
    background-image: url('img/login-page1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #81c6c1;
}
body.page-login2 {
    background-image: url('img/login-page2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #81c6c1;
}

.third.test {
    border: 1px solid #57DCCF;
    border-radius: 3px;
}
.dark .third.test {
    border: 1px solid #1e88e5;
}

.third.pad {
    padding: 20px 15px;
}


.third.test .title_1 {
    font-weight: 600;
    color: #112941;
    font-size: 18px;
    padding: 5px 0 5px 35px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('img/icon-prostredek.svg');
    margin-bottom: 20px;
}
.third.test .title_2 {
    font-weight: 600;
    color: #112941;
    font-size: 18px;
    padding: 5px 0 5px 35px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('img/2/icon-prostredek.svg');
    margin-bottom: 20px;
}

.dark .third.test .title {
    color: #e1e4e7;
}
.third {
    color: #073563;
}
.dark .third {
    color: #e1e4e7;
}
table.classic {
    width: 100%;
    border: 0;
    color: #073563;
    font-size: 17px;
    border-bottom: 1px solid #E8F1F0;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.dark table.classic {
    color: #e1e4e7;
}

    table.classic thead td {
        padding: 7px 0 25px;
    }


    table.classic td {
        padding: 8px 0;
        border-bottom: 1px solid #E8F1F0;
    }

    table.classic.first-bold tr td:nth-child(1) {
        font-weight: 700;
    }

label[for="showfirst"] {
    margin: 0 0 10px !important
}

span.button {
    width: 100%;
    max-width: 169px;
    padding: 0 25px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    height: 35px;
    font-size: 14px;
    letter-spacing: 0.7px;
    background: #57DCCF;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
}

    span.button.yellow {
        background: #F1DB44;
    }

    span.button.red {
        background: #FF2653;
    }

.border {
    border: 1px solid #57DCCF;
    border-radius: 3px;
}
.dark .border {
    border: 1px solid #1e88e5;
}

.fmece {
    margin-top: 40px;
    padding: 30px 20px;
}

    .fmece .box-title {
        margin-bottom: 30px;
        color: #073563;
        font-size: 20px;
        font-weight: 600;
    }
.dark .fmece .box-title {
    color: #e1e4e7;
}
    .fmece table.classic {
        font-size: 14px;
    }

td.grey {
    color: #A2A2A2;
    font-weight: 400;
}

table.classic thead td {
    font-weight: 700;
    font-size: 17px;
}

table.classic span.button {
    max-width: 100px;
}

.news-list {
    color: #073563;
}
.dark .news-list {
    color: #e1e4e7;
}
    .news-list .item {
        border: 1px solid #C9C9C9;
        border-radius: 3px;
        width: 100%;
        position: relative;
        margin-bottom: 6px;
    }

        .news-list .item .name {
            color: #073563;
            font-size: 20px;
            font-weight: 600;
            padding: 27px 20px;
            cursor: pointer;
        }
.dark .news-list .item .name {
    color: #e1e4e7;
}
            .news-list .item .name:hover {
                color: #1E88E5;
            }

        .news-list .item .content {
            display: none;
            font-size: 15px;
            padding: 0 20px;
        }

            .news-list .item .content p {
                line-height: 140%;
                margin-bottom: 25px;
            }

        .news-list .item.expand .content {
            display: block;
        }

        .news-list .item a.expand, .news-list .item a.remove {
            display: inline-block;
            margin-left: 15px;
            width: 25px;
            height: 25px;
            background-image: url('img/icon-expand.svg');
            background-position: center center;
            background-repeat: no-repeat;
            position: absolute;
            top: 25px;
            right: 25px;
            cursor: pointer;
        }

        .news-list .item.expand {
            border-color: #57DCCF;
        }
.dark .news-list .item.expand {
    border:1px solid #1e88e5;
}

            .news-list .item.expand a.expand {
                background-image: url('img/icon-expand-active.svg');
            }

        .news-list .item a.remove {
            background-image: url('img/icon-remove.svg');
            right: 25px;
        }

            .news-list .item a.remove:hover {
                background-image: url('img/icon-remove-hover.svg');
            }

.box.blue-color {
    border-color: #1E88E5;
}

    .box.blue-color .box-title {
        color: #1E88E5;
    }

.classic-wrap {
    border: 1px solid #57DCCF;
    padding: 20px;
    border-radius: 3px;
    margin: 50px 0 20px;
}
.dark .classic-wrap {
    border: 1px solid #1e88e5;
}
.results-count {
    font-size: 15px;
    color: #A2A2A2;
    letter-spacing: 0.15px;
}

.box.prostredky .box-title {
    color: #57DCCF;
    text-transform: none;
}

.section-title.icon {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 40px;
    margin-bottom: 0;
}

.section-title.prostredky {
    background-image: url('img/icon-prostredek.svg');
}
.section-title.prostredky_1 {
    background-image: url('img/icon-prostredek.svg');
}
.section-title.prostredky_2 {
    background-image: url('img/2/icon-prostredek.svg');
    background-size:25px;
}

.section-title.rizika {
    background-image: url('img/icon-rizeni-rizik.svg');
}
.section-title.report {
    background-image: url('img/icon-report.svg');
}
.section-title.profile {
    background-image: url('img/icon-profil.svg');
}
.section-title.home {
    background-image: url('img/icon-plocha.svg');
}
a.add-new, button.btn {
    background-color: #1E88E5;
    width: 103px;
    height: 40px;
    display: table;
    border-radius: 20px;
    padding: 0 25px 0 40px;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url('img/icon-add.svg');
}
    a.add-new.edit {
        background-image: url('img/icon-edit.svg');
    }

    a .button-fmece {
    background-color: #1E88E5;
    width: 103px;
    height: 40px;
    display: table;
    border-radius: 20px;
    padding: 0 25px 0 25px;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    background-position: 10px center;
    background-repeat: no-repeat;
}

button.btnicon {
    background-color:transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url('img/icon-add.svg');
}

button.btn {
    border: 0;
    cursor: pointer;
    width: auto;
    background-image: none;
}


    button.btn.addicon {
        background-image: url('img/icon-add.svg');
    }

    a.add-new:hover, button.btn:hover, a.button-fmece:hover {
        background-color: #0FC4F3;
    }
    button.btnadd {
        background-image: url(img/icon-add.svg);
    }
    button.btnremove
    {
        background-image: url(img/icon-remove.svg);
    
    }
table.classic a.button {
    background-color: #57DCCF;
    color: #fff;
    line-height: 25px;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 0 13px 0 35px;
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size: 12px;
    margin-left: 20px;
    width: 100px;
    display: inline-block;
}

    table.classic a.button:hover {
        background-color: #0FC4F3;
    }

    table.classic a.button.edit {
        background-image: url('img/icon-edit.svg');
    }

    table.classic a.button.add {
        background-image: url('img/icon-add.svg');
    }

table a.icon {
    display: inline-block;
    width: 30px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
}

    table a.icon.pdf {
        background-image: url('img/icon-pdf.svg');
    }

    table a.icon.edit {
        background-image: url('img/icon-edit-green.svg');
    }
    table a.icon.csv {
        background-image: url('img/icon-csv.svg');
    }

    table a.icon.cal {
        background-image: url('img/icon-cal.svg');
    }
    table a.icon.fmec {
        background-image: url('img/icon-fmece.svg');
        background-size:auto;
    }

    table a.icon.remove {
        background-image: url('img/icon-remove-hover.svg');
    }

    table a.icon.up {
        background-image: url('img/icon-up.svg');
    }

    table a.icon.down {
        background-image: url('img/icon-down.svg');
    }
.col a.icon {
    display: inline-block;
    width: 30px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
}

    .col a.icon.pdf {
        background-image: url('img/icon-pdf.svg');
    }

    .col a.icon.edit {
        background-image: url('img/icon-edit-green.svg');
    }
    .col a.icon.csv {
        background-image: url('img/icon-csv.svg');
    }


    .col a.icon.cal {
        background-image: url('img/icon-cal.svg');
    }
    .col a.icon.fmec {
        background-image: url('img/icon-fmece.svg');
        background-size: contain;
    }

    .col a.icon.remove {
        background-image: url('img/icon-remove-hover.svg');
    }

    .col a.icon.up {
        background-image: url('img/icon-up.svg');
    }

    .col a.icon.down {
        background-image: url('img/icon-down.svg');
    }

table button.icon {
    display: inline-block;
    width: 30px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

    table button.icon.pdf {
        background-image: url('img/icon-pdf.svg');
    }

    table button.icon.edit {
        background-image: url('img/icon-edit-green.svg');
    }
    table button.icon.csv {
        background-image: url('img/icon-csv.svg');
    }
    table button.icon.cal {
        background-image: url('img/icon-cal.svg');
    }
    table button.icon.fmec {
        background-image: url('img/icon-fmece.svg');
        background-size:contain;
    }
    table button.icon.remove {
        background-image: url('img/icon-remove-hover.svg');
    }
    table button.icon.split {
        background-image: url('img/icon-split-green.svg');
    }
    table button.icon.up {
        background-image: url('img/icon-up.svg');
    }

    table button.icon.down {
        background-image: url('img/icon-down.svg');
    }
    .col button.icon {
    display: inline-block;
    width: 30px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

        .col button.icon.pdf {
            background-image: url('img/icon-pdf.svg');
        }

        .col button.icon.edit {
            background-image: url('img/icon-edit-green.svg');
        }
        .col button.icon.csv {
            background-image: url('img/icon-csv.svg');
        }
        .col button.icon.cal {
            background-image: url('img/icon-cal.svg');
        }
        .col button.icon.fmec {
            background-image: url('img/icon-fmece.svg');
            background-size: contain;
        }

        .col button.icon.remove {
            background-image: url('img/icon-remove-hover.svg');
        }

        .col button.icon.up {
            background-image: url('img/icon-up.svg');
        }

        .col button.icon.down {
            background-image: url('img/icon-down.svg');
        }
.login-box {
    background-color: #fff;
    width: calc(100% - 40px);
    max-width: 570px;
    padding: 35px 35px 50px;
    display: block;
    margin: 150px auto;
    box-shadow: 0px 10px 30px #32C7B952;
    border-radius: 10px;
    float: none;
    font-size: 16px;
    color: #707070;
}

    .login-box .logo {
        text-align: center;
        margin-bottom: 70px;
    }

        .login-box .logo img {
            width: 320px;
        }

    .login-box .title {
        font-size: 25px;
        color: #58DCCF;
        margin-bottom: 30px;
    }

    .login-box input[type="text"], input[type="date"],  input[type="number"], input[type="datetime"], input[type="password"] {
        width: 100%;
        font-size: 20px;
        font-family: 'Poppins';
        color: #073563;
        padding: 10px 0;
        margin-bottom: 20px;
        border: 0;
        /*outline: none;*/
        border-bottom: 1px solid #E8F1F0;
    }

    .login-box input[type="submit"] {
        width: 100%;
        height: 50px;
        color: #fff;
        /*outline: none;*/
        cursor: pointer;
        font-size: 20px;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-family: 'Poppins';
        background: #57DCCF;
        border: 3px solid #E8F1F0;
        border-radius: 25px;
        margin-bottom: 25px;
    }

        .login-box input[type="submit"]:hover {
            background: #0FC4F3;
        }

    .login-box label[for="rememberme"], label[for="showfirst"] {
        display: block;
        margin: 20px 0 30px;
        font-size: 16px;
        color: #707070;
        cursor: pointer;
    }

    .login-box a {
        color: #57DCCF;
        text-decoration: underline;
    }

        .login-box a:hover {
            text-decoration: none;
        }

::-webkit-input-placeholder {
    color: #073563;
}

::-moz-placeholder {
    color: #073563;
}

:-ms-input-placeholder {
    color: #073563;
}

:-moz-placeholder {
    color: #073563;
}

.card {
    width: 100%;
    padding: 27px 20px;
    border: 1px solid #C9C9C9;
    float: left;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .card.open {
        border-color: #57DCCF;
    }

    .card.collapse .card-body {
        display: none;
    }

    .card.collapse.open .card-body {
        display: block;
    }

    .card.collapse.open .card-title {
        margin-bottom: 30px;
    }

    .card.collapse .card-title {
        background-image: url('img/icon-harmonika.svg');
        margin-bottom: 0;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: right center;
    }

    .card.collapse.open .card-title {
        background-image: url('img/icon-harmonika-open.svg');
    }

    .card .card-title {
        font-size: 20px;
        margin: 0 0 35px;
        color: #073563;
        font-weight: 600;
        text-transform: uppercase;
    }
    .dark .card .card-title {
        color: #e1e4e7;
    }

    .card .col-form-label {
        float: left;
        color: #073563;
        font-size: 14px;
        font-weight: 600;
        padding: 10px 0;
        text-align: right;
        padding-right: 50px;
        position: relative;
    }
    .dark .card .col-form-label {
        color: #e1e4e7;
    }

    .card .col-sm-9 {
        width: 75%;
        float: right;
    }
    .col-sm-9 {
        width: 75%;
        float:left;
    }
    .col-sm-6 {
        width: 50%;
        float:left;
    }
.col-sm-3 {
    width: 25%;
    float: left;
}

.card input[type="text"], .card input[type="date"], .card input[type="password"], .card input[type="email"], .card select, .card input[type="number"], .card textarea {
    background: #fff;
    border: 1px solid #E8F1F0;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    outline: none;
    color: #A2A2A2;
}
input[type="text"], input[type="password"], input[type="date"], input[type="email"], select, input[type="number"], textarea {
    background: #fff;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    outline: none;
    color: #A2A2A2;
}
.dashcard input[type="text"], .dashcard input[type="password"], input[type="date"], .dashcard input[type="email"], .dashcard select, input[type="number"], .dashcard textarea {
    background: #fff;
    border: 1px solid #E8F1F0;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    outline: none;
    color: #A2A2A2;
}
.dark .card input[type="text"], .dark .card input[type="password"], .dark input[type="date"], .dark .card input[type="email"], .dark input[type="number"], .dark .card select, .dark .card textarea {
    background: #092036;
    border: 1px solid #092036;
}
.dark input[type="text"]::placeholder, .dark input[type="password"]::placeholder, input[type="date"]::placeholder, .dark input[type="email"]::placeholder, input[type="number"]::placeholder, .dark select::placeholder, .dark textarea::placeholder {
    color: #A2A2A2;
}

.card input[type="text"]:focus, .card input[type="password"]:focus, input[type="date"]:focus, .card input[type="email"]:focus, input[type="number"]:focus, .card select:focus, .card textarea:focus {
    border-color: #57DCCF;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, .card input[type="email"]:focus, input[type="number"]:focus, .card select:focus, .card textarea:focus {
    border-color: #57DCCF;
}
    .card .form-group {
        margin-bottom: 14px;
        width: 100%;
        float: left;
        padding: 0;
    }
 .form-group {
    margin-bottom: 14px;
    width: 100%;
    float: left;
    padding: 0;
}

    .card .col-form-label i, .card .card-subtitle i, .card .table-responsive td i, .card .col-lg-3 label i {
        width: 20px;
        height: 20px;
        cursor: pointer;
        margin-left: 5px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('img/icon-help.svg');
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 10px;
    }


    .card .table-responsive table {
        width: 100%;
        border: 0;
        border-collapse: collapse;
        font-size: 15px;
        color: #073563;
        font-weight: 600;
    }
.dark .card .table-responsive table {
    color: #e1e4e7;
    
}

        .card .table-responsive table th {
            text-align: left;
            padding: 10px 2px;
            border-bottom: 1px solid #57DCCF;
        }

        .card .table-responsive table td {
            padding: 15px 0;
            border-bottom: 1px solid #E8F1F0;
        }

            .card .table-responsive table td input[type="checkbox"] {
                margin-right: 15px;
                position: relative;
                top: 4px;
            }

    .card .table-responsive {
        display: block;
    }

    .card .table-responsive {
        margin-bottom: 30px;
    }

        .card .table-responsive table .show-hide {
            display: none;
        }

    .card .card-subtitle {
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url('img/icon-tab.svg');
        font-size: 16px;
        color: #073563;
        font-weight: 600;
        position: relative;
        padding: 10px 0;
        cursor: pointer;
        margin: 0 0 15px;
        border-bottom: 1px solid #57DCCF;
    }

        .card .card-subtitle.active {
            background-image: url('img/icon-tab-open.svg');
        }

        .card .table-responsive table td i, .card .card-subtitle i, .card .col-lg-3 label i {
            position: relative;
            right: 0;
            top: 4px;
        }

    .card .row {
        padding: 0;
    }

    .card .col-lg-3 {
        width: 25%;
        padding-right: 20px;
        float: left;
    }
    .card .col-lg-6 {
        width: 50%;
        padding-right: 20px;
        float: left;
    }
    .card .col-lg-12 {
        width: 100%;
        padding-right: 20px;
        float: left;
    }
    .card .col-lg-9 {
        width: 75%;
        padding-right: 20px;
        float: left;
    }
    .card .col-lg-4 {
        width: 33.3%;
        padding-right: 20px;
        float: left;
    }
    .card .col-lg-8 {
        width: 66.66%;
        padding-right: 20px;
        float: left;
    }

        .card  label {
            color: #073563;
            font-size: 15px;
            font-weight: 600;
            display: block;
            margin-bottom: 15px;
        }
        .dark .card  label {
            color: #e1e4e7;
        }

.table-responsive table a.icon {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background-size: 20px auto;
}

.form-horizontal label {
    color: #073563;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.zavaznost {
    color: #073563;
}

    .zavaznost table {
        font-size: 16px;
        border: 0;
        /*display: none;*/
        border-collapse: collapse;
    }

        .zavaznost table th {
            text-align: left;
            padding-bottom: 5px;
            border-bottom: 1px solid #A2A2A2;
        }

        .zavaznost table td {
            font-size: 14px;
            padding: 10px 0;
            border-bottom: 1px solid #A2A2A2;
        }

        .zavaznost table textarea {
            color: #242424;
        }

        .zavaznost table tr td:nth-child(1) {
            color: #073563;
            font-weight: 700;
        }

        .zavaznost table tr td:nth-child(2) {
            color: #A2A2A2;
        }

.form-bottom {
    background: rgba(232, 241, 240, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    padding: 25px 0;
}

    .form-bottom .btn.save {
        background-repeat: no-repeat;
        background-position: 15px center;
        background-image: url('img/icon-save.svg');
        float: left;
    }

    .form-bottom .btn.duplicate {
        float: right;
        background-repeat: no-repeat;
        background-position: 10px center;
        background-image: url('img/icon-duplicate.svg');
        background-color: #57DCCF;
    }

        .form-bottom .btn.duplicate:hover {
            background-color: #0FC4F3;
        }

button.btn.btn-sm {
    width: 50px;
    height: 25px;
    background-color: transparent;
    padding: 0;
    background-image: url('img/icon-plus.svg');
}

    button.btn.btn-sm i {
        display: none;
    }

body.dark-theme .box {
    box-shadow: none;
    border-left: 1px solid #1E88E5;
    border-right: 1px solid #1E88E5;
    border-bottom: 1px solid #1E88E5;
}

body.dark-theme .border {
    border-color: #1E88E5;
}

body.dark-theme, body.dark-theme .box {
    background-color: #112941;
}

    body.dark-theme header {
        background-color: #092036;
        box-shadow: none;
    }

    body.dark-theme footer {
        background-color: #000000;
    }

    body.dark-theme .summary .item {
        border-color: #1E88E5;
        color: #fff;
    }

        body.dark-theme .summary .item:hover {
            background: #092036;
            border-color: #092036;
        }

    body.dark-theme .tasks-list .item, body.dark-theme table.classic, body.dark-theme .third.test .title, body.dark-theme .fmece .box-title {
        color: #fff;
    }

        body.dark-theme table.classic td {
            border-color: #1E558D;
        }








footer {
    background: #A2A2A2;
    padding: 30px 0;
    float: left;
    width: 100%;
    color: #fff;
}
.dark footer {
    background: #092036;
}
    footer a {
        color: #fff;
    }

.clear {
    clear: both;
}

.only-mobile {
    display: none;
}




@media (max-width: 1800px) {
    .summary .item .name {
        font-size: 18px;
    }

    .summary .item .icon {
        width: 70px;
    }
}

@media (max-width: 1500px) {
    .summary .item {
        padding: 20px;
        width: 100%;
        margin: 0 0 15px;
    }
}

@media (max-width: 1300px) {
    .summary .item .name {
        font-size: 16px;
    }

    header .main-menu li {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    header .main-menu {
        display: none;
    }

    header .menu-show {
        display: block;
    }

    header .logo {
        width: 130px;
    }

    header {
        padding: 10px 0;
    }

    .row {
        padding: 0 20px;
    }

    .news-list .item .name, .card .card-title {
        font-size: 18px;
    }

    section.main {
        margin-top: 70px;
    }

    footer, footer .half.text-right {
        text-align: center;
    }
}

@media (max-width: 900px) {
    .login-box {
        margin: 60px auto;
    }

    .third, .half {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .card .col-form-label {
        width: 100%;
        text-align: left;
    }

    .card .col-sm-9 {
        width: 100%;
    }

    .card .col-form-label i, .card .card-subtitle i, .card .table-responsive td i, .card .col-lg-3 label i {
        position: relative;
        top: 5px;
        right: inherit;
    }
}

input[type="text"] .invalid, input[type="date"] .invalid, input[type="number"] .invalid, input[type="datetime"] .invalid {
    border: 1px solid red !important;
}



