/***************************************\
* made by:                              *
*     BS Computer - Zrenjanin       	*
* developers:                           *
*     Nemanja Zolak                     *
*     Nemanja Zarić                     *
*     Dejan Radovanović                 *
*     Nikola Rađenović                  *
* designer and front-end develpore:     *
*     Nina Zadrin                       *
* email:                                *
*     office@bscomputer.com             *
*                            			*
\***************************************/

html {
    background: #f4f6f9;
}

body {
    background-color: #f4f6f9 !important;
    overflow-x: hidden;
    color: #343a40;
    font-size: 12px;
}

.navbar {
    background-color: #fff !important;
}

.container {
    width: calc(98% - 50px) !important;
    margin-left: calc(5% + 10px);
    margin-right: calc(5% + 10px);
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1920px !important;
}

.container2 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 35% !important;
    width: 30%;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 9999999;
}

.full-height {
    height: 100vh;
}

.flex-center {
    background: white;
    padding: 10px;
    padding-top: 20px;
    border-radius: 5px;
}

.flex-tab {
    background: white;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: none;
    border-radius: 5px;
}

.table-content {
    margin-bottom: 10px;
}

td p {
    margin-bottom: 0;
}

ul {
    list-style-type: none;
}

a,
a:hover {
    color: #343a40;
}

.mainRow {
    margin: 0px !important;
}

.footer-login-text {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.login-hr {
    border: 0;
    border-top: 1px solid #ced4da;
    display: inline-block;
    margin: 0;
    margin-top: 50px;
    padding: 0;
    width: 70%;
}

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

hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.noHover {
    text-decoration: none !important;
    color: #fff!important;
    text-align: center!important;
    left: 3px!important;
    background-color: transparent !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: 0 !important;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.pageName {
    max-width: 95% !important;
    margin-left: 4%;
    margin-top: 52px;
}

.kontakt_margin {
    display: inline-block;
    margin-right: 5px !important;
}

.align-right {
    text-align: right;
}

.paragraf {
    background-color: rgba(0, 0, 0, .03);
    padding: 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0px;
}


/****************** CARDS LOGIN *****************/

.card {
    width: 360px;
    border: 0px solid #222 !important;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;
}

.login_card {
    margin: 7% auto;
    max-width: 540px;
    width: 100%;
}

.login_card {
    margin: 7% auto;
}

.login_card .card-header {
    margin-bottom: 20px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0px;
    background-color: #fff;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
}

.card-title {
    font-size: 12px;
    font-weight: 400;
}

.logo {
    width: 100px;
}

.footer-login-img {
    max-width: 80px;
    margin-top: 20px;
}

.card-body {
    padding-bottom: 0px;
    /* padding-top: 40px; */
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125);
}


/****************** END CARDS LOGIN *****************/


/****************** ALERT *****************/

.swal-text {
    text-align: center;
}

.swal-title {
    color: #343a40;
}

.swal-icon-warning,
.swal2-icon-content,
.swal2-icon.swal2-warning {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
    background-color: #dc3545 !important;
}

.alert-success {
    color: #343a40;
    background-color: #93d8e4;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;
    padding: 2rem;
    font-size: 15px;
}

.alert-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.alert-warning {
    color: #fff;
    background-color: #dc9945;
    border-color: #dc9945;
    opacity: 0.9;
}

.swal2-actions {
    justify-content: flex-end;
}

.swal-button--danger,
.swal-button--danger:hover,
.swal-button--danger:focus,
.swal2-cancel,
.swal2-cancel:hover,
.swal2-cancel:focus {
    border: none;
    color: #343a40 !important;
    background-color: transparent !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    vertical-align: middle !important;
    box-shadow: none !important;
    background-image: none !important;
}


/****************** END ALERT *****************/


/************************ MODAL BOX *****************************/

.modal-evidencija {
    max-width: 900px;
}

.modal-dialog {
    margin-top: 30px;
}

.modal-content {
    border-radius: 5px;
    outline: 0;
    border: none;
}

.modal-header {
    border: none;
    background: #f9f9f9;
}

.close {
    background-color: hsl(193, 100%, 5%);
    font-size: 36px;
    color: hsl(193, 100%, 5%);
}

.modal-body {
    border: none;
    padding-top: 15px;
}

.modal-footer {
    border: none;
    background: #f9f9f9;
}

.btn-obaveza {
    float: right;
}


/************************ END  MODAL BOX *****************************/


/***************** DASHBOARD ******************/

.fp-right {
    z-index: 0;
    opacity: 1;
    border-left: 4px solid #e9ecef;
    height: 72px;
    position: absolute;
}

.dash-ul {
    margin-top: 0px;
}

.dashboard-card {
    margin: 0;
    padding-top: 10px;
    padding-left: 0;
    width: 100%;
}

.dashboard-card-body {
    padding-top: 0;
}

.dashboard-naziv {
    padding-left: 0px;
}

.dash-row-ugovori {
    border: 0px solid #222 !important;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;
    background: white;
}

.card-height {
    height: 250px;
}

.card-last-row {
    height: 480px;
}

.info-box-blue,
.info-box-red,
.info-box-green,
.info-box-yellow,
.info-box-grey {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
    height: 70px;
    color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24) !important;
}

.info-box-blue {
    background-color: #93d8e4;
}

.info-box-red {
    background-color: #dc3545;
}

.info-box-green {
    background-color: #109d28;
}

.info-box-yellow {
    background-color: #f3ae0b;
}

.info-box-grey {
    background-color: #d2d6de;
}

.vertical-timeline-element {
    margin: 0 0 .5rem;
}

.vertical-timeline-element-icon-rodjendani {
    visibility: visible;
    animation: cd-bounce-1 .8s;
    height: 14px;
    width: 14px;
    background: #93d8e4;
    position: absolute;
    left: 10px;
    margin-top: 2px;
    display: block;
    border-radius: 20px;
}

.vertical-timeline-element-icon-slave {
    visibility: visible;
    animation: cd-bounce-1 .8s;
    height: 14px;
    width: 14px;
    background: #343a40;
    position: absolute;
    left: 10px;
    margin-top: 2px;
    display: block;
    border-radius: 20px;
}

.vertical-timeline-element-icon-rodjendani::after,
.vertical-timeline-element-icon-slave::after {
    content: '';
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 20px;
}

canvas {
    width: 100%;
}

.info-box-icon {
    color: #fff;
    font-size: 1.875rem;
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.info-box-content {
    -ms-flex: 1;
    flex: 1;
    padding: 5px 10px;
    align-self: center;
}

.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 32px;
}

.info-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/***************** END DASHBOARD ******************/


/***************** RADNIK ******************/

.imgRadnik {
    height: 150px;
    margin-bottom: 20px;
    border-radius: 150px;
}


/***************** END RADNIK ******************/


/****************** Table *****************/

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    font-size: 12px;
    font-weight: 400;
}

#datatable-ugovori .primary,
#datatable-ugovori .secondary,
#datatable-ugovori .tertiary {
    width: 100%;
}

.table .thead-light th {
    color: #343a40;
    background-color: rgba(0, 0, 0, .03);
    border-color: rgba(0, 0, 0, .03);
}

.table-body .row:first-child {
    margin-bottom: 15px;
}

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

.table {
    width: 100% !important;
}

.table-striped td {
    padding: 10px
}

.details-control {
    width: 20px;
}


/* .tabDatables {
    padding: 15px;
} */

.dataTables_wrapper {
    padding-top: 0px;
}

.dataTables_filter {
    text-align: right;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid rgba(0, 0, 0, .03);
    ;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    /* padding: 9px; */
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, .03);
    ;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table>thead>tr>th {
    border: none;
}

table {
    border-collapse: separate !important;
    border-top: none;
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, .03);
    ;
    border: none;
}

.table-hover tbody tr:hover {
    color: #343a40;
    background-color: rgba(0, 0, 0, .03);
    ;
}

td.details-control {
    background: url('/paketi/DataTables//resources/details_open.png') no-repeat center 40%;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('/paketi/DataTables//resources/details_close.png') no-repeat center 40%;
}

.tbl_knjizenje {
    width: 90%;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, .03);
    ;
    text-align: center;
    background: transparent;
}

.tbl_knjizenje thead th {
    background-color: #93d8e4;
    padding: 10px;
}

.tbl_knjizenje td {
    border: 1px solid rgba(0, 0, 0, .03);
    ;
    padding: 10px;
}

tbody tr td {
    border: none;
}

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

.sorting {
    vertical-align: bottom !important;
}

.dt-center {
    text-align: center !important;
}

.dt-right {
    text-align: right !important;
}


/****************** END TABLE *****************/


/****************** TABOVI *****************/

.tabs-content {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
}

.tabs-header {
    padding-bottom: 0.25rem;
    margin-bottom: 0;
    background-color: hsl(51, 0%, 100%);
    color: hsl(193, 100%, 5%);
    border: none;
    border-radius: 5px;
    width: 100%;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    margin-right: 5px;
    border-top: 3px solid transparent;
    border-bottom: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0px;
    color: hsl(193, 100%, 5%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -10px;
    margin-top: -1px;
    padding-bottom: 6px;
}

.nav-tabs .nav-link .active {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top-color: #93d8e4;
    border-bottom: none;
    background: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-tabs .nav-link .active:hover {
    border-top-color: #93d8e4;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    color: hsl(193, 100%, 5%);
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.tabs-body {
    padding-top: 25px;
}

.footer-tabs {
    background-color: #f9f9f9;
    padding-bottom: 15px;
    padding-top: 15px;
    bottom: 0rem;
    margin: -10px;
    margin-top: 50px;
}

.header-info {
    padding-bottom: 5px;
    padding-top: 5px;
    bottom: 0rem;
    margin: -10px;
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.header-info-col {
    padding-bottom: 5px;
    padding-top: 5px;
}
.nav-tabs {
    margin: -1px;
    width: 100%;
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    border-top: 3px solid #93d8e4 !important;
}

.nav-tabs .nav-link.active:hover {
    background-color: #fff;
    border-top: 3px solid #93d8e4 !important;
    border-color: #dee2e6 #dee2e6 #f8fafc;
    border-radius: 3px;
}

.nav-link .naziv {
    margin-right: 150px;
}

.nav-tabs .nav-item .nav-link .fa {
    margin: 0;
}


/****************** END TABOVI *****************/


/****************** INPUT FIELDS *****************/

.select2-selection__placeholder {
    font-size: 12px;
}

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

.select2-default {
    font-size: 12px;
}

.select2-results__option--highlighted {
    background-color: #93d8e4 !important;
    color: #93d8e4 !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #93d8e4!important;
    box-shadow: 0 0 0 0 !important;
}

.select2-container--bootstrap4.select2-selection {
    border-color: #93d8e4 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px;
    line-height: 14px;
}

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

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: 31px !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    /* color: #343a40;
    border: 0 !important;
    border-radius: 0.2rem;
    padding: 0;
    padding-right: 0px;
    padding-right: 0 !important;
    cursor: pointer;
    float: left;
    margin-top: 15px !important;
    margin-right: 5px; */
}

input[type="file"] {
    border: none;
    padding: 0;
}

.spanInput {
    font-size: 12px;
    color: #343a40;
}

.spanTable {
    font-size: 15px;
    color: #343a40;
}

.spanNone {
    color: rgba(255, 255, 255, 0);
}

.descLabel {
    display: inline-block;
    margin-top: auto;
    position: relative;
}

.descLabel span {
    font-size: 12px;
    color: #343a40;
}

.divider-section {
    margin-top: 55px;
}

.tertiaryLabel {
    color: #343a40;
}

.alignText {
    text-align: center;
}

.checkForm {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
}

.form-control,
.column_search {
    display: block;
    width: 100%;
    height: 33px;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    line-height: 14px;
    color: #343a40;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus,
.column_search:focus {
    color: #000000;
    background-color: #fff;
    border-color: #93d8e4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-select {
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

.select2-selection--multiple .select2-selection__rendered {
    font-size: 12px;
    height: auto;
    /* line-height: 1px !important; */
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    line-height: 31px !important;
}

.select2-selection__placeholder {
    font-size: 12px;
}

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

.select2-default {
    font-size: 12px;
}

.select2-results__option--highlighted {
    background-color: #93d8e4 !important;
    color: hsl(193, 100%, 15%) !important;
}

.select2-container--bootstrap4.select2-selection {
    border-color: #93d8e4 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px;
    line-height: 14px;
}

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

input[type="file"] {
    border: none;
    padding: 0;
}

.spanInput {
    font-size: 12px;
    color: #343a40;
}

.spanTable {
    font-size: 15px;
    color: #343a40;
}

.spanNone {
    color: rgba(255, 255, 255, 0);
}

.descLabel {
    display: inline-block;
    margin-top: auto;
    position: relative;
}

.descLabel span {
    font-size: 12px;
    color: #343a40;
}

.divider-section {
    margin-top: 55px;
}

.tertiaryLabel {
    color: #343a40;
}

.alignText {
    text-align: center;
}

.checkForm {
    margin-top: auto;
    margin-bottom: auto;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #dedede !important;
    opacity: 1;
    cursor: not-allowed;
}

.flatpickr-wrapper {
    width: 100%;
}

.flatpickr-input[readonly] {
    cursor: pointer;
    background-color: #ffffff !important;
    /* cursor: not-allowed; */
}

.flatpickr-input[disabled] {
    /* cursor: pointer; */
    background-color: #dedede !important;
    cursor: not-allowed;
}



/********************** END INPUT FIELDS ************************/


/****************** BUTTONS *****************/

a:not([href]) {
    color: #343a40;
}

a:not([href]):hover {
    color: #17a2b8;
    text-decoration: none;
    cursor: pointer;
}

.login-button {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.disabled {
    cursor: not-allowed;
    box-shadow: none;
}

button:focus {
    outline: 1px dotted;
    outline: 0px;
}

.primary {
    background: #93d8e4;
    border: 1px solid #93d8e4;
    border-radius: 5px !important;
    color: #343a40 !important;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    transition: .3s ease-in-out;
    padding: 5px 15px !important;
    margin: 5px;
    margin-left: 0px;
}

.primary:hover,
.primary:focus,
.primary:active {
    /* box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);*/
    background: #17a2b8;
    color: #343a40 !important;
    text-decoration: none;
}

.secondary,
.buttons-html5 {
    background: #fff;
    color: #343a40;
    border: 1px solid #93d8e4;
    border-radius: 5px !important;
    padding: 5px 15px !important;
    transition: box-shadow .3s ease-in-out;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    margin: 5px;
}

.secondary:hover,
.secondary:focus,
.secondary:active,
.buttons-html5:hover,
.buttons-html5:focus,
.buttons-html5:active {
    /* box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);*/
    color: #17a2b8;
    background-color: #fff;
    text-decoration: none;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    /* box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);*/
    color: #343a40;
    background-color: #17a2b8;
    border: 1px solid #17a2b8;
}

.tertiary,
.filterBtn {
    border: none;
    color: #343a40;
    background-color: transparent;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 15px !important;
    font-size: 12px;
    vertical-align: middle;
    margin: 5px;
}

.tertiary:hover,
.tertiary:focus,
.tertiary:active,
.filterBnt:hover,
.filterBtn:focus,
.filterBtn:active {
    color: #343a40;
    text-decoration: underline;
}

/****/
.danger{
background: #EF6461;
border: 1px solid #EF6461;
border-radius: 5px !important;
color: white !important;
text-align: center;
vertical-align: middle;
font-size: 12px;
transition: .3s ease-in-out;
padding-right: 15px!important;
/* padding: 5px 15px !important; */
margin: 5px;
margin-left: 0px;
}

.danger:hover,
.danger:focus,
.danger:active {
/* box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);*/
background: #ED4845;
color: #343a40 !important;
text-decoration: none;
}
.primary .fa,
.secondary .fa,
.tertiary .fa,
.primary .fas,
.secondary .fas,
.tertiary .fas,
.page-link .fa {
    margin: 5px;
}
/****/

.no-padding {
    padding: 0 !important;
    font-weight: bold;
}

.page-item.active .page-link {
    background: #93d8e4;
    line-height: 15px !important;
    padding: 5px 15px !important;
    color: #343a40;
    transition: box-shadow .3s ease-in-out;
    border: 1px solid transparent;
}

.page-link,
.page-item.disabled .page-link {
    background: #93d8e4;
    line-height: 15px !important;
    padding: 5px 15px !important;
    color: #343a40;
    transition: box-shadow .3s ease-in-out;
    border: 1px solid #93d8e4;
    font-size: 12px;
    line-height: 1.6;
}

.page-item.disabled .page-link:hover {
    cursor: not-allowed;
    opacity: 0.6;
}

.fc-next-button,
.fc-prev-button {
    color: #93d8e4 !important;
    background-color: transparent !important;
    border: 1px solid #93d8e4 !important;
    padding: 5px 15px !important;
    font-size: 1em !important;
}

.fc-next-button:hover,
.fc-next-button:active,
.fc-next-button:focus,
.fc-prev-button:focus,
.fc-prev-button:active,
.fc-prev-button:hover {
    color: #17a2b8 !important;
    background-color: transparent !important;
    border: 1px solid #17a2b8 !important;
}

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
    background: #17a2b8 !important;
    color: #343a40 !important;
}

.fc-today-button,
.fc-dayGridMonth-button,
.fc-listWeek-button {
    color: #343a40 !important;
    background-color: transparent !important;
    border: 1px solid #93d8e4 !important;
    padding: 5px 15px !important;
}

.fc-today-button:hover,
.fc-today-button:active,
.fc-today-button:focus,
.fc-dayGridMonth-button:hover,
.fc-listWeek-button:hover,
.fc-dayGridMonth-button:focus,
.fc-listWeek-button:focus {
    color: #343a40 !important;
    background-color: transparent !important;
    border: 1px solid #17a2b8 !important;
    padding: 5px 15px !important;
}

.fc-dayGridMonth-button,
.fc-listWeek-button {
    color: #343a40 !important;
    background-color: transparent !important;
    border: 1px solid #93d8e4 !important;
    padding: 5px 15px !important;
}

.fc-dayGridMonth-button:active,
.fc-listWeek-button:active,
.fc-button-active {
    background: #17a2b8 !important;
    color: #343a40 !important;
}

.swal2-confirm {
    background: #93d8e4 !important;
    border: 1px solid #93d8e4 !important;
    border-radius: 5px !important;
    line-height: 15px !important;
    color: #343a40 !important;
    transition: box-shadow .3s ease-in-out !important;
    padding: 5px 15px !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    vertical-align: middle !important;
    margin: 5px !important;
    box-shadow: none !important;
}

.swal-button--cancel:hover,
.swal-button--cancel:focus,
.swal-button--cancel:active {
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2) !important;
}

.primary .fa,
.secondary .fa,
.tertiary .fa,
.primary .fas,
.secondary .fas,
.tertiary .fas,
.page-link .fa {
    margin: 5px;
}

.weekdays-list .weekdays-day {
    color: #343a40 !important;
    border: 1px solid #93d8e4 !important;
}

.weekdays-day:hover,
.weekdays-day:focus,
.weekdays-day:active,
.weekdays-list .weekday-selected {
    background-color: #fff !important;
    font-weight: normal !important;
    border: 1px solid #93d8e4 !important;
    text-decoration: underline;
}

.dash-button {
    text-align: center;
}

.dt-primary {
    padding: 5px !important;
    margin: 0px !important;
}
.dt-danger {
    padding: 5px !important;
    margin: 0px !important;
}


/****************** END BUTTONS *****************/


/****************** ICON *****************/

.fa-edit::before {
    content: "\f044";
    color: #343a40;
}

.fa-files-o {
    font-size: 25px !important;
    margin-bottom: 0px;
    margin-right: 0;
    margin-left: 0;
    vertical-align: bottom;
    display: table-cell;
}


/****************** MEDIA SCREEN *****************/

@media screen and (max-width: 1366px) {
    .dashCol3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .dashCol12 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .pageName {
        max-width: 99% !important;
        margin-left: 1%;
        margin-top: 70px;
    }
 
}

@media screen and (max-width: 1120px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -10px;
    }
 
    .pageName {
        max-width: 100% !important;
        margin-left: 0px;
        margin-top: 52px;
    }
}


@media screen and (min-width:1024) {

    .container {
        width: calc(98% - 50px) !important;
        margin-left: calc(5% + 10px);
        margin-right: calc(5% + 10px);
    }
    
}
@media screen and (max-width: 1024px) {
    .container-mob {
        max-width: 100% !important;
        margin-left: 0px;
    }
    .card-header {
        text-align: center;
    }
    .info-box-content {
        display: inline-table;
    }
    .card-dash-mob {
        max-width: 270px !important;
        width: 100%;
        margin: 0 !important;
    }
    .dash-slave,
    .org-jedinice,
    .kvalifikacije {
        margin-top: 10px;
    }
    .pageName {
        margin-top: 60px;
    }
    .login_card {
        margin: 3% auto;
        box-shadow: none !important;
    }
    .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .login-body {
        padding-left: 0;
        padding-right: 0;
    }
    .login-header {
        display: none !important;
    }
}


/****************** END MEDIA SCREEN *****************/