.asteriskField {
    color: #cc4b37;
}

a {
    color: #0042ED;
    text-decoration: none;
}

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

.dt-link > a {
    color: #101828;
    text-decoration: none;
}

.dt-link > a:hover {
    color: #FF4F12;
    text-decoration: none;
}

.dt-link-secondary > a {
    color: #B5B7C0;
    text-decoration: none;
    font-style: italic;
}

.dt-link-secondary > a:hover {
    color: #FF4F12;
    text-decoration: none;
    font-style: italic;
}

.list-group-item > a {
    color: #101828;
    text-decoration: none;
}

.list-group-item > a:hover {
    color: #FF4F12;
    text-decoration: none;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.nav-link {
    color: #101828;
}

.nav-link:hover {
    color: #FF4F12;
}

.header-nav-link {
    color: #D3D4DB;
}

.header-nav-link:hover {
    color: #E8E8EE;
}

.text-title {
    font-weight: normal;
    margin: 0;
    font-size: 0;
}

.text-line {
    color: #101828;
    background-color: #fff;
    display: inline-block;
    font-size: 17px;
}

.text-line-3 {
    padding: 0 10px 0;
    position: relative;
}

.text-line-3:before {
    content: '';
    position: absolute;
    z-index: 5;
    top: 100%;
    right: 0;
    width: 4px;
    height: 4px;
    background-color: #fff;
}

.text-line-3:after {
    content: '';
    background-image: url('/static/shared/img/ugolok-banner.png');
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: -23px;
    width: 42px;
    height: 24px;
}

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

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

.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px !important;
}

.image-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.image-container img {
    width: 100%;
    height: auto;
}

.badge-container .badge {
    display: block;
    margin-bottom: 5px;
}

.hide-col {
  visibility: collapse;
}

table td.dt-extended-first-column {
    width: 275px;
    font-weight: bold;
}

table td.dt-control {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
}

table td.dt-id {
    width: 50px;
}

table td.dt-dropdown {
    width: 50px;
}