body {
    font-size: 12px !important;
}

tr.selected {
    background: #e3f4ff;
}

tr.selected td {
    outline: none;
}

tr.admin_select.selected {
    background: #e3f4ff;
}

.moduleList li button.btn-danger,
.moduleList li select.btn-success {
    display: none !important;
}


/* MEDIA */

@media (min-width: 768px) {
    .navbar-static-side {
        position: fixed !important;
    }
}

@media (min-width: 576px) {
    /*.modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }*/
}

@media (min-width: 1380px) {
    /*.modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }*/
    .modal-max {
        max-width: 1280px;
        margin: 1.75rem auto;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 768px) {
    .border-xl-right,
    .border-lg-right,
    .border-md-right {
        border-right: none!important;
    }
    .border-xl-left,
    .border-lg-left,
    .border-md-left {
        border-left: none!important;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 992px) {
    .border-xl-right,
    .border-lg-right {
        border-right: none!important;
    }
    .border-xl-left,
    .border-lg-left {
        border-left: none!important;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1200px) {
    .border-xl-right {
        border-right: none!important;
    }
    .border-xl-left {
        border-left: none!important;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}

.border-xl-right,
.border-lg-right,
.border-md-right {
    border-right: 1px solid #dee2e6;
}

.border-xl-left,
.border-lg-left,
.border-md-left {
    border-left: 1px solid #dee2e6;
}

.modal-max {
    max-width: 90%;
    margin: 1.75rem auto;
}


/*.positions li button.btn-group {
    padding: 2px 6px 4px 6px !important;
    margin-left: 3px !important;
}*/

#deletepage {
    padding-top: 9px;
    padding-bottom: 10px;
}

.admin-permissions>.panel-body {
    border-bottom: transparent !important;
    border-right: transparent !important;
    background: #e3f4ff !important;
}

.admin-permissions .panel-body .panel-body {
    background: #c4e8ff !important;
}

.skin-1 .tabs-container.admin-permissions .nav.nav-tabs>li.active>a {
    background: #e3f4ff !important;
    text-align: left;
    color: #242424 !important;
}

.skin-1 .tabs-container.admin-permissions .nav.nav-tabs>li>a {
    text-align: left;
    color: #7b7b7b !important;
    overflow: hidden;
}

.skin-1 .tabs-container .tabs-container.admin-permissions .nav.nav-tabs>li.active>a {
    background: #c4e8ff !important;
    text-align: left;
    color: #242424 !important;
}

#admin-users-form .deactivated td {
    background: #efefef !important;
    color: #878787;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.ibox-title form {
    display: inline-block;
    width: 100%;
}

.ibox-title.active,
#admin-users-form .active td {
    background: #95d5ff !important;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    position: relative;
}

#admin-users-form .active.deactivated td {
    background: #f7a54a !important;
    color: #242424;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

#admin-users-form .active.deactivated td:last-child:after {
    border-left: 21px solid #f7a54a;
}


/*#admin-users-form .active td:last-child:after {
    content: "";
    height: 2.6em;
    position: absolute;
    width: 0px;
    border-left: 21px solid #95d5ff;
    border-top: 17px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 17px solid transparent;
    margin-top: -0.6em;
    right: 1.12em;
    z-index: 10000000;
}*/

.ibox-title.active:after {
    right: 1.2em;
    /*1.12em;*/
}

.admin-checkbox {
    display: inline-block;
    width: 20%;
    text-align: right;
    position: absolute !important;
    right: .3em;
    top: .3em;
}

.admin-checkbox.top-3 {
    top: -3px;
}

.admin-checkbox.edit-checkbox {
    display: inline-block;
    width: 20%;
    text-align: right;
    position: absolute !important;
    right: 1.8em;
    /*margin-top: 10px !important;*/
}

.checkbox.pull-right label::before {
    right: 0;
}


/* Povoženo */


/*.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
    width: 22.3em !important;
}
.tabs-container .tabs-left .panel-body {
    width: 20em !important;
    margin-left: 22.3em !important;
}*/

.ul33 .slimScrollDiv ul>.active,
.ul33 .slimScrollDiv ul>.active>a {
    background: #E3F4FF !important;
    border: none !important;
}

.ul33 .slimScrollDiv+.tab-content .panel-body {
    margin-left: 33.33% !important;
    width: 66.66% !important;
}

.ul33 .slimScrollDiv+.tab-content .panel-body ul {
    width: 50% !important;
}

.ul33 .slimScrollDiv+.tab-content .panel-body ul>.active>a {
    background: #C4E8FF !important;
    border: none;
}

.ul33 .slimScrollDiv+.tab-content .panel-body ul+.tab-content .panel-body {
    width: 50% !important;
    margin-left: 50% !important;
}

.ul33 .slimScrollDiv+.tab-content .panel-body ul+.tab-content .panel-body ul {
    width: 100% !important;
}

.ul33 .slimScrollDiv+.tab-content .panel-body ul+.tab-content .panel-body ul>li.active>a {
    /*text-decoration: underline;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4e8ff+23,6bc6ff+100 */
    background: #c4e8ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c4e8ff 23%, #6bc6ff 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c4e8ff 23%, #6bc6ff 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c4e8ff 23%, #6bc6ff 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c4e8ff', endColorstr='#6bc6ff', GradientType=1) !important;
    /* IE6-9 */
    border-radius: 0;
}

li:not(.tree-item).partial:before {
    content: "";
    position: absolute;
    height: 1.44em;
    width: 0.4em;
    background: #ccc;
    right: 0.3em;
    z-index: 1;
    border-radius: 0.5em;
    top: 0.8em;
}

li.partialEdit.tree-item:after {
    content: "";
    position: absolute;
    height: 1.3em;
    width: 0.4em;
    background: #f8ac59;
    right: 3.8em;
    z-index: 1;
    border-radius: 0.5em;
    top: 0.3em;
}

li.partial.tree-item:after {
    content: "";
    position: absolute;
    height: 1.3em;
    width: 0.4em;
    background: #337ab7;
    right: 3.8em;
    z-index: 1;
    border-radius: 0.5em;
    top: 0.3em;
}

li.partialEdit.partial.tree-item:after {
    content: "";
    position: absolute;
    height: 1.3em;
    width: 0.4em;
    background: #ccc;
    right: 3.8em;
    z-index: 1;
    border-radius: 0.5em;
    top: 0.3em;
}

.checkbox label::after {
    margin-left: -22px !important;
}

.row.header div:hover {
    background: #c4e8ff;
}

pre.before,
pre.after {
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, post millennium */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

#activity-log-table td {
    max-width: 10em;
    overflow: hidden;
}

#activity-log-table td[data-name="id_uporabnika"].filtered {
    background: rgba(196, 255, 219, 0.2);
}

#filter_form input[name="id_uporabnika"].filtered {
    background: rgba(196, 255, 219, 0.2);
}

#filter_form input+span {
    display: none;
}

#filter_form input.filtered+span {
    display: flex;
}

#activity-log-table td[data-name="id_seje"].filtered,
#filter_form input[name="id_seje"].filtered,
#filter_form select[name="id_seje"]+div.filtered {
    background: rgba(196, 232, 255, 0.2);
}

#activity-log-table td[data-name="tip"].filtered,
#filter_form input[name="tip"].filtered,
#filter_form select[name="tip"]+div.filtered {
    background: rgba(255, 196, 232, 0.2);
}

#activity-log-table td[data-name="upoIme"].filtered,
#filter_form input[name="upoIme"].filtered,
#filter_form select[name="upoIme"]+div.filtered {
    background: rgba(196, 212, 255, 0.2);
}

#activity-log-table td[data-name="tabela"].filtered,
#filter_form input[name="tabela"].filtered,
#filter_form select[name="tabela"]+div.filtered {
    background: rgba(244, 196, 255, 0.2);
}

#activity-log-table td[data-name="id_dolznika"].filtered,
#filter_form input[name="id_dolznika"].filtered,
#filter_form select[name="id_dolznika"]+div.filtered {
    background: rgba(253, 255, 196, 0.2);
}

#activity-log-table td[data-name="id_spremembe"].filtered,
#filter_form input[name="id_spremembe"].filtered,
#filter_form select[name="id_spremembe"]+div.filtered {
    background: rgba(255, 196, 232, 0.2);
}

#activity-log-table td[data-name="kljuc"].filtered,
#filter_form input[name="kljuc"].filtered,
#filter_form select[name="kljuc"]+div.filtered {
    background: rgba(196, 250, 255, 0.2);
}

#activity-log-table td[data-name="vrednost"].filtered,
#filter_form input[name="vrednost"].filtered,
#filter_form select[name="vrednost"]+div.filtered {
    background: rgba(255, 196, 196, 0.2);
}

#activity-log-table td[data-name="cas_poizvedbe"].filtered,
#filter_form input[name="cas_poizvedbe"].filtered,
#filter_form select[name="cas_poizvedbe"]+div.filtered {
    background: rgba(255, 196, 196, 0.2);
}


/*#filter_form .input-group .form-control {
    display: table-cell;
    width: 114%;
}*/

.chosen-container-single.filtered .chosen-single {
    background: inherit !important;
    cursor: pointer;
}

.chosen-container-single .chosen-single abbr {
    top: 8px !important;
    cursor: pointer;
}

.btn-inline-table {
    height: 1.8em;
    margin-top: -0.3em;
    padding: 0.4em !important;
    line-height: 1em !important;
    margin-bottom: -0.1em !important;
}

#logDetails .modal-lg {
    max-width: 55%;
    width: auto;
}

#logDetails .modal-lg .modal-body {
    overflow-x: auto;
}

#logDetails .modal-lg .table {
    /*width: auto;*/
}

#logDetails .modal-lg .table>tbody>tr>td {
    overflow: hidden;
    max-width: 10em !important;
}

#subscriber-details .badge {
    margin: 0.2em;
}

.clients-list .badge {
    font-family: monospace;
    line-height: 1.15em;
    font-weight: inherit;
    margin-left: 1px;
}

.clients-list .btn-plain {
    border: thin solid rgb(131, 131, 131) !important;
}

.clients-list .btn-plain:hover {
    background: #838383;
    color: #fff;
}

.clients-list .btn-plain.active {
    background: #838383;
    color: #fff;
}

.wrap_max300 {
    height: 300px;
}

.wrap400 {
    height: 400px;
}

.wrap500 {
    height: 500px;
}

.wrap600 {
    height: 600px;
}

.clients-list .table-striped>tbody>tr.filtered:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.clients-list .table-striped>tbody>tr.filtered:nth-of-type(2n) {
    background-color: #fff;
}


/*.form-control.input-sm.fluid-input,
.chosen-container {
    margin-top: -0.4em;
}*/


/*#save-subscriber {
    width: 100%;
    margin-bottom: 1em;
}*/

.remove_acc_btn {
    position: absolute;
    right: 1.1em;
    top: 0.1em;
}

.remove_lokacija_btn.amount {
    position: absolute;
    /*right: -0em;*/
    right: -2.77em;
    top: 0.33em;
}

.disabled-click {
    position: absolute;
    cursor: pointer;
    /*border: 1px dashed rgb(234, 75, 91);*/
    display: inline-block;
    height: inherit;
}

.disabled-click.blink {
    width: 100px;
    height: 100px;
    background-color: transparent;
    animation-name: blink;
    animation-duration: 0.3s;
    animation-iteration-count: 4;
    animation-direction: alternate;
}

.hr-line-dashed p {
    color: rgb(207, 207, 207);
    text-shadow: 1px 1px 1px rgb(39, 39, 39);
    margin-top: -0.9em;
    font-size: 1.1em;
    font-weight: bold;
}

.half-width {
    width: 50% !important;
}


/* Sortable modules */

li.ui-sortable-helper {
    background: #fafafb;
    border: 1px solid #e7eaec;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 2px;
    border-left: 3px solid #1c84c6;
    display: inline-block;
    height: auto !important;
}

li.ui-sortable-helper button,
li.ui-sortable-helper select {
    display: none;
}


/* Crontab */

label[for=ukaz] {
    font-size: 1.5em;
    line-height: 1.7em;
    margin-right: -3em;
    z-index: 100;
    color: #6b35ff;
}

input[id=ukaz] {
    background: #000;
    padding-left: 2.2em;
    font-family: monospace, monospace;
    font-weight: bold;
}

input[id=ukaz]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #262626;
}

input[id=ukaz]::-moz-placeholder {
    /* Firefox 19+ */
    color: #262626;
}

input[id=ukaz]:-ms-input-placeholder {
    /* IE 10+ */
    color: #262626;
}

input[id=ukaz]:-moz-placeholder {
    /* Firefox 18- */
    color: #262626;
}

.booleanButtons label.btn-default.active:first-child {
    background: #fc6262 !important;
    color: #fff !important;
    /*margin-top: -0.5em !important;*/
}

.booleanButtons label.btn-default.active:nth-child(2) {
    background: #1ab394 !important;
    color: #fff !important;
    /*margin-top: -0.5em !important;*/
}

.booleanButtons label.btn-default {
    /*margin-top: -0.5em !important;*/
}

.modal .modal-dialog.semi-big-modal {
    width: 80% !important;
}

.modal .modal-dialog.big-modal {
    width: 90% !important;
}

.modal .header-konto {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.modal .header-konto h4 {
    font-size: 1.6em;
    line-height: 1.6em;
    margin-bottom: 0px;
    font-weight: 100;
}

.modal .header-konto h4 p {
    font-size: 0.8em;
    line-height: 1em;
    margin-bottom: 0em;
    display: inline-block;
    padding-left: 1.5em;
}

.modal .header-konto h4 p b {
    font-size: 1.2em;
}

.modal .header-konto .pull-right.pull-right-space {
    padding-right: 2em;
}

.modal .segment-color {
    width: 0.2em !important;
    min-width: 0.2em !important;
    box-shadow: 0px -8px 20px -15px rgba(0, 0, 0, 0.65) inset, 0px 8px 20px -15px rgba(255, 237, 237, 0.6) inset;
}

.modal tr.row-even td,
.modal tr.row-even {
    background: #fff !important;
}

.modal tr.payments {
    background: #e3f4ff;
    box-shadow: 0px -8px 20px -15px rgba(255, 255, 255, 0.65) inset, 0px 8px 20px -15px rgba(0, 0, 0, 0.6) inset;
}

.modal .table thead th {
    border-top: none;
    border-bottom-width: 1px;
}

.modal .table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #ededed;
}

.modal .table-striped>tbody>tr:hover {
    background-color: #e2e2e2;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}


/*.modal .table-striped > tbody > tr td:first-child {
    border-bottom: red solid 1px !important;
}*/

.modal .table-striped>tbody>tr {
    transition: box-shadow 0.2s;
    cursor: pointer;
}

.modal .table-striped>tbody>tr.no-hover:hover {
    cursor: auto;
    box-shadow: none;
    background-color: transparent !important;
}

.modal .table-striped>tbody>tr.no-hover:nth-of-type(2n+1):hover {
    cursor: auto;
    box-shadow: none;
    background-color: #ededed !important;
}

.modal .table-striped>tbody>tr .hr-line-dashed p {
    /*color: #838383;
    margin-top: -0.9em;
    font-size: 1em;
    font-weight: bold;
    text-shadow: none;*/
    color: #383838;
    margin-top: -0.9em;
    font-size: 1em;
    font-weight: bold;
    text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
}

.modal .table-striped>tbody>tr .payments-row {
    height: 5em;
    color: #000;
}

.modal .table-striped>tbody>tr.open td {
    border-bottom: 1px solid transparent;
}

.modal .table-striped>tbody>tr.highlight td:first-child {
    position: relative;
}

.modal .table-striped>tbody>tr.highlight td:first-child:after {
    content: "\f071";
    color: orange;
    position: absolute;
    left: 0.1em;
    top: 0.7em;
    font: normal normal normal 14px/1 FontAwesome;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.modal .table-striped>tbody>tr.highlight-outofdate td:first-child {
    background: red !important;
}

.modal .table-striped>tbody>tr.highlight td:first-child:before {
    content: "";
    background: #E7EAEC;
    border: none;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    display: inline-block;
    width: 100%;
}

.modal .table-striped>tbody>tr td.bool-icon {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: green;
    font-size: 1em;
    text-align: center;
}

.modal .table-striped>tbody>tr td.bool-icon-red {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: red;
    font-size: 1em;
    text-align: center;
}

.modal .table-striped>tbody>tr .hr-line-dashed.hard {
    border-top: 1px dashed #676a6c;
    margin: 10px 0;
}

.modal .header-tabs {
    font-size: 0.9em;
    line-height: 0.9em;
    font-weight: 100;
    margin-right: 5em;
    margin-bottom: -1em !important;
    margin-top: 1em !important;
}

.modal .header-tabs li a.active {
    background: #F8FAFB !important;
    border-bottom-color: #F8FAFB !important;
}

.modal .header-tabs li .konto-type.konto.active {
    color: #4594e3;
    border: 1px solid #67b3ff;
    border-top: 3px solid #67b3ff;
}

.modal .header-tabs li .konto-type.konto {
    color: rgba(103, 179, 255, 0.75);
    transition: border-top 0.15s;
}

.modal .header-tabs li .konto-type.placila.active {
    color: #4aad61;
    border: 1px solid #66c87d;
    border-top: 3px solid #66c87d;
}

.modal .header-tabs li .konto-type.placila {
    color: rgba(102, 200, 125, 0.75);
    transition: border-top 0.15s;
}

.textShadow {
    text-shadow: 1px 1px 0px RGBA(0, 0, 0, 0.6);
}

#segType {
    position: fixed;
    top: -0.5em;
    left: 50%;
    margin-left: -55px;
    min-width: 110px;
    height: 3em;
    line-height: 3.5em;
    z-index: 1000;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 5px RGBA(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
    padding: 0 1em;
    font-weight: 600;
    transition: opacity 0.3s;
    cursor: default;
    border-bottom: 3px solid #67b3ff;
}


/*#segType:hover {
    opacity: 0.2;
}*/

#segType:hover {
    cursor: pointer;
    animation: segTypeAnim ease-in-out 1.45s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
}

@keyframes segTypeAnim {
    0% {
        transform: translate(0px, 0px);
    }
    20% {
        transform: translate(0px, 0.5em);
    }
    30% {
        transform: translate(0px, -4px);
    }
    50% {
        transform: translate(0px, 0.5em);
    }
    60% {
        transform: translate(0px, -4px);
    }
    70% {
        transform: translate(0px, 0);
    }
    100% {
        transform: translate(0px, 0);
    }
}


/* Standard syntax */

@keyframes blink {
    from {
        background-color: transparent;
    }
    to {
        background-color: rgba(255, 0, 0, 0.5);
    }
}

td label {
    display: block;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    cursor: pointer;
    margin-bottom: 0;
}

img.circle-border {
    max-width: 140px;
}

.flag_link {
    height: inherit;
    display: inline-block;
}

.flag_link .img_wrap {
    height: 20px;
    width: 30px;
    margin-left: 1px;
}

.flag_link .img_wrap:hover {
    box-shadow: 0 0 2px #000;
}

.flag_link .img_wrap.active {
    box-shadow: 0 0 3px #0068e0;
}

.flag_link .img_wrap img {
    margin-top: -6px;
    margin-left: -1px;
}

.oldBrowser>a {
    color: lightcoral !important;
    transition: color 0.3s;
}

.oldBrowser:hover>a {
    color: lightsalmon !important;
}

textarea {
    resize: vertical !important;
}

.remove-hr:hover {
    border-bottom: 1px dashed rgba(255, 0, 0, 0.4) !important;
    background: transparent;
    height: 31px;
    margin: 0;
    margin-top: 11px;
    transition: all 0.3s;
}

.remove-hr:hover p {
    height: 31px;
    margin: 0;
    transition: all 0.3s;
}

.remove-hr:hover+li,
.remove-hr:hover+li+li,
.remove-hr:hover+li+li+li {
    border-left: 1px dashed rgba(255, 0, 0, 0.4) !important;
    border-right: 1px dashed rgba(255, 0, 0, 0.4) !important;
    margin: -1px;
    transition: border 0.3, margin 0.1s;
}

.remove-hr:hover+li {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0px;
}

.remove-hr:hover+li+li+li {
    border-bottom: 1px dashed rgba(255, 0, 0, 0.4) !important;
    margin-top: 0px;
}

.removeBox.btn-danger>.fa-undo,
.removeZDG.btn-danger>.fa-undo {
    display: none;
}

.removeBox.btn-info>.fa-minus-circle,
.removeZDG.btn-info>.fa-minus-circle {
    display: none;
}

.forRemoval {
    height: 0px;
    overflow: hidden;
    padding: 0 !important;
    border: none !important;
}

.float-margin-left {
    margin-left: 4px;
}

.ol-sifrant .search-choice {
    display: inline-block;
    width: 98%;
    text-align: left;
}

.ol-sifrant .search-choice .num {
    font-weight: bold;
    margin-right: 1em;
}

.response {
    /*padding: 0.6em;*/
    text-align: left;
    width: 50%;
}

.response b {
    margin-right: 1em;
}

.response .ok-icon {
    color: green;
    margin-right: 1em;
    margin-left: 0.4em;
    font-size: 1.6em;
    line-height: 1.6em;
    border-radius: 100%;
    border: 1px solid green;
    text-align: center;
    width: 1.6em;
    display: inline-block;
    vertical-align: middle;
}

.response img {
    width: 300px;
    background: #ccc;
}

.response .tooltip {
    max-width: 350px;
}

.response .tooltip .tooltip-inner {
    max-width: 350px;
    padding: 8px 8px;
    color: #fff;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.8);
}

.response .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

.information {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.3em;
    border-radius: 100%;
    width: 1.5em;
    height: 1.5em;
    border: 0.08em solid #f7a54a;
    color: #f7a54a;
    font-weight: 100;
    display: inline-block;
    cursor: default;
    float: left;
    margin-left: 0.4em;
    margin-bottom: 0.4em;
    margin-right: 1em;
    margin-top: 0.4em;
}

button.captcha {
    position: relative;
    width: 100px;
    color: #000;
    height: 34px;
}

.innerbox {
    display: inline-block;
    width: 100px !important;
    height: 32px !important;
    color: #000 !important;
    text-align: center;
    line-height: 32px !important;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.captcha:hover .innerbox {
    opacity: 1;
}


/**********************************
* Displaying chosen on bottom
**********************************/

.chosen-container.bottom-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa;
    top: auto;
    bottom: 40px;
}

.chosen-container.bottom-container.chosen-with-drop .chosen-single {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: none;
}

.chosen-container.bottom-container.chosen-with-drop .chosen-drop {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: none;
    margin-bottom: -16px;
}

.list-group-item>.chosen-container {
    width: 46% !important;
    margin-top: -0.6em;
    margin-bottom: -0.6em;
}

.list-group-item>.pull-right {
    width: 45%;
}

.modal-body .list-group-item>.pull-right {
    width: 55%;
}

.longlist .list-group-item>.pull-right {
    width: auto !important;
}

.list-group-item.fullWidth>.pull-right {
    width: 100% !important;
}

.rightBorder>ul.list-group {
    border-right: 1px solid rgba(192, 192, 192, 0.53);
    padding-right: 2.2em;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}

.chosen-container .chosen-results li.active-result {
    font-weight: initial !important;
}

.chosen-container .chosen-results li.active-result b {
    font-weight: 700 !important;
}

td.highlighted {
    background: #c4e8ff !important;
}

#bills_table .checkbox input[type="checkbox"]+label {
    z-index: 1000 !important;
}

#bills_table td {
    position: relative;
}

#bills_table td input {
    margin-bottom: -0.6em;
    width: 50%;
    margin-top: -0.3em;
}

#bills_table td input.presetValue {
    color: #1278cf;
}

#bills_table td input.userDefined {
    color: #cf4e12;
}

#bills_table td input.changedValue {
    color: #f7d64a;
}

#bills_table tr.newerPayments td {
    background: rgba(255, 208, 155, 0.4);
}

.knjizenjeWarning {
    /*margin-top: 2em;*/
    margin-bottom: 0em !important;
    /*box-shadow: 0px 2px 3px #0006;*/
    border-color: #ffd681 !important;
    position: relative;
}

.knjizenjeWarning:before {
    position: absolute;
    content: "\f071";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2em;
    right: 0.5em;
    top: 0.4em;
}

.knjizenjeError {
    margin-bottom: 0em !important;
    position: relative;
}

.knjizenjeError:before {
    position: absolute;
    content: "\f05e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2em;
    right: 0.5em;
    top: 0.4em;
}

.knjizenjeWarning+.knjizenjeError {
    margin-top: 0.3em !important;
}

.knjizenjeError+.knjizenjeWarning {
    margin-top: 0.3em !important;
}

.ibox-tools .chosen-container a {
    height: 22px !important;
    line-height: 20px;
}

.header-button {
    margin-left: 4px;
}

.sweet-alert .sa-input-error {
    top: 24px !important;
    right: 14px !important;
}

table#knjizenje_table td {
    position: relative;
}

table#knjizenje_table td:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05) inset;
}

table#knjizenje_table td:hover .data {
    font-weight: bold;
    color: black;
}

table#knjizenje_table tr.selected td {
    background: rgba(54, 176, 255, 0.1);
}

table#knjizenje_table {
    overflow: hidden;
    opacity: 0.99;
    min-height: 260px;
}

table#knjizenje_table td:nth-child(n+2):hover:before {
    content: "";
    position: absolute;
    height: 1000em;
    width: 100%;
    left: 0;
    bottom: 0%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.03);
}

table#knjizenje_table td:nth-child(n+2):hover:after {
    content: "";
    position: absolute;
    height: 1000em;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.03);
}

table#knjizenje_table td.warn {
    background: rgba(235, 255, 0, 0.13);
}

table#knjizenje_table td.err {
    background: rgba(255, 0, 0, 0.08);
}

table#knjizenje_table td .icon {
    height: 20px;
    width: 20px;
    right: 3px;
    font-size: 1.2em;
    position: absolute;
    line-height: 1.2em;
    cursor: context-menu;
}

table#knjizenje_table td .removeRow {
    width: 1.8em;
    margin-bottom: 0;
}

table#knjizenje_table td input {
    width: 100%;
}

table#knjizenje_table td .checkbox {
    width: 23%;
    float: right;
    display: inline-block;
    position: absolute;
    top: 0.7em;
    left: 4em;
}

table#knjizenje_table td #data-edit {
    margin-top: -0.3em;
    margin-bottom: -0.3em;
}

table#knjizenje_table th.refresh-box {
    position: relative;
}

table#knjizenje_table th.refresh-box .refresh-icon {
    position: absolute;
    top: 0.5em;
    left: 0.7em;
}

table#knjizenje_table td.additional.header {
    background: transparent;
}

table#knjizenje_table td.additional {
    background: rgba(72, 152, 220, 0.15)
}

table#knjizenje_table td.additional.bold {
    font-weight: bold;
}

table#knjizenje_table td.additional:nth-child(2n) {
    background: rgba(72, 152, 220, 0.25)
}

.data.font-bold {
    color: #33f;
}

.sweet-alert input.input-sm {
    display: initial;
}

.sweet-alert span.range_description {
    height: auto;
    display: inline-block;
    padding-bottom: 2em;
}

.macro_box {
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    padding: 0 0.4em !important;
}

.macro_box #macro_box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    margin-bottom: 0.4em !important;
}

.macro_box #macro_box ul {
    display: inline-block;
    width: 100%;
    height: 1.3em;
    padding: 0;
    color: #aaa;
}

.macro_box #macro_box ul li {
    display: inline-block;
    width: 100%;
    height: 2.3em;
    line-height: 2.3em;
    padding: 0 0.4em;
    color: #787878;
}

.macro_box #macro_box ul li:nth-child(2n) {
    background: rgba(0, 0, 0, 0.05);
}

.macro_box #macro_box ul li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.macro_box #macro_box ul li .btn {
    margin-top: 0.3em;
}

.macro_box .btn {
    margin-top: 0.4em;
}

.settingsButtons {
    border-radius: 3px;
    transition: box-shadow 0.3s, padding 0.3s;
}

.settingsButtons.affix {
    z-index: 1000;
    right: 15.8em;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.56);
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    border-radius: 3px;
    width: 21%;
}

.confirmation_box {
    border: 1px solid rgba(0, 0, 0, 0.13);
    padding: 1em;
    border-radius: 3px;
    margin: 0 0.4em;
    max-width: 20em;
    width: auto !important;
    background: #fff;
    transition: box-shadow 0.3s;
}

.confirmation_box.affix {
    z-index: 1000;
    right: 3.4em;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.56);
}

.confirmation_box .btn .fa-euro {
    margin-left: -13px;
    font-size: 13px;
    position: absolute;
    margin-top: 3px;
}

.confirmation_box .btn .fa-file-o {
    font-size: 1.4em;
}

.confirmation_box .btn {
    margin: 0 !important;
    height: 3em;
}

.settingsButtons .btn {
    width: 32% !important;
}

#floating_event {
    display: none;
    position: fixed;
    top: 3em;
    right: 0;
    border: 1px solid #838383;
    border-left: #23C6C8 solid 4px;
    border-right: none;
    z-index: 100000;
    background: #fff;
    line-height: 1em;
    border-radius: 5px 0 0 5px;
    padding: 0.8em;
    box-shadow: 1px 5px 5px #0000004D;
}

.modal-settings {
    position: absolute !important;
    background: #fff;
    box-shadow: 1px 1px 3px #000;
    border-radius: 3px;
    padding: 1em;
    z-index: 1;
    font-size: 14px;
    text-align: left;
    font-weight: initial;
    margin-top: 5px;
    margin-left: 15px;
}

.modal-settings>div {
    padding: 0;
}

.modal-settings>div>ul {
    margin-bottom: 0;
}

.modal-sett-butt {
    background: #fff;
    border: 2px solid #eee;
    padding: 0px 4px;
    line-height: 0;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: -13px;
    margin-bottom: -10px;
    position: relative;
    transition: all 0.3s;
}

.modal-sett-butt:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}

.modal-sett-butt:hover {
    background: #aaa;
    color: #fff;
}

.modal-sett-butt i {
    font-size: 60px;
    transition: all 0.2s;
}

.modal-sett-butt:hover i {
    font-size: 20px;
}

#desc_table {
    margin-bottom: 0;
}

#desc_table td {
    padding-top: 1.1em !important;
}

#desc_table td input[type="button"] {
    width: 50%;
}

#desc_table td input[name="sum-znesek-butt"],
#desc_table td input[name="sum-obresti-butt"] {
    color: darkorange;
    font-weight: bold;
}

#desc_table td input[name="sum-all"] {
    color: orangered;
    font-weight: bolder;
}


/*
* AutoNumericCalc the autonumeric calculator design
*/

.autoNumericCalc {
    position: absolute;
    z-index: 1000;
    border: 1px solid #D2C6C6;
    border-radius: 0 0 5px 5px;
    width: 55%;
    text-align: right;
    background: #fff;
    overflow: hidden;
    border-top: 1px dashed #D2C6C6;
    box-shadow: 1px 1px 1px #DDD;
    margin-top: -1px;
    color: #1d8cd3;
}

.autoNumericCalc input {
    color: #1d8cd3;
    width: 90%;
    margin-left: 2%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 4px;
}

.autoNumericClear {
    position: absolute;
    margin-left: 4px;
    margin-top: 4px;
}


/**
 * Framework starts from here ...
 * ------------------------------
 */

.tree,
.tree ul {
    margin: 0 0 0 1em;
    /* indentation */
    padding: 0;
    list-style: none;
    color: #369;
    position: relative;
}

.tree ul {
    margin-left: .5em
}


/* (indentation/2) */

.tree:before,
.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid;
}

.tree li {
    margin: 0;
    padding: 0 1.5em;
    /* indentation + .5em */
    line-height: 2em;
    /* default list item's `line-height` */
    font-weight: bold;
    position: relative;
    padding-right: 0;
}

.tree li:before {
    content: "";
    display: block;
    width: 10px;
    /* same with indentation */
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    /* border top width */
    position: absolute;
    top: 1em;
    /* (line-height/2) */
    left: 0;
}

.tree li:last-child:before {
    background: white;
    /* same with body background */
    height: auto;
    top: 1em;
    /* (line-height/2) */
    bottom: 0;
}

.tree-item>label {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px dotted #e3f4ff;
}

.tree-item>label:hover {
    background: #e3f4ff;
}

.tree-item>label+.checkbox+.checkbox label {
    margin-top: -1.5em;
    line-height: 1.3em !important;
    /*2em;*/
}

.tree-item>label+.checkbox label {
    margin-top: -1.5em;
    line-height: 1.3em !important;
    /*2em;*/
}

.tree-item>.checkbox+.checkbox,
.tree-item>.radio+.radio {
    margin-top: 0px !important;
    /*margin-right: 6px;*/
    margin-right: 20px;
}

.tree-item>.checkbox label,
.tree-item>.radio label {
    padding-left: 0;
    cursor: pointer !important;
}

.tree-item>.checkbox input[type="checkbox"],
.tree-item>.checkbox input[type="radio"] {
    z-index: -1 !important;
}

.collapse-tree {
    display: none;
}

.collapse-tree+.collapse-tree-label {
    height: 2em;
    width: 2em;
    border: none;
    position: absolute;
    left: -1em;
    top: 0;
    text-align: center;
    line-height: 2em;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    background: transparent !important;
}

.collapse-tree+.collapse-tree-label .plus {
    display: none;
}

.collapse-tree:checked+.collapse-tree-label .minus {
    display: none;
}

.collapse-tree:checked+.collapse-tree-label .plus {
    display: initial;
}

.collapse-tree:checked+.collapse-tree-label+ul {
    display: none;
}

.avatar-image canvas {
    position: absolute;
    margin-left: -3px;
    margin-top: -3px;
}

.avatar-image img:hover {
    opacity: 0.6;
    cursor: pointer;
}


/*FILTER NAROČNIK GUMBI*/

#segment-filter>.btn-primary:hover {
    color: #fff;
    background-color: #15c4a1;
    border-color: #1ab394;
}

#segment-filter>.btn-primary:focus {
    color: #1ab394;
    background-color: #fff;
    border-color: #1ab394;
}

#segment-filter>.btn-primary.active:focus {
    color: #fff;
    background-color: #15c4a1;
    border-color: #1ab394;
}

#segment-filter>.btn-success:focus {
    background-color: #FFF;
    border-color: #1c84c6;
    color: #1c84c6;
}

#segment-filter>.btn-success.active:focus {
    background-color: #1a7bb9;
    border-color: #1a7bb9;
    color: #FFFFFF;
}

#segment-filter>.btn-plain:focus {
    background-color: #FFF;
    border-color: #838383;
    color: #838383;
}

#segment-filter>.btn-plain.active:focus {
    background-color: #838383;
    border-color: #838383;
    color: #fff;
}

#segment-filter>.btn-warning:focus {
    background-color: #FFF;
    border-color: #f7a54a;
    color: #f7a54a;
}

#segment-filter>.btn-warning.active:focus {
    background-color: #f7a54a;
    border-color: #f7a54a;
    color: #FFFFFF;
}

#segment-filter>.btn-danger:focus {
    background-color: #FFF;
    border-color: #ec4758;
    color: #ec4758;
}

#segment-filter>.btn-danger.active:focus {
    background-color: #ec4758;
    border-color: #ec4758;
    color: #FFFFFF;
}


/******************************************
*****************LOADING*******************
*******************************************/

.loader-lock {
    position: fixed;
    z-index: 100000000;
    background: rgba(51, 122, 183, 0.75);
    width: 100%;
    top: 0;
    display: none;
}


/** PROFILE/PROFILE MENU MODULE STYLES **/

canvas {
    pointer-events: none;
}

.profile-pic {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.profile-pic:hover {
    opacity: 0.6;
    filter: alpha(opacity=30);
    cursor: pointer;
}

.profile-pic-thumb {
    width: 60px;
    height: 60px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

#circle>canvas {
    margin-right: -142px;
    margin-bottom: -60px;
}


/** Home ibox colors **/

.blue {
    /*border-top-color: #0280ff !important;*/
    border-top-color: rgba(2, 128, 255, 0.6) !important;
}

.green {
    /*border-top-color: #01a327 !important;*/
    border-top-color: rgba(1, 163, 39, 0.6) !important;
}

.red {
    /*border-top-color: #f90202 !important;*/
    border-top-color: rgba(249, 2, 2, 0.6) !important;
}

.orange {
    /*border-top-color: #f29602 !important;*/
    border-top-color: rgba(242, 150, 2, 0.6) !important;
}

.brown {
    border-top-color: rgba(153, 102, 51, 0.6) !important;
}

.purple {
    border-top-color: rgba(139, 2, 139, 0.6) !important;
}

.hr-line-dashed-small {
    border-top: 1px dashed #b9bdbf;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0;
}

.minimalize-styl-3 {
    padding: 4px 12px !important;
    margin: 14px 0px 0px 0px;
    font-size: 14px;
    float: left;
}

.bool-icon {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: green;
    font-size: 1em;
}

.bool-icon-red {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: red;
    font-size: 1em;
}

.hr-line-solid {
    color: transparent !important;
}

@media only screen and (min-width: 1200px) {
    .affix {
        width: 20%;
        top: 10px;
    }
}

@media (max-width: 1200px) {
    .affix {
        position: static !important;
    }
}

.affix-top {
    width: 100%;
}

.details-control {
    cursor: pointer;
}

.fixed-center-top {
    position: fixed;
    top: 0%;
    margin-left: 0px;
    min-width: 110px;
    height: 2.5em;
    line-height: 3.5em;
    z-index: 1000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
    padding: 0 1em;
    font-weight: 600;
    cursor: default;
    left: 50%;
}

.animatedhover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-play-state: paused;
}

.animatedhover:hover {
    animation-play-state: running;
    animation-iteration-count: infinite;
}

button.warning-outline {
    background-color: #FFFFFF;
    color: #F8AC59;
}

select.fixed-width+.chosen-container {
    min-width: 250px;
}

.badge.courier {
    font-family: courier;
}

.mce-path-item {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.hr-vertical {
    border-right: 1px solid #e7eaec;
}

.popover {
    max-width: 100% !important;
}

.select-sm>.chosen-container>.chosen-single {
    padding: 2px 12px !important;
}

div.tooltip-inner {
    max-width: 100%;
}

.mark-success::before {
    content: "";
    border-left: 2px solid;
    border-right: 2px solid;
    border-radius: 2px;
    border-color: #5cb85c;
}

.mark-warning::before {
    content: "";
    border-left: 2px solid;
    border-right: 2px solid;
    border-radius: 2px;
    border-color: #f0ad4e;
}

.dropzone-medium {
    min-height: 200px !important;
}

input[name="column_name[]"] {
    cursor: help;
}

.modal-footer .btn {
    font-size: 1.0em !important;
}

.feedback-sm {
    line-height: 20px;
}

.side-tab {
    position: fixed;
    margin: 0;
    z-index: 1000;
    font-weight: bold;
    box-shadow: 0 0 5px RGBA(0, 0, 0, 0.5);
    cursor: pointer;
}

.side-tab-right {
    right: -25px;
    transform: rotate(-90deg);
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.side-tab-right:hover {
    text-decoration: underline;
}

div.amcharts-chart-div>a {
    display: none !important;
}

.input-xs {
    height: 22px !important;
}


/* Fixed position Poslovnik konto navigation */

div.tabs-container ul.tabs-main-fixed {
    position: fixed;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    max-width: 90%;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    z-index: 1000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
    border-bottom: 3px solid #67b3ff;
}

div.tabs-container ul.tabs-main-fixed>li.active {
    border-style: solid;
    border-left-color: rgb(231, 234, 236);
    border-left-width: 1px;
    border-top: 0;
    border-right: 0;
    border-bottom: 3px solid #67b3ffcc;
    margin-top: 2px;
}

div.tabs-container ul.tabs-main-fixed>li.active+li.dropdown {
    border-right-style: solid;
    border-right-color: rgb(231, 234, 236);
    border-right-width: 1px;
    border-bottom: 3px solid #67b3ffcc;
}

div.tabs-container ul.tabs-main-fixed>li.dropdown>a {
    padding-left: 0;
    padding-right: 0;
}

div.tabs-container ul.tabs-main-fixed>li.konto_preview.active>a {
    display: inline-block;
    border: 0;
}

div.tabs-container ul.tabs-main-fixed>li.konto_preview.active>a:hover {
    border: 0;
}

.form-control {
    min-width: 120px !important;
}

.form-control.input-sm {
    min-width: 60px !important;
}


/*.chosen-container {
    margin-top: -0.4em !important;
}*/

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 25% !important;
}

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:hover,
.nav-tabs>li>a.active:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
    color: #555555;
    cursor: default;
}


/* Nestable plugin */