@font-face {
    font-family: 'open-sans-semibold';
    src: url('fonts/opan-sans/OpenSans-Semibold-webfont.eot');
    src: url('fonts/opan-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opan-sans/OpenSans-Semibold-webfont.woff') format('woff'), url('fonts/opan-sans/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/opan-sans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open-sans-light';
    src: url('fonts/opan-sans/OpenSans-Light-webfont.eot');
    src: url('fonts/opan-sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opan-sans/OpenSans-Light-webfont.woff') format('woff'), url('fonts/opan-sans/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/opan-sans/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open-sans-regular';
    src: url('fonts/opan-sans/OpenSans-Regular-webfont.eot');
    src: url('fonts/opan-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opan-sans/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/opan-sans/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/opan-sans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ios7-icon';
    src: url('fonts/icons/icon.woff') format('woff'), url('fonts/icons/icon.ttf') format('truetype'), url('fonts/icons/icon.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::selection {
    background: rgba(255,255,255,0.1);
}

::-moz-selection {
    background: rgba(255,255,255,0.1);
}

* {
    border-radius: 0 !important;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

    *:focus, *:active {
        outline: none !important;
    }

html {
    overflow-x: hidden\0/;
    -ms-overflow-style: scrollbar;
}

html, body {
    height: 100% !important;
}

body {
    font-family: 'open-sans-light', sans-serif;
    font-size: 12px;
}

.TexInf {
    color: #f67c7a;
}

.btn-danger {
    color: #fff;
    background: none !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.text-right {
    text-align: right !important;
}

#LoaImg {
    display: none;
}

    #LoaImg .LoaBG {
        background-color: rgba(0, 0, 0, 0.4);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        z-index: 1000;
    }

    #LoaImg .LoaBox {
        display: block;
        top: 50%;
        left: 50%;
        margin-top: -176px;
        margin-left: -150px;
        width: 300px;
        height: 200px;
        padding: 0;
        overflow: hidden;
        background-color: white;
        font-family: 'Open Sans', sans-serif;
        padding: 10px;
        border-radius: 0;
        text-align: center;
        position: fixed;
        z-index: 2000;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    }

        #LoaImg .LoaBox .LoaInf {
            position: absolute;
            top: 130px;
            display: block;
            width: 280px;
            margin: 0;
            color: #000;
        }

        #LoaImg .LoaBox .spinner {
            background-color: #F2BE35;
        }

        #LoaImg .LoaBox .SliBarTex {
            color: red;
            padding: 15px;
            position: relative;
            top: 15px;
        }


.spinner {
    width: 40px;
    height: 40px;
    background-color: #F2BE35;
    margin: 50px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.BG_rocne_poistne {
    background-color: rgba(126, 15, 15, 0.25);
}

.BG_zaklad_provzie {
    background-color: rgba(11, 98, 141, 0.25);
}

.BG_provzia {
    background-color: rgba(40, 167, 69, 0.25);
}


.BGred {
    background-color: #be1111;
}

._20 {
    width: 20px;
}

._30 {
    width: 30px;
}

._40 {
    width: 40px;
}

._50 {
    width: 50px;
}

._60 {
    width: 60px;
}

._70 {
    width: 70px;
}

._80 {
    width: 80px;
}

._90 {
    width: 90px;
}

._100 {
    width: 100px;
}

._110 {
    width: 110px;
}

._120 {
    width: 120px;
}

._130 {
    width: 130px;
}

._140 {
    width: 140px;
}

._150 {
    width: 150px;
}

._153 {
    width: 153px;
}

._160 {
    width: 160px;
}

._200 {
    width: 200px;
}

._360 {
    width: 360px;
}

.ie9 #sidebar {
    min-height: 100vh;
}

body, button, input, textarea, select, .btn {
    -webkit-font-smoothing: antialiased;
}

body, a, input, .help-block {
    color: #fff;
    /*text-shadow: 0 0 3px rgba(255,255,255,0.4);*/
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'open-sans-light', sans-serif;
    font-weight: normal;
}

h1, h2, h3 {
    margin-top: 10px;
}

    h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
        font-size: 60%;
        color: rgba(255,255,255,0.5);
    }

a:hover, a:focus {
    color: #FFD600;
    text-decoration: none;
}

a.underline {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
}

    a.underline:hover, a.underline:focus {
        border-color: #FFD600;
    }

small {
    color: #fff;
}

img {
    max-width: 100%;
}

/* --------------------------------------------------------
    Bootstrap Overrides
-----------------------------------------------------------*/
.container {
    width: auto;
    padding: 0;
}

.row {
    margin-left: -7px;
    margin-right: -7px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}

/* --------------------------------------------------------
    Dropcaps
-----------------------------------------------------------*/
.dropcap {
    text-transform: uppercase;
    font-size: 55px;
    float: left;
    line-height: 97%;
    margin: -2px 5px 0 -4px;
}

/* --------------------------------------------------------
    Blockquote
-----------------------------------------------------------*/
blockquote {
    padding: 0px 14px;
    border-left: 3px solid rgba(255, 255, 255, 0.51);
}

    blockquote p {
        font-size: 15.5px;
    }

    blockquote small {
        color: #eee;
    }

/* --------------------------------------------------------
    Unordered Lists 
-----------------------------------------------------------*/
[class*="lists"] {
    list-style: none;
    margin-left: 8px;
    padding-left: 0;
}

    [class*="lists"] > li:before {
        margin-right: 7px;
        font-family: 'FontAwesome';
        font-size: 10px;
    }

.lists-star > li:before {
    content: "\f005";
}

.lists-right > li:before {
    content: "\f00c";
}

.lists-caret > li:before {
    content: "\f0da";
}

.lists-mark > li:before {
    content: "\f02e";
}

.lists-arrow-right > li:before {
    content: "\f105";
    font-size: 12px;
}

.lists-circle > li:before {
    content: "\e13f";
}

.lists-plus > li:before {
    content: "\e106";
    font-size: 8px;
}

/* Header */
#header {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    min-height: 50px;
    position: relative;
    padding-right: 7px;
}

    #header, #header > .media-body, #header #top-menu {
        overflow: visible;
    }

/* Logo */
.logo {
    width: 233px;
    height: 50px;
    text-align: center;
    padding: 14px 0 12px 40px;
    font-size: 16px;
    margin-right: 9px !important;
    background: rgba(0, 0, 0, 0.23);
}

/* Top Menu */
#top-menu .tm-icon {
    margin: 0;
}

    #top-menu .tm-icon > a {
        padding: 0 8px 0 0;
        white-space: nowrap;
        height: 50px;
        float: left;
    }

        #top-menu .tm-icon > a:hover, #top-menu .tm-icon > a:focus {
            color: #fff;
        }

    #top-menu .tm-icon img {
        float: left;
    }

    #top-menu .tm-icon span {
        width: 0px;
        float: left;
        overflow: hidden;
        line-height: 48px;
    }

    #top-menu .tm-icon:hover span, #top-menu .tm-icon.open span, .drawer-toggle.open span {
        width: 70px !important;
    }

    #top-menu .tm-icon:hover, #top-menu .tm-icon.open {
        /* background: rgba(0,0,0,0.2) */
    }

#top-menu > .media-body {
    padding: 7px 7px 6px 5px;
    min-height: 49px;
    height: 49px\0/;
}

#top-menu #time {
    font-size: 20px;
    padding-top: 10px;
    margin-right: 4px;
}

.drawer {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0 !important;
    overflow: hidden;
    display: none;
}

    .drawer.toggled {
        height: 308px;
        margin-bottom: 15px !important;
        display: block;
        -webkit-animation-name: flipInX;
        animation-name: flipInX;
    }

.drawer-close {
    font-size: 21px;
    position: absolute;
    top: -2px;
    right: 0;
    cursor: pointer;
    width: 30px;
    text-align: right;
    padding-right: 10px;
    cursor: hover;
}

    .drawer-close:hover {
        opacity: 0.7;
    }


.main-search {
    height: 36px;
    border: 0;
    width: 95%;
    font-size: 16px;
    background-color: transparent;
    background-image: url(../img/icon/search.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 32px;
}

#menu-toggle {
    width: 45px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    padding: 14px 12px 13px;
    background-color: rgba(0,0,0,0.5);
}

.n-count {
    background: #F00000;
    font-size: 11px;
    position: absolute;
    text-align: center;
    padding: 2px 3px 3px;
    border-radius: 2px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    margin: 7px 0 0 -13px;
    font-style: normal;
    line-height: 100%;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    font-family: open-sans-regular;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#content {
    margin-left: 45px;
    /*min-height: 1200px;*/
    position: relative;
}

/* Sidebar */
#sidebar {
    width: 233px;
    float: left;
    background: rgba(0,0,0,0.3);
    /*height: 100%;*/
    position: absolute;
}

    #sidebar .side-menu {
        margin: 0;
    }

.menu-toggled .side-menu {
    overflow: hidden;
}

.side-menu > li > a {
    display: inline-block;
    position: relative;
    z-index: 10;
    font-size: 12px;
    height: 42px;
    margin-bottom: -4px;
    text-align: center;
    /*opacity: 0.55;*/
}

    .side-menu > li > a i.fa {
        margin-top: 5px;
    }

.side-menu .menu-item {
    white-space: nowrap;
    background-color: rgba(130, 127, 127, 0.87);
    z-index: 9;
    width: 188px;
    display: block;
    line-height: normal;
    text-align: left;
    -webkit-backface-visibility: hidden;
    font-family: 'open-sans-light', sans-serif;
}

.side-menu span.menu-item {
    top: 0;
    padding: 13px 15px 13px 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px !important;
}

.side-menu .dropdown span.menu-item {
    top: 0;
}

.side-menu ul.menu-item {
    top: 42px;
    padding: 5px 0 13px;
}

.side-menu ul li > a {
    padding: 4px 8px;
    float: left;
    width: 100%;
}

ul.menu-item a.active {
    color: #FFD600;
}

.side-widgets {
    width: 188px;
    float: left;
    position: relative;
}

/* Shortcuts */
.shortcut {
    width: 85px;
    height: 85px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 11px 10px 0;
    position: relative;
    vertical-align: top;
}

    .shortcut > i {
        font-size: 40px;
        /*color: #fff;*/
    }

    .shortcut:hover {
        background: rgba(0,0,0,0.4);
    }

    .shortcut img {
        opacity: 0.8;
    }

    .shortcut:hover img {
        opacity: 1;
    }

    .shortcut small {
        position: absolute;
        bottom: 7px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 11px;
    }

    .shortcut:hover small {
        color: #FFD600;
    }

/* Quick Stats */
.quick-stats {
    padding: 13px 0 0 0;
    height: 75px;
    overflow: hidden;
}

    .quick-stats h2 {
        margin: 2px 0 1px 0;
        line-height: 29px;
        font-size: 30px;
        left: 10px;
        top: 10px;
        position: absolute;
        line-height: 100%;
    }

    .quick-stats small {
        font-size: 11px;
        text-transform: uppercase;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        float: left;
        margin-bottom: 2px;
    }

    .quick-stats small {
        bottom: 15px;
        left: 11px;
        position: absolute;
    }

    .quick-stats [id^="stats-line"] {
        margin-left: -2px;
        width: 101%;
    }

/* HR */
hr {
    margin: 0;
    float: left;
    width: 100%;
}

/* Profile */
.profile-pic {
    width: 120px;
    margin: 9px 0 4px;
    border-radius: 100px !important;
    border: 6px solid rgba(0,0,0,0.2);
}

.cover img {
    max-width: 100%;
}

.cover .profile-pic {
    max-width: 130px;
    position: absolute;
    max-height: 100%;
    bottom: -20px;
    z-index: 10;
    left: 15px;
    border-radius: 0 !important;
    border: 4px solid rgba(0,0,0,0.2);
}

.cover .profile-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    background: rgba(0, 0, 0, 0.55);
    padding: 8px 8px;
}

    .cover .profile-btn .btn-gr-gray {
        border: 0;
        margin-left: 3px;
    }

/* Blocks */
.block-area {
    width: 100%;
    float: left;
}

.tile {
    position: relative;
    margin-bottom: 15px;
}

.tile-title {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 7px 10px 7px;
    margin-bottom: 5px;
}

.tile-config {
    position: absolute;
    top: 0;
    height: 27px;
    right: 0;
}

    .tile-config > .tile-menu {
        width: 34px;
        height: 26px;
        display: inline-block;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/icon/tile-actions.png);
    }

    .tile-config > a:hover {
        background-color: rgba(0,0,0,0.3);
    }

/* Charts and Maps */
.chart-info {
    position: absolute;
    top: 44px;
    right: 18px;
    padding: 15px 15px 10px 15px;
    background: rgba(0,0,0,0.5);
    width: 200px;
}

#usa-map {
    width: 100%;
    height: 220px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    cursor: pointer;
    line-height: 100%;
    text-align: center;
    font-size: 21px;
    bottom: 10px;
    width: 27px;
}

.jvectormap-zoomin {
    right: 10px;
}

.jvectormap-zoomout {
    right: 38px;
}

[class*="jvectormap-"]:hover {
    color: #ff850c;
}

.chart-tooltip, .jvectormap-label {
    position: absolute;
    color: #ccc;
    display: none;
    border: 1px solid rgba(255,255,255,0.95);
    padding: 2px 10px;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999;
}


/* Progress bar */
.progress {
    background-color: rgba(0,0,0,0.45);
    margin: 5px 0;
    height: 8px;
}

.progress-small {
    height: 4px;
}

.progress-alt {
    padding: 2px;
}

.progress-bar {
    box-shadow: none;
}

.progress-vertical {
    width: 10px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

    .progress-vertical.small {
        width: 4px;
    }

    .progress-vertical.bottom .progress-bar {
        position: absolute;
        bottom: 0;
    }


    .progress-vertical .progress-bar {
        width: 100%;
    }

/* Tooltips */
.tooltip {
    z-index: 10000;
}

.tooltip-inner {
    padding: 3px 8px 4px;
    font-size: 11px;
    font-family: 'open-sans-regular', sans-serif;
    text-transform: none;
}

/* Popover */
.popover {
    background: rgba(255,255,255,0.85);
    border: 0;
    color: #000;
}

.popover-title, .popover {
    font-family: 'open-sans-regular', sans-serif;
}

    .popover.top .arrow:after {
        border-top-color: rgba(255,255,255,0.85);
    }

    .popover.right .arrow:after {
        border-right-color: rgba(255,255,255,0.85);
    }

    .popover.left .arrow:after {
        border-left-color: rgba(255,255,255,0.85);
    }

    .popover.bottom .arrow:after {
        border-bottom-color: rgba(255,255,255,0.85);
    }

/* List View */
.listview-header {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
}

.list-mass-actions {
    margin: 1px 0 0 1px;
}

    .list-mass-actions > li {
        padding: 0;
        width: 29px;
        text-align: center;
        opacity: 0.8;
    }

        .list-mass-actions > li > a {
            display: inline-block;
            padding: 4px 0;
            width: 100%;
            height: 26px;
        }

        .list-mass-actions > li:hover {
            background: rgba(0,0,0,0.15);
            opacity: 1;
        }

.listview .media:not(.listview-header) {
    margin-top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    padding: 10px 15px;
}

    .listview .media:not(.listview-header):hover {
        background-color: rgba(0,0,0,0.07);
    }

.listview .media .media-body {
    padding-top: 1px;
}

.listview .media:last-child {
    border-bottom: 0;
}

.listview.narrow .media {
    padding: 5px 10px;
}

.list-options {
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 100;
    height: 27px;
    margin-top: -14px;
    top: 50%;
    display: none;
}

.listview .media:hover .list-options {
    display: block;
}

.listview .counts {
    padding: 0 6px;
    background: rgba(0, 0, 0, 0.56);
    color: #FFF;
    font-size: 23px;
    text-shadow: none;
}

.media.ui-sortable-placeholder {
    background: rgba(0,0,0,0.2) !important;
    visibility: visible !important;
}

.listview .media .attrs {
    padding: 4px 7px 5px;
    line-height: 100%;
    margin: 4px 5px 2px 0;
    font-size: 11px;
    float: left;
    width: auto;
    background: rgba(0, 0, 0, 0.2);
}

.icon-list .media .icon {
    font-size: 17px;
    margin: -4px 7px 0 -3px;
    opacity: 0.6;
}

.list-title {
    width: 170px;
    margin-top: 1px;
}

.list-date {
    width: 50px;
    text-align: right;
}

/* Pagination */
.pagination {
    margin: 0;
}

    .pagination > li > a, .pagination > li > span {
        background: transparent;
        border: 1px solid rgba(255,255,255,0.1);
    }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background: rgba(255,255,255,0.15);
        }

.pagin-value {
    float: left;
    padding-top: 1px;
}

/* Charts */
.pie-chart-tiny {
    display: inline-block;
    position: relative;
    margin: 3px 10px 0;
    padding-bottom: 13px;
}

.percent {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 36px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.68);
    text-shadow: none;
    padding-left: 2px;
}

    .percent:after {
        content: '%';
    }

.pie-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

    .pie-title i {
        font-size: 15px;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        opacity: 0.5;
    }

        .pie-title i:hover {
            opacity: 1;
            cursor: pointer;
        }

/* Chat */
.chat {
    position: fixed;
    bottom: 0;
    width: 150px;
    right: 15px;
    z-index: 1000;
    background: rgba(0,0,0,0.85);
    height: 27px;
    font-family: open-sans-regular;
    overflow: hidden;
    font-family: open-sans-regular;
    display: none;
}

    .chat.toggled {
        width: auto;
        height: 350px;
    }

.chat-body {
    background: rgba(255, 255, 255, 0.7);
    height: 277px;
    overflow: auto;
    padding: 10px;
    width: 300px;
}

.chat .chat-body .media-body {
    min-width: 100px;
    background: #fff;
    color: #000;
    min-height: 50px;
    padding: 5px;
    font-size: 11px;
}

.chat .media-body > small {
    display: block;
    margin-bottom: -2px;
    font-size: 9px;
    margin-top: 10px;
    color: #000;
}

.chat .chat-body .media > [class*="pull-"] {
    margin: 0;
}

.chat .btn {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.chat .status {
    font-size: 14px;
    margin-top: 3px;
    color: rgb(3, 204, 3);
}

.chat .chat-footer {
    width: 100%;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 0;
}

    .chat .chat-footer textarea {
        background: transparent;
        border: 0;
        color: #333;
        box-shadow: none;
        font-size: 12px;
    }

    .chat .chat-footer [class*="pull-"] {
        color: #7A7A7A;
        font-size: 14px;
        padding: 17px 7px;
        margin: 0;
    }

        .chat .chat-footer [class*="pull-"]:hover {
            color: #000;
            cursor: pointer;
        }

    .chat .chat-footer .pull-left {
        border-right: 1px solid rgba(51, 51, 51, 0.17);
    }

    .chat .chat-footer .pull-right {
        border-left: 1px solid rgba(51, 51, 51, 0.17);
    }

.chat-list {
    height: 100%;
    margin: 0 !important;
    width: 0;
    opacity: 0;
}

    .chat-list.toggled {
        opacity: 1;
        width: 200px;
    }

/* Tables */
.table > thead > tr > th {
    font-weight: normal;
    padding: 5px 8px 6px;
    text-transform: uppercase;
    border-bottom: 0;
}

.table td, .table th {
    border-color: rgba(255,255,255,0.05) !important;
}

.table-condensed > thead > tr > th {
    padding: 3px 5px 5px;
}

.table-bordered, .table-responsive {
    border: 0;
}



    .table-bordered > tbody > tr > td,
    .table-bordered > thead > tr > th {
        border-bottom: 0;
        border-left: 0;
    }

        .table-bordered > tbody > tr > td:last-child,
        .table-bordered > thead > tr > th:last-child {
            border-right: 0;
        }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: rgba(0,0,0,0.2);
}

/* Breadcrumb */
.breadcrumb {
    background: none;
    float: right;
    margin: 0;
    padding: 8px 15px;
    font-size: 11px;
}

    .breadcrumb > .active {
        color: #FFD600;
    }

/* Dropdown */
.dropdown-menu {
    border: 0;
    margin: 0;
    font-size: 12px;
    background: rgba(0,0,0,0.9);
}

    .dropdown-menu:not(.animated) {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

.dropdown-menu, .elfinder-button-menu, .elfinder-contextmenu {
    background: rgba(255,255,255,0.95);
    margin-top: -1px;
    overflow: hidden;
    color: #000;
}

.dropdown-menu-alt {
    background: rgba(0, 0, 0, 0.68);
}


.dropdown-menu > li > a {
    color: #000;
    padding: 3px 13px;
    font-family: open-sans-regular;
}

.dropdown-menu-alt > li > a {
    color: rgba(255,255,255,0.8);
    text-shadow: none;
}


.dropdown-menu > li > a:hover, .elfinder-button-menu-item:hover, .elfinder-contextmenu .ui-state-hover {
    background: rgba(0, 0, 0, 0.14);
    color: #000;
}

.dropdown-menu-alt > li > a:hover, .profile-menu > li > a:hover {
    color: #fff;
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.12);
}

.dropdown-menu-alt .divider {
    background-color: rgba(255, 255, 255, 0.12);
}


.profile-menu {
    background: transparent;
    box-shadow: none;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    z-index: 0;
}

    .profile-menu > li {
        position: relative;
    }

        .profile-menu > li > a {
            color: #fff;
            padding: 8px 20px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

/* Modal + Dialog + Dark UI */
.modal {
    background: rgba(255, 255, 255, 0.25);
    overflow-y: auto;
}

.dark {
    padding: 0;
}

.modal-content, .dark {
    background: rgba(0, 0, 0, 0.68);
    border: 0;
    color: #fff;
}

.modal-header, .dark-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    padding: 10px 15px 8px;
}

.modal-body, .dark-body {
    padding: 15px;
}

.modal-title, .dark-title {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.modal-footer, .ui-dialog-buttonpane, .dark-footer {
    padding: 10px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    text-align: left;
}

.modal .btn, .elfinder-dialog .btn, .dark .btn {
    font-size: 11px;
    border: 1px solid rgba(255, 255, 255, 0.31);
    padding: 2px 10px 3px;
    background: none;
}

    .modal .btn:hover, .dark .btn:hover {
        background: rgba(0,0,0,0.4);
    }

.modal-close {
    cursor: pointer;
}

/* Label */
.label {
    font-weight: normal;
    padding: 2px 8px 2px;
    font-family: open-sans-regular;
}

.h1 .label, h2 .label, h3 .label, h4, .label {
    font-family: open-sans-light;
}

.label-default {
    background-color: rgba(255, 255, 255, 0.68);
    color: #000;
}

/* Images */
.img-rounded {
    border-radius: 6px !important;
}

.img-circle {
    border-radius: 50% !important;
}

.img-shadowed {
    box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}

.img-thumbnail {
    background: rgba(0, 0, 0, 0.24);
    border: 0;
}

/* Close */
.close {
    font-size: 16px;
    text-shadow: none;
}

    .close:hover {
        opacity: 1 !important;
    }

.modal-header .close, .dark-header .close {
    margin-top: 0;
    color: #fff;
    font-weight: normal;
    opacity: 0.3;
}

/* Alerts */
.alert {
    border: 0;
    background: rgba(255,255,255,0.7);
    font-family: open-sans-regular;
    font-size: 14px;
}

.alert-icon {
    position: relative;
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .alert-icon .icon {
        position: absolute;
        left: 5px;
        top: 5px;
        font-size: 50px;
        line-height: 100%;
    }

.alert-success {
    color: #069727;
    border-left: 5px solid #048F23;
}

    .alert-success a {
        color: #069727;
        border-bottom: 1px dotted #09e33b;
    }

.alert-info {
    color: #0B628D;
    border-left: 5px solid #0B628D;
}

    .alert-info a {
        color: #0B628D;
        border-bottom: 1px dotted #61A8CA;
    }

.alert-warning {
    color: #A78C00;
    border-left: 5px solid #A78C00;
}

    .alert-warning a {
        color: #A78C00;
        border-bottom: 1px dotted #e9c300;
    }

.alert-danger {
    color: #E02C29;
    border-left: 5px solid #FF524F;
}

    .alert-danger a {
        color: #E02C29;
        border-bottom: 1px dotted #FC9997;
    }

.alert a:hover {
    opacity: 0.7;
}

/* --------------------------------------------------------
    Carousel
-----------------------------------------------------------*/
.carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: rgba(0,0,0,0.6);
    display: none;
    opacity: 1;
}

    .carousel-control i {
        font-size: 28px;
    }

.carousel:hover .carousel-control {
    display: block;
}

.carousel-caption {
    background: rgba(0,0,0,0.8);
    padding-top: 0;
}

    .carousel-caption p, .carousel-caption h3 {
        margin-bottom: 0;
    }

/* Lightbox */
.img-popup {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}

    .img-popup img {
        width: 100px;
        border: 3px solid rgba(0, 0, 0, 0.28);
        box-sizing: content-box;
    }

    .img-popup:hover {
        opacity: 0.8;
    }

/* Tabs */
.nav-tabs {
    background: rgba(0,0,0,0.35);
    border-bottom-color: rgba(0,0,0,0.0);
}

.tab-content {
    padding: 10px 13px;
}

.tab-right > li {
    float: right;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: rgba(0,0,0,0.15);
    border-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: transparent;
    background: rgba(0,0,0,0.35);
    color: #fff;
}

.nav-tabs > li > a {
    padding: 5px 10px 6px;
    margin-right: 0;
    display: inline-block;
    width: 100%;
}

.tab-vertical {
    margin: 0 !important;
    min-width: 120px;
}

    .tab-vertical > li {
        float: none;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,0.04);
    }

        .tab-vertical > li:last-child {
            border-bottom: 0;
        }

/* Panel + Collapse*/
.panel, .panel-group .panel-heading + .panel-collapse .panel-body {
    background: transparent;
    border: 0;
}

.panel-default > .panel-heading, .panel-footer {
    background: rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 8px 10px 9px;
    border: 0;
}

.panel-title, .panel-title > a {
    font-size: 12px;
    color: #fff;
}

    .panel-title > a {
        display: block;
        width: 100%;
    }

.panel-group .panel + .panel {
    margin-top: 1px;
}


.accordion .panel-heading .panel-title a:after, .accordion .panel-heading .panel-title a.active:after {
    font-family: fontAwesome;
    float: right;
    font-size: 18px;
    margin-top: -2px;
}

.accordion .panel-heading .panel-title .accordion-toggle:after {
    content: "\f107";
}

.accordion .panel-heading .panel-title .active:after {
    content: "\f106" !important;
}

/* --------------------------------------------------------
    Photos widget
-----------------------------------------------------------*/
.photos > [class*="col-xs-"] {
    padding: 0;
}

    .photos > [class*="col-xs-"] > img {
        width: 100%;
        opacity: 0.8;
    }

        .photos > [class*="col-xs-"] > img:hover {
            opacity: 1;
            cursor: pointer;
        }

/* Badge */
.badge {
    font-size: 11px;
    font-weight: normal;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #fff;
    background: rgba(255,255,255,0.8);
    color: #000;
    border: 0;
}

.badge-trp {
    background: transparent;
    color: #fff;
}

/* List Groups */
.list-group {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.list-group-flat, .list-group-flat .list-group-item {
    border: 0;
}

.list-group-item {
    border: 1px solid rgba(255,255,255,0.15);
    border-bottom: 0;
    background: transparent;
    margin: 0;
    padding: 6px 10px;
}

a.list-group-item {
    color: #fff;
}

    a.list-group-item.active,
    a.list-group-item.active:hover,
    a.list-group-item.active:focus {
        background: rgba(0,0,0,0.2);
        border-color: rgba(255,255,255,0.15);
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        background: rgba(0,0,0,0.1);
    }

    a.list-group-item.active > .badge,
    .nav-pills > .active > a > .badge {
        background: rgba(0,0,0,0.4);
        color: #fff;
        border: 0;
    }

/* Messages */
.message-tag {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 4px 7px 0 0;
    float: right;
}

#compose-message .note-toolbar {
    display: none;
}

.message-options {
    position: absolute;
    top: 6px;
    right: 5px;
    padding: 0px 5px 2px;
    z-index: 100;
}

    .message-options:hover {
        background: rgba(0,0,0,0.8);
        cursor: pointer;
    }

.message-attachement {
    padding: 12px 12px 10px;
    text-align: center;
    float: left;
    margin-right: 5px;
    width: 90px;
    height: 80px;
}

    .message-attachement > img {
        margin-bottom: 4px;
        max-height: 41px;
        max-width: 100px;
    }

.message-list > .media {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .message-list > .media > a {
        display: block;
        padding: 8px 10px;
    }

    .message-list > .media:not(.listview-header) > .icheckbox_minimal {
        margin: 9px 0 0 15px;
    }

/*-------------------------------
    Widgets
--------------------------------*/
/* Sidebar Calendar */
.s-widget td, .s-widget th, .s-widget table.fc-border-separate {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.s-widget td {
    font-size: 11px;
    color: #fff;
}

.s-widget th {
    font-size: 9px;
    padding: 4px 0;
}

.s-widget .fc-grid .fc-day-number {
    text-align: center;
    float: none;
}

.s-widget .fc-today {
    background: rgba(0, 0, 0, 0.26) !important;
}

.s-widget .fc-button-today {
    display: none;
}

.s-widget .fc-text-arrow i {
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 4px;
}

.s-widget .fc-text-arrow:hover {
    color: #FFA206;
    cursor: pointer;
}

.s-widget .fc-header-right {
    text-align: right;
}

.s-widget .fc-button {
    background: none;
    border: 0;
    padding: 0;
}

/* Common */
.s-widget .fc-header-title h2 {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 0;
    color: #fff;
}

.block-title {
    background: rgba(0,0,0,0.3);
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px 5px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.s-widget-body {
    padding: 5px 10px 10px;
}

.whiter {
    border-top: 1px solid rgba(255,255,255,0.15);
}

.text-muted {
    color: #bbb;
}

.page-title {
    padding: 8px 15px 9px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    margin: 0;
}

.tile-light {
    background: rgba(0,0,0,0.25);
}

.tile, .tile-dark, .tile-title, .table th {
    background: rgba(0,0,0,0.55);
}



/* Media */
.thumbnail, .well {
    border: 0;
}

.media-object {
    max-width: 50px;
}

.media-heading {
    font-weight: bold;
}

#login > header > h1, #error-page h1 {
    margin: 0;
}

#login .box {
    padding: 20px 20px 25px;
    margin-top: 30px;
    position: absolute;
    display: none;
}

    #login .box.active {
        display: block;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }


[class="form-type-"] {
    position: absolute;
    top: 50%;
}


#login .login-control {
    width: 100%;
    border: 0;
    padding: 7px 10px;
    background: rgba(0,0,0,0.35);
    border-radius: 2px 0px 0px 2px !important;
}

#error-page {
    position: absolute;
    width: 100%;
    top: 20%;
    min-height: 200px;
    text-align: center;
    padding: 30px 15px;
}

    #error-page h1 {
        text-shadow: 0 0 10px #fff;
    }

#sidebar,
#top-menu .tm-icon,
#top-menu .tm-icon span,
.side-menu li .shortcut img,
.drawer,
.shortcut,
.chat-list,
.btn-alt,
.profile-menu > li i {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}

/* --------------------------------------------------------
    Older IE Message
-----------------------------------------------------------*/
.ie-block {
    background: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000001;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
}

#photo-gallery-alt .ie-block {
    position: absolute;
}

.ie-block .Ops {
    color: #c20202;
    margin: 10px;
    font-size: 70px;
    text-shadow: 1px 1px 1px #000;
}

.ie-block p {
    font-size: 20px;
    letter-spacing: -.01em;
    color: #ccc;
    width: 960px;
    margin: 0 auto;
}

.ie-block .browsers {
    background: #eee;
    padding: 20px 0;
    list-style: none;
    margin: 30px 0;
}

    .ie-block .browsers li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 0 10px;
    }

        .ie-block .browsers li div {
            margin-top: 15px;
            color: #333;
        }

        .ie-block .browsers li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 10px;
        }

            .ie-block .browsers li a:hover {
                background: #fff;
            }

/* --------------------------------------------------------
    Templates Skins for Desktop
-----------------------------------------------------------*/
#skin-cloth {
    background: url(../img/body/cloth.png);
}

#skin-tectile {
    background: url(../img/body/tectile.png);
}

@media (min-width: 1200px) {
    /* Sidebar */
    .side-widgets .profile-pic:hover {
        -webkit-animation-name: tada;
        animation-name: tada;
    }

    /* List views */
    .sortable.todo-list .media {
        padding-left: 20px;
        background: url(../img/sort.png) no-repeat 8px 11px;
    }
}

@media (min-width: 1024px) {
    /* --------------------------------------------------------
        Template Blur Skins for Desktop
    -----------------------------------------------------------*/
    [id^="skin-blur-"] {
        background-size: 100% 100%;
        background-attachment: fixed;
    }

    #skin-blur-violate {
        background-image: url(../img/body/violate.jpg);
    }

    #skin-blur-lights {
        background-image: url(../img/body/lights.jpg);
    }

    #skin-blur-city {
        background-image: url(../img/body/city.jpg);
    }

    #skin-blur-greenish {
        background-image: url(../img/body/greenish.jpg);
    }

    #skin-blur-night {
        background-image: url(../img/body/night.jpg);
    }

    #skin-blur-sunny {
        background-image: url(../img/body/sunny.jpg);
    }

    #skin-blur-blue {
        background-image: url(../img/body/blue.jpg);
    }

    #skin-blur-chrome {
        background-image: url(../img/body/chrome.jpg);
    }

    #skin-blur-ocean {
        background-image: url(../img/body/ocean.jpg);
    }

    #skin-blur-sunset {
        background-image: url(../img/body/sunset.jpg);
    }

    #skin-blur-yellow {
        background-image: url(../img/body/yellow.jpg);
    }

    #skin-blur-kiwi {
        background-image: url(../img/body/kiwi.jpg);
    }

    #skin-blur-nexus {
        background-image: url(../img/body/nexus.jpg);
    }

    /* Sidebar */
    .side-menu > li > a:hover, .side-menu > li.active > a, .side-menu > li > a.active:hover, .side-menu > li.hovered > a {
        background-color: rgb(130, 127, 127);
        color: #fff;
        opacity: 1;
    }


    .profile-menu > li i {
        position: absolute;
        top: 8px;
        color: #fff;
    }

        .profile-menu > li i.right {
            right: -30px;
        }

        .profile-menu > li i.left {
            left: -30px;
        }

    .profile-menu > li:hover i.right {
        right: 15px;
    }

    .profile-menu > li:hover i.left {
        left: 15px;
    }

    /* Common */
    .tile, .tile-dark, .tile-title, .table th {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 780px) {
    /* Content */
    #main {
        /*min-height: 100%;*/
        min-height: calc(100% - 89px);
        margin: auto;
    }

    .menu-active #main {
        overflow: visible;
    }

    .menu-active #content {
        margin-left: 45px;
    }

    .block-area {
        padding: 15px 15px 0;
    }

    /* Sidebar */
    #sidebar {
        padding-left: 45px;
    }

        #sidebar.toggled {
            position: fixed;
            min-height: calc(100% - 50px);
            left: -233px;
            z-index: 999999;
        }

        #sidebar .side-menu {
            width: 45px;
            height: 100%;
            left: 0;
            position: absolute;
            background: rgba(0,0,0,0.5);
        }

            #sidebar .side-menu > li > a {
                width: 100%;
            }

    .side-menu .menu-item {
        position: absolute;
        left: 45px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 230ms;
        -moz-transition: all 230ms;
        -o-transition: all 230ms;
    }

    .side-menu > li:hover .menu-item {
        left: 45px;
        opacity: 1;
        z-index: 20;
        visibility: visible;
    }

    .side-widgets {
        height: 100%;
    }

    /* Login */
    #login {
        padding: 30px;
    }

        #login > header > h1, #error-page h1 {
            font-size: 60px;
        }

        #login .box {
            width: 500px;
        }
}

@media (min-width: 480px) {
    .profile-summary .btn.hidden-xs {
        display: inline-block !important;
    }
}

@media (max-width: 1024px) {
    /* --------------------------------------------------------
        Template Skins for Mobile
    -----------------------------------------------------------*/
    #skin-blur-violate {
        background: #581528;
    }

    #skin-blur-lights {
        background: #152d33;
    }

    #skin-blur-city {
        background: #321e39;
    }

    #skin-blur-greenish {
        background: #233335;
    }

    #skin-blur-night {
        background: #0F3D52;
    }

    #skin-blur-sunny {
        background: #44360B;
    }

    #skin-blur-blue {
        background: #2B6474;
    }

    #skin-blur-chrome {
        background: #40404E;
    }

    #skin-blur-ocean {
        background: #0064B3;
    }

    #skin-blur-sunset {
        background: #883527;
    }

    #skin-blur-yellow {
        background: #915D25;
    }

    #skin-blur-kiwi {
        background: #0f4731;
    }

    #skin-blur-nexus {
        background: #8A033A;
    }

    /* Shortcut icons */
    .shortcut {
        height: 62px;
        width: 65px;
    }

        .shortcut img {
            height: 25px;
        }

    /* Sidebar */
    .profile-menu > li i {
        display: none;
    }

    /* Chat */
    .chat {
        display: none;
    }
}

@media (max-width: 780px) {
    /* Content */
    #main {
        min-height: 100%;
        min-height: calc(100% - 100px);
    }

    .block-area {
        padding: 15px 10px 0;
    }
    /* Header */
    #header {
        padding: 0;
    }

    .logo {
        width: 100%;
        margin: 0;
    }

    .main-search:focus {
        position: absolute;
        left: 0;
        width: 100%;
        padding-left: 40px;
        margin-top: -8px;
        height: 51px;
        background-position: 10px;
        background-color: rgba(0,0,0,0.9);
    }

    #header > .media-body {
        padding: 0 7px;
        white-space: nowrap;
    }

        #header > .media-body:hover #time {
            display: none;
        }

    /* Sidebar + Content */
    #content {
        margin-left: 0;
    }

    #sidebar {
        top: -51px;
        z-index: 9999;
        position: absolute;
        height: 100%;
        height: calc(100% + 51px);
        overflow-x: hidden;
        overflow-y: auto;
        background: rgba(0,0,0,0.9);
        -webkit-transform: translate3d(-233px,0,0);
        -moz-transform: translate3d(-233px,0,0);
        transform: translate3d(-233px,0,0);
    }

    .ie9 #sidebar {
        position: absolute;
        left: -233px;
    }

    #sidebar .s-widget:not(#profile-menu) {
        display: none;
    }

    #sidebar.toggled {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .ie9 #sidebar.toggled {
        left: 0;
    }

    .side-widgets {
        width: 100%;
    }

    .s-widget .tile-title, .s-widget .fc-header {
        background: rgba(95, 94, 94, 0.35);
    }

    .side-menu {
        float: left;
        border-top: 1px solid rgba(255,255,255,0.1);
        width: 100%;
    }

        .side-menu > li {
            border-bottom: 1px solid rgba(255,255,255,0.1);
            float: left;
            width: 100%;
            overflow: hidden;
        }

            .side-menu > li > a {
                opacity: 1;
            }

        .side-menu .menu-item {
            float: left;
            border-left: 1px solid rgba(255,255,255,0.1);
            margin-left: 45px;
        }

        .side-menu ul.menu-item {
            width: 100%;
        }

    ul.menu-item a.active {
        color: #FFD600;
        font-weight: bold;
    }

    .profile-menu {
        display: block;
    }

    /* Messages */
    .message-search:not(:focus) {
        width: 25px;
        margin-right: -5px;
        border: 0;
        font-size: 0px;
        background-color: transparent;
        background-image: url(../img/icon/search.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .message-search:focus {
        width: 100%;
        position: absolute;
        left: -8px;
        border: 0;
        background-color: #000;
        margin-top: -10px;
        height: 50px;
        background: #000 url(../img/icon/search.png) no-repeat 10px;
        padding-left: 43px;
        font-size: 14px;
    }

    /* Login */
    #login {
        padding: 30px 15px;
    }

        #login .box {
            width: 100%;
            width: calc(100% - 30px);
        }
}

@media(max-width: 480px) {
    /* Profile */
    .cover .profile-pic {
        max-width: 100%;
        width: auto;
    }

    .cover .profile-btn {
        padding: 5px;
    }

        .cover .profile-btn .btn-alt {
            padding: 0px 5px;
            font-size: 11px;
        }
}


.side-menu i {
    font-size: 22px;
    padding-top: 10px;
}

.BoxRed {
    background: rgba(241, 21, 21, 0.55);
}

.BoxGre {
    background: rgba(0, 224, 11, 0.55);
}

.Cen {
    text-align: center;
}

.BGRed {
    background-color: #b10c0c !important;
}

.BGBlu {
    background-color: #1e43ef !important;
}

.BGGre {
    background-color: #288707 !important;
}

.BGOra {
    background-color: #f16d16 !important;
}

.BGYel {
    background-color: #cbc110 !important;
}

.LasCol .icon {
    font-size: 14px;
}

.LasCol a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 1px 4px;
    margin: 0 2px;
    width: 24px;
    height: 24px;
}

#Tab_wrapper {
    margin: 10px 0;
}

table.dataTable thead tr {
    text-align: left !important;
    padding: 8px !important;
    font-size: 10px !important;
    box-shadow: none !important;
    background-color: #000 !important;
    /*background: -webkit-linear-gradient(top, #464646 0%, #242424 100%) !important;
    background: -o-linear-gradient(top, #464646 0%, #242424 100%) !important;
    background: linear-gradient(to bottom, #bebbbb 0%, #dcdada 100%) !important;*/
    border-left: 1px solid #676565 !important;
    padding: 7px 15px 7px 5px;
    height: 32px;
    text-align: left !important;
    font-size: 12px !important;
    color: #FFD600;
}

#Tab tr td {
    vertical-align: middle;
}

    #Tab tr td input[type="checkbox"] {
        opacity: 1 !important;
        width: 20px;
        height: 20px;
    }

.IcoMen {
    font-size: 24px;
    margin-top: 4px;
}

.form-horizontal input[type="text"], .form-horizontal input[type="file"], .form-horizontal .select {
    background-color: rgba(0, 0, 0, 0.15);
}

.select .form-control {
    height: 34px !important;
}

#Tab_filter input {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: none;
    color: #fff;
    box-shadow: none;
    font-family: open-sans-regular;
    -webkit-appearance: none;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

#Tab tfoot th, #Tab tfoot td {
    padding: 10px 7px 6px 18px;
}

.NazFor {
    width: 100%;
    text-align: center;
}

.PriLin {
    font-size: 11px;
    color: #c1d72d;
    text-shadow: none;
    cursor: pointer;
}

.InpPoz {
    height: 80px;
    background-color: rgba(0, 0, 0, 0.15);
}

.HrOdd {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px 0;
    margin-top: 5px;
}

.BoxVia {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ChkBox input {
    height: 26px;
    height: 26px;
    display: block;
}

.VymRoz {
    background-color: rgba(177, 12, 12, 0.20);
    text-shadow: none;
    padding: 0 6px;
    margin: 10px auto;
    width: 160px;
    text-align: center;
    display: block;
}

    .VymRoz:hover {
        background-color: #b10c0c;
        cursor: pointer;
    }

input.error, select.error {
    border: 1px solid #e61e1e;
}

label.error {
    color: #e61e1e;
    text-shadow: none;
}

table#Tab thead tr th {
    /*text-align: left !important;*/
    vertical-align: middle;
    padding: 5px 20px;
}

.ForPro .icheckbox_minimal {
    margin: 6px auto;
    float: none;
}

.PrePro {
    position: relative;
    font-size: 14px;
    top: 7px;
    color: #41e412;
    letter-spacing: .6px;
}

    .PrePro b {
        color: #A78C00;
        letter-spacing: .6px;
        text-shadow: none;
    }

.ColProRia, .ColProMan, .ColInpProRia, .ColInpProMan {
    display: none;
}

.InfLab {
    font-size: 14px !important;
    padding: 0 6px 4px 0;
    position: relative;
    top: 4px;
}

.sweet-alert p, .sweet-alert button {
    font-family: 'open-sans-light', sans-serif !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 1px 4px !important;
}

#BtnAdd, #BtnAdd2 {
    float: left;
    width: auto !important;
    display: inline-block;
    margin-right: 10px !important;
}


    #BtnAdd a, #BtnAdd2 a {
        text-transform: uppercase;
        background: none;
        background-color: #b10c0c !important;
        height: 32px !important;
        padding: 6px 8px 6px 6px;
    }

        #BtnAdd a.HroImp {
            background-color: #FFD600 !important;
            color: #000;
            margin-left: 5px;
        }

.dataTables_length select {
    width: 70px;
    height: 32px;
    padding: 2px 3px 2px 10px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: none;
    color: #fff;
    box-shadow: none;
    font-family: open-sans-regular;
    -webkit-appearance: none;
    background-image: url(../img/select-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
}

div.dataTables_filter input {
    height: 32px;
    width: 240px;
    z-index: 99999;
}

/*.dataTables_length select {
    width: 70px;
    height: 34px;
    padding: 2px 3px 2px 10px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: none;
    color: #fff;
    box-shadow: none;
    font-family: open-sans-regular;
    -webkit-appearance: none;
    background-image: url(../img/select-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
}



div.dataTables_filter {
    position: absolute;
    left: 80px;
    width: 240px;z-index:99999;
}
.table-responsive  {
    position: relative;
}

.table-responsive #FilBox {
    position: absolute;
    top: 10px;
    left: 0;
    height: 39px;
    overflow: hidden;
    text-align: left;padding-left:350px  !important;
    width: 100%;
    z-index: 0;
}

    .table-responsive #FilBox #BtnAdd .btn {
        height: 34px !important;
        margin: -3px 0 0 0;
        font-size: 13px;
        padding: 8px 14px;
    }

    .table-responsive #FilBox select {
        display: inline-block !important;
     }

            .table-responsive #FilBox #BtnAdd {
        float:right  !important;display: inline-block !important;
    }*/

#FilBox .InpDatRan {
    display: inline-block;
    width: 178px;
    height: 32px !important;
    font-size: 13px !important;
    text-align: center;
    margin-left: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: none !important;
}

#FilBox #FilObc {
    display: inline-block;
    height: 49px !important;
    width: 100%;
    background-color: rgb(224,44,41,0.5);
    padding: 5px 0;
    margin-bottom: 7px;
}

#FilBox #FilObcNew {
    display: inline-block;
    height: 49px !important;
    width: 100%;
    background-color: rgb(72,242,53,0.5);
    padding: 5px 0;
    margin-bottom: 7px;
}

#FilBox .LabNad {
    font-weight: normal;
    font-size: 13px;
    width: 80px;
    display: inline-block;
    text-align: right;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 5px;
}

#FilBox #BtnZmeObc {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

    #FilBox #BtnZmeObc .btn {
        background-color: #1c5fff;
    }

.daterangepicker {
    display: none;
    z-index: 99999;
}

table.dataTable {
    font-size: 13px;
}

.sorting_disabled {
    /*background-color: #c1d72d !important;*/
}

.ChkBox label {
    position: relative;
    top: 3px;
    left: 5px;
    text-transform: uppercase;
    font-size: 11px;
}


.BoxPO {
    display: none;
}

.side-widgets {
}

.toggled {
    width: 45px !important;
    left: 0 !important;
    /*overflow: hidden;*/
}

.ConOpe {
    margin-left: 266px !important;
}

    .ConOpe .block-area {
        padding: 15px 15px 0 0;
    }

    .ConOpe .table-responsive #FilBox {
        left: 0;
    }

.ProVia {
    background-color: #b10c0c;
}

.ProMen {
    background-color: #eaa71b;
}

.ProOk {
    background-color: #288707;
}

.ProSto {
    background-color: #d71818;
}

.ProNem {
    background-color: #1e43ef;
}

.dataTable tr {
    cursor: pointer;
}

.modal-content {
    background: #000 !important;
}

    .modal-content #NazPoi {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }


.modal-body .alert {
    background-color: #fff !important;
    font-size: 12px !important;
}

.fileupload {
    margin-bottom: 0 !important;
}

    .fileupload .btn {
        background-color: rgba(0, 0, 0, 0.15) !important;
        height: 34px;
    }

    .fileupload .fileupload-new, .fileupload .fileupload-exists {
        font-size: 10px !important;
        top: 2px;
        position: relative;
    }

        .fileupload .fileupload-exists i {
            font-size: 14px;
        }

    .fileupload:hover .fileupload-new, .fileupload:hover .fileupload-exists {
        color: #FFF;
    }

    .fileupload .fileupload-preview {
        font-size: 14px !important;
        top: 2px;
        position: relative;
        color: #FF6600;
        font-weight: bold;
    }

.TabCol .table-responsive {
    margin-right: 8px;
}

.FirCol .table-responsive {
    margin-left: 8px;
}

.TabCol .table-responsive #Tab {
    margin-top: 10px;
}

.SumCelPro {
    margin-top: 15px;
    display: block;
}

    .SumCelPro .CelPro {
        font-size: 18px;
        top: 2px;
        position: relative;
        font-weight: bold;
    }

    .SumCelPro .ProImp {
        font-size: 12px;
        top: 8px;
        position: relative;
        font-weight: bold;
    }

        .SumCelPro .ProImp span {
            background-color: #FFF;
            padding: 3px 6px;
            margin-bottom: 5px;
            display: inline-block;
        }

#BtnUpr {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -7px;
    cursor: pointer;
    display: none;
    width: 70px !important;
}

#BtnGenNenZml {
    color: #000;
    background-color: #d99b4f;
    border-color: #e18e28;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -7px;
    cursor: pointer;
    width: 240px !important;
    display: none;
}

#BtnSklMen {
    color: #2b2b2b;
    font-weight: bold;
    background-color: #d9534f;
    border-color: #A78C00;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -7px;
    cursor: pointer;
}

#BtnNasSkr {
    color: #2b2b2b;
    font-weight: bold;
    background-color: #FFD600;
    border-color: #A78C00;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -7px;
    cursor: pointer;
}

#BtnUloNas, #BtnUloNasSkr, #BtnUlo {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.JeOk {
    background-color: #d9534f !important;
    color: #FFF !important;
}

.JeNeAkt {
    background-color: #d9534f !important;
    color: #FFF !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background: rgba(0,0,0,.50);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    width: 38px !important;
}

    .input-group-addon i.fa, .input-group-addon {
        color: #d1cccc !important;
    }


.BoxFoPo, .BoxMuzZen, .PoiBoxMuzZen {
    padding: 2px 0 0 0 !important;
    height: 34px !important;
}

.ChkFlo, .ChkPreZml, .ChkKorAdr, .ChkPoiIny, .ChkAkt, .ChkPodZml {
    height: 34px !important;
}


.ChkOdbSpo label {
    position: relative;
    top: 5px;
    left: 5px;
    min-width: 400px;
}

.Ria {
    position: relative;
    background-color: rgba(221, 221, 221, 0.16);
    margin-bottom: 5px;
    padding-bottom: 4px !important;
}

    .Ria label {
        top: 4px;
    }

.ChkOdbSpo #cD_fuOdbSpo1, #cD_fuOdbSpo2, #cD_fuOdbSpo3, #cD_fuOdbSpo4 {
    display: inline-block;
    position: absolute;
    top: 5px;
}


.ChkFlo .icheckbox_square-blue, .ChkPreZml .icheckbox_square-blue, .ChkKorAdr .icheckbox_square-blue, .ChkPoiIny .icheckbox_square-blue, .ChkAkt .icheckbox_square-blue, .Chk .icheckbox_square-blue, .ChkPriUce .icheckbox_square-blue, .ChkPodZml .icheckbox_square-blue {
    margin-top: 4px !important;
    margin-left: 0 !important;
}

.ChkOdbSpo .icheckbox_square-blue {
    margin-top: 4px !important;
    margin-left: 4px !important;
}

ul.VypPoiOnLin {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

    ul.VypPoiOnLin li.Chk {
        float: left;
        padding-right: 15px;
        padding-bottom: 5px;
        background: rgba(0, 0, 0, 0.35);
        margin-right: 5px;
        margin-bottom: 5px;
        width: 145px;
        overflow: hidden;
    }

        ul.VypPoiOnLin li.Chk input[type="checkbox"] {
            display: block !important;
        }

        ul.VypPoiOnLin li.Chk label {
            position: relative;
            top: 4px !important;
            left: 4px !important;
        }

            ul.VypPoiOnLin li.Chk label.LabDis {
                color: rgba(250, 8, 8, 0.60);
                font-size: 10px;
                top: 3px !important;
            }


            ul.VypPoiOnLin li.Chk label span {
                font-size: 10px;
                text-transform: uppercase;
            }

.BoxMuzZen .has-switch.switch-small, .PoiBoxMuzZen .has-switch.switch-small {
    min-width: 100px !important;
}

.BoxFoPo .has-switch.switch-small {
    min-width: 220px !important;
}

#ForZmlKosAdr, #ForZmlPoi, .BoxSprPoi, .BoxObcZas, .BoxMan, .BoxPod1, .FloPodCisZml, #KorAdr, #PoiForZmlKosAdr, .PreDatPre {
    display: none;
}

.ColWhi {
    color: #FFF !important;
}

.FonSma {
    font-size: 12px !important;
    width: 50px !important;
}

.control-label {
    line-height: 12px !important;
    padding-top: 10px !important;
    white-space: pre-line;
}

.has-switch label {
    opacity: 0.50;
}

#PriPod1, #PriPod2 {
    margin-top: 5px !important;
}

.dropzone {
    min-height: 300px;
    border: 1px solid rgba(0,0,0,0.03);
    background: rgba(255, 255, 255, 0.8);
    padding: 7px;
}

.BoxPO, .BoxPoiPO, #InfObcZas, #InfPobPro, #InfMan, #InfPod1 {
    display: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border: 0 !important;
}

.ui-autocomplete {
    margin-right: 2px !important;
    max-height: 350px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .ui-autocomplete .ui-menu-item {
        padding: 2px 5px;
        margin: 0;
        display: block;
        width: 100%;
        border-bottom: 1px solid #e0dcdc;
        font-size: 14px !important;
    }

        .ui-autocomplete .ui-menu-item strong {
            color: #b10c0c;
        }

        .ui-autocomplete .ui-menu-item small {
            color: rgba(0,0,0,0.5);
        }

    .ui-autocomplete li.ui-autocomplete-category {
        font-weight: bold;
        margin: 0 0 2px 0 !important;
        padding: 0 0 0 5px !important;
        background-color: #ddd;
        font-size: 16px !important;
    }

.ui-combobox a {
    position: absolute;
    top: 1px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 0;
    border: none !important;
}

    .ui-combobox a:before {
        position: absolute;
        font-family: 'FontAwesome';
        color: rgba(255, 255, 255, 0.70);
        font-size: 11px;
        top: 9px;
        right: 12px;
        content: "\f0d7";
    }

.GetInfBox {
    border-top: none;
    padding: 5px 11px;
    font-size: 12px;
    background: rgba(255, 214, 0, 0.61);
    color: #FFF;
}

    .GetInfBox strong {
        font-size: 13px;
    }

.ui-combobox-input {
    background-color: rgba(0, 0, 0, 0.15);
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal !important;
}

#ZmlOK, #ZmlNO, #NavOK, #NavNO, #KodOK, #KodNO, #IcoOK, #IcoNO {
    position: relative;
    top: 0;
    display: none;
    height: 30px !important;
    font-size: 33px !important;
    left: -10px !important;
}

.BtnDet {
}

.RozProPro {
    padding-top: 4px !important;
    position: relative;
}

.Top4 {
    top: -4px;
}

.ObcZas {
    font-size: 20px;
}

label.control-label {
    color: #DDD
}

ul.LisProObcZas {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#FilBox .ddlZozSta, #FilBox .ddlZozMan {
    width: 200px;
    height: 32px !important;
    margin-left: 5px;
    display: inline-block;
}

#FilBox label {
    margin-left: 15px;
}

table.dataTable tbody tr.selected {
    background-color: rgba(180, 194, 60, 0.61) !important;
}

    table.dataTable tbody tr.selected td {
        border-color: rgba(180, 194, 60, 0) !important;
        color: #FFF;
    }


.EdiBox a {
    margin: 0 2px !important;
    color: #FFF !important;
    top: 0 !important;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
    line-height: 30px;
    font-size: 20px;
}

.EdiBox .dropdown-menu li a {
    color: #000 !important;
    font-size: 14px !important;
    width: 100%;
    text-align: left;
    padding: 5px 10px 1px 10px !important;
}

    .EdiBox .dropdown-menu li a span {
        position: relative;
        left: 10px;
    }

    .EdiBox .dropdown-menu li a [class^="icon-"], [class*=" icon-"] {
        font-weight: bold;
    }

.EdiBox .btn-success {
    color: #fff;
    background: none;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.EdiBox .btn-info {
    color: #fff;
    background: none;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.EdiBox .btn-warning {
    color: #fff;
    background: none;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.EdiBox .dropdown-toggle {
    background: -moz-linear-gradient(top, #ddd 0%, #ddd 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #ddd));
    background: -webkit-linear-gradient(top, #ddd 0%, #ddd 100%);
    background: -o-linear-gradient(top, #ddd 0%, #ddd 100%);
    background: -ms-linear-gradient(top, #ddd 0%, #ddd 100%);
    background: linear-gradient(to bottom, #ddd 0%, #ddd 100%);
    color: #555 !important;
    background-color: #ddd !important;
    border-color: #d0d0d0 !important;
    height: 30px;
}

.EdiBox .btn .caret {
    border-top-color: #555 !important;
}

.EdiBox .btn-group, .btn-group-vertical {
    margin-right: 2px !important;
    top: 0;
}

.EdiBox .dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

td.DatUza {
    font-size: 11px;
    width: 70px !important;
    line-height: 14px !important;
    padding: 3px 5px 0 5px !important;
}

    td.DatUza::first-line {
        font-size: 13px !important;
    }

.DdlSta {
    display: inline-block;
    width: 100px !important;
    margin-left: 4px !important;
    margin-bottom: 3px !important
}

.DdlFil {
    display: inline-block;
    width: 250px !important;
    margin-left: 4px !important;
    margin-bottom: 3px !important
}

.DdlPoi {
    display: inline-block;
    width: 150px !important;
    margin-left: 4px !important;
    margin-bottom: 3px !important
}

.DdlTyp {
    display: inline-block;
    width: 175px !important;
    margin-left: 4px !important;
    margin-bottom: 3px !important
}

    .DdlTyp optgroup[label] {
        background-color: rgba(0,0,0,0.3);
    }

    .DdlTyp option {
        background-color: #FFF;
    }

.DdlSpr {
    display: inline-block;
    width: 250px !important;
    margin-left: 4px !important;
    margin-bottom: 3px !important
}

.DdlSpr100 {
    display: inline-block;
    width: 100px !important;
    margin-left: 4px !important;
    margin-bottom: 3px !important
}

.DdlPoi {
    display: inline-block;
    margin-left: 4px;
}


.MenIco {
    font-size: 25px !important;
    padding-top: 8px;
}

.IcoSta, .IcoStaDok {
    margin: 0 !important;
    padding: 0 5px !important;
}

    .IcoSta i, .IcoStaDok i {
        font-size: 20px;
        top: 2px;
        position: relative;
        color: #f3940f;
    }

        .IcoSta i em, .IcoStaDok i em {
            display: none;
        }

        .IcoSta i span {
            color: #000;
            position: absolute;
            left: 5px;
            top: 3px;
            text-align: center;
            z-index: 9998;
            font-size: 12px !important;
            font-weight: bold;
            font-family: 'open-sans-light', sans-serif;
        }

    .IcoSta .green, .IcoStaDok .green {
        color: #28a745
    }

#ModDorZml .CisZml {
    color: #d9534f;
    font-size: 35px !important;
    font-weight: bold;
}

#ModDorZml .BoxModVys .BoxDokMod {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-bottom: 15px;
    background-color: #dddddd23;
    /*  min-height: 280px;*/
}

    #ModDorZml .BoxModVys .BoxDokMod .DokBox {
        display: inline-block;
    }

        #ModDorZml .BoxModVys .BoxDokMod .DokBox img {
            height: 60px !important;
            margin: 1px 2px;
        }

        #ModDorZml .BoxModVys .BoxDokMod .DokBox i {
            display: block;
            width: 30px;
            height: 30px;
            margin: 0 auto;
            font-size: 19px;
            color: #d9534f;
            cursor: pointer !important;
        }

    #ModDorZml .BoxModVys .BoxDokMod .DatZml {
        padding: 3px 0;
    }


.IcoZml {
    color: #fb2727;
}

li.TopLin {
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}


.bootstrap-select button {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    text-shadow: none !important;
    color: #fff !important;
    box-shadow: none !important;
    font-family: open-sans-regular !important;
    -webkit-appearance: none !important;
}

.bootstrap-select .dropdown-toggle .NewCar {
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -7px;
    vertical-align: middle;
    background-image: url(../img/select-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 25px;
    height: 15px;
    background-color: transparent;
}

.bootstrap-select .InpHla, .bootstrap-select input[type=search] {
    background-color: rgba(213, 38, 38, 0.59) !important;
}

.bootstrap-select .bs-searchbox {
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding: 4px 8px 7px 8px;
    background-color: #DDD;
    -moz-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    position: relative;
}

    .bootstrap-select .bs-searchbox span.fa {
        position: absolute;
        top: 11px;
        left: 14px;
        font-size: 19px;
        color: #FFF;
    }

    .bootstrap-select .bs-searchbox input {
        padding-left: 29px;
    }

.BtnZmeUda {
    cursor: pointer;
}

.Eur {
    background: rgba(53, 87, 220, 0.77) !important;
}

.BoxErr {
    background-color: red;
}


.ModUzk {
    width: 400px !important;
}

.ModSir {
    width: 1500px !important;
}

    .ModUzk .BoxMod, .ModSir .BoxMod {
        border-top: 1px solid rgba(255, 255, 255, 0.11);
        padding: 15px 0 0 0;
    }

        .ModUzk .BoxMod h6, .ModSir .BoxMod h6 {
            margin: 2px !important;
        }

        .ModUzk .BoxMod .BtnDok, .ModSir .BoxMod .BtnDok {
            width: 85px;
            height: 85px;
            display: inline-block;
            text-align: center;
            padding: 5px 0;
            position: relative;
            vertical-align: top;
            border: 1px solid #FFF;
            margin: 5px 0;
        }

            .ModUzk .BoxMod .BtnDok > i, .ModSir .BoxMod .BtnDok > i {
                font-size: 70px;
            }

        .ModUzk .BoxMod .BoxDokRed, .ModSir .BoxMod .BoxDokRed {
            border: 3px solid #d9534f;
            background-color: rgba(217, 83, 79, 0.5);
        }

            .ModUzk .BoxMod .BoxDokRed > i, .ModSir .BoxMod .BoxDokRed > i {
                color: #d9534f;
            }

        .ModUzk .BoxMod .BoxDokGre, .ModSir .BoxMod .BoxDokGre {
            border: 3px solid #12981d;
            background-color: rgba(18, 152, 29, 0.5);
        }

            .ModUzk .BoxMod .BoxDokGre > i, .ModSir .BoxMod .BoxDokGre > i {
                color: #12981d;
            }

        .ModUzk .BoxMod .BoxDokOra, .ModSir .BoxMod .BoxDokOra {
            border: 3px solid #f19b24;
            background-color: #f19b2474;
        }

            .ModUzk .BoxMod .BoxDokOra > i, .ModSir .BoxMod .BoxDokOra > i {
                color: #f19b24;
            }

        .ModUzk .BoxMod .MenZml, .ModSir .BoxMod .MenZml {
            font-size: 14px;
            margin-bottom: 5px !important;
            background: #DDD;
            color: #000;
            font-weight: bold;
            padding: 5px;
        }

        .ModUzk .BoxMod .BtnDok, .ModSir .BoxMod .BtnDok {
            cursor: pointer;
        }

#accordion .panel-title a, #accordion .panel-title a:hover {
    font-weight: bold;
    text-decoration: none;
}

.LefSidPan {
    height: 100%;
    width: 0;
    position: fixed !important;
    z-index: 10000009;
    top: 0;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    -webkit-box-shadow: -27px 0px 26px 0px #000000;
    box-shadow: -27px 0px 26px 0px #000000;
}

    .LefSidPan .BtnCloLefBox, .LefSidPan .BtnCloLefBox2 {
        position: absolute;
        top: 7px;
        left: 10px;
        font-size: 30px;
        color: #b7b1b1;
        cursor: pointer;
    }

    .LefSidPan #NadLefSidPan, .LefSidPan #NadLefSidPan2 {
        position: absolute;
        top: 2px;
        left: 45px;
        font-size: 30px;
        color: #2b2b2b;
        font-weight: bold;
    }




@media screen and (max-height: 450px) {
    .LefSidPan {
        padding-top: 15px;
    }

        .LefSidPan a {
            font-size: 18px;
        }
}

#LefBox #accordion {
    margin: 0 5px !important;
}

    #LefBox #accordion .panel-heading {
        border-radius: 0 !important;
    }


#LefBox .panel-default > .panel-heading {
    color: #80610e !important;
    background-color: #F2BE35 !important;
    border-color: transparent;
}

    #LefBox .panel-default > .panel-heading a {
        color: #80610e !important;
        font-size: 13px !important;
    }

    #LefBox .panel-default > .panel-heading .pull-xs-right {
        float: right !important;
    }

#LefBox .dl-horizontal {
    margin: -15px !important;
    color: #666;
}

    #LefBox .dl-horizontal dt {
        float: left;
        width: 30%;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: normal;
        border-bottom: 1px solid rgba(221, 221, 221, 0.71);
        background-color: #e8e6e6;
        padding: 8px 5px;
        height: 32px !important;
    }

    #LefBox .dl-horizontal dd {
        margin-left: 30%;
        height: 32px !important;
        font-weight: bold;
        border-bottom: 1px solid rgba(221, 221, 221, 0.71);
        padding: 8px 5px;
        margin-bottom: 1px !important;
        background-color: rgba(232, 230, 230, 0.3);
        min-height: 32px !important;
    }

        #LefBox .dl-horizontal dd .btn {
            position: relative;
            top: -1px;
        }

#LefBox .LefBoxBG {
    background-color: #FFF;
    margin-bottom: 15px !important;
    padding: 10px
}

#LefBox .panel-body {
    padding: 19px 15px 0 15px;
}

    #LefBox .panel-body .LabCen {
        font-size: 25px;
    }

    #LefBox .panel-body .DatCen {
        width: 150px;
        display: inline-block;
        position: relative;
        top: -10px;
    }

.LefBoxTabZoz {
    width: 100%;
}

table.LefBoxTabZoz thead th, table.LefBoxTabZoz thead td {
    padding: 8px;
    border-bottom: 1px solid #111;
}

.LefBoxTabZoz tr td {
    text-align: left !important;
    color: #FFF;
}

    .LefBoxTabZoz tr td span {
        float: right;
        width: 20px;
        height: 20px;
        border-radius: 20px !important;
        font-style: inherit;
    }

    .LefBoxTabZoz tr td.text-center {
        text-align: center !important;
    }

.LefBoxTabZoz tr.ChyDok td {
    background-color: #b10c0c !important
}


.LefBoxTabZoz tr td.TabRig, .LefBoxTabZoz tr td.text-right {
    text-align: right !important;
}

.LefBoxTabZoz tr td.TabExtEur {
    background-color: darkred !important;
}

.NieJe {
    width: 100%;
    text-align: center;
    color: #d9534f;
    font-weight: bold;
    margin-bottom: 15px;
}

.DatRanVse {
    background-color: #d9534f !important;
    color: #FFF !important;
}

.IcoFor {
    position: relative;
    top: -1px;
    left: -10px;
    display: none;
}

input.error, select.error {
    border: 1px solid #e61e1e;
    background-color: #e61e1e !important;
}

label.error {
    display: none !important;
}

.BoxVysSumPosImp {
    display: none;
}

.RozMin {
    color: #f50e0e;
    font-weight: bold;
}

.RozPlu {
    color: #047a15;
    font-weight: bold;
}

.ZozProLisPdf {
    list-style: none;
}

    .ZozProLisPdf li {
        background-color: #FFF;
        width: 120px;
        margin: 10px;
        text-align: center;
        padding: 10px;
        float: left;
    }

        .ZozProLisPdf li strong {
            display: block;
            color: #000;
            margin-top: 5px;
            height: 34px;
        }

#GraTyz {
    height: 450px !important;
}

#cD_ddlSpr {
    width: 200px !important;
    margin: 5px 0 !important;
    display: inline-block;
}

.NazFilGra {
    display: inline-block;
    margin: 0 5px 0 15px !important;
}

#cD_ddlObc {
    display: inline-block;
    width: 290px;
    margin-left: 5px;
}

#cD_ddlProMes {
    display: inline-block;
    width: 100px;
    margin-left: 5px;
}

#ddlSumPro {
    display: inline-block;
    width: 150px;
    margin-left: 5px;
}

.BoxOta label {
    position: relative;
    top: 2px;
    left: 5px;
}

.BoxRozPro {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 10px !important;
}

    .BoxRozPro .fa-close {
        position: relative;
        top: 4px;
        left: -18px;
    }

    .BoxRozPro .RozProPro {
        cursor: pointer;
    }

.NazObc {
    font-weight: bold;
    position: relative;
    top: 7px;
}

.BoxOmn {
    background-color: rgba(255, 214, 0, 0.08)
}

.ColRed {
    background-color: rgba(255, 214, 0, 0.08) !important;
    height: 34px;
}

.dataTables_wrapper .dataTables_processing {
    background-color: transparent !important;
    background: none !important;
    min-height: 200px !important;
}

.LoaDat {
    position: relative;
    z-index: 99999;
}

.fa-calendar {
    cursor: pointer;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.BoxSto .icheckbox_square-blue {
    position: relative !important;
    top: 6px !important;
}

.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
}

.Ria a {
    position: relative;
    position: relative;
    right: -120px;
    float: right;
    top: 0px;
    height: 30px;
    padding: 6px 15px;
    display: block;
    background-color: #d9534f;
    text-transform: uppercase;
    color: #000;
}


.dz-preview .BtnDelFil {
    margin: 10px 5px 0 0 !important;
    font-size: 16px !important;
    display: inline-block;
    float: right;
    cursor: pointer;
}

    .dz-preview .BtnDelFil i {
        color: #d31313;
        font-weight: bold;
        font-size: 22px;
        cursor: pointer;
    }

.dz-preview .BtnDow {
    margin: 10px 5px 0 0 !important;
    font-size: 16px !important;
    display: inline-block;
    float: right;
    cursor: pointer;
}

    .dz-preview .BtnDow i {
        color: black;
        font-weight: bold;
        font-size: 22px;
        cursor: pointer;
    }

.dz-preview .BtnOpe {
    margin: 10px 5px 0 0 !important;
    font-size: 16px !important;
    display: inline-block;
    float: right;
    cursor: pointer;
}

    .dz-preview .BtnOpe i {
        color: #30b510;
        font-weight: bold;
        font-size: 22px;
        cursor: pointer;
    }

.dz-preview .BtnEdi {
    margin: 10px 5px 0 0 !important;
    font-size: 16px !important;
    display: inline-block;
    float: right;
    cursor: pointer;
}

    .dz-preview .BtnEdi i {
        color: #2875bf;
        font-weight: bold;
        font-size: 22px;
        cursor: pointer;
    }


.BoxBlo {
    font-size: 40px;
    margin: 100px 0 !important;
    opacity: .5;
    font-weight: bold;
}

.HroNad {
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    padding: 6px 0;
}

#lsOut {
    float: right;
    font-size: 18px;
    position: relative;
    top: 8px;
    text-transform: uppercase;
    background: #000;
    padding: 3px 17px;
}

.ForInf {
    font-size: 17px !important;
    margin-top: 15px;
    display: block;
    font-weight: bold;
}

.BoxPra .Chk label {
    top: 5px;
    position: relative;
    margin: 0 20px 0 5px;
}

.ZabHes {
    color: #f5d321;
    font-size: 18px;
}

.BtnUse {
    color: #FFF !important;
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
    line-height: 30px;
    font-size: 20px;
    display: inline-block;
}

.BoxSta i {
    position: relative;
    top: 2px;
    left: 4px;
}

.BoxSta .btn {
    position: relative;
    top: -4px;
    left: 4px;
    height: 30px;
    padding: 5px 10px !important;
    margin-left: 10px;
}

ul.EdiTag {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}

    ul.EdiTag li {
        padding: 3px 0;
    }

#BtnPrnScr {
    float: right;
    margin: 8px 15px;
    height: 31px;
    background-color: yellow;
    color: #000;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.BtnPriVozFlo {
    text-transform: uppercase;
    background: #b10c0c !important;
    height: 32px !important;
    padding: 6px 8px 6px 6px;
}

.BoxDatVyr {
    display: none;
}

.LabFloVyr {
    top: -5px;
}

.InfPop span {
    background: #52e9d6 !important;
}

    .InfPop span i {
        color: #0d6358;
        font-style: normal;
        font-weight: bold;
    }

#cD_txtZna, #cD_txtMod, #cD_txtFloZna, #cD_txtFloMod, #wcZmlFor_txtZna, #wcZmlFor_txtMod, #wcZmlFor_txtFloZna, #wcZmlFor_txtFloMod {
    display: none;
}

.InfPop .popover {
    width: 200px !important;
}

    .InfPop .popover .popover-title {
        text-align: center;
        text-transform: uppercase;
    }

    .InfPop .popover .popover-content #BtnVseZna, .InfPop .popover .popover-content #BtnFloVseZna {
        font-weight: bold;
        color: #d9534f;
        cursor: pointer;
        display: block;
        margin-top: 5px;
        text-align: center;
        background-color: rgba(0,0,0,0.15) !important;
        padding: 3px;
    }

    .InfPop .popover .popover-content #BtnPisZna, .InfPop .popover .popover-content #BtnFloPisZna {
        font-weight: bold;
        color: #2058dd;
        background-color: inherit !important;
        cursor: pointer;
        display: block;
        margin-top: 5px;
        text-align: center;
        background-color: rgba(0,0,0,0.15) !important;
        padding: 3px;
    }

.FloTab {
    display: none;
}

.modal-body .dropdown-toggle {
    height: 34px !important;
}

    .modal-body .dropdown-toggle .filter-option-inner {
        top: 6px;
        position: relative;
    }

.modal-body .InfPop .btn {
    height: 32px;
    width: 32px;
    padding: 7px 7px;
}


.BtnTab {
    margin: 0 2px !important;
    color: #FFF !important;
    top: 0 !important;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 20px;
    display: inline-block;
}


    .BtnTab i {
        top: 3px;
        position: relative;
    }


.bs-placeholder, .filter-option-inner-inner {
    font-size: 14px !important;
}

.BtnExe {
    background-color: green !important;
}

.BtnPdf {
    background-color: red !important;
}

.HroSum {
    float: right;
    display: inline-block;
    font-size: 13px;
    padding: 9px;
}

    .HroSum span {
        padding: 0 5px;
        /* background-color: rgb(54, 110, 211, 0.90);*/
    }

.ChkKodSerAll, .ChkJeAge, .ChkJePob {
    position: relative;
    top: 5px;
}

.BoxDatSpr .col-md-1 .datepicker {
    width: 84px !important;
}



.BoxDat {
    margin-bottom: 0 !important;
}

    .BoxDat .form-group {
        margin-left: -2px !important;
    }

    .BoxDat .BoxDatTop {
        padding: 4px 4px 2px 4px;
    }

        .BoxDat .BoxDatTop input[type=text], .BoxDat .BoxDatBot input[type=text] {
            width: 49%;
            display: inline-block;
        }

    .BoxDat .BoxDatBot {
        padding: 0 4px 4px 4px;
    }

    .BoxDat .Box_1 {
        background-color: rgb(221, 221, 221, 0.16);
    }

.LabNadDat {
    text-align: center !important;
}

.BtnDokOdbSpo {
    float: right;
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 5px 12px;
    background: #d9534f !important;
}

#ModDok {
    width: 100%;
    display: block;
    text-align: center;
}

    #ModDok .BigBoxDok {
        display: inline-block;
        width: 150px;
        height: 167px;
        text-align: center;
        border: 1px dotted gray;
        margin: 5px;
        padding: 5px;
    }

        #ModDok .BigBoxDok a img {
            margin: 5px;
        }

        #ModDok .BigBoxDok a .NazDok {
            display: block;
            width: 100%;
            height: 55px;
            text-align: center;
            overflow: hidden;
        }

        #ModDok .BigBoxDok .DokBtn {
            display: block;
            width: 100%;
            text-align: center;
            overflow: hidden;
            position: relative;
            bottom: 0px;
            background-color: rgb(221,221, 221, .3);
            cursor: pointer;
            font-size: 18px;
            font-weight: normal !important;
        }


.BGGreNew {
    background-color: rgb(40, 135, 7, 0.60) !important;
}

#SliBarTab {
    background: url(../img/body/cloth.png);
    padding: 15px;
    margin: 0 15px;
    /*background-color: #c4dbf7;*/
}

#LefBox2 iframe {
    width: 100%;
}

.ExtForZml {
    background: url(../img/body/cloth.png);
    margin: 0 15px;
}


#IfrBox {
    background: url(../img/body/cloth.png);
}

.FraBod {
    background: url(../img/body/cloth.png);
    border-left: 15px solid #FFF;
}

.BtnZip {
    margin: 0 2px !important;
    color: #FFF !important;
    top: 0 !important;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
    line-height: 30px;
    font-size: 20px;
    padding: 1px 5px !important;
    left: -5px;
}

.BoxJunMan {
    display: none;
}

.InfNeaObc {
    text-align: left !important;
    color: #d9534f !important;
    font-weight: bold;
}

button.NeaObc {
    background: #d9534f !important;
}

.bootstrap-select .dropdown-menu.inner {
    padding: 0 10px !important;
}

.bootstrap-select .dropdown-menu li {
    margin: 1px 0 !important;
}

.InpVelTex {
    height: 500px !important;
}

.IcoBox {
    position: relative;
    display: inline-block;
}

    .IcoBox .PocNenZmlInf {
        background-color: var(--fa-counter-background-color, #40c35b);
        border-radius: var(--fa-counter-border-radius, 1em);
        box-sizing: border-box;
        color: var(--fa-inverse, #03260a);
        line-height: var(--fa-counter-line-height, 1);
        max-width: var(--fa-counter-max-width, 5em);
        min-width: var(--fa-counter-min-width, 1.5em);
        overflow: hidden;
        padding: var(--fa-counter-padding, 0.25em 0.5em);
        right: var(--fa-right, 0);
        text-overflow: ellipsis;
        top: var(--fa-top, 0);
        -webkit-transform: scale(var(--fa-counter-scale, 0.25));
        transform: scale(var(--fa-counter-scale, 0.25));
        -webkit-transform-origin: top right;
        transform-origin: top right;
        font-size: 56px !important;
        position: absolute;
        right: 11px;
        z-index: 9999;
        font-weight: bold;
    }

.note-editable {
    background-color: #ffffff12 !important;
}

.note-editor .note-toolbar .btn, .md-editor .md-header .btn {
    background: none !important;
    font-size: 15px;
    padding: 0 4px 2px;
    color: #fff;
    border: 0;
    opacity: 0.7;
    letter-spacing: -2px;
}

.blink {
    animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


table.TabPotDokZml {
    width: 100%;
}

    table.TabPotDokZml, table.TabPotDokZml th, table.TabPotDokZml td {
        border: 1px solid #ddd;
        border-collapse: collapse;
        padding: 10px 15px;
        text-transform: uppercase;
    }

        table.TabPotDokZml tr.green {
            background-color: #0b8615
        }

.dataTables_wrapper .dataTables_processing {
    top: 10% !important;
}

.LoaBoxTab {
    background-color: #fff;
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 20px 0;
}

    .LoaBoxTab .LoaInf {
        position: absolute;
        top: 130px;
        display: block;
        width: 280px;
        margin: 0;
        color: #000;
    }


#btnHroPrePro {
    display: none;
    background-color: #ced17c !important;
    background: -moz-linear-gradient(top, #ced17c 0%, #e1e499 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ced17c), color-stop(100%, #e1e499));
    background: -webkit-linear-gradient(top, #ced17c 0%, #e1e499 100%);
    background: -o-linear-gradient(top, #ced17c 0%, #e1e499 100%);
    background: -ms-linear-gradient(top, #ced17c 0%, #e1e499 100%);
    background: linear-gradient(to bottom, #ced17c 0%, #e1e499 100%);
    border: 0;
    color: #535608;
    font-weight: bold;
    position: relative;
    top: 7px;
    padding: 7px 17px;
}

#FilBox .FilBoxDat, #FilBox .FilBoxPro, #FilBox .FilBoxSta, #FilBox .FilBoxPoi, #FilBox .FilBoxTyp, #FilBox .FilBoxDea, #FilBox .FilBoxObc {
    display: inline-block;
    background-color: rgba(0,0,0,0.15);
    height: 34px;
    margin-bottom: 3px;
}

#TabSta {
    font-size: 13px;
    width: 800px;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

    #TabSta thead tr {
        text-align: left !important;
        padding: 8px !important;
        font-size: 10px !important;
        box-shadow: none !important;
        background-color: #000 !important;
        border-left: 1px solid #676565 !important;
        padding: 7px 15px 7px 5px;
        height: 32px;
        text-align: left !important;
        font-size: 12px !important;
        color: #FFD600;
    }

        #TabSta thead tr th {
            border-right: 1px solid rgba(255,255,255,0.3);
            text-align: center;
        }

    #TabSta tbody tr td {
        vertical-align: middle;
        background: rgba(0,0,0,0.2);
        border: 1px solid rgba(255,255,255,0.05);
        border-bottom: 0;
        border-left: 0;
        padding: 4px 8px;
        box-sizing: content-box;
        border-color: rgba(255,255,255,0.05) !important;
        text-align: center
    }

        #TabSta tbody tr td:first-child {
            text-align: left
        }


        #TabSta tbody tr td.NadTab {
            font-size: 11px !important;
            color: #FFD600;
            text-align: center;
        }

.NazTer {
    width: 190px;
    text-align: center;
    margin: auto;
}

    .NazTer #InpDatRanSta {
        width: 190px;
        text-align: center;
    }
