.contact-group-list .contact-group.active {
    background-color: #007bac;
    color: #fff;
}
/* Colour names according to the eA design guideline */
.bg-primary,
.bg-hover-primary:hover {
    /* ea modra */
    background-color: #007bac;
}

.bg-success,
.bg-hover-success:hover {
    /* ea zelena */
    background-color: #19c01d;
}

.bg-danger,
.bg-hover-danger:hover {
    /* ea rdeča */
    background-color: #d61d1d;
}

.bg-info,
.bg-hover-info:hover {
    /* svetlo modra */
    background-color: #5bc0de;
}

.bg-normal,
.bg-hover-normal:hover {
    /* sivo rjava */
    background-color: #c7b299;
}

.bg-hover-option:hover {
    color: #5c7b99;
    background-color: #cfddee;
}

.bg-light {
    /* Črtasto modra */
    background-color: #c0cad2;
}

.bg-info-light {
    /* svetlo modra (sivkasta) */
    background-color: #cfddee;
}

.bg-white {
    background-color: #fff;
}

.bg-white-blue {
    background-color: #e8ecf0;
}

/* SOME BORDES */
.bt-light {
    border-top: 1px solid #c0cad2;
}

/* for now, couldn't find the right color */
.bg-gray {
    background-color: gray;
}

/* Primary button */
.btn-primary {
    color: #fff;
    background-color: #007bac;
    border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    /* Focused / active / hover primary button */
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    /* Disabled primary button */
    color: #666;
    background-color: #c0cad2;
    border-color: #666;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

/* Success button */
.btn-success {
    color: #fff;
    background-color: #19c01d; /* eA zelena */
    /*52aa5f*/
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    /* Focused / active / hover success button */
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    /* Disabled success button */
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

/* Info button */
.btn-info {
    color: #5c7b99;
    background-color: #cfddee;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    /* Focused / active / hover info button */
    background-color: #beccdd;
    color: #5c7b99;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    /* Disabled info button */
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

/* default button */
.btn-default {
    color: #5c7b99; /* sivo modra */
    background-color: #cfddee; /* svetlo modra - sivkatsa */
    border-color: #c0cad2;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    /* Focused / active / hover default button */
    color: #5c7b99; /* sivo modra */
    background-color: #c0cad2;
    border-color: #c0cad2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    /* Disabled default button */
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-default .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-link.text-danger,
.btn-link.text-danger:hover,
.btn-link.text-danger:focus {
    color: #d61d1d;
}
.plain-container {
    margin: 8px;
    padding: 0;
    border: 1px solid #c0cad2;
}

.bordered-container {
	border: 1px solid #c0cad2;
}
.horizontal_menu {
    border-top: 1px solid #c0cad2;
    border-bottom: 1px solid #c0cad2;
    margin: 16px 0 24px;

    counter-reset: menu-counter;
}

.horizontal_menu .menu_item {
    padding: 16px;
    cursor: pointer;
}

.horizontal_menu .menu_item:hover,
.horizontal_menu .menu_item:focus {
    color: #007bac;
    font-weight: bold;
}

.horizontal_menu .menu_item:before {
    content: counter(menu-counter);
    counter-increment: menu-counter;
    background-color: #e8ecf0;
    padding: 8px 14px;
    border-radius: 50%;
    margin: 0 16px;
    text-align: center;
    font-weight: bold;
}

.horizontal_menu .menu_item:hover:before {
    color: #fff;
    background-color: #007bac;
}

.horizontal_menu .menu_item .icon-arrow-right {
    float: right;
    font-size: 20px;
}

.horizontal_menu .menu_item:last-child .icon-arrow-right:before {
    content: "";
}

.form-group {
    margin-top: 24px;
}

.checkbox {
    margin-top: 0;
}

.checkbox label {
    padding-left: 0;
}

#attachment-container > div {
    margin: 8px 0;
}

.file-container > div {
    border-top: 1px solid #c0cad2;
    padding: 16px 0;
}

.file-container > .js-container-extended {
    padding-top: 0px;
    padding-bottom: 0px;
}

.file-container .notifications-container {
    padding: 16px;
}

body {
    color: #666;
}

.heading1 {
    color: #24272a;
}

.heading2 {
    color: #007bac;
}

.heading3 {
    color: #5c7b99;
}

.color-black {
    color: #000;
}

.color-dark {
    color: #2d343a;
}

.color-white,
.color-white:hover {
    color: #fff;
}

.color-primary {
    color: #007bac; /* ea-modra */
}

.color-default {
    color: #666;
}

.color-success {
    color: #19c01d; /* ea-zelena */
}

.color-danger {
    color: #d61d1d; /* ea-rdeca */
}

.color-primary-dark {
    color: #5c7b99; /* sivo modra */
}

.color-light {
    color: #ccc;
}

.color-warning {
    color: #ebbb1b; /* xa yellow */
}


mark {
    background-color: rgb(255, 255, 102);
}


* {
    font-family: Open Sans;
    font-size: 16px;
}

h1, h2, h3, h4 {
    /* Set margins manually on every element */
    margin: 0;
}

h1, .head1 {
    font-size: 32px;
}

h2, .head2 {
    font-size: 24px;
}

h3, .head3 {
    font-size: 20px;
}

h4, .head4 {
    font-size: 18px;
}

/* Separate from the header tags due to reusability */
.c-1 {
    /* "Jamsko siva"  */
    /* Heading 1 */
    color: #24272a;
}

.c-2 {
    /* "eA modra"  */
    /* Heading 2 */
    color: #007bac;
}

.c-3 {
    /* "sivo modra"  */
    /* Heading 3 */
    color: #5c7b99;
}

.c-default {
    /* "eA siva"  */
    /* default colour */
    color: #666;
}

.line-subheader {
    padding: 8px;
    margin-bottom: 8px;
    color: #24272a;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #c0cad2;
}

/* Bootstrap overrides */
.form-control {
    font-size: 16px;
    padding: 6px 9px;
    height: auto;
    border-radius: 0;
}

/* Radio colours */
ul.radio input[type=radio]:checked + label:before,
ul.radio-inline input[type=radio]:checked + label:before {
    background-color: #007bac;
}

ul.radio input[type=radio]:checked + label:after,
ul.radio-inline input[type=radio]:checked + label:after {
    background-color: #007bac;
}

/* Checkbox colours */
ul.checkbox input[type=checkbox]:checked + label:before,
ul.checkbox-inline input[type=checkbox]:checked + label:before {
    color: #007bac;
    border: none;
    content: "\e66f";
    font-family: ea-icons;
    margin-top: -3px;
    font-size: 16px;
}

ul.checkbox-inline input[type=checkbox] + label,
ul.radio-inline input[type=radio] + label {
    padding-right: 8px;
}

/* Extra options spacing */
.extra-options > label {
    padding: 0;
    margin: 8px 0 16px;
}

.master-header {
    background: #007bac;
    font-size: 16px;
    border: none;
}

.master-header h1 {
    margin: 0;
}

.navbar-brand {
    height: 64px;
}

.master-header h1 > a {
    font-size: 32px;
    line-height: 64px;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 64px;
}

#header-title {
    padding-top: 0;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
#header-titl:focus,
#header-title:hover {
    color: #fff;
}

.master-header ul.nav.navbar-nav {
    margin-right: 4px;
}

/*#menu-logo {
    float: left;
    height: 64px;
    width: 64px;
    background: #24272a;
    margin-left: -15px;
}*/

/* navbar-delovodnik */

.navbar-delovodnik {
    margin: 8px;
    margin-left: 0;
    margin-right: 0;
    height: 56px;
}

.navbar-delovodnik .nav {
    margin: 0;
    height: 56px;
    border: 1px solid #c0cad2;
    border-right: none;
}

.navbar-delovodnik .nav-submit {
    margin: 0;
    height: 56px;
}

.profile-name > img {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 992px) {
    .navbar-delovodnik {
        height: auto;
    }

    .navbar-delovodnik .nav {
        border: 1px solid #c0cad2;
        border-bottom: none;
    }

    .navbar-delovodnik .nav-submit {
        width: 100%;
    }
}

/* END navbar-delovodnik */

/* nav-tabs */

.nav-tabs {
    margin: 0;
    margin-top: 16px;
    height: 56px;
}

.nav-tabs .nav {
    padding: 16px;
    margin: 0;
    height: 56px;
    border: 1px solid #c0cad2;
    border-right: none;
    background-color: #cfddee;
    color: #5c7b99;
    cursor: pointer;
}

.nav-tabs .nav:last-child {
    border-right: 1px solid #c0cad2;
}

.nav-tabs .nav.active {
    border-top: 2px solid #007bac;
    border-bottom: none;
    background-color: #fff;
}

.body-tabs {
    padding: 8px;
    margin: 0;
    border: 1px solid #c0cad2;
    border-top: none;
}

@media (max-width: 992px) {
    .navbar-tabs {
        height: auto;
    }
}

/* END nav-tabs */

.mar-0x {
    margin: 0px;
}

.mar-05x {
    margin: 4px;
}

.mar-1x {
    margin: 8px;
}

.mar-2x {
    margin: 8px;
}

.mar-3x {
    margin: 8px;
}

.mar-4x {
    margin: 32px;
}

.mt-0x {
    margin-top: 0px;
}

.mt-05x {
    margin-top: 4px;
}

.mt-1x {
    margin-top: 8px;
}

.mt-2x {
    margin-top: 16px;
}

.mt-3x {
    margin-top: 24px;
}

.mt-4x {
    margin-top: 32px;
}

.mr-0x {
    margin-right: 0px;
}

.mr-05x {
    margin-right: 4px;
}

.mr-1x {
    margin-right: 8px;
}

.mr-2x {
    margin-right: 16px;
}

.mr-3x {
    margin-right: 24px;
}

.mr-4x {
    margin-right: 32px;
}

.mb-0x {
    margin-bottom: 0px;
}

.mb-05x {
    margin-bottom: 4px;
}

.mb-1x {
    margin-bottom: 8px;
}

.mb-2x {
    margin-bottom: 16px;
}

.mb-3x {
    margin-bottom: 24px;
}

.mb-4x {
    margin-bottom: 32px;
}

.mb-5x {
    margin-bottom: 40px;
}

.mb-6x {
    margin-bottom: 48px;
}

.ml-0x {
    margin-left: 0px;
}

.ml-05x {
    margin-left: 4px;
}

.ml-1x {
    margin-left: 8px;
}

.ml-2x {
    margin-left: 16px;
}

.ml-3x {
    margin-left: 24px;
}

.ml-4x {
    margin-left: 32px;
}

.ml-5x {
    margin-left: 40px;
}

/* PADDINGS */
.pad-0x {
    padding: 0px;
}

.pad-05x {
    padding: 4px;
}

.pad-1x {
    padding: 8px;
}

.pad-2x {
    padding: 16px;
}

.pad-3x {
    padding: 24px;
}

.pad-4x {
    padding: 32px;
}

.pad-env-1x {
    /* Envelope like padding */
    padding: 4px 8px;
}

.pad-env-2x {
    /* Envelope like padding */
    padding: 8px 16px;
}

.pad-env-3x {
    /* Envelope like padding */
    padding: 16px 24px;
}

.pt-0x {
    padding-top: 0px;
}

.pt-05x {
    padding-top: 4px;
}

.pt-1x {
    padding-top: 8px;
}

.pt-2x {
    padding-top: 16px;
}

.pt-3x {
    padding-top: 24px;
}

.pt-4x {
    padding-top: 32px;
}

.pr-0x {
    padding-right: 0px;
}

.pr-05x {
    padding-right: 4px;
}

.pr-1x {
    padding-right: 8px;
}

.pr-2x {
    padding-right: 16px;
}

.pr-3x {
    padding-right: 24px;
}

.pr-4x {
    padding-right: 32px;
}

.pb-0x {
    padding-bottom: 0px;
}

.pb-05x {
    padding-bottom: 4px;
}

.pb-1x {
    padding-bottom: 8px;
}

.pb-2x {
    padding-bottom: 16px;
}

.pb-3x {
    padding-bottom: 24px;
}

.pb-4x {
    padding-bottom: 32px;
}

.pl-0x {
    padding-left: 0px;
}

.pl-05x {
    padding-left: 4px;
}

.pl-1x {
    padding-left: 8px;
}

.pl-2x {
    padding-left: 16px;
}

.pl-3x {
    padding-left: 24px;
}

.pl-4x {
    padding-left: 32px;
}

.pl-5x {
    padding-left: 40px;
}

.pl-6x {
    padding-left: 48px;
}


/* Negative margins */
.mtn-05x {
    margin-top: -4px;
}

.mtn-1x {
    margin-top: -8px;
}

.mtn-2x {
    margin-top: -16px;
}

.mtn-3x {
    margin-top: -24px;
}

.mrn-05x {
    margin-right: -4px;
}

.mrn-1x {
    margin-right: -8px;
}

.mrn-2x {
    margin-right: -16px;
}

.mrn-3x {
    margin-right: -24px;
}

.mbn-1 {
    margin-bottom: -1px;
}

.mbn-05x {
    margin-bottom: -4px;
}

.mbn-1x {
    margin-bottom: -8px;
}

.mbn-2x {
    margin-bottom: -16px;
}

.mbn-3x {
    margin-bottom: -24px;
}

.mln-1 {
    margin-left: -1px;
}

.mln-05x {
    margin-left: -4px;
}

.mln-1x {
    margin-left: -8px;
}

.mln-2x {
    margin-left: -16px;
}

.mln-3x {
    margin-left: -24px;
}

/* Padding X */

.pad-x-1x {
    padding-left: 8px;
    padding-right: 8px;
}

.pad-x-2x {
    padding-left: 16px;
    padding-right: 16px;
}

.pad-x-3x {
    padding-left: 24px;
    padding-right: 24px;
}

.pad-x-4x {
    padding-left: 32px;
    padding-right: 32px;
}

/* Padding Y */

.pad-y-1x {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pad-y-2x {
    padding-top: 16px;
    padding-bottom: 16px;
}

.pad-y-3x {
    padding-top: 24px;
    padding-bottom: 24px;
}

.pad-y-4x {
    padding-top: 32px;
    padding-bottom: 32px;
}


/* Margin X */

.mar-x-1x {
    margin-left: 8px;
    margin-right: 8px;
}

.mar-x-2x {
    margin-left: 16px;
    margin-right: 16px;
}

.mar-x-3x {
    margin-left: 24px;
    margin-right: 24px;
}

.mar-x-4x {
    margin-left: 32px;
    margin-right: 32px;
}

/* Margin Y */

.mar-y-1x {
    margin-top: 8px;
    margin-bottom: 8px;
}

.mar-y-2x {
    margin-top: 16px;
    margin-bottom: 16px;
}

.mar-y-3x {
    margin-top: 24px;
    margin-bottom: 24px;
}

.mar-y-4x {
    margin-top: 32px;
    margin-bottom: 32px;
}
.simple-table th,
.dv-table-header {
    color: #5c7b99;
    background-color: #cfddee;
}

.simple-table > thead > tr > th,
.simple-table > tbody > tr > td,
.simple-table > tr > td,
.dv-table-header,
.dv-table-cell {
    border: 1px solid #c0cad2;
    padding: 16px 24px;
    vertical-align: middle;
}

.simple-table.table-small-pad > thead > tr > th,
.simple-table.table-small-pad td {
    padding: 8px 12px;
}

.simple-table > tbody > tr:nth-child(even) > td,
.dv-even-row > td,
.dv-even-cell {
    background-color: #fff;
}

.simple-table > tbody > tr:nth-child(odd) td,
.dv-odd-row > td,
.dv-odd-cell {
    background-color: #e8ecf0;
}

.simple-table tr.bg-white > td,
.simple-table tr > td.bg-white {
    background-color: #fff;
}

.simple-table-borderless > thead > tr > th{
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
}

.simple-table-borderless td{
    border-left: none;
    border-right: none;
}

.simple-table-bordertop > thead:first-child > tr:first-child > th{
    border-top: 1px solid #c0cad2;
}

.simple-table-td-theader > thead > tr > th{
    padding: 8px;
}

.simple-table.simple-table-row-borders > tbody > tr {
    border: 1px solid #c0cad2;
}

.simple-table.simple-table-row-borders > tbody > tr > td {
    border: none;
    padding-right: 8px;
}

td.slim {
    width: 1px;
}

.simple-table.white > tbody > tr > td {
    background-color: #fff;
}
/*# sourceMappingURL=ea_palette.css.map */
