html, body {
    height: 100%;
}

.tooltip {
    pointer-events: none;
}

body {
    background: radial-gradient(black 15%, transparent 16%) 0 0,
    radial-gradient(black 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-size: 16px 16px;
}

* {
    scrollbar-width: thin;

}


body, h1, h2, h3, h4, h5, h6 {

    font-family: "Roboto", sans-serif !important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;

}

.badge-addition-one {
    background-color: #d31572ad;
}

.badge-addition-two {
    background-color: #d3370361;
}

.badge-prov-dash {
    background-color: #357bcf;
}

.badge-prov-law {
    background-color: #4c8d47;
}

.badge-prov-docs {
    background-color: #93435a;
}
.badge-prov-fin {
    background-color: #df7f5a;
}
.badge-prov-hr {
    background-color: #726fa4;
}
.badge-prov-goods{
    background-color: #d3370361;
}

.cloud-class{
    height: 100vh;
    width: 100%;
    display: block;
    opacity: 1;
    position: absolute;
    background: white;
    z-index: 999;
    overflow: hidden;
}

.page-header .navbar {
    border: none !important;
}

.advance-filter-block {
    padding: 10px;
    border: 1px solid lightgrey;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

/*Cistom design of tables*/

table.dataTable tbody td {
    padding: 10px 5px !important;
}

table.dataTable thead td {
    padding: 0px 5px !important;
}

table.dataTable thead th {
    text-align: center !important;
    padding: 8px 14px 8px 2px !important;
    font-size: 12px;
}

table.dataTable tfoot td {
    padding: 5px 5px 5px 20px !important;
}

table.dataTable thead td input {
    height: 28px !important;
}

table thead tr:nth-child(2) {
    background: #fffaf4 !important;
}

tfoot {
    border-top: 2px solid #0c0c0c4d;
    background: white;
    font-weight: 600;
    font-size: 13px;
}

div.dataTables_length select {
    border: 1px solid #ddd;
}

.prov-info-box {
    border: 1px solid #b79520;
    background: #988b660d;
}

.prov-info-gray-transparent {
    text-align: center;
    border-bottom: 2px solid #eeeeee82;
    background: transparent;
}

.prov-info-gray-transparent:hover{
    background: #447cb836;
}

.prov-clear-box {
    border: none;
    background: white
}

.prov-col-5 {
    width: 5% !important;
}

.prov-col-10 {
    width: 10% !important;
}

.prov-col-20 {
    width: 20% !important;
}

.prov-col-30 {
    width: 30% !important;
}

.container-fluid {
    overflow: hidden;
}

button .close {
    margin-top: 5px;
}

.select2-dropdown {
    background-color: white;
    margin-left: -1px;
    border-color: #c2cad8;
}

.page-header .navbar-fixed-top {
    background: transparent;
}

.input-error-message {
    font-size: 10px !important;
    margin-top: 2px !important;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #4c8d47 !important;
}

tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #a6a6a61f !important;
}

.prov-input-block {
    height: 65px;
}

.sorting {
    background: url('/content/sort_both.png') !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}

.validator-item {
    padding: 5px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.23);
}

.resp-container {
    position: relative !important;
    overflow: hidden !important;
    padding-top: 56.25% !important;
}

.resp-iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.document-header {
    background: #252f39;
    border-color: #3d3d3d !important;
}

.title-document {
    font-size: 15px;
    color: white !important;
    font-weight: normal;
    margin: 15px 0;
}

.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

.w-15 {
    width: 15%;
}

.sorting_desc {
    background: url("/content/sort_desc.png") !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}

.sorting_asc {
    background: url("/content/sort_asc.png") !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}

.prov-rotate {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.input-filter {
    text-align: center;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.customer-support-button {
    float: right;
    background: #4c8d47;
    width: 64px;
    padding: 10px;
    border-radius: 10% !important;
    height: 64px;
    cursor: pointer;
}

.change {
    transition-duration: 1s;
    background: #252f39;
    width: 400px;
    height: 200px;
    border-radius: 2% !important;
}

.customer-support-block .chat-icon {
    width: 100%;
    max-width: 50px;
    position: absolute;
    display: block;
    right: 0;

}

.prov-icon {
    width: 100%;
    position: relative;
}

.prov-call-on-action {
    position: relative;
    width: 60%;
    float: left;
    display: none !important;
}

.prov-mark {
    position: relative;
    width: 40%;
    float: left;
    display: block;
    height: 200px;
}

.customer-support-block .prov-robot {

    width: 170%;
    position: relative;
    top: -28px;
    left: -56px;
    display: none !important;
}

.uib-datepicker-popup.dropdown-menu {
    position: relative;
    width: 280px;
}

.prov-label-success {
    background-color: #60ad58;
}

.prov-label-danger {
    background-color: #b95075;
}

.prov-label-info {
    background-color: #447cb8;
}

.prov-label-inprogress {
    background-color: #7509b8;
}

.prov-label-warning {
    background-color: #df7f5a;
}

.prov-label-purple {
    background-color: #7f7dae;
}

.prov-label-yellow {
    background-color: #aea81d;
}

.btn-prov-orange {
    color: #FFF;
    background-color: #df7f5a;
    border-color: #df7f5a;
}

.btn-transparent {
    background: white;
    border: none;
}

.font-prov-orange {
    color: #df7f5a;
}

.action-table-column {
    min-width: 180px !important;
    width: 10% !important;
}

#glavnaknjiga > .mt-checkbox-inline li:nth-child(0) {
    display: none;
}

.btn-prov-orange:hover {
    color: #FFF;
    background-color: #bf6b4f;
    border-color: #bf6b4f;
}

.ui-select-match-text {
    width: 90%;
    overflow: hidden;
}

.btn-success {
    color: #FFF;
    background-color: #60ad58;
    border-color: #60ad58;
}

.font-prov-green {
    color: #60ad58;
}

.btn-prov-green {
    color: #FFF;
    background-color: #60ad58;
    border-color: #60ad58;
}

.btn-prov-green:hover {
    color: #FFF;
    background-color: #457f3f;
    border-color: #457f3f;
}

.btn-prov-blue {
    color: #FFF;
    background-color: #447cb8;
    border-color: #447cb8;
}

.font-prov-blue {
    color: #447cb8;
}

.btn-prov-blue:hover {
    color: #FFF;
    background-color: #305882;
    border-color: #305882;
}

.btn-prov-purple {
    color: #FFF;
    background-color: #7f7dae;
    border-color: #7f7dae;
}

.font-prov-purple {
    color: #7f7dae;
}

.btn-prov-purple:hover {
    color: #FFF;
    background-color: #4e4c69;
    border-color: #4e4c69;
}

.prov-chart {
    max-height: 100px;
    background: white;
}

.font-prov-pink {
    color: #b95075;
}

.btn-prov-pink {
    color: #FFF;
    background-color: #b95075;
    border-color: #b95075;
}

.btn-prov-pink:hover {
    color: #FFF;
    background-color: #863854;
    border-color: #863854;
}

.dataTables_filter {
    visibility: hidden;
}

/*.dataTables_wrapper{*/
/*width: 100%;*/
/*position: relative;*/
/*overflow-x: scroll;*/
/*}*/

.prov-input-required {
    font-size: 12px;
    position: absolute;
}

.button-next {
    font-size: 15px !important;
}

.form-control::-moz-placeholder {
    color: #bec5cf !important;
}

.mobile-dash-type {
    margin-bottom: 15px;
}

.valid-number::placeholder {
    text-align: left;
}

.layout-modal-full {
    height: 100%;
    overflow: scroll;
}

.dataTables_wrapper .dataTables_processing {

    box-shadow: none;
    z-index: 999 !important;
}

.wrapper {
    height: 100%;
}

.column-picker-label {
    width: 300px;
}

.action-button {
    background: transparent;
    border: none;
    padding: 0;

}

.action-button i {
    font-size: 16px;
    margin-right: 5px;
}

.button-spinner {
    width: 40px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    float: none;
    margin: 0 auto;
}

.button-spinner > div {
    background-color: white;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.button-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.button-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.button-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.button-spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #60ad58;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.floatingBarsS {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    margin-left: 14px !important;
}

.floatingBarsS:hover {
    box-shadow: none !important;
}

.feedBack {
    float: right;
}

.prov-feed-title {
    height: 30px;
}

.prov-feed-rating {
    border: none;
    float: left;
}

.prov-feed-rating > input {
    display: none;
}

.prov-feed-rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.prov-feed-rating > .half:before {
    content: "\f089";
    position: absolute;
}

.prov-feed-rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.prov-feed-rating > input:checked ~ label, /* show gold star when clicked */
.prov-feed-rating:not(:checked) > label:hover, /* hover current star */
.prov-feed-rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

.prov-feed-rating > input:checked + label:hover, /* hover current star when changing prov-feed-rating */
.prov-feed-rating > input:checked ~ label:hover,
.prov-feed-rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.prov-feed-rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.blockS {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 2px !important;
    height: 11px !important;

    border-radius: 8px 8px 0 0 !important;
    -webkit-border-radius: 8px 8px 0 0 !important;

    transform: scale(0.4) !important;
    -webkit-transform: scale(0.4) !important;

    animation-name: fadeSpinner !important;
    -webkit-animation-name: fadeSpinner !important;

    animation-duration: 1.5s !important;
    -webkit-animation-duration: 1.5s !important;

    animation-iteration-count: infinite !important;
    -webkit-animation-iteration-count: infinite !important;

    animation-direction: normal !important;
    -webkit-animation-direction: normal !important;

}

.rotateS_1 {
    left: 7px !important;
    top: 21px !important;

    animation-delay: 0.3s !important;
    -webkit-animation-delay: 0.3s !important;

    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;

}

.rotateS_2 {
    left: 12px !important;
    top: 12px !important;
    animation-delay: 0.4s !important;
    -o-animation-delay: 0.4s !important;
    -webkit-animation-delay: 0.4s !important;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;

}

.rotateS_3 {
    left: 22px !important;
    top: 7px !important;
    animation-delay: 0.5s !important;
    -webkit-animation-delay: 0.5s !important;

    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;

}

.rotateS_4 {
    left: 32px !important;
    top: 11px !important;
    animation-delay: 0.6s !important;
    -o-animation-delay: 0.6s !important;
    -webkit-animation-delay: 0.6s !important;

    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;

}

.rotateS_5 {
    left: 36px !important;
    top: 21px !important;

    animation-delay: 1.07s !important;
    -webkit-animation-delay: 1.07s !important;

    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;

}

.rotateS_6 {
    left: 32px !important;
    top: 32px !important;
    animation-delay: 0.8s !important;
    -webkit-animation-delay: 0.8s !important;

    transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;

}

.rotateS_7 {
    top: 36px !important;
    left: 22px !important;

    animation-delay: 0.9s !important;
    -webkit-animation-delay: 0.9s !important;

    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;

}

.rotateS_8 {
    left: 12px !important;
    top: 32px !important;
    animation-delay: 1.0s !important;
    -webkit-animation-delay: 1.0s !important;

    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;

}

@keyframes fadeSpinner {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes fadeSpinner {
    0% {
        background-color: rgb(96, 173, 88);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

.footer-block h2 {
    font-size: 20px !important;
}

.page-content {
    min-height: 578px;
    height: 100% !important;
    width: 100%;
    margin-bottom: 0;
}

.proventum-multitags {
    width: auto;
    margin: 20px 0;
}

.multitag-container {
    border: 2px solid #c2cad8;
    border-radius: 3px !important;
    padding: 5px;
    width: auto;
    margin: 26px;
}

.multitag-container:focus {
    border-color: #447cb8;
}

.multitag-container a {
    margin-right: 10px;
}

.multitag-container input {
    border: none;
}

.multitag-select {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 300px;
    z-index: 9999;
    background: white;
}

.multitag-select ul {
    margin: 0;
    list-style: none;
    border: 1px solid #b9b9b9;
    padding: 0;
}

.multitag-select ul li {
    padding: 5px;

}

.multitag-select-focus {
    background: #447cb8 !important;
    color: white;
}

.multitag-select ul li:nth-child(odd) {
    background: #f6f6f6;
}

.multitag-select ul li:nth-child(even) {
    background: white;
}

.paginate_button {
    margin-right: 5px;
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
    border: 1px solid #e1e2e5;
}

.paginate_button:hover {
    background: #babbbe;
    text-decoration: none;
    color: #777;
}

.user-button {
    padding: 1px 5px;
    border: none;
    background: #f4f4f44d;
    top: 8px;
    position: relative;
}

.user-avatar {
    height: 35px;
    padding: 3px;
}

.form-rememeber-me {

    height: auto;
    margin-top: 12px;
}

.start-preloader {
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    z-index: 9999;
}

.button-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    float: right;
    position: relative;
    margin-left: 20px;
}

.button-loader-lg {
    border: 20px solid #f3f3f3;
    border-top: 20px solid #3498db;
    border-radius: 50% !important;
    width: 150px;
    height: 150px;
    animation: spin 2s linear infinite;
    position: relative;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

td {
    border: 1px solid #ddd6 !important;
}

.drop-box {
    background: #60ad5800;
    border: 5px dashed #dce1e8;
    width: 100%;
    text-align: center;
    padding: 181px 10px;
    color: black;
    margin-bottom: 25px;
}

.container-fluid {
    height: 100% !important;
}

table .even {
    background: #e7ecf14d;
}

.reportrange {
    width: 100%;
    height: 28px;
    padding-top: 3px;
}

.ag-blue {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    color: #6D84A6 !important;
}

.ag-blue .ag-header {
    background-color: #2C88D2 !important;
    border-bottom: 0px !important;
}

.ag-blue .ag-body .ag-row-odd {
    background-color: #E9F3FA !important;
}

.ag-blue .ag-cell-no-focus {
    border-right: 1px solid #D4E7F6 !important;
    border-bottom: 0px !important;
}

.ag-blue .ag-cell-focus {
    border: 2px solid #2C88D2 !important;
    color: #2b3b55 !important;
    font-weight: 600 !important;
}

.ag-blue .ag-body .ag-row-selected {
    background-color: #BFDBF1 !important;
    color: #2b3b55 !important;
    font-weight: 600 !important;
}

.ag-blue .ag-header-cell {
    border-right: 1px solid #6BABDF !important;
}

.tag-margin {
    margin-right: 5px;
}

.page-bar .page-breadcrumb > li > a, .page-bar .page-breadcrumb > li > span {
    color: #7f93af;
    font-size: 13px;
    text-shadow: none;
    padding-right: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

ul.tabMain {
    width: 100%;
    clear: both;
    text-align: left;
    border: none !important;
    margin-bottom: 0px;
}

.tabMain li {
    outline: 0 !important;
}

.tabMain li.active {
    border-bottom: 4px solid #3598DC;
}

.tabMain > li > a {
    padding: 12px 13px 13px;
}

.scroller {
    overflow-y: scroll !important;
}

.note {
    margin-top: 20px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent !important;
}

::-webkit-scrollbar-thumb {
    background: #252f39;
}

.tabMain > li:hover {
    border-bottom: 4px solid #3598DC;
}

.dashboard_menu li {
    display: block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    width: 140px;
    height: 160px;
    background: #DEE5EA;
}

.dashboard_menu li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #2b3b55;
    text-align: center;
    padding: 20px 10px 10px 10px;
    transition: all .2s ease-in-out;
    text-decoration: none;

}

.page-header .nav-collapse .navbar-nav > li > a::after {
    color: transparent !important;
}

.dashboard_menu li a div {
    padding: 12px;
    border-radius: 36px !important;
    width: 77px;
    height: 77px;
    margin: 0 auto;
    padding-top: 21px;
    margin-bottom: 17px;
}

a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #615B5D;
}

a:link {
    text-decoration: none;
}

.page-header .navbar-collapse .navbar-nav > li:first-child:hover {
    background: #4272ab;
}

.label-yellow{
    background: #bbbb0f;
}

.page-prefooter {
    padding: 30px;
}

li > .prove-menu-dash-active {
    background: #4272ab !important;
}

.page-header .navbar .navbar-nav > li > a {
    color: white;
    font-size: 18px !important;
    padding: 20px 17px 15px 17px !important;
}

.ui-select-search {
    width: 100% !important;
}

.ui-select-placeholder {
    color: #bec5cf !important;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.action-button {
    margin-right: 2%;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.column-checkbox {
    width: auto;
    float: left;
    margin-right: 30px;
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #0f200b !important;
    font-weight: normal;
    display: block;
}

.tinymce-inactive {
    opacity: 0.5;
}

.btn-danger {
    background-color: #B95075;
    border-color: #B95075;
}

.brn-info {
    background-color: #DF7F5A;
}

.menu-dashboard {
    background: transparent !important;
}

.menu-pravni-sektor {
    background: transparent !important;
}

.menu-finansije {
    background: transparent !important;
}

.menu-dokumentacija {
    background: transparent !important;
}

.menu-ljudski-resursi {
    background: transparent !important;
}

.menu-robno-materijalno {
    background: transparent !important;
}

.menu-dashboard:hover {
    background: transparent ;
}

.menu-pravni-sektor:hover {
    background: #4c8d47 ;
}

.menu-finansije:hover {
    background: #b2634a ;
}

.menu-dokumentacija:hover {
    background: #93435a ;
}

.menu-ljudski-resursi:hover {
    background: #7F7DAE ;
}

.menu-robno-materijalno:hover {
    background: #346461 ;
}

.select2-results__option {
    font-size: 12px !important;
    padding: 4px !important;
}

.select2-results__option:hover {
    background: lightgrey !important;
}

.select2-container--open .select2-dropdown {

    left: 1px !important;
    border-color: #c2cad8 !important;

}

.avatar-preview{
    border-radius: 100% !important;
    background: #612c990f;
    border: 1px solid #aaa8a8;
    margin: 0  auto;
    padding: 5px;
}

/*.select2-container, .select2-drop, .select2-search, .select2-search input {*/
/*padding: 0;*/
/*border: none;*/
/*}*/

/*.select2-container .select2-choice {*/
/*height: 35px !important;*/
/*background-image: none !important;*/
/*border: 1px solid #c2cad8 !important;*/
/*line-height: 33px !important;*/
/*font-weight: 600;*/
/*font-size: 14px;*/
/*}*/

/*.select2-drop {*/
/*color: #6d84bd !important;*/
/*font-weight: 600 !important;*/
/*}*/

/*.select2-chosen {*/
/*color: #6d84a6 !important;*/
/*}*/

/*.select2-results .select2-highlighted {*/

/*background: #3c8eca !important;*/
/*}*/

/*.select2-default {*/
/*color: #99999980 !important;*/
/*font-weight: 100 !important;*/
/*}*/

.dataTables_wrapper .dataTables_processing {

    top: 37px !important;
    height: 100% !important;
    margin-top: -25px !important;
    font-size: 2em !important;
    color: #2c3e50 !important;

}

.select2-container .select2-selection--single {
    height: 30px !important;
}

.custom-portlet {
    border: none;
    margin: 0 !important;
    padding: 0;
}

.custom-portlet .portlet-title {
    border: none !important;
    margin-bottom: 0 !important;
}

.profile-sidebar {
    float: left;
    width: 300px;
    margin-right: 20px
}

.profile-content {
    overflow: hidden
}

.profile-sidebar-portlet {
    padding: 30px 0 0 !important
}

.summary-right {
    padding-right: 0 !important;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px
}

.user-edit-group > tbody > tr > td {
    text-align: center;
    margin-top: 20px;
    height: 10px;
    text-align: left;
    font-size: 12px;
    border: 0 !important;
}

.user-edit-group tr:nth-child(even) {
    background-color: #fff;
}

.user-edit-group .font-red-intense {
    color: #e7505a !important;
}

.user-edit-group .font-yellow-casablanca {
    color: #F2784B !important;
}

.user-edit-group {
    text-align: left;
}

.profile-edit-desc-title {
    color: #7f90a4;
    font-size: 12px;
    font-weight: 600;
}

.no-border {
    border: 0 !important;
}

.profile-userstatus {
    font-size: 11px;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    padding: 2px 4px;
    border-radius: 2px !important;

}

.sweet-alert {
    box-shadow: 1px 1px 4px #0006;
    background-color: #fafafa !important;
}

.profile-usertitle-name {
    color: black;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    padding: 3px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px
}

.profile-userbuttons .btn {
    margin-right: 5px
}

.profile-userbuttons .btn:last-child {
    margin-right: 0
}

.profile-userbuttons button {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px
}

.profile-usermenu {
    margin-top: 30px;
    padding-bottom: 20px
}

.invoice-mail-body {
    padding: 15px;
}

.invoice-email-tynemce {
    border: 1px solid #c2cad8;
    margin-top: 25px;
}

.email-loading {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    text-align: center;
    width: 39px !important;
    float: left !important;
    margin-left: 0 !important;
}

.email-send-info {
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7
}

.profile-usermenu ul li:last-child {
    border-bottom: none
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 16px;
    font-weight: 400
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 16px
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px
}

.profile-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7
}

.profile-stat-title {
    color: #7f90a4;
    font-size: 25px;
    text-align: center
}

.profile-stat-text {
    color: #5b9bd1;
    font-size: 11px;
    font-weight: 800;
    text-align: center
}

.profile-desc-title {
    color: #7f90a4;
    font-size: 17px;
    font-weight: 600
}

.profile-desc-text {
    color: #7e8c9e;
    font-size: 14px
}

.profile-desc-link i {
    width: 22px;
    font-size: 19px;
    color: #abb6c4;
    margin-right: 5px
}

.profile-desc-link a {
    font-size: 14px;
    font-weight: 600;
    color: #5b9bd1
}

@media (max-width: 991px) {
    .profile-sidebar {
        float: none;
        width: 100% !important;
        margin: 0
    }

    .profile-sidebar > .portlet {
        margin-bottom: 20px
    }

    .profile-content {
        overflow: visible
    }
}

/*Custom wizzard css*/

.steps-indicator {
    /* ---- steps quantity ---- */
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px 0 0 0;
    height: 70px;
    list-style: none;
}

.steps-indicator:before {
    background-color: #e6e6e6;
    content: '';
    position: absolute;
    height: 1px;
}

.steps-indicator.steps-2:before {
    left: calc(100% / 2 / 2);
    right: calc(100% / 2 / 2);
}

.steps-indicator.steps-4:before {
    left: calc(100% / 4 / 2);
    right: calc(100% / 4 / 2);
}

.steps-indicator.steps-5:before {
    left: calc(100% / 5 / 2);
    right: calc(100% / 5 / 2);
}

.steps-indicator.steps-6:before {
    left: calc(100% / 6 / 2);
    right: calc(100% / 6 / 2);
}

.steps-indicator.steps-7:before {
    left: calc(100% / 7 / 2);
    right: calc(100% / 7 / 2);
}

.steps-indicator.steps-8:before {
    left: calc(100% / 8 / 2);
    right: calc(100% / 8 / 2);
}

.steps-indicator.steps-9:before {
    left: calc(100% / 9 / 2);
    right: calc(100% / 9 / 2);
}

.steps-indicator.steps-10:before {
    left: calc(100% / 10 / 2);
    right: calc(100% / 10 / 2);
}

.steps-indicator * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.steps-indicator li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    text-align: center;
    line-height: 15px;
}

.steps-indicator li a {
    color: #54657e !important;
    text-decoration: none;
    font-weight: 600;
    transition: 0.25s;
    font-size: 16px;
    cursor: pointer;
}

.steps-indicator li .number {
    background-color: #eee;
    text-align: center !important;
    padding: 11px 15px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.steps-indicator li.current .number {
    background-color: #62c462;
    color: #fff;
}

.steps-indicator li.done .number {
    background-color: #f1c40f;
    color: #fff;
}

.steps-indicator li a:hover {
    color: #4d4d4d;
}

.steps-indicator.steps-2 li {
    width: calc(100% / 2);
}

.steps-indicator.steps-3 li {
    width: calc(100% / 3);
}

.steps-indicator.steps-4 li {
    width: calc(100% / 4);
}

.steps-indicator.steps-5 li {
    width: calc(100% / 5);
}

.steps-indicator.steps-6 li {
    width: calc(100% / 6);
}

.steps-indicator.steps-7 li {
    width: calc(100% / 7);
}

.steps-indicator.steps-8 li {
    width: calc(100% / 8);
}

.steps-indicator.steps-9 li {
    width: calc(100% / 9);
}

.steps-indicator.steps-10 li {
    width: calc(100% / 10);
}

.steps-indicator.steps-11 li {
    width: calc(100% / 11);
}

.steps-indicator li.default {
    pointer-events: none;
}

.steps-indicator li.default a:hover {
    color: #808080;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.steps-indicator li.current,
.steps-indicator li.editing {
    pointer-events: none;
}

.steps-indicator li.current a:before {
    background-color: #808080;
}

.steps-indicator li.done a:before {
    background-color: #339933;
}

.steps-indicator li.editing a:before {
    background-color: #ff0000;
}

.steps-indicator::before {

    display: none;
}

.steps-indicator li a::before {
    display: none;
}

.steps {
    margin-top: 40px;
}

.single-document-preview {
    height: 100vh;
    /*min-height: 1000px;*/
    /*min-height: 480px;*/
}

.details-file-preview {
    background: #f8f8f8;
    height: auto;
    /*min-height: 1000px;*/
    min-height: 480px;
    border: 1px solid #e7ecf1;
}

.directive-spinner-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.preview-document-item {
    width: 45%;
    padding: 5px;
    float: left;
}

.file-preview-directive {
    height: 100vh;
    width: 100%;
    border: 10px solid #3d3d3d;
}

.loading {
    text-align: center;
    width: 70px;
    float: left;
}

.loading-bar {
    display: inline-block;
    width: 10px;
    height: 40px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
    background-color: #3498db;
}

.loading-bar:nth-child(2) {
    background-color: #c0392b;
    animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
    background-color: #f1c40f;
    animation-delay: .18s;
}

.loading-bar:nth-child(4) {
    background-color: #27ae60;
    animation-delay: .27s;
}

@keyframes loading {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1, 2.2);
    }
    40% {
        transform: scale(1);
    }
}

/* Correct - Main spinner preloader animation*/

.main-spinner {
    -moz-animation: main-spinner-rotate 10s infinite linear;
    -webkit-animation: main-spinner-rotate 10s infinite linear;
    animation: main-spinner-rotate 10s infinite linear;
    position: relative;
    display: block;
    margin: 10% auto;
    width: 100%;
    height: 350px;
}

.main-spinner i {
    -moz-animation: main-spinner-rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
    -webkit-animation: main-spinner-rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
    animation: main-spinner-rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    border: solid 6px transparent;
    border-bottom: none;
}

.main-spinner i:nth-child(1) {
    -moz-animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    width: 44px;
    height: 22px;
    margin-top: -22px;
    margin-left: -22px;
    border-color: #2172b8;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}

.main-spinner i:nth-child(2) {
    -moz-animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
    width: 58px;
    height: 29px;
    margin-top: -29px;
    margin-left: -29px;
    border-color: #18a39b;
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
}

.main-spinner i:nth-child(3) {
    -moz-animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
    width: 72px;
    height: 36px;
    margin-top: -36px;
    margin-left: -36px;
    border-color: #82c545;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
}

.main-spinner i:nth-child(4) {
    -moz-animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
    animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
    width: 86px;
    height: 43px;
    margin-top: -43px;
    margin-left: -43px;
    border-color: #f8b739;
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
}

.main-spinner i:nth-child(5) {
    -moz-animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
    animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
    width: 100px;
    height: 50px;
    margin-top: -50px;
    margin-left: -50px;
    border-color: #f06045;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.main-spinner i:nth-child(6) {
    -moz-animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
    animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
    width: 114px;
    height: 57px;
    margin-top: -57px;
    margin-left: -57px;
    border-color: #ed2861;
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
}

.main-spinner i:nth-child(7) {
    -moz-animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
    animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
    width: 128px;
    height: 64px;
    margin-top: -64px;
    margin-left: -64px;
    border-color: #c12680;
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
}

.main-spinner i:nth-child(8) {
    -moz-animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
    -webkit-animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
    animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
    width: 142px;
    height: 71px;
    margin-top: -71px;
    margin-left: -71px;
    border-color: #5d3191;
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
}

@-moz-keyframes main-spinner-rotate {
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes main-spinner-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes main-spinner-rotate {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* END - Main spinner preloader animation*/

.spinner-box {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    padding-top: 50px;
    left: 0;
    top: 0;
    z-index: 999;
    background: white;
    display: block;
}
.spinner-box-relative {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
    background: white;
    display: block;
    margin-left: -17px;
}

.spinner-box-doc {

}

.select2-container {
    width: 100% !important;

}

.select-filters {
    text-align: center;
    min-width: 200px;
}

.spinner-box h2 {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 25px;
    margin-top: 5px;
}

.invoice th {
    border: 1px solid #fff;
    text-align: center;
    height: 38px;
}

.invoice thead tr {
    background-color: #f5f5f5;
    color: #555
}

.invoice-box {
    max-width: 28cm;
    display: block;
    margin: 0 auto;
}

.headerWithSettings h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}

.headerWithSettings {
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

.inputOnlyInvoice {
    border: 0;
    text-align: right;
    background-color: #deb81e1f;
}

.addNewArticleTitle {
    text-align: right;
    font-weight: 600
}

.totalPerArticle {
    position: relative;
    bottom: 0;
    top: 31px;
}

.totalArticleBox {
    position: absolute;
    bottom: 0;
}

.itemArticle {
    height: 34px;
}

.actionArticle {
    position: relative;
    top: 100px
}

.invoiceInventory {
    width: 100%
}

.invoiceInventory thead tr th:first-child {
    border-left: 0;
}

.invoiceInventory thead tr th:last-child {
    border-right: 0;
}

.invoice-statement-filters {
    padding: 20px 0;
}

table.invoiceInventory tr:nth-child(even) {
    background-color: transparent;
}

table.invoiceInventory tr {
    border-bottom: 1px solid #bfcad1;
}

table.invoiceInventory tr {
    border-bottom: 1px solid #bfcad1;
}

.invoiceInventoryArticle {
    text-align: left;
    padding: 0 15px;
}

.invoiceInventoryArticleName {
    display: block;
    color: #333;
}

.invoiceInventoryArticleDesc {
    font-size: 13px;
}

.invoiceTotal {
    height: 100%;
    width: 100%;
    overflow: hidden;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.invoice-header-name {
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 45px;
}

.invoice-header {
    margin-bottom: 20px;
    padding: 20px 30px
}

.selectedPartnerLabel {
    margin: 3px 0 0
}

.selectedPartnerName {
    display: block;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.invoice-details address .ui-select-container {
    margin-top: 5px
}

.invoice-details address .invoiceNoPartnerSelected {
    border: 2px dashed #df7f5a;
    background-color: #df7f5a1a;
    text-align: center;
    margin-top: 7px;
}

.invoiceNoPartnerSelected i {
    font-size: 40px;
    margin-top: 22px;
    margin-bottom: 5px;
    color: #157efb;
}

.invoiceNoPartnerSelected p {
    color: #df7f5a;
}

.selectedPartnerAdress {
    display: block;
    font-size: 13px;
    color: #000;
    margin-bottom: 5px
}

.selectedPartnerContent {
    display: block;
    font-size: 13px
}

.invoicePayMethods .invoicePayMethodsHeader {
    text-transform: uppercase;
    /*border-bottom: 2px solid #26c281;*/
    font-weight: 600;
    font-size: 16px;
}

.invoicePayMethods {
    padding-left: 20px;
    margin-top: 10px;
}

.invoicePayMathodsItem {
    margin-top: 10px;
}

.invoicePayMathodsItem:last-child {
    margin-top: 0px;
}

.invoicePayMethodsTitle {
    font-weight: 600;
}

.headerWithSettings h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}

.headerWithSettings {
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

.inputOnlyInvoice {
    border: 0;
    text-align: right;
    background-color: #deb81e1f;
}

.addNewArticleTitle {
    text-align: right;
    font-weight: 600
}

.totalPerArticle {
    position: relative;
    bottom: 0;
    top: 31px;
}

.totalArticleBox {
    position: absolute;
    bottom: 0;
}

.itemArticle {
    height: 34px;
}

.actionArticle {
    position: relative;
    top: 100px
}

.invoiceInventory {
    width: 100%
}

.invoiceInventory thead tr th:first-child {
    border-left: 0;
}

.invoiceInventory thead tr th:last-child {
    border-right: 0;
}

table.invoiceInventory tr:nth-child(even) {
    background-color: transparent;
}

table.invoiceInventory tr {
    border-bottom: 1px solid #bfcad1;
}

table.invoiceInventory tr {
    border-bottom: 1px solid #bfcad1;
}

.invoiceInventoryArticle {
    text-align: left;
    padding: 0 15px;
}

.invoiceInventoryArticleName {
    display: block;
    color: #333;
}

.invoiceInventoryArticleDesc {
    font-size: 13px;
}

.invoiceTotal {
    height: 100%;
    width: 100%;
    overflow: hidden;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.invoice-header-name {
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 45px;
}

.invoice-header {
    margin-bottom: 20px;
    padding: 20px 30px
}

.selectedPartnerLabel {
    margin: 3px 0 0
}

.selectedPartnerName {
    display: block;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.invoice-details address .ui-select-container {
    margin-top: 5px
}

.invoice-details address .invoiceNoPartnerSelected {
    border: 2px dashed #df7f5a;
    background-color: #df7f5a1a;
    text-align: center;
    margin-top: 7px;
}

.invoiceNoPartnerSelected i {
    font-size: 40px;
    margin-top: 22px;
    margin-bottom: 5px;
    color: #157efb;
}

.invoiceNoPartnerSelected p {
    color: #df7f5a;
}

.selectedPartnerAdress {
    display: block;
    font-size: 13px;
    color: #000;
    margin-bottom: 5px
}

.selectedPartnerContent {
    display: block;
    font-size: 13px
}

.invoicePayMethods .invoicePayMethodsHeader {
    text-transform: uppercase;
    /*border-bottom: 2px solid #26c281;*/
    font-weight: 600;
    font-size: 16px;
}

.invoicePayMethods {
    padding-left: 20px;
    margin-top: 10px;
}

.invoicePayMathodsItem {
    margin-top: 10px;
}

.invoicePayMathodsItem:last-child {
    margin-top: 0px;
}

.invoicePayMethodsTitle {
    font-weight: 600;
}

.invoiceNamelabel, .invoiceStreetLabel {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700
}

.invoice-details {
    padding: 25px 20px
}

.invoice-number {
    padding: 5px;
    margin-bottom: 5px
}

.invoice-number-title {
    color: #000000;
    font-size: 13px;
    display: block
}

.invoice-number-content {
    font-size: 18px
}

.invoice-headre-block-body {
    font-size: 12px;
    font-weight: 500;
    color: #222;
}

.incoice-date-title {
    font-size: 14px;
}

.incoice-number-title {
    font-size: 16px;
}

.incoice-number-text {
    font-size: 16px;
    color: #0A0A0A;
    font-weight: 600;
}

.tag {
    background: #f4f4f4;
    border: 0 solid #D5D5D5;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: left;
    padding: 5px;
    min-height: 30px;
    width: auto;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    position: relative;
}

.tag {
    margin: 3px 0 0 3px !important;
    min-width: 100px;
}

.table.inventory {
    margin-top: 15px;
}

.inventory th.text-center {
    font-size: 12px;
}

.invoice-count {
    margin-top: 20px;
    width: 100%;
}

.invoiceLogo img {
    max-height: 200px;
    width: auto;
    margin-top: 10px;
}

#detailsBody td {
    padding: 5px 15px !important;
}

#detailsBody .invoiceInventoryArticle {
    padding: 5px 0px 5px 40px !important;
}

.gridster-loaded .gridster-item {
    background-color: #ddd
}

.invoice-notice {
    margin-bottom: 15px;
    padding: 10px
}

.invoiceTotal .invoiceAllTotal {
    padding: 7px 0 !important;
    font-size: 17px;
}

.invoice-notice h5 {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 18px;
    color: #26C281;
    font-weight: 600
}

.invoiceTermsAndConditions {
    text-transform: uppercase;
    font-size: 13px;
    color: #555;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.invoiceFooter p {
    font-size: 13px;
}

.invoice-header-block-title {
    display: block;
    font-size: 13px;
}

.invoiceArticleForm .dataTables_length, .invoiceArticleForm .dataTables_filter, .invoiceArticleForm .dataTables_empty, .invoiceArticleForm .dataTables_info, .invoiceArticleForm .dataTables_paginate {
    display: none !important;
}

.invoiceDocument {
    margin-bottom: 50px;
}

.invoiceFooter {
    overflow: hidden;
    width: 100%;
    padding: 20px 30px;
}

.invoice_logo {
    max-width: 180px;
    width: 100%;
}

.no-padding-right {
    padding-right: 0;
}

.mobile-menu {
    display: none;
}

.modalItemList {
    padding: 5px;
    position: relative;
    margin-bottom: 5px;
    border: 1px solid;
    border-radius: 2px;
}

.our-company-data li {
    list-style: none;
}

.modalDeleteButton {
    position: absolute;
    right: 0px;
    top: 4px;
    border: 0;
    background-color: transparent;
}

.modalItemList h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.modalItemSkladiste {
    display: block;
    width: 100%;
    color: #666;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;
}

.modalItemQuantity {
    padding: 2px 5px 2px 3px;
    background-color: #e1e5ec;
    font-size: 12px;
}

.modalItemTotal {
    text-align: right;
    font-weight: 600;
    float: right;
}

.modalTag {
    display: initial;
    margin: 0 !important;
    background-color: rgba(43, 161, 225, .95);
    color: #fff;
    font-size: 10px;
}

.modalItemTag:not(:last-child) {
    margin-top: 5px;
}

.mobile-result {
    display: none;
}

.outgoing-icon img, .preview-icon img {
    margin-top: 18px;
}

.preview-icon img {
    padding-top: 0px;
}

@media (max-width: 420px) {
    .mobile-dash-lg-button {
        font-size: 11px;
    }
}

@media (max-width: 768px) {

    .no-mobile {
        display: none;
    }

    .topbar-actions {
        width: 100%;
        float: none;
    }

    .portlet.light.bordered {
        border: 0 !important;
    }

    .yt-video iframe {
        height: auto !important;
    }

    .dashboard_menu li {
        margin: 0;
    }

    .user-group-button {
        float: right;
    }

    .user-group-button .user-button {
        top: 6px;
        padding: 0 5px;
    }

    .mobile-dash-icon {
        width: 100%;
        text-align: center;
    }

    .mobile-dash-icon .law-modul, .mobile-dash-icon .human-modul, .mobile-dash-icon .fin-modul, .mobile-dash-icon .doc-modul {
        width: 100%;
        float: none;
        max-width: 120px;
        margin-top: 0;
        padding: 0;
    }

    .mobile-dash-type h2 {
        text-align: center;
        font-size: 22px;
    }

    .mobile-dash-type h5 {
        text-align: center;
    }

    .mobile-dash-type a, .mobile-dash-type button {
        font-size: 12px;
    }

    .mobile-dash-fr-button {
        margin-bottom: 15px;
    }

    .dashboard_menu .mobile-dash-title {
        padding-left: 0;
    }

    .page-content {
        padding: 0 !important;
    }

    .dashboard_menu .block {
        width: inherit !important;
        margin-left: 0;
        overflow: hidden;
    }

    .totalPerArticle {
        top: 0;
        margin: 10px 0;
    }

    .actionArticle {
        top: 0;
        margin: 10px 0;
    }

    .actionArticle .btn {
        display: block;
        width: 100%;
    }

    .mobile-wrap {
        margin-bottom: 50px;
    }

    .mobile-menu {
        position: fixed;
        bottom: 0;
        background-color: #fff;
        z-index: 10000;
        width: 100%;
        left: 0;
        height: 50px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .mobile-result {
        display: block
    }
}

/* Inbox mail */
.inbox-form-group .mce-panel {
    border: 0;
    background-color: #fff;
}

.inbox-form-group .mce-toolbar-grp {
    border-bottom: solid 1px #eee
}

.inbox-form-group .mce-btn-group:not(:first-child) {
    border: 0
}

.inbox-form-group .mce-btn {
    background-color: #fff
}

.inbox-body .table > tbody > tr > td {
    border: 0 !important;
    text-align: left
}

.mce-item-table {
    border: 0 !important;
}

.portlet:not(.light) > .portlet-title.doc-switch > .actions > .bootstrap-switch {
    border-color: #bfcad1;
    margin-top: 0;
}

.dataTables_wrapper {
    padding-bottom: 40px !important;
}

/*.select2-container {*/

/*width: 100%;*/
/*background: white;*/
/*border: 1px solid #c2cad8;*/
/*text-align: left;*/

/*}*/

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 4px;
}

.select2-container--open .select2-dropdown--below {
    border-top: none !important;
    margin-top: -5px;

}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    background: white;
    border: 1px solid #c2cad8;
}

.noDocumentsInFolder {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
}

.noDocumentsInFolder img {
    height: 120px;
    margin: 35px auto 0
}

.noDocumentsInFolder button {
    margin: 0 auto
}

.noDocumentsInFolder h3 {
    margin-bottom: 0;
    margin-top: 10px
}

.noDocumentsInFolder p {
    color: #acb5bd;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    margin: 0 0 10px 0
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

@page {
    size: auto;
    margin: 0mm;
}

/* Icon Style Definitions */
.security.icon-app i {
    color: #ffffff;
    font-size: 40px;
}

.security.icon-app {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 5px;
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.role-form .table > tbody > tr > td {
    border: 0 !important;
}

.tableRoleOverview > tbody > tr > td {
    border: 0 !important;
}

.tableRoleOverview > tbody > tr > td:not(:first-child) {
    border: 0 !important;
}

.tableRoleOverview thead tr th {
    font-size: 12px !important;
    font-weight: 600;
}

@media (max-width: 1400px) {
    .login .logo {
        margin-top: 100px
    }
}

@media (max-width: 480px) {
    .login .logo {
        margin-top: 30px;
        padding: 0
    }

    .login .content {
        width: 245px
    }

    .login .content h3 {
        font-size: 22px
    }

    .login .checkbox {
        font-size: 13px
    }
}

/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.3.4
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license Apache-2.0
  */

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
    border-color: #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #337ab7;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
    color: #fff;
    background: #5bc0de;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: #5cb85c;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #f0ad4e;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #fff;
    background: #d9534f;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #000;
    background: #eeeeee;
}

.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    color: #333;
    background: #fff;
}

.bootstrap-switch span::before {
    content: "\200b";
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
    cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.no-border {
    border: none !important;
}

table.no-border * {
    border: none !important;
}

.table thead tr {
    color: #707070;
    font-weight: normal;
}

.table thead tr th {
    color: #707070;
    font-weight: 600;
    font-size: 13px;
}

.table tbody tr td {
    color: #707070;
    font-weight: 400;
    font-size: 12px;
}

.quickViewPartner table {
    margin: 0;
}

.quickViewPartner hr {
    background-image: -o-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -webkit-gradient(linear, left center, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -webkit-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    border: 0 none;
    height: 1px;
    margin: 22px 0;
}

.specialRow {
    background: #e9edef;
}

.closeModal {
    position: absolute;
    height: 30px;
    right: -5px;
    top: -5px;
}

.partnerNote p {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    color: #707070;
    padding: 8px;
}

.partnerNote p.partnerNoteText {
    margin: 0;
    color: #707070;
    font-weight: 400;
    font-size: 12px;
}

.downloadFile {
    margin-left: 20px;
    font-size: 12px
}

.downloadFile i {
    margin-right: 5px
}

.modal-content-box {
    max-height: 450px;
    overflow-x: hidden;
}

.textPreviewModal {
    padding: 0 0 15px 15px;
}

.textPreviewModal pre {
    background: transparent;
    border: 0;
    white-space: pre-wrap;
}

.flex {
    display: flex;
    display: -webkit-flex
}

.flex-js {
    justify-content: center;
    -webkit-justify-content: center
}

.flex-dir-r {
    flex-direction: row;
    -webkit-flex-direction: row
}

.flex-dir-c {
    flex-direction: column;
    -webkit-flex-direction: column
}

.flex-al-c {
    align-items: center;
    -webkit-align-items: center
}

.flex-js-sb {
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.flex-grow-4 {
    flex-grow: 4
}

.flex-grow-1 {
    flex-grow: 1;
}

.nav-tabs-modal {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 40px;
    border: 1px solid #e9e9e9;
    color: #aaa !important;
    border-radius: 2px !important;
}

.nav-tabs-modal-link.active {
    background-color: #e6e6e6;
}

.nav-tabs-modal-link.active .btn {
    color: #555 !important;
}

.nav-tabs-modal-link a {
    font-size: 13px;
    width: 100%;
    font-weight: 600;
    color: #bbb;
}

.tab-content-modal {
    padding: 15px;
}

.search-bar-document {
    padding: 15px;
    background-color: #e7e7e7;
}

.document-select-title {
    font-size: 19px;
    font-weight: 400;
}

.nested-view .tab-content {
    padding: 15px 0
}

.nested-view .nav-tabs-modal a {
    height: 40px;
    line-height: 2 !important;
}

.modal-invoice-full {
    height: 100%;
    overflow: auto;
}

.modal-invoice-full .modal-full {
    height: 95%;
}

.modal-invoice-full .modal-content {
    height: 100%;
}

.layout-modal-full {
    height: 100%;
    /*overflow: hidden;*/
    overflow: auto;
}

.layout-modal-content {
    height: 100%;
    position: absolute;
    display: block;
    padding: 50px 10px 10px;
    z-index: 999;
}

.layout-modal-box {
    height: 100%;
}

.layout-modal-box .content {
    overflow: hidden;
    height: 100%;
    padding: 0;
}

.layout-modal-box iframe {
    height: 100%;
    overflow: hidden;
}

.layout-modal-sidebar {
    overflow-y: auto;
    height: 100%;
}

.layout-modal-header {
    z-index: 1000;
}

.uib-datepicker-popup {
    left: 0 !important;
}

.clip-datepicker {
    padding: 10px;
    /*max-width: 256px;*/
}

.clip-datepicker.well {
    background: #ffffff;
    box-shadow: none;
}

.clip-datepicker table {
    outline: none !important;
    width: 100%;
    /*display: block;*/
}

.clip-datepicker table thead {
    /*display: block;*/
}

.clip-datepicker table thead .btn {
    font-size: 17px;
}

.clip-datepicker button {
    border: none;
    line-height: 1.8;
}

.clip-datepicker button span.text-info, .clip-datepicker button span.text-current {
    color: #58748B !important;
    font-weight: bold;
}

.clip-datepicker button span.text-info::before, .clip-datepicker button span.text-current::before {
    border-left: 6px solid transparent;
    border-top: 6px solid #58748B;
    content: "";
    height: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 0;
}

.clip-datepicker button.active {
    background-color: #58748B !important;
}

.clip-datepicker button.active:active, .clip-datepicker button.active:focus {
    background-color: #58748B !important;
}

.clip-datepicker button.active span {
    color: #ffffff !important;
}

.clip-datepicker button.active span.text-info::before {
    border-top-color: #ffffff;
}

.clip-datepicker button.btn-current {
    background-color: #F5F5F5;
}

.range-picker .end-date .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

.dropdown-menu {
    border: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 0;
    z-index: 1000;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.clip-datepicker .btn-default {
    background-color: #ffffff;
    border-color: #c8c7cc;
    color: #8e8e93;
}

.clip-datepicker th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    padding: 1px;
}

.clip-datepicker table thead tr:nth-child(2) {
    background: transparent !important;
}

.clip-datepicker table td {
    border: none;
    border: 0 !important;
    border-radius: 0 !important;
    height: auto !important;

}

.clip-datepicker table tr:nth-child(even) {
    background-color: transparent;
}

.clip-datepicker {
    padding: 10px;
    /*width: 100%;*/
}

.clip-datepicker .btn {
    transition: all 0.3s ease 0s !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
    position: relative;
    border-radius: 2px !important;
    -webkit-transform: translateZ(0);
    border-radius: 0 !important;
}

.btn-primary.btn-o {
    border: 1px solid #58748B;
    color: #58748B;
}

.btn-o {
    background: none;
    background-image: none;
}

.btn-primary.btn-o:hover {
    color: #ffffff;
    border-color: #58748B;
    border-left-color: rgb(88, 116, 139);
    background: #58748B !important;
}

.clip-datepicker .btn-sm {
    padding: 2px 7px;
    border-radius: 2px !important;
}

.clip-datepicker .btn-primary.uib-close {
    background-color: #58748B;
    border-color: #58748B;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 2px !important;
}

.clip-datepicker .btn-group .btn-o {
    border-radius: 2px !important;
    padding: 5px 10px;
}

.clip-datepicker .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;

}

.clip-datepicker .btn-group > .btn:last-child:not(:first-child), .clip-datepicker .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.uib-button-bar {
    overflow: hidden;
}

.control-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.input-icon > i.calendar-icon {
    margin: 9px 2px 4px 10px;
    z-index: 9;
}

.icon-on-input {
    z-index: 10;
}

.transparent-input {
    background-color: transparent;
    position: relative;
}

/* Style for Modal - Add new Partner */
.modal-header-title {
    font-size: 16px;
    font-weight: 100;
}

.modal-header-add-new-partner {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.modal-header-add-new-partner img {
    /*width: 100%;*/
    max-width: 160px;
    margin: 0 auto;
}

.modal-header-add-new-partner p, .pib-search p {
    font-weight: 200;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}

.modal-header-add-new-partner h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
}

button:focus {
    outline: 0;
!important;
}

.btn-close-modal:focus {
    color: #ff6161;
}

.btn-close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    border-radius: 14px !important;
    display: block !important;
    border: 0 !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    height: 24px;
}

.type-add-partner-box {
    background-color: #efefef;
    padding: 25px;
}

.type-of-add-partner {
    border-right: 1px dashed #cdcdcd;
}

.type-of-add-partner:last-child {
    border-right: 0;
}

.type-of-add-partner img {
    height: 60px;
    margin-bottom: 15px;
}

.type-add-partner-box button {
    border-radius: 2px !important;
    width: 160px;
}

.modal-add-partner-over-pib input {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    font-size: 26px;
    height: 50px;
    font-weight: 100;
}

.modal-add-partner-over-pib input.partner-new {
    border-color: #26c281;
}

.modal-add-partner-over-pib input.partner-exists {
    border-color: #ff6161;
}

.modal-add-partner-over-pib button {
    margin: 20px auto;
    display: block;

}

.modal .modal-start-screen .modal-header {
    border: 0;
}

.modal-back-button {
    color: #ddd;
    font-size: 18px;
    font-weight: 100;
}

.pib-search .modal-back-button:hover {
    color: #ff6161;
}

.pib-search p, .modal-add-partner-over-form p {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.input-icon.right > .form-control {
    padding-right: 33px;
}

.modal-input-check {
    font-size: 16px !important;
    color: #26c281 !important;
    top: 6px !important;
}

.modal-input-exists {
    font-size: 16px !important;
    color: #ff6161 !important;
    top: 6px !important;
}

.modal-check-picon {
    color: #26c281 !important;
}

.success-added .button-group, .info-added .button-group {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.success-added button, .info-added button {
    border-radius: 2px !important;
    width: 180px !important;
}

.modal-icon-picon {
    color: #659be0 !important;
}

span.first-letter {
    padding: 20px 24px;
    border-radius: 1000% !important;
    margin: 0 auto;
    overflow: hidden;
    font-size: 31px;
    color: #fff;
}

.pib-results {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.pib-results-adr {
    color: #aaa;
    font-weight: 100;
    margin-bottom: 15px;
    display: block;
}

pib-results-sd {
    margin-bottom: 20px;
}

.sweet-overlay {
    z-index: 1999 !important;
    background: rgba(0, 0, 0, 0.6) !important;
}

.prsd-numb {
    font-size: 18px;
}

.note-partners {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.note-partners-name {
    margin-top: 10px;
    font-weight: 600;
}

.note-partners-address {
    font-size: 13px;
}

.spinnerModal {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 3px solid rgba(0, 0, 0, .08);
    border-radius: 50% !important;
    border-top-color: #bbb;
    position: absolute;
    top: 13px;
    right: 0;
    animation: spinCheck 1s ease-in-out infinite;
    -webkit-animation: spinCheck 1s ease-in-out infinite;
}

.note-modal-exists-partner {
    margin-top: 10px;
    display: block;
    padding: 0 15px 10px;
}

.note-modal-exists-partner h4 {
    margin: 0;
    font-weight: 500;
}

.pibNotFoundPib {
    text-align: center;
}

.pibNotFoundPib i {
    font-size: 90px;
    color: #ff6161;
    display: block !important;
    height: 40px;
}

.pibNotFoundPib h3 {
    margin-top: 20px;
    display: block;
}

.pibNotFoundPib p {
    margin: 0 auto 30px !important;
    font-size: 14px;
    font-weight: 100;
}

.pibNotFoundPib b {
    font-size: 18px
}

.pibNotFoundPib button {
    border-radius: 2px !important;
}

.form-group .input-error {
    border: 1px solid red !important;
}

.has-error .form-control{
    border: 1px solid red !important;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f00 !important;
    font-size: 11px !important;
}

.error-label {
    color: red;
}

.note.note-success {
    background-color: #a2dab466 !important;
    border-color: #35c05e !important;

}

@keyframes spinCheck {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinCheck {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* color scheme */
[data-first-letter='A'] {
    background-color: #55efc4;
}

[data-first-letter='B'] {
    background-color: #81ecec;
}

[data-first-letter='C'] {
    background-color: #74b9ff;
}

[data-first-letter='D'] {
    background-color: #a29bfe;
}

[data-first-letter='E'] {
    background-color: #dfe6e9;
}

[data-first-letter='F'] {
    background-color: #00b894;
}

[data-first-letter='G'] {
    background-color: #00cec9;
}

[data-first-letter='I'] {
    background-color: #0984e3;
}

[data-first-letter='J'] {
    background-color: #6c5ce7;
}

[data-first-letter='K'] {
    background-color: #b2bec3;
}

[data-first-letter='L'] {
    background-color: #ffeaa7;
}

[data-first-letter='M'] {
    background-color: #fab1a0;
}

[data-first-letter='N'] {
    background-color: #ff7675;
}

[data-first-letter='O'] {
    background-color: #fd79a8;
}

[data-first-letter='P'] {
    background-color: #636e72;
}

[data-first-letter='Q'] {
    background-color: #fdcb6e;
}

[data-first-letter='R'] {
    background-color: #e17055;
}

[data-first-letter='S'] {
    background-color: #d63031;
}

[data-first-letter='T'] {
    background-color: #e84393;
}

[data-first-letter='U'] {
    background-color: #2d3436;
}

[data-first-letter='V'] {
    background-color: #c44569;
}

[data-first-letter='W'] {
    background-color: #3dc1d3;
}

[data-first-letter='X'] {
    background-color: #574b90;
}

[data-first-letter='Y'] {
    background-color: #546de5;
}

[data-first-letter='Z'] {
    background-color: #303952;
}

[data-first-letter='Č'] {
    background-color: #20bf6b;
}

[data-first-letter='Ć'] {
    background-color: #eb3b5a;
}

[data-first-letter='Ž'] {
    background-color: #778ca3;
}

[data-first-letter='Š'] {
    background-color: #F8EFBA;
}

[data-first-letter='Dj'] {
    background-color: #B33771;
}

[data-first-letter='Đ'] {
    background-color: #1a7179;
}

/* Order Payment Style */
.payment-order-portlet {
    padding-top: 10px;
    margin-top: 5px;
}

.menu-portlet-bar {
    overflow: hidden;
}

.portlet-box {
    background-color: #fff;
    border-radius: 2px !important;
}

.portlet-box .portlet-box-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 100;
}

.portlet-box img {
    height: 20px;
}

.portlet-box-content {
    box-shadow: 0px 0 9px 0 rgba(0, 0, 0, .2);
    border-radius: 2px !important;
    margin: 5px;
    padding: 16px 5px;
}

.portlet-box-content:after {
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    height: 3px;
    transform: translate(0%);
    transition: opacity .3s ease-in-out,
    left .3s ease-in-out,
    right .3s ease-in-out;
}

.portlet-box-content:hover:after {
    opacity: 1;
    left: 0;
    right: 0;
}

.po-header-table {
    margin: 0 0 15px;
}

.po-header-table-title {
    font-size: 16px;
    font-weight: 200;
    margin-left: 5px;
}

.po-header-total-for-pay {
    margin-right: 2px;
}

.po-header-total-for-pay-box {
    background-color: #1bbc9b;
    color: #fff;
    width: 190px;
    padding: 5px 5px 0;
}

.total-for-pay-text {
    font-size: 12px;
}

.total-for-pay-numb {
    font-size: 20px;
    font-weight: 100;
}

.payment-order tfoot {
    border: 0;
}

table.payment-order.dataTable {
    border-bottom: 0;
}

table.payment-order.dataTable tfoot th {
    padding: 10px 18px;

}

/* Nalog za uplatu Style */
.payment-slip-box *:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.payment-order .modal-lg {
    width: 800px;
}

.payment-order {
    overflow-y: hidden;
}

.payment-order .modal {
    overflow: hidden;
}

.payment-order .modal-header {
    padding: 4px 15px;
    background-color: #dfdfdf;
}

.modal-header-payment-slip-title {
    font-size: 16px;
    font-weight: 600;
}

.slip-layout {
    margin-top: 15px;
    margin-bottom: 15px;
}

.payment-slip-input-text {
    padding: 5px !important;
    height: 26px;
    border: 1px solid #000;
}

.payment-slip-input-text:focus {
    border: 1px solid #000;
}

.payment-slip-group-input input:first-child {
    border-bottom: 0;
}

.payment-slip-signature input {
    background-color: transparent;
}

.payment-slip-under-input-text {
    text-align: center;
    display: block;
    font-size: 12px;
}

.payment-slip-select .ui-select-bootstrap .ui-select-toggle {
    height: 27px;
    padding: 5px;
    border: 1px solid #000000;
    font-size: 13px;
}

.payment-slip-select .text-muted {
    position: absolute;
    top: 4px;
}

.payment-slip-select .open .ui-select-search {
    height: 27px;
    padding: 5px;
    border: 1px solid #000000;
}

.payment-slip-select .open .ui-select-search:focus, .payment-slip-select .dropdown, .payment-slip-select .ui-select-match, .payment-slip-select .ui-select-match:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*.payment-slip-select .ui-select-bootstrap .ui-select-toggle > .caret:after {*/
/*width: 16px;*/
/*background: #e9e9e9;*/
/*position: absolute;*/
/*height: 100%;*/
/*display: block !important;*/
/*right: 0;*/
/*top: 0;*/
/*content: "";*/
/*border-left: 1px solid #000;*/
/*}*/
/*.payment-slip-select .ui-select-bootstrap .ui-select-toggle > .caret {*/
/*position: absolute;*/
/*height: 10px;*/
/*top: 50%;*/
/*right: 4px;*/
/*margin-top: -2px;*/
/*}*/
.payment-slip-n-padding {
    padding-right: 0 !important;
}

.payment-slip-na-padding {
    padding: 0 !important;
}

.payment-slip-n-lpadding {
    padding-left: 0;
}

.payment-slip-minus {
    width: 10px !important;
    text-align: center;
}

.payment-file-container input {
    font-size: 13px;
}

.payment-slip-no-client-acc .form-group {
    margin-bottom: 0 !important;
}

.payment-file-container .payment-slip-n-bb {
    margin-bottom: 0;
}

.payment-slip-checkbox label {
    font-size: 12px !important;
    text-transform: none !important;
}

.payment-slip-checkbox input {
    width: 15px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 0 !important;
}

.payment-slip-checkbox [input='checkbox']:not(:checked) {
    border: 1px solid #000;
}

.payment-slip-checkbox {
    height: 44px
}

.payment-slip-box {
    background-color: #ebebeb;
    overflow: hidden;
}

.payment-file-container .form-group {
    margin-bottom: 5px;
}

.payment-file-container {
    overflow: hidden;
}

.payment-file-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.half-slip .form-group:last-child {
    margin-bottom: 0;
}

.payment-file-container .half-slip {
    border-right: 1px solid #000000;
}

.payment-file-container label {
    font-size: 12px;
    text-transform: lowercase;
    margin: 0;
    max-width: max-content;
}

.payment-file-container textarea {
    resize: none;
    min-height: 60px;
    border: 1px solid #000000;
    padding: 0 5px;
}

.payment-slip-input-full, .payment-slip-input-full:focus, .payment-file-container textarea:focus {
    border: 1px solid #000000;
}

.payment-slip-footer {
    margin-top: 20px;
}

.payment-slip-input-footer {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #000;
}

.payment-slip-input-footer:focus {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #000;
}

.payment-slip-under-text {
    font-size: 12px;
    text-transform: lowercase;
}

.payment-slip-other-input {
    margin-top: 30px;
}

.payment-order-footer {
    background-color: #dfdfdf;
    padding: 5px 0;
    overflow: hidden;
    height: 37px;
    margin-bottom: 5px;
}

.payment-order-footer button {
    background-color: #eeeeee;
    font-size: 12px;
    padding: 4px 10px;
    min-width: 60px;
}

.payment-order-footer .form-group {
    margin-bottom: 0
}

table.dataTable tbody th,
table.dataTable tbody td {
    font-size: 12px;
}

.payment-order-invoice .dataTables_empty {
    height: 60px;
    font-size: 16px;
    text-align: center;
    color: #bcbcbc;
    padding-top: 30px;
}

table.dataTable.payment-order-invoice, table.dataTable.no-footer.payment-order-invoice {
    border-bottom: 0 !important;
}

.payment-order-invoice {
    overflow: hidden;
}

.payment-order-invoice .modal {
    padding: 10px;
}

.payment-order-invoice .modal-full {
    height: 100%;
    margin: 0;
}

.payment-order-invoice .modal-content, .payment-order-invoice .modal-start-screen, .payment-order-invoice-block,
.payment-order-invoice-row, .payment-order-invoice-container, .payment-order-invoice-upload-container, .payment-order-invoice-upload {
    height: 100%;
}

.payment-order-invoice-block {
    position: absolute;
    top: 0;
    padding-top: 48px;
    width: 100%;
}

.payment-order-invoice-upload-container {
    padding-bottom: 15px;
}

.payment-order-invoice-upload {
    border: 2px dashed #ddd;
    background-color: #fbfbfb;
    padding: 10px;
}

.payment-order-invoice-upload .drop-box {
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.payment-order-invoice-upload .drop-box-txt {
    font-size: 19px;
    font-weight: 100;
    color: #bbb;
    text-align: center;
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.pdf-preview-box {
    height: 100%;
}

.fa-custom-back {
    border: 1px solid gray;
    padding: 3px;
    margin-right: 2px;
}

.cancel-btn {
    background: #dedede;;
    border-color: #dedede;;
    color: #080807;
}

/* Template Payment Order */
.payment-order-template-list {
    overflow: hidden;
    height: 480px;
    background: #ebebeb;
    margin-bottom: 10px;
    padding: 5px;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
}

.payment-order-template-list-name {
    font-size: 14px;
    font-weight: 600;
    margin-top: 1px;
    margin-bottom: 4px;
}

.payment-order-template-description {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 11px;
}

.payment-order-template-date {
    font-size: 11px;
}

.payment-order-template-item {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border-radius: 2px !important;
}

.payment-order-template-item:hover {
    color: #ffffff;
    background-color: #36d7b7;
}

.payment-order-template-action {
    font-size: 12px;
}

h4.payment-order-template-info-data-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 2px;
}

span.payment-order-template-info-date-label {
    display: block;
    font-size: 11px;
}

span.payment-order-template-info-date-format {
    font-size: 12px;
    color: #777;
}

.payment-order-template-info-date {
    line-height: 11px;
    margin-bottom: 10px;
}

.payment-order-template-info-date:last-child {
    margin-bottom: 0px;
}

span.payment-order-template-info-label-field {
    font-size: 11px;
    font-weight: 600;
    font-style: italic;
}

p.payment-order-template-info-description {
    margin: 0;
    font-size: 12px;
}

.payment-order-template-info-edit {
    position: absolute;
    right: 0;
    font-size: 12px;
    z-index: 999;
}

.payment-order-template-info {
    overflow: hidden;
    position: relative;
}

.payment-order-template-info-edit-form input, .payment-order-template-info-edit-form textarea {
    font-size: 13px;
}

.payment-order-template-no-select {
    height: 480px;
}

.payment-order-template-no-select img {
    height: 150px;
}

.payment-order-template-no-select h2 {
    font-weight: 100;
    margin-top: 50px;
}

.payment-order-template-no-select p {
    font-size: 18px;
    color: #777;
    font-weight: 100;
}

.payment-order-template-item:focus {
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.portlet-box-no-icon {
    background-color: rgba(20, 60, 150, .6);
    color: #fff;
}

.portlet-box-no-icon .portlet-box-title {
    margin: 0;
}

/* Portlet and upload document */
.portlet .upload-portlet {
    padding: 15px !important;
    min-height: 420px;
}

.file-upload-module-description {
    color: #555;
}

.upload-module-fake-link {
    color: #5c9bd1;
    cursor: pointer;
}

.upload-module-description-text {
    display: block;
    color: #bbb;
}

.pdf-preview-box {
    width: 100%;
}

.pdf-preview-box embed {
    min-height: 383px;
    width: 100%;
}

.row .control-label {
    margin: 0 !important;
}

input.form-control {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.btn-group > .dropdown-menu, .dropdown-toggle > .dropdown-menu, .dropdown > .dropdown-menu {
    margin-top: 0px !important;
}

.remove-focus input:focus {
    outline: 0 !important;
}

.document-textarea {
    min-height: 96px !important;
}

.modal-content-directive p {
    margin: 0;
}

.modal-header-directive h4 {
    margin-bottom: 0;
}

.CreateModalForm, .NewDocumentLocationForm {
    margin-top: 15px;
}

.modal-new-item .modal-dialog {
    width: 500px;
}

.dashboard-stat2 {
    padding-bottom: 5px;
}

.dash-price-box {
    font-size: 22px;
    text-align: right;
    width: 100%;
}

.dash-price-subtitle {
    color: #999;
    font-size: 13px;
}

.balance-number {
    font-size: 28px;
}

.balance-number i {
    font-size: 16px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-direction-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.justify-content-flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-align-center {
    -webkit-align-items: center;
    align-items: center;
}

.mr-auto, .mx-auto {
    margin-left: auto !important;
}

.m-subheader .m-subheader__title {
    display: inline-block;
    padding: 7px 25px 7px 0;
    font-size: 1.55rem;
    font-weight: 500;
    vertical-align: middle;
    margin: 0 15px 0 0;
    color: #3f4047;
}

.display-dash-date {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
}

.m-subheader .dropdown-toggle {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.m-portlet .m-portlet__body {
    color: #575962;
}

.m-portlet .m-portlet__body.m-portlet__body--no-padding {
    padding: 0;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;

}

.row-flex.m-row--no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row-flex.m-row--col-separator-xl > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
}

.m-portlet {
    margin-bottom: 2.2rem;
}

/*.m-widget24 .m-widget24__item .m-widget24__title {*/
/*margin-left: 1.8rem;*/
/*margin-top: 3.21rem;*/
/*display: inline-block;*/
/*font-size: 1.1rem;*/
/*font-weight: 600;*/
/*}*/

.m-widget24 .m-widget24__item .m-widget24__title {
    color: #575962;
}

.m-widget24 .m-widget24__item .m-widget24__desc {
    font-size: 1rem;
    font-weight: 300;
}

.m-widget24 .m-widget24__item .m-widget24__desc {
    color: #9699a2;
}

.m--font-brand {
    color: #716aca !important;
}

.m--font-info {
    color: #36a3f7 !important;
}

.m--font-danger {
    color: #f4516c !important;
}

.m--font-success {
    color: #34bfa3 !important;
}

.m--bg-warning {
    background-color: #ffb822 !important;
}

.m--bg-finance {
    background-color: #df7f5a !important;
}

.m--font-accent {
    color: #00c5dc !important;
}

.m--font-finance {
    color: #df7f5a !important;
}

.m-widget24 .m-widget24__item .m-widget24__stats {
    margin-right: 1.8rem;
    margin-top: -1.43rem;
    font-size: 2.2rem;
    font-weight: 400;
}

.m--space-10 {
    display: block;
    height: 0;
    margin-bottom: 10px;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color:  #9793931c;
    border-radius: .25rem;
}

.progress.m-progress--sm {
    height: auto;
}

m-widget24 .m-widget24__item .progress {
    margin-top: 2.14rem;
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    margin-bottom: .5rem;
    height: .5rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #60ad58;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.m--bg-brand {
    background-color: #716aca !important;
}

.progress .progress-bar {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.progress.m-progress--sm .progress-bar {
    border-radius: 3px;
}

.display-dash-date {
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
}

.m-portlet .m-portlet__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2.2rem;
    height: 5.1rem;
    position: relative;
}

.m-portlet .m-portlet__head {
    border-bottom: 1px solid #ebedf2;
}

.m-portlet .m-portlet__head .m-portlet__head-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-portlet .m-portlet__head .m-portlet__head-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.m-portlet .m-portlet__body {
    padding: 2.2rem 2.2rem;
}

.m-portlet .m-portlet__body {
    color: #575962;
}

.m-widget4__item {
    border-bottom: .07rem dashed #ebedf2;
    padding: 5px 0;
}

.m-widget4 .m-widget4__item .m-widget4__img.m-widget4__img--pic span {
    height: 34px;
    border-radius: 50% !important;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #555;
    width: 34px;
    position: relative;
    top: 1px;
}

.m-widget4 .m-widget4__item .m-widget4__info {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1rem;
    flex-grow: 4;
}

.m-widget4__label {
    font-size: 1.1rem
}

.m-widget4__desc {
    font-size: 1.4rem
}

.m-widget4 .m-widget4__item .m-widget4__contract_date {
    flex-grow: 1;
}

.m-widget4__item .m-widget4__title {
    color: #575962;
}

.m-widget4 .m-widget4__item .m-widget4__info .m-widget4__title {
    font-size: 1.5rem;
    font-weight: 600;
}

.m-widget4__item .m-widget4__sub {
    color: #7b7e8a;
}

.m-widget4__img.m-widget4__img--pic {
    line-height: 34px;
}

.m-widget4 .m-widget4__item .m-widget4__info .m-widget4__sub {
    font-size: 1.1rem;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.m-portlet .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.m-portlet .nav-pills {
    margin-bottom: 0px;
}

.m-portlet.m-portlet--full-height {
    height: calc(100% - 2.2rem);
}

.m-portlet.m-portlet--full-height .m-portlet__body {
    height: calc(100% - 2.2rem - 2.2rem);
}

.m-portlet .m-portlet-fit--sides {
    margin-left: -2.2rem;
    margin-right: -2.2rem;
}

.m-widget27 .m-widget27__pic {
    position: relative;
}

.m-widget27 .m-widget27__pic::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #909), color-stop(120%, #4f30a2));
    background: linear-gradient(to right, #909 20%, #4f30a2 120%);
    opacity: .6;
}

.m-widget27 .m-widget27__pic .m-widget27__title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
}

.m-widget27 .m-widget27__pic .m-widget27__title > span {
    font-size: 2.9rem;
}

.m-widget27 .m-widget27__pic .m-widget27__title > span > span {
    font-size: 2.5rem;
    padding-right: .4rem;
}

.m-widget27 .m-widget27__container {
    width: 100%;
    padding: 1rem .5rem 0 .5rem;
}

.m-widget27 .m-widget27__container .m-widget27__nav-items {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: .7rem;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.m-widget27 .m-widget27__container .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav.nav-pills .nav-item:first-child, .nav.nav-tabs .nav-item:first-child {
    margin-left: 0;
}

.m-widget27 .m-widget27__container .m-widget27__nav-items .m-widget27__nav-item {
    display: table-cell;
}

.m-widget27 .m-widget27__container .m-widget27__nav-items .m-widget27__nav-item > a {
    text-align: center;
    font-weight: 500;
    padding: .8rem 0 .8rem 0;
}

.m-widget27 .m-widget27__container .m-widget27__nav-items .m-widget27__nav-item > a {
    color: #a4a6ae;
    border: 1px solid #ebedf2;
}

.m-widget27 .m-widget27__container .m-widget27__nav-items .m-widget27__nav-item > a.active {
    background-color: #9816f4;
    border-color: #9816f4 !important;
    color: #fff;
}

.m-portlet.m-portlet--head-overlay .m-portlet__head {
    position: relative;
    border: 0;
    z-index: 2;
}

.m-portlet .m-portlet__head .m-portlet__head-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.m-portlet.m-portlet--head-overlay .m-portlet__body {
    position: relative;
    z-index: 1;
    margin-top: -5.1rem;
    padding-top: 0;
}

.m-widget27 .m-widget27__pic > img {
    width: 100%;
    height: 150px;
}

.m--font-light {
    color: #fff !important;
}

.row-flex .col, .row-flex .col-1, .row-flex .col-10, .row-flex .col-11, .row-flex .col-12, .row-flex .col-2, .row-flex .col-3, .row-flex .col-4, .row-flex .col-5, .row-flex .col-6, .row-flex .col-7, .row-flex .col-8, .row-flex .col-9, .row-flex .col-auto, .row-flex .col-lg, .row-flex .col-lg-1, .row-flex .col-lg-10, .row-flex .col-lg-11, .row-flex .col-lg-12, .row-flex .col-lg-2, .row-flex .col-lg-3, .row-flex .col-lg-4, .row-flex .col-lg-5, .row-flex .col-lg-6, .row-flex .col-lg-7, .row-flex .col-lg-8, .row-flex .col-lg-9, .row-flex .col-lg-auto, .row-flex .col-md, .row-flex .col-md-1, .row-flex .col-md-10, .row-flex .col-md-11, .row-flex .col-md-12, .row-flex .col-md-2, .row-flex .col-md-3, .row-flex .col-md-4, .row-flex .col-md-5, .row-flex .col-md-6, .row-flex .col-md-7, .row-flex .col-md-8, .row-flex .col-md-9, .row-flex .col-md-auto, .row-flex .col-sm, .row-flex .col-sm-1, .row-flex .col-sm-10, .row-flex .col-sm-11, .row-flex .col-sm-12, .row-flex .col-sm-2, .row-flex .col-sm-3, .row-flex .col-sm-4, .row-flex .col-sm-5, .row-flex .col-sm-6, .row-flex .col-sm-7, .row-flex .col-sm-8, .row-flex .col-sm-9, .row-flex .col-sm-auto, .row-flex .col-xl, .row-flex .col-xl-1, .row-flex .col-xl-10, .row-flex .col-xl-11, .row-flex .col-xl-12, .row-flex .col-xl-2, .row-flex .col-xl-3, .row-flex .col-xl-4, .row-flex .col-xl-5, .row-flex .col-xl-6, .row-flex .col-xl-7, .row-flex .col-xl-8, .row-flex .col-xl-9, .row-flex .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.m-portlet .nav:after, .nav:before {
    content: none;
    display: table;
}

.m-widget27__legend-bullet.m-widget27__logo_bank {
    width: 100%;
}

.m-widget27__legend-bullet.m-widget27__logo_bank img {
    height: 30px;
    margin-right: 10px;
}

.m-widget27__legend-bullet.m--bg-accent {
    text-align: right;
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-widget27__legend-text-bank {
    font-size: 18px;
    width: 100%;
    font-weight: 100;
    text-align: right;
}

.m-widget27__legend-text-bank i {
    font-size: 10px;
}

.m-widget27__legend {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: .07rem dashed #ebedf2;
}

.m-widget27__bank {
    text-align: right;
    width: 60%;
    float: right;
}

span.m-widget27__bank-ass-numb {
    font-size: 11px;
    color: #aaa;
    font-weight: 100;
}

.m-widget27__legend-text-bank i {
    margin-right: 5px
}

.m-widget29 .m-widget_content {
    margin-bottom: 1rem;
    padding: 1.3rem;
}

.m-widget29 .m-widget_content {
    background-color: #fff;
}

.m-widget29 .m-widget_content .m-widget_content-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.m-widget29 .m-widget_content .m-widget_content-title {
    color: #7b7e8a;
}

.m-widget29 .m-widget_content .m-widget_content-items {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item {
    display: table-cell;
}

.m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span {
    display: block;
    text-align: left;
}

.m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span:first-child {
    font-weight: 500;
    font-size: .85rem;
    margin: .7rem 0 .3rem 0;
}

.m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span:first-child {
    color: #9699a2;
}

.m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span {
    display: block;
    text-align: left;
}

.m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span:last-child {
    font-size: 1.7rem;
    font-weight: 400;
}

.m-portlet.m-portlet--bordered-semi .m-portlet__head {
    border: 0;
}

.m-widget29 h3 {
    margin: 0;
    font-weight: 100 !important;
    font-size: 1.5rem !important;
}

.m-widget_box-button {
    max-width: 20rem;
    height: 8rem;
    border-radius: .5rem !important;
    position: relative;
}

.m-portlet__create-new img {
    width: 100px;
    height: 100px;
}

.m-portlet_create-new-right {
    padding-left: 20px;
}

.m-portlet__create-new-title {
    font-size: 1.7rem;
}

span.m-portlet__create-new-desc {
    font-size: 1.2rem;
    color: #999;
}

.m-portlet__create-new button {
    margin-top: 10px;
}

.m-widget26 {
    bottom: 0;
    left: 0;
    right: 0;
}

.m-portlet.m-portlet--border-bottom-brand {
    border-bottom: 3px solid #716aca;
}

.m-widget26 .m-widget26__number {
    font-size: 2.5rem;
    font-weight: 600;
}

.m-widget26 .m-widget26__number {
    color: #575962;
}

.m-widget26 .m-widget26__number > small {
    margin-top: .3rem;
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

.m-widget26 .m-widget26__number > small {
    color: #afb2c1;
}

.m-portlet.m-portlet--border-bottom-success {
    border-bottom: 3px solid #34bfa3;
}

.m--space-30 {
    display: block;
    height: 0;
    margin-bottom: 30px;
}

.m-portlet.m-portlet--border-bottom-danger {
    border-bottom: 3px solid #f4516c;
}

.m-portlet.m-portlet--half-height {
    height: calc(50% - 2.2rem);
}

.m-portlet.m-portlet--border-bottom-accent {
    border-bottom: 3px solid #00c5dc;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.m-widget11 .table-responsive {
    overflow-y: hidden;
}

.m-widget11 .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.m-widget11 .table td, .m-widget11 .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #f4f5f8;
}

.m-widget11 .table thead > tr > td {
    padding-top: 1.21rem;
    padding-bottom: 1.21rem;
    padding-left: 0;
    padding-right: .5rem;
    vertical-align: top;
    border-top: 0;
    font-size: 1rem;
    font-weight: 600;
}

.m-widget11 .table thead tr > td {
    color: #a6a7c1;
}

.m-widget11 .table thead > tr > td.m-widget11__label {
    width: 3%;
}

.m-widget11 .table td, .m-widget11 .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #f4f5f8;
}

.m-widget11 .table tbody > tr > td {
    border: 0;
    padding-left: 0;
    padding-right: .5rem;
    padding-top: 22px;
    vertical-align: top;
    font-size: 1.1rem;
    font-weight: 500;
}

.other-documents-menu {
    padding: 7px;
    color: #222a34;
    font-size: 30px;
    height: 60px;
}

.other-documents-menu-all {
    background: white;
    padding: 7px;
    color: black;
    margin-top: -13px;
    font-size: 15px;
    height: 60px;
}

.m-widget11 .table tbody > tr > td {
    color: #9699a2;
}

.m-widget11 .table tbody > tr .m-widget11__title {
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
}

.m-widget11 .table tbody > tr .m-widget11__title {
    color: #575962;
}

.m-widget11 .table tbody > tr .m-widget11__sub {
    display: block;
    font-size: .85rem;
}

.m-widget9__item {
    border-bottom: .07rem dashed #ebedf2;
}

.m-widget9 .m-widget9__item {
    display: table;
    padding-top: 1.15rem;
    padding-bottom: 1.25rem;
    width: 100%;
}

.m-widget9 .m-widget9__item .m-widget9__img {
    display: table-cell;
    vertical-align: middle;
}

.m-widget9 .m-widget9__item .m-widget9__img.m-widget9__img--logo img {
    width: 3.5rem;
    border-radius: 50%;
}

.m-widget9 .m-widget9__item .m-widget9__info {
    display: table-cell;
    width: 60%;
    padding-right: 1.2rem;
    padding-left: 1rem;
    font-size: 1rem;
    vertical-align: middle;
}

.m-widget9 .m-widget9__item .m-widget9__info .m-widget9__title {
    font-size: 1.4rem;
    font-weight: 600;
}

.m-widget4__item .m-widget4__sub {
    color: #7b7e8a;
}

.m-widget9 .m-widget9__item .m-widget9__info .m-widget9__sub {
    font-size: 1.1rem;
}

.m-widget9 .m-widget9__item .m-widget9__ext {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}

.m-widget9 .m-widget9__item .m-widget9__ext .m-widget9__number {
    font-size: 1.3rem;
    font-weight: 200;
    color: #555555 !important;
    padding-right: 10px;
}

.m-portlet__separator-dashed .row-flex > div:first-child {
    border-right: 1px dashed #ebedf2
}

.m-widget9.m-widget9--chart-bottom .m-widget9__item:last-child {
    border-bottom: 0
}

.m-widget9--chart-side {
    width: 100%;
    position: relative;
}

.m-widget16 .m-widget16__body .m-widget16__item {
    display: table;
    width: 100%;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.m-widget16 .m-widget16__body {
    padding-top: 30px;
}

.m-widget16 .m-widget16__body .m-widget16__item {
    border-bottom: .07rem dashed #ebedf2;
}

.m-widget16 .m-widget16__body .m-widget16__item .m-widget16__date {
    display: table-cell;
    width: 33%;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
    font-size: 1.3rem;
    padding-top: .2rem;
}

.m-widget16 .m-widget16__body .m-widget16__item .m-widget16__date {
    color: #9699a2;
}

.m-widget16 .m-widget16__body .m-widget16__item .m-widget16__price {
    display: table-cell;
    width: 33%;
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: .2rem;
}

.m--align-right {
    text-align: right;
}

@media (min-width: 768px) {
    .row-flex .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-flex .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .row-flex .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

@media (min-width: 992px) {
    .row-flex .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .row-flex .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-flex .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-flex .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-flex .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media (max-width: 768px) {
    .page-content.dash-page {
        padding: 15px !important;
    }
}

.dash-page .dashboard-stat2 .display .number small {
    font-size: 16px !important;
    text-transform: none !important;
    color: #555 !important;
    font-weight: 400 !important;
}

.select2-results {
    max-height: 280px;
    height: auto;
    overflow-y: scroll;
}

.balance-number i {
    margin-right: 10px
}

.balance-all-stats {
    border-bottom: 1px solid #e7ecf1;
    padding-bottom: 10px;
}

.balance-all-stats:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.dash-page {
    padding: 0 !important;
    margin-top: -30px;
}

.dash-page .feeds li .col1 > .cont > .cont-col2 > .desc {
    margin-left: 10px;
}

/* Input group with ui search modul */
.input-group div.select-with-add {
    position: relative !important;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group div.select-with-add {
    display: table-cell;
}

.input-group div.select-with-add {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-select {
    padding: 0 15px !important;
}

.modal-add-item .modal-body {
    background: #f8fafb;
}

.modal-add-sub {
    font-size: 13px;
    text-align: center;
    margin: 10px 0 0;
    font-weight: 100;
}

.select-multi-btn {
    vertical-align: top !important;
}

.group-search {
    margin-bottom: 15px;
}

.full-width {
    width: 100%;
}

.group-search-label {
    flex-grow: 2;
    width: 90px;
}

.group-search-input {
    flex-grow: 3;
}

.tab-pane-os, .tab-title-os {
    display: none;
}

.tab-pane-os.active, .tab-title-os.active {
    display: block;
}

/*Proventum theme*/

.wrapper {
    margin: 0px !important;
}

.page-header .navbar .page-logo img {
    height: 87% !important;
}

.page-header .navbar .topbar-actions .btn-group-notification .btn {

    background: transparent !important;

}

.page-header {
    background: #121d28b3 !important;
}

.table-responsive .showcase-component{
    border: 1px solid #f3f3f3;
    background: #f2f2f22b;
    padding-bottom: 50px;
}

.page-header .navbar-fixed-top {
    background: #121d28 !important;
}

.container, .container-fluid {
    padding: 0 !important;
}

.user-button {
    background: transparent !important;
    color: white !important;
}

.formLoader {
    margin-top: 45px;
}

.overlay-document {
    position: relative;
    height: 100%;
    width: 100%;
}

.wrap-document:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.wrap-document {
    position: relative;
    text-align: center;
    color: #555;
    height: 100%;
}

.center-document {
    display: inline-block;
    vertical-align: middle;
}

.document-loader {
    display: inline-block;
    min-width: 60px;
    min-height: 80px;
    position: relative;
    padding: 5px;
    border-radius: 4px !important;
    background: #f0f0f0;
    animation: slideInOut 3s ease infinite;
}

.document-loader:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom-left-radius: 2px !important;
    border-width: 5px;
    border-style: solid;
    border-color: #b9b9b9 #b9b9b9 rgba(255, 255, 255, .85) rgba(255, 255, 255, .85);
    border-bottom-left-radius: 4px !important;
    border-width: 10px;
}

.document-loader .heading {
    display: block;
    height: 2px;
    background: #999;
    width: 0px;
    margin-bottom: 3px;
    margin-top: 5px;
    animation: growHeading 3s linear infinite;
}

.document-loader .heading.short {
    animation: growHeadingShort 3s linear infinite;
}

.document-loader .heading:first-child {
    margin-top: 0px;
}

.document-loader .line {
    display: block;
    margin: 3px 0 3px 0;
    background: #aaa;
    height: 1px;
    width: 0px;
    animation: growLine 3s linear infinite;
}

.document-loader .line.short {
    margin-bottom: 4px;
    animation: growLineShort 3s linear infinite;
}

.ui-select-container .ui-select-match {
    outline: 0
}

@keyframes slideInOut {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    20% {
        transform: translateX(-5%);
        opacity: 1;
    }
    80% {
        transform: translateX(5%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes growHeading {
    0% {
        width: 0px;
    }
    60% {
        width: 0;
    }
    70% {
        width: 45px;
    }
    100% {
        width: 50px;
    }
}

@keyframes growHeadingShort {
    0% {
        width: 0px;
    }
    30% {
        width: 0;
    }
    40% {
        width: 15px;
    }
    100% {
        width: 35px;
    }
}

@keyframes growLine {
    0% {
        width: 0px;
    }
    60% {
        width: 0px;
    }
    80% {
        width: 35px;
    }
    100% {
        width: 50px;
    }
}

@keyframes growLineShort {
    0% {
        width: 0;
    }
    50% {
        width: 0;
    }
    60% {
        width: 30px;
    }
    100% {
        width: 35px;
    }
}

.scroller {
    max-height: 700px;
    position: relative;
}

.ticket-list-body {
    min-height: 600px;
}

.static-header.ticket {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

.ticket-list-body .scroller {
    padding: 10px 0 0;
}

.ticket-item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 5px 10px;
    border: 1px solid #ffffff;
}

.ticket-item:hover {
    background-color: #fafafa;
    border: 1px solid #efefef;
}

.ticket-item.active {
    background-color: #fafafa;
    border: 1px solid #3598dc;
}

.ticket-item-header-star i.fa.fa-star {
    color: #ddd;
    margin-right: 5px;
}

.ticket-item-header-description {
    font-size: 12px;
    line-height: 1;
}

.ticket-item-header-description span {
    font-weight: bold;
}

span.ticket-item-header-staus {
    font-size: 9px;
    float: right;
    position: absolute;
    right: 0;
    padding: 1px 5px;
    border-radius: 2px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.ticket-item-header {
    position: relative;
}

span.ticket-item-title {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    margin: 5px 0;
}

.tihs-new {
    background-color: #3598dc;
    color: #ffffff;
}

.tihs-active {
    background-color: #e87e04;
    color: #ffffff;
}

.tihs-done {
    background-color: #26c281;
    color: #ffffff;
}

.ticket-item-details {
    font-size: 11px;
    color: #999;
}

.ticket-body-content {
    background-color: #eee;
    padding: 20px;
    height: 100%;
    overflow: hidden;
}

.ticket-body-container {
    background-color: #fff;
    border-radius: 2px !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px;
}

.ticket-body-container-head {
    width: 100%;
    height: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.ticket-body-container-head-name {
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 20px;
}

.ticket-body-container-head-name span {
    color: #999;
}

.ticket-body-container-head-name .tbchm {
    color: #333;
    font-weight: bold;
}

span.tbchd-itemp-name {
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
}

.tbchd-item {
    margin-bottom: 10px;
}

.tbchd-itemp-desc-link {
    color: #3598dc;
}

.scroller-message {
    position: relative;
    max-height: 500px;
}

.ticket-body-messages {
    padding: 10px 0;
}

.tbm-item {
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
}

.tbm-item-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    float: left;
    display: flex;
    display: -webkit-flex;
    text-align: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    padding: 2px 8px;
}

.tbm-item .tbm-item-message {
    width: 80%;
}

.tbm-item.tbm-operator {
    background-color: #f2f2f2;
    padding: 20px;
}

.tbm-item.tbm-owen {
    float: left;
}

.tbm-item.tbm-operator {
    float: right;
}

.tbm-item-message .tbm-item-desc {
    font-size: 12px;
    color: #333;
}

.tbm-item-message q {
    font-style: italic;
    display: block;
    padding-left: 10px;
    border-left: 2px solid #dd6363;
    margin: 10px 0;
}

.pr-height {
    color: #d91e18;
}

.tbm-item-message-attch {
    margin-top: 20px;
}

.tbm-item-message-attch img {
    width: 100px;
    height: 80px;
    background-size: cover;
    margin-right: 10px;
    border-radius: 2px !important;
}

.ticket-item-header-star.star-active i.fa.fa-star {
    color: #f3c200
}

/* Timeline */
.timeline-header {
    border-bottom: 1px solid #eef1f5;
    min-height: 48px;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.timeline-header .selected-filter {
    float: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.timeline-header .reset-filter {
    margin-left: 10px;
}

.timeline-header .user-choice {
    list-style: none;
    margin: 0;
    padding: 0;
}

.timeline-header .user-choice li {
    font-size: 12px;
    color: #fff;
    background-color: #0b58a2;
    margin-right: 5px;
    display: inline-block;
    border-radius: 2px !important;
    padding: 3px 5px;
}

.form-filter {
    padding-bottom: 15px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    float: right;
}

.prov-timeline {
    width: calc(100% - 80px);
    max-width: 800px;
    margin: auto;
    position: relative;
    left: -5px;
}

.prov-timeline .prov-timeline-item {
    width: calc(50% - 80px);
    float: left;
    padding: 20px;
    clear: both;
    text-align: right;
}

.prov-timeline .prov-timeline-item:not(:first-child) {
    margin-top: -60px;
}

.prov-timeline .prov-timeline-item .title {
    font-size: 32px;
    margin-bottom: 12px;
    position: relative;
    color: #fff;
}

.prov-timeline .prov-timeline-item .title:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 4px solid #fff;
    background-color: #1d1d1d;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -73px;
    z-index: 1000;
}

.prov-timeline .prov-timeline-item .title.big:before {
    width: 24px;
    height: 24px;
    transform: translate(8px, -50%);
}

.prov-timeline .prov-timeline-item . {
    color: #aaa;
}

.prov-timeline .prov-timeline-item . p {
    line-height: 1.4em;
}

.prov-timeline .prov-timeline-item:nth-child(2n) {
    text-align: left;
    float: right;
}

.prov-timeline .prov-timeline-item:nth-child(2n) .title:before {
    left: -63px;
}

.prov-timeline .prov-timeline-item:nth-child(2n) .title.big:before {
    transform: translate(-8px, -50%);
}

.payment-client h2 {
    text-align: right
}

.partner-not-founded {
    text-align: left;
    padding: 10px;
    border: 1px solid #e43a45;
    background-color: rgba(228, 58, 69, 0.2);
}

.partner-not-founded .link {

}

/*Proventum simple alert css*/

.prov-simple-alert {
    display: table;
    position: relative;
    margin: 20px 0;
    width: 100%;
    background-color: white;
    border: 1px solid #e2e2e2;
    color: #fff;
    transition: all 0.2s ease;
}
.prov-simple-alert.is-hidden {
    opacity: 0;
    height: 0;
    font-size: 0;
    padding: 0;
    margin: 0 auto;
    display: block;
}

.prov-simple-alert--orange {
    background-color: #F39C12;
}

.prov-simple-alert--red {
    background-color: #FF4136;
}

.prov-simple-alert--green {
    background-color: #2ECC40;
}

.prov-simple-alert-icon {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    padding: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
}


.prov-simple-alert-icon > i {
    width: 20px;
    font-size: 20px;
}

.prov-simple-alert-body {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 10px;
}
.prov-simple-alert-body > p {
    margin-top: 2px !important;
}

.prov-simple-alert-body > .simple-alert-heading {
    font-size: 18px;
}

.prov-simple-alert-body > .simple-alert-description {
    margin-top: 6px;
    color: #333;
}

.prov-simple-alert-close {
    position: absolute;
    background-color: transparent;
    color: #3333;
    border: none;
    outline: none;
    font-size: 20px;
    right: 5px;
    top: 0;
    cursor: pointer;
}

.uicrop-pick-image {
    background: #5e3f056e;
    height: 100%;
    text-align: center;
    color: black;
    z-index: 999;
    position: absolute;
    width: 100%;
    top: 0;
}
.uicrop-pick-image .uicrop-pick-box{
    position:absolute;
    top: calc(35% - 10px);
    font-size: 70px;
    left: calc(40% - 10px);
}
.uicrop-pick-preview{
    display: block !important;
    margin: 0 auto;
    width: 570px;
    height: 570px;
    position: relative;
}

/*info*/

.prov-simple-alert-icon-info {
    background-color: #357bcf;
}

.simple-alert-heading-info{
    color: #357bcf;
}
/*success*/

.prov-simple-alert-icon-success {
    background-color: #4c8d47;
}

.simple-alert-heading-success{
    color: #4c8d47;
}

/*warning*/

.prov-simple-alert-icon-warning {
    background-color: #b2634a;
}

.simple-alert-heading-warning{
    color: #b2634a;
}

/*danger*/

.prov-simple-alert-icon-error {
    background-color: #93435a;
}

.simple-alert-heading-error {
    color: #93435a;
}

.wrap {
    width: 262px;
    height: 397px;
    padding: 0;
    overflow: hidden;
    float: left;
    margin: 0 24px;
    position: relative;
}

.wrap-mask {
    position: absolute;
    width: 75%;
    height: 17%;
    background: #3d3d3d;
    z-index: 999;
    padding: 19px 11px;
    color: white;
    font-size: 18px;
    text-align: left;
    bottom: 0px;
}

.wrap-mask-full {
    position: absolute;
    width: 25%;
    left: 75%;
    height: 17%;
    background: #393939;
    z-index: 999;
    padding: 10px 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    bottom: 0px;
}

.wrap-mask-full h6 {
    margin: 0;
    font-size: 10px;
}

.wrap-mask h4 {
    font-size: 15px;
    margin: 0;
}

.wrap-mask h6 {
    font-size: 11px;
    margin: 0;
}

/*.frame {*/
/*width: 349px;*/
/*height: 515px;*/

/*}*/
.frame {

    width: 100%;
    height: 100vh;
}

.ui-select-bootstrap .ui-select-choices-row > a {
    color: black !important;
}

.play-video-container {
    width: 100%;
    height: 240px;
    background-color: #121d28;
    background-image: url(../../../global/img/video-images/play.png);
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size .4s;
    padding: 20px 15px;
    color: #eee;
    font-size: 22px;
}

.play-video-container::before {
    content: "";
    display: block;
    background-color: #ededed;
    background-image: url('https://proventum.me/img/logo.png');
    background-size: 120px;
    background-position: 6px 8px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    float: left; /*icon on the left*/
    margin: -3px 10px 0 0; /*margin on the right so there is a gap between your icon and link*/
    border-radius: 100px;
}

.play-video-container:hover {
    opacity: .95;
    cursor: pointer;
    background-size: 120px;
}

iframe {
    border: none;
}

.rotate-icon {
    animation:rotate 3s  infinite;
    animation-timing-function: cubic-bezier(1,0,.5,1);
}

@-webkit-keyframes rotate-icon {
    from { -webkit-transform: rotate(0deg) }
    to { -webkit-transform: rotate(360deg) }
}

.ec-for{

    font-size: 11px;
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 3px;
}

.ec-cc-thumb{
    width: auto;
    float: left;
    margin-right: 10px
}

.ec-total-lab{
    padding-left: 5px !important;
    font-weight: 500;
}

#msg-email-content{
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .scroller {
        height: auto !important;
        max-height: none;
        overflow-x: scroll;
    }

    .portlet.light.bordered {
        height: auto !important;
    }

    .dropdown-backdrop {
        display: none;
    }

    .dropdown-menu-v2 {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px 0 !important;
    }

    .mobile-dashboard-menu {
        padding: 0 10px;
    }

    .dropdown-menu-v2:before {
        display: none;
    }

    .navbar-toggle {
        padding-right: 10px !important;
    }

    .page-header .navbar .navbar-toggle .icon-bar {
        background: #ddd;
    }

    .mt-overlay-1 {
        padding: 0 45px;
    }

    .ticket-counter {
        margin: 7px !important;
    }

    ul.list-inline > li {
        display: block;
        margin: 7px;
    }

    .d-none-responsive {
        display: none !important;
    }

    .page-header .navbar-fixed-top {
        margin: 0;
        padding: 10px 5px 5px 10px;
    }

    .loading {
        position: static !important;
        float: none;
        margin: auto;
    }

    .tab-content h1 {
        font-size: 22px;
        text-align: left !important;
    }
}
