img {
    image-orientation: from-image;
}

ul {
    list-style-type: square;
}

ul li {
    color: #6084a4;
}

ol li {
    color: #6084a4;
}

li::marker {
    color: #90ba54;
}

.nolink {
    cursor: text;
}

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

.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}

.background-none {
    background: none;
}

.flex-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mainSvgBtn {
    display: none;
    cursor: pointer;
}

.mainsvgIcon {
    cursor: pointer;
}

.designPage div[class^="col"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.designPage h2 {
    color: #4eabba;
}

.designPage a {
    color: #6084a4;
}

@media only screen and (max-width: 1200px) {
    .designPage div[class^="row"] {
        margin-bottom: 50px;
    }
}

.equalh2 {
    font-size: 28px !important;
    margin: 0 !important;
}

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

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

.blue-text {
    color: #4eabba;
}

.yellow-text {
    color: #f2cc47;
}

.green-text {
    color: #90ba54;
}

.red-text {
    color: #ad4b31;
}

.href {
    cursor: pointer;
}

.scrollTo {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.nav-link svg {
    transform: scale(1.5);
}

.auth-form {
    max-width: 463px;
}

.section-title h2 {
    text-transform: uppercase;
}

.section-title p {
    margin-bottom: 20px !important;
    font-size: 15px;
}

.about-image {
    position: sticky;
    top: 80px;
}

.uppercase {
    text-transform: uppercase;
}

.organizationContrainer .href span {
    position: relative;
    text-decoration: none;
}

.organizationContrainer .href span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #18272f;
    bottom: -3px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.organizationContrainer .href span:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.organization_level1 {
    font-size: 28px;
    font-weight: bold;
    animation: all 1;
    margin-bottom: 10px;
    border-radius: 20px;
    transition: all 0.3s;
}

.organization_level1:hover {
    box-shadow: 1px 1px 10px 0px #000;
}

.organization_level2 {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
}

.organization_level2 h2 {
    font-size: 24px;
}

.organization_level3 {
    margin: auto 0;
}

.organization_level3 h3 {
    font-size: 20px;
}

.organization_level4 {
    margin: auto 0;
}

.organization_level3 h3 {
    font-size: 16px;
}

.organization_table {
    text-align: center;
    vertical-align: middle;
    border-spacing: 10px;
    border-collapse: separate;
}

.organization_table td {
    padding: 15px 8px !important;
    border-radius: 20px;
    transition: all 1s;
    font-size: 18px;
}

.organization_table .empty_td {
    background-color: unset;
    box-shadow: none !important;
}

.organization_table .empty_td:hover {
    background-color: unset;
    box-shadow: none !important;
}

.organization_table td:hover {
    box-shadow: inset 0px 1px 9px 2px #000;
}

.organization_table .lvl0 td {
    font-weight: bold;
}

.organization_table .lvl2 td {
    font-weight: bold;
}

table.dataTable th,
table.dataTable td {
    vertical-align: middle;
    text-align: center;
    padding: 3px !important;
}

#employees {
    font-size: 16px;
}

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

.link-list {
    padding-left: 1rem;
}

.links-list li a {
    font-size: 16px;
}

.companiesContainer p {
    position: relative;
    top: -20px;
}

.companiesContainer .companiesMainData {
    position: relative;
    top: 0;
}

.tippy-box {
    background: none !important;
}

.employees_big {
    border-radius: 10px;
}

.user_online {
    background-color: #bed383 !important;
}

.user_offline {
    background-color: #e4b0a3 !important;
}

.odometer-auto-theme {
    padding-right: 10px;
}

#myDocuments {
    border-bottom: 0px;
}

#myDocumentsContent {
    background: #fff;
}

.docContainer {
    border-bottom: 1px solid #000;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
}

.docContainer:hover {
    box-shadow: 0px 13px 16px 0px #c8c8c8;
}

.document-nav-link {
    color: #ad4b31 !important;
    padding: 8px 20px;
    font-size: 1.5rem;
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.document-nav-link.active {
    background-color: #fff !important;
    box-shadow: inset 0px 5px 0px 0px #ad4b31;
}

.docTitle {
    color: #ad4b31 !important;
    font-size: 1.3rem;
    padding-left: 20px;
    font-weight: 500;
}

.docDoc a {
    color: #838383 !important;
    font-size: 1.1rem;
    text-decoration: underline;
    padding-left: 20px;
    font-weight: 300;
}

.docDoc a:hover {
    text-decoration: none;
}

.blogListLead {
    text-align: justify;
}

.foodOrderRow {
    display: block;
    border-bottom: 1px solid #000;
}

.foodItemDay {
    font-weight: 700;
}

.foodOrderBtn {
    right: 22px;
    top: -10px;
}

.table-striped .no-striped {
    box-shadow: none !important;
}

.link-align-center {
    text-align: center;
    width: 100%;
}

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

.blog-details-desc a {
    color: #90ba54;
}

.services-partners {
    box-shadow: none !important;
    background: none !important;
}

.widget_search-nobg {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: none !important;
}

.search-field-dictionary {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-dictionary {
    position: absolute;
    right: 16px;
    outline: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    cursor: pointer;
    color: #ffffff;
    background-color: #97b442;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.custom-select,
.custom-select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("/images/icon/selectarrow.jpg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;
    height: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
}

.partnerlogo {
    max-width: 232px;
}

.calendarDate {
    color: #009db4;
    font-size: 15px;
}

#videoModal {
    z-index: 9999;
}

#videoIframe {
    width: 100%;
    height: 50vh;
}

input[readonly] {
    background-color: lightgray;
    border: 0;
}

input[readonly]:focus {
    background-color: lightgray;
    border: 0;
}

.showPassword {
    cursor: pointer;
    border: none;
    background: #eeeeee;
}
.slick-prev,
.slick-next {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}
