/* Copyright (c) NetCom d.o.o. */

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif
}


/* * {
  tabindex: 0;
} */


/* AAA kotratst na bijelu --> #007faa - plava, #696969 - siva (labele na formama)*/

body.tabpressed a:focus {
    outline: 2px solid orange !important;
    outline-offset: -1px
}

body.tabpressed .sidebar a:focus {
    outline-offset: 0
}

a {
    color: #007faa;
}

.text-muted {
    color: #696969;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.flex-grow {
    flex-grow: 1
}

.spacer {
    height: 5px
}

.spacer20 {
    height: 20px
}

.ui-sortable-handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}

.ui-sortable-placeholder {
    background: #ffdca8;
    border: dashed 2px orange
}

form.processing {
    pointer-events: none;
}

.documentviewer-body .ui-sortable-handle {
    visibility: hidden;
}

.documentviewer-body tbody.sorting .ui-sortable-handle {
    visibility: visible;
}

.main-header .sidebar-toggle::before {
    content: "\f00d"
}

.sidebar-collapse .main-header .sidebar-toggle::before {
    content: "\f054"
}

.form-control.small {
    height: 30px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 14px
}

tr.table-filter {
    background: #f5f5f5;
}

.select2-container .select2-search--inline {
    float: none
}

.select2-container--default .select2-results__group {
    color: gray;
    padding: 0
}

.select2-hidden-accessible {
    height: 35px !important;
    margin-left: 12px !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected]>.text-muted {
    color: #fff;
    opacity: .9
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    max-width: 100%;
    clear: left;
    /* each item new line */
}


/*dz.small icon size 80x80*/

.dropzone.small {
    padding: 4px;
    min-height: 96px;
}

.dropzone.small .dz-preview {
    margin: 2px;
    min-height: 80px
}

.dropzone.small .dz-preview .dz-image {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dropzone.small .dz-preview .dz-details {
    padding: 5px;
}

.dropzone.small .dz-preview .dz-progress {
    width: 70px;
    margin-left: -35px
}

.dropzone.small .dz-preview .dz-success-mark svg,
.dropzone.small .dz-preview .dz-error-mark svg {
    width: 32px;
    height: 32px
}

.dropzone.small .dz-preview .dz-success-mark,
.dropzone.small .dz-preview .dz-error-mark {
    margin-left: -15px;
    margin-top: -15px;
}


/*dz.line, icon size 32x32*/

.dropzone.line {
    padding: 4px;
    min-height: 96px;
}

.dropzone.line>div:last-child {
    margin-bottom: 32px
}

.dropzone.line .dz-preview {
    margin: 2px;
    min-height: 32px;
    display: block;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dropzone.line .dz-preview.dz-complete {
    background: #dff0d8
}

.dropzone.line .dz-preview.dz-error {
    background: #ebccd1
}

.dropzone.line .dz-preview .dz-image {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dropzone.line .dz-preview .dz-details {
    padding: 0;
    height: 32px;
    opacity: .8;
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    display: flex;
    flex-direction: row-reverse;
}

.dropzone.line .dz-preview .dz-details .dz-size,
.dropzone.line .dz-preview .dz-details .dz-filename {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 5px
}

.dropzone.line .dz-preview .dz-details .dz-size {
    min-width: 64px;
}

.dropzone.line .dz-preview .dz-error-message {
    top: 30px;
    left: 0;
}

.dropzone.line .dz-preview .dz-progress {
    width: 70px;
    margin-left: 0;
    left: 40px;
}

.dropzone.line .dz-preview .dz-success-mark svg,
.dropzone.line .dz-preview .dz-error-mark svg {
    width: 20px;
    height: 20px
}

.dropzone.line .dz-preview .dz-success-mark,
.dropzone.line .dz-preview .dz-error-mark {
    margin-left: -15px;
    margin-top: -15px;
    margin-left: 0;
    left: 6px;
    top: 19px;
    width: 20px;
    height: 20px;
}

.dropzone.line .dz-preview .dz-remove {
    background: rgba(255, 255, 255, .8);
    padding: 0 5px;
    margin: 5px 0;
    display: inline-block;
    position: absolute;
    height: 22px;
    line-height: 22px;
    top: 0;
    left: 120px;
    z-index: 25;
    transition: .5s;
}

.dropzone.line .dz-preview.dz-complete .dz-remove {
    left: 40px;
}

@media only screen and (max-width: 400px) {
    .dropzone.line .dz-preview .dz-remove,
    .dropzone.line .dz-preview.dz-complete .dz-remove {
        display: block;
        position: relative;
        left: 0;
        padding: 0 5px;
        margin: 0;
        height: 32px;
        line-height: 32px;
        width: 25%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .8em
    }
    .dropzone.line .dz-preview .dz-error-message,
    .dropzone.line .dz-preview .dz-image,
    .dropzone.line .dz-preview .dz-details .dz-size {
        display: none
    }
}

.dropzone.dropzone-initiallyhidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 175ms, opacity 175ms;
    pointer-events: none;
    position: absolute;
    top: -9999px;
    left: -9999px;
    border: dashed 3px green;
    background: rgb(230, 255, 230);
    overflow-y: auto;
    z-index: 99
}

.dropzone.dropzone-initiallyhidden .dz-message {
    position: relative;
    top: 50%;
    transform: translateY(-49%);
    margin: 0
}

.dragover .dropzone.dropzone-initiallyhidden,
.dropzone.dropzone-initiallyhidden.dz-drag-hover,
.dropzone.dropzone-initiallyhidden.dz-started {
    opacity: 1 !important;
    pointer-events: auto;
    visibility: visible;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*dz end*/


/* formelements */

.formelement-datetimepicker {
    max-width: 344px
}


/*.formelement-datetimepicker .col-md-8 input{ border-right:none}*/

.input-group .input-group-addon {
    min-width: 38px
}

#modalbreadchrumb {
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2000;
    color: #fff;
    top: 5px;
    left: 5px;
    visibility: hidden;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .7);
    padding: 0px 7px;
}


/*#modalbreadchrumb>span{
}*/

#modalbreadchrumb>span::after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
}

#modalbreadchrumb>span:last-child::after {
    display: none
}

.modal-full {
    width: 95%;
}

.modal-big {
    width: 95%;
    max-width: 800px
}

.modal-fullscreen {
    margin: 0;
    padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
    width: 90%;
    margin: auto;
}

.modal-fullscreen .modal-content {
    height: 98vh;
    width: 100%;
    margin: auto
}

.modal-fullscreen .modal-content .modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2em
}

.modal-modern .form-row {
    border-bottom: solid 1px #eee;
    padding: 5px 0
}

.modal-modern .form-row input {
    padding: 0;
    border: 0 !important;
    margin: 0;
    font-size: 1em;
    height: 1.6em;
}

.modal-open #modalbreadchrumb,
.modal-open-n #modalbreadchrumb {
    visibility: visible;
}

.modal-backdrop.in {
    opacity: .1
}

.modal-header {
    padding: 5px 10px;
    background: #eee;
    border-bottom: solid 1px #ccc
}

.modal-header .close {
    margin-top: 2px;
    margin-right: 3px
}

.modal-content .modal-body img{
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.modal-content .modal-body h1,
.modal-content .modal-body h2,
.modal-content .modal-body h3,
.modal-content .modal-body h4,
.modal-content .modal-body h5{
    font-size: 2rem !important
}

input.icheck {
    display: inline-block;
    width: 22px;
    height: 18px;
    vertical-align: middle
}

.icheck {
    display: flex;
    align-items: center
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.small-gutters {
    margin-right: 5px;
    margin-left: 5px;
}

.small-gutters>.col,
.small-gutters>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.small-gutters .box {
    margin-bottom: 10px;
}

.text-lightgray {
    /* color:#999 */
    /*Kontrast*/
    color: #696969;
}

.text-lightgray2 {
    color: #d2d2d2;
}

.bg-white {
    background: white;
}

.bg-lightgray {
    background: #f2f2f2
}

.bg-lightgreen {
    background: #c6ffd8
}

.bg-lightred {
    background: #ffc6c6
}

.bg-lightyellow {
    background: #fffbd6
}

.row-green {
    border-left: solid 6px green;
}

.tresponse-box {
    margin-bottom: 5px
}

.tresponse-box .box-tools {
    right: 5px;
    top: 0
}

.tresponse-box .box-header {
    padding: 4px 10px
}

.tresponse-box .box-body {
    position: relative;
    overflow: auto
}


/*.browser{
}*/

.browser>.icheck {
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.browser>.icheck:hover {
    background: #eee;
}

.browser>.icheck>label {
    margin-left: 10px
}


/* user block */

.user-block .username {
    color: black;
    font-size: 1.1em;
    font-weight: normal;
}

.user-block img,
.user-block .img-tiny {
    border: solid 1px #eee;
    color: gray;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    background-size: cover;
    float: left;
}

.user-block .img-tiny+.is_online {
    position: absolute;
    top: -2px;
    right: -1px;
    font-size: .75em;
}

.user-block.user-block-connected>img {
    border-color: green
}

.profile-user-img {
    height: 100px;
    font-weight: 600;
    text-align: center;
    line-height: 89px;
    font-size: 30px;
}

.box-footer .pagination {
    margin: 0
}

.netcom-bigheader {
    background: rgba(0, 0, 0, .5);
    color: white;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}


/* .select2,
.select2-search,
.select2-search__field {
  width: 100% !important
}
.select2.select-w-auto {
  width: auto !important;
} */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eee;
    color: #000;
    max-width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    -o-border-radius: initial;
    border-radius: initial;
}

.select2-result-repository__description {
    font-size: .9em;
    font-weight: 400;
    color: gray;
}

.select2-results__option {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.select2-results__option a.btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.select2-results__option--highlighted .select2-result-repository__description {
    color: white;
}

.form-group+.help-block {
    margin-top: -8px;
}

.has-error>.form-group+.help-block {
    color: #dd4b39;
}

.tab-content {
    position: relative;
    min-height: 100px;
}

.tab-content .overlay {
    background-color: rgba(0, 0, 0, .07);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.timeline-small.timeline>li>.timeline-item>.timeline-header {
    padding: 5px;
    font-size: 1em
}

.timeline-small.timeline>li>.timeline-item>.timeline-body {
    padding: 5px;
    font-size: .9em
}

.user-block .img-tiny {
    width: 22px;
    height: 22px
}

.userb-block-line .username,
.userb-block-function .username {
    margin-left: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userb-block-function .function {
    color: gray;
    font-size: .8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 27px;
}

.table .label {
    padding: .2em .6em .1em
}

.table-noborder tbody>tr>td,
.table-noborder tbody>tr>th {
    border: none
}

table.table-dailyagendas>tbody>tr>td {
    vertical-align: inherit
}

.label-gray {
    background-color: gray;
}

.label-lightgray {
    background-color: #eee;
    color: gray
}

.label-blue {
    background-color: #2489c5;
    color: white
}

.label-green {
    background-color: green;
    color: white
}

.label-white,
.label-transparent {
    color: #ccc
}

a.label-transparent.editable,
a.label-white.editable {
    border-bottom: none
}

a.label-white:hover {
    color: gray;
}

.dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.dropdown-menu>li>a.disabled,
.box-header>.box-tools .dropdown-menu>li>a.disabled {
    color: #999 !important
}

.dropdown-menu>li>a.disabled:hover {
    background: #fff
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #d2d6de
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    min-height: 34px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 6px;
    margin-right: 7px
}

.select2-container--default .select2-selection--multiple {
    padding: 0 5px;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    padding-right: 22px
}

input.form-control[type="file"] {
    height: auto
}

input.form-control:valid:focus {
    border: solid 1px green;
}

input.form-control:invalid:focus {
    border: solid 1px red;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(235, 103, 103, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(235, 103, 103, 1);
    box-shadow: 0px 0px 3px 0px rgba(235, 103, 103, 1);
}

.form-control[required][disabled],
.form-control[readonly],
fieldset[required][disabled] .form-control {
    background-color: #eee;
    opacity: 1;
    border-color: #d2d6de;
    color: #a7a7a7;
}

input.form-control[required],
textarea.form-control[required] {
    background-color: #fffef7;
    background-image: url('/images/field-asterisk.png');
    background-repeat: no-repeat;
    background-position: right top;
    border-color: #e3da9f;
}

input.form-control[required]::placeholder,
textarea.form-control[required]::placeholder,
input.form-control[required]:-ms-input-placeholder,
textarea.form-control[required]:-ms-input-placeholder,
input.form-control[required]::-ms-input-placeholder,
textarea.form-control[required]::-ms-input-placeholder {
    color: #9a904f;
    opacity: 1;
    /* Firefox */
}

input:required:valid,
textarea:required:valid {
    /* when a field is considered valid by the browser */
    background-color: white;
    border-color: #d2d6de
}

.agendakeyandtitle {
    display: flex
}

.agendakeyandtitle .agendakeyandtitle-key {
    width: 80px;
    border-right: 0px none;
}

.agendakeyandtitle .agendakeyandtitle-title {
    resize: vertical
}

.control-sidebar {
    position: fixed
}

.control-sidebar-inner-close {
    color: white;
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 1.5em
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #ccc
}

.tooltip {
    z-index: 800
}


/* tabs */

.tabs {
    border-bottom: solid 1px #eee;
    margin: 10px -14px;
    margin-top: -14px;
    margin-bottom: 25px;
    padding: 0px 14px;
    line-height: 30px;
    padding-top: 2px;
    position: relative;
    background: #fff;
    min-height: 36px;
}

.tabs:before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse farthest-side at center top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0)) no-repeat scroll center top / 100% 10px;
    border: medium none;
    content: "";
    display: block;
    margin: 1px 0;
    min-height: 10px;
    width: 100%;
    position: absolute;
    bottom: -13px;
    pointer-events: none
}

.tabs .tab {
    border-bottom: solid 2px transparent;
    color: black;
    display: inline-block;
    padding: 1px 10px;
    /* color:#999 */
    /*Kontrast*/
    color: #696969;
}

.tabs .tab.text-muted {
    color: #c1c0c0
}

.tabs .tab.active {
    border-bottom-color: #fc7500;
    font-weight: 500;
    color: #000
}

.tabs a.tab:hover {
    color: #000;
    border-bottom-color: #fcbb83
}


/* taskassignerpicker */

.taskassignerpicker {
    padding: 5px
}

.taskassignerpicker-c.loading {
    opacity: .3;
    pointer-events: none;
    cursor: wait
}

.taskassignerpicker-c>div {
    margin: 5px 0
}

.taskassignerpicker-c-chk {
    padding-right: 5px
}


/* breadchrumb-bar*/

ul.breadchrumb-bar {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-bottom: -10px
}

ul.breadchrumb-bar li {
    float: left;
}

ul.breadchrumb-bar li>a {
    color: #000;
    display: block;
    background: #fff;
    text-decoration: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
}

ul.breadchrumb-bar li:first-child>a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

ul.breadchrumb-bar li>span {
    display: inline-block
}

ul.breadchrumb-bar li:nth-child(even)>a {
    background-color: #f7f7f7;
}

ul.breadchrumb-bar li:nth-child(even)>a:before {
    border-color: #f7f7f7;
    border-left-color: transparent;
}

ul.breadchrumb-bar li:nth-child(even)>a:after {
    border-left-color: #f7f7f7;
}

ul.breadchrumb-bar li.active>a {
    background-color: #039cd0;
    color: #fff
}

ul.breadchrumb-bar li.active>a:before {
    border-color: #039cd0;
    border-left-color: transparent;
}

ul.breadchrumb-bar li.active>a:after {
    border-left-color: #039cd0;
}

ul.breadchrumb-bar li:first-child>a {
    padding-left: 15px;
}

ul.breadchrumb-bar li:first-child>a:before {
    border: none;
}

ul.breadchrumb-bar li:last-child>a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    padding-left: 5px;
}

ul.breadchrumb-bar li:last-child>a:after {
    border: none;
}

ul.breadchrumb-bar li>a:before,
ul.breadchrumb-bar li>a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #fff;
    border-width: 15px 10px;
    width: 0;
    height: 0;
}

ul.breadchrumb-bar li>a:before {
    left: -18px;
    border-left-color: transparent;
}

ul.breadchrumb-bar li>a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
}

ul.breadchrumb-bar li>a:hover {
    background-color: #007faa;
    color: #fff
}

ul.breadchrumb-bar li>a:hover:before {
    border-color: #007faa;
    border-left-color: transparent;
}

ul.breadchrumb-bar li>a:hover:after {
    border-left-color: #007faa;
}

ul.breadchrumb-bar li>a:active {
    background-color: #00678a;
    color: #fff
}

ul.breadchrumb-bar li>a:active:before {
    border-color: #00678a;
    border-left-color: transparent;
}

ul.breadchrumb-bar li>a:active:after {
    border-left-color: #00678a;
}


/* ******************** */

.content-white-container {
    background: #fff;
    margin: 10px -14px;
    border-bottom: solid 1px #ddd;
    padding: 15px
}

.tabs+.content-white-container {
    margin-top: -26px
}

.form-netcom .form-group {
    margin-bottom: 7px
}

.form-netcom .form-group>label {
    font-weight: 400;
    /* color:#999; */
    /*Kontrast*/
    color: #696969;
    line-height: 30px
}

.form-netcom label.col-sm-3 {
    text-align: right;
}

.form-netcom .help-block {
    font-size: .9em
}

.form-horizontal .modal-dialog .form-group {
    margin: 0
}

.form-netcom .modal-dialog .form-group>label {
    font-weight: 700;
}

.form-title {
    display: block;
    color: #000;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: 500
}

a.form-title:hover,
a.form-title {
    color: #000
}

.form-title:after {
    background-color: #eee;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    top: 50%;
    margin-left: 20px;
}

a.form-title:before {
    font: normal normal normal 14px/1 FontAwesome;
    width: 16px;
    content: "\f146";
    display: inline-block;
}

a.form-title.ncxtoggleclosed:before {
    content: "\f0fe"
}

.datepicker .icon-arrow-left,
.datepicker .icon-arrow-right {
    font: normal normal normal 14px/1 FontAwesome
}

.datepicker .icon-arrow-left::before {
    content: "\f104"
}

.datepicker .icon-arrow-right::after {
    content: "\f105"
}

.btn.loading {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.btn.btn-placeholder {
    border: dashed 1px gray;
    color: gray;
}

.btn.btn-placeholder:hover,
a.btn.btn-placeholder:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(255, 255, 255, .5)
}

.btn.btn-disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.material-caret-not-collapsed {
    transform: rotate(90deg);
}

.material-caret-icon {
    transition: all .3s linear;
}

.material-title-btn {
  padding: 3px;
}

.material-title-btn:hover {
  background-color: #f0f0f0;
}

.btn-netcom-ckeditor-custom {
  border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 3.9px 6.2px;
}

.btn-netcom-ckeditor-custom:hover {
  background-color: #f0f0f0;
  border-radius: 2px;
  cursor: default;
}

.live_icon__wrap {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    position: relative;
    margin-left: 5px;
}

.live_icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: green;
    border: 1px solid green;
    z-index: 10;
}

.live_icon--pulse {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: green;
    border: 1px solid green;
    z-index: 10;
    -webkit-animation: pulse 2s ease-out;
    -moz-animation: pulse 2s ease-out;
    animation: pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0.0;
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0.0;
    }
}

@-ms-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0.0;
    }
}

@keyframes pulse {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0.0;
    }
}


/*expandable text*/

.nc-text-expandable {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.expandable-smaller {
    max-height: 80px;
}


/** Expandable opis točke u eglas.info */

.nc-text-expandable-eglas {
    max-height: 70px;
}

.nc-text-expandable--after {
    display: none;
    bottom: 0px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.timeline-item .nc-text-expandable--after {
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 100%);
}

.nc-text-expandable>.nc-text-expandable--after {
    display: block
}

.nc-text-expandable--after>a {
    display: block;
    max-width: 100px;
    text-align: center;
    text-decoration: none;
    font-size: .8em;
    margin: auto;
    margin-top: auto;
    margin-top: 14px;
    padding: 1px 2px;
    border: solid 1px #ccc;
    color: gray;
    background-color: #fff;
    pointer-events: initial;
}

.nc-text-expanded {
    max-height: inherit;
}

.nc-text-expanded .nc-text-expandable--after {
    visibility: hidden
}


/* wysiwyg */

.wysiwyg {
    overflow: scroll;
    max-height: 300px
}


/* Organisations */

.organisations-content>div {
    display: flex;
    flex-wrap: wrap;
}

.organisations-content>div div.box.box-widget,
.organisations-content>div div.children {
    flex-basis: 100%;
    order: 1;
}

.organisations-content>div div.box.box-widget.inactive,
.organisations-content>div div.box.box-widget.inactive+div.children {
    order: 2;
}

.organisations-content>div div.box.box-widget.inactive .info-box-text,
.organisations-content>div div.box.box-widget.inactive+div.children div.box.box-widget .info-box-text {
    opacity: .5;
    background-attachment: #eee;
}

.organisations-content>div div.box.box-widget.inactive .workplace-row,
.organisations-content>div div.box.box-widget.inactive+div.children div.box.box-widget .workplace-row {
    display: none;
}

.organisations-content>div div.box.box-widget.inactive>.organisationcontrol {
    z-index: 9;
}

.organisations-content>div div.box.box-widget.inactive+div .organisationcontrol i {
    color: #eee;
}

.ojwrap {
    position: relative;
}

.ojwrap .ojloader {
    visibility: hidden;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    text-align: center;
    z-index: 10;
    color: #000
}

.ojwrap .ojloader>i {
    margin-top: 12px
}

.ojwrap.loading {
    opacity: .75;
    pointer-events: none;
    position: relative
}

.ojwrap.loading .ojloader {
    visibility: visible;
}


/* Workplace actions */

.workplace-col {
    position: relative;
}

.workplace-col .workplace_actions {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 10px;
    background: #f6f6f6;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.workplace-col .workplace_actions .active .fa-times {
    color: red;
}

.workplace-col:hover .workplace_actions {
    visibility: visible;
    opacity: 1;
}


/* iCheck - manual name - Create workplace */

.icheckmanualname-container .icheckbox_square-blue.checked {
    background-position: -29px 0;
}

.icheckmanualname-container .icheckbox_square-blue.hover {
    background-position: -14px 0;
}

.icheckmanualname-container .icheckbox_square-blue.disabled {
    background-position: -44px 0;
}

.icheckmanualname-container .icheckbox_square-blue {
    width: 15px;
    height: 15px;
    background-size: auto 15px;
}


/* content placeholder */

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.animated-background-dark {
    background: linear-gradient(to right, #dadfe7 8%, #bbc0ca 18%, #dadfe7 33%);
    background-size: 800px 104px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.animated-background-light {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.background-masker {
    background: #fff;
    position: absolute;
}


/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}


/* nav tabs */

.nav-tabs-bordered {
    border: solid 1px #eee
}

.nav-tabs-custom.collapsed-box {
    overflow: hidden;
}

.nav-tabs-custom .box-tools {
    margin: 6px;
}

.nav-tabs-custom.collapsed-box>.nav-tabs {
    border-bottom-color: transparent
}

.nav-tabs-custom.collapsed-box>.nav-tabs>li.active {
    border-top-color: #bcd7e7;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}

.nav-tabs-custom.collapsed-box>.nav-tabs>li.active>a {
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}


/* documentviwer */

.documentviewer>div.docviewerdiv {
    min-height: 250px;
    position: relative;
}

.documentviewer .overlay,
.tresponseviewer .overlay,
.daresponseviewer .overlay {
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: wait
}

.documentviewer .overlay>i,
.tresponseviewer .overlay>i,
.daresponseviewer .overlay>i {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 2em;
}


/*tresponseviewer*/

.tresponseviewer,
.daresponseviewer {
    position: relative;
    min-height: 100px;
    background: #fff
}

.tresponseviewer .overlay,
.daresponseviewer .overlay {
    background-color: rgba(242, 242, 242, .5);
}

.tresponse-tools,
.daresponse-tools {
    background: #fff;
    padding: 5px;
    padding-bottom: 0;
    margin-bottom: 10px
}

.tresponse-tools label
.daresponse-tools label {
    font-weight: normal;
}

.border-left{
    border-left:solid 1px #eee;
}
.border-2{
    border-width: 2px !important;
}
.ps-1{padding-left: .25rem !important;}
.ms-1{margin-left: .25rem !important;}
.ps-2{padding-left: .5rem !important;}
.ms-2{margin-left: .5rem !important;}
.ps-3{padding-left: 1rem !important;}
.ms-3{margin-left: 1rem !important;}

.direct-chat-text-full>p:last-child{
    margin-bottom: 0;
}
.direct-chat-img-sm{
    width: 20px;
    height: 20px;
}
.direct-chat-text-full {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative;
padding: 5px 10px;
background: #d2d6de;
border: 1px solid #d2d6de;
margin: 10px 0 0 0;
color: #000;
}
.direct-chat-text-full-primary{
background-color: #ffee90;
border-color:#ffee90;
color:#000
}

.direct-chat-isprivate{
    background-color: #ffd1d1;
    border-color:#ffd1d1;
}
.direct-chat-text-full-primary a{
    color:#fff;
    text-decoration: underline;
}
 .direct-chat-text-full::before {
    border: solid transparent;
    border-top-width: 6px;
    border-right-width: 6px;
    border-right-color: transparent;
    border-bottom-width: 6px;
    border-left-width: 6px;
    border-bottom-color: #d2d6de;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    left: 4px;
    top: -12px;
    width: 0;
  }
  .direct-chat-text-full-primary::before{
    border-bottom-color: #ffee90;
  }
  .direct-chat-isprivate::before{
    border-bottom-color: #ffd1d1;
  }
/* tresponse table */

.tresponse1 {
    background: #f9f9f9
}

.tresponse1-0,.tresponse1-1 {
    width: 40px;
    text-align: center;
}

.tresponse1-1>div>a {
    display: block;
    width: 100%;
    color: gray;
}


/* Table edit i delete */

table .fa-edit,
table .fa-trash-o,
table .fa-filter {
    padding: 0;
}


/* Dashboard - Calendar */

#calendar .fc-past .fc-day-number,
#calendar .fc-today .fc-day-number,
#calendar .fc-agendaWeek-view .fc-day-header a,
#calendar .fc-listMonth-view .fc-widget-header a {
    color: #333;
    cursor: default;
}

#calendar .fc-past .fc-day-number:hover,
#calendar .fc-today .fc-day-number:hover,
#calendar .fc-agendaWeek-view .fc-day-header a:hover,
#calendar .fc-listMonth-view .fc-widget-header a:hover {
    text-decoration: none;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 1 !important;
}


/* Filebrowser */

.documentbrowser {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.documentbrowser a {
    color: #000
}

.documentbrowser-explorer>div {
    padding: 10px;
    padding-left: 0;
}

.documentbrowser-nav {
    padding-right: 0
}

.documentbrowser-nav>div {
    background-color: #e7ebf0;
    /*border-right:solid 1px #c5c9cd;
  border-bottom:solid 1px #c5c9cd;*/
    padding-left: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.documentbrowser-nav--title {
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 5px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #707d8b
}

.documentbrowser-nav--title:first-child {
    margin-top: 0
}

.documentbrowser-nav--dir a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.documentbrowser-nav--dir a.selected {
    font-weight: 500;
}

.documentbrowser-explorer-nav {
    background: #e7ebf0;
    color: #707d8b;
    padding: 2px 5px;
    font-weight: 500;
    font-size: .9em;
    letter-spacing: .5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.documentbrowser-explorer-back {
    margin-right: 10px
}

.documentbrowser-explorer-nav a {
    color: #707d8b;
}

.documentbrowser-explorer-nav a:hover {
    color: #000
}

a.addtobriefcaselink {
    color: #eee;
    position: relative;
}

a.addtobriefcaselink .loader {
    position: absolute;
    top: 0;
    left: 0;
    color: black;
}

a.addtobriefcaselink:hover {
    color: #62b976;
}

a.addtobriefcaselink.added {
    color: #62b976;
}

a.addtobriefcaselink.added:hover {
    color: red;
}

.doclocationinfo {
    border-left: solid 2px #eee;
    margin-left: 3px;
}

.doclocationinfo.prop {
    margin-top: 5px;
}

.doclocationinfo a {
    color: gray;
}

.doclocationinfo a:hover {
    color: inherit;
}

.doclocationinfo ul {
    padding-left: 15px
}


/* notifications */

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 400px
}

.navbar-nav>.notifications-menu ul#snotificationinner .fa.img-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
    width: 32px;
    height: 32px
}

ul#snotificationinner li.unread {
    background-color: #edf7ff
}

.voteChart {
    max-width: 200px;
}

.voteChart .votes {
    padding: 2px 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.search_agenda_description p {
    margin: 0;
}

.eglas_open_agenda {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    background: #fff;
}

.eglas_agenda:hover .eglas_open_agenda {
    display: block;
}

a.no-link,
a.no-link:hover {
    color: #333;
    text-decoration: none;
}

.btn-delete {
    text-decoration: underline;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    white-space: normal;
    padding-right: 65px;
}

input.disableToggle {
    background: #eee !important;
    border: 1px solid #ddd !important;
    color: #777 !important;
}

#generate_report img {
    max-width: 100%;
}


/** Audio */

.track_container {
    opacity: .3;
    pointer-events: none;
}

.title {
    margin-left: 5px;
    font-weight: 600;
}

.track_container .player {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 5px;
    border-radius: 5px;
}

.progress-time-container {
    display: flex;
    flex-wrap: nowrap;
}

.time {
    display: inline-block;
    line-height: 30px;
    flex: 1;
    max-width: 100px;
    text-align: center;
    margin-left: 10px;
}

.controllers {
    position: absolute;
    top: 0;
    left: 10px;
    height: 30px;
    color: #3c8dbc;
}

.controllers .btn {
    padding: 2px 8px 0 10px;
}

.controllers .btn:hover {
    color: #0a73b0;
}

.controllers .pauseBtn {
    display: none;
}

.progress_container {
    flex: 5;
    height: 30px;
    position: relative;
    margin-left: 30px;
    background: transparent;
    cursor: pointer;
}

.background_bar {
    height: 6px;
    position: absolute;
    top: 12px;
    left: 0;
    background: rgba(183, 197, 205, .66);
    width: 100%;
    z-index: 9;
}

.progress_bar {
    height: 6px;
    background: #3c8dbc;
    width: 0;
    position: absolute;
    top: 12px;
    z-index: 99;
}

.mouse_position {
    position: absolute;
    top: -55px;
    display: none;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.mouse_position::after {
    content: "";
    position: absolute;
    border-width: 7px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #000;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.volume-container {
    display: flex;
    flex-wrap: nowrap;
}

.volume-icon {
    line-height: 30px;
    flex: 1;
    max-width: 30px;
}

.volume-icon.volume-on {
    display: block;
}

.volume-icon.volume-off {
    display: none;
}

.volume-icon.volume-off .fa-times {
    font-size: 0.8em;
}

.volume {
    height: 30px;
    background: transparent;
    position: relative;
    touch-action: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    flex: 1;
}

.barFull {
    display: block;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #3c8dbc;
    border-radius: 20px;
    z-index: 9;
    padding: 2px 0;
}

.barEmpty {
    display: block;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background-color: rgba(183, 197, 205, .66);
    border-radius: 20px;
    cursor: pointer;
    padding: 2px 0;
}

.bar {
    display: block;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background-color: transparent;
    border-radius: 20px;
    cursor: pointer;
    z-index: 999;
}

.sliderBtn {
    height: 15px;
    width: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}

.form-add-audiolabel {
    display: none;
}

#audiofiles.dropzone {
    border: 2px dashed rgba(0, 0, 0, .3);
    border-radius: 3px;
    margin-bottom: 0;
    background: transparent;
}

.audiofiles_upload .dropzone_container {
    border: none;
    border-radius: 3px;
    background: #eee;
    padding: 5px;
    margin-top: 10px;
}

#audiofiles.dropzone .dz-message .fa {
    font-size: 24px;
}

.see_labels_container {
    margin-top: 10px;
    padding-left: 5px;
}

.see_labels_container a {
    color: inherit;
}

.see_labels_container a .fa {
    transition: all 0.3s ease-in-out;
}

.btn-upload-cancel {
    display: none;
}

.table_row.old.input {
    display: none;
}

.table_row .pause_audiolabel {
    display: none;
}

.multipleseek_value {
    height: 6px;
    width: 5px;
    background: red;
    position: absolute;
    top: 12px;
    z-index: 99999;
    transition: all 0.1s ease-in-out;
}

.multipleseek_value:hover {
    border: 1px solid #000;
    height: 7px;
    width: 6px;
}

input.audio_time.duplicate,
td.time.duplicate {
    animation-name: blink;
    animation-duration: 0.5s;
    animation-timing-function: step-end;
    animation-iteration-count: 3;
    animation-direction: alternate;
    transition: all 0.2s ease-in-out;
    background-color: #faffbd;
}

@keyframes blink {
    50% {
        background-color: #fff
    }
}

.box-permissions .indexle>tbody>tr>th,
.box-permissions .table>tbody>tr>th a {
    color: #333 !important;
}

#search_form .text-control .toggled {
    background: #eee;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 4px 0px #ccc;
}

.alert a.btn {
    text-decoration: none;
}

.alert.allvoted .text {
    line-height: 26px;
}

.alert-warning-light {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.workplace-col.manager {
    background-color: rgba(204, 229, 255, .3);
    border-color: #b8daff;
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rounded-small {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(191, 191, 191, 1);
    box-shadow: 0px 0px 3px 0px rgba(191, 191, 191, 1);
}


/* tasks */

.sort_tasks span {
    display: inline-block;
    width: 200px;
    min-width: 40px;
}

.sort_tasks span.status,
.sort_tasks span.title {
    width: 120px;
}

.task-card {
    border: solid 0px #ccc;
    background: #fff;
    margin-bottom: 3px;
}

.task-card:hover {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(132, 132, 132);
    -moz-box-shadow: 0px 0px 3px 0px rgb(132, 132, 132);
    box-shadow: 0px 0px 3px 0px rgb(132, 132, 132);
}

.task-card-main {
    min-height: 50px
}

.task-card-left {
    width: 110px;
}

.task-card-left-status {
    margin-top: 6px;
    display: block;
    background: gray;
    text-align: center;
    font-size: .9em;
    line-height: 20px;
    color: #fff;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

a.task-card-left-status:hover {
    color: #fff
}

.task-card-middle {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

.task-card-middle .badge {
    margin-top: 3px
}

.task-card-left-id {
    font-size: .8em;
    color: gray;
    text-align: right;
    line-height: 24px
}

a.task-card-middle-title {
    line-height: 24px;
    font-size: 1.1em;
    color: #000;
    display: block;
}

a.task-card-middle-title:hover {
    color: #007faa
}

.task-card-middle-descr {
    color: #ccc;
    font-size: .9em
}

.task-card-right {
    padding: 5px;
}

.task-card-actions {
    background: #fafafa;
    border-top: 1px solid rgba(153, 153, 153, .2);
    height: 40px;
    vertical-align: middle;
}

.task-card-actions a {
    line-height: 40px;
}

.task-card-actions>div {
    border-right: 1px solid rgba(153, 153, 153, .2);
    min-width: 40px;
    position: relative;
}

.task-card-actions>div>a {
    width: 100%;
    display: block;
    height: 40px;
    text-align: center;
    color: gray;
}

.task-card-actions>div>a:hover {
    background: #efefef
}

.task-card-actions>div>a.quick_edit_assigned {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
    color: #337ab7;
    display: none;
}

.quick_edit_assigned_form {
    width: 300px;
    margin-left: 240px;
    padding: 10px 10px 0px 10px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    position: absolute;
    background: #fff;
    box-shadow: 0 5px 8px 0px #ccc;
    z-index: 99;
}

.quick_edit_assigned_form .model {
    padding-bottom: 5px;
}

.task-card-actions .task-card-actions-action.assigned:hover a.quick_edit_assigned {
    display: block;
}

.task-card-actions-action {
    width: 200px;
    overflow: hidden;
}

.task-card-actions-action>a,
.task-card-actions-action span {
    display: block
}

.task-card-actions-action>a.fxd {
    width: 199px;
}

.task-card-actions-avatar,
.task-card-actions-show {
    float: left;
}

.task-card-actions-avatar {
    display: block;
    padding: 10px;
    padding-right: 0px;
    width: 28px;
    padding-bottom: 0;
}

dd>a>.task-card-actions-avatar,
td .task-card-actions-avatar {
    padding: 0;
}

.task-card-actions-avatar .img-circle {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.task-card-actions-avatar .img-circle i {
    line-height: 22px;
    text-align: center;
}

.task-card-actions-show {
    text-align: left;
    color: #666;
    display: block;
    width: 156px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.task-card-actions-action .task-card-actions-show {
    padding-left: 10px;
}

dd>a>.task-card-actions-show {
    min-width: 156px;
    width: calc( 100% - 50px);
    padding-left: 0
}

.task-card-actions-full {
    padding-left: 10px;
    padding-right: 5px;
    text-align: left;
    color: #666;
    display: block;
    width: 199px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.task-card-actions-action .user-block {
    width: 100%;
    height: auto;
}

.task-card-actions-lbl {
    font-size: .8em;
    color: #b3b3b3;
    text-transform: lowercase;
    height: 16px;
    line-height: 24px;
}

.task-card-actions-content span {
    display: inline
}

.task-card-actions-content {
    font-size: .9em;
    height: 18px;
    line-height: 18px
}

.task-card-middle-title.ticket-title {
    display: inline-block;
    padding-left: 10px;
}

.dropdown.task_options:hover {
    cursor: pointer;
}

.dropdown.task_options li.delete_task {
    padding: 3px 20px;
}

.dropdown.task_options li.delete_task:hover {
    background-color: #e1e3e9;
}

.dropdown.task_options li.delete_task:hover a,
.dropdown.task_options li.delete_task:hover button {
    text-decoration: none;
}

.dropdown.task_options li.delete_task i {
    margin-right: 1rem;
}

.tasks_wrapper {
    display: table;
    width: 100%;
}

.task_row {
    display: table-row;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 2px;
}

.task_row>div {
    display: table-cell;
    vertical-align: top;
    padding: 8px 15px;
    padding-right: 5px;
    border-bottom: 1px solid #eee;
}

.task_row .task-card-actions-avatar {
    padding: 0;
}

.task_row>div.task_status span {
    padding: 2px 4px;
    color: #fff;
    min-width: 40px;
    display: block;
    text-align: center;
}

.task_row>div.task_creator,
.task_row>div.task_assigned_to {
    text-align: center;
}

.tasks-table-header {
    display: table-row;
}

.tasks-table-header>div {
    display: table-cell;
    padding: 8px 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #007faa;
}

.task_row .dropdown-menu {
    right: 0;
    left: auto;
}

.task_row .task_options>a {
    padding-left: 6px;
    padding-right: 6px;
}

.task_row>div.task_id {
    width: 75px
}

.task_row>div.task_status {
    width: 90px
}

.task_row>div.task_creator,
.task_row>div.task_assigned_to {
    width: 210px
}

.task_row>div.task_start,
.task_row>div.task_due {
    width: 136px
}

.task_row>div.task_options {
    width: 40px
}

.filter_tasks .toggle_sidebar {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: -2px;
}

.tasks {
    display: flex;
    flex-wrap: nowrap;
}

.tasks .tasks_filter {
    flex: 0 auto;
    margin-right: 10px;
}

.tasks .tasks_table {
    flex: 0 auto;
    width: 85%;
}

.tasks.toggle-filter .tasks_table {
    flex: 0 100%;
    max-width: 100%;
}

.tasks.toggle-filter .tasks_filter .btn:focus,
.tasks.toggle-filter .tasks_filter .btn:hover {
    color: #007faa;
}

.tasks .tasks_filter .filter-list {
    width: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1
}

.tasks.toggle-filter .tasks_filter .filter-list {
    width: 0;
    opacity: 0;
}

.tasks .tasks_filter .filter-list a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.model_info {
    display: flex;
}

.model_info>div {
    flex: 1 auto;
    padding: 6px 14px;
    border: 1px solid #eee;
    border-right: none;
    min-width: 150px;
    max-width: 300px;
}

.model_info>div:last-of-type {
    border-right: 1px solid #eee;
}

.model_description .info_label,
.model_info .info_label {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.model_description {
    padding: 6px 29px;
}

.model_info .value {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.model_info .value a {
    color: #000;
}

.model_info .value .task-card-actions-avatar {
    padding: 0;
    text-align: center
}

.model_info .value .task-card-actions-show {
    padding-left: 0
}

table.timeentry_table tfoot .pagination {
    margin: 0
}


/** Rules */

.rules_criteria,
.rules_actions {
    color: #777
}

.rules_criteria span,
.rules_criteria strong,
.rules_actions span,
.rules_actions strong {
    color: #000
}

#slider_green .slider-selection {
    background: #00a65a
}


/* ivoting */

.ivotingresults .ivotingresults-button .user-block .img-circle>span {
    visibility: hidden;
    opacity: 0;
    background: green;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22px
}

.ivotingresults .ivotingresults-button.is-primary .user-block .img-circle>span {
    visibility: visible;
    opacity: 1
}

.ivotingresults.is-anon .participants-box {
    display: none
}

.ivotingresults .participants-box-unvoted .btn-cancelvote {
    display: none
}

.todo-list>li {
    position: relative
}

.todo-list>li a.text {
    color: #000
}

.todo-list>li a.text .text-descr {
    font-weight: 400;
    display: block
}

.todo-list>li.done a.text {
    color: #999
}

.todo-list>li .label {
    display: inline-block
}

.todo-list>li.highlight {
    background-color: #deffde;
    border-left: solid 2px #05a600
}

.todo-list>li.highlight a.text,
.todo-list>li.highlight .text {
    color: #025e02
}

.todo-list>li:hover .tools {
    position: absolute;
    top: 9px;
    right: 9px;
}

.helptop {
    /* dodaj po potrebi */
}

.content-header>.breadcrumb>li:nth-child(2):before {
    content: "| "
}

.helpcard input[type='checkbox'] {
    display: none;
}

.helpcard .wrap-collabsible {
    margin: 1.2rem 0;
}

.helpcard .lbl-toggle {
    display: block;
    font-weight: bold;
    font-size: inherit;
    text-align: left;
    padding: 1rem;
    color: #007faa;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
}

.helpcard .lbl-toggle:hover {
    color: #0eaadf;
}

.helpcard .lbl-toggle::after {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 8px;
    transform: translateY(-2px);
    transition: transform .2s ease-out;
}

.helpcard .toggle:checked+.lbl-toggle::after {
    transform: rotate(90deg) translateX(-3px);
}

.helpcard .collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.helpcard .toggle:checked+.lbl-toggle+.collapsible-content {
    max-height: 350px;
    overflow-y: auto;
}

.helpcard .toggle:checked+.lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.helpcard .collapsible-content .content-inner {
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    /*rgba(0, 105, 255, .45);*/
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
}

.helpcard .collapsible-content p {
    margin-bottom: 0;
}

.message-container {
    border: 1px solid #d2d6de;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    background: #fff;
}

.message-container .nc-text-expandable {
    max-height: 100px;
}

.message-container .nc-text-expanded {
    max-height: inherit;
}

.message-header {
    padding: 10px;
    border-bottom: 1px solid #d2d6de;
}

.message-body {
    padding: 10px;
}

.show-participants {
    display: block !important;
}

.open {
    display: block !important;
}

.meeting-manager-btns .btn-group.open {
    display: inline-block !important;
}

.decision-field,
.conclusion-field,
.information-field{
    margin-bottom: 20px;
}

.help-input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
}

.help-input-group .panel{
    margin-bottom: 0px;
}

.help-input-group .select2-container,
.help-input-group .select2,
.help-input-group .form-control{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
}

.master-outer-div-header h1 {
  margin: 0px;
  font-size: 24px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 450px) {
  .master-outer-div-header span {
    display:none;
  }
}

/* Flexbox */

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.justify-content-start {
  justify-content: start !important;
}

.justify-content-end {
  justify-content: end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.netcom-horizontal-separator {
  display: inline-block;
  height: 1px;
  background-color: #eee;
  margin-left: 20px;
}