﻿@font-face {
    font-family: 'PFBeauSansBbook';
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    src: url('../fonts/pfbeausanspro-book.woff') format('woff'), url('../fonts/pfbeausanspro-book.ttf') format('truetype'), url('../fonts/pfbeausanspro-book.svg#PFBeauSansBbook') format('svg');
}

@font-face {
    font-family: 'PFBeauSansLight';
    src: url('../fonts/pfbeausanspro-light.woff') format('woff'), url('../fonts/pfbeausanspro-light.ttf') format('truetype'), url('../fonts/pfbeausanspro-light.svg#PFBeauSansLight') format('svg');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PFBeauSansSemiBold';
    src: url('../fonts/pfbeausanspro-sebold.woff') format('woff'), url('../fonts/pfbeausanspro-sebold.ttf') format('truetype'), url('../fonts/pfbeausanspro-sebold.svg#PFBeauSansSemiBold') format('svg');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'PFBeauSansRegular';
    src: url('../fonts/pfbeausanspro-reg.woff') format('woff'), url('../fonts/pfbeausanspro-reg.ttf') format('truetype'), url('../fonts/pfbeausanspro-reg.svg#PFBeauSansRegular') format('svg');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.otf') format('opentype'), url('../fonts/Inter-Regular.svg') format('svg'), url('../fonts/Inter-Regular.ttf') format('truetype'), url('../fonts/Inter-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.otf') format('opentype'), url('../fonts/Inter-SemiBold.svg') format('svg'), url('../fonts/Inter-SemiBold.ttf') format('truetype'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.woff2') format('woff2');
}

@import url(//fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic-ext,latin);

html {
    min-height: 100%;
    height: auto;
    height: 100%;
}

body {
    background-color: #efefef;
    line-height: 1.42857143;
    font-size: 12px;
    color: #48465b !important;
    font-family: 'Inter-Regular';
    min-height: 100%;
    height: auto;
    height: 100%;
    -ms-background-size: cover;
    background-size: cover;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #58bbc1;
}

    a:hover, a:visited {
        color: #888;
        cursor: pointer;
    }

.p0 {
    padding: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.p5 {
    padding: 0 5px !important;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb15 {
    margin-bottom: 15px;
}

.pl15 {
    padding-left: 15px !important;
}

@media screen and (max-width:992px) {
    .pl15 {
        padding-left: 5px !important;
    }

    .mt15sm {
        margin-top: 15px;
    }
}


/*** INPUT ***/

input.input-ic {
    background-repeat: no-repeat;
    -ms-background-size: 30px;
    background-size: 30px;
}

    input.input-ic.left {
        background-position: center left;
        padding-left: 40px;
    }

    input.input-ic.right {
        background-position: center right;
        padding-right: 40px;
    }

    input.input-ic.ic-user-sm {
        background-image: url(../images/ic_user_sm.png);
    }

    input.input-ic.ic-lock-sm {
        background-image: url(../images/ic_lock_sm.png);
    }



@media screen and (max-width:768px) {

    .p5 {
        padding: initial;
    }

    .p0 {
        padding: initial;
    }

    .pr0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pl0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navmenu, .navbar-offcanvas {
        width: 200px;
    }

    .navbar-default {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
        background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
        -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
        -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
        -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
        -webkit-box-shadow: 0 3px 3px #888;
        -ms-box-shadow: 0 3px 3px #888;
        box-shadow: 0 3px 3px #888;
        box-shadow: 0 3px 3px rgba(68,68,68,0.5);
        position: fixed;
        width: 100%;
        z-index: 100;
        height: 50px;
    }
}

.navmenu-nav {
    margin-bottom: 0;
}

#logo-small {
    padding: 0;
    height: 50px;
    display: block;
}

    #logo-small img {
        height: 100%;
    }

#footer {
    position: fixed;
    bottom: -1px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    color: #333;
    z-index: 999;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    cursor: pointer;
    *cursor: hand;
}

table.dataTable thead {
    background-color: transparent;
    color: #333;
    line-height: 2;
}


    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: center left;
        padding: 15px 10px 15px 20px;
        text-align: left;
        white-space: nowrap;
    }

    table.dataTable thead .sorting {
        background-image: url("../images/sort_both.png");
    }

    table.dataTable thead .sorting_asc {
        background-image: url("../images/sort_asc.png");
        color: #4db7be !important;
    }

    table.dataTable thead .sorting_desc {
        background-image: url("../images/sort_desc.png");
        color: #37cbd4 !important;
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url("../images/sort_asc_disabled.png");
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url("../images/sort_desc_disabled.png");
    }


.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: transparent;
    border-color: transparent;
}

#menu-wrapper .panel {
    background-color: transparent !important;
    border: 1px none transparent !important;
}

.full-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#menu-wrapper .panel-default > .panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
    color: white;
    cursor: pointer;
    background-image: url("../images/menu-hr.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 10px;
}


ul.ng-scope {
    padding-left: 10px;
    margin-bottom: 0;
}

.navbar-toggle {
    position: relative;
    padding: 8px 0;
    margin-top: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 0;
    margin-left: 0;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

    .navbar-default .navbar-toggle {
        border-color: transparent;
        background: transparent;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: transparent;
        }

.navbar-fixed-top, .navbar-fixed-bottom {
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 5px 5px -3px #eee;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
    box-shadow: 0 5px 5px -3px #eee;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
}

.navmenu-nav .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
    background-color: #cccccc;
    background-color: rgba(0,0,0,.2);
}

.navmenu-nav .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px none #ddd;
    padding: 10px 15px;
    text-align: center;
}

.navmenu-nav .panel-heading, .navmenu-nav .panel-title {
    padding: 0;
}

    .navmenu-nav .panel-title > a {
        display: block;
    }

.header-top {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    -webkit-box-shadow: 0 3px 3px #999;
    -ms-box-shadow: 0 3px 3px #999;
    box-shadow: 0 3px 3px #999;
    box-shadow: 0 3px 3px rgba(68,68,68,0.5);
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 115px;
}

.sidebar {
    display: block;
    background-color: #465d8a;
    z-index: 1000;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.main {
    margin-bottom: 0;
    padding-right: 20px;
}

.main2 {
    padding-top: 35px;
    margin-bottom: 0;
    margin-top: 50px;
}

@media screen and (max-width:768px) {
    .main2 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.marten {
    position: absolute;
    top: -45px;
    right: 0;
}

.marten2 {
    position: absolute;
    top: -40px;
    right: 0;
}

.marten span {
    font-size: 18px;
    padding-right: 5px;
}

.e-btn .glyphicon {
    padding-right: 5px;
    font-size: 12px;
}

@media (max-width:768px) {
    .main {
        padding-top: 15px;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .navmenu-default, .navbar-default .navbar-offcanvas {
        background-color: transparent;
        border-color: transparent;
        padding-top: 160px;
        /* background-color: #555; */
        /* background-image: url(../images/menu-bg.png); */
        padding-left: 30px;
    }

    .e-btn .glyphicon {
        padding-right: 0;
    }
}

.declare {
    position: relative;
    text-align: center;
    border-top: 1px solid #ccc;
    color: #aaa;
    padding: 10px 0 0;
    margin-top: 5px;
    font-size: 11px;
}

@media screen and (min-width: 768px) {

    .navbar-default .navbar-toggle {
        display: none;
    }

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 85;
        display: block;
        padding: 20px;
        background-color: #555;
        height: 100%;
        min-height: 100%;
        background-image: url(../images/menu-bg.png);
        padding-top: 0;
        width: 60px;
        overflow: hidden;
        -webkit-transition-delay: .5s; /* Safari */
        transition-delay: .5s;
    }

        .sidebar:hover {
            width: 160px;
            z-index: 9999;
        }

    .navbar-fixed-top, .navbar-fixed-bottom {
        left: 60px;
        -webkit-box-shadow: 0 5px 5px -3px #eee;
        -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
        box-shadow: 0 5px 5px -3px #eee;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,0.1);
    }

    .main2 {
        padding-right: 20px;
        padding-left: 80px;
        padding-bottom: 40px;
    }

    .navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
        position: relative;
        z-index: 1030;
        -ms-border-radius: 0;
        border-radius: 0;
        height: 100%;
        width: 100%;
    }

    .navmenu, .navbar-offcanvas {
        width: 100%;
        height: 100%;
        border-style: solid;
        border-width: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .disblock {
        display: block !important;
    }
}

.main .page-header {
    margin-top: 0;
}

::-webkit-scrollbar {
    width: 7px; /* for vertical scrollbars */
    height: 7px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: #eee;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    background: rgba(0, 0, 0, 0.4);
}

scrollbar {
    /*  clear useragent default style*/
    -moz-appearance: none !important;
}
/* buttons at two ends */
scrollbarbutton {
    -moz-appearance: none !important;
}
/* the sliding part*/
thumb {
    -moz-appearance: none !important;
}

scrollcorner {
    -moz-appearance: none !important;
    resize: both;
}
/* vertical or horizontal */
scrollbar[orient="vertical"] {
    color: silver;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #334b79;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

table {
    width: 100% !important;
    background-color: white;
    outline: none;
}

    table > thead > tr > th, table > thead > tr, table > thead > tr > td {
        vertical-align: middle !important;
        border-bottom: 4px solid #58bbc1;
        height: 50px;
    }

.navmenu-nav .panel-group .panel + .panel {
    margin-top: 0;
}

.top-logo {
    text-align: center;
}

    .top-logo img {
        width: auto;
        max-width: 100%;
    }

.logo-name {
    display: block;
    height: 52px;
    color: #48465b !important;
    padding: 5px 20px;
}

    .logo-name h1 {
        margin: 0;
        font-size: 20px;
        line-height: 60px;
    }

.logo-links {
    display: block;
    height: 115px;
    padding-top: 35px;
    height: 85px;
    margin-top: 12px;
    border-right: 1px solid #dde2e8;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .logo-links {
        border-right: 1px none #dde2e8;
    }
}

.logo-links img {
    margin: 0 10px 0 0;
}

.logo-name img {
    display: block;
    padding-top: 20px;
    max-width: 100%;
}

.inner-content {
    height: auto;
    min-height: 100%;
}

    .inner-content h1 {
        color: #292929;
        font-size: 14px;
        border-bottom: 1px solid #f3f3f3;
        display: block;
        margin-top: 0;
        padding: 7px 22px;
        margin: -11px -20px 10px -20px;
        min-height: 20px;
        background: #fbfbfb;
        position: fixed;
        width: 100%;
        z-index: 10;
        top: 64px;
    }

        .inner-content h1.bread {
            background-image: url(../images/bread.png);
            background-position: left center;
            background-repeat: no-repeat;
        }

.pull-right-btn {
    text-align: right;
}

.boxes {
    padding: 0 0 0 0;
    margin-bottom: 1px;
}

    .boxes:after {
        display: table;
        content: '';
        clear: both;
    }

    .boxes a.box {
        display: table;
        background: #58bbc1;
        background: -moz-linear-gradient(top, #22a3ab 0%, #1a9198 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22a3ab), color-stop(100%,#1a9198));
        background: -webkit-linear-gradient(top, #22a3ab 0%,#1a9198 100%);
        background: -o-linear-gradient(top, #22a3ab 0%,#1a9198 100%);
        background: -ms-linear-gradient(top, #22a3ab 0%,#1a9198 100%);
        background: linear-gradient(to bottom, #22a3ab 0%,#1a9198 100%);
        -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a3ab', endColorstr='#1a9198',GradientType=0 );
        -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a3ab', endColorstr='#1a9198',GradientType=0 );
        -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a3ab', endColorstr='#1a9198',GradientType=0 );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a3ab', endColorstr='#1a9198',GradientType=0 );
        -moz-box-shadow: 0 3px 3px rgba(68,68,68,0.5);
        -webkit-box-shadow: 0 3px 3px rgba(68,68,68,0.5);
        -ms-box-shadow: 0 3px 3px rgba(68,68,68,0.5);
        box-shadow: 0 3px 3px rgba(68,68,68,0.5);
        color: #fff;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        width: 100%;
    }

        .boxes a.box:hover {
            background: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
            background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
            background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
            background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
            background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
            -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
            -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
            -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
            -moz-box-shadow: 0 3px 3px rgba(68,68,68,0.5);
            -webkit-box-shadow: 0 3px 3px rgba(68,68,68,0.5);
            -ms-box-shadow: 0 3px 3px rgba(68,68,68,0.5);
            box-shadow: 0 3px 3px rgba(68,68,68,0.5);
            color: #545a5f;
            text-align: center;
        }

.box img {
    max-width: 100%;
}

a.box p {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    line-height: 16px;
    margin-top: 5px;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width:768px) {
    a.box p {
        padding: 0 0;
    }

    .inner-content h1 {
        margin: -11px 0 10px -20px;
    }

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
}

a.box p::first-line {
    font-weight: bold;
}

.e-news {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 3px #aaa;
    -ms-box-shadow: 0 3px 3px #aaa;
    box-shadow: 0 3px 3px #aaa;
    box-shadow: 0 3px 3px rgba(68,68,68,0.5);
    color: #fff;
    padding: 20px 20px 30px 20px;
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.e-news-box {
    border-bottom: 1px solid #e5e5e5;
}

    .e-news-box h2 {
        color: #292929;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }

    .e-news-box p {
        color: #595959;
        font-size: 13px;
    }

p.e-news-date {
    color: #6e87b7 !important;
    font-size: 14px;
}

.e-news h1 {
    font-size: 18px !important;
    text-transform: uppercase;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #334b79 !important;
    margin-left: 60px !important;
    font-style: normal;
    color: #334b79 !important;
    font-weight: bold;
    margin-top: 5px !important;
}

.e-news img {
    display: inline-block;
    float: left;
    width: 50px;
}

.e-side {
    background: #6e87b7;
    -webkit-box-shadow: 0 3px 3px #aaa;
    -ms-box-shadow: 0 3px 3px #aaa;
    box-shadow: 0 3px 3px #aaa;
    box-shadow: 0 3px 3px rgba(68,68,68,0.5);
    color: #fff;
    padding: 20px 30px;
    display: block;
    height: auto;
    margin-top: -11px;
    margin-bottom: 25px;
}

@media screen and (max-width:991px) {
    .e-side {
        margin-top: 10px;
    }
}

.e-side h1 {
    font-size: 16px !important;
    text-transform: uppercase;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ffffff !important;
    margin-left: 35px;
    font-style: normal;
    color: #ffffff !important;
    font-weight: bold;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

.e-side img {
    display: inline-block;
    float: left;
    width: 22px;
}

.e-side a {
    color: #334b79;
    font-weight: bold;
    -moz-word-break: break-word;
    -o-word-break: break-word;
    word-break: break-word;
    margin-bottom: 20px;
}

    .e-side a:hover {
        color: #465d8a;
    }

.e-side p {
    font-size: 13px;
    color: #ffffff;
    line-height: 18px;
}

.e-login {
    background: #6e87b7;
    -webkit-box-shadow: 0 3px 3px #aaa;
    -ms-box-shadow: 0 3px 3px #aaa;
    box-shadow: 0 3px 3px #aaa;
    box-shadow: 0 3px 3px rgba(68,68,68,0.5);
    color: #fff;
    padding: 18px 20px 20px 20px;
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 0;
}

    .e-login h1 {
        font-size: 18px;
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: 1px solid #3e537b;
        margin-left: 35px;
        font-style: normal;
        color: #ffffff;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .e-login img {
        display: inline-block;
        float: left;
        width: 30px;
    }

    .e-login a {
        color: #334b79;
        font-weight: normal;
        -moz-word-break: break-word;
        -o-word-break: break-word;
        word-break: break-word;
        border-top: 1px solid #3e537b;
        padding-top: 10px;
        display: block;
    }

    .e-login label {
        font-size: 13px;
        color: #ffffff;
        line-height: 21px;
        font-weight: normal !important;
    }

    .e-login input {
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: normal;
    }

.faq-btn {
    background: #334b79;
    color: white;
    border: 1px solid #334b79;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: 12px;
}

a.faq-btn:visited {
    color: white;
}

.e-btn {
    background: #4db7be !important;
    color: white;
    border: 1px solid #4db7be;
    -ms-border-radius: 0;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    height: 34px;
    line-height: 19px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center !important;
}

.e-btn-primary {
    background: #71B37D !important;
    color: white;
    border: 1px solid #4cae4c;
    -ms-border-radius: 0;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    height: 34px;
    line-height: 19px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center !important;
}

.gray {
    background: #aaa !important;
    border: 1px solid #aaa;
}

.e-btn.gray {
    background: #aaa !important;
    color: white;
    border: 1px solid #aaa;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.e-btn:focus, .e-btn:active, .e-btn:visited, .faq-btn:hover, .faq-btn:focus, .faq-btn:active, .faq-btn:hover {
    border: 1px solid #4db7be !important;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #4db7be !important;
    color: white;
}

.e-btn:hover {
    border: 1px solid #4db7be !important;
    -ms-border-radius: 0;
    border-radius: 0;
    background: rgb(34, 139, 146) !important;
    color: white;
}


.e-btn-primary:hover {
    border: 1px solid #4cae4c;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #80D158 !important;
    color: #fff;
}

.e-btn-primary:focus, .e-btn-primary:active, .e-btn-primary:visited {
    color: #fff;
}

.action-box .e-btn p {
    display: table-cell;
}

.action-box .e-btn {
    line-height: 14px;
    white-space: normal;
    padding: 10px 25px 10px 35px;
    text-align: left !important;
    background: #58bbc1 !important;
    border-color: #58bbc1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    height: initial;
    word-wrap: break-word;
}

.action-box span {
    position: absolute;
    top: 15px;
    left: 12px;
    color: white;
    font-size: 23px;
}

.gou {
    right: 10px;
    float: right;
    left: initial !important;
    font-size: 14px !important;
}

.action-box .e-btn:hover {
    background: #22a3ab !important;
    border-color: #22a3ab;
}

.action-box .e-btn-2 {
    line-height: 15px;
    white-space: normal;
    padding: 10px 2px;
    vertical-align: middle;
    line-height: 15px;
    white-space: normal;
    padding: 10px 10px 10px 35px;
    text-align: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: not-allowed;
    height: initial;
}

    .action-box .e-btn-2 p {
        margin-bottom: 0 !important;
    }

.e-btn-2 {
    background: #ccc !important;
    color: white;
    border: 1px solid #ccc;
    -ms-border-radius: 0;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    height: 34px;
    line-height: 16px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .e-btn-2:hover, .e-btn-2:focus, .e-btn-2:active, .e-btn-2:hover, .e-btn-2:visited {
        border: 1px solid #ccc;
        -ms-border-radius: 0;
        border-radius: 0;
        background: #ccc !important;
        color: white;
        border: 1px solid transparent;
        -ms-border-radius: 0;
        border-radius: 0;
        color: white;
    }

.time {
    background-image: url(../images/date-time.png);
    background-repeat: repeat-y;
    -ms-background-size: 100%;
    background-size: 100%;
    display: block;
    padding: 5px 25px 0;
    text-align: right;
    position: absolute;
    right: 0;
}

    .time p {
        font-size: 11px;
        color: #999;
    }

.e-documents {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 3px #aaa;
    -ms-box-shadow: 0 3px 3px #aaa;
    box-shadow: 0 3px 3px #aaa;
    box-shadow: 0 3px 3px rgba(68,68,68,0.5);
    color: #fff;
    padding: 0;
    display: block;
    height: auto;
    margin-bottom: 25px;
}

    .e-documents .head-collapse {
        background-color: #334b79;
        padding: 15px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }

        .e-documents .head-collapse p {
            background-image: url(../images/e-doc.png);
            background-repeat: no-repeat;
            background-position: left center;
            margin-bottom: 0;
        }

        .e-documents .head-collapse span {
            display: block;
            padding-left: 40px;
        }

        .e-documents .head-collapse.docs-down p span {
            background-image: url(../images/nav-up.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

        .e-documents .head-collapse.docs-up p span {
            background-image: url(../images/nav-down.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

    .e-documents .content {
        color: black;
        padding: 20px;
    }

.faq .content p {
    padding: 15px 50px;
    line-height: 16px;
    font-size: 13px;
}

.legendGridLbl {
    margin-right: 8px;
}

.content h4, .content h3 {
    padding: 0 0 15px 0;
}

.e-documents .content p {
    padding: 7px 0;
    padding-left: 55px;
    line-height: 16px;
}

    .e-documents .content p#pdf, p#pdf {
        background-image: url(../images/pdf.png);
        background-repeat: no-repeat;
        background-position: left top;
        line-height: 17px !important;
    }

    .e-documents .content p#doc, p#doc {
        background-image: url(../images/word.png);
        background-repeat: no-repeat;
        background-position: left top;
        line-height: 17px !important;
    }

    .e-documents .content p#pdf-new, p#pdf-new {
        background-image: url(../images/new-pdf.png);
        background-repeat: no-repeat;
        background-position: left top;
        line-height: 17px !important;
    }

    .e-documents .content p#doc-new, p#doc-new {
        background-image: url(../images/new-word.png);
        background-repeat: no-repeat;
        background-position: left top;
        line-height: 17px !important;
    }

.code h1 {
    color: #636363;
    font-size: 24px;
    border-bottom: 1px solid #bababa;
    display: block;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 5px;
}

.filter {
    background-color: #fbfbfb;
    -webkit-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: none;
    padding: 15px 40px 5px;
    /* display: block; */
    height: auto;
    z-index: 2;
    position: relative;
    margin-top: 0;
    border-top: #eaeaea 1px solid;
    /* margin-top: 5px; */
}

@media screen and (max-width:768px) {
    .filter {
        z-index: 1;
        position: relative;
    }
}

.filter h1 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #334b79;
    font-style: normal;
    color: #334b79;
    font-weight: bold;
    margin-top: 5px;
}

.table-box {
    /* background: #ffffff; */
    padding: 0 10px 10px;
    /* display: block; */
    /* height: auto; */
    /* margin-top: 10px; */
    /* margin-bottom: 15px; */
}

    .table-box h1 {
        font-size: 18px;
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: 1px solid #334b79;
        font-style: normal;
        color: #334b79;
        font-weight: bold;
        margin-top: 0;
    }

        .table-box h1 img {
            width: 35px;
            margin-right: 10px;
            vertical-align: text-bottom;
        }

.dataTables_paginate.paging_bootstrap {
    text-align: left;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #58bbc1;
        border-color: #58bbc1;
        color: #FFF !important;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 5px 10px;
        line-height: 1.42857;
        text-decoration: none;
        background-color: #FFF;
        border: 0px solid #eaeaea;
        margin: 0 2px;
        color: black !important;
        border-radius: 50%;
        background-color: transparent;
        border-color: #efeff5;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
        -ms-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -ms-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -ms-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -ms-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-right: 0 !important;
    }

    .pagination > li.next > a, .pagination > li.next > span, .pagination > li.prev > a, .pagination > li.prev > span {
        color: #626262 !important;
        text-decoration: none;
        background-color: transparent;
        border: 1px solid transparent;
    }

    .pagination > li.next:hover > a, .pagination > li.next:hover > span, .pagination > li.prev:hover > a, .pagination > li.prev:hover > span {
        background-color: #efeff5;
        border: 1px solid #efeff5;
        border-radius: 3px;
    }

    .pagination > li.prev.disabled > a, .pagination > li.next.disabled > a {
        background-color: transparent;
        color: #d3d5e2 !important;
        border: 1px solid transparent;
    }

.table, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 0 none white;
}

.table-bordered > tbody > tr > td {
    border: 0 none white;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    outline: none;
}

.mb20 {
    margin-bottom: 20px;
}

.tbl {
    display: table;
}

.tbl-cell {
    display: table-cell;
}

    .tbl-cell.top {
        vertical-align: top;
    }

    .tbl-cell.middle {
        vertical-align: middle;
    }

    .tbl-cell.bottom {
        vertical-align: bottom;
    }

/*** POSITIONING ***/
.to-left {
    left: 0;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.h100 {
    height: 100%;
}

.login-panel {
    width: 400px;
    margin: 0 auto;
    margin-top: -100px;
}

.m0auto {
    display: block;
    margin: 0 auto;
}




.e-info {
    background: #6e87b7;
    -webkit-box-shadow: 0 3px 3px #888;
    -ms-box-shadow: 0 3px 3px #888;
    box-shadow: 0 3px 3px #888;
    box-shadow: 0 3px 3px rgba(68,68,68,0.5);
    color: #fff;
    display: block;
    height: auto;
    margin-top: 10px;
    z-index: 2;
    position: relative;
}

    .e-info h1 {
        font-size: 16px !important;
        text-transform: uppercase;
        padding-bottom: 10px !important;
        border-bottom: 1px none #ffffff !important;
        padding: 5px 20px 0 20px;
        font-style: normal;
        color: #ffffff !important;
        font-weight: normal;
        margin-bottom: 0;
        padding-bottom: 4px !important;
    }

        .e-info h1 span {
            padding-top: 10px;
            padding-bottom: 10px;
            display: block;
            border-bottom: 1px solid white;
        }

    .e-info .content {
        padding: 10px 20px;
    }

    .e-info img {
        width: 19px;
        margin-right: 10px;
        vertical-align: text-bottom;
        float: left;
    }

    .e-info a {
        color: #334b79;
        font-weight: bold;
        -moz-word-break: break-word;
        -o-word-break: break-word;
        word-break: break-word;
    }

        .e-info a:hover {
            color: #465d8a;
        }

    .e-info p {
        font-size: 13px;
        color: #ffffff;
        line-height: 21px;
        margin-bottom: 0;
    }

    .e-info .head-collapse.docs-down h1 span, .e-info .head-collapsing.docs-down h1 span {
        background-image: url(../images/nav-up-info.png);
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
        display: block;
        margin-left: 32px;
        border-bottom: 1px solid #ffffff !important;
    }

    .e-info .head-collapse.docs-up h1 span, .e-info .head-collapsing.docs-down h1 span {
        background-image: url(../images/nav-down-info.png);
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
        display: block;
        margin-left: 32px;
    }

@media screen and (max-width:992px) {
    .pagination > li > a {
        display: none;
    }

    .pagination > li:last-child > a {
        display: block !important;
    }

    .pagination > li:first-child > a {
        display: block !important;
    }
}

@media screen and (max-width:768px) {
    .dataTables_info {
        float: none;
        padding-left: 10px;
    }

    .content p {
        padding: 15px 0;
        padding-left: 55px;
        line-height: 16px;
        font-size: 11px;
    }

    .dataTables_paginate.paging_bootstrap {
        float: none;
        padding-left: 10px;
        text-align: left;
        margin: 15px 0;
    }


    .e-info .collapsing p, .e-info p {
        font-size: 13px !important;
        color: #ffffff;
        line-height: 21px;
        padding-left: 0;
    }
}

/*filter*/
.filter-box {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    margin-top: 0;
    position: relative;
}

    .filter-box .head-collapse {
        background: #fff;
        width: 100%;
        -ms-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -ms-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0 5px 0 10px;
        cursor: pointer;
        border-left: 4px solid #58bbc1;
        margin-top: 5px;
        margin-bottom: 10px;
        -webkit-box-shadow: 2px 2px 3px #ddd;
        -ms-box-shadow: 2px 2px 3px #ddd;
        box-shadow: 2px 2px 3px #ddd;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
        background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
        -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
        -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
        -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    }

        .filter-box .head-collapse.docs-up {
            margin-top: 0;
            -webkit-box-shadow: 2px 2px 3px #ddd;
            -ms-box-shadow: 2px 2px 3px #ddd;
            box-shadow: 2px 2px 3px #ddd;
        }

    .filter-box h1 {
        border-bottom: 1px none #ffffff !important;
        text-align: left;
        font-size: 14px !important;
    }

@media screen and (max-width:768px) {
    .filter-box .head-collapse {
        width: 100%;
        padding: 5px 20px 0;
    }

    .filter-box h1, .e-info h1 {
        font-size: 16px !important;
        text-align: left;
        font-weight: normal;
    }

    .filter-box span {
        padding-left: 7px;
    }

    .e-info {
        -ms-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
}

.filter-box .docs-up h1 span, .filter-box .docs-down h1 span {
    cursor: pointer;
    display: inline-block;
    color: #333;
    margin-top: 5px;
    margin-left: 5px;
}

.filter-box .docs-up h1 {
    background-image: url(../images/arrow-up-green.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 0;
}

.filter-box .docs-down h1 {
    background-image: url(../images/arrow-down-green.png.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 0;
}

.filter-box img {
    width: 22px;
    vertical-align: text-bottom;
    display: inline-block;
}

.filter-box .input-group-addon img {
    width: 30px;
    vertical-align: text-bottom;
    display: inline-block;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    margin-bottom: 0;
}

    .alert-warning input {
        padding-right: 10px;
    }

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0 none white;
}

.filter input, .filter select {
    margin-bottom: 10px;
    background: #ffffff;
    text-align: left;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -ms-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -ms-border-bottom-right-radius: 0 !Important;
    border-bottom-right-radius: 0 !Important;
    padding: 8px 12px;
}

.filter select {
    margin-bottom: 10px;
    background: transparent !important;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
    background: transparent !important;
    border: #cad1f5 1px solid;
    padding: 9px 10px !important;
    box-shadow: none !important;
    border-radius: 2px !important;
}

.filter > input[type="radio"], .filter > input[type="checkbox"] {
    zoom: 1.5;
    vertical-align: -webkit-baseline-middle;
}


.date .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    -moz-min-width: 160px;
    -ms-min-width: 160px;
    -o-min-width: 160px;
    -webkit-min-width: 160px;
    min-width: 160px;
    padding: 10px 15px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px #ccc;
    -ms-box-shadow: 0 6px 12px #ccc;
    box-shadow: 0 6px 12px #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


.date table > thead > tr > th, .date table > thead > tr, .date table > thead > tr > td {
    vertical-align: middle !important;
    border-bottom: 4px none #334b79;
    height: 50px;
}


.filter-box .head-collapse.docs-up {
    background-color: #bbb;
    position: relative;
}

.support {
    margin-top: 12px;
    display: block;
    height: 115px;
    padding-top: 25px;
    height: 85px;
    margin-top: 12px;
    border-right: 1px solid #dde2e8;
}

    .support img {
        width: auto !important;
        float: left;
        margin-right: 7px;
        float: left;
    }

    .support h2 {
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        color: #484848;
        float: left;
    }

    .support p {
        color: #6e87b7;
        font-weight: normal;
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 10px;
        text-transform: uppercase;
        float: left;
    }

.center {
    display: block;
    margin: 0 auto !important;
    height: auto;
    width: 250px;
    float: none;
}

.form-errors li {
    list-style: none;
    padding: 6px 0;
    line-height: 15px;
}

a.radio {
    background-image: url(../images/radio-off.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    cursor: pointer;
    color: #484848;
    font-size: 13px;
}

    a.radio.active {
        background-image: url(../images/radio-on.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
    margin-left: 15px;
    margin-right: 15px;
}

.mt20 {
    margin-top: 20px;
}

.register-border {
    /* border: 1px solid #22A3AB !important; */
    padding: 30px 15px 30px 15px !important;
}


.register-border-green {
    border: 1px solid #599259 !important
}


.register.panel {
    margin-bottom: 20px;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 30px 15px 30px 15px;
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .register.panel.dobavuvach {
        padding: 5px;
    }

.pka #suppliersPreview {
    font-size: 16px;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.register label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 13px;
    color: #555;
    font-family: 'Inter-SemiBold';
}

.register hr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eaeaea;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
}

.register .panel {
    border: 1px none white;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

    .register .panel.panel-default {
        padding: 0;
        margin-bottom: 10px;
    }

.panel-footer {
    margin-bottom: 0px;
}

.register .panel-footer {
    padding: 0 !important;
    background-color: #ddd !important;
    border-top: 1px none #ddd;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.e-btn-back {
    background: #ce6e6e;
    color: white !important;
    border: 1px solid #ce6e6e;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 34px;
    line-height: 20px;
}


.btn-center-align {
    text-align: center !important;
}

.e-btn-back:hover, .e-btn-back:focus, .e-btn-back:active, .e-btn-back:hover,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:hover {
    background: #aaa !important;
    color: white !important;
    border: 1px solid #aaa !important;
    -ms-border-radius: 0;
    border-radius: 0;
}

.faq .panel-heading {
    color: #6e87b7;
    background-color: white;
    padding: 0;
    background-color: #f5f5f5;
}

.faq .panel.panel-default {
    border-color: white;
}

.faq .panel-group.panel {
    margin-bottom: 0;
    overflow: hidden;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .faq .panel-group .panel + .panel {
        margin-top: 5px;
    }

.faq .panel {
    background-color: #fff;
    border: 1px none transparent;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.faq .panel-title > a {
    color: inherit;
    display: block;
    cursor: pointer;
}

.faq-open {
    background-color: #6e87b7;
    color: white;
    padding: 13px 15px;
    display: block;
    -ms-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -ms-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

    .faq-open .arr-faq {
        background-image: url(../images/nav-up-white.png);
        background-repeat: no-repeat;
        background-position: right center;
        display: block;
        font-size: 14px;
        line-height: 18px;
        padding-right: 20px;
    }

.faq-closed {
    padding: 13px 15px;
    display: block;
    cursor: pointer;
    background-color: #f1f1f1;
}

    .faq-closed .arr-faq {
        background-image: url(../images/nav-down.png);
        background-repeat: no-repeat;
        background-position: right center;
        display: block;
        font-size: 14px;
        line-height: 18px;
        padding-right: 20px;
    }


.date .btn-danger {
    color: #fff;
    background-color: #aaa;
    border-color: #aaa;
}

    .date .btn-danger:hover,
    .date .btn-danger:focus,
    .date .btn-danger:active,
    .date .btn-danger.active,
    .date .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #999;
        border-color: #999;
    }

    .date .btn-danger:active,
    .date .btn-danger.active,
    .date .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

.date .btn-info {
    color: #fff;
    background-color: #6e87b7;
    border-color: #6e87b7;
}

    .date .btn-info:hover,
    .date .btn-info:focus,
    .date .btn-info:active,
    .date .btn-info.active,
    .date .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #465d8a;
        border-color: #465d8a;
    }

    .date .btn-info:active,
    .date .btn-info.active,
    .date .open .dropdown-toggle.btn-info {
        background-image: none;
    }

.date .btn-success {
    color: #fff;
    background-color: #98c47b;
    border-color: #98c47b;
}

    .date .btn-success:hover,
    .date .btn-success:focus,
    .date .btn-success:active,
    .date .btn-success.active,
    .date .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #86b468;
        border-color: #86b468;
    }

    .date .btn-success:active,
    .date .btn-success.active,
    .date .open .dropdown-toggle.btn-success {
        background-image: none;
    }

.lang a {
    font-size: 15px;
    font-weight: normal;
    color: #292929;
}

    .lang a:hover {
        color: #555;
    }

    .lang a.active, .lang a.active:hover {
        font-size: 15px;
        font-weight: bold;
        color: #6e87b7;
    }

.banners {
    padding: 0 15px 10px;
    margin-bottom: 27px;
}

    .banners img {
        width: 100%;
    }

.links p {
    padding: 7px 0 7px 0 !important;
    padding-left: 55px !important;
    font-size: 13px !important;
    min-height: 50px;
}

    .links p#pdf {
        background-image: url(../images/pdf.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .links p#doc {
        background-image: url(../images/word.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .links p#pdf-new {
        background-image: url(../images/new-pdf.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .links p#doc-new {
        background-image: url(../images/new-word.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

p.archive {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 10px;
    background: #E08989;
    color: white;
    margin-left: 10px;
}

.choose-lang {
    display: inline-block;
    padding: 17px 27px;
    font-size: 15px;
}

    .choose-lang p {
        margin-bottom: 0;
        /* display: inline; */
    }

    .choose-lang span {
        color: #bbb;
    }

@media screen and (max-width:768px) {
    p.archive {
        display: block;
        margin-bottom: 3px;
    }
}

.modal-body ul li {
    list-style-type: none !important;
    padding: 5px 0;
}

.modal-body ul {
    padding-left: 10px;
}

.modal-content {
    /* position: relative; */
    /* background-color: #fff; */
    -ms-background-clip: padding-box;
    /* background-clip: padding-box; */
    /* border: 1px solid #999; */
    /* border: 1px solid rgba(0, 0, 0, .2); */
    -ms-border-radius: 5px;
    /* border-radius: 5px; */
    /* outline: none; */
    /* -webkit-box-shadow: 0 3px 9px #888; */
    -ms-box-shadow: 0 3px 9px #888;
    /* box-shadow: 0 3px 9px #888; */
    /* box-shadow: 0 3px 9px rgba(0, 0, 0, .5); */
    border-radius: 3px;
    padding: 15px 20px;
}

.modal-header {
    /* min-height: 16.42857143px; */
    /* padding: 15px 15px 0 15px; */
    border-bottom: 1px none #e5e5e5;
}


.modal-body ul li label {
    font-size: 14px;
    vertical-align: text-bottom;
    font-weight: normal;
    padding-left: 5px;
}

.modal-body ul li input {
    zoom: 1.5;
    cursor: pointer;
}

.modal-footer {
    margin-top: 0;
    text-align: right;
    border-top: 1px none #e5e5e5;
    padding-top: 0;
}

.foot-btn {
    border-top: 1px solid #e5e5e5;
    padding: 0;
    padding-top: 15px;
}

.acc-faq .panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

.acc-faq .panel-body {
    font-size: 13px;
}

.table-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 3px #999;
    -ms-box-shadow: 0 3px 3px #999;
    box-shadow: 0 3px 3px #999;
    box-shadow: 0 3px 3px rgba(68,68,68,0.5);
    padding: 25px 25px 30px 25px;
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .table-content p {
        font-size: 13px;
        line-height: 24px;
    }


    .table-content ul.sitemap {
        list-style-type: none;
        padding-left: 30px;
    }

ul.sitemap li span {
    font-weight: bold;
    font-size: 14px;
}

ul.sitemap li {
    margin-top: 20px;
}

    ul.sitemap li ul li {
        margin-top: 5px;
        font-size: 13px;
        list-style-type: square;
    }

        ul.sitemap li ul li a:hover, ul.sitemap li ul li a:visited {
            color: #6e87b7 !important;
        }

@media screen and (max-width:768px) {
    .table-content ul.sitemap {
        list-style-type: none;
        padding-left: 0;
    }

    .sidebar {
        min-height: inherit !Important;
    }
}

a.more {
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    padding: 3px 5px;
    color: #428bca !important;
    background: #6e87b7;
    color: white !important;
    float: right;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    a.more:hover {
        background: #334b79 !important;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

a.less {
    background: #aaa;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    padding: 3px 5px;
    color: white !important;
    float: right;
}

.fsize {
    font-size: 10px !important;
}

.mrl20 {
    margin-left: -20px;
    margin-right: -20px;
}

.dosie-code {
    padding: 20px;
    background-color: white;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .dosie-code table tr td, .dosie-code table tr td span {
        font-size: 13px;
    }

    .dosie-code table tr td {
        padding: 0 5px 0 5px;
    }

.dosie-title span {
    font-size: 15px !important;
    color: #334b79;
}

.dosie-title {
    line-height: 45px;
}

.dosie-code table {
    width: initial !important;
}

[ng-cloak] {
    display: none !important;
}

.ns-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 23;
    background: rgba(255, 255, 255, 1);
}

.ns-loader-image {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    padding-left: 200px;
}

.instructions {
    font-size: 18px !important;
    text-transform: uppercase;
    padding-bottom: 10px !important;
    font-style: normal;
    color: #6e87b7 !important;
}

.show-documents {
    cursor: pointer;
}

.welcome {
    float: right;
    margin-right: 40px;
}

    .welcome span:first-child {
        color: #6e87b7;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .welcome span {
        color: #334b79;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 10px;
        text-transform: uppercase;
    }

.logout-user {
    width: 25px;
    padding-bottom: -5px;
    top: 0;
    position: absolute;
    right: -5px;
    cursor: pointer;
    display: inline-block;
}

.form-group p {
    font-size: 13px;
}

.filter-box label, label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 13px;
}

.filter-box label {
    color: #333;
}

label {
    /* color: #777; */
}

.btn.btn-default label, .e-login .btn.btn-default {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
}

.modal-title label {
    font-size: 18px;
}

.form-control {
    /* display: block; */
    /* width: 100%; */
    /* height: 34px; */
    /* padding: 6px 12px; */
    /* font-size: 13px; */
    /* line-height: 1.42857143; */
    /* color: #555; */
    /* background-color: #fff !important; */
    /* background-image: none; */
    /* border: 1px solid #ccc; */
    -ms-border-radius: 2px;
    /* border-radius: 2px; */
    /* -webkit-box-shadow: inset 0 1px 1px #ddd; */
    -ms-box-shadow: inset 0 1px 1px #ddd;
    /* box-shadow: inset 0 1px 1px #ddd; */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px 22px;
    line-height: 18px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    width: auto !important;
    max-width: 270px;
    font-weight: normal;
    font-size: 13px;
    word-break: break-all;
}

ul.list-unstyled.list-inline.pull-right {
    margin-bottom: 0;
}

#imgCaptcha {
    padding-bottom: 10px;
}

.table .list-unstyled.list-inline li img {
    width: 16px;
}


@media (min-width: 992px) {
    .modal-dialog.modal-lg {
        width: 1000px;
    }
}

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
}

.show-doc {
    font-style: italic;
    color: #6e87b7;
    font-size: 24px;
    border-bottom: 1px solid #bababa;
    display: block;
    margin-top: 7px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

/*new-prikazi*/
.cont-login {
    padding-top: 140px;
}

.e-login2 {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.cont-login .instructions {
    font-size: 13px !important;
    text-transform: lowercase;
    padding-bottom: 10px !important;
    font-style: normal;
    color: #292929 !important;
    font-size: 13px;
}

.e-login .form-errors ul {
    padding-left: 0;
    background-color: transparent !important;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
}


.e-login .form-errors {
    padding: 10px !important;
}

.instructions2 {
    color: #6e87b7;
    font-weight: bold;
    font-size: 14px;
}

.dl {
    color: #6e87b7;
    font-size: 14px;
    margin-bottom: 0;
}

.ital label {
    font-size: 18px;
    font-style: italic;
    color: #6e87b7;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-top: 7px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-weight: normal !important;
}

@media (min-width:992px) and (max-width:1290px) {
    .label2col label {
        min-height: 40px;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
    }
}

@media (max-width:992px) {
    .form-control.select2-container {
        margin-bottom: 10px;
    }
}

.select2-container .select2-choice {
    height: 100%;
    line-height: 20px;
    display: block;
    min-height: 38px;
    background: transparent;
    padding: 2px 10px;
}

.form-control.select2-container {
    /* height: 34px !important; */
    /* padding: 0; */
    /* margin-bottom: 0px; */
    height: auto;
    border: 1px solid #cad1f5;
    min-height: 40px;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ie-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .form-control.select2-container:hover {
        background: rgba(240, 243, 255, 0.5);
        -webkit-transition: all 0.2s ease-in-out;
        -khtml-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ie-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ie-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .form-control.select2-container:focus {
        outline: none;
        box-shadow: 0 0 0 0.3rem rgba(43, 120, 236, 0.25) !important;
        -webkit-transition: all 0.2s ease-in-out;
        -khtml-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ie-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        line-height: 20px !important;
    }

@media screen and (max-width:768px) {

    .container-fluid {
        padding-right: 5px\0/ !important;
        padding-left: 5px\0/ !important;
    }
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    font-weight: normal;
    font-size: 12.5px;
    border: 1px solid white;
}

.error {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
    word-wrap: break-word;
    font-size: 14px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.navbar-inverse .navbar-toggle.pull-left {
    border-color: transparent;
    padding: 28px 15px;
    margin-bottom: 0;
    border-right: 0px solid #ddd;
    -ms-border-radius: 0;
    border-radius: 0;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
}

.navbar-inverse .navbar-toggle.pull-right {
    border-color: transparent;
    padding: 10px 0 10px 15px;
    margin-bottom: 0;
    border-left: 1px solid #ddd;
    -ms-border-radius: 0;
    border-radius: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #555;
}


.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #58bbc1;
}

@media screen and (max-width:767px) {
    .filter-box .head-collapse {
        margin-left: 0;
    }
}

#invoices-grid td.sorting_1, td.sorting_1 {
    font-size: 13px;
    font-weight: normal;
    /* color: black; */
}

.form-group {
    margin-bottom: 10px;
}

.btn-default {
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.input-group-addon:first-child {
    border-right: 0;
    background: #4db7be;
    border: 0;
    border-radius: 0;
    color: white;
    padding: 2px 0 2px 5px;
}

.input-group-addon.gray-b {
    border-right: 0;
    background: #aaa !important;
    border: 0;
    -ms-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -ms-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    padding: 2px 5px;
}

#suppliersPreview {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: #bbb 1px solid;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 1px;
    padding: 8px 12px;
    background: #aaa;
}

    #suppliersPreview:hover {
        background: #ce6e6e;
    }

.select2-drop-active {
    border: 1px solid #bbb;
}

.select2-container .select2-choice {
    border: 0 none #aaa;
    text-decoration: none;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .select2-container .select2-choice .select2-arrow {
        -ms-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        border-left: 0 none #aaa;
        background: transparent;
    }

.nav-tabs > li > a {
    /* cursor: pointer; */
    /* color: #666; */
    /* font-size: 14px; */
    /* line-height: 15px; */
    /* -webkit-transition: all 0.2s ease-in; */
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    /* transition: all 0.2s ease-in; */
    /* margin-right: 2px; */
    /* outline: none; */
    /* box-shadow: none; */
    /* border: 1px none transparent; */
    /* border-bottom: 4px solid transparent; */
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000 !important;
    /* cursor: default; */
    /* background-color: transparent; */
    /* border: 0; */
    /* border-bottom-color: #22a3ab; */
    /* border-bottom: 4px solid #22a3ab; */
    /* font-size: 14px; */
    /* cursor: pointer; */
    /* -webkit-transition: all 0.2s ease-in; */
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    /* transition: all 0.2s ease-in; */
}

.nav-justified > li.active > a, .nav-justified > li.active > a:hover, .nav-justified > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom-color: #22a3ab !important;
    border-bottom: 4px solid #22a3ab;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #22a3ab !important;
    border-bottom: 4px solid #22a3ab;
}

.nav > li > a:hover, .nav > li > a:focus {
    /* text-decoration: none; */
    /* background-color: transparent; */
}

.nav-tabs > li > a:hover {
    /* border-color: transparent transparent transparent; */
}

.panel-body {
    padding: 0 15px;
}

.label-status {
    font-size: 15px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 15px;
}

.edit-btn {
    background: #bbb;
    color: white;
    padding: 8px;
    font-size: 20px;
    margin-top: -1px;
    margin-left: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .edit-btn:hover {
        background: #ccc;
    }

.invoice-number {
    font-size: 16px;
    background: #bbb;
    color: white;
    padding: 9px;
    margin-right: 5px;
    display: table-cell;
    vertical-align: middle;
}

.invoice-title {
    font-size: 13px;
    display: table-cell;
    padding: 5px 5px;
    vertical-align: middle;
    line-height: 15px;
}

.faktura-title {
    margin: 0;
}

.inedit {
    background: #f5f5f5;
    padding: 20px !important;
}

.inedit-off {
    background: #fff;
    padding: 0;
}

.m0 {
    margin: 0;
}

.price {
    -ms-border-radius: 1px;
    border-radius: 1px;
    padding: 7px 10px 7px 5px;
    margin: 0;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #F2F2F2;
    color: #292929;
    font-weight: bold;
    background: #F2F2F2;
    border: 1px solid #E5E5E5;
}

.price-in .small {
    font-size: 16px;
}

.price p {
    font-size: 16px;
    padding-left: 5px !important;
    margin: 0;
    line-height: 20px;
    margin-top: 0 !important;
    display: inline-block;
    font-size: 20px;
}

.price label {
    padding-left: 5px;
    display: block;
    margin-bottom: 0;
}

.radio-inedit span {
    padding-right: 15px;
}

.radio-inedit label {
    color: #333;
}

.radio-inedit input[type="radio"], input[type="checkbox"] {
    zoom: 1.5;
    vertical-align: text-bottom;
}

.desc {
    background: #fbfbfb !important;
    padding: 0px 0;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.desc-date {
    background-color: #ddd;
}

.modal-content .panel-default > .panel-heading, .modal-content .panel-default > .panel-footer {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 0;
}

.modal-content .panel-default {
    margin: 0;
    padding: 0 20px 10px 20px !important;
    border-radius: 2px;
    background-color: #f5f5f5;
}

.modal-content .panel-body {
    padding: 15px 15px;
}

.modal-content .table-box {
    padding: 0 20px 20px !important;
    -webkit-box-shadow: 5px 5px 5px -3px #eee;
    -webkit-box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.05);
    box-shadow: 5px 5px 5px -3px #eee;
    box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.05);
}

.btn-group.outlinez > .btn-default {
    background-color: #22a3ab;
    border-color: #cccccc;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn-group.outlinez .btn-default {
    color: #ffffff !important;
}

.btn-group.outlinez > .btn:hover {
    background-color: #fff;
}

.btn-group.outlinez > .btn:hover, .btn-group > .btn.active {
    z-index: 2;
    color: #333 !important;
}

.btn-group.outlinez > .btn-default:hover, .btn-group.outlinez > .btn-default.outlinez:focus {
    border-color: #ccc;
}

.btn-group.outlinez > .btn-default:active, .btn-group.outlinez > .btn-default.active {
    background-color: #aaa;
    color: #fff !important;
}

@media screen and (max-width:1200px) {
    .outlinez label {
        font-size: 12px;
        padding: 6px 8px;
    }

    .e-btn {
        padding: 8px 4px;
    }
}

.m17 {
    margin-top: 17px !important;
}

.m17a {
    margin-top: 17px;
    margin-bottom: 12px;
}

.calendar ul {
    padding: 15px;
    background: #ffffff !important;
    left: auto !important;
    right: 0;
}

.calendar table > thead > tr > th, .calendar table > thead > tr, .calendar table > thead > tr > td, .calendar em {
    vertical-align: middle !important;
    border-bottom: 0 solid #58bbc1;
    height: 30px;
    font-weight: normal;
    color: #666;
    text-align: center;
}

.calendar .btn-default {
    -ms-border-radius: 0;
    border-radius: 0;
    border-color: white;
}

.calendar .btn-sm, .btn-group-sm > .btn {
    padding: 3px 6px;
    font-size: 13px;
    line-height: 1.5;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    border-color: #ffffff;
    color: black;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

    .calendar .btn-sm:hover, .calendar .btn-group-sm > .btn:hover, .calendar .btn-sm:hover, .calendar .btn-group-sm > .btn:hover {
        background: transparent;
        color: black;
        background: #efefef;
    }

.calendar .text-muted:hover {
    background: transparent;
    color: white;
}

.calendar .text-center {
    text-align: center;
    background: #ffffff;
}

.calendar table {
    width: 100% !important;
    background-color: transparent;
    outline: none;
}

.calendar .btn-info.active {
    color: white;
    /* font-weight: bold; */
    /* font-size: 14px; */
    /* background: #58bbc1; */
    box-shadow: none;
}

.calendar .text-info {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.calendar .btn-info {
    border-color: #fff;
}

.calendar .btn-danger {
    /* border-color: #444; */
}

.calendar .btn-success {
    color: #fff;
    background-color: #58bbc1;
    border-color: #58bbc1;
}

.register.light-label label {
    color: #48465b !important;
    line-height: 15px;
    /* font-weight: 500; */
}

.register.light-label .price-in label {
    color: #292929 !important;
}

.register.light-label {
    padding: 0 5px 0 5px;
}

    .register.light-label .panel-body {
        padding: 0 15px 0;
    }

.inedit-off input[type="radio"], input[type="checkbox"] {
    vertical-align: text-bottom;
    margin-left: 3px;
    margin-right: 3px;
    box-shadow: none;
    text-align: left;
    display: inline-table;
    zoom: 1.6;
    zoom: 1.3\0/;
    width: inherit;
    height: inherit;
    margin-top: 0px;
    float: left;
}

.radio-inedit {
    margin-left: 5px;
}

.tabset .tab-content {
    padding: 0;
}

    .tabset .tab-content .table-box {
    }

        .tabset .tab-content .table-box .table > caption + thead > tr:first-child > th, .tabset .tab-content .table-box .table > colgroup + thead > tr:first-child > th, .tabset .tab-content .table-box .table > thead:first-child > tr:first-child > th {
        }

        .tabset .tab-content .table-box .table > tbody > tr > td, .tabset .tab-content .table-box .table > tfoot > tr > td {
            /* font-size: 12px; */
            /* line-height: 12px; */
            /* vertical-align: top; */
        }

.upload {
    background: #58bbc1;
    color: white;
    margin-bottom: 0;
    border: #58bbc1;
    width: 100%;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    cursor: pointer;
}

    .upload:hover {
        background: #ddd;
        color: white;
    }

    .upload input {
        width: 100%;
        cursor: pointer;
    }

.upload-docs {
    padding: 5px 15px;
    margin-bottom: 20px;
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px #eee;
    -ms-box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px #eee;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    margin-top: 10px;
}

.documents {
    display: block;
    padding-left: 30px;
    margin-bottom: 5px;
    background: url(../images/docs-small.png) no-repeat left center;
}

.table-box table > thead > tr > th, table > thead > tr, table > thead > tr > td {
    vertical-align: top;
    border-bottom: 2px solid #e2e2e2;
    height: 25px;
    line-height: 14px;
    white-space: nowrap;
}


/*chat*/
.created-by {
    color: #e65390;
    font-size: 13px;
}

.chat-by {
    font-size: 13px !important;
    color: #58bbc1;
    font-weight: normal !important;
    display: block;
    margin-bottom: 0;
}

    .chat-by.on {
        color: #777;
        display: block !important;
        font-size: 12px !important;
    }

.chat-content {
    font-size: 13px !important;
    color: #000;
    font-weight: normal !important;
    display: block;
}

.chat-bubble {
    background: #f8f8f8;
    padding: 10px;
    margin-bottom: 5px;
}

.chat-btn {
    padding: 5px;
    height: 25px;
    line-height: 10px;
    margin-left: 3px;
    font-size: 12px;
}

.chat-btn-remove {
    background: #ce6e6e !important;
    border-color: #ce6e6e !important;
    height: 25px;
    line-height: 10px;
    margin-left: 3px;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 7px !important;
}

.chat-btn-gray {
    background: #aaa !important;
    border-color: #aaa !important;
    height: 25px;
    line-height: 10px;
    margin-left: 3px;
    font-size: 12px;
    padding: 5px;
}

    .chat-btn span, .chat-btn-remove span, .chat-btn-gray span {
        padding-right: 5px;
    }


.tabset.with-chat ul.nav.nav-tabs li:last-child {
    /* float: right; */
    /* background-color: #58bbc1; */
    /* padding: 1px; */
    /* right: 20px; */
}

.tabset.with-chat ul.nav.nav-tabs .active:last-child {
    /* background: #58bbc1; */
}

.tabset.with-chat ul.nav.nav-tabs li:last-child a {
    /* color: white; */
    /* border-bottom: 0 solid #ddd; */
    /* font-size: 14px; */
}

.well {
    padding: 0;
    min-height: 20px;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px none #e3e3e3;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

    .well .panel {
        margin: 0;
        padding: 0;
    }

.tasks {
    -ms-border-radius: 0;
    border-radius: 0;
}

    .tasks .panel.panel-default {
        background-color: transparent;
        border: 1px none transparent;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .tasks .panel-default > .panel-heading {
        color: #333;
        background-color: transparent;
        border-color: #ddd;
        padding: 10px 0;
    }

        .tasks .panel-default > .panel-heading.inner {
            padding: 0 0 0 0;
            border-bottom: 1px solid #e5e5e5;
        }

    .tasks .well-sm {
        padding: 0 0;
    }

    .tasks label {
        color: #000;
        font-size: 15px;
    }

    .tasks .panel-heading a {
        font-size: 14px;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        height: 35px;
        display: block;
        overflow: hidden;
        padding: 8px 15px;
        color: #777;
    }

    .tasks .panel-heading:hover a {
        color: #22a3ab;
    }

    .tasks .panel-heading a:after {
        content: '...';
        display: inline;
    }

    .tasks .panel-heading p {
        font-size: 13px;
        display: inline;
    }

    .tasks .panel-body label {
        font-size: 13px;
    }

    .tasks .panel-body {
        padding: 0 0 !important;
    }

        .tasks .panel-body p {
            margin-bottom: 0;
            display: block;
            color: #000;
            font-size: 13px;
            -moz-word-break: break-all;
            -o-word-break: break-word;
            word-break: break-word;
            -moz-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .tasks .panel-body p.clip {
                height: 20px;
                line-height: 23px;
            }

@media screen and (max-width:768px) {
    .tasks .panel-body p {
        overflow: initial;
    }

        .tasks .panel-body p.clip {
            overflow: hidden;
        }
}

.tasks.my-tasks .panel-body p {
    margin-bottom: 0;
    display: inline;
    color: #000;
    font-size: 13px;
}

.well.inn .tasks.my-tasks .panel-body label {
    line-height: 25px;
}

.tasks .task-icon {
    background: #aaa;
    padding: 5px;
    background-image: url(../images/tasks_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    -moz-min-width: 40px;
    -ms-min-width: 40px;
    -o-min-width: 40px;
    -webkit-min-width: 40px;
    min-width: 35px;
}

.well.inn .tasks .task-icon, .well.inn .tasks .task-info {
    width: 40px;
    min-width: 40px;
}

.tasks .my_tasks .task-icon {
    background: #4db7be;
    background-image: url(../images/tasks_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.tasks .my_tasks p.priority {
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 23px;
    -ms-background-size: 22px;
    background-size: 22px;
}



.klasa label, .klasa .task_priority {
    background-repeat: no-repeat !important;
    background-position: left center;
    line-height: 23px;
    /*-ms-background-size: 20px;
    background-size: 20px;*/
    background-size: initial;
    cursor: pointer;
}

.klasa label {
    margin-bottom: 2px;
    display: inline-block;
    padding-left: 25px;
}

.klasa p {
    margin: 0;
    display: inline-block;
    padding: 4px 2px 0px 2px;
    vertical-align: middle;
}

.klasa .duedays {
    padding: 0px 5px 0px 5px;
    margin: 0;
    vertical-align: super;
}

.klasa .glyphicon {
    font-size: 21px;
    padding-left: 1px;
    top: -1px;
}

.klasa .task_priority p {
    padding-left: 25px;
}

.tasks .my_tasks p.priority.low, .klasa .low {
    background-image: url(../images/tasks_green.png);
    color: #ABCB6D;
}

.tasks .my_tasks p.priority.medium, .klasa .medium {
    background-image: url(../images/tasks_gray.png);
    color: #999999;
}

.klasa .medium, .klasa .low, .klasa .high {
    height: 25px;
    width: 25px;
    display: inline-block;
}

.tasks .my_tasks p.priority.high, .klasa .high {
    background-image: url(../images/tasks_red.png);
    color: #D06360;
}



.klasa .high, .klasa .medium, .klasa .low {
    height: 25px;
    width: 25px;
    display: inline-block;
    background-position: 0px 1px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.klasa .task_priority.low {
    background-image: url(../images/low.png);
    color: #ABCB6D;
}

.klasa .task_priority.medium {
    background-image: url(../images/medium.png);
    color: #999999;
}

.klasa .task_priority.high {
    background-image: url(../images/high.png);
    color: #D06360;
}

.tasks .my_tasks .high {
    color: #D06360 !important;
}

.tasks .my_tasks .medium {
    color: #999999 !important;
}

.tasks .my_tasks .low {
    color: #ABCB6D !important;
}

.tasks p.priority {
    background-repeat: no-repeat;
    background-position: -1px center;
    padding: 0 0 0 23px;
    line-height: 24px;
    -ms-background-size: 22px;
    background-size: 22px;
}

.tasks.my-tasks p.priority {
    padding: 0 0 0 23px;
}

.tasks p.priority.low {
    background-image: url(../images/tasks_green.png);
    color: #333 !important;
}

.tasks p.priority.medium {
    background-image: url(../images/tasks_gray.png);
    color: #333 !important;
}

.tasks p.priority.high {
    background-image: url(../images/tasks_orange.png);
    color: #333 !important;
}

.tasks .high {
    color: #f4c84f !important;
}

.tasks .medium {
    color: #999999 !important;
}

.tasks .low {
    color: #ABCB6D !important;
}

.task-title {
    height: 35px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.line {
    line-height: 23px;
    padding-left: 7px;
}

.nav-tabs {
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 10px; */
    /* margin-top: 0; */
}

.tasks .task-info {
    padding: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background-image: url(../images/tasks_info.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    -moz-min-width: 40px;
    -ms-min-width: 40px;
    -o-min-width: 40px;
    -webkit-min-width: 40px;
    min-width: 35px;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 2px 2px 39px #ddd;
    -ms-box-shadow: inset 2px 2px 39px #ddd;
    box-shadow: inset 2px 2px 39px #ddd;
    box-shadow: inset 2px 2px 39px rgba(0, 0, 0,.1);
}

.task-info-container {
    height: 40px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding: 3px 0;
    width: 100%;
}

.history.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px none transparent;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 2px 2px 2px #ddd !important;
    -ms-box-shadow: 2px 2px 2px #ddd !important;
    box-shadow: 2px 2px 2px #ddd !important;
    box-shadow: 2px 2px 2px rgba(68,68,68,0.2) !important;
    padding: 15px;
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
}

    .history.panel label {
        margin-bottom: 0;
    }


.height-fix > div {
    min-height: 48px;
}


.more-info {
    cursor: pointer;
}

.more-info-box.down {
    background-image: url(../images/arrow-down-green.png.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #f2f2f2;
    padding: 5px;
}

.more-info-box.up {
    background-image: url(../images/arrow-up-green.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #f2f2f2;
    padding: 5px;
}

.more-info-box p {
    margin-bottom: 0;
    padding-left: 30px;
}

.history.movement.panel {
    padding: 7px 15px;
}

.task-info-container .form-group {
    min-height: 30px;
}

/*tabs icons*/

.chat-room a {
    /* background-image: url(../images/comment.png); */
    /* background-repeat: no-repeat; */
    /* background-position: left center; */
    /* background-position: 7px center; */
    /* padding-left: 40px !important; */
}


.f-ra-box .form-group, .history.movement .form-group, .history .form-group {
    vertical-align: text-top;
    min-height: 55px;
}

.history.movement .form-group, .history .form-group {
    margin-bottom: 0;
}

.f-ra-box .form-group {
    margin-bottom: 2px;
}

.history hr {
    margin-bottom: 5px;
    margin-top: 5px;
}

.f-ra-box .form-group p, .history.movement .form-group p, .history .form-group p {
    margin-bottom: 0;
    padding-left: 32px;
    margin-top: -5px;
    color: black;
}

.f-ra-box .form-group a {
    cursor: pointer;
}

    .f-ra-box .form-group a:hover {
        color: #4db7be;
    }

.user .form-group {
    width: 85%;
}

.more-info {
    background-image: url(../images/a-i.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    display: block;
}

.history.panel .more-info-box {
    background-position: right top;
    background-color: #f2f2f2;
    padding: 5px;
}

.history.movement .more-info-box {
    background-position: right -5px;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
}

@media screen and (min-width:767px) {
    .nav > li {
        /* display: table-cell; */
        margin-bottom: 0px;
    }

    .nav-tabs > li {
        /* float: none; */
        /* outline: none; */
        /* text-align: center; */
        /* padding: 5px; */
    }

    .wide .nav-tabs > li {
        padding: 0px 10px;
    }

    .tabset.with-chat .nav > li {
        display: initial;
    }

    .tabset.with-chat .nav-tabs > li {
        float: left;
    }
}

.knizno {
    padding: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 0;
}

.input-group-addon .glyphicon {
    padding: 5px;
}

.history.panel .inline-p .form-group p {
    margin-bottom: 0;
    padding-left: 0;
    display: inline-block;
    color: #58bbc1;
}

.history.panel .inline-p .form-group {
    min-height: initial;
}

@media screen and (max-width:1199px) {
    .nav > li > a {
        padding: 10px 2px;
        outline: none;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #000;
        font-size: 13px;
        outline: none;
    }

    .nav-tabs > li > a {
        color: #999;
        font-size: 13px;
        line-height: 15px;
        outline: none;
    }
}

.well-sm {
    padding: 9px;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 4px 4px 5px -2px #f2f2f2;
    box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.05);
    margin-bottom: 10px;
    background-color: #fbfbfb;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.actions {
    display: inline-block;
}

.action-box {
    background: #fff;
    width: 100%;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
    margin-top: 0;
    width: 100%;
    background: none;
    margin-bottom: 0;
}

    .action-box .inner-content {
        padding-left: 0;
        padding-top: 0;
    }

.row.boxes h4 {
    font-size: 15px;
    font-style: italic;
    margin-top: 10px;
    padding: 10px;
    background: #e5e5e5;
    -webkit-box-shadow: inset 2px 2px 39px #ddd;
    -ms-box-shadow: inset 2px 2px 39px #ddd;
    box-shadow: inset 2px 2px 39px #ddd;
    box-shadow: inset 2px 2px 39px rgba(0, 0, 0,.1);
    color: #777;
}

.action-box .input-group {
    display: block;
}

.action-box .e-btn:active, .action-box .e-btn:focus {
    -webkit-box-shadow: 0 0 0 #999;
    -ms-box-shadow: 0 0 0 #999;
    box-shadow: 0 0 0 #999;
    box-shadow: 0 0 0 rgba(0,0,0,.5);
    background: #aaaaaa;
}

.form-errors {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    margin-bottom: 20px;
    padding: 20px !important;
    margin-top: 10px;
}

    .form-errors ul {
        padding-left: 10px;
        background-color: transparent !important;
        /* background-image: url(../images/error-sign.png); */
        /* background-repeat: no-repeat; */
        /* background-position: left top; */
        /* min-height: 50px; */
    }

@media screen and (max-width:476px) {
    .form-errors ul {
        padding-top: 60px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: transparent !important;
        background-image: url(../images/error-sign.png);
        background-repeat: no-repeat;
        background-position: left top;
    }
}

.task-info-container img {
    width: 24px;
    float: left;
}

.boxes .input-group {
    margin: 0;
    margin-bottom: 1px;
}

.caret {
    margin-left: 5px;
}

.well h4 {
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

@media screen and (max-width:1648px) {

    .well h4 {
        line-height: 25px;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #555;
    }
}

.tooltip-inner {
    max-width: 100%;
    width: 100%;
    display: block;
}

.tooltip {
    min-width: 100px;
}

.well.inn .task-title h4 {
    line-height: 16px;
    margin: 0;
    border-bottom: 1px none transparent;
    padding-top: 5px;
}

.well.inn .task-info-container .glyphicon {
    color: #888;
    font-size: 15px;
    padding: 0 3px;
}

.well.inn .tasks .panel-body label:after {
    content: ':';
}

.well.inn .tasks .panel-body a label:after {
    content: '';
}

.well.inn .tasks .task-info-container .form-group {
    min-height: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.well.inn .tasks .panel-body label {
    color: #777;
}

.block {
    display: block !important;
    padding-left: 25px;
    margin-top: -4px;
}

.well.inn {
    padding: 15px 0 0;
}

    .well.inn select {
        display: inline;
        width: initial;
        height: 30px;
    }

    .well.inn .task-info-container {
        padding: 5px 0;
    }

    .well.inn .edit-btn {
        padding: 10px;
        font-size: 20px;
    }

    .well.inn .tasks .task-icon {
        background: #bbb;
        background-image: url(../images/tasks_icon-black.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .well.inn .well-sm {
        background: white;
    }

.with-chat span.glyphicon-user {
    color: #bbb;
    padding-top: 5px;
}

.with-chat .chat-by {
    display: inline;
}



.register.dobavuvach label {
    display: inline;
    color: #999;
}

    .register.dobavuvach label:after {
        content: ':';
    }

.register.dobavuvach p {
    display: inline;
}

.table-cell {
    display: table-cell;
    padding-right: 10px;
    padding: 0;
    z-index: 10;
    position: relative;
}

.back-fra {
    padding: 7px;
    color: white !important;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: -10px;
}

.well .response img {
    display: inline;
}

.well .response {
    -ms-border-radius: 0;
    border-radius: 0;
    color: white;
    margin-top: 15px;
    position: relative;
    display: block;
}

    .well .response ul li a {
        color: white;
    }

.responses {
    background: white;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    -ms-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .responses .task-info-container {
        height: 40px;
        text-align: left;
        display: block;
        vertical-align: middle;
        padding: 3px 0;
        width: 100%;
        border-top: 1px solid #e5e5e5;
    }

.approved .panel-heading, .denied .panel-heading {
    color: white;
    margin-bottom: 0;
    padding: 20px 20px;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: 5px center;
    -ms-border-radius: 0;
    border-radius: 0;
}

.denied .panel-heading {
    background-color: #d06360 !important;
    background-image: url(../images/cancel-btn.png);
}

.denied.down, .approved.down {
    -webkit-box-shadow: 1px 1px 2px #bbb;
    -ms-box-shadow: 1px 1px 2px #bbb;
    box-shadow: 1px 1px 2px #bbb;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.approved .panel-heading {
    background-color: #58bbc1 !important;
    background-image: url(../images/ok-btn.png);
}

.response-comment {
    padding: 10px 0;
    margin-bottom: 0;
    color: #555;
    font-size: 13px;
}

.response .tab-content {
    min-height: 45px;
}

.responses .response-container {
    padding: 5px 2px;
    border-top: 1px solid #e5e5e5;
    background: white;
}

.responses label {
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 0;
}

.show-documents .glyphicon {
    color: #aaa;
    font-size: 12px;
    padding: 4px 5px;
    display: inline;
    border: 1px solid #ddd;
    margin-right: 5px;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .show-documents .glyphicon.glyphicon-remove {
        color: #e08989;
    }

        .show-documents .glyphicon.glyphicon-remove:hover {
            background: #e08989;
            color: white;
            border: 1px solid #e08989;
        }

    .show-documents .glyphicon:hover {
        background: #4db7be;
        color: white;
        border: 1px solid #4db7be;
    }

.btn-default[disabled] {
    border-color: transparent;
}

.response .panel-default > .panel-heading {
    color: white;
    background-color: transparent;
    border-color: transparent;
}

.response .panel {
    margin-bottom: 5px;
    margin-top: 0 !important;
    background-color: transparent;
    border: 1px solid transparent;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
}

.response .panel-group {
    margin-bottom: 0;
}

.well .response h4 {
    line-height: 20px !important;
    border-bottom: 1px none #ddd;
    cursor: pointer;
    margin-left: 40px;
    -webkit-box-shadow: 2px 2px 39px #ccc inset;
    -ms-box-shadow: 2px 2px 39px #ccc inset;
    box-shadow: 2px 2px 39px #ccc inset;
    box-shadow: 2px 2px 39px rgba(0, 0, 0, 0.2) inset;
    font-size: 14px;
    margin-bottom: 0;
}

    .well .response h4 a, .well .response h4 a:hover {
        display: block;
        color: white;
        padding: 10px 15px;
        background-image: url(../images/comment-user2.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

.well .response .panel-heading {
    padding: 0;
}


.response .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #aaa;
    background: white;
}

.move-button {
    margin-right: 10px;
}

.move-search-button {
    margin-top: 20px;
}

.calendar p.input-group {
    padding: 0;
}

.task_priority label {
    color: #999;
}

.task_priority.red span {
    color: #D06360 !important;
}

.task_priority.green span {
    color: #1a9198 !important;
}

.task_priority.orange span {
    color: #f4c84f !important;
}

.inline {
    display: inline;
}

input[type="file"] {
    display: block;
    max-width: 100%;
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    min-width: 100%;
    width: 100%;
    display: inline\0/;
    max-width: inherit\0/;
    min-width: inherit\0/;
    width: inherit\0/;
}

.tiny-table th, .tiny-table td {
    font-size: 13px !important;
}

    .tiny-table th label {
        color: #333;
    }

.tooltip-inner {
    text-align: left;
    white-space: pre-line;
}

.menu-right img {
    opacity: 0.8;
    width: 35px;
    float: left;
    margin-right: 5px;
    padding-bottom: 10px;
    position: absolute;
    z-index: 0;
    left: 10px;
}

.right-panel.open {
    position: fixed;
    height: 100%;
    right: 0;
    width: 380px;
    overflow: scroll;
    background-color: #fafafa;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    top: 75px;
    z-index: 20;
    padding-top: 20px;
  
    padding-left: 40px !important;
    padding-right: 25px !important;
}

.right-panel.open >.row {
    padding-bottom: 100px;
}

@media screen and (max-width:440px) {
    .right-panel.open {
        width: 100%;
    }
}

.right-panel {
    position: fixed;
    height: 100%;
    right: 0;
    width: 380px;
    right: -360px;
    right: -350px\0/;
    overflow: hidden;
    background-color: #fbfbfb;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-box-shadow: 4px 0 10px -4px rgba(0,0,0,0.15);
    box-shadow: -3px 0 10px -4px rgba(0,0,0,0.15);
    top: 50px;
    padding: 0 20px 0 30px;
    z-index: 10;
}

    .main.narrow, .main, .right-panel.open .sidebar-handle, .right-panel .sidebar-handle, .e-drag, .dragndrop {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

@media screen and (min-width:992px) {
    .main.narrow, .tab-pane .tabset > div.narrow > ul {
        padding-right: 380px;
    }

    .main {
        padding-right: 20px;
    }
}

@media screen and (max-width:992px) {
    .main.narrow {
        padding-left: 0;
    }
}

.right-panel.open .sidebar-handle, .right-panel .sidebar-handle {
    position: absolute;
    left: auto;
    bottom: auto;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 21px;
    height: 40px;
    border: 1px solid #eee;
    background: white;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px 3px #eee;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.05);
}

.right-panel.open .sidebar-handle {
    background-image: url(../images/sidebar-handle.png);
}

.right-panel .sidebar-handle {
    background-image: url(../images/sidebar-handle2.png);
}

.sidebar-handle img {
    padding: 11px 5px;
}

.sidebar-handle {
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }
}

/*@media screen and (min-width: 992px) {
    .modal-dialog {
        width: 1000px;
        max-width: 100%;
        margin: 30px auto;
    }
}*/

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 -4px 5px #ccc;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px #ccc;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 0 5px #bbb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px #bbb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.select2-search {
    padding: 7px 7px 3px 7px;
}

.f-ra-box {
    border-top: 1px solid #e5e5e5 !important;
    padding-top: 10px !important;
    margin-top: 5px;
}


.contract-det p {
    margin: 0;
    padding-left: 32px;
    margin-top: -7px;
}

.contract {
    padding: 10px 0 !important;
}

.contract-det div {
    min-height: 41px;
}

.dragndrop {
    /* background: #fbfbfb !important; */
    /* padding: 10px; */
    /* margin: 0 auto; */
    /* display: block; */
    /* cursor: pointer; */
    margin-top: 20px;
    /* margin-bottom: 15px; */
    /* border: 2px dotted #efefef; */
}

    .dragndrop input {
        text-align: left;
    }

.e-drag {
    border: none;
    padding: 10px;
    background: #fbfbfb !important;
}

.dragndrop p {
    text-align: right;
    position: absolute;
    right: 20px;
    padding: 10px;
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
}

.tabset.with-chat .nav > li > a {
    /* position: relative; */
    /* display: block; */
    /* padding: 10px 15px; */
    border: 0px solid #ddd;
    border-radius: 0px;
    padding: 20px 18px;
    font-family: Inter-Semibold;
    text-transform: uppercase;
    font-size: 13px;
    color: #888;
    color: #9494a9 !important;
}

.tabset.with-chat .nav > li.active > a {
    color: #48465b !important;
}

.docs-generator .panel {
    background: transparent;
    border: 0 none transparent;
    box-shadow: none;
    padding: 0;
}

.nav > li > a {
    /* padding: 10px 0 10px 15px; */
}

.gray-light {
    background: #58bbc1 !important;
    margin-top: 0 !important;
    padding: 9px 10px !important;
    height: 40px !important;
    color: white !important;
}

    .gray-light:after {
        content: '' !important;
    }

    .gray-light:hover {
        background: #22a3ab !important;
    }

@media screen and (min-width:450px) {
    .well.inn .task-title h4 {
        padding-top: 12px;
    }
}

.arrow-up, .arrow-down {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 0;
}

.arrow-up {
    background-image: url(../images/arrow-down-green.png.png);
}

.arrow-down {
    background-image: url(../images/arrow-up-green.png);
}


.calendar b, .calendar strong {
    font-weight: normal;
}

.calendar table .btn-default {
    border-radius: 0;
    border-color: transparent;
    background: transparent;
    color: black;
    font-weight: normal;
    font-size: 12px !important;
    padding: 5px 10px !important;
}

    .calendar table .btn-default.active {
        box-shadow: none;
        background: #58bbc1;
        color: white !important;
    }

        .calendar table .btn-default.active span {
            box-shadow: none;
            font-size: 12px;
            color: white !important;
        }

.calendar .text-info {
    /* color: white; */
    /* font-size: 14px; */
    font-weight: normal;
    /* background: green; */
}

.right-panel h4 {
    font-size: 16px;
}

/*od marko*/
td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.panel-default {
    border-color: transparent;
    padding: 30px !important;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    -khtml-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    -moz-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    -ie-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    -o-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    -ms-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ie-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 50px;
    background-color: white;
}

.tabset.with-chat ul {
    background: #fafafa;
    margin-bottom: -11px;
}

    .tabset.with-chat ul li {
        padding: 0 0px;
    }

.table-top-border {
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.register.light-label.archive-document {
    padding: 15px 5px;
}

.red {
    color: #ce6e6e;
}

.green {
    color: #22a3ab;
}

.ontime {
    color: initial;
}
/*//odmarko*/


.suppliers .input-group-addon, .suppliers .input-group-btn {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    background: transparent;
    padding: 0;
}

    .suppliers .input-group-addon #suppliersPreview {
        padding: 5px 10px;
        margin-top: -1px;
    }


.dataTables_paginate.paging_full_numbers {
    /*margin-top: 10px;*/
}

.paginate_button {
    padding: 3px 8px;
    /* background-color: #f2f2f2; */
    color: #999;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0 0px;
    cursor: pointer;
    border-radius: 1px;
    border-top: 1px solid #e5e5e5;
}

    .paginate_button.first, .paginate_button.previous, .paginate_button.next, .paginate_button.last {
        padding: 3px 5px;
        background: white;
        color: #777;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    }

.dataTables_paginate.paging_full_numbers > span > span {
    padding: 4px 5px 5px;
    background: white;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.paginate_button.current {
    background: #22a3ab !important;
    color: white;
}

.paginate_button.first {
    border-left: 1px solid #e5e5e5;
}

.paginate_button.last {
    border-right: 1px solid #e5e5e5;
}

.paginate_button.current:hover {
    background: #ccc !important;
    color: white;
}

.paginate_button.disabled, .paginate_button.disabled:hover {
    background: white;
    /*border: 1px solid #e5e5e5;*/
    color: #ccc !important;
    cursor: not-allowed;
}

.paginate_button:hover {
    background-color: #ddd;
}

.docs-generator .well .panel.panel-default .btn-primary[disabled] {
    background-color: #bbb !important;
    border-color: transparent;
    word-wrap: normal;
    white-space: normal;
    height: auto;
    text-align: left !important;
    line-height: 16px;
    margin-top: 5px;
    cursor: not-allowed;
}

.docs-generator .well .panel.panel-default .e-btn {
    word-wrap: normal;
    white-space: normal;
    height: auto;
    text-align: left !important;
    line-height: 16px;
    margin-top: 5px;
}


select option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.select2-results .select2-highlighted {
    background: #4db7be;
    color: #fff;
}

.dataTables_info {
    text-align: right;
}

@media screen and (max-width:992px) {
    .dataTables_info {
        text-align: left;
        margin-top: 15px;
    }
}

@media screen and (max-width:768px) {
    .dataTables_info {
        text-align: left;
        margin-top: 10px;
        padding-left: 2px;
    }
}

.table-box table thead tr th {
    background-repeat: no-repeat;
    background-position: center left;
    padding: 15px 10px 15px 20px;
    white-space: nowrap;
}

    .table-box table thead tr th label {
        font-weight: normal;
        font-size: 12.5px;
        color: black;
    }

.modal-content .panel-footer {
    background-color: #f5f5f5 !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .8;
}

.desc label, .desc p {
    display: inline;
}

.desc p {
    padding-left: 5px !important;
    color: #888 !important;
}

.desc .form-group {
    min-height: initial;
}

.table table {
    font-size: 12px;
}

    .table table th, .table table td {
        white-space: normal;
        min-width: 116px;
        padding: 0 10px;
        vertical-align: top;
    }


.select2-container .select2-choice > .select2-chosen {
    white-space: normal;
}

@media screen and (max-width:768px) {
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 10px 17px;
    }

    .table table th, .table table td {
        white-space: normal;
        min-width: initial;
        padding: 0;
        vertical-align: top;
    }
}

.loading-circles {
    margin: auto;
    position: relative;
    width: 64px;
    height: 64px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.loading-circle {
    position: absolute;
    background-color: #FFFFFF;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 6px;
    -webkit-animation-name: circle-fader;
    -webkit-animation-duration: 0.72s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    border-radius: 6px;
    animation-name: circle-fader;
    animation-duration: 0.72s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

    .loading-circle:nth-of-type(1) {
        left: 0;
        top: 26px;
        -webkit-animation-delay: 0.27s;
        animation-delay: 0.27s;
    }

    .loading-circle:nth-of-type(2) {
        left: 8px;
        top: 8px;
        -webkit-animation-delay: 0.36s;
        animation-delay: 0.36s;
    }

    .loading-circle:nth-of-type(3) {
        left: 26px;
        top: 0;
        -webkit-animation-delay: 0.45s;
        animation-delay: 0.45s;
    }

    .loading-circle:nth-of-type(4) {
        right: 8px;
        top: 8px;
        -webkit-animation-delay: 0.54s;
        animation-delay: 0.54s;
    }

    .loading-circle:nth-of-type(5) {
        right: 0;
        top: 26px;
        -webkit-animation-delay: 0.63s;
        animation-delay: 0.63s;
    }

    .loading-circle:nth-of-type(6) {
        right: 8px;
        bottom: 8px;
        -webkit-animation-delay: 0.72s;
        animation-delay: 0.72s;
    }

    .loading-circle:nth-of-type(7) {
        left: 26px;
        bottom: 0;
        -webkit-animation-delay: 0.81s;
        animation-delay: 0.81s;
    }

    .loading-circle:nth-of-type(8) {
        left: 8px;
        bottom: 8px;
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes circle-fader {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@keyframes circle-fader {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

.btn-side-help {
    color: #228991;
    font-size: 19px;
    border: 1px solid;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 2px;
    background-color: transparent;
    /*position: absolute;*/
    bottom: 10px;
    left: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .btn-side-help:hover {
        background-color: #228991;
        color: #ffffff;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.panelRecolor {
    background-color: transparent !important;
    color: #000 !important;
    padding: 15px 0px;
    /* background: #fafafa !important; */
    padding: 20px 0px 3px;
    border-bottom: 0px solid #eaeaea !important;
    border-top: 1px solid #eaeaea !important;
    border-radius: 0px;
}

    .panelRecolor a:hover {
        color: #000 !important;
    }

.help-info {
    position: fixed;
    left: 10px;
    bottom: 10px;
    font-size: 33px;
    color: #228A92;
    z-index: 9999999;
    top: auto;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .help-info :visited, .help-info:active, .help-info:focus {
        color: #228A92 !important;
        text-decoration: none;
    }

    .help-info:hover {
        color: #58BBC1 !important;
        text-decoration: none;
    }


.centerAlign {
    align-content: center;
}




.header-background-modal {
    background-color: transparent;
    /* color: #FCF2ED !important; */
    /* padding-bottom: 10px; */
}


.header-background-green {
    background-color: #599259 !important;
    color: #FCF2ED !important;
    padding-bottom: 10px;
}


.word-wrap {
    word-wrap: break-word;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 0px solid #e5e5e5;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}



.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f9f9f9;
    opacity: 0.9;
    cursor: not-allowed;
}

.wh200 {
    max-width: 100%;
    max-height: 200px;
}

.form-control.select2-container.select2-dropdown-open {
    /* border-color: #5897FB; */
    border-radius: 3px 3px 0 0;
    background: transparent !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    /* border: 1px solid #5897fb; */
    border-top-color: transparent;
    background-image: none;
    box-shadow: 0 0 0 0.3rem rgba(43, 120, 236, 0.25) !important;
}


.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url(select2.png) no-repeat 100% -22px;
    background: url(select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #f8faff 85%, #f8faff 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
    height: 34px !important;
    line-height: 34px !important;
    box-shadow: none !important;
    transition: none;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
    background: transparent;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 500px !important;
    }
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #efeff5;
    border-color: #efeff5;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 5px 5px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eaeaea;
    filter: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}


.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    padding: 0px;
}

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        background-color: #7780b9;
        background-color: #37cbd4;
    }

    .dropdown-menu > li > a {
        padding: 5px 20px;
    }


.panel-title {
    font-size: 14px;
}


.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}


#headingOne.panelRecolor {
    border-top: 0px solid #eaeaea !important;
}


.calendar .btn-danger {
    background: transparent !important;
    color: black !important;
}

    .calendar .btn-danger:hover {
        background: #efefef !important;
    }


.sidebar .offcanvas {
    display: block !important;
}
