@import "./montserrat-webfont.css";
@import "./flags.css";
@import "./checkboxes.css";
@import "./bootstrap-datepicker.min.css";
@import "./bootstrap-clockpicker.min.css";
@import "./select2.min.css";
@import "./sweet-alert.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic&subset=latin,latin-ext);

/*************************************************
TYPOGRAFIE
*************************************************/
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #ececec;
    font-size: 14px;
    word-wrap: break-word;
}
.contentbox {
    margin-top: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    width: 100%;
}
.paddingbox {
    padding: 0 15px;
}
.halfpaddingbox {
    padding: 7px 15px;
}
.fullpaddingbox {
    padding: 15px;
}
h1, h2, h3, h4, h5, h6, .montserrat {
    font-family: 'Zilla Slab', serif;
}
p {font-size: 14px;}
h1 {font-size: 42px !important;}
h2 {font-size: 36px !important;}
h3 {font-size: 30px !important;}
h4 {font-size: 25px !important;}
h5 {font-size: 18px !important;}
h6 {font-size: 13px !important;}
.font-2x {font-size: 17px;}
.font-3x {font-size: 20px;}
.font-4x {font-size: 25px;}
.font-5x {font-size: 30px;}
.font-xxl {font-size: 70px !important;}

a:not(.btn), a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):visited, .color, .text-primary {
    color: #3B5998;
}
a.nounderline {
    text-decoration: none;
}
a.nostyle, a.nostyle:hover, a.nostyle:focus, a.nostyle:visited {
    color: #333;
    text-decoration: none;
}
thead a, thead a:hover, thead a:focus, thead a:visited {
    color: #333 !important;
}
.gray {
    color: #959595;
}
a.gray, a.gray:hover, a.gray:focus, a.gray:visited {
    color: #959595;
}
.darkgray {
    color: #6f6f6f;
}
a.darkgray, a.darkgray:hover, a.darkgray:focus, a.darkgray:visited {
    color: #6f6f6f;
}
hr .color {
    border-color: #3B5998;
}
hr {
    border-color: rgba(97, 97, 97, 0.41);
}

mark {
    color: #333;
    background: #ffd548 none repeat scroll 0% 0%;
}
blockquote {
    border-left: 5px solid #d2d2d2;
}
.label {
    font-weight: 400;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #3B5998;
}
.alert {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
::selection {
    background: rgba(71, 115, 190, 0.7);
}
::-moz-selection {
    background: rgba(71, 115, 190, 0.7);
}
.label-primary {
    background-color: #3B5998;
}
.lead {
    font-size: 18px;
}
.img-rounded {
    border-radius: 2px;
}
h1.bigicon {font-size: 70px !important;}
.documenthead {
    background-color: #f3f3f3;
    padding: 15px;
}
.documenthead h1 {
    margin-top: 0;
    font-weight: 700;
}
.img-icon-sm {
    max-height: 24px;
}
.georgiastyle {
    font-family: Georgia, serif;
    font-weight: bold;
    font-style: italic;
}
.icon128 {
    max-height: 128px;
}
.icon64 {
    max-height: 64px;
}
.icon48 {
    max-height: 48px;
}
.icon32 {
    max-height: 32px;
}
.icon24 {
    max-height: 24px;
}
.img-inline {
    display: inline-block;
    max-height: 1.3em;
    margin-top: -5px;
}
.helpcontent img {
    max-width: 100%;
    height: auto;
}
/*************************************************
ASSETS
*************************************************/
.line-bottom {
    border-bottom: 1px solid #cccccc;
}
.line-top {
    border-top: 1px solid #cccccc;
}
.line-right {
    border-right: 1px solid #cccccc;
}
.line-left {
    border-left: 1px solid #cccccc;
}
.line-all {
    border: 1px solid #cccccc;
}
.page-header {
    padding-bottom: 5px;
    margin: 20px 0px 10px;
    border-bottom: 1px solid #cccccc;
}
.margin-sm-bottom {
    margin-bottom: 5px !important;
}
.margin-md-bottom {
    margin-bottom: 10px !important;
}
.margin-lg-bottom {
    margin-bottom: 20px !important;
}
.margin-sm-top {
    margin-top: 5px !important;
}
.margin-md-top {
    margin-top: 10px !important;
}
.margin-lg-top {
    margin-top: 20px !important;
}
.margin-sm-right {
    margin-right: 5px !important;
}
.margin-md-right {
    margin-right: 10px !important;
}
.margin-lg-right {
    margin-right: 20px !important;
}
.margin-sm-left {
    margin-left: 5px !important;
}
.margin-md-left {
    margin-left: 10px !important;
}
.margin-lg-left {
    margin-left: 20px !important;
}
.margin-none-top {
    margin-top: 0 !important;
}
.margin-none-left {
    margin-left: 0 !important;
}
.margin-none-right {
    margin-right: 0 !important;
}
.margin-none-bottom {
    margin-bottom: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
.nopadding {
    padding: 0 !important;
}
.height100 {
    height: 100%;
}
.width100 {
    width: 100%;
}
.noshadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.shadowbox {
    color: #333;
}
@media (min-width: 992px) {
    .shadowbox {
        background-color: #FBFBFB;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        box-shadow: 10px 10px 0px -6px rgba(0, 0, 0, 0.15);
        padding: 15px;
    }
}
.addshadow {
    box-shadow: 10px 10px 0px -6px rgba(0, 0, 0, 0.15);
}
.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.whitebox {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FBFBFB;
    padding: 15px;
}
.vertical-center {
    margin: 0 auto;
}
/*horizontal line w/ label*/
.hr-strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.hr-strike.dark-color > span {
    color: #3b5998;
}

.hr-strike > span {
    position: relative;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 2px;
    padding: 1px 8px;
}
.hr-strike.dark-color > span {
     border: 1px solid #3b5998;
}

.hr-strike > span:before,
.hr-strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #333;
}

.hr-strike.dark-color > span:before,
.hr-strike.dark-color > span:after {
    background: #3b5998;
}

.hr-strike > span:before {
    right: 100%;
    margin-right: 0px;
}

.hr-strike > span:after {
    left: 100%;
    margin-left: 0px;
}
.hr-strike > i {
    position: absolute;
    right: 0px;
    font-size: 24px;
    line-height: 24px;
}
.hr-strike.dark-color > i {
    color: #3b5998;
}
fieldset {
    position: relative;
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
    margin: 0px 0px 5px;
    padding-top: 0px;
}
legend {
    width: auto;
    padding: 2px;
    margin-bottom: 0;
    font-size: 14px;
    border: 0px none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lightselect ::selection {
    background: rgba(0, 0, 0, 0.11);
}
.lightselect ::-moz-selection {
    background: rgba(0, 0, 0, 0.11);
}
.normalcursor {
    cursor: default;
}
.pointercursor {
    cursor: pointer;
}
/*fix pro striped tabulku*/
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #EEE;
}
.table.table-content-middle td {
    vertical-align: middle;
}
.footerlogo {
    max-height: 27px;
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.footerlogo:hover, .footerlogo:focus {
    opacity: 0.7;
}

ul.sortlistplus {
    list-style: none;
    padding: 0;
}
ul.sortlistplus li {
    width: 100%;
    background-color: #F8F8F8;
    line-height: 24px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    padding: 3px 10px;
    margin-bottom: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
    cursor: move;
}
ul.sortlistplus li img {
    float: right;
    cursor: pointer;
}

ul.sortlistplus3 {
    list-style: none;
    padding: 0;
}
ul.sortlistplus3 li {
    width: 100%;
    background-color: #F8F8F8;
    line-height: 24px;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    padding: 3px 40px 3px 10px;
    margin-bottom: 7px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
    cursor: move;
    position: relative;
}
ul.sortlistplus3 li .btn {
    margin-top: 8px;
}
.star-mark-red {
    color: #e22e15;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.star-mark-green {
    color: #18af15;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.star-mark-yellow {
    color: #ff9300;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.star-mark-blue {
    color: #0088ff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.star-mark-purple {
    color: #9e00da;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.star-mark-red.inactive {
    color: rgba(226, 46, 21, 0.15);
    text-shadow: none !important;
}
.star-mark-green.inactive {
    color: rgba(24, 175, 21, 0.15);
    text-shadow: none !important;
}
.star-mark-yellow.inactive {
    color: rgba(255, 147, 0, 0.15);
    text-shadow: none !important;
}
.star-mark-blue.inactive {
    color: rgba(0, 136, 255, 0.15);
    text-shadow: none !important;
}
.star-mark-purple.inactive {
    color: rgba(184, 0, 255, 0.15);
    text-shadow: none !important;
}

/*************************************************
MENU
*************************************************/
.navbar.navbar-main {
    background-color: #4773BE;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.18);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.18);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.18);
}
.navbar.navbar-main {
    font-size: 15px;
    border-width: 0;
    margin-bottom:0;
}
.navbar.navbar-main .navbar-brand{
    padding: 0;
}
.navbar .navbar-brand h4 {
    margin-top:10px;
    color: #222;
    text-transform: none;
    font-size: 25px !important;
    line-height: 33px;
    display: inline-block;
}
.brandimage span {
    margin-top:0;
    font-family: 'Zilla Slab', serif;
    margin-bottom:0;
    font-size:25px;
    color: #222;
    text-transform: none;
    line-height: 43px;
    display: inline-block;
    font-weight: 500;
}
.brandimage img {
    max-height: 25px;
    margin-top: -12px;
    margin-right: 7px;
    display: inline-block;
}
@media (min-width: 768px) {
    .navbar.navbar-main > .container .navbar-brand, .navbar.navbar-main > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
    .navbar-right {
        margin-right: 0px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
        -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
        transition: background .3s ease-in-out,padding .3s ease-in-out;
    }

    .navbar.navbar-main .open > a, .navbar.navbar-main .open > a:focus, .navbar.navbar-main .open > a:hover,
    .navbar.navbar-main .navbar-nav > li > a:hover,
    .navbar.navbar-main .navbar-nav > li > a:focus,
    .navbar.navbar-main .navbar-nav > li.active > a {
        color: #FFF;
        background-color: #3B5998;
        -o-transition:.35s;
        -ms-transition:.35s;
        -moz-transition:.35s;
        -webkit-transition:.35s;
        transition:.35s;
    }
    /*hover v submenu*/
    .navbar.navbar-main .dropdown-menu > li > a:focus, .navbar.navbar-main .dropdown-menu > li > a:hover, .navbar.navbar-main .dropdown-menu > li.active > a {
        color: #fff !important;
        text-decoration: none;
        background-image: none !important;
        background-color: #4773BE !important;
    }
}

.navbar.navbar-main .navbar-nav > li > a {
    padding-top: 0;
    color: #FFF;
    line-height: 50px;
    height: 50px;
    text-shadow: none;
    -o-transition:.35s;
    -ms-transition:.35s;
    -moz-transition:.35s;
    -webkit-transition:.35s;
    transition:.35s;
}

.pull-right .dropdown-menu {
    left: 5px;
    right: auto;
}

/* mobile menu*/
@media (max-width: 768px) {
    .navbar.navbar-main .nav > li > a:focus, .navbar.navbar-main .nav > li > a:hover {
        color: #FFF;
        background-color: #4773BE;
        -o-transition:.35s;
        -ms-transition:.35s;
        -moz-transition:.35s;
        -webkit-transition:.35s;
        transition:.35s;
    }

    .navbar-toggle {
        padding: 2px 0 0 0;
        color: #fff;
    }
    .navbar-brand {
        padding: 0px 0px 0px 13px !important;
    }
    .navbar.navbar-main .open > a:hover,
    .navbar.navbar-main .navbar-nav > li > a:hover,
    .navbar.navbar-main .navbar-nav > li.active > a,
    .navbar.navbar-main .dropdown-menu > li > a:focus,
    .navbar.navbar-main .dropdown-menu > li > a:hover {
        color: #fff !important;
        background-color: #4773BE !important;
        -o-transition:.35s;
        -ms-transition:.35s;
        -moz-transition:.35s;
        -webkit-transition:.35s;
        transition:.35s;
    }
    /*hover v submenu*/
    .navbar.navbar-main .dropdown-menu > li > a:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #3B5998;
    }
    .navbar.navbar-main .navbar-nav > li.dropdown.open > a {
        color: #fff;
        background-color: #3B5998;
    }
    .navbar.navbar-main .open .dropdown-menu {
        background-color: #f1f1f1;
    }
    .navbar.navbar-main .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
    }
    .navbar.navbar-main .open .dropdown-menu .dropdown-header, .navbar.navbar-main .open .dropdown-menu > li > a {
        padding: 15px 15px 15px 25px;
    }
}
.dropdown-menu {
    z-index: 1100;
    background-color: #fbfbfb;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.dropdown-menu > li > a {
    color: #333 !important;
}

/*************************************************
PATICKA
*************************************************/
:not(blockquote) > footer {
    margin-top: 25px;
    color: #dddddd;
    /*background: rgba(30, 28, 28, 1) url("../img/footer-bg.jpg") no-repeat scroll 0px 0px / cover;*/
    background: rgb(29, 29, 28);
    padding: 25px 0 15px 0;
}
:not(blockquote) > footer p {
    margin: 0;
}
:not(blockquote) > footer ul {
    margin-bottom: 2px;
    padding-left: 0;
}
:not(blockquote) > footer .dark {
    color: #999999;
}

/*************************************************
MORE...
*************************************************/
.btn {
    border-radius: 2px;
}
.btn.nobgimg {
    background-image: none !important;
}
.btn-primary {
    background-image: linear-gradient(to bottom, #4773BE 0px, #3B5998 100%) !important;
    border-color: #3B5998 !important;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #3B5998 !important;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #3B5998 !important;
    border-color: #314176 !important;
}
.documenthead .list-inline {
    margin-bottom: 0;
}
.documenthead .btn, .strankaelementbox .btn {
    background-image: none !important;
    background-color: #f8f8f8 !important;
    margin-bottom: 3px;
}
.documenthead .breadcrumb {
    margin: 0;
    padding: 0 0 8px 0;
}
.headertools .btn, .headertools .btn-group .btn {
    position: relative;
    margin-left: 5px;
}
.headertools .btn > .label {
    position: absolute;
    top: -5px;
    right: -5px;
}
.headertools .btn > img {
    max-height: 30px;
    display: inline-block;
}
.headertools .btn.iconbtn {
    background-image: none !important;
    background-color: transparent !important;
    border: 0px none;
    box-shadow: none;
}
.headertools .btn.iconbtn:hover {
    background-image: none !important;
    background-color: #ededed !important;
    border: 0px none;
    box-shadow: none;
}
.headertools .pull-right .btn-group > .btn {
    background-image: none !important;
    background-color: transparent !important;
    text-shadow: none;
    border: 0px none;
    box-shadow: none;
}
.headertools .pull-right .btn-group > .btn:hover, .pull-right .btn-group.open > .btn  {
    background-image: none !important;
    background-color: #ededed !important;
    border: 0px none;
    box-shadow: none;
}
.headertools .dropdown-menu.large {
    right: 0;
    top: 108%;
    left: auto;
    min-width: 291px;
}
.headertools .dropdown-menu.large {
    animation-name: slidenavAnimation; animation-duration:.2s; animation-iteration-count: 1; animation-timing-function: ease; animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation; -webkit-animation-duration:.2s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: ease; -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation; -moz-animation-duration:.2s; -moz-animation-iteration-count: 1; -moz-animation-timing-function: ease; -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
@-webkit-keyframes slidenavAnimation {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.headertools .dropdown-menu.large:before {
    position: absolute; top: -7px; right: 59px; display: inline-block; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-left: 7px solid transparent; border-bottom-color: rgba(0, 0, 0, 0.2); content: '';
}
.headertools .dropdown-menu.large:after {
    position: absolute; top: -6px; right: 60px; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #fbfbfb; border-left: 6px solid transparent; content: '';
}
.headertools .dropdown-menu.large > .list-inline > li {
    margin-right: -12px;
}
.alert {
    padding: 10px;
    background-image: none !important;
}
.dashboardbox {
    border: 2px solid #3B5998;
    padding: 7px;
    color: #333;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: rgba(59, 89, 152, 0.2);
}
.dashboardbox:hover {
    background-color: rgba(59, 89, 152, 0.4);
}
.dashboardbox-success {
    border: 2px solid #5CB85C;
    background-color: rgba(92, 184, 92, 0.2);
}
.dashboardbox-success:hover {
    background-color: rgba(92, 184, 92, 0.4);
}
.dashboardbox-danger {
    border: 2px solid #D9534F;
    background-color: rgba(217, 83, 79, 0.2);
}
.dashboardbox-danger:hover {
    background-color: rgba(217, 83, 79, 0.4);
}
.dashboardbox-warning {
    border: 2px solid #F0AD4E;
    background-color: rgba(240, 173, 78, 0.2);
}
.dashboardbox-warning:hover {
    background-color: rgba(240, 173, 78, 0.4);
}
.dashboardbox i {
    font-size: 80px;
    text-align: center;
}
.dashboardbox p {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
.dashboardbox p > strong {
    font-size: 30px;
}
.photoview {
    margin-bottom: 10px;
    position: relative;
}
.photoview .img {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.photoview .img > img {
    height: 180px;
    object-fit: cover;
    min-width: 100%;
    overflow: hidden;
    max-width: 100%;
}
.photoview .img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}
.photoview .img:hover:before {
    opacity: 1;
}
.photoview .img .buttons {
    position: absolute;
    top: 40px;
    width: 100%;
}
.photoview .img button {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    border: 0px none;
    border-radius: 2px;
    width: 80%;
    padding: 3px;
    margin: 5px auto;
    z-index: 20;
}
.photoview .reorder {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    border: 0px none;
    text-align: center;
    border-radius: 2px;
    padding: 3px;
    cursor: move;
    position: absolute;
    width: 30px;
    margin: 0;
    top: 0;
    left: 0;
}
.photoview .reorder > img {
    width: auto;
    max-height: 1em;
    display: inline-block;
    margin-bottom: 3px;
}

.photoview .img:hover button, .photoview .img:hover .reorder {
    display: block;
}
.photoview .img button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.fileview {
    margin-bottom: 10px;
    position: relative;
}
.fileview .img {
    position: relative;
    overflow: hidden;
    height: 180px;
    border-radius: 2px;
    border: 1px solid #eee;
    background-color: #fafafa;
}
.fileview > .img > img {
    max-height: 64px;
    max-width: 64px;
    margin: 20px auto 15px auto;
}
.fileview h5 {
    margin: 0 20px;
    text-align: center;
    max-height: 7rem;
}
.fileview .img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}
.fileview .img:hover:before {
    opacity: 1;
}
.fileview .img .buttons {
    position: absolute;
    top: 40px;
    width: 100%;
}
.fileview .img button {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    border: 0px none;
    border-radius: 2px;
    width: 80%;
    padding: 3px;
    margin: 5px auto;
    z-index: 20;
}
.fileview .reorder {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    border: 0px none;
    text-align: center;
    border-radius: 2px;
    padding: 3px;
    cursor: move;
    position: absolute;
    width: 30px;
    margin: 0;
    top: 0;
    left: 0;
}
.fileview .reorder > img {
    width: auto;
    max-height: 1em;
    display: inline-block;
    margin-bottom: 3px;
}

.fileview .img:hover button, .fileview .img:hover .reorder {
    display: block;
}
.fileview .img button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.ghostdrop {
    opacity: 0.5;
}
.movecursor {
    cursor: move;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: 0px;
    border-left: none;
}
.spinner .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    border-right: 0px none;
}
.spinner .form-control {
    height: 100%;
}

/*************************************************
INPUTY
*************************************************/
.form-control, .form-group-lg > .form-control, .form-group-sm > .form-control{
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2b2b2b;
    transition: background 0.2s linear 0s, border 0.2s linear 0s;
}
.form-control:disabled{
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}/*
.form-control:focus{
    background-color: rgba(255, 102, 0, 0.12);
    background-image: none;
    border: 1px solid rgba(255, 102, 0, 0.9);
    box-shadow: none !important;
    border-radius: 2px;
    color: #2b2b2b;
}*/
.form-control:focus{
    background-color: #DDE4F1;
    background-image: none;
    border: 1px solid #3B5998;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2b2b2b;
}
.has-warning > .form-control:focus, .has-success > .form-control:focus, .has-error > .form-control:focus,
.has-warning > .input-group > .form-control:focus, .has-success > .input-group  > .form-control:focus, .has-error > .input-group  > .form-control:focus{
    background-color: #e9e9e9 !important;
    background-image: none;
    box-shadow: none;
    color: #2b2b2b;
}
.input-group-addon {
    color: #555;
    background-color: #EEE;
    border: 1px solid #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
textarea {
    max-width: 100%;
}
.form-group {
    margin-bottom: 10px;
}
label {
    margin-bottom: 0;
}
.form-inline label {
    margin-bottom: 5px;
}
.form-control:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.53);
}
.form-control:focus:-moz-placeholder {
    color: rgba(0, 0, 0, 0.53);
}
.form-control:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.53);
}
.form-control:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.53);
}
.has-feedback label ~ .form-control-feedback {
    top: 23px;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label,
.has-warning .form-control-feedback, .has-warning .input-group-addon, .text-warning, .alert-warning {
    color: #F08324;
}
.has-warning .form-control, .has-warning .form-control:focus, .has-warning .input-group-addon, .alert-warning {
    border-color: #F08324;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label,
.has-success .form-control-feedback, .has-success .input-group-addon, .text-success, .alert-success {
    color: #6E961C;
}
.has-success .form-control, .has-success .form-control:focus, .has-success .input-group-addon, .alert-success {
    border-color: #6E961C;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label,
.has-error .form-control-feedback, .has-error .input-group-addon, .text-danger, .alert-danger {
     color: #E23A28;
}
.has-error .form-control, .has-error .form-control:focus, .has-error .input-group-addon, .alert-danger {
    border-color: #E23A28;
}
.alert-info {
    border-color: #31708F;
}










.datepicker table tr td.active.active,
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #3B5998;
    background-image: none;
}

.form-group .progress, .form-group-lg .progress {
    margin-bottom: 0 !important;
}
/*modal okno*/
.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.close {
    font-size: 27px;
}
.mce-fullscreen {
    z-index: 10000 !important;
}

/*************************************************
NAVIGATION - STEPS
*************************************************/
.nav-wizard > li {
    float: left;
    margin-bottom: 5px;
}
.nav-wizard > li > a {
    position: relative;
    background-color: #E8E8E8;
    color: #333;
}
.nav-wizard > li > a .badge {
    margin-left: 3px;
    color: #ebebeb;
    background-color: #3B5998;
}
.nav-wizard > li:not(:first-child) > a {
    padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #ffffff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.nav-wizard > li:not(:last-child) > a {
    margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a:after {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #E8E8E8;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.nav-wizard > li:first-child > a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.nav-wizard > li:last-child > a {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
    background-color: #ddd;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
    border-right-color: #ddd;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
    border-left-color: #ddd;
}
.nav-wizard > li.done > a {
    background-color: #E8E8E8;
}
.nav-wizard > li.done > a:before {
    border-right-color: #E8E8E8;
}
.nav-wizard > li.done > a:after {
    border-left-color: #E8E8E8;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
    color: #ffffff;
    background-color: #3B5998;
}
.nav-wizard > li.active > a:after {
    border-left-color: #3B5998;
}
.nav-wizard > li.active > a .badge {
    color: #3B5998;
    background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
    color: #555;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #555;
    cursor: default;
}
.nav-wizard > li.disabled > a:before {
    border-right-color: #555;
}
.nav-wizard > li.disabled > a:after {
    border-left-color: #555;
}
.nav-wizard.nav-justified > li {
    float: none;
}
.nav-wizard.nav-justified > li > a {
    padding: 10px 15px;
}
@media (max-width: 768px) {
    .nav-wizard.nav-justified > li > a {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-right: 0;
    }
    .nav-wizard.nav-justified > li > a:before,
    .nav-wizard.nav-justified > li > a:after {
        border: none !important;
    }
}

/*************************************************
PAGINATION
*************************************************/
.pagination {
    margin: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination > li > a, .pagination > li > a:visited, .pagination > li > span {
    color: #333;
    border: 1px solid #c6c6c6;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #333;
    background-color: #dfdfdf;
    border-color: #c6c6c6;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 4;
    color: #FFF;
    cursor: default;
    background-color: #4773BE;
    border-color: #3B5998;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    border-color: #c6c6c6;
}



/*************************************************
LOADING STATE - JS PLUGIN
*************************************************/
.loading-overlay {
    display: table;
    opacity: 0.7;
}

.loading-overlay-content {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 1.15em;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.loading-overlay.loading-theme-light {
    background-color: #fff;
    color: #000;
}

.loading-overlay.loading-theme-dark {
    background-color: #000;
    color: #fff;
}
/*************************************************
SIDEBAR NAV = LIST-GROUP
*************************************************/
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
a.list-group-item {
    color: #555;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #4773BE;
}
.list-group-item {
    border: 1px solid #C9C9C9;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border-color: rgb(59, 89, 152);
    background-color: rgb(71, 115, 190);
}

/* ui fixes */
.dl-horizontal dt {
    width: 280px;
    white-space: normal;
    margin-bottom: 5px;
}
.dl-horizontal dd {
    margin-left: 300px;
}
.jumbotron {
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
}
.jumbotron p {
    margin-bottom: 0px;
    font-size: 15px;
}
@media screen and (min-width:768px) {
    .jumbotron {
        padding-top:30px;
        padding-bottom:30px
    }
    .container .jumbotron,.container-fluid .jumbotron {
        padding-right:30px;
        padding-left:30px
    }
}

a.strankabox {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #CCC;
    background-color: #F8F8F8;
    border-radius: 2px;
    text-align: center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
a.strankabox:hover, a.strankabox:focus, a.strankabox:focus:hover {
    -webkit-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.17);
}
a.strankabox img {
    max-height: 80px;
    margin-bottom: 25px;
}
a.strankabox2 {
    padding: 10px;
    min-height: 165px;
}

.strankaelementbox {
    width: 100%;
    padding: 0;
    border: 1px solid #CCC;
    background-color: #F8F8F8;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 16px;
}
.strankaelementbox .elementheader {
    width: 100%;
    padding: 2px 20px;
    border-bottom: 1px solid #CCC;
    background-color: #ececec;
    border-radius: 0px;
    text-align: left;
    margin-bottom: 10px;
    cursor: move;
}
.strankaelementbox .elementcontent {
    width: 100%;
    padding: 0px 20px 10px 20px;
}
@media (min-width: 768px){
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1  {
        width: 100%;
        *width: 100%;
    }
}
@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/*styl kalendáře*/
.cal-day {
    height: 120px;
    border: 1px solid #aaaaaa;
    background: white;
    -webkit-box-shadow: inset 0px 0px 54px 8px rgba(0,0,0,0.1), 0px 0px 30px 8px rgba(0,0,0,0.0);
    -moz-box-shadow: inset 0px 0px 54px 8px rgba(0,0,0,0.1), 0px 0px 30px 8px rgba(0,0,0,0.0);
    box-shadow: inset 0px 0px 54px 8px rgba(0,0,0,0.1), 0px 0px 30px 8px rgba(0,0,0,0.0);
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out, z-index .2s ease-in-out, box-shadow .2s ease-in-out;
    -moz-transition: all .2s ease-in-out, z-index .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: all .2s ease-in-out, z-index .2s ease-in-out, box-shadow .2s ease-in-out;
    z-index: 1;
    padding: 0;
}
.cal-day img {
    width: 100%; height: auto;
}
.cal-day:hover {
    transform: scale(1.1);
    z-index: 50;
    -webkit-box-shadow: inset 0px 0px 54px 8px rgba(0,0,0,0.1), 0px 0px 30px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 54px 8px rgba(0,0,0,0.1), 0px 0px 30px 8px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 54px 8px rgba(0,0,0,0.1), 0px 0px 30px 8px rgba(0,0,0,0.2);
}
.cal-day .daynumber {
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    font-size: 27px;
    position: absolute;
    top: 3px;
    left: 9px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.cal-day.blank .daynumber {
    color: #333;
    text-shadow: none;
}

.cal-day.today.blank {
    -webkit-box-shadow: inset 0px 0px 54px 8px rgba(71, 115, 190, 0.44), 0px 0px 30px 8px rgba(0,0,0,0.0);
    -moz-box-shadow: inset 0px 0px 54px 8px rgba(71, 115, 190, 0.44), 0px 0px 30px 8px rgba(0,0,0,0.0);
    box-shadow: inset 0px 0px 54px 8px rgba(71, 115, 190, 0.44), 0px 0px 30px 8px rgba(0,0,0,0.0);
}
.cal-day.today.blank:hover {
    -webkit-box-shadow: inset 0px 0px 54px 8px rgba(71, 115, 190, 0.44), 0px 0px 30px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 54px 8px rgba(71, 115, 190, 0.44), 0px 0px 30px 8px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 54px 8px rgba(71, 115, 190, 0.44), 0px 0px 30px 8px rgba(0,0,0,0.2);
}

.cal-day .count-label {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50px;
    padding: 2px 9px;
}
.cal-day .count-label-color {
    background-color: #4773BE;
    color: #FFF;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50px;
    padding: 2px 9px;
}


.alertline {
    background: linear-gradient(269deg, #ec0000, #ec7400);
    background-size: 400% 400%;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    -webkit-animation: AlertBckgrnd 5s ease infinite;
    -moz-animation: AlertBckgrnd 5s ease infinite;
    -o-animation: AlertBckgrnd 5s ease infinite;
    animation: AlertBckgrnd 5s ease infinite;
}

@-webkit-keyframes AlertBckgrnd {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AlertBckgrnd {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AlertBckgrnd {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AlertBckgrnd {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.support-jumbotron {
    border-radius: 7px;
    background-color: #eeeeee;
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.quickaction {
    -webkit-box-shadow: 10px 10px 63px -26px rgba(0,0,0,0.1);
    -moz-box-shadow: 10px 10px 63px -26px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 63px -26px rgba(0,0,0,0.1);
    background: #fafafa;
    border: 4px solid #dedede;
    cursor: pointer;
    text-align: center;
    padding: 2em;
    margin-top: 1.2em;
    margin-bottom: 2.5em;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition:    all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition:         all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.quickaction img {
    max-height: 6em;
    margin-bottom: 1em;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition:    all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition:         all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.quickaction span {
    font-family: 'Zilla Slab', serif;
    font-size: 1.1em;
}
.quickaction:hover {
    background-color: #f6f6f6;
}
.quickaction:hover img {
    transform: translateY(-.25em);
}
.qactionsbutton {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition:    all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition:         all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.qactionsbutton:hover {
    background-color: #e8e8e8;
}
.img-downloadbtn {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom: 1.1em; left: 1.1em;
    color: #fff;
    padding: .2em 1em;
    border-radius: .3em;
    cursor: pointer;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition:    all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition:         all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.img-downloadbtn:hover {
    background-color: rgba(0,0,0,.8);
}
.imageselectbox {
    cursor: pointer;
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
}
.imageselectbox::before, .imageselectbox::after {
    position: absolute;
    opacity: 0;
    -o-transition:.35s;
    -ms-transition:.35s;
    -moz-transition:.35s;
    -webkit-transition:.35s;
    transition:.35s;
}
.imageselectbox::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
}
.imageselectbox::after {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: 'Použít obrázek';
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 3px 5px;
    z-index: 101;
    display: block;
}
.imageselectbox:hover::before, .imageselectbox:hover::after {
    opacity: 1;
}
.import-block {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    padding: 1rem 1rem 1rem 5rem;
    -webkit-box-shadow: 0 10px 40px 0 rgba(28,30,35,0.10);
    -moz-box-shadow: 0 10px 40px 0 rgba(28,30,35,0.10);
    box-shadow: 0 10px 40px 0 rgba(28,30,35,0.10);
}
.import-block::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.1);
    z-index: 4;
    pointer-events: none;
}
.import-block:not(:last-of-type) {
    margin-bottom: 2rem;
}
.import-block .type {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4rem;
    text-align: center;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.import-block.deselected .alert.alert-skipped {
    display: block;
}
.import-block .alert.alert-skipped {
    display: none;
    background: #efefef;
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
}
.import-block .type.bg-success {
    background-color: #28a745 !important;
}
.import-block .type.bg-danger {
    background-color: #dc3545 !important;
}
.import-block .type.bg-warning {
    background-color: #ffc107 !important;
}
.import-block .type.bg-info {
    background-color: #17a2b8 !important;
}
.import-block.deselected .type {
    background-color: #535c68 !important;
}
.import-block.deselected .type i::before {
    content: '\f119' !important;
}
.import-block .type.bg-danger,
.import-block .type.bg-success,
.import-block .type.bg-info {
    color: #fff;
}
.import-block .type i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
}
.import-sidebar {
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1.2rem 1.7rem;
}
.import-sidebar.affix {
    width: 255px;
    position: fixed;
    top:15px; }
.import-sidebar.affix-top {
    position: static;
    margin-top:0px;
}
.import-sidebar.affix-bottom{
    width: 255px;
    position: absolute;
}

.aktivita-preview {
    position: relative;
    margin-bottom: 2rem;
    background: #e23a23;
    border-radius: 0.25em;
    overflow: hidden;
}
.aktivita-preview img {
    opacity: 0.8;
}
.aktivita-preview p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    margin: 0;
    word-spacing: 0em;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    color: #fff;
    text-transform: uppercase;
}
.iconselectbox {
    display: block;
    padding: .6em;
    background-color: #FFF;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    color: #333 !important;
}
.input-highlighted {
    background-color: #fff3a8;
}