﻿@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;
}




html {
    min-height: 100%;
    height: auto;
    height: 100%;
}

body {
    background-color: #efefef;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333 !important;
    font-family: 'PFBeauSansRegular';
    min-height: 100%;
    height: auto;
    height: 100%;
    -ms-background-size: cover;
    background-size: cover;
    background-image: url(../images/bg-overlay.png);
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #58bbc1;
}

    a:hover, a:visited {
        color: #888;
    }


.container-fluid, .view, .main2 {
    height: 100%;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0;
}

.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: 15px;
}

.m10 {
    margin-top: 10px;
}

.mb0 {
    margin-bottom: 0;
}

.mb15 {
    margin-bottom: 15px;
}

.pl15 {
    padding-left: 15px !important;
}

@media screen and (max-width:992px) {
    .pl15 {
        padding-left: 5px !important;
    }

    .mt15sm {
        margin-top: 15px;
    }
}

@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: 260px;
    }

    .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: 55px;
    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;
    font-family: 'Open Sans', sans-serif;
    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: #4db7be !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;
}


#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;
}

#menu-wrapper .panel-title > a {
    color: inherit;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px;
}

.menu-down, .menu-right {
    padding: 10px 13px;
    text-align: center;
    margin-bottom: 0;
    overflow: hidden;
    height: 52px;
    -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;
    position: relative;
}

    .menu-down:hover, .menu-right:hover {
        background: #222;
    }

.menu-down {
    background-color: #ccc;
    background-color: rgba(0,0,0,.2);
}

    .menu-down:hover {
        background-repeat: no-repeat;
        background-position: right center;
        padding: 10px 0;
        display: block;
        font-weight: normal;
        font-family: 'PFBeauSansRegular';
    }

    .menu-down > span {
        background-repeat: no-repeat;
        background-position: right center;
        padding: 10px 0;
        display: block;
    }

#menu-wrapper ul {
    padding-left: 0 !important;
}

#myNavmenu li {
    line-height: 15px;
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    color: #bbb;
    text-align: left;
}

    #myNavmenu li a {
        color: #ddd;
        font-weight: normal;
        font-family: 'PFBeauSansRegular';
        font-size: 14px;
        -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;
        line-height: 18px;
        display: block;
        position: relative;
        z-index: 10;
        padding: 8px 0 8px 5px;
    }

        #myNavmenu li a:hover, #myNavmenu li a:focus, #myNavmenu li a.active {
            color: #bbb;
            font-weight: normal;
            font-family: 'PFBeauSansRegular';
            font-size: 14px;
        }

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: 1px 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: #555;
    -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: 20px;
    margin-bottom: 0;
    margin-top: 50px;
}

@media screen and (max-width:768px) {
    .main2 {
        padding-right: 20px;
        padding-left: 20px;
    }
}


.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: #465d8a;
        border-color: transparent;
        padding-top: 50px;
        background-color: #555;
        background-image: url(../images/menu-bg.png);
    }

    .e-btn .glyphicon {
        padding-right: 0;
        padding: 0 10px;
    }
}


@media screen and (min-width: 768px) {

    .navbar-default .navbar-toggle {
        display: none;
    }

    .sidebar {
        position: fixed;
        top: 53px;
        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: 250px;
        overflow: hidden;
        /*-webkit-transition-delay: .5s;
        transition-delay: .5s;*/
    }

    /*.sidebar:hover {
            width: 160px;
            z-index: 9999;
        }*/

    .navbar-fixed-top, .navbar-fixed-bottom {
        /*left: 150px;*/
        -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: 270px;
        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: #555;
    padding: 5px 10px;
}

    .logo-name h1 {
        margin: 0;
        font-size: 30px;
        line-height: 40px;
    }

.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;
        font-family: 'PFBeauSansregular';
        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;
    /* ReSharper disable once InvalidValue */
    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;
        /* ReSharper disable once InvalidValue */
        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;
    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;
}

.e-btn:hover, .e-btn:focus, .e-btn:active, .e-btn:hover, .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;
}

.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 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;
    display: block;
    height: inherit;
    word-wrap: break-word;
}

.action-box span {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    font-size: 17px;
}

.gou {
    right: 10px;
    float: right;
    left: inherit !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 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;
    cursor: not-allowed;
}

    .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;
}

    .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: 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);
    padding: 15px 20px 10px;
    display: block;
    height: auto;
    z-index: 2;
    position: relative;
    margin-top: 5px;
    border: #e5e5e5 1px solid;
}

@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 20px 20px;
    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: 1px solid #DDD;
        margin: 0 2px;
        color: #58bbc1 !important;
    }

    .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: #fff !important;
        text-decoration: none;
        background-color: #ccc;
        border: 1px solid #ddd;
    }

    .pagination > li.next:hover > a, .pagination > li.next:hover > span, .pagination > li.prev:hover > a, .pagination > li.prev:hover > span {
        background-color: #22a3ab;
        border: 1px solid #22a3ab;
    }

    .pagination > li.prev.disabled > a, .pagination > li.next.disabled > a {
        background-color: #e5e5e5;
        color: white !important;
        border: 1px solid #e5e5e5;
    }



.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;
}


.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;
        /* ReSharper disable once InvalidValue */
        word-break: break-word;
    }

        .e-info a:hover {
            color: #465d8a;
        }

    .e-info p {
        font-size: 13px;
        color: #ffffff;
        line-height: 21px;
        font-family: 'Open Sans', sans-serif;
        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;
        font-family: 'Open Sans', sans-serif;
        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: 25px;
    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: scroll;
    overflow-y: hidden;
    -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: -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 );
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
    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 );
    border: #ccc 1px solid;
}

.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;
        font-family: 'PFBeauSansSemiBold';
        margin: 0;
        color: #484848;
        float: left;
    }

    .support p {
        color: #6e87b7;
        font-weight: normal;
        font-family: 'PFBeauSansSemiBold';
        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 #ddd;
    margin-left: 15px;
    margin-right: 15px;
}

.mt20 {
    margin-top: 20px;
}

.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;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'PFBeauSansRegular';
    font-size: 13px;
    color: #000;
}

.register hr {
    margin-top: 10px;
    border: 0;
    border-top: 1px solid #ddd;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 5px;
}

.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;
    }

.register .panel-footer {
    padding: 0 !important;
    background-color: #ddd !important;
    border-top: 0 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;
}

    .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: bold;
    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: 15px;
    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: 3px;
    border-radius: 3px;
    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);
}

.modal-title {
    margin: 0;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    font-style: normal;
    font-size: 22px;
    font-weight: normal;
}

.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;
        font-family: 'PFBeauSansRegular';
    }

    .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: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ns-loader-image {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
}

.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;
    font-family: 'PFBeauSansRegular';
}

.filter-box label, label {
    display: inline;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'PFBeauSansRegular';
    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;
    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 20px;
    line-height: 14px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    width: auto !important;
    max-width: 270px;
    font-weight: normal;
    font-family: 'PFBeauSansregular';
    font-size: 13px;
}

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;
    }
}


.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-family: inherit;
    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: 32px;
    line-height: 31px;
}

.form-control.select2-container {
    min-height: 34px !important;
    padding: 0;
    margin-bottom: 0;
}

@media screen and (max-width:768px) {

    .container-fluid {
        /* ReSharper disable InvalidValue */
        padding-right: 5px\0/ !important;
        padding-left: 5px\0/ !important;
        /* ReSharper restore InvalidValue */
    }
}

.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-family: 'PFBeauSansSemiBold';
    font-size: 12.5px;
    border: 1px solid white;
}

.error {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
    word-wrap: break-word;
}

[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: 15px;
    margin-bottom: 0;
    border-right: 1px solid #ddd;
    -ms-border-radius: 0;
    border-radius: 0;
}

.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-family: 'PFBeauSansSemiBold' !important;
    font-size: 13px;
    font-weight: normal;
    color: black;
}

.form-group {
    margin-bottom: 10px;
}

.btn-default, .btn-primary, .btn-danger {
    -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.refresh {
    border-right: 0;
    background: #ce6e6e;
    border: 0;
    border-radius: 0;
    color: white;
    padding: 2px 0 2px 5px;
}

.input-group:hover .input-group-addon, .input-group .input-group-btn:hover .btn.btn-default {
    background: #aaa !important;
}

.input-group:hover .e-btn-back {
    border: 1px solid #aaa;
}

.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;
    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 > 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: 15px 15px;
}

.label-status {
    font-family: 'PFBeauSansSemiBold';
    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-family: 'PFBeauSansSemiBold';
    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: 0 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: #2D3238;
}

.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;
}

.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: #2D3238;
    border-color: #2D3238;
    color: white;
    -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;
}

    .calendar .btn-sm:hover, .calendar .btn-group-sm > .btn:hover, .calendar .btn-sm:hover span, .calendar .btn-group-sm > .btn:hover span {
        background: #58bbc1;
        color: white;
    }

.calendar .text-muted:hover {
    background: transparent;
    color: white;
}

.calendar .text-center {
    text-align: center;
    background: #2D3238;
}

.calendar table {
    width: 100% !important;
    background-color: transparent;
    outline: none;
}

.calendar .btn-info.active {
    color: white;
    font-weight: bold;
    font-size: 14px;
    background: #58bbc1;
}

.calendar .text-info {
    color: #58bbc1;
    font-size: 14px;
    font-weight: bold;
}

.calendar .btn-info {
    border-color: #444;
}

.calendar .btn-danger {
    border-color: #444;
}

.calendar .btn-success {
    color: #fff;
    background-color: #58bbc1;
    border-color: #58bbc1;
}

.register.light-label label {
    color: #777 !important;
    line-height: 15px;
}

.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;
    /* ReSharper disable once CssBrowserCompatibility */
    box-shadow: none;
    text-align: left;
    display: inline-table;
    zoom: 1.3;
    /* ReSharper disable InvalidValue */
    zoom: 1.3\0/;
    /* ReSharper restore InvalidValue */
    width: auto;
    height: inherit;
    margin-top: 0;
    float: left;
}

.radio-inedit {
    margin-left: 5px;
}

.tabset .tab-content {
    padding: 0;
}

    .tabset .tab-content .table-box {
        padding: 0;
        margin-top: 0;
    }

        .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 {
            font-weight: normal;
            font-family: 'PFBeauSansSemiBold';
            font-size: 13px;
            border: 1px solid white;
            line-height: 12px;
            white-space: nowrap;
        }

        .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 #58bbc1;
    height: 25px;
    line-height: 14px;
    white-space: nowrap;
}


/*chat*/
.created-by {
    color: #ce6e6e;
    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 .history-action ul.nav.nav-tabs li:last-child {
    float: left;
    background-color: transparent !important;
    padding: 1px;
    right: 20px;
    color: #000 !important;
}



.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;
}

.tabset.with-chat .history-action ul.nav.nav-tabs li:last-child a {
    color: black;
    border-bottom: 0 solid #ddd;
    font-size: 14px;
}

.history-action.active {
    color: #000;
    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;
}

.history-action .register.panel {
    margin-bottom: 20px;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 0 15px 30px 15px;
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}


.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;
            /* ReSharper disable once InvalidValue */
            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;
    font-family: 'PFBeauSansSemiBold';
}



.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;
    font-family: 'PFBeauSansSemiBold';
    cursor: pointer;
}

.klasa label {
    margin-bottom: 2px;
    display: inline-block;
    padding-left: 25px;
}

.klasa p {
    margin: 0;
    display: inline-block;
    padding: 4px 2px 0 2px;
    vertical-align: middle;
}

.klasa .duedays {
    padding: 0 5px 0 5px;
    margin: 0;
    font-family: 'PFBeauSansSemiBold';
    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: 0 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;
    font-family: 'PFBeauSansSemiBold';
}

.tasks .my_tasks .medium {
    color: #999999 !important;
    font-family: 'PFBeauSansSemiBold';
}

.tasks .my_tasks .low {
    color: #ABCB6D !important;
    font-family: 'PFBeauSansSemiBold';
}

.tasks p.priority {
    background-repeat: no-repeat;
    background-position: -1px center;
    padding: 0 0 0 23px;
    line-height: 24px;
    font-family: 'PFBeauSansSemiBold';
    -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;
    font-family: 'PFBeauSansSemiBold';
}

.tasks .medium {
    color: #999999 !important;
    font-family: 'PFBeauSansSemiBold';
}

.tasks .low {
    color: #ABCB6D !important;
    font-family: 'PFBeauSansSemiBold';
}

.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*/

.docs-comparison a, .nalog a, .docs-kniz-odob a, .docs-kniz-zad a, .docs-comparison-table a, .docs-history a, .docs-generator a {
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 27px;
    padding-left: 35px !important;
    -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;
}

.docs-comparison a {
    background-image: url(../images/docs-comparison.png);
}

.docs-comparison.active a, .docs-comparison:hover a {
    background-image: url(../images/docs-comparison-on.png);
}

.nalog a {
    background-image: url(../images/nalog-off.png);
}

.nalog.active a, .nalog:hover a {
    background-image: url(../images/nalog-on.png);
}

.docs-kniz-odob a {
    background-image: url(../images/kniz-app.png);
}

.docs-kniz-odob.active a, .docs-kniz-odob:hover a {
    background-image: url(../images/kniz-app-on.png);
}

.docs-kniz-zad a {
    background-image: url(../images/kniz-zad.png);
}

.docs-kniz-zad.active a, .docs-kniz-zad:hover a {
    background-image: url(../images/kniz-zad-on.png);
}


.docs-comparison-table a {
    background-image: url(../images/docs-comparison-table.png);
}

.docs-comparison-table.active a, .docs-comparison-table:hover a {
    background-image: url(../images/docs-comparison-table-on.png);
}

.docs-history a {
    background-image: url(../images/docs-history.png);
}

.docs-history.active a, .docs-history:hover a {
    background-image: url(../images/docs-history-on.png);
}

.docs-generator a {
    background-image: url(../images/docs-generator.png);
    background-position: 5px center;
}

.docs-generator.active a, .docs-generator:hover a {
    background-image: url(../images/docs-generator-on.png);
    background-position: 5px center;
}

.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;
}

.tab-invoices a, .tab-tasks a, .tab-payment a, .tab-payment.active a {
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 27px;
    padding-left: 40px !important;
    -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;
}

.tab-invoices a {
    background-image: url(../images/tab-fakturi-off.png);
}

.tab-invoices.active a, .tab-invoices:hover a {
    background-image: url(../images/tab-fakturi.png);
    background-repeat: no-repeat;
}

.tab-tasks a {
    background-image: url(../images/tab-taskovi-off.png);
}

.tab-tasks.active a, .tab-tasks:hover a {
    background-image: url(../images/tab-taskovi.png);
    background-repeat: no-repeat;
}

.tab-payment a {
    background-image: url(../images/kniz-pisma.png);
}

.tab-payment.active a, .tab-payment:hover a {
    background-image: url(../images/kniz-pisma2.png);
}

.f-ra-box .form-group, .history.movement .form-group, .history .form-group {
    vertical-align: text-top;
    min-height: 45px;
}

.form-group:after {
    clear: both;
    display: table;
    content: '';
    padding-bottom: 10px;
}

.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;
    font-family: 'PFBeauSansSemiBold';
}

.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;
    }

    .nav-tabs > li {
        float: none;
        outline: none;
    }

    .wide .nav-tabs > li {
        padding: 0 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;
    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: 60px;
        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, .show-documents.glyphicon {
    color: #aaa;
    font-size: 12px;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 3px;
    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: #999999 !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%;
    /* ReSharper disable InvalidValue */
    display: inline\0/;
    max-width: inherit\0/;
    min-width: inherit\0/;
    width: inherit\0/;
    /* ReSharper restore InvalidValue */
}

.tiny-table th, .tiny-table td {
    font-size: 13px !important;
}

    .tiny-table th label {
        font-family: 'PFBeauSansSemiBold';
        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: #fbfbfb;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    top: 50px;
    z-index: 20;
    padding-top: 5px;
    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;
    /* ReSharper disable once InvalidValue */
    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 {
        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: 100%;
        max-width: 1000px;
        margin: 30px auto;
    }
}

.modal-dialog.modal-sm {
    width: 90%;
    max-width: 400px;
    margin: 30px auto;
}

.modal-title {
    margin: 0;
    line-height: 22px;
}

.modal-body {
    position: relative;
    padding: 15px;
    font-size: 14px;
}

.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;
    font-family: 'PFBeauSansSemiBold';
}

.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: 10px;
    margin-bottom: 15px;
    border: 2px dotted #efefef;
}

.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;
}

.dragndrop input {
    color: #888;
}

.dragndrop .btn-primary:hover, .dragndrop .btn-primary:focus, .dragndrop:hover .btn-primary, .dragndrop:focus .btn-primary {
    background: #f1f1f1 !important;
    border: 0 solid #aaa !important;
    color: #777 !important;
}

.tabset.with-chat .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.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: white;
    font-weight: normal;
}

.calendar .text-info {
    color: white;
    font-size: 14px;
    font-weight: normal;
}

.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;
}

.tabset.with-chat ul {
    background: white;
    border-bottom: 1px solid #ddd;
    margin-bottom: -10px;
}

    .tabset.with-chat ul li {
        padding: 0 20px;
    }

.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;
    }

.paginate_button {
    padding: 3px 8px;
    color: #999;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0;
    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-family: 'PFBeauSansSemiBold';
        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;
    }
}

textarea.form-control {
    height: auto;
    max-width: 100%;
}

.contracts-docs {
    background: white;
    -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);
    padding: 7px 10px 0 !important;
    margin-bottom: 7px;
}

    .contracts-docs.sup {
        background: #f2f2f2;
        -webkit-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        box-shadow: none;
        padding: 7px 10px 0 !important;
        margin-bottom: 7px;
    }

    .contracts-docs a {
        margin-right: 10px;
        margin-bottom: 10px !important;
        font-size: 13px;
        display: inline-block;
        border-right: 1px solid #e5e5e5;
        padding-right: 10px;
        -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;
    }

        .contracts-docs a:last-child {
            border-right: 1px none #e5e5e5;
        }




@media screen and (max-width:768px) {

    .contracts-docs a {
        margin-right: 20px;
        margin-bottom: 10px !important;
        font-size: 14px;
        display: block;
    }

    .contracts-docs a {
        border-right: 1px none #e5e5e5;
    }
}

.contracts-docs span {
    color: #bbb;
    font-size: 17px;
}

.contract-right {
    float: right;
}

@media screen and (max-width:992px) {
    .contract-right {
        float: left;
    }
}

.title-with-border {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.calendar.m5 p {
    margin-top: 0;
}


.add-new a {
    margin-top: 5px;
    height: 37px;
    line-height: 23px;
    float: right;
    margin-left: 15px;
}





.menu-fakturi-on, .menu-projects-on, .menu-dogovori-on, .menu-settings-on, .menu-manual-on {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
}

.menu-fakturi-on {
    background-image: url('../images/menu-fakturi-on.png');
}


.menu-projects-on {
    background-image: url('../images/menu-projects-on.png');
}

.menu-dogovori-on {
    background-image: url('../images/menu-dogovori-on.png');
}

.menu-settings-on {
    background-image: url('../images/menu-settings-on.png');
}

.menu-manual-on {
    background-image: url('../images/theme-red/menu-dogovori-on - Copy.png');
}

.z-tab {
    display: table;
    width: 100%;
}

.z-tab-cell {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}


.panel {
    background-color: rgba(255,255,255,.7);
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #e5e5e5;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid #f3f3f3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default > .panel-heading {
    background-image: none;
    padding: 5px 25px;
}

form .validation-summary-valid span {
    text-align: left;
    display: inline-block;
    padding: 2px 7px;
    font-size: 90%;
    border-radius: 4px;
    color: #CF6462;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

    form .validation-summary-valid span:before {
        display: initial;
        vertical-align: middle;
        content: '!';
        padding-right: 5px;
        font-size: 15px;
    }

.menu {
    padding: 18px;
    color: #85AED0 !important;
}

.sign-in {
    max-width: 400px;
    padding: 15px;
    margin: 30px auto 0 auto;
}


.validation-summary-valid {
    display: none;
}