/* ************************************* *\
 *                                  			*
 *   author: BS Computer - Nemanja Zolak  *
 *   designer: BS Computer - Nina Zadrin  *
 *   email: office@bscomputer.com         *
 *                            			      *
\* ************************************* */

html {
    background: #edf1f5;
}

body {
    background-color: #edf1f5;
    overflow-x: hidden;
    color: #505759;
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: 100%;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

a{
    color: #505759;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #505759;
    text-decoration: none;
}

.container{
 max-width: 1920px;
 width: 100%;
}

input, select {
    height: 12px;
	padding-left:0px;
	margin-right: 10px !important;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {

    cursor: pointer;
    height: auto;

}

.row {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.col-form-label {
    padding: 0;
}

.form-check-input{
    height: 21px;
    margin-top: 0px;
}

h5, .h5 {
    font-size: 1rem;
    opacity: 0.5;
    color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #505759;
    opacity: 0.5; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #505759;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #505759;
}

p {
    margin-bottom: 0.5rem;
}

ul {
    width: 100%;
    list-style-type: none;
}

span {
    font-size: 12px;
    text-align: left;
}

.menuitem span {
    font-size: 15px;
}

.col-md-4,
.col-md-6,
.col-md-5,
.col-md-12 {
    text-align: left;
}

select {
    text-align: left;
}

.close span {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.table .table {
    background-color: transparent;
}


/****************** TOP NAVBAR *****************/
.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    /* padding-left: 70px; */
}
.navbar {
    z-index: 1;
    padding-left: 30px;
}

#navbarSupportedContent {
    align-self: flex-end !important;
    line-height: 0px;
    padding-bottom: 12px;
}

.nav-item .dropdown {
    width: 100%;
    float: right;
    text-align: right;
}

.bg-light {
    background-color: #ffffff !important;
    box-shadow: 1px 0 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 0 7px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 1px 0 7px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 0 7px rgba(0, 0, 0, 0.05);
}

.border-bottom {
    border: 0;
    box-shadow: 0 0px 16px 0 hsla(0, 0%, 0%, 0.1);
}
.nav-item{
    /* width: 150px; */
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -60px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 95px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    text-align: right;
}

.dropdown-menu ul {
    padding: 0px;
}

.dropdown-item,.dropdown-item:hover, .dropdown-item:active {
    display: block;
    width: 100%;
    padding: 0rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.select2-container--bootstrap4 .select2-selection {

    border: 1px solid #505759 !important;
  border-radius: 5px !important;
    width: 100%;

}
.navbar-expand-lg .navbar-nav .dropdown-menu {

    position: absolute;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;

}
.dropdown-item, .dropdown-item:hover, .dropdown-item:focus {

    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 22px;

}

.dropdown-item:hover{
	color: #68d2d7;
	text-decoration: underline;
}

.user-header {
    background-color: hsl(193, 100%, 84%);
    height: 150px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
    font-family: Arial;
    color: #505759;
}

.user-header li {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 30px;
    text-align: center;
    font-family: Arial;
    line-height: 0.2rem;
}

.user-body {
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 20px;
	border: none;
	color: #505759;
	padding-bottom: 20px;
}

.user-body li {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    font-family: Arial;
    line-height: 0.2rem;
}

.user-footer {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    border: none;
    background: hsl(0, 0%, 97%);
    color: #505759;
}

.user-footer li {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 30px;
    font-family: Arial;
    line-height: 0.2rem;
}


/****************** SIDE NAVBAR *****************/
.fixed-sidenav .navbar {
    padding-left: 315px !important;
}

@keyframes expand {
    0% {
        width: 50px;
    }
    100% {
        width: 300px;
    }
}

@keyframes collapse {
    0% {
        width: 50px;
    }
    100% {
        width: 50px;
    }
}

@keyframes shrinkContent {
    0% {
        margin-left: 50px;
    }
    100% {
        margin-left: 260px;
    }
}

.content {
    background: #edf1f5;
    z-index: 0;
    text-align: center;
}

.fixed-sidenav .content {
    animation: shrinkContent 250ms 1;
    animation-fill-mode: forwards;
}

.sidenav {
    position: fixed;
    width: 0px;
    min-height: 100%;
    height: 100vh;
    background-color: #505759;
    box-sizing: border-box;
    padding-top: 0px;
    animation: collapse 250ms 1;
    animation-fill-mode: forwards;
    z-index: 2;
}

.sidenav.pin,
.sidenav.open {
    animation: expand 250ms 1;
    animation-fill-mode: forwards;
}



.sidenav ul {
    padding-left: 0px;
}

.sidenav li {
    padding-left: 2.6rem;
}

.sidenav ul li ul li {
    padding-left: 0.6rem;
}

.sidenav li:hover {
    background-color: hsl(193, 100%, 9%);
    color: hsl(193, 100%, 100%);
}

.fa-circle {
    margin-left: 0px;
    margin-right: 5px;
    color: hsl(193, 100%, 84%);
    font-size: 0.5rem;
}

.sidenav li:hover .fa-circle {
    color: hsl(193, 100%, 100%);
}

.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    color: white;
}

.menuitem {
    color: hsl(193, 100%, 84%);
    border: 0px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    font-weight: 300;
    font-size: 0.875rem;
    cursor: pointer;
    border-left: 4px solid transparent;
}

.menuitem i,
.menuitem span,
.menuitemsub1 i,
.menuitemsub1 span {
    align-self: center;
}

.menuitem span,
.menuitemsub1 span {
    display: none;
    white-space: nowrap;
}

.sidenav.pin .menuitem span,
.sidenav.open .menuitem span {
    display: block;
}

.menuitem a {
    color: hsl(193, 100%, 84%);
    border: 0px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    font-weight: 300;
    font-size: 0.875rem;
    text-decoration: none;
}

li.active > a {
    border-left-color: #3c8dbc;
}

.menuitem:hover,
.menuitem:hover a,
.menuitem.active {
    background-color: hsl(193, 100%, 15%);
    color: hsl(193, 100%, 100%) !important;
    text-decoration: none;
    border-left: 4px solid #95d7e3;
}

.menuitem i {
    margin-left: 16px;
    margin-right: 16px;
    color: hsl(193, 100%, 84%);
    width: 25px;
}

.activeLi {
    background-color: hsl(193, 100%, 15%);
}

.activeLi i {
    color: white;
}

.menuitem.active .menuitem i {
    color: white;
}

.menuitem:hover .fas {
    color: hsl(193, 100%, 100%);
}

.dropdown-sidebar {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 300;
    color: hsl(193, 100%, 84%);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.8rem;
    padding-bottom: 0.2rem;
}

.dropdown-sidebar:hover,
.dropdown-sidebar:active {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 300;
    color: hsl(193, 100%, 94%);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.8rem;
    padding-bottom: 0.2rem;
    text-decoration: none;
}

#btn2 {
    display: none;
    background-color: transparent;
    color: hsl(193, 100%, 84%);
    padding: 21px;
    border: none;
    font-size: 20px;
    align-self: center;
}

#btn1 {
    background-color: transparent;
    color: hsl(193, 100%, 84%);
    padding: 18px;
    border: none;
    font-size: 20px;
    align-self: center;
}

.menuitemsub1 {
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    box-sizing: border-box;
    height: 50px;
    display: flex;
}

.menuitemsub {
    position: relative;
    display: inline-block;
}

.menuitemsub1,
.menuitemsub2,
.menuitemsub3,
.menuitemsub4,
.menuitemsub5,
.menuitemsub6,
.menuitemsub7,
.menuitemsub8,
.menuitemsubsub1,
.menuitemsubsub2,
.menuitemsubsub3,
.menuitemsubsub4 {
    display: none;
}



.fa-plus-circle {
    color: #505759;
    font-size: 20px;
}

/****************** FORM CONTROL *****************/

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 14px;
    color: #505759;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #505759;
    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 {
    color: #000000;
    background-color: #fff;
    border-color: #68d2df;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.form-group {
    margin-bottom: 1.5rem;
}


/****************** 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: #505759;
    border: none;
    border-radius: 5px;
    width: 100%;
}

.nav-tabs .nav-link {
    margin-bottom: -2px;
    margin-right: 5px;
    border-top: 5px solid transparent;
    border-bottom: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0px;
    color: #505759;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.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: #505759;
}

.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-top: 50px;
    margin-bottom: -23px;
}

.tab-pane {
    padding-left: 2rem;
    padding-right: 2rem;
}

.nav-tabs {
    margin: -1px;
}

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

.nav-tabs .nav-link.active:hover {
    background-color: #fff;
    border-top: 5px solid #cffcff !important;
    border-color: #dee2e6 #dee2e6 #f8fafc;
}

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

.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}


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

.card {
    width: 360px;
    margin: 7% auto;
    border-radius: 5px;
}

.card-header {
    padding-bottom: 0.25rem;
    padding-top: 1rem;
    margin-bottom: 0;
    background-color: hsl(51, 0%, 100%);
    color: #505759;
    border: none;
    border-radius: 0px;
}

.card .btn-link,
.card .btn-link:focus,
.card .btn-link:hover,
.card .btn-link:active {
    font-weight: 400;
    color: #505759;
    background-color: transparent;
    padding: 0rem;
    text-decoration: none;
}

.card .btn-link:hover {
    text-decoration: none;
}

hr {
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
}

.glyphicon {
    position: absolute;
    top: 7px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-envelope::before {
    content: "\2709";
}

.glyphicon-lock::before {
    content: "\e033";
}

.btn {
    border: none;
}

.card .login {
    color: #001a22;
    background-color: #93d8e4;
    border-color: none;
    width: 100%;
    border-radius: 0px;
}

.card .login:active {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
    width: 100%;
}

.card .login:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-color: #3490dc;
}

.links{
    padding-top: 3rem;
}

/************* BUTTONS ***********************/
.btn-primary {
    color: #fff;
    background-color: #68d2df;
    border-color: transparent;
}
.btn-primary:hover {
    color: #fff;
    background-color: #68d2df;
    border-color: transparent;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}


.btn:active, .btn:focus, .btn:hover{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dodaj {
    height: 31px;
    background: transparent;
    color: #505759;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    bottom: 0;
    right: 18px;
}

.dodaj:hover,
.dodaj:focus,
.dodaj:active,
.dodaj:not(:disabled):not(.disabled):active,
.dodaj:not(:disabled):not(.disabled):active:focus {
    height: 31px;
    background: transparent;
    color: #505759;
    border: none;
    box-shadow: none;
}

.printButton {
    background: transparent;
    background-color: transparent !important;
    color: hsl(193, 100%, 24%);
    border: none;
    border-radius: 5px;
    padding: 10px 10px;
    line-height: 15px;
}

.emailButton,
.emailButton:hover,
.emailButton:focus{
    background: transparent;
    background-color: transparent !important;
    color: hsl(193, 100%, 24%);
    border: none;
    border-radius: 5px;
    border-bottom: 1px solid hsl(193, 100%, 24%);
    padding: 10px 10px;
    line-height: 15px;
}

.swal-button--cancel,
.btn-back,
.swal-button--cancel:hover {
    background: transparent;
    background-color: transparent !important;
    border: none !important;
    color: hsl(0, 0%, 24%);
    padding: 10px 10px;
    line-height: 15px;
    border-radius: 5px;
}

.swal-button--danger,
.btn-save,
.swal-button--danger:hover {
    background-color: #cffcff !important;
    color: hsl(193, 100%, 24%);
    border: none !important;
    padding: 10px 10px;
    line-height: 15px;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-group .btn + .btn {
    margin-left: 10px;
}

.btn-add {
    background: #68d2df;
    color: hsl(193, 100%, 24%);
    border: none;
    border-radius: 5px;
    padding: 10px 10px;
    line-height: 15px;
}

.btn-add:hover {
    box-shadow: 0 2px 3px 0 hsla(184, 19%, 25%, 0.2);
}


.primary,
.primary:hover,
.primary:focus {
    background: #68d2df !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    line-height: 15px !important;
    padding: 10px 10px !important;
}

.excelButton,
.excelButton:hover,
.excelButton:focus,
.excelButton:active { 
    background: #68d2df !important;
    color: hsl(193, 100%, 24%) !important;
    border: 1px solid #cffcff !important;
    border-radius: 5px !important;
    line-height: 15px !important;
    padding: 10px 10px !important;
}

.buttons-pdf,
.buttons-pdf:hover,
.buttons-pdf:active,
.buttons-pdf:focus {
    background: #68d2df !important;
    color: hsl(193, 100%, 24%) !important;
    border:none !important;
    border-radius: 5px !important;
    line-height: 15px !important;
    padding: 10px 10px !important;
}
.buttons-csv,
.buttons-csv:hover,
.buttons-csv:focus,
.buttons-csv:active {
    background: #68d2df !important;
    color: hsl(193, 100%, 24%) !important;
    border: none!important;
    border-radius: 5px !important;
    line-height: 15px !important;
    padding: 10px 10px !important;
}

.secondary,
.secondary:hover,
.secondary:focus,
.secondary:active{
    background: transparent;
    color: #68d2df ;
    border: 1px solid #68d2df ;
    border-radius: 5px;
    padding: 10px 10px;
    line-height: 15px;
}


.tertiary,
.tertiary:hover,
.tertiary:focus {
    background: transparent;
    color:#505759 ;
    border: none;
    border-radius: 0px;
    padding: 10px 10px;
    line-height: 15px;
}

.primary:hover,
.primary:focus,
.secondary:hover,
.secondary:focus {
    box-shadow: 0 2px 3px 0 hsla(184, 19%, 25%, 0.2);
}

.tertiary:hover,
.tertiary:focus,
.btn-back:hover {
    text-decoration: underline;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-save:hover {
    box-shadow: 0 2px 3px 0 hsla(184, 19%, 25%, 0.2);
}

/************************ MODAL BOX *****************************/
.modal-dialog{
    margin-top: 185px;
}

.modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    outline: 0;
}

.modal-header {
    border: none;
    border-bottom: 1px solid #dee2e6;
}

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

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


/************************** TABLE *****************************/
.table-content{
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
}

.table-header {
    padding-bottom: 0.25rem;
    margin-bottom: 0;
    background-color: hsl(51, 0%, 100%);
    color: #505759;
    border: none;
    border-radius: 0px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

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

.table td {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #f9f9f9;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f9f9f9;
    border-top: none;
}

.table-hover tbody tr:hover {
    background-color: #f9f9f9;
}

.table-bordered td {
    border: 1px solid #f9f9f9;
}

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

div.dataTables_wrapper div.dataTables_info{
    padding-top: 20px;
    padding-bottom: 20px;
}

div.dataTables_wrapper div.dataTables_paginate{
    padding-bottom: 20px;
}

.page-link,
.page-link:hover,
.page-link:focus {
    color: #505759;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #68d2df;
}

.page-item.active .page-link {
    background: #68d2df;
    color: #fff;
    border-color: #68d2df;
}

.page-item.disabled .page-link {
    color: #505759;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border: 1px solid #68d2df;
}

.page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0rem;
}

.page-item:last-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.alert,
.alert-success,
.alert-danger {
    margin-bottom: 0rem;
    width: 100%;
    border-radius: 5px;
}

.alert-success {

    color: white;
    background-color: #68d2df;
    border-color: #68d2df;
    border-radius: 5px;

}

.dataTables_length,
.dataTables_filter {
    padding-top: 30px;
    padding-bottom: 15px;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
    padding-left: 5px;
}

.swal-icon--warning {
    border-color: hsl(193, 100%, 84%) !important;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
    background-color: hsl(193, 100%, 84%);
}

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

#datatable_previous {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* DEFAULT JE 12 MISLIM DA JE DOSTA SITNO BOLJE JE 14. */
.select2-selection__rendered {
    font-size: 14px;
}

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

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

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

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

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

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    height: auto;
    display: inline-block;
    margin-right: 0px !important;
}

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

.fa-times{
	font-size: 22px !important;
	color: #68d2df !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    height: 31px;
}


@media only screen and (max-width: 1440px) {


div.desc {
    padding-left: 0!important;

}
}

