@import "./montserrat-webfont.css";
@import "./malina-webfont.css";
@import "./flags.css";
@import "./checkboxes.css";
@import "./font-awesome.min.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: 'Montserrat', sans-serif;
}
.malina-font {
    font-family: 'malinaregular', 'Montserrat', sans-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;}

.display-none {
    display: none;
}
.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
}

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;
}
.img-icon-sm {
    max-height: 24px;
}
.georgiastyle {
    font-family: Georgia, serif;
    font-weight: bold;
    font-style: italic;
}
/*************************************************
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-xl-bottom {
    margin-bottom: 20px !important;
}
.margin-xxl-bottom {
    margin-bottom: 30px !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-xl-top {
    margin-top: 20px !important;
}
.margin-xxl-top {
    margin-top: 30px !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;
}

.nopadding-left {
    padding-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
}


.padding-sm-bottom {
    padding-bottom: 5px !important;
}
.padding-sm-left {
    padding-left: 5px !important;
}
.padding-sm-right {
    padding-right: 5px !important;
}
.padding-md-bottom {
    padding-bottom: 10px !important;
}
.padding-xl-bottom {
    padding-bottom: 20px !important;
}
.padding-xxl-bottom {
    padding-bottom: 30px !important;
}
.padding-lg-bottom {
    padding-bottom: 20px !important;
}
.padding-sm-top {
    padding-top: 5px !important;
}
.padding-md-top {
    padding-top: 10px !important;
}
.padding-lg-top {
    padding-top: 20px !important;
}
.padding-xl-top {
    padding-top: 20px !important;
}
.padding-xxl-top {
    padding-top: 30px !important;
}

@media (max-width: 768px){
    .nopadding-mobile {
        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);
}

.font-italic {
    font-style: italic;
}

.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;
}
.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;
}
.font-style-normal{
    font-style: normal!important;
}
.help-block {
    font-style: italic;
    font-size: 12px;
}
span.selected-box-mini {
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
    margin: 3px;
}
span.selected-box-mimi-blue {
    background-color: #6387bc;
    color: #fff;
}
/*************************************************
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,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;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.38);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.38);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.38);
}
.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: 'Montserrat', sans-serif;
    margin-bottom:0;;
    font-size:25px;
    color: #222;
    text-transform: none;
    line-height: 45px;
    display: inline-block;
}
.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;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
    display: none!important;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block!important;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/* 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 {
    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: 185px;
    /*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 {
    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 .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: 170px;
    border-radius: 2px;
    border: 1px solid #eee;
    background-color: #fafafa;
}
.fileview img {
    max-height: 64px;
    max-width: 64px;
    margin: 20px auto 10px auto;
}
.fileview h5 {
    word-break: break-all;
    margin: 0 20px;
    text-align: center;
}
.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 .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 .form-control {
    height: 100%;
}

.blink-warning {
    -webkit-animation-name: blink_warning;
    -webkit-animation-duration: 700ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}
@-webkit-keyframes blink_warning {
    15%{
        background-color: rgba(240, 173, 78, 0.4);
    }
    75% {
        background-color: rgba(240, 173, 78, 0.2);
    }
}
.blink-danger {
    -webkit-animation-name: blink_danger;
    -webkit-animation-duration: 700ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}
@-webkit-keyframes blink_danger {
    15%{
        background-color: rgba(217, 83, 79, 0.4);
    }
    75% {
        background-color: rgba(217, 83, 79, 0.2);
    }
}


/*************************************************
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, iframe.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%;
}
div.textarea {
    overflow-x: hidden;
    overflow-y: auto;
}
textarea.form-control, div.form-control.textarea {
    height: auto;
    min-height: 110px;
    overflow-x: hidden;
    overflow-y: auto;
}
.form-group {
    margin-bottom: 10px;
}
label {
    margin-bottom: 0;
}
.form-inline label {
    margin-bottom: 5px;
}
.form-control:focus::-webkit-input-placeholder, iframe.form-control.focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.53);
}
.form-control:focus:-moz-placeholder, iframe.form-control.focus::-moz-placeholder  {
    color: rgba(0, 0, 0, 0.53);
}
.form-control:focus::-moz-placeholder, iframe.form-control.focus::-moz-placeholder  {
    color: rgba(0, 0, 0, 0.53);
}
.form-control:focus:-ms-input-placeholder, iframe.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;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}
.switch.switch-small {
    width: 50px;
    height: 16px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch.switch-small .slider:before{
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 2px;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.switch.switch-small input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

/*************************************************
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 > span {
    color: #333;
    border: 1px solid #c6c6c6;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #3B5998;
    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;
    z-index: 1051!important; /* loading-overlay se bude vykreslovat přes modal okna */
}

.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
    }
}


.smileys {
    display: inline-block;
    background: url(../img/smileys.png);
    background-size: 191px 58px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.smileys.smiley-01 {
    background-position: -1px -1px;
}
.smileys.smiley-02 {
    background-position: -20px -1px;
}
.smileys.smiley-03 {
    background-position: -39px -1px;
}
.smileys.smiley-04 {
    background-position: -58px -1px;
}
.smileys.smiley-05 {
    background-position: -77px -1px;
}
.smileys.smiley-06 {
    background-position: -96px -1px;
}
.smileys.smiley-07 {
    background-position: -115px -1px;
}
.smileys.smiley-08 {
    background-position: -134px -1px;
}
.smileys.smiley-09 {
    background-position: -153px -1px;
}
.smileys.smiley-10 {
    background-position: -172px -1px;
}
.smileys.smiley-11 {
    background-position: -1px -20px;
}
.smileys.smiley-12 {
    background-position: -20px -20px;
}
.smileys.smiley-13 {
    background-position: -39px -20px;
}
.smileys.smiley-14 {
    background-position: -58px -20px;
}
.smileys.smiley-15 {
    background-position: -77px -20px;
}
.smileys.smiley-16 {
    background-position: -96px -20px;
}
.smileys.smiley-17 {
    background-position: -115px -20px;
}
.smileys.smiley-18 {
    background-position: -134px -20px;
}
.smileys.smiley-19 {
    background-position: -153px -20px;
}
.smileys.smiley-20 {
    background-position: -172px -20px;
}
.smileys.smiley-21 {
    background-position: -1px -39px;
}
.smileys.smiley-22 {
    background-position: -20px -39px;
}
.smileys.smiley-23 {
    background-position: -39px -39px;
}
.smileys.smiley-24 {
    background-position: -58px -39px;
}
.smileys.smiley-25 {
    background-position: -77px -39px;
}
.smileys.smiley-26 {
    background-position: -96px -39px;
}
.smileys.smiley-27 {
    background-position: -115px -39px;
}
.smileys.smiley-28 {
    background-position: -134px -39px;
}
.smileys.smiley-29 {
    background-position: -153px -39px;
}
.smileys.smiley-30 {
    background-position: -172px -39px;
}

.emoticons-container-inner {white-space: normal; text-align: center;}
.emoticons-container-inner span {cursor: pointer;}
.popover-content {padding: 0 14px;}
p.emoticons-link {text-align: right; display: block; margin-top: -5px;}
a#emoticons:hover {text-decoration: none;}

.icon128 {
    max-height: 128px;
}

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;
}

.user-account-type-box {
    width: 24%;
    min-height: 95px;
    float: left;
    display: inline-block;
    padding: 10px;
    border: 2px solid #e7ecf7;
    background-color: #f6f8fc;
    position: relative;
}
.user-account-type-box:hover {
    background-color: #e9eef8;
    border: 2px solid #ced9ee;
}

.user-account-type-box:not(:first-of-type){
    margin-left: 1%;
}

.user-account-type-box > span {
    position: absolute;
    font-size: 55px;
    bottom: 0;
    left: 0;
    line-height: 1;
    font-weight: 900;
    z-index: 0;
    color: rgba(71, 115, 190, 0.4);
    padding: 0 0 0 5px;
}
.user-account-type-box > a {
    float: right;
    bottom: 0;
    position: absolute;
    right: 0;
    padding: 10px;
}

.user-account-type-box h5 {
    font-size: 20px!important;
}

.search-box {
    width: 49%;
    min-height: 95px;
    float: left;
    display: inline-block;
    padding: 10px;
    border: 2px solid #e7ecf7;
    background-color: #f6f8fc;
}

.search-box.active {
    background-color: #e9eef8;
    border: 2px solid #ced9ee;
}

.sort-box {
    width: 49%;
    min-height: 95px;
    float: right;
    display: inline-block;
    padding: 10px;
    background-color: #e9eef8;
    border: 2px solid #ced9ee;
}

.float-center {margin-right: auto;margin-left: auto;}

.error-text-info {
    color: #c17d67;
    font-weight: bold;
}

.font-weight-1, .font-weight-1-hover:hover {font-weight: 100!important;}
.font-weight-2, .font-weight-2-hover:hover {font-weight: 200!important;}
.font-weight-3, .font-weight-3-hover:hover {font-weight: 300!important;}
.font-weight-4, .font-weight-4-hover:hover {font-weight: 400!important;}
.font-weight-5, .font-weight-5-hover:hover {font-weight: 500!important;}
.font-weight-6, .font-weight-6-hover:hover {font-weight: 600!important;}
.font-weight-7, .font-weight-7-hover:hover {font-weight: 700!important;}
.font-weight-8, .font-weight-8-hover:hover {font-weight: 800!important;}
.font-weight-9, .font-weight-9-hover:hover {font-weight: 900!important;}

.list-group-item {
    padding-right: 140px;
}

.list-group-right-box {
    position: absolute;
    top: 0;
    height: 100%;
    width: 140px;
    right: 0;
    padding: 10px;
    border-left: 1px solid #C9C9C9;
}

.list-group-item.active .list-group-right-box {
    border-color: #2b669a;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-image: none!important;
    background-color: #4773be;
}

.answer-table-block {
    display: block;
    font-style: italic;
    font-weight: 600;
}

.infoline {
    background: #9eb3dc;
    background-size: 400% 400%;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}

.alertline {
    background: linear-gradient(269deg, #ec0000, #ec7400);
    background-size: 400% 400%;
    color: #fff;
    text-align: center;
    padding: 6px 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%}
}
.img-inline {
    display: inline-block;
    max-height: 1.3em;
    margin-top: -5px;
}

