body {
    font-family: "BPG mrgvlovani";
    font-size: 11px;
    background: #eaeaea;
}

.sidebar-logo-icon {
    padding: 11px;
}

.nav-sidebar .nav-link span {
    padding-top: 1px !important;
    font-family:"BPG Arial Caps" !important;
    font-size: 11px;
}

.nav-sidebar .nav-link i {
    font-size: 15px;
}

.nav-sidebar .nav-link {
    font-size: 12px;
}

.nav-group-sub {
    font-family:"BPG Arial Caps" !important;
}

.nav-group-sub .nav-item a {
    font-size: 11px;
}

.userProfileImage {
    width: 100%;
    height: 330px;
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
}

.userProfileSignature {
    position: relative;
    float: right;
    padding: 10px;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: center;
    border-radius: 10000px;
    border-width: 2px;
    border-style: solid;
    background: rgba(38, 166, 154, 0.9);
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
}

.settingsCompanyLogo {

}

.settingsCompanyLogo .logo {
    height: 130px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top-right-radius: 20px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
}

.settingsCompanyLogo .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top-right-radius: 20px;
    background: rgba(38, 166, 154, 0.85); !important;
}

.settingsCompanyStamp .stamp {
    height: 130px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top-left-radius: 20px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
}

.settingsCompanyStamp .hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top-left-radius: 20px;
    background: rgba(38, 166, 154, 0.85); !important;
}

.topSearch .input {
    background: red;
}

.topSearch .input {
    --input-placeholder-color: red !important;
}

.searchTypeIcon {
    font-size: 14px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.5);
    border-radius: 100px;
}

.searchTypeImage {
    width: 25px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.5);
    border-radius: 100px;
}

.searchSubmit {
    width: 100%;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #00bcd4;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    border-radius: 4px;
    background: rgba(0,0,0,0.05);
    -webkit-box-shadow: 2px 3px 4px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.1);
    box-shadow: 2px 3px 4px 1px rgb(0 0 0 / 10%);
}

.searchSubmit:hover {
    background: rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 10%);
    width: 100%;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #00bcd4;
}

.form-control{
    --input-padding-y:0.5rem;
    --input-padding-x:0.875rem;
    --input-height:calc(calc(var(--input-line-height) * 1em) + calc(var(--input-padding-y) * 2) + calc(var(--border-width) * 2));
    --input-bg:var(--white);
    --input-color:var(--body-color);
    --input-plaintext-color:var(--body-color);
    --input-placeholder-color: red !important;
    --input-font-weight:400;
    --input-font-size:var(--body-font-size);
    --input-line-height:var(--body-line-height);
    --input-border-width:var(--border-width);
    --input-border-color:var(--gray-400);
    --input-border-radius:var(--border-radius);
    --input-box-shadow:0 0 0 0 transparent;
    --input-focus-bg:var(--white);
    --input-focus-border-color:var(--component-active-bg);
    --input-focus-box-shadow:var(--focus-ring-box-shadow);
    --input-disabled-bg:var(--gray-100);
    --input-disabled-border-color:var(--gray-400);
    display:block;
    width:100%;
    padding:var(--input-padding-y) var(--input-padding-x);
    font-size:var(--input-font-size);
    font-weight:var(--input-font-weight);
    line-height:var(--input-line-height);
    color:var(--input-color);
    background-color:var(--input-bg);
    background-clip:padding-box;
    border:var(--input-border-width) solid var(--input-border-color);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius:var(--input-border-radius);
    box-shadow:var(--input-box-shadow);
    transition:border-color var(--transition-base-timer) ease-in-out,box-shadow var(--transition-base-timer) ease-in-out
}


.auth .logo {
    /*padding: 50px;*/
}

.logo img {
    width: 50%;
}

.aioPosts textarea {
    width: 100%;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    text-align: center;
    font-size: 10px;
    padding-top: 15px;
}

.aioPosts .postSubmit {
    width: 100%;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #00bcd4;
    text-align: center;
    font-size: 9px;
    padding: 5px;
    border-radius: 0px;
    background: rgba(0,0,0,0.05);
    -webkit-box-shadow: 2px 3px 4px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.1);
    box-shadow: 2px 3px 4px 1px rgb(0 0 0 / 10%);
}

.aioPosts button:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 10%);
}

.aioPosts .attachFile {
    width: 100%;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #00bcd4;
    text-align: center;
    font-size: 9px;
    padding: 5px;
    border-radius: 0px 0px 0px 5px;
    -webkit-box-shadow: 2px 3px 4px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.1);
    box-shadow: 2px 3px 4px 1px rgb(0 0 0 / 10%);
}

.aioPosts .fullSize {
    width: 100%;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #00bcd4;
    text-align: center;
    font-size: 9px;
    padding: 5px;
    border-radius: 0px 0px 5px 0px;
    -webkit-box-shadow: 2px 3px 4px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.1);
    box-shadow: 2px 3px 4px 1px rgb(0 0 0 / 10%);
}


.schoolFillerTable tr td {
    border:0px;
}
.schoolFillerTable tr {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
}

.aioTable th {
    background: #ebebeb;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    text-align: center;
    font-size: 10px;
    padding: 5px !important;
    font-family:"BPG Arial Caps" !important;
    vertical-align: middle;
}

.aioTable.lgHead th {
    background: #ebebeb;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    text-align: center;
    font-size: 10px;
    padding: 15px 0px 10px 0px !important;
    font-family:"BPG Arial Caps" !important;
    vertical-align: middle;
}

.aioTable.smHead th {
    background: #ebebeb;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    text-align: center;
    font-size: 10px;
    padding: 7px 0px 7px 0px !important;
    font-family:"BPG Arial Caps" !important;
    vertical-align: middle;
}

.aioTable tr td {
    text-align: center;
    border-width: 1px;
    border-color: #ddd;
    font-size: 10px;
    border-style: dashed !important;
    padding: 5px !important;
    vertical-align: middle;
}


.aioTable tr:hover {
    background: rgba(0,0,0,0.05);
    border-style: solid !important;
    border-width: 1px 0px 0px 0px !important;
    border-color: #000 !important;
}

.aioInsideTable {
    width: 100%;
}

.aioInsideTable tr td {
    border-width: 1px;
    border-color: rgba(0,0,0,0.1) !important;
    border-style: dashed !important;
    padding: 3px;
    padding-left: 5px;
}

.aioInsideTable tr:hover {
    border-width: 0px !important;
}

.insideTableNoStyle {
    /*width: 100% !important;*/
    border: 0px !important;
}

.insideTableNoStyle tr td {
    border: 0px !important;
}

.insideTableNoStyle tr:hover{
    border: 0px !important;
    background: transparent;
}


.aio-support-status-1 {
    animation: aio-support-status-animate 1s infinite alternate ease;
    animation-fill-mode: both;
}

@keyframes aio-support-status-animate {
    from {
        color: rgba(255, 0, 0, 0);
    }
    to {
        color: rgba(255, 0, 0, 1);
    }
}


.text-pulse-warning {
    animation: text-pulse-warning-animate 1.5s infinite alternate ease;
    animation-fill-mode: both;
}

@keyframes text-pulse-warning-animate {
    from {
        color: rgba(255, 0, 0, 0);
    }
    to {
        color: rgba(255, 0, 0, 1);
    }
}


.aio-support-status-2 {
    color: #26a69a;
}

.aio-status-0 {
    color: #e74242;
}

.aio-status-1 {
    color: #26a69a;
}


.datepicker-controls .view-switch {
    font-family:"BPG Arial Caps" !important;
    font-size: 11px !important;
}

.pti-result-border-1 {
    border-color: transparent;
    border-bottom-color: #2e7d32 !important;
}

.pti-result-border-0 {
    border-color: transparent;
    border-bottom-color: #c52828 !important;
}

.pti-result-border-3 {
    border-color: transparent;
    border-bottom-color: #ff0000 !important;
}

.pti-result-text-1 {
    color: #2e7d32 !important;
}

.pti-result-text-0 {
    color: #ff0000 !important;
}

.pti-result-text-3 {
    color: #ff0000 !important;
}

.pti-reg-status-SERIOUS {
    color: #ffb74d;
}

.pti-reg-status-DANGEROUS {
    color: #ff0000;
}

.pti-reg-status-INSIGNIFICANT {
    color: #4caf50;
}

.pti-type-color-1 {
    color: rgba(33, 150, 243,0) !important;
}

.pti-type-color-2 {
    color: rgba(33, 150, 243, 1) !important;
}

.pti-type-color-3 {
    color: rgba(246, 167, 34, 1) !important;
}

.dash-fb-menu .fab-menu-btn {
    background: rgba(0, 188, 212, 0.5);
    background: rgba(0, 0, 0, 0.1);
    /*background: rgba(255, 0, 0, 0.5);*/
    border-color: rgba(255, 255, 255, 1);
    border-width: 2px;
}

.btn-group .dropdown-menu .dropdown-item {
    font-size: 10px;
    font-family:"BPG Arial Caps" !important;
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: rgba(0,0,0,0.07);
}

.aioInput .input-group button {
    padding-top: 10px !important;
    font-size: 10px !important;
    font-family:"BPG Arial Caps" !important;
}

.multiselect, .form-check-label {
    font-size: 10px !important;
    font-family:"BPG Arial Caps" !important;
}

.multiselect-search {
    padding: 0px;
    padding-left: 7% !important;
    font-size: 11px !important;
    font-family:"BPG Arial Caps" !important;
}

.form-control-feedback-icon i {
    font-size: 17px;
}

.aioInput .btn-warning {
    padding-top: 10px !important;
    font-size: 10px !important;
    font-family:"BPG Arial Caps" !important;
}

.aioInput .kv-fileinput-caption {
    padding-top: 7px !important;
    font-size: 10px !important;
    /*font-family:"BPG Arial Caps" !important;*/
    color: rgba(0,0,0,0.4);
}

.aioInput .btn-warning i {
    padding-bottom: 2px;
}

.aioStatus-0 {
    color: #e74242;
}

.aioStatus-1 {
    color: #26a69a;
}

.ticketStatus-1 {
    color: #e74242;
}

.ticketStatus-2 {
    color: #26a69a;
}

::-webkit-input-placeholder { /* Edge */
    color: rgba(0,0,0,0.4) !important;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: rgba(0,0,0,0.4) !important;
}

::placeholder {
    color: rgba(0,0,0,0.4) !important;
}

.aioXsSelect {
    height: 28px !important;
    padding: 4px 4px 4px 1px !important;
}

.adminCheckCard button {
    width: 100%;
    color: rgba(0,0,0,0.9);
    font-size: 10px;
    padding: 0px;
    text-align: left !important;
    background: transparent;
    /*background-image: linear-gradient(to right, rgba(159, 157, 157, 0.05) 0%, rgba(159, 157, 157, 0.07) 30%, rgba(159, 157, 157, 0.1) 80%, rgba(159, 157, 157, 0.15) 100%);*/
    border-width: 0px !important;
}

.cardAioBg {
    position: fixed;
    top: 35%;
    width: 50%;
    left: 25%;
    height: 50%;
    text-align: center;
    z-index: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.05;
}

.bgLogo .card-body {
    z-index: 2 !important;
}

.backgroundGrayImg {
    position: fixed;
    top: 5%;
    left: 5%;
    height: 90%;
    width: 90%;
    opacity: 0.05;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.backgroundGrayImgFull {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: 20% !important;
    opacity: 0.1;
}

.imgGray100 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.fullBgImage {
    width: 100%;
    height: 100%;
}

.lh-15 { line-height: 15px !important;}
.lh-16 { line-height: 16px !important;}
.lh-17 { line-height: 17px !important;}

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

.padding-1 { padding: 1px !important; }
.padding-2 { padding: 2px !important; }
.padding-3 { padding: 3px !important; }
.padding-4 { padding: 4px !important; }
.padding-5 { padding: 5px !important; }
.padding-5-per { padding: 5% !important; }
.padding-6 { padding: 6px !important; }
.padding-7 { padding: 7px !important; }
.padding-8 { padding: 8px !important; }
.padding-9 { padding: 9px !important; }
.padding-10 { padding: 10px !important; }
.padding-10-per { padding: 10% !important; }
.padding-15 { padding: 15px !important; }
.margin-5 { margin: 5px !important; }
.margin-10 { margin: 10px !important; }
.padding-20 { padding: 20px !important; }
.padding-30 { padding: 30px !important; }
.padding-50 { padding: 50px !important; }
.margin-20 { margin: 20px !important; }

.pl-0 { padding-left: 0px   !important;}
.pr-0 { padding-right: 0px  !important;}
.pt-0 { padding-top: 0px    !important;}
.pb-0 { padding-bottom: 0px !important;}

.padding-3 { padding: 3px !important; }

.pt-1 { padding-top: 1px    !important; }
.pb-1 { padding-bottom: 1px !important; }
.pl-1 { padding-left: 1px   !important; }
.pr-1 { padding-right: 1px  !important; }

.pt-2 { padding-top: 2px    !important; }
.pb-2 { padding-bottom: 2px !important; }
.pl-2 { padding-left: 2px   !important; }
.pr-2 { padding-right: 2px  !important; }

.pt-3 { padding-top: 3px    !important; }
.pb-3 { padding-bottom: 3px !important; }
.pl-3 { padding-left: 3px   !important; }
.pr-3 { padding-right: 3px  !important; }

.pt-4 { padding-top: 4px    !important; }
.pb-4 { padding-bottom: 4px !important; }
.pl-4 { padding-left: 4px   !important; }
.pr-4 { padding-right: 4px  !important; }

.pl-5 { padding-left: 5px   !important; }
.pr-5 { padding-right: 5px  !important; }
.pt-5 { padding-top: 5px    !important; }
.pb-5 { padding-bottom: 5px !important; }

.pl-8 { padding-left: 8px   !important; }
.pr-8 { padding-right: 8px  !important; }
.pt-8 { padding-top: 8px    !important; }
.pb-8 { padding-bottom: 8px !important; }

.pl-9 { padding-left: 9px   !important; }
.pr-9 { padding-right: 9px  !important; }
.pt-9 { padding-top: 9px    !important; }
.pb-9 { padding-bottom: 9px !important; }

.pl-6 { padding-left: 6px   !important; }
.pr-6 { padding-right: 6px  !important; }
.pt-6 { padding-top: 6px    !important; }
.pb-6 { padding-bottom: 6px !important; }

.pl-7 { padding-left: 7px   !important; }
.pr-7 { padding-right: 7px  !important; }
.pt-7 { padding-top: 7px    !important; }
.pb-7 { padding-bottom: 7px !important; }

.pt-10 { padding-top: 10px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pr-10 { padding-right: 10px !important; }
.pl-10 { padding-left: 10px !important; }

.pt-11 { padding-top: 11px !important; }
.pb-11 { padding-bottom: 11px !important; }
.pr-11 { padding-right: 11px !important; }
.pl-11 { padding-left: 11px !important; }

.pt-12 { padding-top: 12px !important; }
.pb-12 { padding-bottom: 12px !important; }
.pr-12 { padding-right: 12px !important; }
.pl-12 { padding-left: 12px !important; }

.pt-13 { padding-top: 13px !important; }
.pb-13 { padding-bottom: 13px !important; }
.pr-13 { padding-right: 13px !important; }
.pl-13 { padding-left: 13px !important; }

.pt-14 { padding-top: 14px !important; }
.pb-14 { padding-bottom: 14px !important; }
.pr-14 { padding-right: 14px !important; }
.pl-14 { padding-left: 14px !important; }

.pt-15 { padding-top: 15px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pr-15 { padding-right: 15px !important; }
.pl-15 { padding-left: 15px !important; }

.pl-20 { padding-left: 20px !important; }
.pr-20 { padding-right: 20px !important; }
.pt-20 { padding-top: 20px !important; }
.pb-20 { padding-bottom: 20px !important; }

.pl-25 { padding-left: 25px !important; }
.pr-25 { padding-right: 25px !important; }
.pt-25 { padding-top: 25px !important; }
.pb-25 { padding-bottom: 25px !important; }

.pl-30 { padding-left: 30px !important; }
.pr-30 { padding-right: 30px !important; }
.pt-30 { padding-top: 30px !important; }
.pb-30 { padding-bottom: 30px !important; }

.pl-32 { padding-left: 32px !important; }
.pr-32 { padding-right: 32px !important; }
.pt-32 { padding-top: 32px !important; }
.pb-32 { padding-bottom: 32px !important; }

.pl-35 { padding-left: 35px !important; }
.pr-35 { padding-right: 35px !important; }
.pt-35 { padding-top: 35px !important; }
.pb-35 { padding-bottom: 35px !important; }

.pl-40 { padding-left: 40px !important; }
.pr-40 { padding-right: 40px !important; }
.pt-40 { padding-top: 40px !important; }
.pb-40 { padding-bottom: 40px !important; }

.pl-50 { padding-left: 50px !important; }
.pr-50 { padding-right: 50px !important; }
.pt-50 { padding-top: 50px !important; }
.pb-50 { padding-bottom: 50px !important; }

.pl-60 { padding-left: 60px !important; }
.pr-60 { padding-right: 60px !important; }
.pt-60 { padding-top: 60px !important; }
.pb-60 { padding-bottom: 60px !important; }

.pt-100 { padding-top: 100px !important;}

.pt-12 { padding-top: 12px !important; }

.pt-18 { padding-top: 18px; }
.pt-19 { padding-top: 19px; }
.pt-25 { padding-top: 25px; }

.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-47 { padding-top: 47px; }
.pt-48 { padding-top: 48px; }
.pt-50 { padding-top: 50px; }
.pt-70 { padding-top: 70px; }

.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }

.mt-0 { margin-top: 0px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mt-1 { margin-top: 1px !important; }
.ml-1 { margin-left: 1px !important; }
.mt-2 { margin-top: 2px !important; }

.mt-2 { margin-top:    2px !important; }
.ml-2 { margin-left:   2px !important; }
.mr-2 { margin-right:  2px !important; }
.mb-2 { margin-bottom: 2px !important; }

.mt-3 { margin-top:    3px !important; }
.ml-3 { margin-left:   3px !important; }
.mr-3 { margin-right:  3px !important; }
.mb-3 { margin-bottom: 3px !important; }

.mt-4 { margin-top:    4px !important; }
.ml-4 { margin-left:   4px !important; }
.mr-4 { margin-right:  4px !important; }
.mb-4 { margin-bottom: 4px !important; }

.mr-5 { margin-right:  5px !important; }
.ml-5 { margin-left:   5px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mt-5 { margin-top:    5px !important; }

.mt-6 { margin-top: 6px !important; }
.mb-6 { margin-bottom: 6px !important; }

.mt-7 { margin-top: 7px !important; }
.mb-7 { margin-bottom: 7px !important; }

.mt-8 { margin-top: 8px !important; }
.mb-8 { margin-bottom: 8px !important; }

.mt-9 { margin-top: 9px !important; }


.mr-10 { margin-right: 10px !important;}
.mt-10 { margin-top: 10px !important;}
.mb-10 { margin-bottom: 10px !important;}
.ml-10 { margin-left: 10px !important;}

.mt-17 { margin-top: 18px !important;}

.mr-11 { margin-right: 11px !important;}
.ml-11 { margin-left: 11px !important;}
.mt-11 { margin-top: 11px !important;}
.mb-11 { margin-bottom: 11px !important;}

.mr-12 { margin-right: 12px !important;}
.ml-12 { margin-left: 12px !important;}
.mt-12 { margin-top: 12px !important;}
.mb-12 { margin-bottom: 12px !important;}

.mr-13 { margin-right: 13px !important;}
.ml-13 { margin-left: 13px !important;}
.mt-13 { margin-top: 13px !important;}
.mb-13 { margin-bottom: 13px !important;}

.mr-14 { margin-right: 14px !important;}
.ml-14 { margin-left: 14px !important;}
.mt-14 { margin-top: 14px !important;}
.mb-14 { margin-bottom: 14px !important;}

.mr-15 { margin-right: 15px !important;}
.ml-15 { margin-left: 15px !important;}
.mt-15 { margin-top: 15px !important;}
.mb-15 { margin-bottom: 15px !important;}

.mr-20 { margin-right: 20px !important;}
.ml-20 { margin-left: 20px !important;}
.mt-20 { margin-top: 20px !important;}
.mb-20 { margin-bottom: 20px !important;}

.mr-22 { margin-right: 22px !important;}
.ml-22 { margin-left: 22px !important;}
.mt-22 { margin-top: 22px !important;}
.mb-22 { margin-bottom: 22px !important;}

.mt-25 { margin-top: 25px !important;}
.mb-25 { margin-bottom: 25px !important;}

.mt-30 { margin-top:    30px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mr-30 { margin-right:     30px; }
.ml-30 { margin-left:      30px; }
.ml-30-per { margin-left:  30%; }
.mr-30-per { margin-right: 30%; }

.mt-35 { margin-top: 35px !important; }

.ml-40 { margin-left: 40px;}

.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-65 { margin-top: 65px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-100 { margin-top: 100px !important;}

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

.lsp-1 { letter-spacing:1px !important; }
.lsp-2 { letter-spacing:2px !important; }
.lsp-3 { letter-spacing:3px !important; }
.lsp-5 { letter-spacing:5px !important; }

.font-2 { font-size: 2px !important;}
.font-3 { font-size: 3px !important;}
.font-4 { font-size: 4px !important;}
.font-5 { font-size: 5px !important;}
.font-6 { font-size: 6px !important;}
.font-7 { font-size: 7px !important;}
.font-8 { font-size: 8px !important;}
.font-9 { font-size: 9px !important;}
.font-10 { font-size: 10px !important;}
.font-11 { font-size: 11px !important;}
.font-12 { font-size: 12px !important;}
.font-13 { font-size: 13px !important;}
.font-14 { font-size: 14px !important;}
.font-15 { font-size: 15px !important;}
.font-16 { font-size: 16px !important;}
.font-17 { font-size: 17px !important;}
.font-18 { font-size: 18px !important;}
.font-19 { font-size: 19px !important;}
.font-20 { font-size: 20px !important;}
.font-22 { font-size: 22px !important;}
.font-30 { font-size: 30px !important;}
.font-40 { font-size: 40px !important;}
.font-50 { font-size: 50px !important;}
.font-70 { font-size: 70px !important;}
.font-100 { font-size: 100px !important;}

.width-5  { width: 5px !important;}
.width-10 { width: 10px !important;}
.width-20 { width: 20px !important;}
.width-25 { width: 25px !important;}
.width-30 { width: 30px !important;}
.width-35 { width: 35px !important;}
.width-40 { width: 40px !important;}
.width-10-per { width: 10% !important;}
.width-30-per { width: 30% !important;}
.width-50 { width: 50px !important;}
.width-50-per { width: 50% !important;}
.width-100 { width: 100% !important;}
.height-100 { height: 100% !important;}

.right-10 { right: 10px !important;}
.bottom-10 { bottom: 10px !important;}

.text-grey { color: rgba(0,0,0,0.7) !important; }

.text-grey-300 { color: rgba(0,0,0,0.5) !important; }

.text-grey-100 { color: rgba(0,0,0,0.2) !important; }

.hrefColor { color: #000 !important;}
a {
    color: #333;
}

.opacity-20 { opacity: 0.2 !important; }
.opacity-30 { opacity: 0.3 !important; }
.opacity-40 { opacity: 0.4 !important; }
.opacity-50 { opacity: 0.5 !important; }
.opacity-80 { opacity: 0.8 !important; }
.opacity-85 { opacity: 0.85 !important; }
.opacity-90 { opacity: 0.9 !important; }

.cursorPointer {
    cursor: pointer !important;
}

.tooltip-inner {
    color: #fff;
    text-align: center;
    /*font-family:"BPG Banner Caps" !important;*/
    font-size: 9px;
}

.bg-active-dark {
    background: #d7d7d7 !important;
}

.bg-active {
    background: #ebebeb !important;
}

.bg-active-light {
    background: #f6f6f6 !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-white-tr-60 {
    background: rgba(255,255,255,0.5) !important;
}

.bg-warning-600 {
    background: #dd7539;
    color: #fff;
}

.border-grey-300 {
    border-color: rgba(0,0,0,0.3) !important;
}

.border-grey-100 {
    border-color: rgba(0,0,0,0.1) !important;
}

.border-grey-10 {
    border-color: rgba(0,0,0,0.05) !important;
}


.noBorderRadius {
    border-radius: 0px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.widgetCircle {
    position: absolute;
    width: auto;
    right: 0px;
    padding-right: 7px;
    padding-top: 5px;
}

.widgetCircle i {
    background: #eaeaea;
    color: rgba(0,0,0,0.05);
    border-radius: 1000px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.05) inset;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.05) inset;;
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.05) inset;
}

.no-shadow {
    -webkit-box-shadow: 0px 0px 0px 0px transparent !important;
    -moz-box-shadow: 0px 0px 0px 0px transparent !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
}





.plateNum {
    position: relative;
    width: 120px !important;
    padding: 0px;
}

.plateNum .details {
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.5);
    padding: 0px;
    margin: 0px;
    display: inline-flex !important;
}

.plateNum .flag {
    font-size: 8px !important;
    width: 15%;
    padding: 0px 0px 0px 0px;
    background: rgba(2, 85, 167, 0.9);
    color: #fff;
}

.plateNum .flag img {
    width: 12px;
}

.plateNum .circle {
    width: 5%;
}

.plateNum .circle div {
    position: relative;
    top: 7px;
    right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background: rgba(184, 198, 213, 1);
}

.plateNum .govNum {
    width: 80%;
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
}

.registryGovNum {
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 3px 0px 3px 0px;
    border-width: 0.5px;
    border-color: rgba(255,255,255,0.5);
    border-style: solid;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.tableTdTitle {
    width: 100%;
    color: rgba(0,0,0,0.8);
    background: rgba(255,255,255,0.8);
    padding: 3px 10px 3px 10px;
    border-width: 1px;
    /*border-color: rgba(255,255,255,0.5);*/
    border-style: solid;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.noty_body {
    font-size: 11px;
    font-family:"BPG Arial Caps" !important;
    /*font-family: "BPG mrgvlovani";*/
}

.transparentCard {
    background: rgba(255,255,255,0.5) !important;
}

.bg-shadow-inset {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2) inset;
}

.bg-shadow-inset-light {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1) inset;
}

.bgShadow {
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
}

.bg-shadow {
    -webkit-box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 4px 1px rgba(0,0,0,0.3);
}

.bg-shadow-light {
    -webkit-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.1);
    box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.1);
}

.bg-shadow-panel-sm {
    -webkit-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.05);
}

.bg-shadow-400 {
    -webkit-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2);
}

.bg-shadow-300 {
    -webkit-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.07);
    box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.07);
}

.bg-shadow-bottom {
    -webkit-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.07);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.bg-shadow-center {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
}

.bg-shadow-center-light {
    -webkit-box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.1);
}

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

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

.no-border-radius select {
    border-radius: 0px !important;
}

.text-muted-light {
    color: rgba(0,0,0,0.3)
}

.aioButtonSlim {
    padding: 6px;
    border: 1px;
    border-style: solid;
    border-color: #fff;
}

.aioButtonSlim:hover  {
    color: #fff;
    border: 1px;
    border-style: solid;
    border-color: #fff;
}

.bg-aio-gradient {
    background: linear-gradient(90deg, rgb(22, 210, 227) 0%, rgb(6, 94, 151) 100%) !important;
    color: #fff;
}

.faultiesButton {
    width: 100%;
    background: transparent;
    border-width: 0px;
    border-radius: 0px;
    padding: 5px;
    text-align: left;
    font-size: 10px;
    color: rgba(0,0,0,0.8)
}

.simpleButton {
    border-width: 0px 0px 1px 0px;
    border-color: transparent;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
}

.simpleButton:hover {
    width: 100%;
    color: rgba(0,0,0,0.7);
    padding: 6px 5px 4px 5px;
    font-size: 10px;
    border-width: 0px 0px 1px 0px;
    border-bottom-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0);
    -moz-box-shadow: 2px 3px 4px 1px rgba(0,0,0,0);
    box-shadow: 2px 3px 4px 1px rgba(0,0,0,0);
}

.simpleButton.teal {
    border-bottom-color: #00897b !important;
}

.simpleButton.warning {
    border-bottom-color: #ffb835 !important;
}

.simpleButton.danger {
    border-bottom-color: #ff0000 !important;
}

.simpleButton.success {
    border-bottom-color: #50a85d !important;
}

.widget-bg-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 0;
    opacity: 0.07;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.zIndex1{
    z-index: 1 !important;
}

.aioLoadAnimation {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 50000;
}

.aioLoadAnimation .text{
    position: relative;
    width: 50%;
    top: 40%;
    left: 25%;
    color: #fff;
    font-size: 300%;
    letter-spacing: 2px;
    text-align: center;
}

.aioLoadAnimation .text .animText {
    background-image: linear-gradient(
            -225deg,
            #ff1361 0%,
            #fff800 29%,
            #ff1361 67%,
            #fff800 100%
    );

    color: #fff;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.errorAnimatedTextV1 {
    position: fixed;
    top: 30%;
    font-size: 20px;
    overflow: hidden;
    background: linear-gradient(90deg, #ff1361, #fff800, #ff1361);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: animateErrorAnimatedTextV1 8s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animateErrorAnimatedTextV1 {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
}


.paginationTeal {
    padding: 4px 0px 4px 4px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.05);
    --pagination-margin-start: 0px;
}

.paginationTeal .active .page-link {
    background-color: rgba(38,166,154,1);
    color: #fff;
    border-color: rgba(38,166,154,1);
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
}

.paginationTeal .page-link{
    border-width: 0px 1px 0px 1px !important;
    border-style: solid;
    /*background: rgba(0,0,0,0.05);*/
    border-color: rgba(0,0,0,0.05);
    border-radius: 2px !important;
    margin: 0px 2px 0px 2px;
    color: rgba(0,0,0,0.7);
    font-size: 10px;
}

.paginationTeal .page-item i{
    padding-top: 2px;
}

.tableInput[type=checkbox] {
    width: 14px !important;
    height: 14px !important;
    border-radius: 2px;
    border-width: 1px;
    border-color: rgba(0,0,0,0.3)
}

.simpleTextarea { /* WebKit browsers */
    padding: 5px !important;
    height: 50px;
    text-align: center;
    background: rgba(0,0,0,0.01);
}

.simpleTextarea::-webkit-input-placeholder { /* WebKit browsers */
    line-height: 40px;
}

.aioForm .form-control-feedback-icon {
    display: none;
}

.aioForm input[type=text] {
    border-radius: 5px !important;
}

.form-control {
    --input-focus-border-color: rgb(159, 157, 157) !important;
}

@media only screen and (max-width: 600px) {
    .d-mt-10 {
        margin-top: 10px !important;
    }
    .d-text-left {
        text-align: left !important;
    }

    .backgroundGrayImgFull {
        background-size: 40% !important;
    }
}

